Skip to content

Commit 93d4794

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.581.0 (#116)
Co-authored-by: speakeasybot <[email protected]>
1 parent 1a13bb0 commit 93d4794

File tree

498 files changed

+19650
-10847
lines changed

Some content is hidden

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

498 files changed

+19650
-10847
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/examples/node_modules
2+
.env
3+
.env.local
4+
.env.*.local
15
**/.speakeasy/temp/
26
**/.speakeasy/logs/
37
.speakeasy/temp/

.speakeasy/gen.lock

Lines changed: 159 additions & 57 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 2 additions & 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.9.0
27+
version: 1.10.0
2828
additionalDependencies:
2929
dependencies: {}
3030
devDependencies: {}
@@ -41,6 +41,7 @@ typescript:
4141
enumFormat: union
4242
flattenGlobalSecurity: true
4343
flatteningOrder: body-first
44+
generateExamples: true
4445
imports:
4546
option: openapi
4647
paths:

.speakeasy/tests.arazzo.yaml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6212,3 +6212,54 @@ workflows:
62126212
}
62136213
type: simple
62146214
x-speakeasy-test-group: rolling-release
6215+
- workflowId: get-integration-resources
6216+
steps:
6217+
- stepId: test
6218+
operationId: get-integration-resources
6219+
parameters:
6220+
- name: integrationConfigurationId
6221+
in: path
6222+
value: <id>
6223+
successCriteria:
6224+
- condition: $statusCode == 200
6225+
- condition: $response.header.Content-Type == application/json
6226+
- context: $response.body
6227+
condition: |
6228+
{
6229+
"resources": [
6230+
{
6231+
"partnerId": "\u003cid\u003e",
6232+
"internalId": "\u003cid\u003e",
6233+
"name": "\u003cvalue\u003e",
6234+
"productId": "\u003cid\u003e"
6235+
}
6236+
]
6237+
}
6238+
type: simple
6239+
x-speakeasy-test-group: marketplace
6240+
x-speakeasy-test-rebuild: true
6241+
- workflowId: get-integration-resource
6242+
steps:
6243+
- stepId: test
6244+
operationId: get-integration-resource
6245+
parameters:
6246+
- name: integrationConfigurationId
6247+
in: path
6248+
value: <id>
6249+
- name: resourceId
6250+
in: path
6251+
value: <id>
6252+
successCriteria:
6253+
- condition: $statusCode == 200
6254+
- condition: $response.header.Content-Type == application/json
6255+
- context: $response.body
6256+
condition: |
6257+
{
6258+
"id": "\u003cid\u003e",
6259+
"internalId": "\u003cid\u003e",
6260+
"name": "\u003cvalue\u003e",
6261+
"productId": "\u003cid\u003e"
6262+
}
6263+
type: simple
6264+
x-speakeasy-test-group: marketplace
6265+
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.569.0
1+
speakeasyVersion: 1.581.0
22
sources:
33
vercel-OAS:
44
sourceNamespace: vercel-oas
5-
sourceRevisionDigest: sha256:baeed0453f1c153b8dbb1c613cc6e1ef5d672c4b18cf3352812a6c515adcba89
6-
sourceBlobDigest: sha256:48e761b2da4c792d8af192ebc112a00bb1c52b0caaaf28df722423edf2395155
5+
sourceRevisionDigest: sha256:ae425166975800a443b81275a1c44b4adaa459387c899249977d0702030c912b
6+
sourceBlobDigest: sha256:9582a5aad4662129684514a77676cece933809d269e11dacc5fd7cfa8712477b
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1750810074
9+
- speakeasy-sdk-regen-1752254078
1010
- 0.0.1
1111
targets:
1212
vercel:
1313
source: vercel-OAS
1414
sourceNamespace: vercel-oas
15-
sourceRevisionDigest: sha256:baeed0453f1c153b8dbb1c613cc6e1ef5d672c4b18cf3352812a6c515adcba89
16-
sourceBlobDigest: sha256:48e761b2da4c792d8af192ebc112a00bb1c52b0caaaf28df722423edf2395155
15+
sourceRevisionDigest: sha256:ae425166975800a443b81275a1c44b4adaa459387c899249977d0702030c912b
16+
sourceBlobDigest: sha256:9582a5aad4662129684514a77676cece933809d269e11dacc5fd7cfa8712477b
1717
codeSamplesNamespace: vercel-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:ef65438970a55751d1671c93e4ade0a4789e2e9788e3192cbff41f376dfa9c96
18+
codeSamplesRevisionDigest: sha256:24daf2080a1e1694bdd7c98a1db152f4dadd3234ebb122e81e9508fd16f346a3
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ run();
409409

410410
### [logDrains](docs/sdks/logdrains/README.md)
411411

412-
* [deleteConfigurableLogDrain](docs/sdks/logdrains/README.md#deleteconfigurablelogdrain) - Deletes a Configurable Log Drain
413412
* [getIntegrationLogDrains](docs/sdks/logdrains/README.md#getintegrationlogdrains) - Retrieves a list of Integration log drains
414413
* [createLogDrain](docs/sdks/logdrains/README.md#createlogdrain) - Creates a new Integration Log Drain
415414
* [deleteIntegrationLogDrain](docs/sdks/logdrains/README.md#deleteintegrationlogdrain) - Deletes the Integration log drain with the provided `id`
@@ -423,14 +422,17 @@ run();
423422
* [getAccountInfo](docs/sdks/marketplace/README.md#getaccountinfo) - Get Account Information
424423
* [getMember](docs/sdks/marketplace/README.md#getmember) - Get Member Information
425424
* [createEvent](docs/sdks/marketplace/README.md#createevent) - Create Event
425+
* [getIntegrationResources](docs/sdks/marketplace/README.md#getintegrationresources) - Get Integration Resources
426+
* [getIntegrationResource](docs/sdks/marketplace/README.md#getintegrationresource) - Get Integration Resource
427+
* [deleteIntegrationResource](docs/sdks/marketplace/README.md#deleteintegrationresource) - Delete Integration Resource
428+
* [importResource](docs/sdks/marketplace/README.md#importresource) - Import Resource
426429
* [submitBillingData](docs/sdks/marketplace/README.md#submitbillingdata) - Submit Billing Data
427430
* [submitInvoice](docs/sdks/marketplace/README.md#submitinvoice) - Submit Invoice
428431
* [getInvoice](docs/sdks/marketplace/README.md#getinvoice) - Get Invoice
429432
* [updateInvoice](docs/sdks/marketplace/README.md#updateinvoice) - Invoice Actions
430433
* [submitPrepaymentBalances](docs/sdks/marketplace/README.md#submitprepaymentbalances) - Submit Prepayment Balances
431434
* [updateResourceSecrets](docs/sdks/marketplace/README.md#updateresourcesecrets) - Update Resource Secrets (Deprecated)
432435
* [updateResourceSecretsById](docs/sdks/marketplace/README.md#updateresourcesecretsbyid) - Update Resource Secrets
433-
* [importResource](docs/sdks/marketplace/README.md#importresource) - Import Resource
434436
* [exchangeSsoToken](docs/sdks/marketplace/README.md#exchangessotoken) - SSO Token Exchange
435437
* [createInstallationIntegrationConfiguration](docs/sdks/marketplace/README.md#createinstallationintegrationconfiguration) - Create one or multiple experimentation items
436438
* [updateInstallationIntegrationConfiguration](docs/sdks/marketplace/README.md#updateinstallationintegrationconfiguration) - Patch an existing experimentation item
@@ -627,17 +629,19 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
627629
- [`integrationsGetConfiguration`](docs/sdks/integrations/README.md#getconfiguration) - Retrieve an integration configuration
628630
- [`integrationsGetConfigurations`](docs/sdks/integrations/README.md#getconfigurations) - Get configurations for the authenticated user or team
629631
- [`logDrainsCreateLogDrain`](docs/sdks/logdrains/README.md#createlogdrain) - Creates a new Integration Log Drain
630-
- [`logDrainsDeleteConfigurableLogDrain`](docs/sdks/logdrains/README.md#deleteconfigurablelogdrain) - Deletes a Configurable Log Drain
631632
- [`logDrainsDeleteIntegrationLogDrain`](docs/sdks/logdrains/README.md#deleteintegrationlogdrain) - Deletes the Integration log drain with the provided `id`
632633
- [`logDrainsGetIntegrationLogDrains`](docs/sdks/logdrains/README.md#getintegrationlogdrains) - Retrieves a list of Integration log drains
633634
- [`logsGetRuntimeLogs`](docs/sdks/logs/README.md#getruntimelogs) - Get logs for a deployment
634635
- [`marketplaceCreateEvent`](docs/sdks/marketplace/README.md#createevent) - Create Event
635636
- [`marketplaceCreateInstallationIntegrationConfiguration`](docs/sdks/marketplace/README.md#createinstallationintegrationconfiguration) - Create one or multiple experimentation items
636637
- [`marketplaceCreateInstallationIntegrationEdgeConfig`](docs/sdks/marketplace/README.md#createinstallationintegrationedgeconfig) - Get the data of a user-provided Edge Config
637638
- [`marketplaceDeleteInstallationIntegrationConfiguration`](docs/sdks/marketplace/README.md#deleteinstallationintegrationconfiguration) - Delete an existing experimentation item
639+
- [`marketplaceDeleteIntegrationResource`](docs/sdks/marketplace/README.md#deleteintegrationresource) - Delete Integration Resource
638640
- [`marketplaceExchangeSsoToken`](docs/sdks/authentication/README.md#exchangessotoken) - SSO Token Exchange
639641
- [`marketplaceExchangeSsoToken`](docs/sdks/marketplace/README.md#exchangessotoken) - SSO Token Exchange
640642
- [`marketplaceGetAccountInfo`](docs/sdks/marketplace/README.md#getaccountinfo) - Get Account Information
643+
- [`marketplaceGetIntegrationResource`](docs/sdks/marketplace/README.md#getintegrationresource) - Get Integration Resource
644+
- [`marketplaceGetIntegrationResources`](docs/sdks/marketplace/README.md#getintegrationresources) - Get Integration Resources
641645
- [`marketplaceGetInvoice`](docs/sdks/marketplace/README.md#getinvoice) - Get Invoice
642646
- [`marketplaceGetMember`](docs/sdks/marketplace/README.md#getmember) - Get Member Information
643647
- [`marketplaceImportResource`](docs/sdks/marketplace/README.md#importresource) - Import Resource
@@ -885,8 +889,8 @@ run();
885889
### Error Classes
886890
**Primary errors:**
887891
* [`VercelError`](./src/models/vercelerror.ts): The base class for HTTP error responses.
888-
* [`VercelBadRequestError`](docs/models/vercelbadrequesterror.md): Status code `400`. *
889-
* [`VercelForbiddenError`](docs/models/vercelforbiddenerror.md): Status code `401`. *
892+
* [`VercelBadRequestError`](./src/models/vercelbadrequesterror.ts): Status code `400`. *
893+
* [`VercelForbiddenError`](./src/models/vercelforbiddenerror.ts): Status code `401`. *
890894

891895
<details><summary>Less common errors (8)</summary>
892896

@@ -901,8 +905,8 @@ run();
901905

902906

903907
**Inherit from [`VercelError`](./src/models/vercelerror.ts)**:
904-
* [`VercelNotFoundError`](docs/models/vercelnotfounderror.md): Status code `404`. Applicable to 100 of 171 methods.*
905-
* [`VercelRateLimitError`](docs/models/vercelratelimiterror.md): . Status code `429`. Applicable to 1 of 171 methods.*
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.*
906910
* [`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.
907911

908912
</details>

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,4 +438,14 @@ Based on:
438438
### Generated
439439
- [typescript v1.9.0] .
440440
### Releases
441-
- [NPM v1.9.0] https://www.npmjs.com/package/@vercel/sdk/v/1.9.0 - .
441+
- [NPM v1.9.0] https://www.npmjs.com/package/@vercel/sdk/v/1.9.0 - .
442+
443+
## 2025-07-11 17:14:16
444+
### Changes
445+
Based on:
446+
- OpenAPI Doc
447+
- Speakeasy CLI 1.581.0 (2.656.5) https://github.com/speakeasy-api/speakeasy
448+
### Generated
449+
- [typescript v1.10.0] .
450+
### Releases
451+
- [NPM v1.10.0] https://www.npmjs.com/package/@vercel/sdk/v/1.10.0 - .

docs/models/addprojectdomainrequest.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ let value: AddProjectDomainRequest = {
99
idOrName: "<value>",
1010
teamId: "team_1a2b3c4d5e6f7g8h9i0j1k2l",
1111
slug: "my-team-url-slug",
12+
requestBody: {
13+
name: "www.example.com",
14+
gitBranch: null,
15+
redirect: "foobar.com",
16+
redirectStatusCode: 307,
17+
},
1218
};
1319
```
1420

docs/models/addprojectmemberrequest.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ let value: AddProjectMemberRequest = {
99
idOrName: "prj_pavWOn1iLObbXLRiwVvzmPrTWyTf",
1010
teamId: "team_1a2b3c4d5e6f7g8h9i0j1k2l",
1111
slug: "my-team-url-slug",
12+
requestBody: {
13+
uid: "ndlgr43fadlPyCtREAqxxdyFK",
14+
username: "example",
15+
16+
role: "ADMIN",
17+
},
1218
};
1319
```
1420

docs/models/args.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Args
2+
3+
4+
## Supported Types
5+
6+
### `string`
7+
8+
```typescript
9+
const value: string = "<value>";
10+
```
11+
12+
### `string[]`
13+
14+
```typescript
15+
const value: string[] = [
16+
"<value 1>",
17+
"<value 2>",
18+
];
19+
```
20+

0 commit comments

Comments
 (0)