@octokit/openapi 5.6.5 → 5.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.
- package/generated/api.github.com.deref.json +4412 -986
- package/generated/api.github.com.json +647 -294
- package/generated/ghes-2.22-diff-to-ghes-3.0.deref.json +1 -1
- package/generated/ghes-2.22-diff-to-ghes-3.0.json +1 -1
- package/generated/ghes-2.22.deref.json +1 -1
- package/generated/ghes-2.22.json +1 -1
- package/generated/ghes-3.0-anicca-diff-to-ghes-3.1.deref.json +145 -0
- package/generated/ghes-3.0-diff-to-ghes-3.1.deref.json +14577 -3831
- package/generated/ghes-3.0-diff-to-ghes-3.1.json +1540 -248
- package/generated/ghes-3.0.deref.json +329 -161
- package/generated/ghes-3.0.json +280 -102
- package/generated/ghes-3.1-anicca-diff-to-ghes-3.2.deref.json +1292 -111
- package/generated/ghes-3.1-diff-to-ghes-3.2.deref.json +104093 -56376
- package/generated/ghes-3.1-diff-to-ghes-3.2.json +8280 -3015
- package/generated/ghes-3.1.deref.json +369 -193
- package/generated/ghes-3.1.json +320 -134
- package/generated/ghes-3.2-anicca-diff-to-api.github.com.deref.json +305 -1
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +4813 -906
- package/generated/ghes-3.2-diff-to-api.github.com.json +2141 -175
- package/generated/ghes-3.2.deref.json +390 -204
- package/generated/ghes-3.2.json +363 -145
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +59 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +4951 -1
- package/generated/github.ae-diff-to-api.github.com.json +2776 -110
- package/generated/github.ae.deref.json +3875 -639
- package/generated/github.ae.json +425 -235
- package/package.json +4 -1
|
@@ -8204,6 +8204,22 @@
|
|
|
8204
8204
|
}
|
|
8205
8205
|
}
|
|
8206
8206
|
}
|
|
8207
|
+
},
|
|
8208
|
+
"put": {
|
|
8209
|
+
"request_body": {
|
|
8210
|
+
"content_changed": {
|
|
8211
|
+
"changed": {
|
|
8212
|
+
"application/json": {
|
|
8213
|
+
"schema_changed": {
|
|
8214
|
+
"properties_changed": { "removed": ["verified_allowed"] },
|
|
8215
|
+
"required_changed": {
|
|
8216
|
+
"added": ["github_owned_allowed", "patterns_allowed"]
|
|
8217
|
+
}
|
|
8218
|
+
}
|
|
8219
|
+
}
|
|
8220
|
+
}
|
|
8221
|
+
}
|
|
8222
|
+
}
|
|
8207
8223
|
}
|
|
8208
8224
|
},
|
|
8209
8225
|
"/meta": {
|
|
@@ -8242,6 +8258,26 @@
|
|
|
8242
8258
|
}
|
|
8243
8259
|
}
|
|
8244
8260
|
},
|
|
8261
|
+
"/orgs/{org}": {
|
|
8262
|
+
"patch": {
|
|
8263
|
+
"request_body": {
|
|
8264
|
+
"content_changed": {
|
|
8265
|
+
"changed": {
|
|
8266
|
+
"application/json": {
|
|
8267
|
+
"schema_changed": {
|
|
8268
|
+
"properties_changed": {
|
|
8269
|
+
"removed": [
|
|
8270
|
+
"members_can_create_private_pages",
|
|
8271
|
+
"members_can_create_public_pages"
|
|
8272
|
+
]
|
|
8273
|
+
}
|
|
8274
|
+
}
|
|
8275
|
+
}
|
|
8276
|
+
}
|
|
8277
|
+
}
|
|
8278
|
+
}
|
|
8279
|
+
}
|
|
8280
|
+
},
|
|
8245
8281
|
"/orgs/{org}/actions/permissions/selected-actions": {
|
|
8246
8282
|
"get": {
|
|
8247
8283
|
"responses": {
|
|
@@ -8264,6 +8300,58 @@
|
|
|
8264
8300
|
}
|
|
8265
8301
|
}
|
|
8266
8302
|
}
|
|
8303
|
+
},
|
|
8304
|
+
"put": {
|
|
8305
|
+
"request_body": {
|
|
8306
|
+
"content_changed": {
|
|
8307
|
+
"changed": {
|
|
8308
|
+
"application/json": {
|
|
8309
|
+
"schema_changed": {
|
|
8310
|
+
"properties_changed": { "removed": ["verified_allowed"] },
|
|
8311
|
+
"required_changed": {
|
|
8312
|
+
"added": ["github_owned_allowed", "patterns_allowed"]
|
|
8313
|
+
}
|
|
8314
|
+
}
|
|
8315
|
+
}
|
|
8316
|
+
}
|
|
8317
|
+
}
|
|
8318
|
+
}
|
|
8319
|
+
}
|
|
8320
|
+
},
|
|
8321
|
+
"/repos/{owner}/{repo}/actions/jobs/{job_id}": {
|
|
8322
|
+
"get": {
|
|
8323
|
+
"responses": {
|
|
8324
|
+
"changed": {
|
|
8325
|
+
"200": {
|
|
8326
|
+
"content": {
|
|
8327
|
+
"changed": {
|
|
8328
|
+
"application/json": {
|
|
8329
|
+
"schema_changed": {
|
|
8330
|
+
"properties_changed": {
|
|
8331
|
+
"removed": [
|
|
8332
|
+
"labels",
|
|
8333
|
+
"runner_group_id",
|
|
8334
|
+
"runner_group_name",
|
|
8335
|
+
"runner_id",
|
|
8336
|
+
"runner_name"
|
|
8337
|
+
]
|
|
8338
|
+
},
|
|
8339
|
+
"required_changed": {
|
|
8340
|
+
"removed": [
|
|
8341
|
+
"labels",
|
|
8342
|
+
"runner_id",
|
|
8343
|
+
"runner_name",
|
|
8344
|
+
"runner_group_id",
|
|
8345
|
+
"runner_group_name"
|
|
8346
|
+
]
|
|
8347
|
+
}
|
|
8348
|
+
}
|
|
8349
|
+
}
|
|
8350
|
+
}
|
|
8351
|
+
}
|
|
8352
|
+
}
|
|
8353
|
+
}
|
|
8354
|
+
}
|
|
8267
8355
|
}
|
|
8268
8356
|
},
|
|
8269
8357
|
"/repos/{owner}/{repo}/actions/permissions/selected-actions": {
|
|
@@ -8288,6 +8376,150 @@
|
|
|
8288
8376
|
}
|
|
8289
8377
|
}
|
|
8290
8378
|
}
|
|
8379
|
+
},
|
|
8380
|
+
"put": {
|
|
8381
|
+
"request_body": {
|
|
8382
|
+
"content_changed": {
|
|
8383
|
+
"changed": {
|
|
8384
|
+
"application/json": {
|
|
8385
|
+
"schema_changed": {
|
|
8386
|
+
"properties_changed": { "removed": ["verified_allowed"] },
|
|
8387
|
+
"required_changed": {
|
|
8388
|
+
"added": ["github_owned_allowed", "patterns_allowed"]
|
|
8389
|
+
}
|
|
8390
|
+
}
|
|
8391
|
+
}
|
|
8392
|
+
}
|
|
8393
|
+
}
|
|
8394
|
+
}
|
|
8395
|
+
}
|
|
8396
|
+
},
|
|
8397
|
+
"/repos/{owner}/{repo}/actions/runs/{run_id}/jobs": {
|
|
8398
|
+
"get": {
|
|
8399
|
+
"responses": {
|
|
8400
|
+
"changed": {
|
|
8401
|
+
"200": {
|
|
8402
|
+
"content": {
|
|
8403
|
+
"changed": {
|
|
8404
|
+
"application/json": {
|
|
8405
|
+
"schema_changed": {
|
|
8406
|
+
"properties_changed": {
|
|
8407
|
+
"changed": {
|
|
8408
|
+
"jobs": {
|
|
8409
|
+
"items_changed": {
|
|
8410
|
+
"properties_changed": {
|
|
8411
|
+
"removed": [
|
|
8412
|
+
"labels",
|
|
8413
|
+
"runner_group_id",
|
|
8414
|
+
"runner_group_name",
|
|
8415
|
+
"runner_id",
|
|
8416
|
+
"runner_name"
|
|
8417
|
+
]
|
|
8418
|
+
},
|
|
8419
|
+
"required_changed": {
|
|
8420
|
+
"removed": [
|
|
8421
|
+
"labels",
|
|
8422
|
+
"runner_id",
|
|
8423
|
+
"runner_name",
|
|
8424
|
+
"runner_group_id",
|
|
8425
|
+
"runner_group_name"
|
|
8426
|
+
]
|
|
8427
|
+
}
|
|
8428
|
+
}
|
|
8429
|
+
}
|
|
8430
|
+
}
|
|
8431
|
+
}
|
|
8432
|
+
}
|
|
8433
|
+
}
|
|
8434
|
+
}
|
|
8435
|
+
}
|
|
8436
|
+
}
|
|
8437
|
+
}
|
|
8438
|
+
}
|
|
8439
|
+
}
|
|
8440
|
+
},
|
|
8441
|
+
"/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}": {
|
|
8442
|
+
"get": {
|
|
8443
|
+
"responses": {
|
|
8444
|
+
"changed": {
|
|
8445
|
+
"200": {
|
|
8446
|
+
"content": {
|
|
8447
|
+
"changed": {
|
|
8448
|
+
"application/json": {
|
|
8449
|
+
"schema_changed": {
|
|
8450
|
+
"properties_changed": {
|
|
8451
|
+
"added": [["instances", { "deprecated": true }]]
|
|
8452
|
+
}
|
|
8453
|
+
}
|
|
8454
|
+
}
|
|
8455
|
+
}
|
|
8456
|
+
}
|
|
8457
|
+
}
|
|
8458
|
+
}
|
|
8459
|
+
}
|
|
8460
|
+
},
|
|
8461
|
+
"patch": {
|
|
8462
|
+
"responses": {
|
|
8463
|
+
"changed": {
|
|
8464
|
+
"200": {
|
|
8465
|
+
"content": {
|
|
8466
|
+
"changed": {
|
|
8467
|
+
"application/json": {
|
|
8468
|
+
"schema_changed": {
|
|
8469
|
+
"properties_changed": {
|
|
8470
|
+
"added": [["instances", { "deprecated": true }]]
|
|
8471
|
+
}
|
|
8472
|
+
}
|
|
8473
|
+
}
|
|
8474
|
+
}
|
|
8475
|
+
}
|
|
8476
|
+
}
|
|
8477
|
+
}
|
|
8478
|
+
}
|
|
8479
|
+
}
|
|
8480
|
+
},
|
|
8481
|
+
"/repos/{owner}/{repo}/code-scanning/analyses": {
|
|
8482
|
+
"get": {
|
|
8483
|
+
"responses": {
|
|
8484
|
+
"changed": {
|
|
8485
|
+
"200": {
|
|
8486
|
+
"content": {
|
|
8487
|
+
"changed": {
|
|
8488
|
+
"application/json": {
|
|
8489
|
+
"schema_changed": {
|
|
8490
|
+
"items_changed": {
|
|
8491
|
+
"properties_changed": {
|
|
8492
|
+
"added": [["tool_name", { "type": "string" }]]
|
|
8493
|
+
}
|
|
8494
|
+
}
|
|
8495
|
+
}
|
|
8496
|
+
}
|
|
8497
|
+
}
|
|
8498
|
+
}
|
|
8499
|
+
}
|
|
8500
|
+
}
|
|
8501
|
+
}
|
|
8502
|
+
}
|
|
8503
|
+
},
|
|
8504
|
+
"/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}": {
|
|
8505
|
+
"get": {
|
|
8506
|
+
"responses": {
|
|
8507
|
+
"changed": {
|
|
8508
|
+
"200": {
|
|
8509
|
+
"content": {
|
|
8510
|
+
"changed": {
|
|
8511
|
+
"application/json": {
|
|
8512
|
+
"schema_changed": {
|
|
8513
|
+
"properties_changed": {
|
|
8514
|
+
"added": [["tool_name", { "type": "string" }]]
|
|
8515
|
+
}
|
|
8516
|
+
}
|
|
8517
|
+
}
|
|
8518
|
+
}
|
|
8519
|
+
}
|
|
8520
|
+
}
|
|
8521
|
+
}
|
|
8522
|
+
}
|
|
8291
8523
|
}
|
|
8292
8524
|
},
|
|
8293
8525
|
"/repos/{owner}/{repo}/releases": {
|
|
@@ -8311,6 +8543,40 @@
|
|
|
8311
8543
|
}
|
|
8312
8544
|
}
|
|
8313
8545
|
}
|
|
8546
|
+
},
|
|
8547
|
+
"post": {
|
|
8548
|
+
"request_body": {
|
|
8549
|
+
"content_changed": {
|
|
8550
|
+
"changed": {
|
|
8551
|
+
"application/json": {
|
|
8552
|
+
"schema_changed": {
|
|
8553
|
+
"properties_changed": {
|
|
8554
|
+
"removed": [
|
|
8555
|
+
"discussion_category_name",
|
|
8556
|
+
"generate_release_notes"
|
|
8557
|
+
]
|
|
8558
|
+
}
|
|
8559
|
+
}
|
|
8560
|
+
}
|
|
8561
|
+
}
|
|
8562
|
+
}
|
|
8563
|
+
},
|
|
8564
|
+
"responses": {
|
|
8565
|
+
"changed": {
|
|
8566
|
+
"201": {
|
|
8567
|
+
"content": {
|
|
8568
|
+
"changed": {
|
|
8569
|
+
"application/json": {
|
|
8570
|
+
"schema_changed": {
|
|
8571
|
+
"properties_changed": { "removed": ["discussion_url"] }
|
|
8572
|
+
}
|
|
8573
|
+
}
|
|
8574
|
+
}
|
|
8575
|
+
}
|
|
8576
|
+
}
|
|
8577
|
+
},
|
|
8578
|
+
"removed": ["404"]
|
|
8579
|
+
}
|
|
8314
8580
|
}
|
|
8315
8581
|
},
|
|
8316
8582
|
"/repos/{owner}/{repo}/releases/latest": {
|
|
@@ -8368,6 +8634,37 @@
|
|
|
8368
8634
|
}
|
|
8369
8635
|
}
|
|
8370
8636
|
}
|
|
8637
|
+
},
|
|
8638
|
+
"patch": {
|
|
8639
|
+
"request_body": {
|
|
8640
|
+
"content_changed": {
|
|
8641
|
+
"changed": {
|
|
8642
|
+
"application/json": {
|
|
8643
|
+
"schema_changed": {
|
|
8644
|
+
"properties_changed": {
|
|
8645
|
+
"removed": ["discussion_category_name"]
|
|
8646
|
+
}
|
|
8647
|
+
}
|
|
8648
|
+
}
|
|
8649
|
+
}
|
|
8650
|
+
}
|
|
8651
|
+
},
|
|
8652
|
+
"responses": {
|
|
8653
|
+
"changed": {
|
|
8654
|
+
"200": {
|
|
8655
|
+
"content": {
|
|
8656
|
+
"changed": {
|
|
8657
|
+
"application/json": {
|
|
8658
|
+
"schema_changed": {
|
|
8659
|
+
"properties_changed": { "removed": ["discussion_url"] }
|
|
8660
|
+
}
|
|
8661
|
+
}
|
|
8662
|
+
}
|
|
8663
|
+
}
|
|
8664
|
+
}
|
|
8665
|
+
},
|
|
8666
|
+
"removed": ["404"]
|
|
8667
|
+
}
|
|
8371
8668
|
}
|
|
8372
8669
|
},
|
|
8373
8670
|
"/repositories": {
|
|
@@ -8441,12 +8738,18 @@
|
|
|
8441
8738
|
"patch"
|
|
8442
8739
|
],
|
|
8443
8740
|
"/repos/{owner}/{repo}/actions/runs/{run_id}/approve": ["post"],
|
|
8444
|
-
"/repos/{owner}/{repo}/actions/runs/{run_id}/
|
|
8741
|
+
"/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}": [
|
|
8742
|
+
"get"
|
|
8743
|
+
],
|
|
8744
|
+
"/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/logs": [
|
|
8745
|
+
"get"
|
|
8746
|
+
],
|
|
8445
8747
|
"/repos/{owner}/{repo}/actions/runs/{run_id}/timing": ["get"],
|
|
8446
8748
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/timing": ["get"],
|
|
8447
8749
|
"/repos/{owner}/{repo}/autolinks": ["get", "post"],
|
|
8448
8750
|
"/repos/{owner}/{repo}/autolinks/{autolink_id}": ["get", "delete"],
|
|
8449
8751
|
"/repos/{owner}/{repo}/automated-security-fixes": ["put", "delete"],
|
|
8752
|
+
"/repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest": ["post"],
|
|
8450
8753
|
"/repos/{owner}/{repo}/community/profile": ["get"],
|
|
8451
8754
|
"/repos/{owner}/{repo}/import": ["get", "put", "delete", "patch"],
|
|
8452
8755
|
"/repos/{owner}/{repo}/import/authors": ["get"],
|
|
@@ -8457,6 +8760,7 @@
|
|
|
8457
8760
|
"/repos/{owner}/{repo}/lfs": ["put", "delete"],
|
|
8458
8761
|
"/repos/{owner}/{repo}/merge-upstream": ["post"],
|
|
8459
8762
|
"/repos/{owner}/{repo}/pages/health": ["get"],
|
|
8763
|
+
"/repos/{owner}/{repo}/releases/generate-notes": ["post"],
|
|
8460
8764
|
"/repos/{owner}/{repo}/traffic/clones": ["get"],
|
|
8461
8765
|
"/repos/{owner}/{repo}/traffic/popular/paths": ["get"],
|
|
8462
8766
|
"/repos/{owner}/{repo}/traffic/popular/referrers": ["get"],
|