@octokit/openapi 7.11.0 → 7.12.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 (31) hide show
  1. package/generated/api.github.com.deref.json +33 -5
  2. package/generated/api.github.com.json +33 -5
  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 +19 -3
  8. package/generated/ghes-3.2.json +19 -3
  9. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +1 -1
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.json +1 -1
  11. package/generated/ghes-3.3.deref.json +19 -3
  12. package/generated/ghes-3.3.json +19 -3
  13. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +17 -1
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.json +17 -1
  15. package/generated/ghes-3.4.deref.json +19 -3
  16. package/generated/ghes-3.4.json +19 -3
  17. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
  18. package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
  19. package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +1 -1
  20. package/generated/ghes-3.5-diff-to-ghes-3.6.json +1 -1
  21. package/generated/ghes-3.5.deref.json +19 -3
  22. package/generated/ghes-3.5.json +19 -3
  23. package/generated/ghes-3.6-diff-to-api.github.com.deref.json +17 -1
  24. package/generated/ghes-3.6-diff-to-api.github.com.json +17 -1
  25. package/generated/ghes-3.6.deref.json +19 -3
  26. package/generated/ghes-3.6.json +19 -3
  27. package/generated/github.ae-diff-to-api.github.com.deref.json +17 -1
  28. package/generated/github.ae-diff-to-api.github.com.json +17 -1
  29. package/generated/github.ae.deref.json +19 -3
  30. package/generated/github.ae.json +19 -3
  31. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -20129,7 +20129,7 @@
20129
20129
  "/enterprises/{enterprise}/consumed-licenses": {
20130
20130
  "get": {
20131
20131
  "summary": "List enterprise consumed licenses",
20132
- "description": "Lists the license consumption information for all users, including those from connected servers, associated with an enterprise.\nTo use this endpoint, you must be an enterprise admin, and you must use an access\ntoken with the `read:enterprise` scope.",
20132
+ "description": "Lists the license consumption information for all users, including those from connected servers, associated with an enterprise.\nTo use this endpoint, you must be an enterprise admin, and you must use an access\ntoken with the `read:enterprise` scope.\n\n**Note:** The license consumption API endpoints for enterprise accounts are currently\nin Beta and are subject to change.",
20133
20133
  "tags": [
20134
20134
  "enterprise-admin"
20135
20135
  ],
@@ -20209,7 +20209,15 @@
20209
20209
  },
20210
20210
  "github_com_enterprise_role": {
20211
20211
  "type": "string",
20212
- "nullable": true
20212
+ "nullable": true,
20213
+ "description": "Deprecated: The most permissive enterprise role for a user."
20214
+ },
20215
+ "github_com_enterprise_roles": {
20216
+ "type": "array",
20217
+ "description": "All enterprise roles for a user.",
20218
+ "items": {
20219
+ "type": "string"
20220
+ }
20213
20221
  },
20214
20222
  "visual_studio_subscription_user": {
20215
20223
  "type": "boolean"
@@ -20280,6 +20288,9 @@
20280
20288
  "org2:Owner"
20281
20289
  ],
20282
20290
  "github_com_enterprise_role": "owner",
20291
+ "github_com_enterprise_roles": [
20292
+ "owner"
20293
+ ],
20283
20294
  "visual_studio_subscription_user": false,
20284
20295
  "github_com_verified_domain_emails": [
20285
20296
  "monalisa@github.com"
@@ -20308,6 +20319,7 @@
20308
20319
  "license_type": "enterprise",
20309
20320
  "github_com_member_roles": [],
20310
20321
  "github_com_enterprise_role": "",
20322
+ "github_com_enterprise_roles": [],
20311
20323
  "visual_studio_subscription_user": false,
20312
20324
  "github_com_verified_domain_emails": [],
20313
20325
  "github_com_saml_name_id": "",
@@ -218757,6 +218769,22 @@
218757
218769
  "default": "all"
218758
218770
  }
218759
218771
  },
218772
+ {
218773
+ "name": "permission",
218774
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
218775
+ "in": "query",
218776
+ "required": false,
218777
+ "schema": {
218778
+ "type": "string",
218779
+ "enum": [
218780
+ "pull",
218781
+ "triage",
218782
+ "push",
218783
+ "maintain",
218784
+ "admin"
218785
+ ]
218786
+ }
218787
+ },
218760
218788
  {
218761
218789
  "name": "per_page",
218762
218790
  "description": "The number of results per page (max 100).",
@@ -240461,7 +240489,7 @@
240461
240489
  },
240462
240490
  "put": {
240463
240491
  "summary": "Create or update file contents",
240464
- "description": "Creates a new file or replaces an existing file in a repository.",
240492
+ "description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
240465
240493
  "tags": [
240466
240494
  "repos"
240467
240495
  ],
@@ -263445,7 +263473,7 @@
263445
263473
  "/repos/{owner}/{repo}/hooks": {
263446
263474
  "get": {
263447
263475
  "summary": "List repository webhooks",
263448
- "description": "",
263476
+ "description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
263449
263477
  "tags": [
263450
263478
  "repos"
263451
263479
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -3579,7 +3579,7 @@
3579
3579
  "/enterprises/{enterprise}/consumed-licenses": {
3580
3580
  "get": {
3581
3581
  "summary": "List enterprise consumed licenses",
3582
- "description": "Lists the license consumption information for all users, including those from connected servers, associated with an enterprise.\nTo use this endpoint, you must be an enterprise admin, and you must use an access\ntoken with the `read:enterprise` scope.",
3582
+ "description": "Lists the license consumption information for all users, including those from connected servers, associated with an enterprise.\nTo use this endpoint, you must be an enterprise admin, and you must use an access\ntoken with the `read:enterprise` scope.\n\n**Note:** The license consumption API endpoints for enterprise accounts are currently\nin Beta and are subject to change.",
3583
3583
  "tags": [
3584
3584
  "enterprise-admin"
3585
3585
  ],
@@ -29439,6 +29439,22 @@
29439
29439
  "default": "all"
29440
29440
  }
29441
29441
  },
29442
+ {
29443
+ "name": "permission",
29444
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
29445
+ "in": "query",
29446
+ "required": false,
29447
+ "schema": {
29448
+ "type": "string",
29449
+ "enum": [
29450
+ "pull",
29451
+ "triage",
29452
+ "push",
29453
+ "maintain",
29454
+ "admin"
29455
+ ]
29456
+ }
29457
+ },
29442
29458
  {
29443
29459
  "$ref": "#/components/parameters/per-page"
29444
29460
  },
@@ -31166,7 +31182,7 @@
31166
31182
  },
31167
31183
  "put": {
31168
31184
  "summary": "Create or update file contents",
31169
- "description": "Creates a new file or replaces an existing file in a repository.",
31185
+ "description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
31170
31186
  "tags": [
31171
31187
  "repos"
31172
31188
  ],
@@ -34593,7 +34609,7 @@
34593
34609
  "/repos/{owner}/{repo}/hooks": {
34594
34610
  "get": {
34595
34611
  "summary": "List repository webhooks",
34596
- "description": "",
34612
+ "description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
34597
34613
  "tags": [
34598
34614
  "repos"
34599
34615
  ],
@@ -63849,7 +63865,15 @@
63849
63865
  },
63850
63866
  "github_com_enterprise_role": {
63851
63867
  "type": "string",
63852
- "nullable": true
63868
+ "nullable": true,
63869
+ "description": "Deprecated: The most permissive enterprise role for a user."
63870
+ },
63871
+ "github_com_enterprise_roles": {
63872
+ "type": "array",
63873
+ "description": "All enterprise roles for a user.",
63874
+ "items": {
63875
+ "type": "string"
63876
+ }
63853
63877
  },
63854
63878
  "visual_studio_subscription_user": {
63855
63879
  "type": "boolean"
@@ -90734,6 +90758,9 @@
90734
90758
  "org2:Owner"
90735
90759
  ],
90736
90760
  "github_com_enterprise_role": "owner",
90761
+ "github_com_enterprise_roles": [
90762
+ "owner"
90763
+ ],
90737
90764
  "visual_studio_subscription_user": false,
90738
90765
  "github_com_verified_domain_emails": [
90739
90766
  "monalisa@github.com"
@@ -90762,6 +90789,7 @@
90762
90789
  "license_type": "enterprise",
90763
90790
  "github_com_member_roles": [],
90764
90791
  "github_com_enterprise_role": "",
90792
+ "github_com_enterprise_roles": [],
90765
90793
  "visual_studio_subscription_user": false,
90766
90794
  "github_com_verified_domain_emails": [],
90767
90795
  "github_com_saml_name_id": "",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -170769,6 +170769,22 @@
170769
170769
  "default": "all"
170770
170770
  }
170771
170771
  },
170772
+ {
170773
+ "name": "permission",
170774
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
170775
+ "in": "query",
170776
+ "required": false,
170777
+ "schema": {
170778
+ "type": "string",
170779
+ "enum": [
170780
+ "pull",
170781
+ "triage",
170782
+ "push",
170783
+ "maintain",
170784
+ "admin"
170785
+ ]
170786
+ }
170787
+ },
170772
170788
  {
170773
170789
  "name": "per_page",
170774
170790
  "description": "The number of results per page (max 100).",
@@ -192061,7 +192077,7 @@
192061
192077
  },
192062
192078
  "put": {
192063
192079
  "summary": "Create or update file contents",
192064
- "description": "Creates a new file or replaces an existing file in a repository.",
192080
+ "description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
192065
192081
  "tags": [
192066
192082
  "repos"
192067
192083
  ],
@@ -213503,7 +213519,7 @@
213503
213519
  "/repos/{owner}/{repo}/hooks": {
213504
213520
  "get": {
213505
213521
  "summary": "List repository webhooks",
213506
- "description": "",
213522
+ "description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
213507
213523
  "tags": [
213508
213524
  "repos"
213509
213525
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -25544,6 +25544,22 @@
25544
25544
  "default": "all"
25545
25545
  }
25546
25546
  },
25547
+ {
25548
+ "name": "permission",
25549
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
25550
+ "in": "query",
25551
+ "required": false,
25552
+ "schema": {
25553
+ "type": "string",
25554
+ "enum": [
25555
+ "pull",
25556
+ "triage",
25557
+ "push",
25558
+ "maintain",
25559
+ "admin"
25560
+ ]
25561
+ }
25562
+ },
25547
25563
  {
25548
25564
  "$ref": "#/components/parameters/per-page"
25549
25565
  },
@@ -27431,7 +27447,7 @@
27431
27447
  },
27432
27448
  "put": {
27433
27449
  "summary": "Create or update file contents",
27434
- "description": "Creates a new file or replaces an existing file in a repository.",
27450
+ "description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
27435
27451
  "tags": [
27436
27452
  "repos"
27437
27453
  ],
@@ -30496,7 +30512,7 @@
30496
30512
  "/repos/{owner}/{repo}/hooks": {
30497
30513
  "get": {
30498
30514
  "summary": "List repository webhooks",
30499
- "description": "",
30515
+ "description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
30500
30516
  "tags": [
30501
30517
  "repos"
30502
30518
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -172630,6 +172630,22 @@
172630
172630
  "default": "all"
172631
172631
  }
172632
172632
  },
172633
+ {
172634
+ "name": "permission",
172635
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
172636
+ "in": "query",
172637
+ "required": false,
172638
+ "schema": {
172639
+ "type": "string",
172640
+ "enum": [
172641
+ "pull",
172642
+ "triage",
172643
+ "push",
172644
+ "maintain",
172645
+ "admin"
172646
+ ]
172647
+ }
172648
+ },
172633
172649
  {
172634
172650
  "name": "per_page",
172635
172651
  "description": "The number of results per page (max 100).",
@@ -193876,7 +193892,7 @@
193876
193892
  },
193877
193893
  "put": {
193878
193894
  "summary": "Create or update file contents",
193879
- "description": "Creates a new file or replaces an existing file in a repository.",
193895
+ "description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
193880
193896
  "tags": [
193881
193897
  "repos"
193882
193898
  ],
@@ -215304,7 +215320,7 @@
215304
215320
  "/repos/{owner}/{repo}/hooks": {
215305
215321
  "get": {
215306
215322
  "summary": "List repository webhooks",
215307
- "description": "",
215323
+ "description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
215308
215324
  "tags": [
215309
215325
  "repos"
215310
215326
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -25497,6 +25497,22 @@
25497
25497
  "default": "all"
25498
25498
  }
25499
25499
  },
25500
+ {
25501
+ "name": "permission",
25502
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
25503
+ "in": "query",
25504
+ "required": false,
25505
+ "schema": {
25506
+ "type": "string",
25507
+ "enum": [
25508
+ "pull",
25509
+ "triage",
25510
+ "push",
25511
+ "maintain",
25512
+ "admin"
25513
+ ]
25514
+ }
25515
+ },
25500
25516
  {
25501
25517
  "$ref": "#/components/parameters/per-page"
25502
25518
  },
@@ -27304,7 +27320,7 @@
27304
27320
  },
27305
27321
  "put": {
27306
27322
  "summary": "Create or update file contents",
27307
- "description": "Creates a new file or replaces an existing file in a repository.",
27323
+ "description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
27308
27324
  "tags": [
27309
27325
  "repos"
27310
27326
  ],
@@ -30289,7 +30305,7 @@
30289
30305
  "/repos/{owner}/{repo}/hooks": {
30290
30306
  "get": {
30291
30307
  "summary": "List repository webhooks",
30292
- "description": "",
30308
+ "description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
30293
30309
  "tags": [
30294
30310
  "repos"
30295
30311
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -40600,6 +40600,22 @@
40600
40600
  "default": "all"
40601
40601
  }
40602
40602
  },
40603
+ {
40604
+ "name": "permission",
40605
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
40606
+ "in": "query",
40607
+ "required": false,
40608
+ "schema": {
40609
+ "type": "string",
40610
+ "enum": [
40611
+ "pull",
40612
+ "triage",
40613
+ "push",
40614
+ "maintain",
40615
+ "admin"
40616
+ ]
40617
+ }
40618
+ },
40603
40619
  {
40604
40620
  "name": "per_page",
40605
40621
  "description": "The number of results per page (max 100).",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -2178,6 +2178,22 @@
2178
2178
  "default": "all"
2179
2179
  }
2180
2180
  },
2181
+ {
2182
+ "name": "permission",
2183
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
2184
+ "in": "query",
2185
+ "required": false,
2186
+ "schema": {
2187
+ "type": "string",
2188
+ "enum": [
2189
+ "pull",
2190
+ "triage",
2191
+ "push",
2192
+ "maintain",
2193
+ "admin"
2194
+ ]
2195
+ }
2196
+ },
2181
2197
  {
2182
2198
  "$ref": "#/components/parameters/per-page"
2183
2199
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -186444,6 +186444,22 @@
186444
186444
  "default": "all"
186445
186445
  }
186446
186446
  },
186447
+ {
186448
+ "name": "permission",
186449
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
186450
+ "in": "query",
186451
+ "required": false,
186452
+ "schema": {
186453
+ "type": "string",
186454
+ "enum": [
186455
+ "pull",
186456
+ "triage",
186457
+ "push",
186458
+ "maintain",
186459
+ "admin"
186460
+ ]
186461
+ }
186462
+ },
186447
186463
  {
186448
186464
  "name": "per_page",
186449
186465
  "description": "The number of results per page (max 100).",
@@ -207406,7 +207422,7 @@
207406
207422
  },
207407
207423
  "put": {
207408
207424
  "summary": "Create or update file contents",
207409
- "description": "Creates a new file or replaces an existing file in a repository.",
207425
+ "description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
207410
207426
  "tags": [
207411
207427
  "repos"
207412
207428
  ],
@@ -229301,7 +229317,7 @@
229301
229317
  "/repos/{owner}/{repo}/hooks": {
229302
229318
  "get": {
229303
229319
  "summary": "List repository webhooks",
229304
- "description": "",
229320
+ "description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
229305
229321
  "tags": [
229306
229322
  "repos"
229307
229323
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -27153,6 +27153,22 @@
27153
27153
  "default": "all"
27154
27154
  }
27155
27155
  },
27156
+ {
27157
+ "name": "permission",
27158
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
27159
+ "in": "query",
27160
+ "required": false,
27161
+ "schema": {
27162
+ "type": "string",
27163
+ "enum": [
27164
+ "pull",
27165
+ "triage",
27166
+ "push",
27167
+ "maintain",
27168
+ "admin"
27169
+ ]
27170
+ }
27171
+ },
27156
27172
  {
27157
27173
  "$ref": "#/components/parameters/per-page"
27158
27174
  },
@@ -28864,7 +28880,7 @@
28864
28880
  },
28865
28881
  "put": {
28866
28882
  "summary": "Create or update file contents",
28867
- "description": "Creates a new file or replaces an existing file in a repository.",
28883
+ "description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
28868
28884
  "tags": [
28869
28885
  "repos"
28870
28886
  ],
@@ -32136,7 +32152,7 @@
32136
32152
  "/repos/{owner}/{repo}/hooks": {
32137
32153
  "get": {
32138
32154
  "summary": "List repository webhooks",
32139
- "description": "",
32155
+ "description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
32140
32156
  "tags": [
32141
32157
  "repos"
32142
32158
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -195011,6 +195011,22 @@
195011
195011
  "default": "all"
195012
195012
  }
195013
195013
  },
195014
+ {
195015
+ "name": "permission",
195016
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
195017
+ "in": "query",
195018
+ "required": false,
195019
+ "schema": {
195020
+ "type": "string",
195021
+ "enum": [
195022
+ "pull",
195023
+ "triage",
195024
+ "push",
195025
+ "maintain",
195026
+ "admin"
195027
+ ]
195028
+ }
195029
+ },
195014
195030
  {
195015
195031
  "name": "per_page",
195016
195032
  "description": "The number of results per page (max 100).",
@@ -215996,7 +216012,7 @@
215996
216012
  },
215997
216013
  "put": {
215998
216014
  "summary": "Create or update file contents",
215999
- "description": "Creates a new file or replaces an existing file in a repository.",
216015
+ "description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
216000
216016
  "tags": [
216001
216017
  "repos"
216002
216018
  ],
@@ -237907,7 +237923,7 @@
237907
237923
  "/repos/{owner}/{repo}/hooks": {
237908
237924
  "get": {
237909
237925
  "summary": "List repository webhooks",
237910
- "description": "",
237926
+ "description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
237911
237927
  "tags": [
237912
237928
  "repos"
237913
237929
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -28379,6 +28379,22 @@
28379
28379
  "default": "all"
28380
28380
  }
28381
28381
  },
28382
+ {
28383
+ "name": "permission",
28384
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
28385
+ "in": "query",
28386
+ "required": false,
28387
+ "schema": {
28388
+ "type": "string",
28389
+ "enum": [
28390
+ "pull",
28391
+ "triage",
28392
+ "push",
28393
+ "maintain",
28394
+ "admin"
28395
+ ]
28396
+ }
28397
+ },
28382
28398
  {
28383
28399
  "$ref": "#/components/parameters/per-page"
28384
28400
  },
@@ -30084,7 +30100,7 @@
30084
30100
  },
30085
30101
  "put": {
30086
30102
  "summary": "Create or update file contents",
30087
- "description": "Creates a new file or replaces an existing file in a repository.",
30103
+ "description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
30088
30104
  "tags": [
30089
30105
  "repos"
30090
30106
  ],
@@ -33368,7 +33384,7 @@
33368
33384
  "/repos/{owner}/{repo}/hooks": {
33369
33385
  "get": {
33370
33386
  "summary": "List repository webhooks",
33371
- "description": "",
33387
+ "description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
33372
33388
  "tags": [
33373
33389
  "repos"
33374
33390
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -37911,6 +37911,22 @@
37911
37911
  "default": "all"
37912
37912
  }
37913
37913
  },
37914
+ {
37915
+ "name": "permission",
37916
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
37917
+ "in": "query",
37918
+ "required": false,
37919
+ "schema": {
37920
+ "type": "string",
37921
+ "enum": [
37922
+ "pull",
37923
+ "triage",
37924
+ "push",
37925
+ "maintain",
37926
+ "admin"
37927
+ ]
37928
+ }
37929
+ },
37914
37930
  {
37915
37931
  "name": "per_page",
37916
37932
  "description": "The number of results per page (max 100).",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -6590,6 +6590,22 @@
6590
6590
  "default": "all"
6591
6591
  }
6592
6592
  },
6593
+ {
6594
+ "name": "permission",
6595
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
6596
+ "in": "query",
6597
+ "required": false,
6598
+ "schema": {
6599
+ "type": "string",
6600
+ "enum": [
6601
+ "pull",
6602
+ "triage",
6603
+ "push",
6604
+ "maintain",
6605
+ "admin"
6606
+ ]
6607
+ }
6608
+ },
6593
6609
  {
6594
6610
  "$ref": "#/components/parameters/per-page"
6595
6611
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -200016,6 +200016,22 @@
200016
200016
  "default": "all"
200017
200017
  }
200018
200018
  },
200019
+ {
200020
+ "name": "permission",
200021
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
200022
+ "in": "query",
200023
+ "required": false,
200024
+ "schema": {
200025
+ "type": "string",
200026
+ "enum": [
200027
+ "pull",
200028
+ "triage",
200029
+ "push",
200030
+ "maintain",
200031
+ "admin"
200032
+ ]
200033
+ }
200034
+ },
200019
200035
  {
200020
200036
  "name": "per_page",
200021
200037
  "description": "The number of results per page (max 100).",
@@ -221411,7 +221427,7 @@
221411
221427
  },
221412
221428
  "put": {
221413
221429
  "summary": "Create or update file contents",
221414
- "description": "Creates a new file or replaces an existing file in a repository.",
221430
+ "description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
221415
221431
  "tags": [
221416
221432
  "repos"
221417
221433
  ],
@@ -244034,7 +244050,7 @@
244034
244050
  "/repos/{owner}/{repo}/hooks": {
244035
244051
  "get": {
244036
244052
  "summary": "List repository webhooks",
244037
- "description": "",
244053
+ "description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
244038
244054
  "tags": [
244039
244055
  "repos"
244040
244056
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -28879,6 +28879,22 @@
28879
28879
  "default": "all"
28880
28880
  }
28881
28881
  },
28882
+ {
28883
+ "name": "permission",
28884
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
28885
+ "in": "query",
28886
+ "required": false,
28887
+ "schema": {
28888
+ "type": "string",
28889
+ "enum": [
28890
+ "pull",
28891
+ "triage",
28892
+ "push",
28893
+ "maintain",
28894
+ "admin"
28895
+ ]
28896
+ }
28897
+ },
28882
28898
  {
28883
28899
  "$ref": "#/components/parameters/per-page"
28884
28900
  },
@@ -30572,7 +30588,7 @@
30572
30588
  },
30573
30589
  "put": {
30574
30590
  "summary": "Create or update file contents",
30575
- "description": "Creates a new file or replaces an existing file in a repository.",
30591
+ "description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
30576
30592
  "tags": [
30577
30593
  "repos"
30578
30594
  ],
@@ -33912,7 +33928,7 @@
33912
33928
  "/repos/{owner}/{repo}/hooks": {
33913
33929
  "get": {
33914
33930
  "summary": "List repository webhooks",
33915
- "description": "",
33931
+ "description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
33916
33932
  "tags": [
33917
33933
  "repos"
33918
33934
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -89317,6 +89317,22 @@
89317
89317
  "default": "all"
89318
89318
  }
89319
89319
  },
89320
+ {
89321
+ "name": "permission",
89322
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
89323
+ "in": "query",
89324
+ "required": false,
89325
+ "schema": {
89326
+ "type": "string",
89327
+ "enum": [
89328
+ "pull",
89329
+ "triage",
89330
+ "push",
89331
+ "maintain",
89332
+ "admin"
89333
+ ]
89334
+ }
89335
+ },
89320
89336
  {
89321
89337
  "name": "per_page",
89322
89338
  "description": "The number of results per page (max 100).",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -6972,6 +6972,22 @@
6972
6972
  "default": "all"
6973
6973
  }
6974
6974
  },
6975
+ {
6976
+ "name": "permission",
6977
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
6978
+ "in": "query",
6979
+ "required": false,
6980
+ "schema": {
6981
+ "type": "string",
6982
+ "enum": [
6983
+ "pull",
6984
+ "triage",
6985
+ "push",
6986
+ "maintain",
6987
+ "admin"
6988
+ ]
6989
+ }
6990
+ },
6975
6991
  {
6976
6992
  "$ref": "#/components/parameters/per-page"
6977
6993
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -160115,6 +160115,22 @@
160115
160115
  "default": "all"
160116
160116
  }
160117
160117
  },
160118
+ {
160119
+ "name": "permission",
160120
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
160121
+ "in": "query",
160122
+ "required": false,
160123
+ "schema": {
160124
+ "type": "string",
160125
+ "enum": [
160126
+ "pull",
160127
+ "triage",
160128
+ "push",
160129
+ "maintain",
160130
+ "admin"
160131
+ ]
160132
+ }
160133
+ },
160118
160134
  {
160119
160135
  "name": "per_page",
160120
160136
  "description": "The number of results per page (max 100).",
@@ -181192,7 +181208,7 @@
181192
181208
  },
181193
181209
  "put": {
181194
181210
  "summary": "Create or update file contents",
181195
- "description": "Creates a new file or replaces an existing file in a repository.",
181211
+ "description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
181196
181212
  "tags": [
181197
181213
  "repos"
181198
181214
  ],
@@ -202681,7 +202697,7 @@
202681
202697
  "/repos/{owner}/{repo}/hooks": {
202682
202698
  "get": {
202683
202699
  "summary": "List repository webhooks",
202684
- "description": "",
202700
+ "description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
202685
202701
  "tags": [
202686
202702
  "repos"
202687
202703
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.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": {
@@ -23425,6 +23425,22 @@
23425
23425
  "default": "all"
23426
23426
  }
23427
23427
  },
23428
+ {
23429
+ "name": "permission",
23430
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
23431
+ "in": "query",
23432
+ "required": false,
23433
+ "schema": {
23434
+ "type": "string",
23435
+ "enum": [
23436
+ "pull",
23437
+ "triage",
23438
+ "push",
23439
+ "maintain",
23440
+ "admin"
23441
+ ]
23442
+ }
23443
+ },
23428
23444
  {
23429
23445
  "$ref": "#/components/parameters/per-page"
23430
23446
  },
@@ -25169,7 +25185,7 @@
25169
25185
  },
25170
25186
  "put": {
25171
25187
  "summary": "Create or update file contents",
25172
- "description": "Creates a new file or replaces an existing file in a repository.",
25188
+ "description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
25173
25189
  "tags": [
25174
25190
  "repos"
25175
25191
  ],
@@ -28172,7 +28188,7 @@
28172
28188
  "/repos/{owner}/{repo}/hooks": {
28173
28189
  "get": {
28174
28190
  "summary": "List repository webhooks",
28175
- "description": "",
28191
+ "description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
28176
28192
  "tags": [
28177
28193
  "repos"
28178
28194
  ],
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "7.11.0",
6
+ "version": "7.12.0",
7
7
  "description": "GitHub's official OpenAPI spec with Octokit extensions",
8
8
  "main": "index.js",
9
9
  "files": [