Skip to content

Commit 8c0dff1

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate VERCEL 1.19.10 (#232)
* ## Typescript SDK Changes: * `vercel.checksV2.listProjectChecks()`: `response.checks[].source.union(vercel)` **Removed** (Breaking ⚠️) * `vercel.checksV2.createProjectCheck()`: * `request.requestBody.source.union(4)` **Removed** (Breaking ⚠️) * `response.source.union(vercel)` **Removed** (Breaking ⚠️) * `vercel.teams.patchTeam()`: `response.membership.joinedFrom.origin.enum(nsnbHobbyUpgrade)` **Added** (Breaking ⚠️) * `vercel.teams.getTeam()`: `response.membership.joinedFrom.origin.enum(nsnbHobbyUpgrade)` **Added** (Breaking ⚠️) * `vercel.teams.getTeamAccessRequest()`: `response.joinedFrom.origin.enum(nsnbHobbyUpgrade)` **Added** (Breaking ⚠️) * `vercel.teams.requestAccessToTeam()`: `response.joinedFrom.origin.enum(nsnbHobbyUpgrade)` **Added** (Breaking ⚠️) * `vercel.teams.getTeamMembers()`: `response.members[].joinedFrom.origin.enum(nsnbHobbyUpgrade)` **Added** (Breaking ⚠️) * `vercel.featureFlags.updateFlag()`: `response` **Changed** (Breaking ⚠️) * `vercel.teams.getTeams()`: `response.teams[]` **Changed** (Breaking ⚠️) * `vercel.checksV2.getProjectCheck()`: `response.source.union(vercel)` **Removed** (Breaking ⚠️) * `vercel.user.listUserEvents()`: `response.union(2).events[].payload` **Changed** (Breaking ⚠️) * `vercel.checksV2.updateProjectCheck()`: `response.source.union(vercel)` **Removed** (Breaking ⚠️) * `vercel.checksV2.listCheckRuns()`: `response.runs[].source.union(vercel)` **Removed** (Breaking ⚠️) * `vercel.checksV2.listDeploymentCheckRuns()`: `response.runs[].source.union(vercel)` **Removed** (Breaking ⚠️) * `vercel.checksV2.createDeploymentCheckRun()`: `response.source.union(vercel)` **Removed** (Breaking ⚠️) * `vercel.checksV2.getDeploymentCheckRun()`: `response.source.union(vercel)` **Removed** (Breaking ⚠️) * `vercel.checksV2.updateDeploymentCheckRun()`: `response.source.union(vercel)` **Removed** (Breaking ⚠️) * `vercel.projectRoutes.updateRouteVersions()`: **Added** * `vercel.checks.getAllChecks()`: **Deprecated** * `vercel.checks.getCheck()`: **Deprecated** * `vercel.checks.updateCheck()`: **Deprecated** * `vercel.checks.rerequestCheck()`: **Deprecated** * `vercel.checks.createCheck()`: **Deprecated** * `vercel.projectRoutes.getRoutes()`: **Added** * `vercel.marketplace.updateResourceSecrets()`: **Deprecated** * `vercel.projectRoutes.getRouteVersions()`: **Added** * `vercel.projectRoutes.generateRoute()`: **Added** * `vercel.projectRoutes.editRoute()`: **Added** * `vercel.projectRoutes.deleteRoutes()`: **Added** * `vercel.projectRoutes.addRoute()`: **Added** * `vercel.projectRoutes.stageRoutes()`: **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 43e580a commit 8c0dff1

File tree

535 files changed

+52777
-5064
lines changed

Some content is hidden

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

535 files changed

+52777
-5064
lines changed

.speakeasy/gen.lock

Lines changed: 1758 additions & 385 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.9
35+
version: 1.19.10
3636
acceptHeaderEnum: true
3737
additionalDependencies:
3838
dependencies: {}

.speakeasy/tests.arazzo.yaml

Lines changed: 187 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8814,3 +8814,190 @@ workflows:
88148814
type: simple
88158815
x-speakeasy-test-group: sandboxes
88168816
x-speakeasy-test-rebuild: true
8817+
- workflowId: getRoutes
8818+
steps:
8819+
- stepId: test
8820+
operationId: getRoutes
8821+
parameters:
8822+
- name: projectId
8823+
in: path
8824+
value: <id>
8825+
- name: teamId
8826+
in: query
8827+
value: team_1a2b3c4d5e6f7g8h9i0j1k2l
8828+
- name: slug
8829+
in: query
8830+
value: my-team-url-slug
8831+
successCriteria:
8832+
- condition: $statusCode == 200
8833+
- condition: $response.header.Content-Type == application/json
8834+
- context: $response.body
8835+
condition: |
8836+
{"routes":[{"id":"<id>","name":"<value>","route":{"src":"<value>"}}],"version":{"id":"<id>","s3Key":"<value>","lastModified":6994.88,"createdBy":"<value>"},"limit":{"maxRoutes":4766.62,"currentRoutes":5440.42}}
8837+
type: simple
8838+
x-speakeasy-test-group: project-routes
8839+
x-speakeasy-test-rebuild: true
8840+
- workflowId: stageRoutes
8841+
steps:
8842+
- stepId: test
8843+
operationId: stageRoutes
8844+
parameters:
8845+
- name: projectId
8846+
in: path
8847+
value: <id>
8848+
- name: teamId
8849+
in: query
8850+
value: team_1a2b3c4d5e6f7g8h9i0j1k2l
8851+
- name: slug
8852+
in: query
8853+
value: my-team-url-slug
8854+
successCriteria:
8855+
- condition: $statusCode == 200
8856+
- condition: $response.header.Content-Type == application/json
8857+
- context: $response.body
8858+
condition: |
8859+
{"version":{"id":"<id>","s3Key":"<value>","lastModified":1728.13,"createdBy":"<value>"}}
8860+
type: simple
8861+
x-speakeasy-test-group: project-routes
8862+
x-speakeasy-test-rebuild: true
8863+
- workflowId: addRoute
8864+
steps:
8865+
- stepId: test
8866+
operationId: addRoute
8867+
parameters:
8868+
- name: projectId
8869+
in: path
8870+
value: <id>
8871+
- name: teamId
8872+
in: query
8873+
value: team_1a2b3c4d5e6f7g8h9i0j1k2l
8874+
- name: slug
8875+
in: query
8876+
value: my-team-url-slug
8877+
successCriteria:
8878+
- condition: $statusCode == 200
8879+
- condition: $response.header.Content-Type == application/json
8880+
- context: $response.body
8881+
condition: |
8882+
{"route":{"id":"<id>","name":"<value>","route":{"src":"<value>"}},"version":{"id":"<id>","s3Key":"<value>","lastModified":121.25,"createdBy":"<value>"}}
8883+
type: simple
8884+
x-speakeasy-test-group: project-routes
8885+
x-speakeasy-test-rebuild: true
8886+
- workflowId: deleteRoutes
8887+
steps:
8888+
- stepId: test
8889+
operationId: deleteRoutes
8890+
parameters:
8891+
- name: projectId
8892+
in: path
8893+
value: <id>
8894+
- name: teamId
8895+
in: query
8896+
value: team_1a2b3c4d5e6f7g8h9i0j1k2l
8897+
- name: slug
8898+
in: query
8899+
value: my-team-url-slug
8900+
successCriteria:
8901+
- condition: $statusCode == 200
8902+
- condition: $response.header.Content-Type == application/json
8903+
- context: $response.body
8904+
condition: |
8905+
{"deletedCount":9584.63,"version":{"id":"<id>","s3Key":"<value>","lastModified":3781.77,"createdBy":"<value>"}}
8906+
type: simple
8907+
x-speakeasy-test-group: project-routes
8908+
x-speakeasy-test-rebuild: true
8909+
- workflowId: editRoute
8910+
steps:
8911+
- stepId: test
8912+
operationId: editRoute
8913+
parameters:
8914+
- name: projectId
8915+
in: path
8916+
value: <id>
8917+
- name: routeId
8918+
in: path
8919+
value: <id>
8920+
- name: teamId
8921+
in: query
8922+
value: team_1a2b3c4d5e6f7g8h9i0j1k2l
8923+
- name: slug
8924+
in: query
8925+
value: my-team-url-slug
8926+
successCriteria:
8927+
- condition: $statusCode == 200
8928+
- condition: $response.header.Content-Type == application/json
8929+
- context: $response.body
8930+
condition: |
8931+
{"version":{"id":"<id>","s3Key":"<value>","lastModified":9940.75,"createdBy":"<value>"}}
8932+
type: simple
8933+
x-speakeasy-test-group: project-routes
8934+
x-speakeasy-test-rebuild: true
8935+
- workflowId: generateRoute
8936+
steps:
8937+
- stepId: test
8938+
operationId: generateRoute
8939+
parameters:
8940+
- name: projectId
8941+
in: path
8942+
value: <id>
8943+
- name: teamId
8944+
in: query
8945+
value: team_1a2b3c4d5e6f7g8h9i0j1k2l
8946+
- name: slug
8947+
in: query
8948+
value: my-team-url-slug
8949+
successCriteria:
8950+
- condition: $statusCode == 200
8951+
- condition: $response.header.Content-Type == application/json
8952+
- context: $response.body
8953+
condition: |
8954+
{}
8955+
type: simple
8956+
x-speakeasy-test-group: project-routes
8957+
x-speakeasy-test-rebuild: true
8958+
- workflowId: getRouteVersions
8959+
steps:
8960+
- stepId: test
8961+
operationId: getRouteVersions
8962+
parameters:
8963+
- name: projectId
8964+
in: path
8965+
value: <id>
8966+
- name: teamId
8967+
in: query
8968+
value: team_1a2b3c4d5e6f7g8h9i0j1k2l
8969+
- name: slug
8970+
in: query
8971+
value: my-team-url-slug
8972+
successCriteria:
8973+
- condition: $statusCode == 200
8974+
- condition: $response.header.Content-Type == application/json
8975+
- context: $response.body
8976+
condition: |
8977+
{"versions":[{"id":"<id>","s3Key":"<value>","lastModified":4930.64,"createdBy":"<value>"}]}
8978+
type: simple
8979+
x-speakeasy-test-group: project-routes
8980+
x-speakeasy-test-rebuild: true
8981+
- workflowId: updateRouteVersions
8982+
steps:
8983+
- stepId: test
8984+
operationId: updateRouteVersions
8985+
parameters:
8986+
- name: projectId
8987+
in: path
8988+
value: <id>
8989+
- name: teamId
8990+
in: query
8991+
value: team_1a2b3c4d5e6f7g8h9i0j1k2l
8992+
- name: slug
8993+
in: query
8994+
value: my-team-url-slug
8995+
successCriteria:
8996+
- condition: $statusCode == 200
8997+
- condition: $response.header.Content-Type == application/json
8998+
- context: $response.body
8999+
condition: |
9000+
{"version":{"id":"<id>","s3Key":"<value>","lastModified":3896.09,"createdBy":"<value>"}}
9001+
type: simple
9002+
x-speakeasy-test-group: project-routes
9003+
x-speakeasy-test-rebuild: true

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.722.7
22
sources:
33
vercel-OAS:
44
sourceNamespace: vercel-oas
5-
sourceRevisionDigest: sha256:0da34742466caab2feffec2447466f5246ecab801fe89d65ab142ade913b8d82
6-
sourceBlobDigest: sha256:eae6aca9857918070bf9118139d8f6c539ab7a414568cd055136846c3c4669fe
5+
sourceRevisionDigest: sha256:33058ec62e5aae273b229215c17a841d90d5df8d46d11dc0c3bd78c89b2b68a8
6+
sourceBlobDigest: sha256:534e983e0be3835061803a19e3f3c5fa6c8cc259a3ce8d3f802fb1b6800dbe57
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1772582640
9+
- speakeasy-sdk-regen-1772685822
1010
- 0.0.1
1111
targets:
1212
vercel:
1313
source: vercel-OAS
1414
sourceNamespace: vercel-oas
15-
sourceRevisionDigest: sha256:0da34742466caab2feffec2447466f5246ecab801fe89d65ab142ade913b8d82
16-
sourceBlobDigest: sha256:eae6aca9857918070bf9118139d8f6c539ab7a414568cd055136846c3c4669fe
15+
sourceRevisionDigest: sha256:33058ec62e5aae273b229215c17a841d90d5df8d46d11dc0c3bd78c89b2b68a8
16+
sourceBlobDigest: sha256:534e983e0be3835061803a19e3f3c5fa6c8cc259a3ce8d3f802fb1b6800dbe57
1717
codeSamplesNamespace: vercel-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:d518eab1792f89573e94e180571773739d562d4829dc9b9caf0640fe18d99a38
18+
codeSamplesRevisionDigest: sha256:e1d2b7f3f93f3042b4e9cef54dfda17c1303f25ac0ce4967c140f7f3b02451b7
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

0 commit comments

Comments
 (0)