Skip to content

Commit b70cefe

Browse files
## SDK Changes Detected: (#130)
* `vercel.security.updateFirewallConfig()`: * `request.requestBody` **Changed** **Breaking** ⚠️ * `vercel.teams.inviteUserToTeam()`: * `request.requestBody` **Changed** **Breaking** ⚠️ * `response` **Changed** **Breaking** ⚠️ * `vercel.projects.filterProjectEnvs()`: `response` **Changed** * `vercel.aliases.listAliases()`: `response.aliases.[].protectionBypass.{}.[1].expires` **Added** * `vercel.projects.getProjects()`: `response.projects.[]` **Changed** * `vercel.projects.createProject()`: * `request.requestBody.previewDeploymentsDisabled` **Added** * `response` **Changed** * `error` **Changed** * `vercel.projects.updateProject()`: `response` **Changed** * `vercel.integrations.getConfigurationProducts()`: **Added** * `vercel.projects.createProjectEnv()`: * `response.created` **Changed** * `error` **Changed** * `vercel.projects.editProjectEnv()`: `error` **Changed** * `vercel.deployments.getDeployment()`: `response` **Changed** * `vercel.deployments.createDeployment()`: `response.lambdas.[].id` **Changed** * `vercel.deployments.cancelDeployment()`: `response.lambdas.[].id` **Changed** * `vercel.edgeConfig.getEdgeConfig()`: `response` **Changed** * `vercel.projects.updateProjectDataCache()`: `response` **Changed** * `vercel.domains.getDomainConfig()`: `response` **Changed** * `vercel.deployments.getDeployments()`: `response.deployments.[]` **Changed** * `vercel.edgeConfig.updateEdgeConfig()`: `response` **Changed** * `vercel.user.listUserEvents()`: `response.events.[].payload` **Changed** * `vercel.accessGroups.createAccessGroup()`: `response.entitlements` **Added** * `vercel.teams.getTeamMembers()`: `response.members.[].projects.[]` **Changed** * `vercel.accessGroups.updateAccessGroup()`: `response.entitlements` **Changed** * `vercel.teams.getTeam()`: `response.disablehardautoblocks` **Added** * `vercel.teams.patchTeam()`: `response.disablehardautoblocks` **Added** * `vercel.teams.getTeams()`: `response.teams.[].[team].disableHardAutoBlocks` **Added** * `vercel.aliases.listDeploymentAliases()`: `response.aliases.[].protectionBypass.{}.[1].expires` **Added** * `vercel.edgeConfig.createEdgeConfig()`: `response` **Changed** * `vercel.aliases.getAlias()`: `response.[].protectionBypass.{}.[1].expires` **Added** * `vercel.aliases.patchUrlProtectionBypass()`: * `request.requestBody.[1].ttl` **Added** Co-authored-by: speakeasybot <[email protected]>
1 parent 15ea39d commit b70cefe

File tree

477 files changed

+38498
-3645
lines changed

Some content is hidden

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

477 files changed

+38498
-3645
lines changed

.speakeasy/gen.lock

Lines changed: 313 additions & 22 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ generation:
2424
generateNewTests: true
2525
skipResponseBodyAssertions: false
2626
typescript:
27-
version: 1.10.4
27+
version: 1.10.5
2828
additionalDependencies:
2929
dependencies: {}
3030
devDependencies: {}

.speakeasy/tests.arazzo.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6263,3 +6263,36 @@ workflows:
62636263
type: simple
62646264
x-speakeasy-test-group: marketplace
62656265
x-speakeasy-test-rebuild: true
6266+
- workflowId: getConfigurationProducts
6267+
steps:
6268+
- stepId: test
6269+
operationId: getConfigurationProducts
6270+
parameters:
6271+
- name: id
6272+
in: path
6273+
value: icfg_cuwj0AdCdH3BwWT4LPijCC7t
6274+
- name: teamId
6275+
in: query
6276+
value: team_1a2b3c4d5e6f7g8h9i0j1k2l
6277+
- name: slug
6278+
in: query
6279+
value: my-team-url-slug
6280+
successCriteria:
6281+
- condition: $statusCode == 200
6282+
- condition: $response.header.Content-Type == application/json
6283+
- context: $response.body
6284+
condition: |
6285+
{
6286+
"products": [],
6287+
"integration": {
6288+
"id": "\u003cid\u003e",
6289+
"slug": "\u003cvalue\u003e",
6290+
"name": "\u003cvalue\u003e"
6291+
},
6292+
"configuration": {
6293+
"id": "\u003cid\u003e"
6294+
}
6295+
}
6296+
type: simple
6297+
x-speakeasy-test-group: integrations
6298+
x-speakeasy-test-rebuild: true

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.603.0
1+
speakeasyVersion: 1.606.0
22
sources:
33
vercel-OAS:
44
sourceNamespace: vercel-oas
5-
sourceRevisionDigest: sha256:77703754f4348fc099b5111db3985708f394ecd61ccc659ce3d96c60a241c172
6-
sourceBlobDigest: sha256:bef9706d4ba6021921c0a93ac64ba2f817a12bd1be9128ba5cd627505f376327
5+
sourceRevisionDigest: sha256:d8ceeaec72559af47c4427e87ac8f1a4e76144eb56dc9653eea1896dd0bb270a
6+
sourceBlobDigest: sha256:db1e5f4ca4bcb11b92b93671d8e4ea1ab2a0e7064832c8208f531d85e7af61a5
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1755013321
9+
- speakeasy-sdk-regen-1755817334
1010
- 0.0.1
1111
targets:
1212
vercel:
1313
source: vercel-OAS
1414
sourceNamespace: vercel-oas
15-
sourceRevisionDigest: sha256:77703754f4348fc099b5111db3985708f394ecd61ccc659ce3d96c60a241c172
16-
sourceBlobDigest: sha256:bef9706d4ba6021921c0a93ac64ba2f817a12bd1be9128ba5cd627505f376327
15+
sourceRevisionDigest: sha256:d8ceeaec72559af47c4427e87ac8f1a4e76144eb56dc9653eea1896dd0bb270a
16+
sourceBlobDigest: sha256:db1e5f4ca4bcb11b92b93671d8e4ea1ab2a0e7064832c8208f531d85e7af61a5
1717
codeSamplesNamespace: vercel-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:4740f513a97641332f7febe10efb54450d2315f4af230629a86e7605d0813034
18+
codeSamplesRevisionDigest: sha256:c873762e500e478a620034134f146b7a31f0c78db08c58e2b6a5a70aeeadb520
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ run();
406406
* [getConfigurations](docs/sdks/integrations/README.md#getconfigurations) - Get configurations for the authenticated user or team
407407
* [getConfiguration](docs/sdks/integrations/README.md#getconfiguration) - Retrieve an integration configuration
408408
* [deleteConfiguration](docs/sdks/integrations/README.md#deleteconfiguration) - Delete an integration configuration
409+
* [getConfigurationProducts](docs/sdks/integrations/README.md#getconfigurationproducts) - List products for integration configuration
409410

410411
### [logDrains](docs/sdks/logdrains/README.md)
411412

@@ -627,6 +628,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
627628
- [`environmentUpdateCustomEnvironment`](docs/sdks/environment/README.md#updatecustomenvironment) - Update a custom environment
628629
- [`integrationsDeleteConfiguration`](docs/sdks/integrations/README.md#deleteconfiguration) - Delete an integration configuration
629630
- [`integrationsGetConfiguration`](docs/sdks/integrations/README.md#getconfiguration) - Retrieve an integration configuration
631+
- [`integrationsGetConfigurationProducts`](docs/sdks/integrations/README.md#getconfigurationproducts) - List products for integration configuration
630632
- [`integrationsGetConfigurations`](docs/sdks/integrations/README.md#getconfigurations) - Get configurations for the authenticated user or team
631633
- [`logDrainsCreateLogDrain`](docs/sdks/logdrains/README.md#createlogdrain) - Creates a new Integration Log Drain
632634
- [`logDrainsDeleteIntegrationLogDrain`](docs/sdks/logdrains/README.md#deleteintegrationlogdrain) - Deletes the Integration log drain with the provided `id`
@@ -905,8 +907,8 @@ run();
905907

906908

907909
**Inherit from [`VercelError`](./src/models/vercelerror.ts)**:
908-
* [`VercelNotFoundError`](./src/models/vercelnotfounderror.ts): Status code `404`. Applicable to 102 of 173 methods.*
909-
* [`VercelRateLimitError`](./src/models/vercelratelimiterror.ts): . Status code `429`. Applicable to 1 of 173 methods.*
910+
* [`VercelNotFoundError`](./src/models/vercelnotfounderror.ts): Status code `404`. Applicable to 106 of 174 methods.*
911+
* [`VercelRateLimitError`](./src/models/vercelratelimiterror.ts): . Status code `429`. Applicable to 4 of 174 methods.*
910912
* [`ResponseValidationError`](./src/models/responsevalidationerror.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string.
911913

912914
</details>

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,4 +488,14 @@ Based on:
488488
### Generated
489489
- [typescript v1.10.4] .
490490
### Releases
491-
- [NPM v1.10.4] https://www.npmjs.com/package/@vercel/sdk/v/1.10.4 - .
491+
- [NPM v1.10.4] https://www.npmjs.com/package/@vercel/sdk/v/1.10.4 - .
492+
493+
## 2025-08-21 23:01:49
494+
### Changes
495+
Based on:
496+
- OpenAPI Doc
497+
- Speakeasy CLI 1.606.0 (2.686.7) https://github.com/speakeasy-api/speakeasy
498+
### Generated
499+
- [typescript v1.10.5] .
500+
### Releases
501+
- [NPM v1.10.5] https://www.npmjs.com/package/@vercel/sdk/v/1.10.5 - .

docs/models/abuse.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
```typescript
66
import { Abuse } from "@vercel/sdk/models/userevent.js";
77

8-
let value: Abuse = {};
8+
let value: Abuse = {
9+
updatedAt: 72.13,
10+
};
911
```
1012

1113
## Fields
@@ -18,7 +20,7 @@ let value: Abuse = {};
1820
| `gitLineageBlocks` | *number* | :heavy_minus_sign: | Since September 2023. How often did this owner trigger an actual git lineage deploy block? |
1921
| `gitLineageBlocksDry` | *number* | :heavy_minus_sign: | Since September 2023. How often did this owner trigger a git lineage deploy block dry run? |
2022
| `scanner` | *string* | :heavy_minus_sign: | Since November 2021. Guides the abuse scanner in build container. |
21-
| `updatedAt` | *number* | :heavy_minus_sign: | Since November 2021 |
23+
| `updatedAt` | *number* | :heavy_check_mark: | Since November 2021 |
2224
| `creationUserAgent` | *string* | :heavy_minus_sign: | N/A |
2325
| `creationIp` | *string* | :heavy_minus_sign: | N/A |
2426
| `removedPhoneNumbers` | *string* | :heavy_minus_sign: | N/A |

docs/models/ai.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Ai
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { Ai } from "@vercel/sdk/models/getconfigurationproductsop.js";
7+
8+
let value: Ai = {
9+
status: "enabled",
10+
};
11+
```
12+
13+
## Fields
14+
15+
| Field | Type | Required | Description |
16+
| ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
17+
| `status` | [models.GetConfigurationProductsIntegrationsResponseStatus](../models/getconfigurationproductsintegrationsresponsestatus.md) | :heavy_check_mark: | N/A |

docs/models/atbrandat446263.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# AtBRANDAt446263
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { AtBRANDAt446263 } from "@vercel/sdk/models/getconfigurationproductsop.js";
7+
8+
let value: AtBRANDAt446263 = {};
9+
```
10+
11+
## Fields
12+
13+
| Field | Type | Required | Description |
14+
| ----------- | ----------- | ----------- | ----------- |

docs/models/authentication.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Authentication
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { Authentication } from "@vercel/sdk/models/getconfigurationproductsop.js";
7+
8+
let value: Authentication = {
9+
status: "disabled",
10+
};
11+
```
12+
13+
## Fields
14+
15+
| Field | Type | Required | Description |
16+
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
17+
| `status` | [models.GetConfigurationProductsIntegrationsResponse200Status](../models/getconfigurationproductsintegrationsresponse200status.md) | :heavy_check_mark: | N/A |

0 commit comments

Comments
 (0)