@octokit/openapi 6.1.4 → 6.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/generated/api.github.com.deref.json +12366 -10615
  2. package/generated/api.github.com.json +3916 -3453
  3. package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
  4. package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
  5. package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +1 -1
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +1 -1
  7. package/generated/ghes-3.2.deref.json +187 -7
  8. package/generated/ghes-3.2.json +190 -29
  9. package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +23 -0
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +96 -1
  11. package/generated/ghes-3.3-diff-to-ghes-3.4.json +92 -1
  12. package/generated/ghes-3.3.deref.json +371 -1395
  13. package/generated/ghes-3.3.json +491 -315
  14. package/generated/ghes-3.4-anicca-diff-to-ghes-3.5.deref.json +0 -14
  15. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +7801 -10209
  16. package/generated/ghes-3.4-diff-to-ghes-3.5.json +341 -326
  17. package/generated/ghes-3.4.deref.json +1434 -3653
  18. package/generated/ghes-3.4.json +1184 -1001
  19. package/generated/ghes-3.5-anicca-diff-to-api.github.com.deref.json +69 -73
  20. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +28230 -31386
  21. package/generated/ghes-3.5-diff-to-api.github.com.json +813 -744
  22. package/generated/ghes-3.5.deref.json +1692 -4983
  23. package/generated/ghes-3.5.json +2093 -2049
  24. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +92 -0
  25. package/generated/github.ae-diff-to-api.github.com.deref.json +488 -1
  26. package/generated/github.ae-diff-to-api.github.com.json +362 -12
  27. package/generated/github.ae.deref.json +253 -104
  28. package/generated/github.ae.json +263 -81
  29. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.1.4",
4
+ "version": "6.3.0",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
@@ -6635,7 +6635,7 @@
6635
6635
  "selected_repository_ids": {
6636
6636
  "type": "array",
6637
6637
  "description": "An array of repository ids that can access the organization secret. You can only provide a list of repository ids when the `visibility` is set to `selected`. You can manage the list of selected repositories using the [List selected repositories for an organization secret](https://docs.github.com/github-ae@latest/rest/reference/actions#list-selected-repositories-for-an-organization-secret), [Set selected repositories for an organization secret](https://docs.github.com/github-ae@latest/rest/reference/actions#set-selected-repositories-for-an-organization-secret), and [Remove selected repository from an organization secret](https://docs.github.com/github-ae@latest/rest/reference/actions#remove-selected-repository-from-an-organization-secret) endpoints.",
6638
- "items": { "type": "string" }
6638
+ "items": { "type": "integer" }
6639
6639
  }
6640
6640
  },
6641
6641
  "required": ["visibility"]
@@ -6646,7 +6646,7 @@
6646
6646
  "encrypted_value": "c2VjcmV0",
6647
6647
  "key_id": "012345678912345678",
6648
6648
  "visibility": "selected",
6649
- "selected_repository_ids": ["1296269", "1296280"]
6649
+ "selected_repository_ids": [1296269, 1296280]
6650
6650
  }
6651
6651
  }
6652
6652
  }
@@ -6658,7 +6658,8 @@
6658
6658
  "description": "Response when creating a secret",
6659
6659
  "content": {
6660
6660
  "application/json": {
6661
- "schema": { "$ref": "#/components/schemas/empty-object" }
6661
+ "schema": { "$ref": "#/components/schemas/empty-object" },
6662
+ "examples": { "default": { "value": null } }
6662
6663
  }
6663
6664
  }
6664
6665
  },
@@ -6670,7 +6671,9 @@
6670
6671
  "category": "actions",
6671
6672
  "subcategory": "secrets"
6672
6673
  },
6673
- "x-octokit": {}
6674
+ "x-octokit": {
6675
+ "diff": { "api.github.com.json": { "type": "changed" } }
6676
+ }
6674
6677
  },
6675
6678
  "delete": {
6676
6679
  "summary": "Delete an organization secret",
@@ -12057,7 +12060,8 @@
12057
12060
  "headers": {
12058
12061
  "Location": { "$ref": "#/components/headers/location" }
12059
12062
  }
12060
- }
12063
+ },
12064
+ "410": { "$ref": "#/components/responses/gone" }
12061
12065
  },
12062
12066
  "x-github": {
12063
12067
  "githubCloudOnly": false,
@@ -13726,7 +13730,9 @@
13726
13730
  "category": "repos",
13727
13731
  "subcategory": "autolinks"
13728
13732
  },
13729
- "x-octokit": {}
13733
+ "x-octokit": {
13734
+ "diff": { "api.github.com.json": { "type": "changed" } }
13735
+ }
13730
13736
  },
13731
13737
  "post": {
13732
13738
  "summary": "Create an autolink reference for a repository",
@@ -13754,7 +13760,7 @@
13754
13760
  },
13755
13761
  "url_template": {
13756
13762
  "type": "string",
13757
- "description": "The URL must contain <num> for the reference number."
13763
+ "description": "The URL must contain `<num>` for the reference number."
13758
13764
  }
13759
13765
  },
13760
13766
  "required": ["key_prefix", "url_template"]
@@ -13796,7 +13802,9 @@
13796
13802
  "category": "repos",
13797
13803
  "subcategory": "autolinks"
13798
13804
  },
13799
- "x-octokit": {}
13805
+ "x-octokit": {
13806
+ "diff": { "api.github.com.json": { "type": "changed" } }
13807
+ }
13800
13808
  }
13801
13809
  },
13802
13810
  "/repos/{owner}/{repo}/autolinks/{autolink_id}": {
@@ -13834,7 +13842,9 @@
13834
13842
  "category": "repos",
13835
13843
  "subcategory": "autolinks"
13836
13844
  },
13837
- "x-octokit": {}
13845
+ "x-octokit": {
13846
+ "diff": { "api.github.com.json": { "type": "changed" } }
13847
+ }
13838
13848
  },
13839
13849
  "delete": {
13840
13850
  "summary": "Delete an autolink reference from a repository",
@@ -19703,7 +19713,7 @@
19703
19713
  }
19704
19714
  },
19705
19715
  "deployment_branch_policy": {
19706
- "$ref": "#/components/schemas/deployment_branch_policy"
19716
+ "$ref": "#/components/schemas/deployment-branch-policy"
19707
19717
  }
19708
19718
  },
19709
19719
  "additionalProperties": false
@@ -19788,6 +19798,11 @@
19788
19798
  "schema": {
19789
19799
  "type": "array",
19790
19800
  "items": { "$ref": "#/components/schemas/event" }
19801
+ },
19802
+ "examples": {
19803
+ "200-response": {
19804
+ "$ref": "#/components/examples/repo-events-items"
19805
+ }
19791
19806
  }
19792
19807
  }
19793
19808
  }
@@ -22463,7 +22478,7 @@
22463
22478
  "operationId": "issues/remove-assignees",
22464
22479
  "externalDocs": {
22465
22480
  "description": "API method documentation",
22466
- "url": "https://docs.github.com/github-ae@latest/rest/reference/issues#remove-assignees-from-an-issue"
22481
+ "url": "https://docs.github.com/rest/reference/issues#remove-assignees-from-an-issue"
22467
22482
  },
22468
22483
  "parameters": [
22469
22484
  { "$ref": "#/components/parameters/owner" },
@@ -22471,6 +22486,7 @@
22471
22486
  { "$ref": "#/components/parameters/issue-number" }
22472
22487
  ],
22473
22488
  "requestBody": {
22489
+ "required": true,
22474
22490
  "content": {
22475
22491
  "application/json": {
22476
22492
  "schema": {
@@ -22481,7 +22497,8 @@
22481
22497
  "description": "Usernames of assignees to remove from an issue. _NOTE: Only users with push access can remove assignees from an issue. Assignees are silently ignored otherwise._",
22482
22498
  "items": { "type": "string" }
22483
22499
  }
22484
- }
22500
+ },
22501
+ "required": ["assignees"]
22485
22502
  },
22486
22503
  "examples": {
22487
22504
  "default": { "value": { "assignees": ["hubot", "other_user"] } }
@@ -34117,52 +34134,6 @@
34117
34134
  "x-octokit": {}
34118
34135
  }
34119
34136
  },
34120
- "/repos/{owner}/{repo}/community/code_of_conduct": {
34121
- "get": {
34122
- "summary": "Get the code of conduct for a repository",
34123
- "description": "Returns the contents of the repository's code of conduct file, if one is detected.\n\nA code of conduct is detected if there is a file named `CODE_OF_CONDUCT` in the root directory of the repository. GitHub detects which code of conduct it is using fuzzy matching.",
34124
- "tags": ["codes-of-conduct"],
34125
- "operationId": "codes-of-conduct/get-for-repo",
34126
- "externalDocs": {
34127
- "description": "API method documentation",
34128
- "url": "https://docs.github.com/rest/reference/codes-of-conduct#get-the-code-of-conduct-for-a-repository"
34129
- },
34130
- "parameters": [
34131
- { "$ref": "#/components/parameters/owner" },
34132
- { "$ref": "#/components/parameters/repo" }
34133
- ],
34134
- "responses": {
34135
- "200": {
34136
- "description": "Response",
34137
- "content": {
34138
- "application/json": {
34139
- "schema": { "$ref": "#/components/schemas/code-of-conduct" },
34140
- "examples": {
34141
- "default": { "$ref": "#/components/examples/code-of-conduct" }
34142
- }
34143
- }
34144
- }
34145
- }
34146
- },
34147
- "x-github": {
34148
- "githubCloudOnly": false,
34149
- "enabledForGitHubApps": true,
34150
- "previews": [
34151
- {
34152
- "required": true,
34153
- "name": "scarlet-witch",
34154
- "note": "The Codes of Conduct API is currently available for developers to preview.\n\nTo access the API during the preview period, you must provide a custom [media type](https://docs.github.com/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.scarlet-witch-preview+json\n```"
34155
- }
34156
- ],
34157
- "category": "codes-of-conduct",
34158
- "subcategory": null,
34159
- "removalDate": "2021-09-29",
34160
- "deprecationDate": "2021-09-29"
34161
- },
34162
- "deprecated": true,
34163
- "x-octokit": {}
34164
- }
34165
- },
34166
34137
  "/applications/grants": {
34167
34138
  "get": {
34168
34139
  "summary": "List your grants",
@@ -34347,6 +34318,20 @@
34347
34318
  "responses": { "501": { "description": "Not Implemented" } }
34348
34319
  }
34349
34320
  },
34321
+ "/enterprises/{enterprise}/actions/oidc/customization/issuer": {
34322
+ "put": {
34323
+ "summary": "Set the GitHub Actions OIDC custom issuer policy for an enterprise",
34324
+ "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json",
34325
+ "tags": ["actions"],
34326
+ "operationId": "actions/set-actions-oidc-custom-issuer-policy-for-enterprise",
34327
+ "externalDocs": {
34328
+ "description": "API method documentation",
34329
+ "url": "https://docs.github.com/rest/reference/actions/oidc#set-actions-oidc-custom-issuer-policy-for-enterprise"
34330
+ },
34331
+ "x-octokit": { "api.github.com.json": "removed" },
34332
+ "responses": { "501": { "description": "Not Implemented" } }
34333
+ }
34334
+ },
34350
34335
  "/enterprises/{enterprise}/actions/permissions/workflow": {
34351
34336
  "get": {
34352
34337
  "summary": "Get default workflow permissions for an enterprise",
@@ -34713,6 +34698,32 @@
34713
34698
  "responses": { "501": { "description": "Not Implemented" } }
34714
34699
  }
34715
34700
  },
34701
+ "/orgs/{org}/actions/oidc/customization/sub": {
34702
+ "get": {
34703
+ "summary": "Get the customization template for an OIDC subject claim for an organization",
34704
+ "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json",
34705
+ "tags": ["oidc"],
34706
+ "operationId": "oidc/get-oidc-custom-sub-template-for-org",
34707
+ "externalDocs": {
34708
+ "description": "API method documentation",
34709
+ "url": "https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization"
34710
+ },
34711
+ "x-octokit": { "api.github.com.json": "removed" },
34712
+ "responses": { "501": { "description": "Not Implemented" } }
34713
+ },
34714
+ "put": {
34715
+ "summary": "Set the customization template for an OIDC subject claim for an organization",
34716
+ "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json",
34717
+ "tags": ["oidc"],
34718
+ "operationId": "oidc/update-oidc-custom-sub-template-for-org",
34719
+ "externalDocs": {
34720
+ "description": "API method documentation",
34721
+ "url": "https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization"
34722
+ },
34723
+ "x-octokit": { "api.github.com.json": "removed" },
34724
+ "responses": { "501": { "description": "Not Implemented" } }
34725
+ }
34726
+ },
34716
34727
  "/orgs/{org}/actions/permissions/workflow": {
34717
34728
  "get": {
34718
34729
  "summary": "Get default workflow permissions for an organization",
@@ -34947,6 +34958,20 @@
34947
34958
  "responses": { "501": { "description": "Not Implemented" } }
34948
34959
  }
34949
34960
  },
34961
+ "/orgs/{org}/codespaces": {
34962
+ "get": {
34963
+ "summary": "List codespaces for the organization",
34964
+ "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json",
34965
+ "tags": ["codespaces"],
34966
+ "operationId": "codespaces/list-in-organization",
34967
+ "externalDocs": {
34968
+ "description": "API method documentation",
34969
+ "url": "https://docs.github.com/rest/reference/codespaces#list-in-organization"
34970
+ },
34971
+ "x-octokit": { "api.github.com.json": "removed" },
34972
+ "responses": { "501": { "description": "Not Implemented" } }
34973
+ }
34974
+ },
34950
34975
  "/orgs/{org}/credential-authorizations": {
34951
34976
  "get": {
34952
34977
  "summary": "List SAML SSO authorizations for an organization",
@@ -35213,6 +35238,34 @@
35213
35238
  "responses": { "501": { "description": "Not Implemented" } }
35214
35239
  }
35215
35240
  },
35241
+ "/orgs/{org}/members/{username}/codespaces/{codespace_name}": {
35242
+ "delete": {
35243
+ "summary": "Delete a codespace from the organization",
35244
+ "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json",
35245
+ "tags": ["codespaces"],
35246
+ "operationId": "codespaces/delete-from-organization",
35247
+ "externalDocs": {
35248
+ "description": "API method documentation",
35249
+ "url": "https://docs.github.com/rest/reference/codespaces"
35250
+ },
35251
+ "x-octokit": { "api.github.com.json": "removed" },
35252
+ "responses": { "501": { "description": "Not Implemented" } }
35253
+ }
35254
+ },
35255
+ "/orgs/{org}/members/{username}/codespaces/{codespace_name}/stop": {
35256
+ "post": {
35257
+ "summary": "Stop a codespace for an organization user",
35258
+ "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json",
35259
+ "tags": ["codespaces"],
35260
+ "operationId": "codespaces/stop-in-organization",
35261
+ "externalDocs": {
35262
+ "description": "API method documentation",
35263
+ "url": "https://docs.github.com/rest/reference/codespaces"
35264
+ },
35265
+ "x-octokit": { "api.github.com.json": "removed" },
35266
+ "responses": { "501": { "description": "Not Implemented" } }
35267
+ }
35268
+ },
35216
35269
  "/orgs/{org}/migrations/{migration_id}/archive": {
35217
35270
  "get": {
35218
35271
  "summary": "Download an organization migration archive",
@@ -35565,6 +35618,46 @@
35565
35618
  "responses": { "501": { "description": "Not Implemented" } }
35566
35619
  }
35567
35620
  },
35621
+ "/repos/{owner}/{repo}/actions/caches": {
35622
+ "get": {
35623
+ "summary": "List GitHub Actions caches for a repository",
35624
+ "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json",
35625
+ "tags": ["actions"],
35626
+ "operationId": "actions/get-actions-cache-list",
35627
+ "externalDocs": {
35628
+ "description": "API method documentation",
35629
+ "url": "https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository"
35630
+ },
35631
+ "x-octokit": { "api.github.com.json": "removed" },
35632
+ "responses": { "501": { "description": "Not Implemented" } }
35633
+ },
35634
+ "delete": {
35635
+ "summary": "Delete GitHub Actions caches for a repository (using a cache key)",
35636
+ "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json",
35637
+ "tags": ["actions"],
35638
+ "operationId": "actions/delete-actions-cache-by-key",
35639
+ "externalDocs": {
35640
+ "description": "API method documentation",
35641
+ "url": "https://docs.github.com/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key"
35642
+ },
35643
+ "x-octokit": { "api.github.com.json": "removed" },
35644
+ "responses": { "501": { "description": "Not Implemented" } }
35645
+ }
35646
+ },
35647
+ "/repos/{owner}/{repo}/actions/caches/{cache_id}": {
35648
+ "delete": {
35649
+ "summary": "Delete a GitHub Actions cache for a repository (using a cache ID)",
35650
+ "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json",
35651
+ "tags": ["actions"],
35652
+ "operationId": "actions/delete-actions-cache-by-id",
35653
+ "externalDocs": {
35654
+ "description": "API method documentation",
35655
+ "url": "https://docs.github.com/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id"
35656
+ },
35657
+ "x-octokit": { "api.github.com.json": "removed" },
35658
+ "responses": { "501": { "description": "Not Implemented" } }
35659
+ }
35660
+ },
35568
35661
  "/repos/{owner}/{repo}/actions/jobs/{job_id}/rerun": {
35569
35662
  "post": {
35570
35663
  "summary": "Re-run a job from a workflow run",
@@ -35579,6 +35672,32 @@
35579
35672
  "responses": { "501": { "description": "Not Implemented" } }
35580
35673
  }
35581
35674
  },
35675
+ "/repos/{owner}/{repo}/actions/oidc/customization/sub": {
35676
+ "get": {
35677
+ "summary": "Get the opt-out flag of an OIDC subject claim customization for a repository",
35678
+ "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json",
35679
+ "tags": ["actions"],
35680
+ "operationId": "actions/get-custom-oidc-sub-claim-for-repo",
35681
+ "externalDocs": {
35682
+ "description": "API method documentation",
35683
+ "url": "https://docs.github.com/rest/actions/oidc#get-the-opt-out-flag-of-an-oidc-subject-claim-customization-for-a-repository"
35684
+ },
35685
+ "x-octokit": { "api.github.com.json": "removed" },
35686
+ "responses": { "501": { "description": "Not Implemented" } }
35687
+ },
35688
+ "put": {
35689
+ "summary": "Set the opt-out flag of an OIDC subject claim customization for a repository",
35690
+ "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json",
35691
+ "tags": ["actions"],
35692
+ "operationId": "actions/set-custom-oidc-sub-claim-for-repo",
35693
+ "externalDocs": {
35694
+ "description": "API method documentation",
35695
+ "url": "https://docs.github.com/rest/actions/oidc#set-the-opt-out-flag-of-an-oidc-subject-claim-customization-for-a-repository"
35696
+ },
35697
+ "x-octokit": { "api.github.com.json": "removed" },
35698
+ "responses": { "501": { "description": "Not Implemented" } }
35699
+ }
35700
+ },
35582
35701
  "/repos/{owner}/{repo}/actions/permissions/access": {
35583
35702
  "get": {
35584
35703
  "summary": "Get the level of access for workflows outside of the repository",
@@ -40202,7 +40321,7 @@
40202
40321
  "truncated": { "type": "boolean" }
40203
40322
  }
40204
40323
  },
40205
- "author_association": {
40324
+ "author-association": {
40206
40325
  "title": "author_association",
40207
40326
  "type": "string",
40208
40327
  "example": "OWNER",
@@ -40251,7 +40370,7 @@
40251
40370
  "example": "2011-04-18T23:23:56Z"
40252
40371
  },
40253
40372
  "author_association": {
40254
- "$ref": "#/components/schemas/author_association"
40373
+ "$ref": "#/components/schemas/author-association"
40255
40374
  }
40256
40375
  },
40257
40376
  "required": [
@@ -40659,7 +40778,7 @@
40659
40778
  "$ref": "#/components/schemas/nullable-integration"
40660
40779
  },
40661
40780
  "author_association": {
40662
- "$ref": "#/components/schemas/author_association"
40781
+ "$ref": "#/components/schemas/author-association"
40663
40782
  },
40664
40783
  "reactions": { "$ref": "#/components/schemas/reaction-rollup" }
40665
40784
  },
@@ -44287,7 +44406,7 @@
44287
44406
  },
44288
44407
  "required": ["enabled"]
44289
44408
  },
44290
- "referenced_workflow": {
44409
+ "referenced-workflow": {
44291
44410
  "title": "Referenced workflow",
44292
44411
  "description": "A workflow referenced/reused by the initial caller workflow",
44293
44412
  "type": "object",
@@ -44435,7 +44554,7 @@
44435
44554
  "referenced_workflows": {
44436
44555
  "type": "array",
44437
44556
  "nullable": true,
44438
- "items": { "$ref": "#/components/schemas/referenced_workflow" }
44557
+ "items": { "$ref": "#/components/schemas/referenced-workflow" }
44439
44558
  },
44440
44559
  "event": { "type": "string", "example": "push" },
44441
44560
  "status": {
@@ -46669,7 +46788,7 @@
46669
46788
  "created_at": { "type": "string", "format": "date-time" },
46670
46789
  "updated_at": { "type": "string", "format": "date-time" },
46671
46790
  "author_association": {
46672
- "$ref": "#/components/schemas/author_association"
46791
+ "$ref": "#/components/schemas/author-association"
46673
46792
  },
46674
46793
  "reactions": { "$ref": "#/components/schemas/reaction-rollup" }
46675
46794
  },
@@ -46714,7 +46833,7 @@
46714
46833
  "properties": { "href": { "type": "string" } },
46715
46834
  "required": ["href"]
46716
46835
  },
46717
- "auto_merge": {
46836
+ "auto-merge": {
46718
46837
  "title": "Auto merge",
46719
46838
  "description": "The status of auto merging a pull request.",
46720
46839
  "type": "object",
@@ -46930,9 +47049,9 @@
46930
47049
  ]
46931
47050
  },
46932
47051
  "author_association": {
46933
- "$ref": "#/components/schemas/author_association"
47052
+ "$ref": "#/components/schemas/author-association"
46934
47053
  },
46935
- "auto_merge": { "$ref": "#/components/schemas/auto_merge" },
47054
+ "auto_merge": { "$ref": "#/components/schemas/auto-merge" },
46936
47055
  "draft": {
46937
47056
  "description": "Indicates whether or not the pull request is a draft.",
46938
47057
  "example": false,
@@ -47731,7 +47850,7 @@
47731
47850
  "enum": ["User", "Team"],
47732
47851
  "example": "User"
47733
47852
  },
47734
- "deployment_branch_policy": {
47853
+ "deployment-branch-policy": {
47735
47854
  "type": "object",
47736
47855
  "description": "The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`.",
47737
47856
  "properties": {
@@ -47852,7 +47971,7 @@
47852
47971
  }
47853
47972
  },
47854
47973
  "deployment_branch_policy": {
47855
- "$ref": "#/components/schemas/deployment_branch_policy"
47974
+ "$ref": "#/components/schemas/deployment-branch-policy"
47856
47975
  }
47857
47976
  },
47858
47977
  "required": [
@@ -47917,7 +48036,7 @@
47917
48036
  },
47918
48037
  "issue_url": { "type": "string", "format": "uri" },
47919
48038
  "author_association": {
47920
- "$ref": "#/components/schemas/author_association"
48039
+ "$ref": "#/components/schemas/author-association"
47921
48040
  },
47922
48041
  "performed_via_github_app": {
47923
48042
  "$ref": "#/components/schemas/nullable-integration"
@@ -48497,7 +48616,7 @@
48497
48616
  "$ref": "#/components/schemas/nullable-integration"
48498
48617
  },
48499
48618
  "author_association": {
48500
- "$ref": "#/components/schemas/author_association"
48619
+ "$ref": "#/components/schemas/author-association"
48501
48620
  },
48502
48621
  "reactions": { "$ref": "#/components/schemas/reaction-rollup" }
48503
48622
  },
@@ -48627,7 +48746,7 @@
48627
48746
  },
48628
48747
  "rename": { "$ref": "#/components/schemas/issue-event-rename" },
48629
48748
  "author_association": {
48630
- "$ref": "#/components/schemas/author_association"
48749
+ "$ref": "#/components/schemas/author-association"
48631
48750
  },
48632
48751
  "lock_reason": { "type": "string", "nullable": true },
48633
48752
  "performed_via_github_app": {
@@ -49330,7 +49449,7 @@
49330
49449
  },
49331
49450
  "issue_url": { "type": "string", "format": "uri" },
49332
49451
  "author_association": {
49333
- "$ref": "#/components/schemas/author_association"
49452
+ "$ref": "#/components/schemas/author-association"
49334
49453
  },
49335
49454
  "performed_via_github_app": {
49336
49455
  "$ref": "#/components/schemas/nullable-integration"
@@ -49545,7 +49664,7 @@
49545
49664
  "body_html": { "type": "string" },
49546
49665
  "body_text": { "type": "string" },
49547
49666
  "author_association": {
49548
- "$ref": "#/components/schemas/author_association"
49667
+ "$ref": "#/components/schemas/author-association"
49549
49668
  }
49550
49669
  },
49551
49670
  "required": [
@@ -49652,7 +49771,7 @@
49652
49771
  "example": "https://api.github.com/repos/octocat/Hello-World/pulls/1"
49653
49772
  },
49654
49773
  "author_association": {
49655
- "$ref": "#/components/schemas/author_association"
49774
+ "$ref": "#/components/schemas/author-association"
49656
49775
  },
49657
49776
  "_links": {
49658
49777
  "type": "object",
@@ -51095,9 +51214,9 @@
51095
51214
  ]
51096
51215
  },
51097
51216
  "author_association": {
51098
- "$ref": "#/components/schemas/author_association"
51217
+ "$ref": "#/components/schemas/author-association"
51099
51218
  },
51100
- "auto_merge": { "$ref": "#/components/schemas/auto_merge" },
51219
+ "auto_merge": { "$ref": "#/components/schemas/auto-merge" },
51101
51220
  "draft": {
51102
51221
  "description": "Indicates whether or not the pull request is a draft.",
51103
51222
  "example": false,
@@ -51252,7 +51371,7 @@
51252
51371
  "body_html": { "type": "string" },
51253
51372
  "body_text": { "type": "string" },
51254
51373
  "author_association": {
51255
- "$ref": "#/components/schemas/author_association"
51374
+ "$ref": "#/components/schemas/author-association"
51256
51375
  }
51257
51376
  },
51258
51377
  "required": [
@@ -51327,7 +51446,7 @@
51327
51446
  "example": "https://api.github.com/repos/octocat/Hello-World/pulls/1"
51328
51447
  },
51329
51448
  "author_association": {
51330
- "$ref": "#/components/schemas/author_association"
51449
+ "$ref": "#/components/schemas/author-association"
51331
51450
  },
51332
51451
  "_links": {
51333
51452
  "type": "object",
@@ -52019,7 +52138,7 @@
52019
52138
  "body": { "type": "string" },
52020
52139
  "score": { "type": "number" },
52021
52140
  "author_association": {
52022
- "$ref": "#/components/schemas/author_association"
52141
+ "$ref": "#/components/schemas/author-association"
52023
52142
  },
52024
52143
  "draft": { "type": "boolean" },
52025
52144
  "repository": { "$ref": "#/components/schemas/repository" },
@@ -64771,6 +64890,69 @@
64771
64890
  }
64772
64891
  }
64773
64892
  },
64893
+ "repo-events-items": {
64894
+ "value": [
64895
+ {
64896
+ "id": "22249084964",
64897
+ "type": "PushEvent",
64898
+ "actor": {
64899
+ "id": 583231,
64900
+ "login": "octocat",
64901
+ "display_login": "octocat",
64902
+ "gravatar_id": "",
64903
+ "url": "https://api.github.com/users/octocat",
64904
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
64905
+ },
64906
+ "repo": {
64907
+ "id": 1296269,
64908
+ "name": "octocat/Hello-World",
64909
+ "url": "https://api.github.com/repos/octocat/Hello-World"
64910
+ },
64911
+ "payload": {
64912
+ "push_id": 10115855396,
64913
+ "size": 1,
64914
+ "distinct_size": 1,
64915
+ "ref": "refs/heads/master",
64916
+ "head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
64917
+ "before": "883efe034920928c47fe18598c01249d1a9fdabd",
64918
+ "commits": [
64919
+ {
64920
+ "sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
64921
+ "author": {
64922
+ "email": "octocat@github.com",
64923
+ "name": "Monalisa Octocat"
64924
+ },
64925
+ "message": "commit",
64926
+ "distinct": true,
64927
+ "url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
64928
+ }
64929
+ ]
64930
+ },
64931
+ "public": true,
64932
+ "created_at": "2022-06-09T12:47:28Z"
64933
+ },
64934
+ {
64935
+ "id": "22237752260",
64936
+ "type": "WatchEvent",
64937
+ "actor": {
64938
+ "id": 583231,
64939
+ "login": "octocat",
64940
+ "display_login": "octocat",
64941
+ "gravatar_id": "",
64942
+ "url": "https://api.github.com/users/octocat",
64943
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
64944
+ },
64945
+ "repo": {
64946
+ "id": 1296269,
64947
+ "name": "octocat/Hello-World",
64948
+ "url": "https://api.github.com/repos/octocat/Hello-World"
64949
+ },
64950
+ "payload": { "action": "started" },
64951
+ "public": true,
64952
+ "created_at": "2022-06-08T23:29:25Z"
64953
+ }
64954
+ ]
64955
+ },
64774
64956
  "minimal-repository-items-2": {
64775
64957
  "value": [
64776
64958
  {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "6.1.4",
6
+ "version": "6.3.0",
7
7
  "description": "GitHub's official OpenAPI spec with Octokit extensions",
8
8
  "main": "index.js",
9
9
  "files": [