@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.
- package/generated/api.github.com.deref.json +1523 -250
- package/generated/api.github.com.json +803 -61
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +17 -8
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +9 -8
- package/generated/ghes-3.2.deref.json +1108 -313
- package/generated/ghes-3.2.json +451 -31
- package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +16 -0
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +209 -1
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +9 -1
- package/generated/ghes-3.3.deref.json +1108 -313
- package/generated/ghes-3.3.json +451 -31
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +1 -8
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +1 -8
- package/generated/ghes-3.4.deref.json +1092 -313
- package/generated/ghes-3.4.json +451 -31
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +17 -8
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +9 -8
- package/generated/ghes-3.5.deref.json +1094 -315
- package/generated/ghes-3.5.json +453 -33
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +94 -56
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +89 -164
- package/generated/ghes-3.6-diff-to-api.github.com.json +9 -130
- package/generated/ghes-3.6.deref.json +1299 -488
- package/generated/ghes-3.6.json +499 -47
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +38 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +49 -8
- package/generated/github.ae-diff-to-api.github.com.json +9 -8
- package/generated/github.ae.deref.json +783 -32
- package/generated/github.ae.json +495 -31
- package/index.js +2 -0
- package/package.json +1 -1
|
@@ -2334,6 +2334,14 @@
|
|
|
2334
2334
|
],
|
|
2335
2335
|
"type": "string"
|
|
2336
2336
|
},
|
|
2337
|
+
"organization_custom_roles": {
|
|
2338
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
2339
|
+
"enum": [
|
|
2340
|
+
"read",
|
|
2341
|
+
"write"
|
|
2342
|
+
],
|
|
2343
|
+
"type": "string"
|
|
2344
|
+
},
|
|
2337
2345
|
"organization_hooks": {
|
|
2338
2346
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
2339
2347
|
"enum": [
|
|
@@ -3173,6 +3181,14 @@
|
|
|
3173
3181
|
],
|
|
3174
3182
|
"type": "string"
|
|
3175
3183
|
},
|
|
3184
|
+
"organization_custom_roles": {
|
|
3185
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
3186
|
+
"enum": [
|
|
3187
|
+
"read",
|
|
3188
|
+
"write"
|
|
3189
|
+
],
|
|
3190
|
+
"type": "string"
|
|
3191
|
+
},
|
|
3176
3192
|
"organization_hooks": {
|
|
3177
3193
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
3178
3194
|
"enum": [
|
|
@@ -3836,6 +3852,14 @@
|
|
|
3836
3852
|
],
|
|
3837
3853
|
"type": "string"
|
|
3838
3854
|
},
|
|
3855
|
+
"organization_custom_roles": {
|
|
3856
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
3857
|
+
"enum": [
|
|
3858
|
+
"read",
|
|
3859
|
+
"write"
|
|
3860
|
+
],
|
|
3861
|
+
"type": "string"
|
|
3862
|
+
},
|
|
3839
3863
|
"organization_hooks": {
|
|
3840
3864
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
3841
3865
|
"enum": [
|
|
@@ -4569,6 +4593,14 @@
|
|
|
4569
4593
|
],
|
|
4570
4594
|
"type": "string"
|
|
4571
4595
|
},
|
|
4596
|
+
"organization_custom_roles": {
|
|
4597
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
4598
|
+
"enum": [
|
|
4599
|
+
"read",
|
|
4600
|
+
"write"
|
|
4601
|
+
],
|
|
4602
|
+
"type": "string"
|
|
4603
|
+
},
|
|
4572
4604
|
"organization_hooks": {
|
|
4573
4605
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
4574
4606
|
"enum": [
|
|
@@ -10707,6 +10739,12 @@
|
|
|
10707
10739
|
"/enterprises/{enterprise}/code-scanning/alerts": [
|
|
10708
10740
|
"get"
|
|
10709
10741
|
],
|
|
10742
|
+
"/enterprises/{enterprise}/consumed-licenses": [
|
|
10743
|
+
"get"
|
|
10744
|
+
],
|
|
10745
|
+
"/enterprises/{enterprise}/license-sync-status": [
|
|
10746
|
+
"get"
|
|
10747
|
+
],
|
|
10710
10748
|
"/enterprises/{enterprise}/secret-scanning/alerts": [
|
|
10711
10749
|
"get"
|
|
10712
10750
|
],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
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": {
|
|
@@ -2524,6 +2524,14 @@
|
|
|
2524
2524
|
"write"
|
|
2525
2525
|
]
|
|
2526
2526
|
},
|
|
2527
|
+
"organization_custom_roles": {
|
|
2528
|
+
"type": "string",
|
|
2529
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
2530
|
+
"enum": [
|
|
2531
|
+
"read",
|
|
2532
|
+
"write"
|
|
2533
|
+
]
|
|
2534
|
+
},
|
|
2527
2535
|
"deployments": {
|
|
2528
2536
|
"type": "string",
|
|
2529
2537
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -3325,6 +3333,14 @@
|
|
|
3325
3333
|
"write"
|
|
3326
3334
|
]
|
|
3327
3335
|
},
|
|
3336
|
+
"organization_custom_roles": {
|
|
3337
|
+
"type": "string",
|
|
3338
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
3339
|
+
"enum": [
|
|
3340
|
+
"read",
|
|
3341
|
+
"write"
|
|
3342
|
+
]
|
|
3343
|
+
},
|
|
3328
3344
|
"deployments": {
|
|
3329
3345
|
"type": "string",
|
|
3330
3346
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -3989,6 +4005,14 @@
|
|
|
3989
4005
|
"write"
|
|
3990
4006
|
]
|
|
3991
4007
|
},
|
|
4008
|
+
"organization_custom_roles": {
|
|
4009
|
+
"type": "string",
|
|
4010
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
4011
|
+
"enum": [
|
|
4012
|
+
"read",
|
|
4013
|
+
"write"
|
|
4014
|
+
]
|
|
4015
|
+
},
|
|
3992
4016
|
"deployments": {
|
|
3993
4017
|
"type": "string",
|
|
3994
4018
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -4582,6 +4606,14 @@
|
|
|
4582
4606
|
"write"
|
|
4583
4607
|
]
|
|
4584
4608
|
},
|
|
4609
|
+
"organization_custom_roles": {
|
|
4610
|
+
"type": "string",
|
|
4611
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
4612
|
+
"enum": [
|
|
4613
|
+
"read",
|
|
4614
|
+
"write"
|
|
4615
|
+
]
|
|
4616
|
+
},
|
|
4585
4617
|
"deployments": {
|
|
4586
4618
|
"type": "string",
|
|
4587
4619
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -4867,6 +4899,14 @@
|
|
|
4867
4899
|
"write"
|
|
4868
4900
|
]
|
|
4869
4901
|
},
|
|
4902
|
+
"organization_custom_roles": {
|
|
4903
|
+
"type": "string",
|
|
4904
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
4905
|
+
"enum": [
|
|
4906
|
+
"read",
|
|
4907
|
+
"write"
|
|
4908
|
+
]
|
|
4909
|
+
},
|
|
4870
4910
|
"deployments": {
|
|
4871
4911
|
"type": "string",
|
|
4872
4912
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -6803,6 +6843,14 @@
|
|
|
6803
6843
|
"write"
|
|
6804
6844
|
]
|
|
6805
6845
|
},
|
|
6846
|
+
"organization_custom_roles": {
|
|
6847
|
+
"type": "string",
|
|
6848
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
6849
|
+
"enum": [
|
|
6850
|
+
"read",
|
|
6851
|
+
"write"
|
|
6852
|
+
]
|
|
6853
|
+
},
|
|
6806
6854
|
"deployments": {
|
|
6807
6855
|
"type": "string",
|
|
6808
6856
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -84168,13 +84216,6 @@
|
|
|
84168
84216
|
"permission": {
|
|
84169
84217
|
"type": "string",
|
|
84170
84218
|
"description": "The permission to grant the collaborator. **Only valid on organization-owned repositories.**",
|
|
84171
|
-
"enum": [
|
|
84172
|
-
"pull",
|
|
84173
|
-
"push",
|
|
84174
|
-
"admin",
|
|
84175
|
-
"maintain",
|
|
84176
|
-
"triage"
|
|
84177
|
-
],
|
|
84178
84219
|
"default": "push"
|
|
84179
84220
|
}
|
|
84180
84221
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
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": {
|
|
@@ -6561,13 +6561,6 @@
|
|
|
6561
6561
|
"permission": {
|
|
6562
6562
|
"type": "string",
|
|
6563
6563
|
"description": "The permission to grant the collaborator. **Only valid on organization-owned repositories.**",
|
|
6564
|
-
"enum": [
|
|
6565
|
-
"pull",
|
|
6566
|
-
"push",
|
|
6567
|
-
"admin",
|
|
6568
|
-
"maintain",
|
|
6569
|
-
"triage"
|
|
6570
|
-
],
|
|
6571
6564
|
"default": "push"
|
|
6572
6565
|
}
|
|
6573
6566
|
}
|
|
@@ -12725,6 +12718,14 @@
|
|
|
12725
12718
|
"write"
|
|
12726
12719
|
]
|
|
12727
12720
|
},
|
|
12721
|
+
"organization_custom_roles": {
|
|
12722
|
+
"type": "string",
|
|
12723
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
12724
|
+
"enum": [
|
|
12725
|
+
"read",
|
|
12726
|
+
"write"
|
|
12727
|
+
]
|
|
12728
|
+
},
|
|
12728
12729
|
"deployments": {
|
|
12729
12730
|
"type": "string",
|
|
12730
12731
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|