@octokit/openapi 7.11.0 → 7.12.1

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 (31) hide show
  1. package/generated/api.github.com.deref.json +87 -32
  2. package/generated/api.github.com.json +62 -25
  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 +32 -14
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +22 -13
  7. package/generated/ghes-3.2.deref.json +61 -27
  8. package/generated/ghes-3.2.json +48 -23
  9. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +1 -1
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.json +1 -1
  11. package/generated/ghes-3.3.deref.json +62 -28
  12. package/generated/ghes-3.3.json +48 -23
  13. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +24 -8
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.json +19 -3
  15. package/generated/ghes-3.4.deref.json +63 -29
  16. package/generated/ghes-3.4.json +48 -23
  17. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
  18. package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
  19. package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +18 -18
  20. package/generated/ghes-3.5-diff-to-ghes-3.6.json +13 -13
  21. package/generated/ghes-3.5.deref.json +73 -30
  22. package/generated/ghes-3.5.json +48 -23
  23. package/generated/ghes-3.6-diff-to-api.github.com.deref.json +19 -3
  24. package/generated/ghes-3.6-diff-to-api.github.com.json +18 -2
  25. package/generated/ghes-3.6.deref.json +73 -30
  26. package/generated/ghes-3.6.json +48 -23
  27. package/generated/github.ae-diff-to-api.github.com.deref.json +32 -16
  28. package/generated/github.ae-diff-to-api.github.com.json +29 -13
  29. package/generated/github.ae.deref.json +71 -28
  30. package/generated/github.ae.json +48 -23
  31. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.1",
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": {
@@ -33520,7 +33520,7 @@
33520
33520
  },
33521
33521
  {
33522
33522
  "name": "state",
33523
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
33523
+ "description": "Indicates the state of the issues to return.",
33524
33524
  "in": "query",
33525
33525
  "required": false,
33526
33526
  "schema": {
@@ -33544,7 +33544,7 @@
33544
33544
  },
33545
33545
  {
33546
33546
  "name": "sort",
33547
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
33547
+ "description": "What to sort results by.",
33548
33548
  "in": "query",
33549
33549
  "required": false,
33550
33550
  "schema": {
@@ -36781,7 +36781,7 @@
36781
36781
  "type": "string"
36782
36782
  },
36783
36783
  "mode": {
36784
- "description": "The rendering mode. Can be either `markdown` or `gfm`.",
36784
+ "description": "The rendering mode.",
36785
36785
  "enum": [
36786
36786
  "markdown",
36787
36787
  "gfm"
@@ -55721,7 +55721,7 @@
55721
55721
  },
55722
55722
  {
55723
55723
  "name": "state",
55724
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
55724
+ "description": "Indicates the state of the issues to return.",
55725
55725
  "in": "query",
55726
55726
  "required": false,
55727
55727
  "schema": {
@@ -55745,7 +55745,7 @@
55745
55745
  },
55746
55746
  {
55747
55747
  "name": "sort",
55748
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
55748
+ "description": "What to sort results by.",
55749
55749
  "in": "query",
55750
55750
  "required": false,
55751
55751
  "schema": {
@@ -65191,7 +65191,7 @@
65191
65191
  },
65192
65192
  {
65193
65193
  "name": "state",
65194
- "description": "Indicates the state of the projects to return. Can be either `open`, `closed`, or `all`.",
65194
+ "description": "Indicates the state of the projects to return.",
65195
65195
  "in": "query",
65196
65196
  "required": false,
65197
65197
  "schema": {
@@ -99590,7 +99590,16 @@
99590
99590
  "description": "The outcome of the job.",
99591
99591
  "example": "success",
99592
99592
  "type": "string",
99593
- "nullable": true
99593
+ "nullable": true,
99594
+ "enum": [
99595
+ "success",
99596
+ "failure",
99597
+ "neutral",
99598
+ "cancelled",
99599
+ "skipped",
99600
+ "timed_out",
99601
+ "action_required"
99602
+ ]
99594
99603
  },
99595
99604
  "started_at": {
99596
99605
  "description": "The time that the job started, in ISO 8601 format.",
@@ -116630,7 +116639,16 @@
116630
116639
  "description": "The outcome of the job.",
116631
116640
  "example": "success",
116632
116641
  "type": "string",
116633
- "nullable": true
116642
+ "nullable": true,
116643
+ "enum": [
116644
+ "success",
116645
+ "failure",
116646
+ "neutral",
116647
+ "cancelled",
116648
+ "skipped",
116649
+ "timed_out",
116650
+ "action_required"
116651
+ ]
116634
116652
  },
116635
116653
  "started_at": {
116636
116654
  "description": "The time that the job started, in ISO 8601 format.",
@@ -117246,7 +117264,16 @@
117246
117264
  "description": "The outcome of the job.",
117247
117265
  "example": "success",
117248
117266
  "type": "string",
117249
- "nullable": true
117267
+ "nullable": true,
117268
+ "enum": [
117269
+ "success",
117270
+ "failure",
117271
+ "neutral",
117272
+ "cancelled",
117273
+ "skipped",
117274
+ "timed_out",
117275
+ "action_required"
117276
+ ]
117250
117277
  },
117251
117278
  "started_at": {
117252
117279
  "description": "The time that the job started, in ISO 8601 format.",
@@ -160115,6 +160142,22 @@
160115
160142
  "default": "all"
160116
160143
  }
160117
160144
  },
160145
+ {
160146
+ "name": "permission",
160147
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
160148
+ "in": "query",
160149
+ "required": false,
160150
+ "schema": {
160151
+ "type": "string",
160152
+ "enum": [
160153
+ "pull",
160154
+ "triage",
160155
+ "push",
160156
+ "maintain",
160157
+ "admin"
160158
+ ]
160159
+ }
160160
+ },
160118
160161
  {
160119
160162
  "name": "per_page",
160120
160163
  "description": "The number of results per page (max 100).",
@@ -181192,7 +181235,7 @@
181192
181235
  },
181193
181236
  "put": {
181194
181237
  "summary": "Create or update file contents",
181195
- "description": "Creates a new file or replaces an existing file in a repository.",
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.",
181196
181239
  "tags": [
181197
181240
  "repos"
181198
181241
  ],
@@ -192463,7 +192506,7 @@
192463
192506
  },
192464
192507
  {
192465
192508
  "name": "sort",
192466
- "description": "The sort order. Can be either `newest`, `oldest`, or `stargazers`.",
192509
+ "description": "The sort order. `stargazers` will sort by star count.",
192467
192510
  "in": "query",
192468
192511
  "required": false,
192469
192512
  "schema": {
@@ -202681,7 +202724,7 @@
202681
202724
  "/repos/{owner}/{repo}/hooks": {
202682
202725
  "get": {
202683
202726
  "summary": "List repository webhooks",
202684
- "description": "",
202727
+ "description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
202685
202728
  "tags": [
202686
202729
  "repos"
202687
202730
  ],
@@ -210863,7 +210906,7 @@
210863
210906
  },
210864
210907
  {
210865
210908
  "name": "state",
210866
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
210909
+ "description": "Indicates the state of the issues to return.",
210867
210910
  "in": "query",
210868
210911
  "required": false,
210869
210912
  "schema": {
@@ -210914,7 +210957,7 @@
210914
210957
  },
210915
210958
  {
210916
210959
  "name": "sort",
210917
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
210960
+ "description": "What to sort results by.",
210918
210961
  "in": "query",
210919
210962
  "required": false,
210920
210963
  "schema": {
@@ -270252,7 +270295,7 @@
270252
270295
  },
270253
270296
  {
270254
270297
  "name": "state",
270255
- "description": "Indicates the state of the projects to return. Can be either `open`, `closed`, or `all`.",
270298
+ "description": "Indicates the state of the projects to return.",
270256
270299
  "in": "query",
270257
270300
  "required": false,
270258
270301
  "schema": {
@@ -271232,7 +271275,7 @@
271232
271275
  },
271233
271276
  {
271234
271277
  "name": "sort",
271235
- "description": "What to sort results by. Can be either `created`, `updated`, `popularity` (comment count) or `long-running` (age, filtering by pulls updated in the last month).",
271278
+ "description": "What to sort results by. `popularity` will sort by the number of comments. `long-running` will sort by date created and will limit the results to pull requests that have been open for more than a month and have had activity within the past month.",
271236
271279
  "in": "query",
271237
271280
  "required": false,
271238
271281
  "schema": {
@@ -271248,7 +271291,7 @@
271248
271291
  },
271249
271292
  {
271250
271293
  "name": "direction",
271251
- "description": "The direction of the sort. Can be either `asc` or `desc`. Default: `desc` when sort is `created` or sort is not specified, otherwise `asc`.",
271294
+ "description": "The direction of the sort. Default: `desc` when sort is `created` or sort is not specified, otherwise `asc`.",
271252
271295
  "in": "query",
271253
271296
  "required": false,
271254
271297
  "schema": {
@@ -279250,7 +279293,7 @@
279250
279293
  },
279251
279294
  {
279252
279295
  "name": "direction",
279253
- "description": "Can be either `asc` or `desc`. Ignored without `sort` parameter.",
279296
+ "description": "The direction to sort results. Ignored without `sort` parameter.",
279254
279297
  "in": "query",
279255
279298
  "required": false,
279256
279299
  "schema": {
@@ -288702,7 +288745,7 @@
288702
288745
  },
288703
288746
  {
288704
288747
  "name": "direction",
288705
- "description": "Can be either `asc` or `desc`. Ignored without `sort` parameter.",
288748
+ "description": "The direction to sort results. Ignored without `sort` parameter.",
288706
288749
  "in": "query",
288707
288750
  "required": false,
288708
288751
  "schema": {
@@ -311965,7 +312008,7 @@
311965
312008
  "description": "The REST API URL of the code locations for this alert."
311966
312009
  },
311967
312010
  "state": {
311968
- "description": "Sets the state of the secret scanning alert. Can be either `open` or `resolved`. You must provide `resolution` when you set the state to `resolved`.",
312011
+ "description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
311969
312012
  "type": "string",
311970
312013
  "enum": [
311971
312014
  "open",
@@ -312299,7 +312342,7 @@
312299
312342
  "description": "The REST API URL of the code locations for this alert."
312300
312343
  },
312301
312344
  "state": {
312302
- "description": "Sets the state of the secret scanning alert. Can be either `open` or `resolved`. You must provide `resolution` when you set the state to `resolved`.",
312345
+ "description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
312303
312346
  "type": "string",
312304
312347
  "enum": [
312305
312348
  "open",
@@ -312563,7 +312606,7 @@
312563
312606
  "type": "object",
312564
312607
  "properties": {
312565
312608
  "state": {
312566
- "description": "Sets the state of the secret scanning alert. Can be either `open` or `resolved`. You must provide `resolution` when you set the state to `resolved`.",
312609
+ "description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
312567
312610
  "type": "string",
312568
312611
  "enum": [
312569
312612
  "open",
@@ -312641,7 +312684,7 @@
312641
312684
  "description": "The REST API URL of the code locations for this alert."
312642
312685
  },
312643
312686
  "state": {
312644
- "description": "Sets the state of the secret scanning alert. Can be either `open` or `resolved`. You must provide `resolution` when you set the state to `resolved`.",
312687
+ "description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
312645
312688
  "type": "string",
312646
312689
  "enum": [
312647
312690
  "open",
@@ -346547,7 +346590,7 @@
346547
346590
  },
346548
346591
  {
346549
346592
  "name": "state",
346550
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
346593
+ "description": "Indicates the state of the issues to return.",
346551
346594
  "in": "query",
346552
346595
  "required": false,
346553
346596
  "schema": {
@@ -346571,7 +346614,7 @@
346571
346614
  },
346572
346615
  {
346573
346616
  "name": "sort",
346574
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
346617
+ "description": "What to sort results by.",
346575
346618
  "in": "query",
346576
346619
  "required": false,
346577
346620
  "schema": {
@@ -350105,7 +350148,7 @@
350105
350148
  "parameters": [
350106
350149
  {
350107
350150
  "name": "state",
350108
- "description": "Indicates the state of the memberships to return. Can be either `active` or `pending`. If not specified, the API returns both active and pending memberships.",
350151
+ "description": "Indicates the state of the memberships to return. If not specified, the API returns both active and pending memberships.",
350109
350152
  "in": "query",
350110
350153
  "required": false,
350111
350154
  "schema": {
@@ -378363,7 +378406,7 @@
378363
378406
  },
378364
378407
  {
378365
378408
  "name": "state",
378366
- "description": "Indicates the state of the projects to return. Can be either `open`, `closed`, or `all`.",
378409
+ "description": "Indicates the state of the projects to return.",
378367
378410
  "in": "query",
378368
378411
  "required": false,
378369
378412
  "schema": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.11.0",
4
+ "version": "7.12.1",
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": {
@@ -6350,7 +6350,7 @@
6350
6350
  },
6351
6351
  {
6352
6352
  "name": "state",
6353
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
6353
+ "description": "Indicates the state of the issues to return.",
6354
6354
  "in": "query",
6355
6355
  "required": false,
6356
6356
  "schema": {
@@ -6368,7 +6368,7 @@
6368
6368
  },
6369
6369
  {
6370
6370
  "name": "sort",
6371
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
6371
+ "description": "What to sort results by.",
6372
6372
  "in": "query",
6373
6373
  "required": false,
6374
6374
  "schema": {
@@ -6616,7 +6616,7 @@
6616
6616
  "type": "string"
6617
6617
  },
6618
6618
  "mode": {
6619
- "description": "The rendering mode. Can be either `markdown` or `gfm`.",
6619
+ "description": "The rendering mode.",
6620
6620
  "enum": [
6621
6621
  "markdown",
6622
6622
  "gfm"
@@ -10230,7 +10230,7 @@
10230
10230
  },
10231
10231
  {
10232
10232
  "name": "state",
10233
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
10233
+ "description": "Indicates the state of the issues to return.",
10234
10234
  "in": "query",
10235
10235
  "required": false,
10236
10236
  "schema": {
@@ -10248,7 +10248,7 @@
10248
10248
  },
10249
10249
  {
10250
10250
  "name": "sort",
10251
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
10251
+ "description": "What to sort results by.",
10252
10252
  "in": "query",
10253
10253
  "required": false,
10254
10254
  "schema": {
@@ -11176,7 +11176,7 @@
11176
11176
  },
11177
11177
  {
11178
11178
  "name": "state",
11179
- "description": "Indicates the state of the projects to return. Can be either `open`, `closed`, or `all`.",
11179
+ "description": "Indicates the state of the projects to return.",
11180
11180
  "in": "query",
11181
11181
  "required": false,
11182
11182
  "schema": {
@@ -23425,6 +23425,22 @@
23425
23425
  "default": "all"
23426
23426
  }
23427
23427
  },
23428
+ {
23429
+ "name": "permission",
23430
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
23431
+ "in": "query",
23432
+ "required": false,
23433
+ "schema": {
23434
+ "type": "string",
23435
+ "enum": [
23436
+ "pull",
23437
+ "triage",
23438
+ "push",
23439
+ "maintain",
23440
+ "admin"
23441
+ ]
23442
+ }
23443
+ },
23428
23444
  {
23429
23445
  "$ref": "#/components/parameters/per-page"
23430
23446
  },
@@ -25169,7 +25185,7 @@
25169
25185
  },
25170
25186
  "put": {
25171
25187
  "summary": "Create or update file contents",
25172
- "description": "Creates a new file or replaces an existing file in a repository.",
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.",
25173
25189
  "tags": [
25174
25190
  "repos"
25175
25191
  ],
@@ -26903,7 +26919,7 @@
26903
26919
  },
26904
26920
  {
26905
26921
  "name": "sort",
26906
- "description": "The sort order. Can be either `newest`, `oldest`, or `stargazers`.",
26922
+ "description": "The sort order. `stargazers` will sort by star count.",
26907
26923
  "in": "query",
26908
26924
  "required": false,
26909
26925
  "schema": {
@@ -28172,7 +28188,7 @@
28172
28188
  "/repos/{owner}/{repo}/hooks": {
28173
28189
  "get": {
28174
28190
  "summary": "List repository webhooks",
28175
- "description": "",
28191
+ "description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
28176
28192
  "tags": [
28177
28193
  "repos"
28178
28194
  ],
@@ -29242,7 +29258,7 @@
29242
29258
  },
29243
29259
  {
29244
29260
  "name": "state",
29245
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
29261
+ "description": "Indicates the state of the issues to return.",
29246
29262
  "in": "query",
29247
29263
  "required": false,
29248
29264
  "schema": {
@@ -29287,7 +29303,7 @@
29287
29303
  },
29288
29304
  {
29289
29305
  "name": "sort",
29290
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
29306
+ "description": "What to sort results by.",
29291
29307
  "in": "query",
29292
29308
  "required": false,
29293
29309
  "schema": {
@@ -33739,7 +33755,7 @@
33739
33755
  },
33740
33756
  {
33741
33757
  "name": "state",
33742
- "description": "Indicates the state of the projects to return. Can be either `open`, `closed`, or `all`.",
33758
+ "description": "Indicates the state of the projects to return.",
33743
33759
  "in": "query",
33744
33760
  "required": false,
33745
33761
  "schema": {
@@ -33952,7 +33968,7 @@
33952
33968
  },
33953
33969
  {
33954
33970
  "name": "sort",
33955
- "description": "What to sort results by. Can be either `created`, `updated`, `popularity` (comment count) or `long-running` (age, filtering by pulls updated in the last month).",
33971
+ "description": "What to sort results by. `popularity` will sort by the number of comments. `long-running` will sort by date created and will limit the results to pull requests that have been open for more than a month and have had activity within the past month.",
33956
33972
  "in": "query",
33957
33973
  "required": false,
33958
33974
  "schema": {
@@ -33968,7 +33984,7 @@
33968
33984
  },
33969
33985
  {
33970
33986
  "name": "direction",
33971
- "description": "The direction of the sort. Can be either `asc` or `desc`. Default: `desc` when sort is `created` or sort is not specified, otherwise `asc`.",
33987
+ "description": "The direction of the sort. Default: `desc` when sort is `created` or sort is not specified, otherwise `asc`.",
33972
33988
  "in": "query",
33973
33989
  "required": false,
33974
33990
  "schema": {
@@ -34180,7 +34196,7 @@
34180
34196
  },
34181
34197
  {
34182
34198
  "name": "direction",
34183
- "description": "Can be either `asc` or `desc`. Ignored without `sort` parameter.",
34199
+ "description": "The direction to sort results. Ignored without `sort` parameter.",
34184
34200
  "in": "query",
34185
34201
  "required": false,
34186
34202
  "schema": {
@@ -34829,7 +34845,7 @@
34829
34845
  },
34830
34846
  {
34831
34847
  "name": "direction",
34832
- "description": "Can be either `asc` or `desc`. Ignored without `sort` parameter.",
34848
+ "description": "The direction to sort results. Ignored without `sort` parameter.",
34833
34849
  "in": "query",
34834
34850
  "required": false,
34835
34851
  "schema": {
@@ -43035,7 +43051,7 @@
43035
43051
  },
43036
43052
  {
43037
43053
  "name": "state",
43038
- "description": "Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`.",
43054
+ "description": "Indicates the state of the issues to return.",
43039
43055
  "in": "query",
43040
43056
  "required": false,
43041
43057
  "schema": {
@@ -43053,7 +43069,7 @@
43053
43069
  },
43054
43070
  {
43055
43071
  "name": "sort",
43056
- "description": "What to sort results by. Can be either `created`, `updated`, `comments`.",
43072
+ "description": "What to sort results by.",
43057
43073
  "in": "query",
43058
43074
  "required": false,
43059
43075
  "schema": {
@@ -43419,7 +43435,7 @@
43419
43435
  "parameters": [
43420
43436
  {
43421
43437
  "name": "state",
43422
- "description": "Indicates the state of the memberships to return. Can be either `active` or `pending`. If not specified, the API returns both active and pending memberships.",
43438
+ "description": "Indicates the state of the memberships to return. If not specified, the API returns both active and pending memberships.",
43423
43439
  "in": "query",
43424
43440
  "required": false,
43425
43441
  "schema": {
@@ -45757,7 +45773,7 @@
45757
45773
  },
45758
45774
  {
45759
45775
  "name": "state",
45760
- "description": "Indicates the state of the projects to return. Can be either `open`, `closed`, or `all`.",
45776
+ "description": "Indicates the state of the projects to return.",
45761
45777
  "in": "query",
45762
45778
  "required": false,
45763
45779
  "schema": {
@@ -61753,7 +61769,16 @@
61753
61769
  "description": "The outcome of the job.",
61754
61770
  "example": "success",
61755
61771
  "type": "string",
61756
- "nullable": true
61772
+ "nullable": true,
61773
+ "enum": [
61774
+ "success",
61775
+ "failure",
61776
+ "neutral",
61777
+ "cancelled",
61778
+ "skipped",
61779
+ "timed_out",
61780
+ "action_required"
61781
+ ]
61757
61782
  },
61758
61783
  "started_at": {
61759
61784
  "description": "The time that the job started, in ISO 8601 format.",
@@ -72931,7 +72956,7 @@
72931
72956
  "readOnly": true
72932
72957
  },
72933
72958
  "secret-scanning-alert-state": {
72934
- "description": "Sets the state of the secret scanning alert. Can be either `open` or `resolved`. You must provide `resolution` when you set the state to `resolved`.",
72959
+ "description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
72935
72960
  "type": "string",
72936
72961
  "enum": [
72937
72962
  "open",
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "7.11.0",
6
+ "version": "7.12.1",
7
7
  "description": "GitHub's official OpenAPI spec with Octokit extensions",
8
8
  "main": "index.js",
9
9
  "files": [