@octokit/openapi 7.5.0 → 7.8.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 +2249 -268
  2. package/generated/api.github.com.json +1222 -129
  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 +386 -28
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +43 -17
  7. package/generated/ghes-3.2.deref.json +778 -256
  8. package/generated/ghes-3.2.json +588 -40
  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 +205 -225
  11. package/generated/ghes-3.3-diff-to-ghes-3.4.json +445 -12
  12. package/generated/ghes-3.3.deref.json +785 -257
  13. package/generated/ghes-3.3.json +595 -41
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +153 -1
  15. package/generated/ghes-3.4-diff-to-ghes-3.5.json +13 -1
  16. package/generated/ghes-3.4.deref.json +816 -243
  17. package/generated/ghes-3.4.json +603 -43
  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 +462 -42
  21. package/generated/ghes-3.5-diff-to-ghes-3.6.json +304 -18
  22. package/generated/ghes-3.5.deref.json +829 -243
  23. package/generated/ghes-3.5.json +603 -43
  24. package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +519 -89
  25. package/generated/ghes-3.6-diff-to-api.github.com.deref.json +18071 -6614
  26. package/generated/ghes-3.6-diff-to-api.github.com.json +6665 -4290
  27. package/generated/ghes-3.6.deref.json +1048 -256
  28. package/generated/ghes-3.6.json +826 -56
  29. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +347 -32
  30. package/generated/github.ae-diff-to-api.github.com.deref.json +11634 -3854
  31. package/generated/github.ae-diff-to-api.github.com.json +1185 -40
  32. package/generated/github.ae.deref.json +1087 -178
  33. package/generated/github.ae.json +865 -50
  34. package/package.json +1 -1
@@ -2334,14 +2334,6 @@
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
- },
2345
2337
  "organization_hooks": {
2346
2338
  "description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
2347
2339
  "enum": [
@@ -3181,14 +3173,6 @@
3181
3173
  ],
3182
3174
  "type": "string"
3183
3175
  },
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
- },
3192
3176
  "organization_hooks": {
3193
3177
  "description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
3194
3178
  "enum": [
@@ -3852,14 +3836,6 @@
3852
3836
  ],
3853
3837
  "type": "string"
3854
3838
  },
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
- },
3863
3839
  "organization_hooks": {
3864
3840
  "description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
3865
3841
  "enum": [
@@ -4593,14 +4569,6 @@
4593
4569
  ],
4594
4570
  "type": "string"
4595
4571
  },
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
- },
4604
4572
  "organization_hooks": {
4605
4573
  "description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
4606
4574
  "enum": [
@@ -6159,8 +6127,89 @@
6159
6127
  }
6160
6128
  },
6161
6129
  "changed": {
6130
+ "/app/installations": {
6131
+ "get": {
6132
+ "responses": {
6133
+ "changed": {
6134
+ "200": {
6135
+ "content": {
6136
+ "changed": {
6137
+ "application/json": {
6138
+ "schema_changed": {
6139
+ "items_changed": {
6140
+ "properties_changed": {
6141
+ "changed": {
6142
+ "permissions": {
6143
+ "properties_changed": {
6144
+ "removed": [
6145
+ "organization_custom_roles"
6146
+ ]
6147
+ }
6148
+ }
6149
+ }
6150
+ }
6151
+ }
6152
+ }
6153
+ }
6154
+ }
6155
+ }
6156
+ }
6157
+ }
6158
+ }
6159
+ }
6160
+ },
6161
+ "/app/installations/{installation_id}": {
6162
+ "get": {
6163
+ "responses": {
6164
+ "changed": {
6165
+ "200": {
6166
+ "content": {
6167
+ "changed": {
6168
+ "application/json": {
6169
+ "schema_changed": {
6170
+ "properties_changed": {
6171
+ "changed": {
6172
+ "permissions": {
6173
+ "properties_changed": {
6174
+ "removed": [
6175
+ "organization_custom_roles"
6176
+ ]
6177
+ }
6178
+ }
6179
+ }
6180
+ }
6181
+ }
6182
+ }
6183
+ }
6184
+ }
6185
+ }
6186
+ }
6187
+ }
6188
+ }
6189
+ },
6162
6190
  "/app/installations/{installation_id}/access_tokens": {
6163
6191
  "post": {
6192
+ "request_body": {
6193
+ "content_changed": {
6194
+ "changed": {
6195
+ "application/json": {
6196
+ "schema_changed": {
6197
+ "properties_changed": {
6198
+ "changed": {
6199
+ "permissions": {
6200
+ "properties_changed": {
6201
+ "removed": [
6202
+ "organization_custom_roles"
6203
+ ]
6204
+ }
6205
+ }
6206
+ }
6207
+ }
6208
+ }
6209
+ }
6210
+ }
6211
+ }
6212
+ },
6164
6213
  "responses": {
6165
6214
  "changed": {
6166
6215
  "201": {
@@ -6170,6 +6219,13 @@
6170
6219
  "schema_changed": {
6171
6220
  "properties_changed": {
6172
6221
  "changed": {
6222
+ "permissions": {
6223
+ "properties_changed": {
6224
+ "removed": [
6225
+ "organization_custom_roles"
6226
+ ]
6227
+ }
6228
+ },
6173
6229
  "repositories": {
6174
6230
  "items_changed": {
6175
6231
  "properties_changed": {
@@ -6207,6 +6263,74 @@
6207
6263
  }
6208
6264
  }
6209
6265
  },
6266
+ "/applications/{client_id}/token": {
6267
+ "patch": {
6268
+ "responses": {
6269
+ "changed": {
6270
+ "200": {
6271
+ "content": {
6272
+ "changed": {
6273
+ "application/json": {
6274
+ "schema_changed": {
6275
+ "properties_changed": {
6276
+ "changed": {
6277
+ "installation": {
6278
+ "properties_changed": {
6279
+ "changed": {
6280
+ "permissions": {
6281
+ "properties_changed": {
6282
+ "removed": [
6283
+ "organization_custom_roles"
6284
+ ]
6285
+ }
6286
+ }
6287
+ }
6288
+ }
6289
+ }
6290
+ }
6291
+ }
6292
+ }
6293
+ }
6294
+ }
6295
+ }
6296
+ }
6297
+ }
6298
+ }
6299
+ },
6300
+ "post": {
6301
+ "responses": {
6302
+ "changed": {
6303
+ "200": {
6304
+ "content": {
6305
+ "changed": {
6306
+ "application/json": {
6307
+ "schema_changed": {
6308
+ "properties_changed": {
6309
+ "changed": {
6310
+ "installation": {
6311
+ "properties_changed": {
6312
+ "changed": {
6313
+ "permissions": {
6314
+ "properties_changed": {
6315
+ "removed": [
6316
+ "organization_custom_roles"
6317
+ ]
6318
+ }
6319
+ }
6320
+ }
6321
+ }
6322
+ }
6323
+ }
6324
+ }
6325
+ }
6326
+ }
6327
+ }
6328
+ }
6329
+ }
6330
+ }
6331
+ }
6332
+ }
6333
+ },
6210
6334
  "/enterprises/{enterprise}/actions/runner-groups": {
6211
6335
  "get": {
6212
6336
  "parameters": {
@@ -7110,6 +7234,72 @@
7110
7234
  }
7111
7235
  }
7112
7236
  },
7237
+ "/orgs/{org}/installation": {
7238
+ "get": {
7239
+ "responses": {
7240
+ "changed": {
7241
+ "200": {
7242
+ "content": {
7243
+ "changed": {
7244
+ "application/json": {
7245
+ "schema_changed": {
7246
+ "properties_changed": {
7247
+ "changed": {
7248
+ "permissions": {
7249
+ "properties_changed": {
7250
+ "removed": [
7251
+ "organization_custom_roles"
7252
+ ]
7253
+ }
7254
+ }
7255
+ }
7256
+ }
7257
+ }
7258
+ }
7259
+ }
7260
+ }
7261
+ }
7262
+ }
7263
+ }
7264
+ }
7265
+ },
7266
+ "/orgs/{org}/installations": {
7267
+ "get": {
7268
+ "responses": {
7269
+ "changed": {
7270
+ "200": {
7271
+ "content": {
7272
+ "changed": {
7273
+ "application/json": {
7274
+ "schema_changed": {
7275
+ "properties_changed": {
7276
+ "changed": {
7277
+ "installations": {
7278
+ "items_changed": {
7279
+ "properties_changed": {
7280
+ "changed": {
7281
+ "permissions": {
7282
+ "properties_changed": {
7283
+ "removed": [
7284
+ "organization_custom_roles"
7285
+ ]
7286
+ }
7287
+ }
7288
+ }
7289
+ }
7290
+ }
7291
+ }
7292
+ }
7293
+ }
7294
+ }
7295
+ }
7296
+ }
7297
+ }
7298
+ }
7299
+ }
7300
+ }
7301
+ }
7302
+ },
7113
7303
  "/orgs/{org}/issues": {
7114
7304
  "get": {
7115
7305
  "responses": {
@@ -8225,6 +8415,11 @@
8225
8415
  "removed": [
8226
8416
  "is_alphanumeric"
8227
8417
  ]
8418
+ },
8419
+ "required_changed": {
8420
+ "removed": [
8421
+ "is_alphanumeric"
8422
+ ]
8228
8423
  }
8229
8424
  }
8230
8425
  }
@@ -8247,6 +8442,11 @@
8247
8442
  "removed": [
8248
8443
  "is_alphanumeric"
8249
8444
  ]
8445
+ },
8446
+ "required_changed": {
8447
+ "removed": [
8448
+ "is_alphanumeric"
8449
+ ]
8250
8450
  }
8251
8451
  }
8252
8452
  }
@@ -8270,6 +8470,11 @@
8270
8470
  "removed": [
8271
8471
  "is_alphanumeric"
8272
8472
  ]
8473
+ },
8474
+ "required_changed": {
8475
+ "removed": [
8476
+ "is_alphanumeric"
8477
+ ]
8273
8478
  }
8274
8479
  }
8275
8480
  }
@@ -9070,6 +9275,7 @@
9070
9275
  "schema_changed": {
9071
9276
  "properties_changed": {
9072
9277
  "removed": [
9278
+ "default_branch_only",
9073
9279
  "name"
9074
9280
  ]
9075
9281
  }
@@ -9176,6 +9382,35 @@
9176
9382
  }
9177
9383
  }
9178
9384
  },
9385
+ "/repos/{owner}/{repo}/installation": {
9386
+ "get": {
9387
+ "responses": {
9388
+ "changed": {
9389
+ "200": {
9390
+ "content": {
9391
+ "changed": {
9392
+ "application/json": {
9393
+ "schema_changed": {
9394
+ "properties_changed": {
9395
+ "changed": {
9396
+ "permissions": {
9397
+ "properties_changed": {
9398
+ "removed": [
9399
+ "organization_custom_roles"
9400
+ ]
9401
+ }
9402
+ }
9403
+ }
9404
+ }
9405
+ }
9406
+ }
9407
+ }
9408
+ }
9409
+ }
9410
+ }
9411
+ }
9412
+ }
9413
+ },
9179
9414
  "/repos/{owner}/{repo}/invitations": {
9180
9415
  "get": {
9181
9416
  "responses": {
@@ -10611,6 +10846,43 @@
10611
10846
  }
10612
10847
  }
10613
10848
  },
10849
+ "/user/installations": {
10850
+ "get": {
10851
+ "responses": {
10852
+ "changed": {
10853
+ "200": {
10854
+ "content": {
10855
+ "changed": {
10856
+ "application/json": {
10857
+ "schema_changed": {
10858
+ "properties_changed": {
10859
+ "changed": {
10860
+ "installations": {
10861
+ "items_changed": {
10862
+ "properties_changed": {
10863
+ "changed": {
10864
+ "permissions": {
10865
+ "properties_changed": {
10866
+ "removed": [
10867
+ "organization_custom_roles"
10868
+ ]
10869
+ }
10870
+ }
10871
+ }
10872
+ }
10873
+ }
10874
+ }
10875
+ }
10876
+ }
10877
+ }
10878
+ }
10879
+ }
10880
+ }
10881
+ }
10882
+ }
10883
+ }
10884
+ }
10885
+ },
10614
10886
  "/user/installations/{installation_id}/repositories": {
10615
10887
  "get": {
10616
10888
  "responses": {
@@ -11303,6 +11575,35 @@
11303
11575
  }
11304
11576
  }
11305
11577
  },
11578
+ "/users/{username}/installation": {
11579
+ "get": {
11580
+ "responses": {
11581
+ "changed": {
11582
+ "200": {
11583
+ "content": {
11584
+ "changed": {
11585
+ "application/json": {
11586
+ "schema_changed": {
11587
+ "properties_changed": {
11588
+ "changed": {
11589
+ "permissions": {
11590
+ "properties_changed": {
11591
+ "removed": [
11592
+ "organization_custom_roles"
11593
+ ]
11594
+ }
11595
+ }
11596
+ }
11597
+ }
11598
+ }
11599
+ }
11600
+ }
11601
+ }
11602
+ }
11603
+ }
11604
+ }
11605
+ }
11606
+ },
11306
11607
  "/users/{username}/repos": {
11307
11608
  "get": {
11308
11609
  "responses": {
@@ -11656,6 +11957,9 @@
11656
11957
  "get",
11657
11958
  "patch"
11658
11959
  ],
11960
+ "/orgs/{org}/{security_product}/{enablement}": [
11961
+ "post"
11962
+ ],
11659
11963
  "/repos/{owner}/{repo}/actions/cache/usage": [
11660
11964
  "get"
11661
11965
  ],
@@ -11964,6 +12268,14 @@
11964
12268
  "/user/public_emails": [
11965
12269
  "get"
11966
12270
  ],
12271
+ "/user/ssh_signing_keys": [
12272
+ "get",
12273
+ "post"
12274
+ ],
12275
+ "/user/ssh_signing_keys/{ssh_signing_key_id}": [
12276
+ "get",
12277
+ "delete"
12278
+ ],
11967
12279
  "/users/{username}/events/public": [
11968
12280
  "get"
11969
12281
  ],
@@ -12001,6 +12313,9 @@
12001
12313
  ],
12002
12314
  "/users/{username}/settings/billing/shared-storage": [
12003
12315
  "get"
12316
+ ],
12317
+ "/users/{username}/ssh_signing_keys": [
12318
+ "get"
12004
12319
  ]
12005
12320
  }
12006
12321
  },