Skip to content

Commit 3bd3ee7

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.531.3 (#48)
Co-authored-by: speakeasybot <[email protected]>
1 parent b2e0baf commit 3bd3ee7

File tree

1,077 files changed

+4461
-4447
lines changed

Some content is hidden

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

1,077 files changed

+4461
-4447
lines changed

.speakeasy/gen.lock

+605-709
Large diffs are not rendered by default.

.speakeasy/gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ generation:
2020
tests:
2121
generateNewTests: true
2222
typescript:
23-
version: 1.6.0
23+
version: 1.6.1
2424
additionalDependencies:
2525
dependencies: {}
2626
devDependencies: {}

.speakeasy/workflow.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.528.1
1+
speakeasyVersion: 1.531.3
22
sources:
33
vercel-OAS:
44
sourceNamespace: vercel-oas
5-
sourceRevisionDigest: sha256:613ec595ca2d2cd2656a1334ace75283a98aaa02ecf7485538bc1d8d1c31add6
6-
sourceBlobDigest: sha256:504a36e83b59a33705d63e654b9d89a270fd0295ac347ae22d0446ee6c153bf9
5+
sourceRevisionDigest: sha256:0d22f3eacdb329dc910c54b6a6e08f95b367316566caa68a90a33da45ead4bc1
6+
sourceBlobDigest: sha256:26e2b594782e574e0e835c926347676eae2e9aeaf90019b12a0e16f3e094fbc9
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1741910809
9+
- speakeasy-sdk-regen-1744070849
1010
- 0.0.1
1111
targets:
1212
vercel:
1313
source: vercel-OAS
1414
sourceNamespace: vercel-oas
15-
sourceRevisionDigest: sha256:613ec595ca2d2cd2656a1334ace75283a98aaa02ecf7485538bc1d8d1c31add6
16-
sourceBlobDigest: sha256:504a36e83b59a33705d63e654b9d89a270fd0295ac347ae22d0446ee6c153bf9
15+
sourceRevisionDigest: sha256:0d22f3eacdb329dc910c54b6a6e08f95b367316566caa68a90a33da45ead4bc1
16+
sourceBlobDigest: sha256:26e2b594782e574e0e835c926347676eae2e9aeaf90019b12a0e16f3e094fbc9
1717
codeSamplesNamespace: vercel-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:8ef852892ca60f41da92dd54f1066599479101533f130bbb07fe8cd092a68b6d
18+
codeSamplesRevisionDigest: sha256:0f2cc1cfa018f05a0bd66a2f11a112729181078477f13c881a1c0c769aedd9de
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,6 @@ run();
434434
* [updateResourceSecretsById](docs/sdks/marketplace/README.md#updateresourcesecretsbyid) - Update Resource Secrets
435435
* [importResource](docs/sdks/marketplace/README.md#importresource) - Import Resource
436436
* [exchangeSsoToken](docs/sdks/marketplace/README.md#exchangessotoken) - SSO Token Exchange
437-
* [queryExperimentationItems](docs/sdks/marketplace/README.md#queryexperimentationitems) - Query experimentation items
438437
* [createInstallationIntegrationConfiguration](docs/sdks/marketplace/README.md#createinstallationintegrationconfiguration) - Create one or multiple experimentation items
439438
* [updateInstallationIntegrationConfiguration](docs/sdks/marketplace/README.md#updateinstallationintegrationconfiguration) - Patch an existing experimentation item
440439
* [deleteInstallationIntegrationConfiguration](docs/sdks/marketplace/README.md#deleteinstallationintegrationconfiguration) - Delete an existing experimentation item
@@ -632,7 +631,6 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
632631
- [`marketplaceGetInvoice`](docs/sdks/marketplace/README.md#getinvoice) - Get Invoice
633632
- [`marketplaceGetMember`](docs/sdks/marketplace/README.md#getmember) - Get Member Information
634633
- [`marketplaceImportResource`](docs/sdks/marketplace/README.md#importresource) - Import Resource
635-
- [`marketplaceQueryExperimentationItems`](docs/sdks/marketplace/README.md#queryexperimentationitems) - Query experimentation items
636634
- [`marketplaceSubmitBillingData`](docs/sdks/marketplace/README.md#submitbillingdata) - Submit Billing Data
637635
- [`marketplaceSubmitInvoice`](docs/sdks/marketplace/README.md#submitinvoice) - Submit Invoice
638636
- [`marketplaceSubmitPrepaymentBalances`](docs/sdks/marketplace/README.md#submitprepaymentbalances) - Submit Prepayment Balances

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,14 @@ Based on:
168168
### Generated
169169
- [typescript v1.6.0] .
170170
### Releases
171-
- [NPM v1.6.0] https://www.npmjs.com/package/@vercel/sdk/v/1.6.0 - .
171+
- [NPM v1.6.0] https://www.npmjs.com/package/@vercel/sdk/v/1.6.0 - .
172+
173+
## 2025-04-11 21:41:16
174+
### Changes
175+
Based on:
176+
- OpenAPI Doc
177+
- Speakeasy CLI 1.531.3 (2.570.3) https://github.com/speakeasy-api/speakeasy
178+
### Generated
179+
- [typescript v1.6.1] .
180+
### Releases
181+
- [NPM v1.6.1] https://www.npmjs.com/package/@vercel/sdk/v/1.6.1 - .

docs/models/acceptedchallenges.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Which challenge types the domain can use for issuing certs.
77
```typescript
88
import { AcceptedChallenges } from "@vercel/sdk/models/getdomainconfigop.js";
99

10-
let value: AcceptedChallenges = "dns-01";
10+
let value: AcceptedChallenges = "http-01";
1111
```
1212

1313
## Values

docs/models/access.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
```typescript
66
import { Access } from "@vercel/sdk/models/getaliasop.js";
77

8-
let value: Access = "granted";
8+
let value: Access = "requested";
99
```
1010

1111
## Values

docs/models/aclaction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Enum containing the actions that can be performed against a resource. Group oper
77
```typescript
88
import { ACLAction } from "@vercel/sdk/models/aclaction.js";
99

10-
let value: ACLAction = "read";
10+
let value: ACLAction = "list";
1111
```
1212

1313
## Values

docs/models/action.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
```typescript
66
import { Action } from "@vercel/sdk/models/userevent.js";
77

8-
let value: Action = "archived";
8+
let value: Action = "unarchived";
99
```
1010

1111
## Values

docs/models/action1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
```typescript
66
import { Action1 } from "@vercel/sdk/models/updatefirewallconfigop.js";
77

8-
let value: Action1 = "rate_limit";
8+
let value: Action1 = "log";
99
```
1010

1111
## Values

docs/models/addbypassiprequestbody.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
```typescript
99
const value: models.AddBypassIpRequestBody1 = {
10-
domain: "flowery-brace.name",
10+
domain: "entire-executor.biz",
1111
};
1212
```
1313

docs/models/addbypassiprequestbody1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import { AddBypassIpRequestBody1 } from "@vercel/sdk/models/addbypassipop.js";
77

88
let value: AddBypassIpRequestBody1 = {
9-
domain: "vain-footrest.name",
9+
domain: "courteous-custom.com",
1010
};
1111
```
1212

docs/models/addbypassipresponsebody.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const value: models.AddBypassIpResponseBody1 = {
1212
{
1313
ownerId: "<id>",
1414
id: "<id>",
15-
domain: "hairy-lashes.com",
15+
domain: "gummy-graffiti.info",
1616
projectId: "<id>",
1717
note: "<value>",
1818
isProjectRule: false,

docs/models/addbypassipresponsebody1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let value: AddBypassIpResponseBody1 = {
1111
{
1212
ownerId: "<id>",
1313
id: "<id>",
14-
domain: "well-to-do-wilderness.biz",
14+
domain: "dependent-affect.name",
1515
projectId: "<id>",
1616
note: "<value>",
1717
isProjectRule: false,

docs/models/addbypassipresponsebodyaction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
```typescript
66
import { AddBypassIpResponseBodyAction } from "@vercel/sdk/models/addbypassipop.js";
77

8-
let value: AddBypassIpResponseBodyAction = "bypass";
8+
let value: AddBypassIpResponseBodyAction = "block";
99
```
1010

1111
## Values

docs/models/addbypassipresponsebodyresult.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { AddBypassIpResponseBodyResult } from "@vercel/sdk/models/addbypassipop.
88
let value: AddBypassIpResponseBodyResult = {
99
ownerId: "<id>",
1010
id: "<id>",
11-
domain: "frank-eyeliner.info",
11+
domain: "smoggy-stay.org",
1212
projectId: "<id>",
1313
note: "<value>",
1414
isProjectRule: false,

docs/models/addbypassipresponsebodysecurityresult.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ import { AddBypassIpResponseBodySecurityResult } from "@vercel/sdk/models/addbyp
88
let value: AddBypassIpResponseBodySecurityResult = {
99
ownerId: "<id>",
1010
id: "<id>",
11-
domain: "polished-cross-contamination.net",
12-
ip: "7cf3:f9f4:a305:89dd:9fd7:fadd:8c5d:fc82",
13-
createdAt: "1742649943389",
14-
updatedAt: "1743647920936",
11+
domain: "selfish-version.name",
12+
ip: "fffe:1d58:eebc:b907:af95:7ab0:bf83:a5a3",
13+
createdAt: "1719838945918",
14+
updatedAt: "1744342576496",
1515
updatedAtHour: "<value>",
1616
};
1717
```

docs/models/addprojectdomainverification.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { AddProjectDomainVerification } from "@vercel/sdk/models/addprojectdomai
99

1010
let value: AddProjectDomainVerification = {
1111
type: "<value>",
12-
domain: "flickering-convection.net",
12+
domain: "potable-chiffonier.com",
1313
value: "<value>",
1414
reason: "<value>",
1515
};

docs/models/aicredits.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import { AiCredits } from "@vercel/sdk/models/userevent.js";
77

88
let value: AiCredits = {
9-
currentThreshold: 2484.25,
9+
currentThreshold: 6272,
1010
};
1111
```
1212

docs/models/algo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
```typescript
66
import { Algo } from "@vercel/sdk/models/updateprojectdatacacheop.js";
77

8-
let value: Algo = "token_bucket";
8+
let value: Algo = "fixed_window";
99
```
1010

1111
## Values

docs/models/aliasassigned.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
### `number`
77

88
```typescript
9-
const value: number = 8919.24;
9+
const value: number = 1284.03;
1010
```
1111

1212
### `boolean`

docs/models/aliasassignedat.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
### `number`
77

88
```typescript
9-
const value: number = 7811.93;
9+
const value: number = 1284.03;
1010
```
1111

1212
### `boolean`

docs/models/analytics.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import { Analytics } from "@vercel/sdk/models/updateprojectdatacacheop.js";
77

88
let value: Analytics = {
99
id: "<id>",
10-
disabledAt: 4287.69,
11-
enabledAt: 1354.74,
10+
disabledAt: 7758.36,
11+
enabledAt: 365.33,
1212
};
1313
```
1414

docs/models/analyticsusage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import { AnalyticsUsage } from "@vercel/sdk/models/userevent.js";
77

88
let value: AnalyticsUsage = {
9-
currentThreshold: 2767.95,
9+
currentThreshold: 922.98,
1010
};
1111
```
1212

docs/models/anomalies.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import { Anomalies } from "@vercel/sdk/models/getactiveattackstatusop.js";
88
let value: Anomalies = {
99
ownerId: "<id>",
1010
projectId: "<id>",
11-
startTime: 3525.96,
12-
endTime: 2405.45,
13-
atMinute: 5946.48,
11+
startTime: 1785.24,
12+
endTime: 4049.74,
13+
atMinute: 937.85,
1414
affectedHostMap: {
1515
"key": {},
1616
},

docs/models/anomalyalerts.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ import { AnomalyAlerts } from "@vercel/sdk/models/getactiveattackstatusop.js";
77

88
let value: AnomalyAlerts = {
99
atMinute: "<value>",
10-
zscore: 5844.83,
11-
totalRequestsMinute: 913.33,
12-
avgRequests: 5662.62,
13-
stddevRequests: 792.37,
10+
zscore: 1070.39,
11+
totalRequestsMinute: 535.39,
12+
avgRequests: 7615.46,
13+
stddevRequests: 5178.09,
1414
};
1515
```
1616

docs/models/artifacts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import { Artifacts } from "@vercel/sdk/models/userevent.js";
77

88
let value: Artifacts = {
9-
currentThreshold: 1235.46,
9+
currentThreshold: 4601.52,
1010
};
1111
```
1212

docs/models/authmethod.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
```typescript
66
import { AuthMethod } from "@vercel/sdk/models/userevent.js";
77

8-
let value: AuthMethod = "gitlab";
8+
let value: AuthMethod = "passkey";
99
```
1010

1111
## Values

docs/models/authtokenscopes1origin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Possible multi-factor origins
77
```typescript
88
import { AuthTokenScopes1Origin } from "@vercel/sdk/models/authtoken.js";
99

10-
let value: AuthTokenScopes1Origin = "recovery-code";
10+
let value: AuthTokenScopes1Origin = "webauthn";
1111
```
1212

1313
## Values

docs/models/authtokenscopesorigin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
```typescript
66
import { AuthTokenScopesOrigin } from "@vercel/sdk/models/authtoken.js";
77

8-
let value: AuthTokenScopesOrigin = "saml";
8+
let value: AuthTokenScopesOrigin = "passkey";
99
```
1010

1111
## Values

docs/models/authuser.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import { AuthUser } from "@vercel/sdk/models/authuser.js";
1010
let value: AuthUser = {
1111
createdAt: 1630748523395,
1212
softBlock: {
13-
blockedAt: 7733.32,
14-
reason: "SUBSCRIPTION_CANCELED",
13+
blockedAt: 1593.6,
14+
reason: "UNPAID_INVOICE",
1515
},
1616
billing: {},
1717
resourceConfig: {},
@@ -42,7 +42,7 @@ let value: AuthUser = {
4242
| `importFlowGitProvider` | [models.ImportFlowGitProvider](../models/importflowgitprovider.md) | :heavy_minus_sign: | N/A | |
4343
| `preferredScopesAndGitNamespaces` | [models.PreferredScopesAndGitNamespaces](../models/preferredscopesandgitnamespaces.md)[] | :heavy_minus_sign: | N/A | |
4444
| `dismissedToasts` | [models.DismissedToasts](../models/dismissedtoasts.md)[] | :heavy_minus_sign: | A record of when, under a certain scopeId, a toast was dismissed | |
45-
| `favoriteProjectsAndSpaces` | *models.FavoriteProjectsAndSpaces*[] | :heavy_minus_sign: | A list of projects and spaces across teams that a user has marked as a favorite. | |
45+
| `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. | |
4646
| `hasTrialAvailable` | *boolean* | :heavy_check_mark: | Whether the user has a trial available for a paid plan subscription. | |
4747
| `remoteCaching` | [models.RemoteCaching](../models/remotecaching.md) | :heavy_minus_sign: | remote caching settings | |
4848
| `dataCache` | [models.DataCache](../models/datacache.md) | :heavy_minus_sign: | data cache settings | |

docs/models/backup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let value: Backup = {
99
digest: "<value>",
1010
items: {},
1111
slug: "<value>",
12-
updatedAt: 2847.79,
12+
updatedAt: 3846.84,
1313
};
1414
```
1515

docs/models/backups.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Backups } from "@vercel/sdk/models/getedgeconfigbackupsop.js";
77

88
let value: Backups = {
99
id: "<id>",
10-
lastModified: 1180.2,
10+
lastModified: 19.74,
1111
};
1212
```
1313

docs/models/balances.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A credit balance for a particular token type
88
import { Balances } from "@vercel/sdk/models/submitprepaymentbalancesop.js";
99

1010
let value: Balances = {
11-
currencyValueInCents: 2107.1,
11+
currencyValueInCents: 3195.9,
1212
};
1313
```
1414

docs/models/bandwidth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import { Bandwidth } from "@vercel/sdk/models/userevent.js";
77

88
let value: Bandwidth = {
9-
currentThreshold: 4630.44,
9+
currentThreshold: 444.65,
1010
};
1111
```
1212

docs/models/billing1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import { Billing1 } from "@vercel/sdk/models/submitbillingdataop.js";
88
let value: Billing1 = {
99
billingPlanId: "<id>",
1010
name: "<value>",
11-
price: "738.65",
12-
quantity: 4994.61,
11+
price: "555.05",
12+
quantity: 9275.56,
1313
units: "<value>",
1414
total: "<value>",
1515
};

docs/models/billing2.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ let value: Billing2 = {
1010
{
1111
billingPlanId: "<id>",
1212
name: "<value>",
13-
price: "776.19",
14-
quantity: 6650.82,
13+
price: "737.15",
14+
quantity: 2722.39,
1515
units: "<value>",
1616
total: "<value>",
1717
},

0 commit comments

Comments
 (0)