Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.445.2 (#5)
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 3, 2024
1 parent 2d6dcdc commit 40121d6
Show file tree
Hide file tree
Showing 629 changed files with 10,182 additions and 1,136 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<div align="center">
<a href="https://codespaces.new/vercel/vercel-sdk.git/tree/main"><img src="https://github.com/codespaces/badge.svg" /></a>
<a href="https://codespaces.new/vercel/sdk.git/tree/main"><img src="https://github.com/codespaces/badge.svg" /></a>
</div>
<br>

Expand Down
147 changes: 142 additions & 5 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 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: 14.0.0-canary.7
version: 14.0.0-canary.9
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand All @@ -30,6 +30,7 @@ typescript:
- --filter
- '@vercel/sdk'
defaultErrorName: SDKError
enableReactQuery: false
enumFormat: union
flattenGlobalSecurity: true
flatteningOrder: body-first
Expand Down
16 changes: 8 additions & 8 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:dc08ff6a92ddd5c6ac76825eda6c26647eff8b731e99027cf8e1729ff8d15ee3
sourceBlobDigest: sha256:f1346ee501f87bc795fc3fbbc66764a61621662d6911e41807233dbf68815d64
sourceRevisionDigest: sha256:0dc41dacccf85300753597cc90d024a0806849f6443750c55c8bc09bd8673b49
sourceBlobDigest: sha256:1b68cf40f5d005b45e13153e3c957347577e1d763a10575c3945879e06b3315d
tags:
- latest
- speakeasy-sdk-regen-1732552350
- speakeasy-sdk-regen-1733258664
- 0.0.1
targets:
vercel:
source: vercel-OAS
sourceNamespace: vercel-oas
sourceRevisionDigest: sha256:dc08ff6a92ddd5c6ac76825eda6c26647eff8b731e99027cf8e1729ff8d15ee3
sourceBlobDigest: sha256:f1346ee501f87bc795fc3fbbc66764a61621662d6911e41807233dbf68815d64
codeSamplesNamespace: vercel-oas-code-samples
codeSamplesRevisionDigest: sha256:ba5448bab7783f60acb7c1cdf72cd2fec62da173fe73aadba41e893c5e5e3667
sourceRevisionDigest: sha256:0dc41dacccf85300753597cc90d024a0806849f6443750c55c8bc09bd8673b49
sourceBlobDigest: sha256:1b68cf40f5d005b45e13153e3c957347577e1d763a10575c3945879e06b3315d
codeSamplesNamespace: vercel-oas-typescript-code-samples
codeSamplesRevisionDigest: sha256:765c7b0b705cba34e2e3c64627f4eb5ea5b24ede0b7c6b884b41e26a1931feae
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand All @@ -38,5 +38,5 @@ workflow:
token: $npm_token
codeSamples:
registry:
location: registry.speakeasyapi.dev/vercel/vercel-docs/vercel-oas-code-samples
location: registry.speakeasyapi.dev/vercel/vercel-docs/vercel-oas-typescript-code-samples
blocking: false
2 changes: 1 addition & 1 deletion .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ targets:
token: $npm_token
codeSamples:
registry:
location: registry.speakeasyapi.dev/vercel/vercel-docs/vercel-oas-code-samples
location: registry.speakeasyapi.dev/vercel/vercel-docs/vercel-oas-typescript-code-samples
blocking: false
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ run();

### [authentication](docs/sdks/authentication/README.md)

* [exchangeSsoToken](docs/sdks/authentication/README.md#exchangessotoken) - SSO Token Exchange
* [listAuthTokens](docs/sdks/authentication/README.md#listauthtokens) - List Auth Tokens
* [createAuthToken](docs/sdks/authentication/README.md#createauthtoken) - Create an Auth Token
* [getAuthToken](docs/sdks/authentication/README.md#getauthtoken) - Get Auth Token Metadata
Expand Down Expand Up @@ -314,6 +315,18 @@ run();
* [getAllLogDrains](docs/sdks/logdrains/README.md#getalllogdrains) - Retrieves a list of all the Log Drains
* [createConfigurableLogDrain](docs/sdks/logdrains/README.md#createconfigurablelogdrain) - Creates a Configurable Log Drain

### [marketplace](docs/sdks/marketplace/README.md)

* [getAccountInfo](docs/sdks/marketplace/README.md#getaccountinfo) - Get Account Information
* [getMember](docs/sdks/marketplace/README.md#getmember) - Get Member Information
* [createEvent](docs/sdks/marketplace/README.md#createevent) - Create Event
* [submitBillingData](docs/sdks/marketplace/README.md#submitbillingdata) - Submit Billing Data
* [submitInvoice](docs/sdks/marketplace/README.md#submitinvoice) - Submit Invoice
* [getInvoice](docs/sdks/marketplace/README.md#getinvoice) - Get Invoice
* [updateInvoice](docs/sdks/marketplace/README.md#updateinvoice) - Invoice Actions
* [updateResourceSecrets](docs/sdks/marketplace/README.md#updateresourcesecrets) - Update Resource Secrets
* [exchangeSsoToken](docs/sdks/marketplace/README.md#exchangessotoken) - SSO Token Exchange

### [projectMembers](docs/sdks/projectmembers/README.md)

* [getProjectMembers](docs/sdks/projectmembers/README.md#getprojectmembers) - List project members
Expand All @@ -327,6 +340,7 @@ run();
* [createProject](docs/sdks/projects/README.md#createproject) - Create a new project
* [updateProject](docs/sdks/projects/README.md#updateproject) - Update an existing project
* [deleteProject](docs/sdks/projects/README.md#deleteproject) - Delete a Project
* [getProjectDomains](docs/sdks/projects/README.md#getprojectdomains) - Retrieve project domains by project by id or name
* [getProjectDomain](docs/sdks/projects/README.md#getprojectdomain) - Get a project domain
* [updateProjectDomain](docs/sdks/projects/README.md#updateprojectdomain) - Update a project domain
* [removeProjectDomain](docs/sdks/projects/README.md#removeprojectdomain) - Remove a domain from a project
Expand Down Expand Up @@ -420,6 +434,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
- [`artifactsUploadArtifact`](docs/sdks/artifacts/README.md#uploadartifact) - Upload a cache artifact
- [`authenticationCreateAuthToken`](docs/sdks/authentication/README.md#createauthtoken) - Create an Auth Token
- [`authenticationDeleteAuthToken`](docs/sdks/authentication/README.md#deleteauthtoken) - Delete an authentication token
- [`authenticationExchangeSsoToken`](docs/sdks/authentication/README.md#exchangessotoken) - SSO Token Exchange
- [`authenticationGetAuthToken`](docs/sdks/authentication/README.md#getauthtoken) - Get Auth Token Metadata
- [`authenticationListAuthTokens`](docs/sdks/authentication/README.md#listauthtokens) - List Auth Tokens
- [`certsGetCertById`](docs/sdks/certs/README.md#getcertbyid) - Get cert by id
Expand Down Expand Up @@ -482,6 +497,15 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
- [`logDrainsGetAllLogDrains`](docs/sdks/logdrains/README.md#getalllogdrains) - Retrieves a list of all the Log Drains
- [`logDrainsGetConfigurableLogDrain`](docs/sdks/logdrains/README.md#getconfigurablelogdrain) - Retrieves a Configurable Log Drain
- [`logDrainsGetIntegrationLogDrains`](docs/sdks/logdrains/README.md#getintegrationlogdrains) - Retrieves a list of Integration log drains
- [`marketplaceCreateEvent`](docs/sdks/marketplace/README.md#createevent) - Create Event
- [`marketplaceExchangeSsoToken`](docs/sdks/marketplace/README.md#exchangessotoken) - SSO Token Exchange
- [`marketplaceGetAccountInfo`](docs/sdks/marketplace/README.md#getaccountinfo) - Get Account Information
- [`marketplaceGetInvoice`](docs/sdks/marketplace/README.md#getinvoice) - Get Invoice
- [`marketplaceGetMember`](docs/sdks/marketplace/README.md#getmember) - Get Member Information
- [`marketplaceSubmitBillingData`](docs/sdks/marketplace/README.md#submitbillingdata) - Submit Billing Data
- [`marketplaceSubmitInvoice`](docs/sdks/marketplace/README.md#submitinvoice) - Submit Invoice
- [`marketplaceUpdateInvoice`](docs/sdks/marketplace/README.md#updateinvoice) - Invoice Actions
- [`marketplaceUpdateResourceSecrets`](docs/sdks/marketplace/README.md#updateresourcesecrets) - Update Resource Secrets
- [`projectMembersAddProjectMember`](docs/sdks/projectmembers/README.md#addprojectmember) - Adds a new member to a project.
- [`projectMembersGetProjectMembers`](docs/sdks/projectmembers/README.md#getprojectmembers) - List project members
- [`projectMembersRemoveProjectMember`](docs/sdks/projectmembers/README.md#removeprojectmember) - Remove a Project Member
Expand All @@ -492,6 +516,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
- [`projectsEditProjectEnv`](docs/sdks/projects/README.md#editprojectenv) - Edit an environment variable
- [`projectsFilterProjectEnvs`](docs/sdks/projects/README.md#filterprojectenvs) - Retrieve the environment variables of a project by id or name
- [`projectsGetProjectDomain`](docs/sdks/projects/README.md#getprojectdomain) - Get a project domain
- [`projectsGetProjectDomains`](docs/sdks/projects/README.md#getprojectdomains) - Retrieve project domains by project by id or name
- [`projectsGetProjectEnv`](docs/sdks/projects/README.md#getprojectenv) - Retrieve the decrypted value of an environment variable of a project by id
- [`projectsGetProjects`](docs/sdks/projects/README.md#getprojects) - Retrieve a list of projects
- [`projectsListPromoteAliases`](docs/sdks/projects/README.md#listpromotealiases) - Gets a list of aliases with status for the current promote
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,14 @@ Based on:
### Generated
- [typescript v14.0.0-canary.7] .
### Releases
- [NPM v14.0.0-canary.7] https://www.npmjs.com/package/@vercel/sdk/v/14.0.0-canary.7 - .
- [NPM v14.0.0-canary.7] https://www.npmjs.com/package/@vercel/sdk/v/14.0.0-canary.7 - .

## 2024-12-03 20:44:19
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.445.2 (2.461.4) https://github.com/speakeasy-api/speakeasy
### 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 - .
2 changes: 1 addition & 1 deletion docs/models/components/aclaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Enum containing the actions that can be performed against a resource. Group oper
```typescript
import { ACLAction } from "@vercel/sdk/models/components/aclaction.js";

let value: ACLAction = "delete";
let value: ACLAction = "read";
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/authtokenscopesorigin.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```typescript
import { AuthTokenScopesOrigin } from "@vercel/sdk/models/components/authtoken.js";

let value: AuthTokenScopesOrigin = "bitbucket";
let value: AuthTokenScopesOrigin = "email";
```

## Values
Expand Down
4 changes: 2 additions & 2 deletions docs/models/components/authuser.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import { AuthUser } from "@vercel/sdk/models/components/authuser.js";
let value: AuthUser = {
createdAt: 1630748523395,
softBlock: {
blockedAt: 7583.65,
reason: "SUBSCRIPTION_CANCELED",
blockedAt: 929.79,
reason: "BLOCKED_FOR_PLATFORM_ABUSE",
},
billing: {},
resourceConfig: {},
Expand Down
4 changes: 2 additions & 2 deletions docs/models/components/blockedduetooveragetype.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
```typescript
import { BlockedDueToOverageType } from "@vercel/sdk/models/components/authuser.js";

let value: BlockedDueToOverageType = "fastOriginTransfer";
let value: BlockedDueToOverageType = "edgeRequest";
```

## Values

```typescript
"analyticsUsage" | "artifacts" | "bandwidth" | "blobStores" | "blobTotalAdvancedRequests" | "blobTotalAvgSizeInBytes" | "blobTotalGetResponseObjectSizeInBytes" | "blobTotalSimpleRequests" | "buildMinute" | "dataCacheRead" | "dataCacheRevalidation" | "dataCacheWrite" | "edgeConfigRead" | "edgeConfigWrite" | "edgeFunctionExecutionUnits" | "edgeMiddlewareInvocations" | "edgeRequest" | "edgeRequestAdditionalCpuDuration" | "fastDataTransfer" | "fastOriginTransfer" | "functionDuration" | "functionInvocation" | "logDrainsVolume" | "monitoringMetric" | "postgresComputeTime" | "postgresDataStorage" | "postgresDataTransfer" | "postgresDatabase" | "postgresWrittenData" | "serverlessFunctionExecution" | "sourceImages" | "storageRedisTotalBandwidthInBytes" | "storageRedisTotalCommands" | "storageRedisTotalDailyAvgStorageInBytes" | "storageRedisTotalDatabases" | "wafOwaspExcessBytes" | "wafOwaspRequests" | "wafRateLimitRequest" | "webAnalyticsEvent"
"analyticsUsage" | "artifacts" | "bandwidth" | "blobStores" | "blobTotalAdvancedRequests" | "blobTotalAvgSizeInBytes" | "blobTotalGetResponseObjectSizeInBytes" | "blobTotalSimpleRequests" | "buildMinute" | "dataCacheRead" | "dataCacheRevalidation" | "dataCacheWrite" | "edgeConfigRead" | "edgeConfigWrite" | "edgeFunctionExecutionUnits" | "edgeMiddlewareInvocations" | "edgeRequestAdditionalCpuDuration" | "edgeRequest" | "fastDataTransfer" | "fastOriginTransfer" | "functionDuration" | "functionInvocation" | "logDrainsVolume" | "monitoringMetric" | "observabilityEvent" | "postgresComputeTime" | "postgresDataStorage" | "postgresDataTransfer" | "postgresDatabase" | "postgresWrittenData" | "serverlessFunctionExecution" | "sourceImages" | "storageRedisTotalBandwidthInBytes" | "storageRedisTotalCommands" | "storageRedisTotalDailyAvgStorageInBytes" | "storageRedisTotalDatabases" | "wafOwaspExcessBytes" | "wafOwaspRequests" | "wafRateLimitRequest" | "webAnalyticsEvent"
```
2 changes: 1 addition & 1 deletion docs/models/components/dismissals.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Dismissals } from "@vercel/sdk/models/components/authuser.js";

let value: Dismissals = {
scopeId: "<id>",
createdAt: 5929.46,
createdAt: 9999.64,
};
```

Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/dismissedtoasts.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let value: DismissedToasts = {
dismissals: [
{
scopeId: "<id>",
createdAt: 6124.25,
createdAt: 3091.92,
},
],
};
Expand Down
6 changes: 3 additions & 3 deletions docs/models/components/edgeconfigitem.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import { EdgeConfigItem } from "@vercel/sdk/models/components/edgeconfigitem.js"

let value: EdgeConfigItem = {
key: "<key>",
value: "<value>",
value: {},
edgeConfigId: "<id>",
createdAt: 1580.60,
updatedAt: 6650.82,
createdAt: 789.96,
updatedAt: 9464.16,
};
```

Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/edgeconfigitemvalue.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const value: string = "<value>";
### `number`

```typescript
const value: number = 7384.02;
const value: number = 4682.21;
```

### `boolean`
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/edgeconfigtoken.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let value: EdgeConfigToken = {
label: "<value>",
id: "<id>",
edgeConfigId: "<id>",
createdAt: 5882.02,
createdAt: 3361.23,
};
```

Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/filetree.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let value: FileTree = {
uid: "2d4aad419917f15b1146e9e03ddc9bb31747e4d0",
children: [],
contentType: "application/json",
mode: 7759.58,
mode: 1847.75,
};
```

Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/flagjsonvalue.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const value: string = "<value>";
### `number`

```typescript
const value: number = 6091.64;
const value: number = 6090.79;
```

### `boolean`
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/gitnamespaceid.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ const value: string = "<value>";
### `number`

```typescript
const value: number = 1541.17;
const value: number = 2870.20;
```

2 changes: 1 addition & 1 deletion docs/models/components/gituserid.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ const value: string = "<value>";
### `number`

```typescript
const value: number = 1777.17;
const value: number = 1557.63;
```

2 changes: 1 addition & 1 deletion docs/models/components/importflowgitnamespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ const value: string = "<value>";
### `number`

```typescript
const value: number = 9390.96;
const value: number = 2063.73;
```

2 changes: 1 addition & 1 deletion docs/models/components/importflowgitnamespaceid.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ const value: string = "<value>";
### `number`

```typescript
const value: number = 1291.56;
const value: number = 1609.10;
```

2 changes: 1 addition & 1 deletion docs/models/components/importflowgitprovider.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```typescript
import { ImportFlowGitProvider } from "@vercel/sdk/models/components/authuser.js";

let value: ImportFlowGitProvider = "github";
let value: ImportFlowGitProvider = "bitbucket";
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/joinedfrom.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { JoinedFrom } from "@vercel/sdk/models/components/teamlimited.js";

let value: JoinedFrom = {
origin: "github",
origin: "import",
};
```

Expand Down
6 changes: 3 additions & 3 deletions docs/models/components/membership.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import { Membership } from "@vercel/sdk/models/components/teamlimited.js";

let value: Membership = {
confirmed: false,
confirmedAt: 6090.79,
confirmedAt: 3861.38,
role: "MEMBER",
createdAt: 7567.66,
created: 789.96,
createdAt: 2107.11,
created: 7711.46,
};
```

Expand Down
12 changes: 6 additions & 6 deletions docs/models/components/northstarmigration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ import { NorthstarMigration } from "@vercel/sdk/models/components/authuser.js";

let value: NorthstarMigration = {
teamId: "<id>",
projects: 2326.02,
stores: 4892.25,
integrationConfigurations: 4820.62,
integrationClients: 4531.11,
startTime: 8035.45,
endTime: 4716.93,
projects: 1247.40,
stores: 4617.58,
integrationConfigurations: 4343.45,
integrationClients: 9268.02,
startTime: 1342.05,
endTime: 911.36,
};
```

Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/reason.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```typescript
import { Reason } from "@vercel/sdk/models/components/authuser.js";

let value: Reason = "BLOCKED_FOR_PLATFORM_ABUSE";
let value: Reason = "SUBSCRIPTION_CANCELED";
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/role.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```typescript
import { Role } from "@vercel/sdk/models/components/teamlimited.js";

let value: Role = "BILLING";
let value: Role = "MEMBER";
```

## Values
Expand Down
8 changes: 4 additions & 4 deletions docs/models/components/scopes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
```typescript
const value: components.Scopes1 = {
type: "user",
origin: "github",
createdAt: 1609.10,
origin: "bitbucket",
createdAt: 2383.71,
};
```

Expand All @@ -19,8 +19,8 @@ const value: components.Scopes1 = {
const value: components.Scopes2 = {
type: "team",
teamId: "<id>",
origin: "sms",
createdAt: 2870.20,
origin: "email",
createdAt: 2916.49,
};
```

4 changes: 2 additions & 2 deletions docs/models/components/scopes1.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { Scopes1 } from "@vercel/sdk/models/components/authtoken.js";

let value: Scopes1 = {
type: "user",
origin: "otp",
createdAt: 6461.81,
origin: "github",
createdAt: 6030.38,
};
```

Expand Down
Loading

0 comments on commit 40121d6

Please sign in to comment.