Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.445.2 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored Dec 5, 2024
1 parent 7df7b84 commit b8c5dcc
Show file tree
Hide file tree
Showing 34 changed files with 4,133 additions and 109 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/react-query
/models
/models/errors
/types
Expand Down
3,995 changes: 3,995 additions & 0 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
typescript:
version: 1.0.0-canary.9
version: 1.0.0-canary.10
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.445.2
sources:
vercel-OAS:
sourceNamespace: vercel-oas
sourceRevisionDigest: sha256:0dc41dacccf85300753597cc90d024a0806849f6443750c55c8bc09bd8673b49
sourceBlobDigest: sha256:1b68cf40f5d005b45e13153e3c957347577e1d763a10575c3945879e06b3315d
sourceRevisionDigest: sha256:26995a742c7cae6c7ffe91c27f09fc3ddde4a34f9846917b2cf7fc2bb2be9b5a
sourceBlobDigest: sha256:46f762ba4155cb91aa2073e556643914a6812716da541f1f35581e3a0647e4bf
tags:
- latest
- speakeasy-sdk-regen-1733258664
- speakeasy-sdk-regen-1733417978
- 0.0.1
targets:
vercel:
source: vercel-OAS
sourceNamespace: vercel-oas
sourceRevisionDigest: sha256:0dc41dacccf85300753597cc90d024a0806849f6443750c55c8bc09bd8673b49
sourceBlobDigest: sha256:1b68cf40f5d005b45e13153e3c957347577e1d763a10575c3945879e06b3315d
sourceRevisionDigest: sha256:26995a742c7cae6c7ffe91c27f09fc3ddde4a34f9846917b2cf7fc2bb2be9b5a
sourceBlobDigest: sha256:46f762ba4155cb91aa2073e556643914a6812716da541f1f35581e3a0647e4bf
codeSamplesNamespace: vercel-oas-typescript-code-samples
codeSamplesRevisionDigest: sha256:765c7b0b705cba34e2e3c64627f4eb5ea5b24ede0b7c6b884b41e26a1931feae
codeSamplesRevisionDigest: sha256:5d9d968b302777407d72df0e620297774babd2750ea781a1799c6ddbed8db3d7
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ const vercel = new Vercel({

async function run() {
const result = await vercel.artifacts.uploadArtifact({
contentLength: 4036.54,
contentLength: 4504.13,
xArtifactDuration: 400,
xArtifactClientCi: "VERCEL",
xArtifactClientInteractive: 0,
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,14 @@ Based on:
### Generated
- [typescript v14.0.0-canary.9] .
### Releases
- [NPM v14.0.0-canary.9] https://www.npmjs.com/package/@vercel/sdk/v/14.0.0-canary.9 - .
- [NPM v14.0.0-canary.9] https://www.npmjs.com/package/@vercel/sdk/v/14.0.0-canary.9 - .

## 2024-12-05 16:59:34
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.445.2 (2.461.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v1.0.0-canary.10] .
### Releases
- [NPM v1.0.0-canary.10] https://www.npmjs.com/package/@vercel/sdk/v/1.0.0-canary.10 - .
2 changes: 1 addition & 1 deletion docs/models/components/authtokenscopesorigin.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ let value: AuthTokenScopesOrigin = "email";
## Values

```typescript
"saml" | "github" | "gitlab" | "bitbucket" | "email" | "manual" | "passkey" | "otp" | "sms"
"saml" | "github" | "gitlab" | "bitbucket" | "email" | "manual" | "passkey" | "otp" | "sms" | "invite"
```
2 changes: 1 addition & 1 deletion docs/models/components/scopes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const value: components.Scopes1 = {
const value: components.Scopes2 = {
type: "team",
teamId: "<id>",
origin: "email",
origin: "manual",
createdAt: 2916.49,
};
```
Expand Down
4 changes: 2 additions & 2 deletions docs/models/components/scopesorigin.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
```typescript
import { ScopesOrigin } from "@vercel/sdk/models/components/authtoken.js";

let value: ScopesOrigin = "email";
let value: ScopesOrigin = "manual";
```

## Values

```typescript
"saml" | "github" | "gitlab" | "bitbucket" | "email" | "manual" | "passkey" | "otp" | "sms"
"saml" | "github" | "gitlab" | "bitbucket" | "email" | "manual" | "passkey" | "otp" | "sms" | "invite"
```
2 changes: 1 addition & 1 deletion docs/models/operations/canceldeploymentresponsebody.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ let value: CancelDeploymentResponseBody = {
| `checksConclusion` | [operations.CancelDeploymentChecksConclusion](../../models/operations/canceldeploymentchecksconclusion.md) | :heavy_minus_sign: | N/A |
| `createdAt` | *number* | :heavy_check_mark: | N/A |
| `deletedAt` | *number* | :heavy_minus_sign: | N/A |
| `defaultRoute` | *string* | :heavy_minus_sign: | Computed field that is only available for deployments with a micro-frontend configuration. |
| `defaultRoute` | *string* | :heavy_minus_sign: | Computed field that is only available for deployments with a microfrontend configuration. |
| `canceledAt` | *number* | :heavy_minus_sign: | N/A |
| `errorCode` | *string* | :heavy_minus_sign: | N/A |
| `errorLink` | *string* | :heavy_minus_sign: | N/A |
Expand Down
2 changes: 1 addition & 1 deletion docs/models/operations/createdeploymentresponsebody.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ let value: CreateDeploymentResponseBody = {
| `buildErrorAt` | *number* | :heavy_minus_sign: | N/A |
| `checksState` | [operations.ChecksState](../../models/operations/checksstate.md) | :heavy_minus_sign: | N/A |
| `checksConclusion` | [operations.ChecksConclusion](../../models/operations/checksconclusion.md) | :heavy_minus_sign: | N/A |
| `defaultRoute` | *string* | :heavy_minus_sign: | Computed field that is only available for deployments with a micro-frontend configuration. |
| `defaultRoute` | *string* | :heavy_minus_sign: | Computed field that is only available for deployments with a microfrontend configuration. |
| `canceledAt` | *number* | :heavy_minus_sign: | N/A |
| `errorCode` | *string* | :heavy_minus_sign: | N/A |
| `errorLink` | *string* | :heavy_minus_sign: | N/A |
Expand Down
Loading

0 comments on commit b8c5dcc

Please sign in to comment.