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
  •  
  •  
  •  
238 changes: 126 additions & 112 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: false
typescript:
version: 1.17.5
version: 1.17.7
acceptHeaderEnum: true
additionalDependencies:
dependencies: {}
Expand All @@ -49,6 +49,7 @@ typescript:
exportZodModelNamespace: false
flattenGlobalSecurity: true
flatteningOrder: body-first
formStringArrayEncodeMode: encoded-string
forwardCompatibleEnumsByDefault: false
generateExamples: true
imports:
Expand All @@ -59,6 +60,7 @@ typescript:
operations: models
shared: models
webhooks: models
inferUnionDiscriminators: true
inputModelSuffix: input
jsonpath: legacy
laxMode: strict
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/tests.arazzo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6339,7 +6339,7 @@ workflows:
- condition: $response.header.Content-Type == application/json
- context: $response.body
condition: |
{"store":{"projectsMetadata":[{"id":"<id>","projectId":"<id>","name":"<value>","environments":[],"envVarPrefix":"<value>","environmentVariables":["<value 1>","<value 2>"]}],"usageQuotaExceeded":true,"status":"available","externalResourceId":"<id>","product":{"value":{"__@BRAND@8878":{}}},"secrets":[]}}
{"store":{"projectsMetadata":[{"id":"<id>","projectId":"<id>","name":"<value>","environments":[],"envVarPrefix":"<value>","environmentVariables":["<value 1>","<value 2>"]}],"usageQuotaExceeded":true,"status":"available","externalResourceId":"<id>","product":{"value":{"__@BRAND@8825":{}}},"secrets":[]}}
type: simple
x-speakeasy-test-group: integrations
x-speakeasy-test-rebuild: true
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.660.0
sources:
vercel-OAS:
sourceNamespace: vercel-oas
sourceRevisionDigest: sha256:9d2c38c4db3d12b94ffa515775447a4076d7a3b4888104764ee8ba9d6b9d913c
sourceBlobDigest: sha256:229b32477affad085de599c2b03b4e21bdb1084b264569ba5bab899e91f8a856
sourceRevisionDigest: sha256:e9f3cb7c37631c97fcf54e9474f3ece5760f83662f18e70f06c2319fdf4b0791
sourceBlobDigest: sha256:364289e48191ca9da10842111d3c5b19bb1d93b22bd9cc66f3f9a7b40c93690f
tags:
- latest
- speakeasy-sdk-regen-1763683683
- speakeasy-sdk-regen-1763856533
- 0.0.1
targets:
vercel:
source: vercel-OAS
sourceNamespace: vercel-oas
sourceRevisionDigest: sha256:9d2c38c4db3d12b94ffa515775447a4076d7a3b4888104764ee8ba9d6b9d913c
sourceBlobDigest: sha256:229b32477affad085de599c2b03b4e21bdb1084b264569ba5bab899e91f8a856
sourceRevisionDigest: sha256:e9f3cb7c37631c97fcf54e9474f3ece5760f83662f18e70f06c2319fdf4b0791
sourceBlobDigest: sha256:364289e48191ca9da10842111d3c5b19bb1d93b22bd9cc66f3f9a7b40c93690f
codeSamplesNamespace: vercel-oas-typescript-code-samples
codeSamplesRevisionDigest: sha256:33fa90a7336d6d61cace278263e11742c51429d9ad56473769a2fc4d3e1d83a8
codeSamplesRevisionDigest: sha256:5a8e0593ef707f60d09216ff8a6d3cb82790fb8021e8bc86cbca2f070304719e
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -798,4 +798,14 @@ Based on:
### Generated
- [typescript v1.17.5] .
### Releases
- [NPM v1.17.5] https://www.npmjs.com/package/@vercel/sdk/v/1.17.5 - .
- [NPM v1.17.5] https://www.npmjs.com/package/@vercel/sdk/v/1.17.5 - .

## 2025-11-27 00:07:23
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.660.0 (2.760.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v1.17.7] .
### Releases
- [NPM v1.17.7] https://www.npmjs.com/package/@vercel/sdk/v/1.17.7 - .
2 changes: 1 addition & 1 deletion docs/models/action.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ let value: Action = "unarchived";
## Values

```typescript
"created" | "updated" | "deleted" | "archived" | "unarchived"
"deleted" | "created" | "updated" | "archived" | "unarchived"
```
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# AtBRANDAt670050
# AtBRANDAt543241

## Example Usage

```typescript
import { AtBRANDAt670050 } from "@vercel/sdk/models/getconfigurationproductsop.js";
import { AtBRANDAt543241 } from "@vercel/sdk/models/getconfigurationproductsop.js";

let value: AtBRANDAt670050 = {};
let value: AtBRANDAt543241 = {};
```

## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# AtBRANDAt8878
# AtBRANDAt8825

## Example Usage

```typescript
import { AtBRANDAt8878 } from "@vercel/sdk/models/createintegrationstoredirectop.js";
import { AtBRANDAt8825 } from "@vercel/sdk/models/createintegrationstoredirectop.js";

let value: AtBRANDAt8878 = {};
let value: AtBRANDAt8825 = {};
```

## Fields
Expand Down
2 changes: 1 addition & 1 deletion docs/models/blobt.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ let value: BlobT = {
| `updatedAt` | *number* | :heavy_check_mark: | N/A |
| `blockedFrom` | *number* | :heavy_minus_sign: | N/A |
| `blockedUntil` | *number* | :heavy_minus_sign: | N/A |
| `blockReason` | [models.UserEventPayload67NewOwnerFeatureBlocksBlobBlockReason](../models/usereventpayload67newownerfeatureblocksblobblockreason.md) | :heavy_check_mark: | N/A |
| `blockReason` | [models.UserEventPayload72NewOwnerFeatureBlocksBlobBlockReason](../models/usereventpayload72newownerfeatureblocksblobblockreason.md) | :heavy_check_mark: | N/A |
| `overageReason` | [models.OverageReason](../models/overagereason.md) | :heavy_check_mark: | N/A |
2 changes: 1 addition & 1 deletion docs/models/blockhistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let value: BlockHistory = {

| Field | Type | Required | Description |
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
| `action` | [models.UserEventPayload67Action](../models/usereventpayload67action.md) | :heavy_check_mark: | N/A |
| `action` | [models.UserEventPayload72Action](../models/usereventpayload72action.md) | :heavy_check_mark: | N/A |
| `createdAt` | *number* | :heavy_check_mark: | N/A |
| `caseId` | *string* | :heavy_minus_sign: | N/A |
| `reason` | *string* | :heavy_check_mark: | N/A |
Expand Down
2 changes: 1 addition & 1 deletion docs/models/budgetitem.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let value: BudgetItem = {

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
| `type` | [models.UserEventPayload109Type](../models/usereventpayload109type.md) | :heavy_check_mark: | The budget type |
| `type` | [models.UserEventPayload114Type](../models/usereventpayload114type.md) | :heavy_check_mark: | The budget type |
| `fixedBudget` | *number* | :heavy_check_mark: | Budget amount (USD / dollars) |
| `previousSpend` | *number*[] | :heavy_check_mark: | Array of the last 3 months of spend data |
| `notifiedAt` | *number*[] | :heavy_check_mark: | Array of 50, 75, 100 to keep track of notifications sent out |
Expand Down
3 changes: 2 additions & 1 deletion docs/models/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { Configuration } from "@vercel/sdk/models/userevent.js";

let value: Configuration = {
id: "<id>",
name: "<value>",
};
```

Expand All @@ -15,4 +16,4 @@ let value: Configuration = {
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `id` | *string* | :heavy_check_mark: | N/A |
| `name` | *string* | :heavy_minus_sign: | N/A |
| `name` | *string* | :heavy_check_mark: | N/A |
4 changes: 3 additions & 1 deletion docs/models/connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ let value: Connection = {
state: "active",
connectedAt: 1611796915677,
lastReceivedWebhookEvent: 1611796915677,
lastSyncedAt: 1611796915677,
};
```

Expand All @@ -24,4 +25,5 @@ let value: Connection = {
| `status` | *string* | :heavy_check_mark: | Current status of the connection. | linked |
| `state` | *string* | :heavy_check_mark: | Current state of the connection. | active |
| `connectedAt` | *number* | :heavy_check_mark: | Timestamp (in milliseconds) of when the configuration was connected. | 1611796915677 |
| `lastReceivedWebhookEvent` | *number* | :heavy_minus_sign: | Timestamp (in milliseconds) of when the last webhook event was received from WorkOS. | 1611796915677 |
| `lastReceivedWebhookEvent` | *number* | :heavy_minus_sign: | Timestamp (in milliseconds) of when the last webhook event was received from WorkOS. | 1611796915677 |
| `lastSyncedAt` | *number* | :heavy_minus_sign: | Timestamp (in milliseconds) of when the last directory sync was performed. | 1611796915677 |
3 changes: 2 additions & 1 deletion docs/models/createdeploymentroutestransforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ let value: CreateDeploymentRoutesTransforms = {
| `type` | [models.RoutesType](../models/routestype.md) | :heavy_check_mark: | N/A |
| `op` | [models.CreateDeploymentRoutesOp](../models/createdeploymentroutesop.md) | :heavy_check_mark: | N/A |
| `target` | [models.RoutesTarget](../models/routestarget.md) | :heavy_check_mark: | N/A |
| `args` | *models.Args* | :heavy_minus_sign: | N/A |
| `args` | *models.Args* | :heavy_minus_sign: | N/A |
| `env` | *string*[] | :heavy_minus_sign: | N/A |
2 changes: 1 addition & 1 deletion docs/models/createintegrationstoredirectproperties.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const value: models.CreateIntegrationStoreDirectProperties8 = {
```typescript
const value: models.CreateIntegrationStoreDirectProperties9 = {
value: {
atBRANDAt8878: {},
atBRANDAt8825: {},
},
};
```
Expand Down
2 changes: 1 addition & 1 deletion docs/models/createintegrationstoredirectproperties9.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { CreateIntegrationStoreDirectProperties9 } from "@vercel/sdk/models/crea

let value: CreateIntegrationStoreDirectProperties9 = {
value: {
atBRANDAt8878: {},
atBRANDAt8825: {},
},
};
```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# CreateIntegrationStoreDirectPropertiesAtBRANDAt8878
# CreateIntegrationStoreDirectPropertiesAtBRANDAt8825

## Example Usage

```typescript
import { CreateIntegrationStoreDirectPropertiesAtBRANDAt8878 } from "@vercel/sdk/models/createintegrationstoredirectop.js";
import { CreateIntegrationStoreDirectPropertiesAtBRANDAt8825 } from "@vercel/sdk/models/createintegrationstoredirectop.js";

let value: CreateIntegrationStoreDirectPropertiesAtBRANDAt8878 = {};
let value: CreateIntegrationStoreDirectPropertiesAtBRANDAt8825 = {};
```

## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878
# CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825

## Example Usage

```typescript
import { CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878 } from "@vercel/sdk/models/createintegrationstoredirectop.js";
import { CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825 } from "@vercel/sdk/models/createintegrationstoredirectop.js";

let value: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878 = {};
let value: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825 = {};
```

## Fields
Expand Down
Loading