Skip to content

Commit 7a1a80f

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate VERCEL 1.18.10 (#207)
* ## Typescript SDK Changes: * `vercel.integrations.createIntegrationStoreDirect()`: `response.store.product.tags[].enum(mcp)` **Added** **Breaking** ⚠️ * `vercel.user.listUserEvents()`: `response.events[].payload.union(76).newOwner.resourceConfig.buildMachine.default` **Added** * `vercel.projects.createProject()`: `response.permissions.buildMachineDefault` **Added** * `vercel.apiBilling.get/v1/billing/contractCommitments()`: **Removed** **Breaking** ⚠️ * `vercel.deployments.getDeployment()`: `response.union(1).config.resourceConfig.buildMachine.default` **Added** * `vercel.deployments.createDeployment()`: `response.config.resourceConfig.buildMachine.default` **Added** * `vercel.deployments.cancelDeployment()`: `response.config.resourceConfig.buildMachine.default` **Added** * `vercel.apiBilling.get/v1/billing/charges()`: **Removed** **Breaking** ⚠️ * `vercel.user.getAuthUser()`: `response.user.union(AuthUser).resourceConfig.buildMachine.default` **Added** * `vercel.billing.listContractCommitments()`: **Added** * `vercel.projects.getProjects()`: `response.union(3).projects[].permissions.buildMachineDefault` **Added** * `vercel.billing.listBillingCharges()`: **Added** * `vercel.projects.updateProject()`: `response.permissions.buildMachineDefault` **Added** * `vercel.teams.getTeam()`: `response.resourceConfig.buildMachine` **Added** * `vercel.teams.patchTeam()`: * `request.requestBody.resourceConfig` **Added** * `response.resourceConfig.buildMachine` **Added** * `vercel.teams.getTeams()`: `response.teams[].union(Team).resourceConfig.buildMachine` **Added** * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent fe4affe commit 7a1a80f

File tree

99 files changed

+2140
-498
lines changed

Some content is hidden

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

99 files changed

+2140
-498
lines changed

.speakeasy/gen.lock

Lines changed: 214 additions & 144 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ generation:
3030
generateNewTests: true
3131
skipResponseBodyAssertions: false
3232
typescript:
33-
version: 1.18.9
33+
version: 1.18.10
3434
acceptHeaderEnum: true
3535
additionalDependencies:
3636
dependencies: {}

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.700.2
22
sources:
33
vercel-OAS:
44
sourceNamespace: vercel-oas
5-
sourceRevisionDigest: sha256:9035b69f1f1bc4d677185239f3d935710560c65dde8766c4cec14a988608554e
6-
sourceBlobDigest: sha256:fc2062655712e7c94072cb34a11250c8e2eb69459e0a33b637c0b0b738c60cc7
5+
sourceRevisionDigest: sha256:faf5f54213d282605ca8be089cd202e2b3c552ddda1798bc422d548918294b26
6+
sourceBlobDigest: sha256:61ab3cbad492d95b68a399c2584fac2150612a1bd36c8e1172c135b106c35f99
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1769558983
9+
- speakeasy-sdk-regen-1769904768
1010
- 0.0.1
1111
targets:
1212
vercel:
1313
source: vercel-OAS
1414
sourceNamespace: vercel-oas
15-
sourceRevisionDigest: sha256:9035b69f1f1bc4d677185239f3d935710560c65dde8766c4cec14a988608554e
16-
sourceBlobDigest: sha256:fc2062655712e7c94072cb34a11250c8e2eb69459e0a33b637c0b0b738c60cc7
15+
sourceRevisionDigest: sha256:faf5f54213d282605ca8be089cd202e2b3c552ddda1798bc422d548918294b26
16+
sourceBlobDigest: sha256:61ab3cbad492d95b68a399c2584fac2150612a1bd36c8e1172c135b106c35f99
1717
codeSamplesNamespace: vercel-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:f5c0465467eb4518014562841f09fb11fd2356ff7362aa720a34f27cc85dd299
18+
codeSamplesRevisionDigest: sha256:adc760120ed1655173747b6ba7bdf4fdcae929f83611b62db5565df5b0b0bb78
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -309,11 +309,6 @@ run();
309309
* [deleteAlias](docs/sdks/aliases/README.md#deletealias) - Delete an Alias
310310
* [patchUrlProtectionBypass](docs/sdks/aliases/README.md#patchurlprotectionbypass) - Update the protection bypass for a URL
311311

312-
### [ApiBilling](docs/sdks/apibilling/README.md)
313-
314-
* [getV1BillingCharges](docs/sdks/apibilling/README.md#getv1billingcharges) - Get FOCUS v1.3 compliant usage cost metrics
315-
* [getV1BillingContractCommitments](docs/sdks/apibilling/README.md#getv1billingcontractcommitments) - Get FOCUS v1.3 compliant contract commitments
316-
317312
### [Artifacts](docs/sdks/artifacts/README.md)
318313

319314
* [recordEvents](docs/sdks/artifacts/README.md#recordevents) - Record an artifacts cache usage event
@@ -331,6 +326,11 @@ run();
331326
* [getAuthToken](docs/sdks/authentication/README.md#getauthtoken) - Get Auth Token Metadata
332327
* [deleteAuthToken](docs/sdks/authentication/README.md#deleteauthtoken) - Delete an authentication token
333328

329+
### [Billing](docs/sdks/billing/README.md)
330+
331+
* [listBillingCharges](docs/sdks/billing/README.md#listbillingcharges) - List FOCUS billing charges
332+
* [listContractCommitments](docs/sdks/billing/README.md#listcontractcommitments) - List FOCUS contract commitments
333+
334334
### [BulkRedirects](docs/sdks/bulkredirects/README.md)
335335

336336
* [stageRedirects](docs/sdks/bulkredirects/README.md#stageredirects) - Stages new redirects for a project.
@@ -640,8 +640,6 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
640640
- [`aliasesListAliases`](docs/sdks/aliases/README.md#listaliases) - List aliases
641641
- [`aliasesListDeploymentAliases`](docs/sdks/aliases/README.md#listdeploymentaliases) - List Deployment Aliases
642642
- [`aliasesPatchUrlProtectionBypass`](docs/sdks/aliases/README.md#patchurlprotectionbypass) - Update the protection bypass for a URL
643-
- [`apiBillingGetV1BillingCharges`](docs/sdks/apibilling/README.md#getv1billingcharges) - Get FOCUS v1.3 compliant usage cost metrics
644-
- [`apiBillingGetV1BillingContractCommitments`](docs/sdks/apibilling/README.md#getv1billingcontractcommitments) - Get FOCUS v1.3 compliant contract commitments
645643
- [`artifactsArtifactExists`](docs/sdks/artifacts/README.md#artifactexists) - Check if a cache artifact exists
646644
- [`artifactsArtifactQuery`](docs/sdks/artifacts/README.md#artifactquery) - Query information about an artifact
647645
- [`artifactsDownloadArtifact`](docs/sdks/artifacts/README.md#downloadartifact) - Download a cache artifact
@@ -652,6 +650,8 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
652650
- [`authenticationDeleteAuthToken`](docs/sdks/authentication/README.md#deleteauthtoken) - Delete an authentication token
653651
- [`authenticationGetAuthToken`](docs/sdks/authentication/README.md#getauthtoken) - Get Auth Token Metadata
654652
- [`authenticationListAuthTokens`](docs/sdks/authentication/README.md#listauthtokens) - List Auth Tokens
653+
- [`billingListBillingCharges`](docs/sdks/billing/README.md#listbillingcharges) - List FOCUS billing charges
654+
- [`billingListContractCommitments`](docs/sdks/billing/README.md#listcontractcommitments) - List FOCUS contract commitments
655655
- [`bulkRedirectsDeleteRedirects`](docs/sdks/bulkredirects/README.md#deleteredirects) - Delete project-level redirects.
656656
- [`bulkRedirectsEditRedirect`](docs/sdks/bulkredirects/README.md#editredirect) - Edit a project-level redirect.
657657
- [`bulkRedirectsGetRedirects`](docs/sdks/bulkredirects/README.md#getredirects) - Gets project-level redirects.

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,4 +908,14 @@ Based on:
908908
### Generated
909909
- [typescript v1.18.9] .
910910
### Releases
911-
- [NPM v1.18.9] https://www.npmjs.com/package/@vercel/sdk/v/1.18.9 - .
911+
- [NPM v1.18.9] https://www.npmjs.com/package/@vercel/sdk/v/1.18.9 - .
912+
913+
## 2026-02-03 00:12:04
914+
### Changes
915+
Based on:
916+
- OpenAPI Doc
917+
- Speakeasy CLI 1.700.2 (2.801.2) https://github.com/speakeasy-api/speakeasy
918+
### Generated
919+
- [typescript v1.18.10] .
920+
### Releases
921+
- [NPM v1.18.10] https://www.npmjs.com/package/@vercel/sdk/v/1.18.10 - .
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# AuthUserBuildMachine
2+
3+
An object containing infomation related to the amount of platform resources may be allocated to the User account.
4+
5+
## Example Usage
6+
7+
```typescript
8+
import { AuthUserBuildMachine } from "@vercel/sdk/models/authuser.js";
9+
10+
let value: AuthUserBuildMachine = {};
11+
```
12+
13+
## Fields
14+
15+
| Field | Type | Required | Description |
16+
| ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
17+
| `default` | [models.AuthUserDefault](../models/authuserdefault.md) | :heavy_minus_sign: | An object containing infomation related to the amount of platform resources may be allocated to the User account. |
18+
| `purchaseType` | [models.PurchaseType](../models/purchasetype.md) | :heavy_minus_sign: | An object containing infomation related to the amount of platform resources may be allocated to the User account. |
19+
| `isDefaultBuildMachine` | *boolean* | :heavy_minus_sign: | An object containing infomation related to the amount of platform resources may be allocated to the User account. |
20+
| `cores` | *number* | :heavy_minus_sign: | An object containing infomation related to the amount of platform resources may be allocated to the User account. |
21+
| `memory` | *number* | :heavy_minus_sign: | An object containing infomation related to the amount of platform resources may be allocated to the User account. |

docs/models/authuserdefault.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# AuthUserDefault
2+
3+
An object containing infomation related to the amount of platform resources may be allocated to the User account.
4+
5+
## Example Usage
6+
7+
```typescript
8+
import { AuthUserDefault } from "@vercel/sdk/models/authuser.js";
9+
10+
let value: AuthUserDefault = "enhanced";
11+
```
12+
13+
## Values
14+
15+
```typescript
16+
"enhanced" | "turbo" | "standard"
17+
```

docs/models/authuserresourceconfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ let value: AuthUserResourceConfig = {};
3838
| `flagsExplorerOverridesThreshold` | *number* | :heavy_minus_sign: | An object containing infomation related to the amount of platform resources may be allocated to the User account. |
3939
| `flagsExplorerUnlimitedOverrides` | *boolean* | :heavy_minus_sign: | An object containing infomation related to the amount of platform resources may be allocated to the User account. |
4040
| `customEnvironmentsPerProject` | *number* | :heavy_minus_sign: | An object containing infomation related to the amount of platform resources may be allocated to the User account. |
41-
| `buildMachine` | [models.BuildMachine](../models/buildmachine.md) | :heavy_minus_sign: | An object containing infomation related to the amount of platform resources may be allocated to the User account. |
41+
| `buildMachine` | [models.AuthUserBuildMachine](../models/authuserbuildmachine.md) | :heavy_minus_sign: | An object containing infomation related to the amount of platform resources may be allocated to the User account. |
4242
| `security` | [models.AuthUserSecurity](../models/authusersecurity.md) | :heavy_minus_sign: | An object containing infomation related to the amount of platform resources may be allocated to the User account. |
4343
| `bulkRedirectsFreeLimitOverride` | *number* | :heavy_minus_sign: | An object containing infomation related to the amount of platform resources may be allocated to the User account. |

docs/models/buildmachine.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
# BuildMachine
22

3-
An object containing infomation related to the amount of platform resources may be allocated to the User account.
3+
Build machine configuration
44

55
## Example Usage
66

77
```typescript
8-
import { BuildMachine } from "@vercel/sdk/models/authuser.js";
8+
import { BuildMachine } from "@vercel/sdk/models/team.js";
99

1010
let value: BuildMachine = {};
1111
```
1212

1313
## Fields
1414

15-
| Field | Type | Required | Description |
16-
| ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
17-
| `purchaseType` | [models.PurchaseType](../models/purchasetype.md) | :heavy_minus_sign: | An object containing infomation related to the amount of platform resources may be allocated to the User account. |
18-
| `isDefaultBuildMachine` | *boolean* | :heavy_minus_sign: | An object containing infomation related to the amount of platform resources may be allocated to the User account. |
19-
| `cores` | *number* | :heavy_minus_sign: | An object containing infomation related to the amount of platform resources may be allocated to the User account. |
20-
| `memory` | *number* | :heavy_minus_sign: | An object containing infomation related to the amount of platform resources may be allocated to the User account. |
15+
| Field | Type | Required | Description |
16+
| ----------------------------------------- | ----------------------------------------- | ----------------------------------------- | ----------------------------------------- |
17+
| `default` | [models.Default](../models/default.md) | :heavy_minus_sign: | Default build machine type for new builds |

docs/models/canceldeploymentbuildmachine.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ let value: CancelDeploymentBuildMachine = {};
1414

1515
| Field | Type | Required | Description |
1616
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
17+
| `default` | [models.CancelDeploymentDefault](../models/canceldeploymentdefault.md) | :heavy_minus_sign: | Build resource configuration snapshot for this deployment. |
1718
| `purchaseType` | [models.CancelDeploymentPurchaseType](../models/canceldeploymentpurchasetype.md) | :heavy_minus_sign: | Build resource configuration snapshot for this deployment. |
1819
| `isDefaultBuildMachine` | *boolean* | :heavy_minus_sign: | Build resource configuration snapshot for this deployment. |
1920
| `cores` | *number* | :heavy_minus_sign: | Build resource configuration snapshot for this deployment. |

0 commit comments

Comments
 (0)