@octokit/openapi 7.5.0 → 7.6.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 (34) hide show
  1. package/generated/api.github.com.deref.json +466 -140
  2. package/generated/api.github.com.json +607 -28
  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 +31 -25
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +25 -14
  7. package/generated/ghes-3.2.deref.json +319 -242
  8. package/generated/ghes-3.2.json +558 -26
  9. package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +0 -16
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +187 -223
  11. package/generated/ghes-3.3-diff-to-ghes-3.4.json +432 -10
  12. package/generated/ghes-3.3.deref.json +319 -242
  13. package/generated/ghes-3.3.json +558 -26
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +9 -1
  15. package/generated/ghes-3.4-diff-to-ghes-3.5.json +9 -1
  16. package/generated/ghes-3.4.deref.json +322 -228
  17. package/generated/ghes-3.4.json +566 -28
  18. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
  19. package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
  20. package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +45 -39
  21. package/generated/ghes-3.5-diff-to-ghes-3.6.json +283 -15
  22. package/generated/ghes-3.5.deref.json +322 -228
  23. package/generated/ghes-3.5.json +566 -28
  24. package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +433 -88
  25. package/generated/ghes-3.6-diff-to-api.github.com.deref.json +17464 -6423
  26. package/generated/ghes-3.6-diff-to-api.github.com.json +4502 -2247
  27. package/generated/ghes-3.6.deref.json +406 -240
  28. package/generated/ghes-3.6.json +654 -40
  29. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +318 -32
  30. package/generated/github.ae-diff-to-api.github.com.deref.json +15845 -8423
  31. package/generated/github.ae-diff-to-api.github.com.json +1168 -44
  32. package/generated/github.ae.deref.json +409 -163
  33. package/generated/github.ae.json +646 -35
  34. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.5.0",
4
+ "version": "7.6.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.5.0",
4
+ "version": "7.6.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.5.0",
4
+ "version": "7.6.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": {
@@ -804,14 +804,6 @@
804
804
  "write"
805
805
  ]
806
806
  },
807
- "organization_custom_roles": {
808
- "type": "string",
809
- "description": "The level of permission to grant the access token for custom roles management.",
810
- "enum": [
811
- "read",
812
- "write"
813
- ]
814
- },
815
807
  "deployments": {
816
808
  "type": "string",
817
809
  "description": "The level of permission to grant the access token for deployments and deployment statuses.",
@@ -1105,14 +1097,6 @@
1105
1097
  "write"
1106
1098
  ]
1107
1099
  },
1108
- "organization_custom_roles": {
1109
- "type": "string",
1110
- "description": "The level of permission to grant the access token for custom roles management.",
1111
- "enum": [
1112
- "read",
1113
- "write"
1114
- ]
1115
- },
1116
1100
  "deployments": {
1117
1101
  "type": "string",
1118
1102
  "description": "The level of permission to grant the access token for deployments and deployment statuses.",
@@ -101269,6 +101253,14 @@
101269
101253
  ]
101270
101254
  }
101271
101255
  }
101256
+ },
101257
+ "examples": {
101258
+ "default": {
101259
+ "summary": "Example request body",
101260
+ "value": {
101261
+ "permissions": "write"
101262
+ }
101263
+ }
101272
101264
  }
101273
101265
  }
101274
101266
  }
@@ -106016,7 +106008,8 @@
106016
106008
  "type": "User",
106017
106009
  "site_admin": false
106018
106010
  },
106019
- "author_association": "COLLABORATOR"
106011
+ "author_association": "COLLABORATOR",
106012
+ "state_reason": "completed"
106020
106013
  }
106021
106014
  ]
106022
106015
  }
@@ -108791,7 +108784,8 @@
108791
108784
  "type": "User",
108792
108785
  "site_admin": false
108793
108786
  },
108794
- "author_association": "COLLABORATOR"
108787
+ "author_association": "COLLABORATOR",
108788
+ "state_reason": "completed"
108795
108789
  }
108796
108790
  }
108797
108791
  }
@@ -112725,7 +112719,8 @@
112725
112719
  "closed_at": null,
112726
112720
  "created_at": "2011-04-22T13:33:48Z",
112727
112721
  "updated_at": "2011-04-22T13:33:48Z",
112728
- "author_association": "COLLABORATOR"
112722
+ "author_association": "COLLABORATOR",
112723
+ "state_reason": "completed"
112729
112724
  }
112730
112725
  }
112731
112726
  ]
@@ -116593,7 +116588,8 @@
116593
116588
  "closed_at": null,
116594
116589
  "created_at": "2011-04-22T13:33:48Z",
116595
116590
  "updated_at": "2011-04-22T13:33:48Z",
116596
- "author_association": "COLLABORATOR"
116591
+ "author_association": "COLLABORATOR",
116592
+ "state_reason": "completed"
116597
116593
  }
116598
116594
  }
116599
116595
  }
@@ -119226,7 +119222,8 @@
119226
119222
  "type": "User",
119227
119223
  "site_admin": false
119228
119224
  },
119229
- "author_association": "COLLABORATOR"
119225
+ "author_association": "COLLABORATOR",
119226
+ "state_reason": "completed"
119230
119227
  }
119231
119228
  }
119232
119229
  }
@@ -119411,6 +119408,12 @@
119411
119408
  "closed"
119412
119409
  ]
119413
119410
  },
119411
+ "state_reason": {
119412
+ "type": "string",
119413
+ "nullable": true,
119414
+ "description": "The reason for the current state",
119415
+ "example": "not_planned"
119416
+ },
119414
119417
  "milestone": {
119415
119418
  "oneOf": [
119416
119419
  {
@@ -121965,7 +121968,8 @@
121965
121968
  "type": "User",
121966
121969
  "site_admin": false
121967
121970
  },
121968
- "author_association": "COLLABORATOR"
121971
+ "author_association": "COLLABORATOR",
121972
+ "state_reason": "completed"
121969
121973
  }
121970
121974
  }
121971
121975
  }
@@ -124736,7 +124740,8 @@
124736
124740
  "type": "User",
124737
124741
  "site_admin": false
124738
124742
  },
124739
- "author_association": "COLLABORATOR"
124743
+ "author_association": "COLLABORATOR",
124744
+ "state_reason": "completed"
124740
124745
  }
124741
124746
  }
124742
124747
  }
@@ -149225,7 +149230,8 @@
149225
149230
  "body": "...",
149226
149231
  "score": 1,
149227
149232
  "locked": true,
149228
- "author_association": "COLLABORATOR"
149233
+ "author_association": "COLLABORATOR",
149234
+ "state_reason": "completed"
149229
149235
  }
149230
149236
  ]
149231
149237
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.5.0",
4
+ "version": "7.6.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": {
@@ -4446,6 +4446,14 @@
4446
4446
  ]
4447
4447
  }
4448
4448
  }
4449
+ },
4450
+ "examples": {
4451
+ "default": {
4452
+ "summary": "Example request body",
4453
+ "value": {
4454
+ "permissions": "write"
4455
+ }
4456
+ }
4449
4457
  }
4450
4458
  }
4451
4459
  }
@@ -5099,6 +5107,12 @@
5099
5107
  "closed"
5100
5108
  ]
5101
5109
  },
5110
+ "state_reason": {
5111
+ "type": "string",
5112
+ "nullable": true,
5113
+ "description": "The reason for the current state",
5114
+ "example": "not_planned"
5115
+ },
5102
5116
  "milestone": {
5103
5117
  "oneOf": [
5104
5118
  {
@@ -8382,14 +8396,6 @@
8382
8396
  "write"
8383
8397
  ]
8384
8398
  },
8385
- "organization_custom_roles": {
8386
- "type": "string",
8387
- "description": "The level of permission to grant the access token for custom roles management.",
8388
- "enum": [
8389
- "read",
8390
- "write"
8391
- ]
8392
- },
8393
8399
  "deployments": {
8394
8400
  "type": "string",
8395
8401
  "description": "The level of permission to grant the access token for deployments and deployment statuses.",
@@ -22651,7 +22657,8 @@
22651
22657
  "type": "User",
22652
22658
  "site_admin": false
22653
22659
  },
22654
- "author_association": "COLLABORATOR"
22660
+ "author_association": "COLLABORATOR",
22661
+ "state_reason": "completed"
22655
22662
  }
22656
22663
  ]
22657
22664
  },
@@ -22811,7 +22818,8 @@
22811
22818
  "type": "User",
22812
22819
  "site_admin": false
22813
22820
  },
22814
- "author_association": "COLLABORATOR"
22821
+ "author_association": "COLLABORATOR",
22822
+ "state_reason": "completed"
22815
22823
  }
22816
22824
  },
22817
22825
  "issue-event-items": {
@@ -22979,7 +22987,8 @@
22979
22987
  "closed_at": null,
22980
22988
  "created_at": "2011-04-22T13:33:48Z",
22981
22989
  "updated_at": "2011-04-22T13:33:48Z",
22982
- "author_association": "COLLABORATOR"
22990
+ "author_association": "COLLABORATOR",
22991
+ "state_reason": "completed"
22983
22992
  }
22984
22993
  }
22985
22994
  ]
@@ -23188,7 +23197,8 @@
23188
23197
  "closed_at": null,
23189
23198
  "created_at": "2011-04-22T13:33:48Z",
23190
23199
  "updated_at": "2011-04-22T13:33:48Z",
23191
- "author_association": "COLLABORATOR"
23200
+ "author_association": "COLLABORATOR",
23201
+ "state_reason": "completed"
23192
23202
  }
23193
23203
  }
23194
23204
  },
@@ -24595,7 +24605,8 @@
24595
24605
  "body": "...",
24596
24606
  "score": 1,
24597
24607
  "locked": true,
24598
- "author_association": "COLLABORATOR"
24608
+ "author_association": "COLLABORATOR",
24609
+ "state_reason": "completed"
24599
24610
  }
24600
24611
  ]
24601
24612
  }