@vercel/sdk 1.9.0 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -7
- package/bin/mcp-server.js +3307 -2453
- package/bin/mcp-server.js.map +46 -41
- package/docs/sdks/deployments/README.md +2 -0
- package/docs/sdks/logdrains/README.md +0 -80
- package/docs/sdks/marketplace/README.md +310 -78
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/logdrains.test.js +3 -13
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/marketplace.test.js +41 -0
- package/esm/__tests__/marketplace.test.js.map +1 -1
- package/esm/__tests__/projects.test.js +13 -15
- package/esm/__tests__/projects.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +5 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/funcs/deploymentsCreateDeployment.js +2 -2
- package/esm/funcs/deploymentsCreateDeployment.js.map +1 -1
- package/esm/funcs/{logDrainsDeleteConfigurableLogDrain.d.ts → marketplaceDeleteIntegrationResource.d.ts} +5 -5
- package/esm/funcs/marketplaceDeleteIntegrationResource.d.ts.map +1 -0
- package/esm/funcs/{logDrainsDeleteConfigurableLogDrain.js → marketplaceDeleteIntegrationResource.js} +11 -15
- package/esm/funcs/marketplaceDeleteIntegrationResource.js.map +1 -0
- package/esm/funcs/marketplaceGetIntegrationResource.d.ts +20 -0
- package/esm/funcs/marketplaceGetIntegrationResource.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetIntegrationResource.js +90 -0
- package/esm/funcs/marketplaceGetIntegrationResource.js.map +1 -0
- package/esm/funcs/marketplaceGetIntegrationResources.d.ts +20 -0
- package/esm/funcs/marketplaceGetIntegrationResources.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetIntegrationResources.js +86 -0
- package/esm/funcs/marketplaceGetIntegrationResources.js.map +1 -0
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/config.js.map +1 -1
- package/esm/mcp-server/cli/start/command.d.ts.map +1 -1
- package/esm/mcp-server/cli/start/command.js +0 -12
- package/esm/mcp-server/cli/start/command.js.map +1 -1
- package/esm/mcp-server/cli/start/impl.d.ts +0 -2
- package/esm/mcp-server/cli/start/impl.d.ts.map +1 -1
- package/esm/mcp-server/cli/start/impl.js +0 -2
- package/esm/mcp-server/cli/start/impl.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/mcp-server.js.map +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +11 -7
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/marketplaceDeleteIntegrationResource.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceDeleteIntegrationResource.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceDeleteIntegrationResource.js +27 -0
- package/esm/mcp-server/tools/marketplaceDeleteIntegrationResource.js.map +1 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResource.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResource.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResource.js +28 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResource.js.map +1 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResources.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResources.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResources.js +28 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResources.js.map +1 -0
- package/esm/models/authuser.d.ts +5 -27
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +2 -9
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +335 -6
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +274 -2
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +434 -97
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +362 -83
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +102 -25
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +80 -29
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +6 -0
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +2 -0
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/deleteintegrationresourceop.d.ts +31 -0
- package/esm/models/deleteintegrationresourceop.d.ts.map +1 -0
- package/esm/models/deleteintegrationresourceop.js +33 -0
- package/esm/models/deleteintegrationresourceop.js.map +1 -0
- package/esm/models/getconfigurationop.d.ts +3 -3
- package/esm/models/getconfigurationop.js +1 -1
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +338 -9
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +276 -3
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +8 -2
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +3 -2
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getedgeconfigbackupop.d.ts +15 -15
- package/esm/models/getedgeconfigbackupop.d.ts.map +1 -1
- package/esm/models/getedgeconfigbackupop.js +15 -15
- package/esm/models/getedgeconfigbackupop.js.map +1 -1
- package/esm/models/getintegrationresourceop.d.ts +293 -0
- package/esm/models/getintegrationresourceop.d.ts.map +1 -0
- package/esm/models/getintegrationresourceop.js +252 -0
- package/esm/models/getintegrationresourceop.js.map +1 -0
- package/esm/models/getintegrationresourcesop.d.ts +310 -0
- package/esm/models/getintegrationresourcesop.d.ts.map +1 -0
- package/esm/models/getintegrationresourcesop.js +275 -0
- package/esm/models/getintegrationresourcesop.js.map +1 -0
- package/esm/models/getprojectsop.d.ts +12 -2
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +4 -2
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrollingreleasebillingstatusop.d.ts +21 -13
- package/esm/models/getrollingreleasebillingstatusop.d.ts.map +1 -1
- package/esm/models/getrollingreleasebillingstatusop.js +17 -9
- package/esm/models/getrollingreleasebillingstatusop.js.map +1 -1
- package/esm/models/getteamaccessrequestop.d.ts +3 -3
- package/esm/models/getteamaccessrequestop.js +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +3 -3
- package/esm/models/getv9projectsidornamecustomenvironmentsop.js +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
- package/esm/models/getwebhookop.d.ts +3 -0
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +1 -0
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +9 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +3 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +15 -15
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +17 -15
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/requestaccesstoteamop.d.ts +3 -3
- package/esm/models/requestaccesstoteamop.js +1 -1
- package/esm/models/sdkerror.d.ts.map +1 -1
- package/esm/models/sdkerror.js +8 -2
- package/esm/models/sdkerror.js.map +1 -1
- package/esm/models/team.d.ts +8 -3
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +3 -1
- package/esm/models/team.js.map +1 -1
- package/esm/models/teamlimited.d.ts +3 -3
- package/esm/models/teamlimited.js +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +12 -2
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +4 -2
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +24 -2
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +8 -2
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateresourcesecretsop.d.ts +15 -15
- package/esm/models/updateresourcesecretsop.d.ts.map +1 -1
- package/esm/models/updateresourcesecretsop.js +15 -17
- package/esm/models/updateresourcesecretsop.js.map +1 -1
- package/esm/models/userevent.d.ts +1622 -1824
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +2049 -2225
- package/esm/models/userevent.js.map +1 -1
- package/esm/models/vercelbadrequesterror.d.ts.map +1 -1
- package/esm/models/vercelbadrequesterror.js +2 -3
- package/esm/models/vercelbadrequesterror.js.map +1 -1
- package/esm/models/vercelforbiddenerror.d.ts.map +1 -1
- package/esm/models/vercelforbiddenerror.js +2 -3
- package/esm/models/vercelforbiddenerror.js.map +1 -1
- package/esm/models/vercelnotfounderror.d.ts.map +1 -1
- package/esm/models/vercelnotfounderror.js +2 -3
- package/esm/models/vercelnotfounderror.js.map +1 -1
- package/esm/models/vercelratelimiterror.d.ts.map +1 -1
- package/esm/models/vercelratelimiterror.js +2 -3
- package/esm/models/vercelratelimiterror.js.map +1 -1
- package/esm/sdk/logdrains.d.ts +0 -8
- package/esm/sdk/logdrains.d.ts.map +1 -1
- package/esm/sdk/logdrains.js +0 -10
- package/esm/sdk/logdrains.js.map +1 -1
- package/esm/sdk/marketplace.d.ts +31 -7
- package/esm/sdk/marketplace.d.ts.map +1 -1
- package/esm/sdk/marketplace.js +39 -9
- package/esm/sdk/marketplace.js.map +1 -1
- package/esm/sdk/sdk.d.ts +2 -2
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +3 -3
- package/esm/sdk/sdk.js.map +1 -1
- package/examples/README.md +26 -0
- package/examples/package-lock.json +628 -0
- package/examples/package.json +18 -0
- package/examples/projectsUpdateProject.example.ts +31 -0
- package/jsr.json +1 -1
- package/package.json +4 -4
- package/src/__tests__/deployments.test.ts +2 -1
- package/src/__tests__/domains.test.ts +2 -1
- package/src/__tests__/logdrains.test.ts +5 -15
- package/src/__tests__/marketplace.test.ts +47 -0
- package/src/__tests__/projects.test.ts +13 -15
- package/src/__tests__/rollingrelease.test.ts +5 -2
- package/src/funcs/deploymentsCreateDeployment.ts +2 -2
- package/src/funcs/{logDrainsDeleteConfigurableLogDrain.ts → marketplaceDeleteIntegrationResource.ts} +20 -19
- package/src/funcs/marketplaceGetIntegrationResource.ts +206 -0
- package/src/funcs/marketplaceGetIntegrationResources.ts +202 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/cli/start/command.ts +0 -13
- package/src/mcp-server/cli/start/impl.ts +0 -4
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +11 -7
- package/src/mcp-server/tools/marketplaceDeleteIntegrationResource.ts +37 -0
- package/src/mcp-server/tools/marketplaceGetIntegrationResource.ts +39 -0
- package/src/mcp-server/tools/marketplaceGetIntegrationResources.ts +39 -0
- package/src/models/authuser.ts +7 -10
- package/src/models/canceldeploymentop.ts +607 -2
- package/src/models/createdeploymentop.ts +855 -289
- package/src/models/createprojectop.ts +159 -46
- package/src/models/createwebhookop.ts +2 -0
- package/src/models/deleteintegrationresourceop.ts +72 -0
- package/src/models/getconfigurationop.ts +1 -1
- package/src/models/getdeploymentop.ts +620 -3
- package/src/models/getdeploymentsop.ts +8 -4
- package/src/models/getedgeconfigbackupop.ts +41 -24
- package/src/models/getintegrationresourceop.ts +561 -0
- package/src/models/getintegrationresourcesop.ts +642 -0
- package/src/models/getprojectsop.ts +4 -4
- package/src/models/getrollingreleasebillingstatusop.ts +31 -15
- package/src/models/getteamaccessrequestop.ts +1 -1
- package/src/models/getv9projectsidornamecustomenvironmentsop.ts +1 -1
- package/src/models/getwebhookop.ts +1 -0
- package/src/models/getwebhooksop.ts +3 -0
- package/src/models/importresourceop.ts +27 -35
- package/src/models/requestaccesstoteamop.ts +1 -1
- package/src/models/sdkerror.ts +8 -2
- package/src/models/team.ts +8 -1
- package/src/models/teamlimited.ts +1 -1
- package/src/models/updateprojectdatacacheop.ts +4 -4
- package/src/models/updateprojectop.ts +8 -4
- package/src/models/updateresourcesecretsop.ts +49 -33
- package/src/models/userevent.ts +4781 -5205
- package/src/models/vercelbadrequesterror.ts +2 -3
- package/src/models/vercelforbiddenerror.ts +2 -3
- package/src/models/vercelnotfounderror.ts +2 -3
- package/src/models/vercelratelimiterror.ts +2 -3
- package/src/sdk/logdrains.ts +0 -19
- package/src/sdk/marketplace.ts +80 -17
- package/src/sdk/sdk.ts +5 -5
- package/vercel-spec.json +1641 -828
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +0 -1
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.js +0 -27
- package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.js.map +0 -1
- package/esm/models/deleteconfigurablelogdrainop.d.ts +0 -39
- package/esm/models/deleteconfigurablelogdrainop.d.ts.map +0 -1
- package/esm/models/deleteconfigurablelogdrainop.js +0 -35
- package/esm/models/deleteconfigurablelogdrainop.js.map +0 -1
- package/src/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.ts +0 -37
- package/src/models/deleteconfigurablelogdrainop.ts +0 -83
|
@@ -299,6 +299,7 @@ async function run() {
|
|
|
299
299
|
gitMetadata: {
|
|
300
300
|
remoteUrl: "https://github.com/vercel/next.js",
|
|
301
301
|
commitAuthorName: "kyliau",
|
|
302
|
+
commitAuthorEmail: "kyliau@example.com",
|
|
302
303
|
commitMessage: "add method to measure Interaction to Next Paint (INP) (#36490)",
|
|
303
304
|
commitRef: "main",
|
|
304
305
|
commitSha: "dc36199b2234c6586ebe05ec94078a895c707e29",
|
|
@@ -358,6 +359,7 @@ async function run() {
|
|
|
358
359
|
gitMetadata: {
|
|
359
360
|
remoteUrl: "https://github.com/vercel/next.js",
|
|
360
361
|
commitAuthorName: "kyliau",
|
|
362
|
+
commitAuthorEmail: "kyliau@example.com",
|
|
361
363
|
commitMessage: "add method to measure Interaction to Next Paint (INP) (#36490)",
|
|
362
364
|
commitRef: "main",
|
|
363
365
|
commitSha: "dc36199b2234c6586ebe05ec94078a895c707e29",
|
|
@@ -5,90 +5,10 @@
|
|
|
5
5
|
|
|
6
6
|
### Available Operations
|
|
7
7
|
|
|
8
|
-
* [deleteConfigurableLogDrain](#deleteconfigurablelogdrain) - Deletes a Configurable Log Drain
|
|
9
8
|
* [getIntegrationLogDrains](#getintegrationlogdrains) - Retrieves a list of Integration log drains
|
|
10
9
|
* [createLogDrain](#createlogdrain) - Creates a new Integration Log Drain
|
|
11
10
|
* [deleteIntegrationLogDrain](#deleteintegrationlogdrain) - Deletes the Integration log drain with the provided `id`
|
|
12
11
|
|
|
13
|
-
## deleteConfigurableLogDrain
|
|
14
|
-
|
|
15
|
-
Deletes a Configurable Log Drain. This endpoint must be called with a team AccessToken (integration OAuth2 clients are not allowed). Only log drains owned by the authenticated team can be deleted.
|
|
16
|
-
|
|
17
|
-
### Example Usage
|
|
18
|
-
|
|
19
|
-
```typescript
|
|
20
|
-
import { Vercel } from "@vercel/sdk";
|
|
21
|
-
|
|
22
|
-
const vercel = new Vercel({
|
|
23
|
-
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
|
|
24
|
-
});
|
|
25
|
-
|
|
26
|
-
async function run() {
|
|
27
|
-
await vercel.logDrains.deleteConfigurableLogDrain({
|
|
28
|
-
id: "<id>",
|
|
29
|
-
teamId: "team_1a2b3c4d5e6f7g8h9i0j1k2l",
|
|
30
|
-
slug: "my-team-url-slug",
|
|
31
|
-
});
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
run();
|
|
37
|
-
```
|
|
38
|
-
|
|
39
|
-
### Standalone function
|
|
40
|
-
|
|
41
|
-
The standalone function version of this method:
|
|
42
|
-
|
|
43
|
-
```typescript
|
|
44
|
-
import { VercelCore } from "@vercel/sdk/core.js";
|
|
45
|
-
import { logDrainsDeleteConfigurableLogDrain } from "@vercel/sdk/funcs/logDrainsDeleteConfigurableLogDrain.js";
|
|
46
|
-
|
|
47
|
-
// Use `VercelCore` for best tree-shaking performance.
|
|
48
|
-
// You can create one instance of it to use across an application.
|
|
49
|
-
const vercel = new VercelCore({
|
|
50
|
-
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
|
|
51
|
-
});
|
|
52
|
-
|
|
53
|
-
async function run() {
|
|
54
|
-
const res = await logDrainsDeleteConfigurableLogDrain(vercel, {
|
|
55
|
-
id: "<id>",
|
|
56
|
-
teamId: "team_1a2b3c4d5e6f7g8h9i0j1k2l",
|
|
57
|
-
slug: "my-team-url-slug",
|
|
58
|
-
});
|
|
59
|
-
if (res.ok) {
|
|
60
|
-
const { value: result } = res;
|
|
61
|
-
|
|
62
|
-
} else {
|
|
63
|
-
console.log("logDrainsDeleteConfigurableLogDrain failed:", res.error);
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
run();
|
|
68
|
-
```
|
|
69
|
-
|
|
70
|
-
### Parameters
|
|
71
|
-
|
|
72
|
-
| Parameter | Type | Required | Description |
|
|
73
|
-
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
74
|
-
| `request` | [models.DeleteConfigurableLogDrainRequest](../../models/deleteconfigurablelogdrainrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
75
|
-
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
76
|
-
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
77
|
-
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
78
|
-
|
|
79
|
-
### Response
|
|
80
|
-
|
|
81
|
-
**Promise\<void\>**
|
|
82
|
-
|
|
83
|
-
### Errors
|
|
84
|
-
|
|
85
|
-
| Error Type | Status Code | Content Type |
|
|
86
|
-
| ---------------------------- | ---------------------------- | ---------------------------- |
|
|
87
|
-
| models.VercelBadRequestError | 400 | application/json |
|
|
88
|
-
| models.VercelForbiddenError | 401 | application/json |
|
|
89
|
-
| models.VercelNotFoundError | 404 | application/json |
|
|
90
|
-
| models.SDKError | 4XX, 5XX | \*/\* |
|
|
91
|
-
|
|
92
12
|
## getIntegrationLogDrains
|
|
93
13
|
|
|
94
14
|
Retrieves a list of all Integration log drains that are defined for the authenticated user or team. When using an OAuth2 token, the list is limited to log drains created by the authenticated integration.
|
|
@@ -8,6 +8,10 @@
|
|
|
8
8
|
* [getAccountInfo](#getaccountinfo) - Get Account Information
|
|
9
9
|
* [getMember](#getmember) - Get Member Information
|
|
10
10
|
* [createEvent](#createevent) - Create Event
|
|
11
|
+
* [getIntegrationResources](#getintegrationresources) - Get Integration Resources
|
|
12
|
+
* [getIntegrationResource](#getintegrationresource) - Get Integration Resource
|
|
13
|
+
* [deleteIntegrationResource](#deleteintegrationresource) - Delete Integration Resource
|
|
14
|
+
* [importResource](#importresource) - Import Resource
|
|
11
15
|
* [submitBillingData](#submitbillingdata) - Submit Billing Data
|
|
12
16
|
* [submitInvoice](#submitinvoice) - Submit Invoice
|
|
13
17
|
* [getInvoice](#getinvoice) - Get Invoice
|
|
@@ -15,7 +19,6 @@
|
|
|
15
19
|
* [submitPrepaymentBalances](#submitprepaymentbalances) - Submit Prepayment Balances
|
|
16
20
|
* [updateResourceSecrets](#updateresourcesecrets) - Update Resource Secrets (Deprecated)
|
|
17
21
|
* [updateResourceSecretsById](#updateresourcesecretsbyid) - Update Resource Secrets
|
|
18
|
-
* [importResource](#importresource) - Import Resource
|
|
19
22
|
* [exchangeSsoToken](#exchangessotoken) - SSO Token Exchange
|
|
20
23
|
* [createInstallationIntegrationConfiguration](#createinstallationintegrationconfiguration) - Create one or multiple experimentation items
|
|
21
24
|
* [updateInstallationIntegrationConfiguration](#updateinstallationintegrationconfiguration) - Patch an existing experimentation item
|
|
@@ -260,6 +263,312 @@ run();
|
|
|
260
263
|
| models.VercelNotFoundError | 404 | application/json |
|
|
261
264
|
| models.SDKError | 4XX, 5XX | \*/\* |
|
|
262
265
|
|
|
266
|
+
## getIntegrationResources
|
|
267
|
+
|
|
268
|
+
Get all resources for a given installation ID.
|
|
269
|
+
|
|
270
|
+
### Example Usage
|
|
271
|
+
|
|
272
|
+
```typescript
|
|
273
|
+
import { Vercel } from "@vercel/sdk";
|
|
274
|
+
|
|
275
|
+
const vercel = new Vercel({
|
|
276
|
+
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
|
|
277
|
+
});
|
|
278
|
+
|
|
279
|
+
async function run() {
|
|
280
|
+
const result = await vercel.marketplace.getIntegrationResources({
|
|
281
|
+
integrationConfigurationId: "<id>",
|
|
282
|
+
});
|
|
283
|
+
|
|
284
|
+
console.log(result);
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
run();
|
|
288
|
+
```
|
|
289
|
+
|
|
290
|
+
### Standalone function
|
|
291
|
+
|
|
292
|
+
The standalone function version of this method:
|
|
293
|
+
|
|
294
|
+
```typescript
|
|
295
|
+
import { VercelCore } from "@vercel/sdk/core.js";
|
|
296
|
+
import { marketplaceGetIntegrationResources } from "@vercel/sdk/funcs/marketplaceGetIntegrationResources.js";
|
|
297
|
+
|
|
298
|
+
// Use `VercelCore` for best tree-shaking performance.
|
|
299
|
+
// You can create one instance of it to use across an application.
|
|
300
|
+
const vercel = new VercelCore({
|
|
301
|
+
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
|
|
302
|
+
});
|
|
303
|
+
|
|
304
|
+
async function run() {
|
|
305
|
+
const res = await marketplaceGetIntegrationResources(vercel, {
|
|
306
|
+
integrationConfigurationId: "<id>",
|
|
307
|
+
});
|
|
308
|
+
if (res.ok) {
|
|
309
|
+
const { value: result } = res;
|
|
310
|
+
console.log(result);
|
|
311
|
+
} else {
|
|
312
|
+
console.log("marketplaceGetIntegrationResources failed:", res.error);
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
run();
|
|
317
|
+
```
|
|
318
|
+
|
|
319
|
+
### Parameters
|
|
320
|
+
|
|
321
|
+
| Parameter | Type | Required | Description |
|
|
322
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
323
|
+
| `request` | [models.GetIntegrationResourcesRequest](../../models/getintegrationresourcesrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
324
|
+
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
325
|
+
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
326
|
+
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
327
|
+
|
|
328
|
+
### Response
|
|
329
|
+
|
|
330
|
+
**Promise\<[models.GetIntegrationResourcesResponseBody](../../models/getintegrationresourcesresponsebody.md)\>**
|
|
331
|
+
|
|
332
|
+
### Errors
|
|
333
|
+
|
|
334
|
+
| Error Type | Status Code | Content Type |
|
|
335
|
+
| ---------------------------- | ---------------------------- | ---------------------------- |
|
|
336
|
+
| models.VercelBadRequestError | 400 | application/json |
|
|
337
|
+
| models.VercelForbiddenError | 401 | application/json |
|
|
338
|
+
| models.VercelNotFoundError | 404 | application/json |
|
|
339
|
+
| models.SDKError | 4XX, 5XX | \*/\* |
|
|
340
|
+
|
|
341
|
+
## getIntegrationResource
|
|
342
|
+
|
|
343
|
+
Get a resource by its partner ID.
|
|
344
|
+
|
|
345
|
+
### Example Usage
|
|
346
|
+
|
|
347
|
+
```typescript
|
|
348
|
+
import { Vercel } from "@vercel/sdk";
|
|
349
|
+
|
|
350
|
+
const vercel = new Vercel({
|
|
351
|
+
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
|
|
352
|
+
});
|
|
353
|
+
|
|
354
|
+
async function run() {
|
|
355
|
+
const result = await vercel.marketplace.getIntegrationResource({
|
|
356
|
+
integrationConfigurationId: "<id>",
|
|
357
|
+
resourceId: "<id>",
|
|
358
|
+
});
|
|
359
|
+
|
|
360
|
+
console.log(result);
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
run();
|
|
364
|
+
```
|
|
365
|
+
|
|
366
|
+
### Standalone function
|
|
367
|
+
|
|
368
|
+
The standalone function version of this method:
|
|
369
|
+
|
|
370
|
+
```typescript
|
|
371
|
+
import { VercelCore } from "@vercel/sdk/core.js";
|
|
372
|
+
import { marketplaceGetIntegrationResource } from "@vercel/sdk/funcs/marketplaceGetIntegrationResource.js";
|
|
373
|
+
|
|
374
|
+
// Use `VercelCore` for best tree-shaking performance.
|
|
375
|
+
// You can create one instance of it to use across an application.
|
|
376
|
+
const vercel = new VercelCore({
|
|
377
|
+
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
|
|
378
|
+
});
|
|
379
|
+
|
|
380
|
+
async function run() {
|
|
381
|
+
const res = await marketplaceGetIntegrationResource(vercel, {
|
|
382
|
+
integrationConfigurationId: "<id>",
|
|
383
|
+
resourceId: "<id>",
|
|
384
|
+
});
|
|
385
|
+
if (res.ok) {
|
|
386
|
+
const { value: result } = res;
|
|
387
|
+
console.log(result);
|
|
388
|
+
} else {
|
|
389
|
+
console.log("marketplaceGetIntegrationResource failed:", res.error);
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
run();
|
|
394
|
+
```
|
|
395
|
+
|
|
396
|
+
### Parameters
|
|
397
|
+
|
|
398
|
+
| Parameter | Type | Required | Description |
|
|
399
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
400
|
+
| `request` | [models.GetIntegrationResourceRequest](../../models/getintegrationresourcerequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
401
|
+
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
402
|
+
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
403
|
+
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
404
|
+
|
|
405
|
+
### Response
|
|
406
|
+
|
|
407
|
+
**Promise\<[models.GetIntegrationResourceResponseBody](../../models/getintegrationresourceresponsebody.md)\>**
|
|
408
|
+
|
|
409
|
+
### Errors
|
|
410
|
+
|
|
411
|
+
| Error Type | Status Code | Content Type |
|
|
412
|
+
| ---------------------------- | ---------------------------- | ---------------------------- |
|
|
413
|
+
| models.VercelBadRequestError | 400 | application/json |
|
|
414
|
+
| models.VercelForbiddenError | 401 | application/json |
|
|
415
|
+
| models.VercelNotFoundError | 404 | application/json |
|
|
416
|
+
| models.SDKError | 4XX, 5XX | \*/\* |
|
|
417
|
+
|
|
418
|
+
## deleteIntegrationResource
|
|
419
|
+
|
|
420
|
+
Delete a resource owned by the selected installation ID.
|
|
421
|
+
|
|
422
|
+
### Example Usage
|
|
423
|
+
|
|
424
|
+
```typescript
|
|
425
|
+
import { Vercel } from "@vercel/sdk";
|
|
426
|
+
|
|
427
|
+
const vercel = new Vercel({
|
|
428
|
+
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
|
|
429
|
+
});
|
|
430
|
+
|
|
431
|
+
async function run() {
|
|
432
|
+
await vercel.marketplace.deleteIntegrationResource({
|
|
433
|
+
integrationConfigurationId: "<id>",
|
|
434
|
+
resourceId: "<id>",
|
|
435
|
+
});
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
run();
|
|
441
|
+
```
|
|
442
|
+
|
|
443
|
+
### Standalone function
|
|
444
|
+
|
|
445
|
+
The standalone function version of this method:
|
|
446
|
+
|
|
447
|
+
```typescript
|
|
448
|
+
import { VercelCore } from "@vercel/sdk/core.js";
|
|
449
|
+
import { marketplaceDeleteIntegrationResource } from "@vercel/sdk/funcs/marketplaceDeleteIntegrationResource.js";
|
|
450
|
+
|
|
451
|
+
// Use `VercelCore` for best tree-shaking performance.
|
|
452
|
+
// You can create one instance of it to use across an application.
|
|
453
|
+
const vercel = new VercelCore({
|
|
454
|
+
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
|
|
455
|
+
});
|
|
456
|
+
|
|
457
|
+
async function run() {
|
|
458
|
+
const res = await marketplaceDeleteIntegrationResource(vercel, {
|
|
459
|
+
integrationConfigurationId: "<id>",
|
|
460
|
+
resourceId: "<id>",
|
|
461
|
+
});
|
|
462
|
+
if (res.ok) {
|
|
463
|
+
const { value: result } = res;
|
|
464
|
+
|
|
465
|
+
} else {
|
|
466
|
+
console.log("marketplaceDeleteIntegrationResource failed:", res.error);
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
run();
|
|
471
|
+
```
|
|
472
|
+
|
|
473
|
+
### Parameters
|
|
474
|
+
|
|
475
|
+
| Parameter | Type | Required | Description |
|
|
476
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
477
|
+
| `request` | [models.DeleteIntegrationResourceRequest](../../models/deleteintegrationresourcerequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
478
|
+
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
479
|
+
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
480
|
+
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
481
|
+
|
|
482
|
+
### Response
|
|
483
|
+
|
|
484
|
+
**Promise\<void\>**
|
|
485
|
+
|
|
486
|
+
### Errors
|
|
487
|
+
|
|
488
|
+
| Error Type | Status Code | Content Type |
|
|
489
|
+
| ---------------------------- | ---------------------------- | ---------------------------- |
|
|
490
|
+
| models.VercelBadRequestError | 400 | application/json |
|
|
491
|
+
| models.VercelForbiddenError | 401 | application/json |
|
|
492
|
+
| models.VercelNotFoundError | 404 | application/json |
|
|
493
|
+
| models.SDKError | 4XX, 5XX | \*/\* |
|
|
494
|
+
|
|
495
|
+
## importResource
|
|
496
|
+
|
|
497
|
+
This endpoint imports (upserts) a resource to Vercel's installation. This may be needed if resources can be independently created on the partner's side and need to be synchronized to Vercel.
|
|
498
|
+
|
|
499
|
+
### Example Usage
|
|
500
|
+
|
|
501
|
+
```typescript
|
|
502
|
+
import { Vercel } from "@vercel/sdk";
|
|
503
|
+
|
|
504
|
+
const vercel = new Vercel({
|
|
505
|
+
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
|
|
506
|
+
});
|
|
507
|
+
|
|
508
|
+
async function run() {
|
|
509
|
+
const result = await vercel.marketplace.importResource({
|
|
510
|
+
integrationConfigurationId: "<id>",
|
|
511
|
+
resourceId: "<id>",
|
|
512
|
+
});
|
|
513
|
+
|
|
514
|
+
console.log(result);
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
run();
|
|
518
|
+
```
|
|
519
|
+
|
|
520
|
+
### Standalone function
|
|
521
|
+
|
|
522
|
+
The standalone function version of this method:
|
|
523
|
+
|
|
524
|
+
```typescript
|
|
525
|
+
import { VercelCore } from "@vercel/sdk/core.js";
|
|
526
|
+
import { marketplaceImportResource } from "@vercel/sdk/funcs/marketplaceImportResource.js";
|
|
527
|
+
|
|
528
|
+
// Use `VercelCore` for best tree-shaking performance.
|
|
529
|
+
// You can create one instance of it to use across an application.
|
|
530
|
+
const vercel = new VercelCore({
|
|
531
|
+
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
|
|
532
|
+
});
|
|
533
|
+
|
|
534
|
+
async function run() {
|
|
535
|
+
const res = await marketplaceImportResource(vercel, {
|
|
536
|
+
integrationConfigurationId: "<id>",
|
|
537
|
+
resourceId: "<id>",
|
|
538
|
+
});
|
|
539
|
+
if (res.ok) {
|
|
540
|
+
const { value: result } = res;
|
|
541
|
+
console.log(result);
|
|
542
|
+
} else {
|
|
543
|
+
console.log("marketplaceImportResource failed:", res.error);
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
run();
|
|
548
|
+
```
|
|
549
|
+
|
|
550
|
+
### Parameters
|
|
551
|
+
|
|
552
|
+
| Parameter | Type | Required | Description |
|
|
553
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
554
|
+
| `request` | [models.ImportResourceRequest](../../models/importresourcerequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
555
|
+
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
556
|
+
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
557
|
+
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
558
|
+
|
|
559
|
+
### Response
|
|
560
|
+
|
|
561
|
+
**Promise\<[models.ImportResourceResponseBody](../../models/importresourceresponsebody.md)\>**
|
|
562
|
+
|
|
563
|
+
### Errors
|
|
564
|
+
|
|
565
|
+
| Error Type | Status Code | Content Type |
|
|
566
|
+
| ---------------------------- | ---------------------------- | ---------------------------- |
|
|
567
|
+
| models.VercelBadRequestError | 400 | application/json |
|
|
568
|
+
| models.VercelForbiddenError | 401 | application/json |
|
|
569
|
+
| models.VercelNotFoundError | 404 | application/json |
|
|
570
|
+
| models.SDKError | 4XX, 5XX | \*/\* |
|
|
571
|
+
|
|
263
572
|
## submitBillingData
|
|
264
573
|
|
|
265
574
|
Sends the billing and usage data. The partner should do this at least once a day and ideally once per hour. <br/> Use the `credentials.access_token` we provided in the [Upsert Installation](#upsert-installation) body to authorize this request.
|
|
@@ -959,83 +1268,6 @@ run();
|
|
|
959
1268
|
| models.VercelNotFoundError | 404 | application/json |
|
|
960
1269
|
| models.SDKError | 4XX, 5XX | \*/\* |
|
|
961
1270
|
|
|
962
|
-
## importResource
|
|
963
|
-
|
|
964
|
-
This endpoint imports (upserts) a resource to Vercel's installation. This may be needed if resources can be independently created on the partner's side and need to be synchronized to Vercel.
|
|
965
|
-
|
|
966
|
-
### Example Usage
|
|
967
|
-
|
|
968
|
-
```typescript
|
|
969
|
-
import { Vercel } from "@vercel/sdk";
|
|
970
|
-
|
|
971
|
-
const vercel = new Vercel({
|
|
972
|
-
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
|
|
973
|
-
});
|
|
974
|
-
|
|
975
|
-
async function run() {
|
|
976
|
-
const result = await vercel.marketplace.importResource({
|
|
977
|
-
integrationConfigurationId: "<id>",
|
|
978
|
-
resourceId: "<id>",
|
|
979
|
-
});
|
|
980
|
-
|
|
981
|
-
console.log(result);
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
run();
|
|
985
|
-
```
|
|
986
|
-
|
|
987
|
-
### Standalone function
|
|
988
|
-
|
|
989
|
-
The standalone function version of this method:
|
|
990
|
-
|
|
991
|
-
```typescript
|
|
992
|
-
import { VercelCore } from "@vercel/sdk/core.js";
|
|
993
|
-
import { marketplaceImportResource } from "@vercel/sdk/funcs/marketplaceImportResource.js";
|
|
994
|
-
|
|
995
|
-
// Use `VercelCore` for best tree-shaking performance.
|
|
996
|
-
// You can create one instance of it to use across an application.
|
|
997
|
-
const vercel = new VercelCore({
|
|
998
|
-
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
|
|
999
|
-
});
|
|
1000
|
-
|
|
1001
|
-
async function run() {
|
|
1002
|
-
const res = await marketplaceImportResource(vercel, {
|
|
1003
|
-
integrationConfigurationId: "<id>",
|
|
1004
|
-
resourceId: "<id>",
|
|
1005
|
-
});
|
|
1006
|
-
if (res.ok) {
|
|
1007
|
-
const { value: result } = res;
|
|
1008
|
-
console.log(result);
|
|
1009
|
-
} else {
|
|
1010
|
-
console.log("marketplaceImportResource failed:", res.error);
|
|
1011
|
-
}
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
|
-
run();
|
|
1015
|
-
```
|
|
1016
|
-
|
|
1017
|
-
### Parameters
|
|
1018
|
-
|
|
1019
|
-
| Parameter | Type | Required | Description |
|
|
1020
|
-
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
1021
|
-
| `request` | [models.ImportResourceRequest](../../models/importresourcerequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
1022
|
-
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
1023
|
-
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
1024
|
-
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
1025
|
-
|
|
1026
|
-
### Response
|
|
1027
|
-
|
|
1028
|
-
**Promise\<[models.ImportResourceResponseBody](../../models/importresourceresponsebody.md)\>**
|
|
1029
|
-
|
|
1030
|
-
### Errors
|
|
1031
|
-
|
|
1032
|
-
| Error Type | Status Code | Content Type |
|
|
1033
|
-
| ---------------------------- | ---------------------------- | ---------------------------- |
|
|
1034
|
-
| models.VercelBadRequestError | 400 | application/json |
|
|
1035
|
-
| models.VercelForbiddenError | 401 | application/json |
|
|
1036
|
-
| models.VercelNotFoundError | 404 | application/json |
|
|
1037
|
-
| models.SDKError | 4XX, 5XX | \*/\* |
|
|
1038
|
-
|
|
1039
1271
|
## exchangeSsoToken
|
|
1040
1272
|
|
|
1041
1273
|
During the autorization process, Vercel sends the user to the provider [redirectLoginUrl](https://vercel.com/docs/integrations/create-integration/submit-integration#redirect-login-url), that includes the OAuth authorization `code` parameter. The provider then calls the SSO Token Exchange endpoint with the sent code and receives the OIDC token. They log the user in based on this token and redirects the user back to the Vercel account using deep-link parameters included the redirectLoginUrl. Providers should not persist the returned `id_token` in a database since the token will expire. See [**Authentication with SSO**](https://vercel.com/docs/integrations/create-integration/marketplace-api#authentication-with-sso) for more details.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deployments.test.js","sourceRoot":"","sources":["../../src/__tests__/deployments.test.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AACtC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"deployments.test.js","sourceRoot":"","sources":["../../src/__tests__/deployments.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domains.test.js","sourceRoot":"","sources":["../../src/__tests__/domains.test.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AACtC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"domains.test.js","sourceRoot":"","sources":["../../src/__tests__/domains.test.ts"],"names":[],"mappings":"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"}
|