Skip to content

Releases: octokit/openapi-types.ts

v5.0.0

17 Feb 17:52
5062c08
Compare
Choose a tag to compare

via (#52) (5062c08)

BREAKING CHANGES

  • code-scanning-alert-instances schema removed.

    The instances response field is deprecated and will, in future, not be included in the response of code scanning alerts endpoints. The same information can now be retrieved via a GET request to the URL specified by instances_url.

  • schema code-scanning-alert-ref renamed to code-scanning-ref

  • schema code-scanning-alert-rule renamed to code-scanning-alert-rule-summary

  • schema code-scanning-alert-code-scanning-alert-items renamed to code-scanning-alert-items

  • schema code-scanning-alert-code-scanning-alert renamed to code-scanning-alert-rule

  • schema code-scanning-analysis-ref renamed to code-scanning-ref

  • schema code-scanning-analysis-code-scanning-analysis renamed to code-scanning-analysis

Features

  • GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances
  • GET /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}
  • GET /repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}.

Fixes

Improved parameter types and responses for code scanning endpoints

v4.0.4

14 Feb 22:51
Compare
Choose a tag to compare

4.0.4 (2021-02-14)

Bug Fixes

  • package: set "types" to actual definition file, not typescript source file (#50) (7c2f956)

v4.0.3

12 Feb 21:53
5d68eda
Compare
Choose a tag to compare

4.0.3 (2021-02-12)

Bug Fixes

  • improved parameter and response types (#48) (5d68eda)

v4.0.2

10 Feb 18:56
bfe2f0a
Compare
Choose a tag to compare

4.0.2 (2021-02-10)

Bug Fixes

  • group-mapping, full-repository, workflow-run-status types (#47) (bfe2f0a)

v4.0.1

03 Feb 20:42
ef4ea6b
Compare
Choose a tag to compare

4.0.1 (2021-02-03)

Bug Fixes

  • stop exporting a TypeScript file as "main" field in package.json (#45) (ef4ea6b)

v4.0.0

02 Feb 22:13
4c5d99a
Compare
Choose a tag to compare

4.0.0 (2021-02-02)

Bug Fixes

  • correct response types for GET /user/emails. Adds missing response data type for POST /markdown (#44) (4c5d99a)

BREAKING CHANGES

  • interactions/get-restrictions-for-your-public-repos operation is now interactions/get-restrictions-for-authenticated-user
  • interactions/set-restrictions-for-your-public-repos operation is now interactions/set-restrictions-for-authenticated-user
  • interactions/remove-restrictions-for-your-public-repos operation is now interactions/remove-restrictions-for-authenticated-user

v3.5.0

02 Feb 20:26
d32ba85
Compare
Choose a tag to compare

3.5.0 (2021-02-02)

Features

  • auto_merge response data key and component (#43) (d32ba85)

v3.4.1

31 Jan 21:32
0c8b894
Compare
Choose a tag to compare

3.4.1 (2021-01-31)

Bug Fixes

  • context parameter description update (#39) (36d2a0b)

v3.4.0

31 Jan 21:13
52bf6e3
Compare
Choose a tag to compare

3.4.0 (2021-01-31)

Features

  • order parameter for GET /enterprises/{enterprise}/audit-log and GET /orgs/{org}/audit-log operations (#38) (52bf6e3)

v3.3.0

26 Jan 23:06
f805026
Compare
Choose a tag to compare

3.3.0 (2021-01-26)

Features

  • add descriptions to members_can_create_pages, members_can_create_public_pages, members_can_create_private_pages (orgs/update) (#36) (f805026)