@octokit/openapi 7.12.1 → 7.14.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 +739 -6
  2. package/generated/api.github.com.json +290 -4
  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 +5 -2
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +3 -2
  7. package/generated/ghes-3.2.deref.json +9 -6
  8. package/generated/ghes-3.2.json +5 -4
  9. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +2 -2
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.json +2 -2
  11. package/generated/ghes-3.3.deref.json +9 -6
  12. package/generated/ghes-3.3.json +5 -4
  13. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +4 -1
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.json +2 -1
  15. package/generated/ghes-3.4.deref.json +9 -6
  16. package/generated/ghes-3.4.json +5 -4
  17. package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +11 -0
  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 +6 -2
  21. package/generated/ghes-3.5-diff-to-ghes-3.6.json +3 -2
  22. package/generated/ghes-3.5.deref.json +116 -6
  23. package/generated/ghes-3.5.json +111 -4
  24. package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +106 -11
  25. package/generated/ghes-3.6-diff-to-api.github.com.deref.json +8888 -1
  26. package/generated/ghes-3.6-diff-to-api.github.com.json +376 -1
  27. package/generated/ghes-3.6.deref.json +779 -116
  28. package/generated/ghes-3.6.json +542 -113
  29. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +6 -0
  30. package/generated/github.ae-diff-to-api.github.com.deref.json +28 -2
  31. package/generated/github.ae-diff-to-api.github.com.json +9 -2
  32. package/generated/github.ae.deref.json +76 -6
  33. package/generated/github.ae.json +55 -4
  34. package/package.json +1 -1
@@ -12044,6 +12044,12 @@
12044
12044
  "/repos/{owner}/{repo}/branches/{branch}/rename": [
12045
12045
  "post"
12046
12046
  ],
12047
+ "/repos/{owner}/{repo}/code-scanning/codeql/databases": [
12048
+ "get"
12049
+ ],
12050
+ "/repos/{owner}/{repo}/code-scanning/codeql/databases/{language}": [
12051
+ "get"
12052
+ ],
12047
12053
  "/repos/{owner}/{repo}/codespaces": [
12048
12054
  "get",
12049
12055
  "post"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.12.1",
4
+ "version": "7.14.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": {
@@ -63950,6 +63950,11 @@
63950
63950
  "head_repository_id": {
63951
63951
  "type": "integer",
63952
63952
  "example": 5
63953
+ },
63954
+ "display_title": {
63955
+ "type": "string",
63956
+ "example": "Simple Workflow",
63957
+ "description": "The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow."
63953
63958
  }
63954
63959
  },
63955
63960
  "required": [
@@ -63957,6 +63962,7 @@
63957
63962
  "node_id",
63958
63963
  "head_branch",
63959
63964
  "run_number",
63965
+ "display_title",
63960
63966
  "event",
63961
63967
  "status",
63962
63968
  "conclusion",
@@ -68232,6 +68238,11 @@
68232
68238
  "head_repository_id": {
68233
68239
  "type": "integer",
68234
68240
  "example": 5
68241
+ },
68242
+ "display_title": {
68243
+ "type": "string",
68244
+ "example": "Simple Workflow",
68245
+ "description": "The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow."
68235
68246
  }
68236
68247
  },
68237
68248
  "required": [
@@ -68239,6 +68250,7 @@
68239
68250
  "node_id",
68240
68251
  "head_branch",
68241
68252
  "run_number",
68253
+ "display_title",
68242
68254
  "event",
68243
68255
  "status",
68244
68256
  "conclusion",
@@ -68275,6 +68287,7 @@
68275
68287
  "path": ".github/workflows/build.yml@main",
68276
68288
  "run_number": 562,
68277
68289
  "event": "push",
68290
+ "display_title": "Update README.md",
68278
68291
  "status": "queued",
68279
68292
  "conclusion": null,
68280
68293
  "workflow_id": 159038,
@@ -72525,6 +72538,11 @@
72525
72538
  "head_repository_id": {
72526
72539
  "type": "integer",
72527
72540
  "example": 5
72541
+ },
72542
+ "display_title": {
72543
+ "type": "string",
72544
+ "example": "Simple Workflow",
72545
+ "description": "The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow."
72528
72546
  }
72529
72547
  },
72530
72548
  "required": [
@@ -72532,6 +72550,7 @@
72532
72550
  "node_id",
72533
72551
  "head_branch",
72534
72552
  "run_number",
72553
+ "display_title",
72535
72554
  "event",
72536
72555
  "status",
72537
72556
  "conclusion",
@@ -72568,6 +72587,7 @@
72568
72587
  "path": ".github/workflows/build.yml@main",
72569
72588
  "run_number": 562,
72570
72589
  "event": "push",
72590
+ "display_title": "Update README.md",
72571
72591
  "status": "queued",
72572
72592
  "conclusion": null,
72573
72593
  "workflow_id": 159038,
@@ -77000,6 +77020,11 @@
77000
77020
  "head_repository_id": {
77001
77021
  "type": "integer",
77002
77022
  "example": 5
77023
+ },
77024
+ "display_title": {
77025
+ "type": "string",
77026
+ "example": "Simple Workflow",
77027
+ "description": "The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow."
77003
77028
  }
77004
77029
  },
77005
77030
  "required": [
@@ -77007,6 +77032,7 @@
77007
77032
  "node_id",
77008
77033
  "head_branch",
77009
77034
  "run_number",
77035
+ "display_title",
77010
77036
  "event",
77011
77037
  "status",
77012
77038
  "conclusion",
@@ -89184,7 +89210,7 @@
89184
89210
  }
89185
89211
  },
89186
89212
  "403": {
89187
- "description": "Response if the repository is archived or if github advanced security is not enabled for this repository",
89213
+ "description": "Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository",
89188
89214
  "content": {
89189
89215
  "application/json": {
89190
89216
  "schema": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.12.1",
4
+ "version": "7.14.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": {
@@ -17486,6 +17486,11 @@
17486
17486
  "head_repository_id": {
17487
17487
  "type": "integer",
17488
17488
  "example": 5
17489
+ },
17490
+ "display_title": {
17491
+ "type": "string",
17492
+ "example": "Simple Workflow",
17493
+ "description": "The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow."
17489
17494
  }
17490
17495
  },
17491
17496
  "required": [
@@ -17493,6 +17498,7 @@
17493
17498
  "node_id",
17494
17499
  "head_branch",
17495
17500
  "run_number",
17501
+ "display_title",
17496
17502
  "event",
17497
17503
  "status",
17498
17504
  "conclusion",
@@ -26873,6 +26879,7 @@
26873
26879
  "path": ".github/workflows/build.yml@main",
26874
26880
  "run_number": 562,
26875
26881
  "event": "push",
26882
+ "display_title": "Update README.md",
26876
26883
  "status": "queued",
26877
26884
  "conclusion": null,
26878
26885
  "workflow_id": 159038,
@@ -32766,7 +32773,7 @@
32766
32773
  }
32767
32774
  },
32768
32775
  "code_scanning_forbidden_write": {
32769
- "description": "Response if the repository is archived or if github advanced security is not enabled for this repository",
32776
+ "description": "Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository",
32770
32777
  "content": {
32771
32778
  "application/json": {
32772
32779
  "schema": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.12.1",
4
+ "version": "7.14.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": {
@@ -107344,6 +107344,11 @@
107344
107344
  "head_repository_id": {
107345
107345
  "type": "integer",
107346
107346
  "example": 5
107347
+ },
107348
+ "display_title": {
107349
+ "type": "string",
107350
+ "example": "Simple Workflow",
107351
+ "description": "The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow."
107347
107352
  }
107348
107353
  },
107349
107354
  "required": [
@@ -107351,6 +107356,7 @@
107351
107356
  "node_id",
107352
107357
  "head_branch",
107353
107358
  "run_number",
107359
+ "display_title",
107354
107360
  "event",
107355
107361
  "status",
107356
107362
  "conclusion",
@@ -111626,6 +111632,11 @@
111626
111632
  "head_repository_id": {
111627
111633
  "type": "integer",
111628
111634
  "example": 5
111635
+ },
111636
+ "display_title": {
111637
+ "type": "string",
111638
+ "example": "Simple Workflow",
111639
+ "description": "The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow."
111629
111640
  }
111630
111641
  },
111631
111642
  "required": [
@@ -111633,6 +111644,7 @@
111633
111644
  "node_id",
111634
111645
  "head_branch",
111635
111646
  "run_number",
111647
+ "display_title",
111636
111648
  "event",
111637
111649
  "status",
111638
111650
  "conclusion",
@@ -111669,6 +111681,7 @@
111669
111681
  "path": ".github/workflows/build.yml@main",
111670
111682
  "run_number": 562,
111671
111683
  "event": "push",
111684
+ "display_title": "Update README.md",
111672
111685
  "status": "queued",
111673
111686
  "conclusion": null,
111674
111687
  "workflow_id": 159038,
@@ -116209,6 +116222,11 @@
116209
116222
  "head_repository_id": {
116210
116223
  "type": "integer",
116211
116224
  "example": 5
116225
+ },
116226
+ "display_title": {
116227
+ "type": "string",
116228
+ "example": "Simple Workflow",
116229
+ "description": "The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow."
116212
116230
  }
116213
116231
  },
116214
116232
  "required": [
@@ -116216,6 +116234,7 @@
116216
116234
  "node_id",
116217
116235
  "head_branch",
116218
116236
  "run_number",
116237
+ "display_title",
116219
116238
  "event",
116220
116239
  "status",
116221
116240
  "conclusion",
@@ -116252,6 +116271,7 @@
116252
116271
  "path": ".github/workflows/build.yml@main",
116253
116272
  "run_number": 562,
116254
116273
  "event": "push",
116274
+ "display_title": "Update README.md",
116255
116275
  "status": "queued",
116256
116276
  "conclusion": null,
116257
116277
  "workflow_id": 159038,
@@ -123186,6 +123206,11 @@
123186
123206
  "head_repository_id": {
123187
123207
  "type": "integer",
123188
123208
  "example": 5
123209
+ },
123210
+ "display_title": {
123211
+ "type": "string",
123212
+ "example": "Simple Workflow",
123213
+ "description": "The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow."
123189
123214
  }
123190
123215
  },
123191
123216
  "required": [
@@ -123193,6 +123218,7 @@
123193
123218
  "node_id",
123194
123219
  "head_branch",
123195
123220
  "run_number",
123221
+ "display_title",
123196
123222
  "event",
123197
123223
  "status",
123198
123224
  "conclusion",
@@ -158283,7 +158309,7 @@
158283
158309
  }
158284
158310
  },
158285
158311
  "403": {
158286
- "description": "Response if the repository is archived or if github advanced security is not enabled for this repository",
158312
+ "description": "Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository",
158287
158313
  "content": {
158288
158314
  "application/json": {
158289
158315
  "schema": {
@@ -159509,7 +159535,7 @@
159509
159535
  }
159510
159536
  },
159511
159537
  "403": {
159512
- "description": "Response if the repository is archived or if github advanced security is not enabled for this repository",
159538
+ "description": "Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository",
159513
159539
  "content": {
159514
159540
  "application/json": {
159515
159541
  "schema": {
@@ -159715,7 +159741,7 @@
159715
159741
  "description": "Bad Request if the sarif field is invalid"
159716
159742
  },
159717
159743
  "403": {
159718
- "description": "Response if the repository is archived or if github advanced security is not enabled for this repository",
159744
+ "description": "Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository",
159719
159745
  "content": {
159720
159746
  "application/json": {
159721
159747
  "schema": {
@@ -181235,7 +181261,7 @@
181235
181261
  },
181236
181262
  "put": {
181237
181263
  "summary": "Create or update file contents",
181238
- "description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
181264
+ "description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.\n\n**Note:** If you use this endpoint and the \"[Delete a file](https://docs.github.com/github-ae@latest/rest/reference/repos/#delete-file)\" endpoint in parallel, the concurrent requests will conflict and you will receive errors. You must use these endpoints serially instead.",
181239
181265
  "tags": [
181240
181266
  "repos"
181241
181267
  ],
@@ -181940,7 +181966,7 @@
181940
181966
  },
181941
181967
  "delete": {
181942
181968
  "summary": "Delete a file",
181943
- "description": "Deletes a file in a repository.\n\nYou can provide an additional `committer` parameter, which is an object containing information about the committer. Or, you can provide an `author` parameter, which is an object containing information about the author.\n\nThe `author` section is optional and is filled in with the `committer` information if omitted. If the `committer` information is omitted, the authenticated user's information is used.\n\nYou must provide values for both `name` and `email`, whether you choose to use `author` or `committer`. Otherwise, you'll receive a `422` status code.",
181969
+ "description": "Deletes a file in a repository.\n\nYou can provide an additional `committer` parameter, which is an object containing information about the committer. Or, you can provide an `author` parameter, which is an object containing information about the author.\n\nThe `author` section is optional and is filled in with the `committer` information if omitted. If the `committer` information is omitted, the authenticated user's information is used.\n\nYou must provide values for both `name` and `email`, whether you choose to use `author` or `committer`. Otherwise, you'll receive a `422` status code.\n\n**Note:** If you use this endpoint and the \"[Create or update file contents](https://docs.github.com/github-ae@latest/rest/reference/repos/#create-or-update-file-contents)\" endpoint in parallel, the concurrent requests will conflict and you will receive errors. You must use these endpoints serially instead.",
181944
181970
  "tags": [
181945
181971
  "repos"
181946
181972
  ],
@@ -390048,6 +390074,50 @@
390048
390074
  }
390049
390075
  }
390050
390076
  },
390077
+ "/repos/{owner}/{repo}/code-scanning/codeql/databases": {
390078
+ "get": {
390079
+ "summary": "List CodeQL databases for a repository",
390080
+ "description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
390081
+ "tags": [
390082
+ "code-scanning"
390083
+ ],
390084
+ "operationId": "code-scanning/list-codeql-databases",
390085
+ "externalDocs": {
390086
+ "description": "API method documentation",
390087
+ "url": "https://docs.github.com/rest/reference/code-scanning#list-codeql-databases"
390088
+ },
390089
+ "x-octokit": {
390090
+ "api.github.com": "removed"
390091
+ },
390092
+ "responses": {
390093
+ "501": {
390094
+ "description": "Not Implemented"
390095
+ }
390096
+ }
390097
+ }
390098
+ },
390099
+ "/repos/{owner}/{repo}/code-scanning/codeql/databases/{language}": {
390100
+ "get": {
390101
+ "summary": "Get a CodeQL database for a repository",
390102
+ "description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
390103
+ "tags": [
390104
+ "code-scanning"
390105
+ ],
390106
+ "operationId": "code-scanning/get-codeql-database",
390107
+ "externalDocs": {
390108
+ "description": "API method documentation",
390109
+ "url": "https://docs.github.com/rest/reference/code-scanning#get-codeql-database"
390110
+ },
390111
+ "x-octokit": {
390112
+ "api.github.com": "removed"
390113
+ },
390114
+ "responses": {
390115
+ "501": {
390116
+ "description": "Not Implemented"
390117
+ }
390118
+ }
390119
+ }
390120
+ },
390051
390121
  "/repos/{owner}/{repo}/codespaces": {
390052
390122
  "get": {
390053
390123
  "summary": "List codespaces in a repository for the authenticated user",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.12.1",
4
+ "version": "7.14.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": {
@@ -25185,7 +25185,7 @@
25185
25185
  },
25186
25186
  "put": {
25187
25187
  "summary": "Create or update file contents",
25188
- "description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
25188
+ "description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.\n\n**Note:** If you use this endpoint and the \"[Delete a file](https://docs.github.com/github-ae@latest/rest/reference/repos/#delete-file)\" endpoint in parallel, the concurrent requests will conflict and you will receive errors. You must use these endpoints serially instead.",
25189
25189
  "tags": [
25190
25190
  "repos"
25191
25191
  ],
@@ -25364,7 +25364,7 @@
25364
25364
  },
25365
25365
  "delete": {
25366
25366
  "summary": "Delete a file",
25367
- "description": "Deletes a file in a repository.\n\nYou can provide an additional `committer` parameter, which is an object containing information about the committer. Or, you can provide an `author` parameter, which is an object containing information about the author.\n\nThe `author` section is optional and is filled in with the `committer` information if omitted. If the `committer` information is omitted, the authenticated user's information is used.\n\nYou must provide values for both `name` and `email`, whether you choose to use `author` or `committer`. Otherwise, you'll receive a `422` status code.",
25367
+ "description": "Deletes a file in a repository.\n\nYou can provide an additional `committer` parameter, which is an object containing information about the committer. Or, you can provide an `author` parameter, which is an object containing information about the author.\n\nThe `author` section is optional and is filled in with the `committer` information if omitted. If the `committer` information is omitted, the authenticated user's information is used.\n\nYou must provide values for both `name` and `email`, whether you choose to use `author` or `committer`. Otherwise, you'll receive a `422` status code.\n\n**Note:** If you use this endpoint and the \"[Create or update file contents](https://docs.github.com/github-ae@latest/rest/reference/repos/#create-or-update-file-contents)\" endpoint in parallel, the concurrent requests will conflict and you will receive errors. You must use these endpoints serially instead.",
25368
25368
  "tags": [
25369
25369
  "repos"
25370
25370
  ],
@@ -49155,6 +49155,50 @@
49155
49155
  }
49156
49156
  }
49157
49157
  },
49158
+ "/repos/{owner}/{repo}/code-scanning/codeql/databases": {
49159
+ "get": {
49160
+ "summary": "List CodeQL databases for a repository",
49161
+ "description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
49162
+ "tags": [
49163
+ "code-scanning"
49164
+ ],
49165
+ "operationId": "code-scanning/list-codeql-databases",
49166
+ "externalDocs": {
49167
+ "description": "API method documentation",
49168
+ "url": "https://docs.github.com/rest/reference/code-scanning#list-codeql-databases"
49169
+ },
49170
+ "x-octokit": {
49171
+ "api.github.com": "removed"
49172
+ },
49173
+ "responses": {
49174
+ "501": {
49175
+ "description": "Not Implemented"
49176
+ }
49177
+ }
49178
+ }
49179
+ },
49180
+ "/repos/{owner}/{repo}/code-scanning/codeql/databases/{language}": {
49181
+ "get": {
49182
+ "summary": "Get a CodeQL database for a repository",
49183
+ "description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
49184
+ "tags": [
49185
+ "code-scanning"
49186
+ ],
49187
+ "operationId": "code-scanning/get-codeql-database",
49188
+ "externalDocs": {
49189
+ "description": "API method documentation",
49190
+ "url": "https://docs.github.com/rest/reference/code-scanning#get-codeql-database"
49191
+ },
49192
+ "x-octokit": {
49193
+ "api.github.com": "removed"
49194
+ },
49195
+ "responses": {
49196
+ "501": {
49197
+ "description": "Not Implemented"
49198
+ }
49199
+ }
49200
+ }
49201
+ },
49158
49202
  "/repos/{owner}/{repo}/codespaces": {
49159
49203
  "get": {
49160
49204
  "summary": "List codespaces in a repository for the authenticated user",
@@ -62277,6 +62321,11 @@
62277
62321
  "head_repository_id": {
62278
62322
  "type": "integer",
62279
62323
  "example": 5
62324
+ },
62325
+ "display_title": {
62326
+ "type": "string",
62327
+ "example": "Simple Workflow",
62328
+ "description": "The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow."
62280
62329
  }
62281
62330
  },
62282
62331
  "required": [
@@ -62284,6 +62333,7 @@
62284
62333
  "node_id",
62285
62334
  "head_branch",
62286
62335
  "run_number",
62336
+ "display_title",
62287
62337
  "event",
62288
62338
  "status",
62289
62339
  "conclusion",
@@ -83169,6 +83219,7 @@
83169
83219
  "path": ".github/workflows/build.yml@main",
83170
83220
  "run_number": 562,
83171
83221
  "event": "push",
83222
+ "display_title": "Update README.md",
83172
83223
  "status": "queued",
83173
83224
  "conclusion": null,
83174
83225
  "workflow_id": 159038,
@@ -96650,7 +96701,7 @@
96650
96701
  }
96651
96702
  },
96652
96703
  "code_scanning_forbidden_write": {
96653
- "description": "Response if the repository is archived or if github advanced security is not enabled for this repository",
96704
+ "description": "Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository",
96654
96705
  "content": {
96655
96706
  "application/json": {
96656
96707
  "schema": {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "7.12.1",
6
+ "version": "7.14.0",
7
7
  "description": "GitHub's official OpenAPI spec with Octokit extensions",
8
8
  "main": "index.js",
9
9
  "files": [