Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1,314 changes: 605 additions & 709 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 @@ -20,7 +20,7 @@ generation:
tests:
generateNewTests: true
typescript:
version: 1.6.0
version: 1.6.1
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.528.1
speakeasyVersion: 1.531.3
sources:
vercel-OAS:
sourceNamespace: vercel-oas
sourceRevisionDigest: sha256:613ec595ca2d2cd2656a1334ace75283a98aaa02ecf7485538bc1d8d1c31add6
sourceBlobDigest: sha256:504a36e83b59a33705d63e654b9d89a270fd0295ac347ae22d0446ee6c153bf9
sourceRevisionDigest: sha256:0d22f3eacdb329dc910c54b6a6e08f95b367316566caa68a90a33da45ead4bc1
sourceBlobDigest: sha256:26e2b594782e574e0e835c926347676eae2e9aeaf90019b12a0e16f3e094fbc9
tags:
- latest
- speakeasy-sdk-regen-1741910809
- speakeasy-sdk-regen-1744070849
- 0.0.1
targets:
vercel:
source: vercel-OAS
sourceNamespace: vercel-oas
sourceRevisionDigest: sha256:613ec595ca2d2cd2656a1334ace75283a98aaa02ecf7485538bc1d8d1c31add6
sourceBlobDigest: sha256:504a36e83b59a33705d63e654b9d89a270fd0295ac347ae22d0446ee6c153bf9
sourceRevisionDigest: sha256:0d22f3eacdb329dc910c54b6a6e08f95b367316566caa68a90a33da45ead4bc1
sourceBlobDigest: sha256:26e2b594782e574e0e835c926347676eae2e9aeaf90019b12a0e16f3e094fbc9
codeSamplesNamespace: vercel-oas-typescript-code-samples
codeSamplesRevisionDigest: sha256:8ef852892ca60f41da92dd54f1066599479101533f130bbb07fe8cd092a68b6d
codeSamplesRevisionDigest: sha256:0f2cc1cfa018f05a0bd66a2f11a112729181078477f13c881a1c0c769aedd9de
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ run();
* [updateResourceSecretsById](docs/sdks/marketplace/README.md#updateresourcesecretsbyid) - Update Resource Secrets
* [importResource](docs/sdks/marketplace/README.md#importresource) - Import Resource
* [exchangeSsoToken](docs/sdks/marketplace/README.md#exchangessotoken) - SSO Token Exchange
* [queryExperimentationItems](docs/sdks/marketplace/README.md#queryexperimentationitems) - Query experimentation items
* [createInstallationIntegrationConfiguration](docs/sdks/marketplace/README.md#createinstallationintegrationconfiguration) - Create one or multiple experimentation items
* [updateInstallationIntegrationConfiguration](docs/sdks/marketplace/README.md#updateinstallationintegrationconfiguration) - Patch an existing experimentation item
* [deleteInstallationIntegrationConfiguration](docs/sdks/marketplace/README.md#deleteinstallationintegrationconfiguration) - Delete an existing experimentation item
Expand Down Expand Up @@ -632,7 +631,6 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
- [`marketplaceGetInvoice`](docs/sdks/marketplace/README.md#getinvoice) - Get Invoice
- [`marketplaceGetMember`](docs/sdks/marketplace/README.md#getmember) - Get Member Information
- [`marketplaceImportResource`](docs/sdks/marketplace/README.md#importresource) - Import Resource
- [`marketplaceQueryExperimentationItems`](docs/sdks/marketplace/README.md#queryexperimentationitems) - Query experimentation items
- [`marketplaceSubmitBillingData`](docs/sdks/marketplace/README.md#submitbillingdata) - Submit Billing Data
- [`marketplaceSubmitInvoice`](docs/sdks/marketplace/README.md#submitinvoice) - Submit Invoice
- [`marketplaceSubmitPrepaymentBalances`](docs/sdks/marketplace/README.md#submitprepaymentbalances) - Submit Prepayment Balances
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,14 @@ Based on:
### Generated
- [typescript v1.6.0] .
### Releases
- [NPM v1.6.0] https://www.npmjs.com/package/@vercel/sdk/v/1.6.0 - .
- [NPM v1.6.0] https://www.npmjs.com/package/@vercel/sdk/v/1.6.0 - .

## 2025-04-11 21:41:16
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.531.3 (2.570.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v1.6.1] .
### Releases
- [NPM v1.6.1] https://www.npmjs.com/package/@vercel/sdk/v/1.6.1 - .
2 changes: 1 addition & 1 deletion docs/models/acceptedchallenges.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Which challenge types the domain can use for issuing certs.
```typescript
import { AcceptedChallenges } from "@vercel/sdk/models/getdomainconfigop.js";

let value: AcceptedChallenges = "dns-01";
let value: AcceptedChallenges = "http-01";
```

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

let value: Access = "granted";
let value: Access = "requested";
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion docs/models/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/aclaction.js";

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

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

let value: Action = "archived";
let value: Action = "unarchived";
```

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

let value: Action1 = "rate_limit";
let value: Action1 = "log";
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion docs/models/addbypassiprequestbody.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

```typescript
const value: models.AddBypassIpRequestBody1 = {
domain: "flowery-brace.name",
domain: "entire-executor.biz",
};
```

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

let value: AddBypassIpRequestBody1 = {
domain: "vain-footrest.name",
domain: "courteous-custom.com",
};
```

Expand Down
2 changes: 1 addition & 1 deletion docs/models/addbypassipresponsebody.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const value: models.AddBypassIpResponseBody1 = {
{
ownerId: "<id>",
id: "<id>",
domain: "hairy-lashes.com",
domain: "gummy-graffiti.info",
projectId: "<id>",
note: "<value>",
isProjectRule: false,
Expand Down
2 changes: 1 addition & 1 deletion docs/models/addbypassipresponsebody1.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let value: AddBypassIpResponseBody1 = {
{
ownerId: "<id>",
id: "<id>",
domain: "well-to-do-wilderness.biz",
domain: "dependent-affect.name",
projectId: "<id>",
note: "<value>",
isProjectRule: false,
Expand Down
2 changes: 1 addition & 1 deletion docs/models/addbypassipresponsebodyaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```typescript
import { AddBypassIpResponseBodyAction } from "@vercel/sdk/models/addbypassipop.js";

let value: AddBypassIpResponseBodyAction = "bypass";
let value: AddBypassIpResponseBodyAction = "block";
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion docs/models/addbypassipresponsebodyresult.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { AddBypassIpResponseBodyResult } from "@vercel/sdk/models/addbypassipop.
let value: AddBypassIpResponseBodyResult = {
ownerId: "<id>",
id: "<id>",
domain: "frank-eyeliner.info",
domain: "smoggy-stay.org",
projectId: "<id>",
note: "<value>",
isProjectRule: false,
Expand Down
8 changes: 4 additions & 4 deletions docs/models/addbypassipresponsebodysecurityresult.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import { AddBypassIpResponseBodySecurityResult } from "@vercel/sdk/models/addbyp
let value: AddBypassIpResponseBodySecurityResult = {
ownerId: "<id>",
id: "<id>",
domain: "polished-cross-contamination.net",
ip: "7cf3:f9f4:a305:89dd:9fd7:fadd:8c5d:fc82",
createdAt: "1742649943389",
updatedAt: "1743647920936",
domain: "selfish-version.name",
ip: "fffe:1d58:eebc:b907:af95:7ab0:bf83:a5a3",
createdAt: "1719838945918",
updatedAt: "1744342576496",
updatedAtHour: "<value>",
};
```
Expand Down
2 changes: 1 addition & 1 deletion docs/models/addprojectdomainverification.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { AddProjectDomainVerification } from "@vercel/sdk/models/addprojectdomai

let value: AddProjectDomainVerification = {
type: "<value>",
domain: "flickering-convection.net",
domain: "potable-chiffonier.com",
value: "<value>",
reason: "<value>",
};
Expand Down
2 changes: 1 addition & 1 deletion docs/models/aicredits.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { AiCredits } from "@vercel/sdk/models/userevent.js";

let value: AiCredits = {
currentThreshold: 2484.25,
currentThreshold: 6272,
};
```

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

let value: Algo = "token_bucket";
let value: Algo = "fixed_window";
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion docs/models/aliasassigned.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
### `number`

```typescript
const value: number = 8919.24;
const value: number = 1284.03;
```

### `boolean`
Expand Down
2 changes: 1 addition & 1 deletion docs/models/aliasassignedat.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
### `number`

```typescript
const value: number = 7811.93;
const value: number = 1284.03;
```

### `boolean`
Expand Down
4 changes: 2 additions & 2 deletions docs/models/analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { Analytics } from "@vercel/sdk/models/updateprojectdatacacheop.js";

let value: Analytics = {
id: "<id>",
disabledAt: 4287.69,
enabledAt: 1354.74,
disabledAt: 7758.36,
enabledAt: 365.33,
};
```

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

let value: AnalyticsUsage = {
currentThreshold: 2767.95,
currentThreshold: 922.98,
};
```

Expand Down
6 changes: 3 additions & 3 deletions docs/models/anomalies.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import { Anomalies } from "@vercel/sdk/models/getactiveattackstatusop.js";
let value: Anomalies = {
ownerId: "<id>",
projectId: "<id>",
startTime: 3525.96,
endTime: 2405.45,
atMinute: 5946.48,
startTime: 1785.24,
endTime: 4049.74,
atMinute: 937.85,
affectedHostMap: {
"key": {},
},
Expand Down
8 changes: 4 additions & 4 deletions docs/models/anomalyalerts.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import { AnomalyAlerts } from "@vercel/sdk/models/getactiveattackstatusop.js";

let value: AnomalyAlerts = {
atMinute: "<value>",
zscore: 5844.83,
totalRequestsMinute: 913.33,
avgRequests: 5662.62,
stddevRequests: 792.37,
zscore: 1070.39,
totalRequestsMinute: 535.39,
avgRequests: 7615.46,
stddevRequests: 5178.09,
};
```

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

let value: Artifacts = {
currentThreshold: 1235.46,
currentThreshold: 4601.52,
};
```

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

let value: AuthMethod = "gitlab";
let value: AuthMethod = "passkey";
```

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

let value: AuthTokenScopes1Origin = "recovery-code";
let value: AuthTokenScopes1Origin = "webauthn";
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion docs/models/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/authtoken.js";

let value: AuthTokenScopesOrigin = "saml";
let value: AuthTokenScopesOrigin = "passkey";
```

## Values
Expand Down
6 changes: 3 additions & 3 deletions docs/models/authuser.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import { AuthUser } from "@vercel/sdk/models/authuser.js";
let value: AuthUser = {
createdAt: 1630748523395,
softBlock: {
blockedAt: 7733.32,
reason: "SUBSCRIPTION_CANCELED",
blockedAt: 1593.6,
reason: "UNPAID_INVOICE",
},
billing: {},
resourceConfig: {},
Expand Down Expand Up @@ -42,7 +42,7 @@ let value: AuthUser = {
| `importFlowGitProvider` | [models.ImportFlowGitProvider](../models/importflowgitprovider.md) | :heavy_minus_sign: | N/A | |
| `preferredScopesAndGitNamespaces` | [models.PreferredScopesAndGitNamespaces](../models/preferredscopesandgitnamespaces.md)[] | :heavy_minus_sign: | N/A | |
| `dismissedToasts` | [models.DismissedToasts](../models/dismissedtoasts.md)[] | :heavy_minus_sign: | A record of when, under a certain scopeId, a toast was dismissed | |
| `favoriteProjectsAndSpaces` | *models.FavoriteProjectsAndSpaces*[] | :heavy_minus_sign: | A list of projects and spaces across teams that a user has marked as a favorite. | |
| `favoriteProjectsAndSpaces` | [models.FavoriteProjectsAndSpaces](../models/favoriteprojectsandspaces.md)[] | :heavy_minus_sign: | A list of projects and spaces across teams that a user has marked as a favorite. | |
| `hasTrialAvailable` | *boolean* | :heavy_check_mark: | Whether the user has a trial available for a paid plan subscription. | |
| `remoteCaching` | [models.RemoteCaching](../models/remotecaching.md) | :heavy_minus_sign: | remote caching settings | |
| `dataCache` | [models.DataCache](../models/datacache.md) | :heavy_minus_sign: | data cache settings | |
Expand Down
2 changes: 1 addition & 1 deletion docs/models/backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let value: Backup = {
digest: "<value>",
items: {},
slug: "<value>",
updatedAt: 2847.79,
updatedAt: 3846.84,
};
```

Expand Down
2 changes: 1 addition & 1 deletion docs/models/backups.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Backups } from "@vercel/sdk/models/getedgeconfigbackupsop.js";

let value: Backups = {
id: "<id>",
lastModified: 1180.2,
lastModified: 19.74,
};
```

Expand Down
2 changes: 1 addition & 1 deletion docs/models/balances.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A credit balance for a particular token type
import { Balances } from "@vercel/sdk/models/submitprepaymentbalancesop.js";

let value: Balances = {
currencyValueInCents: 2107.1,
currencyValueInCents: 3195.9,
};
```

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

let value: Bandwidth = {
currentThreshold: 4630.44,
currentThreshold: 444.65,
};
```

Expand Down
4 changes: 2 additions & 2 deletions docs/models/billing1.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import { Billing1 } from "@vercel/sdk/models/submitbillingdataop.js";
let value: Billing1 = {
billingPlanId: "<id>",
name: "<value>",
price: "738.65",
quantity: 4994.61,
price: "555.05",
quantity: 9275.56,
units: "<value>",
total: "<value>",
};
Expand Down
4 changes: 2 additions & 2 deletions docs/models/billing2.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ let value: Billing2 = {
{
billingPlanId: "<id>",
name: "<value>",
price: "776.19",
quantity: 6650.82,
price: "737.15",
quantity: 2722.39,
units: "<value>",
total: "<value>",
},
Expand Down
Loading