@octokit/openapi 7.0.0 → 7.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 (35) hide show
  1. package/generated/api.github.com.deref.json +1523 -250
  2. package/generated/api.github.com.json +803 -61
  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 +17 -8
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +9 -8
  7. package/generated/ghes-3.2.deref.json +1108 -313
  8. package/generated/ghes-3.2.json +451 -31
  9. package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +16 -0
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +209 -1
  11. package/generated/ghes-3.3-diff-to-ghes-3.4.json +9 -1
  12. package/generated/ghes-3.3.deref.json +1108 -313
  13. package/generated/ghes-3.3.json +451 -31
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +1 -8
  15. package/generated/ghes-3.4-diff-to-ghes-3.5.json +1 -8
  16. package/generated/ghes-3.4.deref.json +1092 -313
  17. package/generated/ghes-3.4.json +451 -31
  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 +17 -8
  21. package/generated/ghes-3.5-diff-to-ghes-3.6.json +9 -8
  22. package/generated/ghes-3.5.deref.json +1094 -315
  23. package/generated/ghes-3.5.json +453 -33
  24. package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +94 -56
  25. package/generated/ghes-3.6-diff-to-api.github.com.deref.json +89 -164
  26. package/generated/ghes-3.6-diff-to-api.github.com.json +9 -130
  27. package/generated/ghes-3.6.deref.json +1299 -488
  28. package/generated/ghes-3.6.json +499 -47
  29. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +38 -0
  30. package/generated/github.ae-diff-to-api.github.com.deref.json +49 -8
  31. package/generated/github.ae-diff-to-api.github.com.json +9 -8
  32. package/generated/github.ae.deref.json +783 -32
  33. package/generated/github.ae.json +495 -31
  34. package/index.js +2 -0
  35. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.0.0",
4
+ "version": "7.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": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.0.0",
4
+ "version": "7.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": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.0.0",
4
+ "version": "7.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": {
@@ -804,6 +804,14 @@
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
+ },
807
815
  "deployments": {
808
816
  "type": "string",
809
817
  "description": "The level of permission to grant the access token for deployments and deployment statuses.",
@@ -1097,6 +1105,14 @@
1097
1105
  "write"
1098
1106
  ]
1099
1107
  },
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
+ },
1100
1116
  "deployments": {
1101
1117
  "type": "string",
1102
1118
  "description": "The level of permission to grant the access token for deployments and deployment statuses.",
@@ -77286,13 +77302,6 @@
77286
77302
  "permission": {
77287
77303
  "type": "string",
77288
77304
  "description": "The permission to grant the collaborator. **Only valid on organization-owned repositories.**",
77289
- "enum": [
77290
- "pull",
77291
- "push",
77292
- "admin",
77293
- "maintain",
77294
- "triage"
77295
- ],
77296
77305
  "default": "push"
77297
77306
  }
77298
77307
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.0.0",
4
+ "version": "7.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": {
@@ -3624,13 +3624,6 @@
3624
3624
  "permission": {
3625
3625
  "type": "string",
3626
3626
  "description": "The permission to grant the collaborator. **Only valid on organization-owned repositories.**",
3627
- "enum": [
3628
- "pull",
3629
- "push",
3630
- "admin",
3631
- "maintain",
3632
- "triage"
3633
- ],
3634
3627
  "default": "push"
3635
3628
  }
3636
3629
  }
@@ -8287,6 +8280,14 @@
8287
8280
  "write"
8288
8281
  ]
8289
8282
  },
8283
+ "organization_custom_roles": {
8284
+ "type": "string",
8285
+ "description": "The level of permission to grant the access token for custom roles management.",
8286
+ "enum": [
8287
+ "read",
8288
+ "write"
8289
+ ]
8290
+ },
8290
8291
  "deployments": {
8291
8292
  "type": "string",
8292
8293
  "description": "The level of permission to grant the access token for deployments and deployment statuses.",