Skip to content

Commit b0fe5b6

Browse files
chore: 🐝 Update SDK - Generate VERCEL 1.19.41 (#281)
* ## Typescript SDK Changes: * `vercel.projects.updateProject()`: `response` **Changed** (Breaking ⚠️) * `vercel.projects.updateMicrofrontends()`: `response` **Changed** (Breaking ⚠️) * `vercel.edgeConfig.deleteEdgeConfigTokens()`: * `request.requestBody` **Changed** (Breaking ⚠️) * `vercel.sandboxesV2Beta.stopSession()`: `response` **Changed** (Breaking ⚠️) * `vercel.projects.getProjects()`: `response` **Changed** (Breaking ⚠️) * `vercel.projects.editProjectEnv()`: `response.contentHint.union(blob-store-id)` **Added** (Breaking ⚠️) * `vercel.projects.removeProjectEnv()`: `response` **Changed** (Breaking ⚠️) * `vercel.projects.getProjectEnv()`: `response` **Changed** (Breaking ⚠️) * `vercel.projects.createProjectEnv()`: `response.created` **Changed** (Breaking ⚠️) * `vercel.user.listEventTypes()`: `response` **Changed** (Breaking ⚠️) * `vercel.user.getAuthUser()`: `response.user.union(AuthUser).softBlock.reason.enum(enterpriseUnpaidInvoice)` **Added** (Breaking ⚠️) * `vercel.projects.createProject()`: `response` **Changed** (Breaking ⚠️) * `vercel.user.listUserEvents()`: `response` **Changed** (Breaking ⚠️) * `vercel.microfrontends.getMicrofrontendsInGroup()`: `response.projects[]` **Changed** (Breaking ⚠️) * `vercel.projects.filterProjectEnvs()`: `response` **Changed** (Breaking ⚠️) * `vercel.sandboxesV2Beta.getNamedSandbox()`: `response.sandbox.snapshotKeepLast` **Added** * `vercel.sandboxesV2Beta.getSandboxesV2()`: `response.sandboxes[].snapshotKeepLast` **Added** * `vercel.featureFlags.getSdkKeys()`: `response.data[].partialKeyValue` **Added** * `vercel.integrations.createIntegrationStoreDirect()`: `response.store` **Changed** * `vercel.environment.getSharedEnvVar()`: `response.customEnvironmentIds` **Added** * `vercel.environment.updateSharedEnvVariable()`: `response.updated[].customEnvironmentIds` **Added** * `vercel.environment.listSharedEnvVariable()`: `response.data[].customEnvironmentIds` **Added** * `vercel.edgeConfig.getEdgeConfigTokens()`: `response` **Changed** * `vercel.featureFlags.createSdkKey()`: `response.partialKeyValue` **Added** * `vercel.sandboxesV2Beta.updateSandbox()`: `response.sandbox.snapshotKeepLast` **Added** * `vercel.environment.createSharedEnvVariable()`: * `request.requestBody.union(3)` **Added** * `response.created[].customEnvironmentIds` **Added** * `vercel.sandboxesV2Beta.deleteSandbox()`: `response.sandbox.snapshotKeepLast` **Added** * `vercel.edgeConfig.getEdgeConfigToken()`: `response` **Changed** * `vercel.teams.joinTeam()`: `error.status[503]` **Added** * `vercel.teams.getTeam()`: `response` **Changed** * `vercel.teams.patchTeam()`: * `request.requestBody.requireVerifiedCommits` **Added** * `response` **Changed** * `vercel.teams.getTeams()`: `response.teams[].union(Team)` **Changed** * remove go target --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ismaelrumzan <ismael@vercel.com>
1 parent f61a860 commit b0fe5b6

2,217 files changed

Lines changed: 241933 additions & 30902 deletions

File tree

Some content is hidden

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

.speakeasy/gen.lock

Lines changed: 4679 additions & 4379 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
@@ -32,7 +32,7 @@ generation:
3232
generateNewTests: true
3333
skipResponseBodyAssertions: true
3434
typescript:
35-
version: 1.19.40
35+
version: 1.19.41
3636
acceptHeaderEnum: true
3737
additionalDependencies:
3838
dependencies: {}

.speakeasy/tests.arazzo.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8006,7 +8006,7 @@ workflows:
80068006
- condition: $response.header.Content-Type == application/json
80078007
- context: $response.body
80088008
condition: |
8009-
{"types":[{"replacedBy":["<value 1>","<value 2>"],"deprecated":true,"name":"domain-transfer-in","description":"woot baritone lasting ah foot when worth whether bleakly"}]}
8009+
{"types":[{"name":"domain-transfer-in","description":"woot baritone lasting ah foot when worth whether bleakly","categories":["deployment"],"deprecated":true,"replacedBy":["alert-rule-created","project-delegated-protection-updated"]}],"categories":[{"name":"project","label":"<value>"}]}
80108010
type: simple
80118011
x-speakeasy-test-group: user
80128012
x-speakeasy-test-rebuild: true
@@ -8404,7 +8404,7 @@ workflows:
84048404
- condition: $response.header.Content-Type == application/json
84058405
- context: $response.body
84068406
condition: |
8407-
{"hashKey":"<value>","projectId":"<id>","type":"mobile","environment":"<value>","createdBy":"<value>","createdAt":4791.7,"updatedAt":3218.83}
8407+
{"hashKey":"<value>","projectId":"<id>","type":"mobile","environment":"<value>","createdBy":"<value>","createdAt":4791.7,"updatedAt":3218.83,"partialKeyValue":"<value>"}
84088408
type: simple
84098409
x-speakeasy-test-group: feature-flags
84108410
x-speakeasy-test-rebuild: true
@@ -9020,7 +9020,7 @@ workflows:
90209020
- condition: $response.header.Content-Type == application/json
90219021
- context: $response.body
90229022
condition: |
9023-
{"accountLimit":{"total":9047.58},"environments":[{"type":"production","createdAt":2957.56,"updatedAt":4025.44,"id":"<id>","slug":"<value>"}]}
9023+
{"accountLimit":{"total":9047.58},"environments":[{"type":"production","id":"<id>","createdAt":2957.56,"slug":"<value>","updatedAt":4025.44}]}
90249024
type: simple
90259025
x-speakeasy-test-group: environment
90269026
x-speakeasy-test-rebuild: true
@@ -9362,7 +9362,7 @@ workflows:
93629362
- condition: $response.header.Content-Type == application/json
93639363
- context: $response.body
93649364
condition: |
9365-
{"sandbox":{"name":"my-sandbox","currentSessionId":"<id>","status":"running","statusUpdatedAt":1750344501629,"persistent":true,"region":"iad1","vcpus":2,"memory":1024,"runtime":"node22","timeout":300000,"snapshotExpiration":604800000,"totalEgressBytes":4096,"totalIngressBytes":2048,"totalActiveCpuDurationMs":5000,"totalDurationMs":60000,"cwd":"/vercel/sandbox","tags":{"team":"hive","user":"bob"},"createdAt":1750344501629,"updatedAt":1750344501629},"session":{"sourceSandboxName":"my-sandbox","projectId":"prj_123a6c5209bc3778245d011443644c8d27dc2c50","id":"sbx_123a6c5209bc3778245d011443644c8d27dc2c50","memory":2048,"vcpus":2,"region":"iad1","runtime":"node22","timeout":3600000,"status":"running","requestedAt":1750344501629,"startedAt":1750344501629,"cwd":"/vercel/sandbox","requestedStopAt":1750344501629,"stoppedAt":1750344501629,"abortedAt":1750344501629,"duration":3600000,"sourceSnapshotId":"snap_123a6c5209bc3778245d011443644c8d27dc2c50","snapshottedAt":1750344501629,"createdAt":1750344501629,"updatedAt":1750344501629,"networkPolicy":{"mode":"custom","allowedDomains":["api.vercel.com","*.example.com"],"allowedCIDRs":["10.0.0.0/8"],"deniedCIDRs":["10.0.0.0/8"],"injectionRules":[{"domain":"api.vercel.com","headerNames":["Authorization","X-API-Key"]}]},"activeCpuDurationMs":42,"networkTransfer":{"ingress":3537.81,"egress":3912.91}},"routes":[{"url":"https://any-wasabi.com","port":4252.43,"subdomain":"<value>","system":true}],"resumed":true}
9365+
{"sandbox":{"name":"my-sandbox","currentSessionId":"<id>","status":"running","statusUpdatedAt":1750344501629,"persistent":true,"region":"iad1","vcpus":2,"memory":1024,"runtime":"node22","timeout":300000,"snapshotExpiration":604800000,"snapshotKeepLast":{"count":5,"expiration":604800000,"deleteEvicted":true},"totalEgressBytes":4096,"totalIngressBytes":2048,"totalActiveCpuDurationMs":5000,"totalDurationMs":60000,"cwd":"/vercel/sandbox","tags":{"team":"hive","user":"bob"},"createdAt":1750344501629,"updatedAt":1750344501629},"session":{"sourceSandboxName":"my-sandbox","projectId":"prj_123a6c5209bc3778245d011443644c8d27dc2c50","id":"sbx_123a6c5209bc3778245d011443644c8d27dc2c50","memory":2048,"vcpus":2,"region":"iad1","runtime":"node22","timeout":3600000,"status":"running","requestedAt":1750344501629,"startedAt":1750344501629,"cwd":"/vercel/sandbox","requestedStopAt":1750344501629,"stoppedAt":1750344501629,"abortedAt":1750344501629,"duration":3600000,"sourceSnapshotId":"snap_123a6c5209bc3778245d011443644c8d27dc2c50","snapshottedAt":1750344501629,"createdAt":1750344501629,"updatedAt":1750344501629,"networkPolicy":{"mode":"custom","allowedDomains":["api.vercel.com","*.example.com"],"allowedCIDRs":["10.0.0.0/8"],"deniedCIDRs":["10.0.0.0/8"],"injectionRules":[{"domain":"api.vercel.com","headerNames":["Authorization","X-API-Key"]}]},"activeCpuDurationMs":42,"networkTransfer":{"ingress":3537.81,"egress":3912.91}},"routes":[{"url":"https://any-wasabi.com","port":4252.43,"subdomain":"<value>","system":true}],"resumed":true}
93669366
type: simple
93679367
x-speakeasy-test-group: sandboxes-v2-beta
93689368
x-speakeasy-test-rebuild: true
@@ -9410,7 +9410,7 @@ workflows:
94109410
- condition: $response.header.Content-Type == application/json
94119411
- context: $response.body
94129412
condition: |
9413-
{"sandbox":{"name":"my-sandbox","currentSessionId":"<id>","status":"running","statusUpdatedAt":1750344501629,"persistent":true,"region":"iad1","vcpus":2,"memory":1024,"runtime":"node22","timeout":300000,"snapshotExpiration":604800000,"totalEgressBytes":4096,"totalIngressBytes":2048,"totalActiveCpuDurationMs":5000,"totalDurationMs":60000,"cwd":"/vercel/sandbox","tags":{"team":"hive","user":"bob"},"createdAt":1750344501629,"updatedAt":1750344501629}}
9413+
{"sandbox":{"name":"my-sandbox","currentSessionId":"<id>","status":"running","statusUpdatedAt":1750344501629,"persistent":true,"region":"iad1","vcpus":2,"memory":1024,"runtime":"node22","timeout":300000,"snapshotExpiration":604800000,"snapshotKeepLast":{"count":5,"expiration":604800000,"deleteEvicted":true},"totalEgressBytes":4096,"totalIngressBytes":2048,"totalActiveCpuDurationMs":5000,"totalDurationMs":60000,"cwd":"/vercel/sandbox","tags":{"team":"hive","user":"bob"},"createdAt":1750344501629,"updatedAt":1750344501629}}
94149414
type: simple
94159415
x-speakeasy-test-group: sandboxes-v2-beta
94169416
x-speakeasy-test-rebuild: true
@@ -9433,7 +9433,7 @@ workflows:
94339433
- condition: $response.header.Content-Type == application/json
94349434
- context: $response.body
94359435
condition: |
9436-
{"sandbox":{"name":"my-sandbox","currentSessionId":"<id>","status":"running","statusUpdatedAt":1750344501629,"persistent":true,"region":"iad1","vcpus":2,"memory":1024,"runtime":"node22","timeout":300000,"snapshotExpiration":604800000,"totalEgressBytes":4096,"totalIngressBytes":2048,"totalActiveCpuDurationMs":5000,"totalDurationMs":60000,"cwd":"/vercel/sandbox","tags":{"team":"hive","user":"bob"},"createdAt":1750344501629,"updatedAt":1750344501629}}
9436+
{"sandbox":{"name":"my-sandbox","currentSessionId":"<id>","status":"running","statusUpdatedAt":1750344501629,"persistent":true,"region":"iad1","vcpus":2,"memory":1024,"runtime":"node22","timeout":300000,"snapshotExpiration":604800000,"snapshotKeepLast":{"count":5,"expiration":604800000,"deleteEvicted":true},"totalEgressBytes":4096,"totalIngressBytes":2048,"totalActiveCpuDurationMs":5000,"totalDurationMs":60000,"cwd":"/vercel/sandbox","tags":{"team":"hive","user":"bob"},"createdAt":1750344501629,"updatedAt":1750344501629}}
94379437
type: simple
94389438
x-speakeasy-test-group: sandboxes-v2-beta
94399439
x-speakeasy-test-rebuild: true

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
speakeasyVersion: 1.761.8
1+
speakeasyVersion: 1.761.9
22
sources:
33
vercel-OAS:
44
sourceNamespace: vercel-oas
5-
sourceRevisionDigest: sha256:2dfbb1edb05a4d0b60da8f7e75102dc4b83d049b179960ff9aa7486f24b88b9e
6-
sourceBlobDigest: sha256:c0ed2fdd90ea5b48841c715851cdf33f4e7240bf54e6da59bcdd0ca5bcbfe867
5+
sourceRevisionDigest: sha256:38bb4ae79640d55597ca85119cd57c034c99982a7331d30068d098e03773f2ca
6+
sourceBlobDigest: sha256:bf843c3f01d4357b98315ca036441c3277622959b7049b8056bc15a7a955195c
77
tags:
88
- latest
99
- 0.0.1
1010
targets:
1111
vercel:
1212
source: vercel-OAS
1313
sourceNamespace: vercel-oas
14-
sourceRevisionDigest: sha256:2dfbb1edb05a4d0b60da8f7e75102dc4b83d049b179960ff9aa7486f24b88b9e
15-
sourceBlobDigest: sha256:c0ed2fdd90ea5b48841c715851cdf33f4e7240bf54e6da59bcdd0ca5bcbfe867
14+
sourceRevisionDigest: sha256:38bb4ae79640d55597ca85119cd57c034c99982a7331d30068d098e03773f2ca
15+
sourceBlobDigest: sha256:bf843c3f01d4357b98315ca036441c3277622959b7049b8056bc15a7a955195c
1616
codeSamplesNamespace: vercel-oas-typescript-code-samples
17-
codeSamplesRevisionDigest: sha256:ad79c054db29139b0d2bc88a0c03e6569e4ed177d857eac6874a34d490ad96d9
17+
codeSamplesRevisionDigest: sha256:aad7902efaf82bebba60a03a148a8829b96575ec731947563855e88d4e116f98
1818
workflow:
1919
workflowVersion: 1.0.0
2020
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1328,4 +1328,14 @@ Based on:
13281328
### Generated
13291329
- [typescript v1.19.40] .
13301330
### Releases
1331-
- [NPM v1.19.40] https://www.npmjs.com/package/@vercel/sdk/v/1.19.40 - .
1331+
- [NPM v1.19.40] https://www.npmjs.com/package/@vercel/sdk/v/1.19.40 - .
1332+
1333+
## 2026-04-27 11:30:46
1334+
### Changes
1335+
Based on:
1336+
- OpenAPI Doc
1337+
- Speakeasy CLI 1.761.9 (2.881.4) https://github.com/speakeasy-api/speakeasy
1338+
### Generated
1339+
- [typescript v1.19.41] .
1340+
### Releases
1341+
- [NPM v1.19.41] https://www.npmjs.com/package/@vercel/sdk/v/1.19.41 - .

docs/models/abuse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Example Usage
44

55
```typescript
6-
import { Abuse } from "@vercel/sdk/models/payloadimportflowgitnamespaceid.js";
6+
import { Abuse } from "@vercel/sdk/models/version.js";
77

88
let value: Abuse = {
99
updatedAt: 72.13,

docs/models/access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Example Usage
44

55
```typescript
6-
import { Access } from "@vercel/sdk/models/budget.js";
6+
import { Access } from "@vercel/sdk/models/twohundredandfortyseven.js";
77

88
let value: Access = "public";
99
```

docs/models/accessgroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Example Usage
44

55
```typescript
6-
import { AccessGroup } from "@vercel/sdk/models/userevent.js";
6+
import { AccessGroup } from "@vercel/sdk/models/payload1.js";
77

88
let value: AccessGroup = {
99
id: "<id>",

docs/models/action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Example Usage
44

55
```typescript
6-
import { Action } from "@vercel/sdk/models/userevent.js";
6+
import { Action } from "@vercel/sdk/models/payload1.js";
77

88
let value: Action = "unarchived";
99
```

docs/models/actortype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Example Usage
44

55
```typescript
6-
import { ActorType } from "@vercel/sdk/models/budget.js";
6+
import { ActorType } from "@vercel/sdk/models/twohundredandfortyseven.js";
77

88
let value: ActorType = "user";
99
```

0 commit comments

Comments
 (0)