@octokit/openapi 7.2.0 → 7.5.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 +9605 -6
  2. package/generated/api.github.com.json +405 -33
  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 +119 -1
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +111 -1
  7. package/generated/ghes-3.2.deref.json +348 -1
  8. package/generated/ghes-3.2.json +145 -10
  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 +348 -3
  13. package/generated/ghes-3.3.json +145 -11
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +1 -1
  15. package/generated/ghes-3.4-diff-to-ghes-3.5.json +1 -1
  16. package/generated/ghes-3.4.deref.json +333 -3
  17. package/generated/ghes-3.4.json +146 -11
  18. package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +1548 -135
  19. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
  20. package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
  21. package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +53558 -37094
  22. package/generated/ghes-3.5-diff-to-ghes-3.6.json +8076 -3526
  23. package/generated/ghes-3.5.deref.json +427 -15
  24. package/generated/ghes-3.5.json +240 -23
  25. package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +88 -0
  26. package/generated/ghes-3.6-diff-to-api.github.com.deref.json +442 -1
  27. package/generated/ghes-3.6-diff-to-api.github.com.json +212 -1
  28. package/generated/ghes-3.6.deref.json +7923 -1
  29. package/generated/ghes-3.6.json +380 -10
  30. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +733 -3
  31. package/generated/github.ae-diff-to-api.github.com.deref.json +751 -1
  32. package/generated/github.ae-diff-to-api.github.com.json +152 -4
  33. package/generated/github.ae.deref.json +926 -1
  34. package/generated/github.ae.json +184 -10
  35. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.2.0",
4
+ "version": "7.5.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.2.0",
4
+ "version": "7.5.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.2.0",
4
+ "version": "7.5.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.",
@@ -35162,6 +35178,40 @@
35162
35178
  "type": "boolean",
35163
35179
  "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
35164
35180
  "default": false
35181
+ },
35182
+ "squash_merge_commit_title": {
35183
+ "type": "string",
35184
+ "enum": [
35185
+ "PR_TITLE",
35186
+ "COMMIT_OR_PR_TITLE"
35187
+ ],
35188
+ "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
35189
+ },
35190
+ "squash_merge_commit_message": {
35191
+ "type": "string",
35192
+ "enum": [
35193
+ "PR_BODY",
35194
+ "COMMIT_MESSAGES",
35195
+ "BLANK"
35196
+ ],
35197
+ "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
35198
+ },
35199
+ "merge_commit_title": {
35200
+ "type": "string",
35201
+ "enum": [
35202
+ "PR_TITLE",
35203
+ "MERGE_MESSAGE"
35204
+ ],
35205
+ "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
35206
+ },
35207
+ "merge_commit_message": {
35208
+ "type": "string",
35209
+ "enum": [
35210
+ "PR_BODY",
35211
+ "PR_TITLE",
35212
+ "BLANK"
35213
+ ],
35214
+ "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
35165
35215
  }
35166
35216
  },
35167
35217
  "required": [
@@ -45923,6 +45973,40 @@
45923
45973
  "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
45924
45974
  "default": false
45925
45975
  },
45976
+ "squash_merge_commit_title": {
45977
+ "type": "string",
45978
+ "enum": [
45979
+ "PR_TITLE",
45980
+ "COMMIT_OR_PR_TITLE"
45981
+ ],
45982
+ "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
45983
+ },
45984
+ "squash_merge_commit_message": {
45985
+ "type": "string",
45986
+ "enum": [
45987
+ "PR_BODY",
45988
+ "COMMIT_MESSAGES",
45989
+ "BLANK"
45990
+ ],
45991
+ "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
45992
+ },
45993
+ "merge_commit_title": {
45994
+ "type": "string",
45995
+ "enum": [
45996
+ "PR_TITLE",
45997
+ "MERGE_MESSAGE"
45998
+ ],
45999
+ "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
46000
+ },
46001
+ "merge_commit_message": {
46002
+ "type": "string",
46003
+ "enum": [
46004
+ "PR_BODY",
46005
+ "PR_TITLE",
46006
+ "BLANK"
46007
+ ],
46008
+ "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
46009
+ },
45926
46010
  "archived": {
45927
46011
  "type": "boolean",
45928
46012
  "description": "`true` to archive this repository. **Note**: You cannot unarchive repositories through the API.",
@@ -159800,6 +159884,40 @@
159800
159884
  "type": "boolean",
159801
159885
  "example": false
159802
159886
  },
159887
+ "squash_merge_commit_title": {
159888
+ "type": "string",
159889
+ "enum": [
159890
+ "PR_TITLE",
159891
+ "COMMIT_OR_PR_TITLE"
159892
+ ],
159893
+ "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
159894
+ },
159895
+ "squash_merge_commit_message": {
159896
+ "type": "string",
159897
+ "enum": [
159898
+ "PR_BODY",
159899
+ "COMMIT_MESSAGES",
159900
+ "BLANK"
159901
+ ],
159902
+ "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
159903
+ },
159904
+ "merge_commit_title": {
159905
+ "type": "string",
159906
+ "enum": [
159907
+ "PR_TITLE",
159908
+ "MERGE_MESSAGE"
159909
+ ],
159910
+ "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
159911
+ },
159912
+ "merge_commit_message": {
159913
+ "type": "string",
159914
+ "enum": [
159915
+ "PR_BODY",
159916
+ "PR_TITLE",
159917
+ "BLANK"
159918
+ ],
159919
+ "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
159920
+ },
159803
159921
  "has_downloads": {
159804
159922
  "description": "Whether downloads are enabled.",
159805
159923
  "default": true,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.2.0",
4
+ "version": "7.5.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": {
@@ -1991,6 +1991,40 @@
1991
1991
  "type": "boolean",
1992
1992
  "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
1993
1993
  "default": false
1994
+ },
1995
+ "squash_merge_commit_title": {
1996
+ "type": "string",
1997
+ "enum": [
1998
+ "PR_TITLE",
1999
+ "COMMIT_OR_PR_TITLE"
2000
+ ],
2001
+ "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
2002
+ },
2003
+ "squash_merge_commit_message": {
2004
+ "type": "string",
2005
+ "enum": [
2006
+ "PR_BODY",
2007
+ "COMMIT_MESSAGES",
2008
+ "BLANK"
2009
+ ],
2010
+ "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
2011
+ },
2012
+ "merge_commit_title": {
2013
+ "type": "string",
2014
+ "enum": [
2015
+ "PR_TITLE",
2016
+ "MERGE_MESSAGE"
2017
+ ],
2018
+ "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
2019
+ },
2020
+ "merge_commit_message": {
2021
+ "type": "string",
2022
+ "enum": [
2023
+ "PR_BODY",
2024
+ "PR_TITLE",
2025
+ "BLANK"
2026
+ ],
2027
+ "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
1994
2028
  }
1995
2029
  },
1996
2030
  "required": [
@@ -2417,6 +2451,40 @@
2417
2451
  "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
2418
2452
  "default": false
2419
2453
  },
2454
+ "squash_merge_commit_title": {
2455
+ "type": "string",
2456
+ "enum": [
2457
+ "PR_TITLE",
2458
+ "COMMIT_OR_PR_TITLE"
2459
+ ],
2460
+ "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
2461
+ },
2462
+ "squash_merge_commit_message": {
2463
+ "type": "string",
2464
+ "enum": [
2465
+ "PR_BODY",
2466
+ "COMMIT_MESSAGES",
2467
+ "BLANK"
2468
+ ],
2469
+ "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
2470
+ },
2471
+ "merge_commit_title": {
2472
+ "type": "string",
2473
+ "enum": [
2474
+ "PR_TITLE",
2475
+ "MERGE_MESSAGE"
2476
+ ],
2477
+ "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
2478
+ },
2479
+ "merge_commit_message": {
2480
+ "type": "string",
2481
+ "enum": [
2482
+ "PR_BODY",
2483
+ "PR_TITLE",
2484
+ "BLANK"
2485
+ ],
2486
+ "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
2487
+ },
2420
2488
  "archived": {
2421
2489
  "type": "boolean",
2422
2490
  "description": "`true` to archive this repository. **Note**: You cannot unarchive repositories through the API.",
@@ -7362,6 +7430,40 @@
7362
7430
  "type": "boolean",
7363
7431
  "example": false
7364
7432
  },
7433
+ "squash_merge_commit_title": {
7434
+ "type": "string",
7435
+ "enum": [
7436
+ "PR_TITLE",
7437
+ "COMMIT_OR_PR_TITLE"
7438
+ ],
7439
+ "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
7440
+ },
7441
+ "squash_merge_commit_message": {
7442
+ "type": "string",
7443
+ "enum": [
7444
+ "PR_BODY",
7445
+ "COMMIT_MESSAGES",
7446
+ "BLANK"
7447
+ ],
7448
+ "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
7449
+ },
7450
+ "merge_commit_title": {
7451
+ "type": "string",
7452
+ "enum": [
7453
+ "PR_TITLE",
7454
+ "MERGE_MESSAGE"
7455
+ ],
7456
+ "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
7457
+ },
7458
+ "merge_commit_message": {
7459
+ "type": "string",
7460
+ "enum": [
7461
+ "PR_BODY",
7462
+ "PR_TITLE",
7463
+ "BLANK"
7464
+ ],
7465
+ "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
7466
+ },
7365
7467
  "has_downloads": {
7366
7468
  "description": "Whether downloads are enabled.",
7367
7469
  "default": true,
@@ -8280,6 +8382,14 @@
8280
8382
  "write"
8281
8383
  ]
8282
8384
  },
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
+ },
8283
8393
  "deployments": {
8284
8394
  "type": "string",
8285
8395
  "description": "The level of permission to grant the access token for deployments and deployment statuses.",