Skip to content

Commit 065e557

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.666.0
1 parent 220065e commit 065e557

File tree

1,091 files changed

+16990
-27760
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,091 files changed

+16990
-27760
lines changed

.speakeasy/gen.lock

Lines changed: 7 additions & 504 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ generation:
2828
generateNewTests: true
2929
skipResponseBodyAssertions: false
3030
typescript:
31-
version: 1.17.7
31+
version: 1.18.0
3232
acceptHeaderEnum: true
3333
additionalDependencies:
3434
dependencies: {}
@@ -40,7 +40,7 @@ typescript:
4040
author: Speakeasy
4141
baseErrorName: VercelError
4242
clientServerStatusCodesAsErrors: true
43-
constFieldsAlwaysOptional: true
43+
constFieldsAlwaysOptional: false
4444
defaultErrorName: SDKError
4545
enableCustomCodeRegions: false
4646
enableMCPServer: true
@@ -51,6 +51,7 @@ typescript:
5151
flatteningOrder: body-first
5252
formStringArrayEncodeMode: encoded-string
5353
forwardCompatibleEnumsByDefault: false
54+
forwardCompatibleUnionsByDefault: "false"
5455
generateExamples: true
5556
imports:
5657
option: openapi
@@ -68,8 +69,10 @@ typescript:
6869
methodArguments: require-security-and-request
6970
modelPropertyCasing: camel
7071
moduleFormat: esm
72+
multipartArrayFormat: legacy
7173
outputModelSuffix: output
7274
packageName: '@vercel/sdk'
75+
preApplyUnionDiscriminators: true
7376
responseFormat: flat
7477
sseFlatResponse: false
7578
templateVersion: v2

.speakeasy/workflow.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.660.0
1+
speakeasyVersion: 1.666.0
22
sources:
33
vercel-OAS:
44
sourceNamespace: vercel-oas
55
sourceRevisionDigest: sha256:e9f3cb7c37631c97fcf54e9474f3ece5760f83662f18e70f06c2319fdf4b0791
66
sourceBlobDigest: sha256:364289e48191ca9da10842111d3c5b19bb1d93b22bd9cc66f3f9a7b40c93690f
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1763856533
9+
- speakeasy-sdk-regen-1764288490
1010
- 0.0.1
1111
targets:
1212
vercel:
@@ -15,7 +15,7 @@ targets:
1515
sourceRevisionDigest: sha256:e9f3cb7c37631c97fcf54e9474f3ece5760f83662f18e70f06c2319fdf4b0791
1616
sourceBlobDigest: sha256:364289e48191ca9da10842111d3c5b19bb1d93b22bd9cc66f3f9a7b40c93690f
1717
codeSamplesNamespace: vercel-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:5a8e0593ef707f60d09216ff8a6d3cb82790fb8021e8bc86cbca2f070304719e
18+
codeSamplesRevisionDigest: sha256:fb36c2f7211fd189184bedeac2b1bfe8248f507db8a1d9a36cc30cc1bdf64990
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,4 +808,14 @@ Based on:
808808
### Generated
809809
- [typescript v1.17.7] .
810810
### Releases
811-
- [NPM v1.17.7] https://www.npmjs.com/package/@vercel/sdk/v/1.17.7 - .
811+
- [NPM v1.17.7] https://www.npmjs.com/package/@vercel/sdk/v/1.17.7 - .
812+
813+
## 2025-12-02 00:07:40
814+
### Changes
815+
Based on:
816+
- OpenAPI Doc
817+
- Speakeasy CLI 1.666.0 (2.768.0) https://github.com/speakeasy-api/speakeasy
818+
### Generated
819+
- [typescript v1.18.0] .
820+
### Releases
821+
- [NPM v1.18.0] https://www.npmjs.com/package/@vercel/sdk/v/1.18.0 - .

docs/models/authtokenscopestype.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/models/blockhistory1.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ let value: BlockHistory1 = {
1515

1616
## Fields
1717

18-
| Field | Type | Required | Description |
19-
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
20-
| `action` | [models.BlockHistoryAction](../models/blockhistoryaction.md) | :heavy_check_mark: | N/A |
21-
| `reason` | *string* | :heavy_check_mark: | N/A |
22-
| `statusCode` | *number* | :heavy_check_mark: | N/A |
23-
| `createdAt` | *number* | :heavy_check_mark: | N/A |
24-
| `caseId` | *string* | :heavy_minus_sign: | N/A |
25-
| `actor` | *string* | :heavy_minus_sign: | N/A |
26-
| `comment` | *string* | :heavy_minus_sign: | N/A |
27-
| `isCascading` | *boolean* | :heavy_minus_sign: | N/A |
18+
| Field | Type | Required | Description |
19+
| ------------------ | ------------------ | ------------------ | ------------------ |
20+
| `action` | *"blocked"* | :heavy_check_mark: | N/A |
21+
| `reason` | *string* | :heavy_check_mark: | N/A |
22+
| `statusCode` | *number* | :heavy_check_mark: | N/A |
23+
| `createdAt` | *number* | :heavy_check_mark: | N/A |
24+
| `caseId` | *string* | :heavy_minus_sign: | N/A |
25+
| `actor` | *string* | :heavy_minus_sign: | N/A |
26+
| `comment` | *string* | :heavy_minus_sign: | N/A |
27+
| `isCascading` | *boolean* | :heavy_minus_sign: | N/A |

docs/models/blockhistory2.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ let value: BlockHistory2 = {
1313

1414
## Fields
1515

16-
| Field | Type | Required | Description |
17-
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
18-
| `action` | [models.UpdateProjectDataCacheBlockHistoryAction](../models/updateprojectdatacacheblockhistoryaction.md) | :heavy_check_mark: | N/A |
19-
| `createdAt` | *number* | :heavy_check_mark: | N/A |
20-
| `caseId` | *string* | :heavy_minus_sign: | N/A |
21-
| `actor` | *string* | :heavy_minus_sign: | N/A |
22-
| `comment` | *string* | :heavy_minus_sign: | N/A |
23-
| `isCascading` | *boolean* | :heavy_minus_sign: | N/A |
16+
| Field | Type | Required | Description |
17+
| ------------------ | ------------------ | ------------------ | ------------------ |
18+
| `action` | *"unblocked"* | :heavy_check_mark: | N/A |
19+
| `createdAt` | *number* | :heavy_check_mark: | N/A |
20+
| `caseId` | *string* | :heavy_minus_sign: | N/A |
21+
| `actor` | *string* | :heavy_minus_sign: | N/A |
22+
| `comment` | *string* | :heavy_minus_sign: | N/A |
23+
| `isCascading` | *boolean* | :heavy_minus_sign: | N/A |

docs/models/blockhistory3.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ let value: BlockHistory3 = {
1818

1919
## Fields
2020

21-
| Field | Type | Required | Description |
22-
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ |
23-
| `action` | [models.UpdateProjectDataCacheBlockHistoryProjectsAction](../models/updateprojectdatacacheblockhistoryprojectsaction.md) | :heavy_check_mark: | N/A |
24-
| `route` | *models.Route* | :heavy_check_mark: | N/A |
25-
| `reason` | *string* | :heavy_check_mark: | N/A |
26-
| `createdAt` | *number* | :heavy_check_mark: | N/A |
27-
| `caseId` | *string* | :heavy_minus_sign: | N/A |
28-
| `actor` | *string* | :heavy_minus_sign: | N/A |
29-
| `comment` | *string* | :heavy_minus_sign: | N/A |
30-
| `isCascading` | *boolean* | :heavy_minus_sign: | N/A |
21+
| Field | Type | Required | Description |
22+
| ------------------ | ------------------ | ------------------ | ------------------ |
23+
| `action` | *"route-blocked"* | :heavy_check_mark: | N/A |
24+
| `route` | *models.Route* | :heavy_check_mark: | N/A |
25+
| `reason` | *string* | :heavy_check_mark: | N/A |
26+
| `createdAt` | *number* | :heavy_check_mark: | N/A |
27+
| `caseId` | *string* | :heavy_minus_sign: | N/A |
28+
| `actor` | *string* | :heavy_minus_sign: | N/A |
29+
| `comment` | *string* | :heavy_minus_sign: | N/A |
30+
| `isCascading` | *boolean* | :heavy_minus_sign: | N/A |

0 commit comments

Comments
 (0)