@vercel/sdk 1.10.4 → 1.10.6
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 +4 -2
- package/bin/mcp-server.js +5676 -1708
- package/bin/mcp-server.js.map +46 -43
- package/docs/sdks/integrations/README.md +81 -0
- package/docs/sdks/projects/README.md +8 -0
- package/docs/sdks/teams/README.md +0 -2
- package/esm/__tests__/accessgroups.test.js +4 -0
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/deployments.test.js +2 -2
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +11 -0
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +18 -0
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +25 -0
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/security.test.js +4 -4
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/integrationsGetConfigurationProducts.d.ts +20 -0
- package/esm/funcs/integrationsGetConfigurationProducts.d.ts.map +1 -0
- package/esm/funcs/integrationsGetConfigurationProducts.js +94 -0
- package/esm/funcs/integrationsGetConfigurationProducts.js.map +1 -0
- package/esm/funcs/projectsCreateProject.d.ts +3 -1
- package/esm/funcs/projectsCreateProject.d.ts.map +1 -1
- package/esm/funcs/projectsCreateProject.js +16 -2
- package/esm/funcs/projectsCreateProject.js.map +1 -1
- package/esm/funcs/projectsCreateProjectEnv.d.ts +3 -1
- package/esm/funcs/projectsCreateProjectEnv.d.ts.map +1 -1
- package/esm/funcs/projectsCreateProjectEnv.js +15 -2
- package/esm/funcs/projectsCreateProjectEnv.js.map +1 -1
- package/esm/funcs/projectsEditProjectEnv.d.ts +3 -1
- package/esm/funcs/projectsEditProjectEnv.d.ts.map +1 -1
- package/esm/funcs/projectsEditProjectEnv.js +4 -2
- package/esm/funcs/projectsEditProjectEnv.js.map +1 -1
- package/esm/funcs/projectsGetProjects.js +1 -0
- package/esm/funcs/projectsGetProjects.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/security.d.ts.map +1 -1
- package/esm/lib/security.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +3 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/integrationsGetConfigurationProducts.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsGetConfigurationProducts.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsGetConfigurationProducts.js +28 -0
- package/esm/mcp-server/tools/integrationsGetConfigurationProducts.js.map +1 -0
- package/esm/models/canceldeploymentop.d.ts +45 -39
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +19 -17
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createaccessgroupop.d.ts +24 -0
- package/esm/models/createaccessgroupop.d.ts.map +1 -1
- package/esm/models/createaccessgroupop.js +20 -0
- package/esm/models/createaccessgroupop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +49 -37
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +19 -15
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createedgeconfigop.d.ts +17 -12
- package/esm/models/createedgeconfigop.d.ts.map +1 -1
- package/esm/models/createedgeconfigop.js +14 -12
- package/esm/models/createedgeconfigop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +18 -18
- package/esm/models/createprojectenvop.d.ts.map +1 -1
- package/esm/models/createprojectenvop.js +14 -14
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +243 -218
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +228 -216
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +29 -29
- package/esm/models/filterprojectenvsop.d.ts.map +1 -1
- package/esm/models/filterprojectenvsop.js +23 -27
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getaliasop.d.ts +2 -0
- package/esm/models/getaliasop.d.ts.map +1 -1
- package/esm/models/getaliasop.js +2 -0
- package/esm/models/getaliasop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +6435 -0
- package/esm/models/getconfigurationproductsop.d.ts.map +1 -0
- package/esm/models/getconfigurationproductsop.js +7314 -0
- package/esm/models/getconfigurationproductsop.js.map +1 -0
- package/esm/models/getconfigurationsop.d.ts +15 -15
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +15 -15
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +66 -60
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +54 -52
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +49 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +29 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getdomainconfigop.d.ts +24 -12
- package/esm/models/getdomainconfigop.d.ts.map +1 -1
- package/esm/models/getdomainconfigop.js +24 -16
- package/esm/models/getdomainconfigop.js.map +1 -1
- package/esm/models/getedgeconfigop.d.ts +17 -12
- package/esm/models/getedgeconfigop.d.ts.map +1 -1
- package/esm/models/getedgeconfigop.js +14 -12
- package/esm/models/getedgeconfigop.js.map +1 -1
- package/esm/models/getfirewallconfigop.d.ts +6 -0
- package/esm/models/getfirewallconfigop.d.ts.map +1 -1
- package/esm/models/getfirewallconfigop.js +2 -0
- package/esm/models/getfirewallconfigop.js.map +1 -1
- package/esm/models/getprojectmembersop.d.ts +8 -8
- package/esm/models/getprojectmembersop.d.ts.map +1 -1
- package/esm/models/getprojectmembersop.js +12 -12
- package/esm/models/getprojectmembersop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +114 -66
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +103 -72
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +4 -4
- package/esm/models/getteammembersop.d.ts.map +1 -1
- package/esm/models/getteammembersop.js +4 -4
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +6 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +2 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/inviteusertoteamop.d.ts +32 -223
- package/esm/models/inviteusertoteamop.d.ts.map +1 -1
- package/esm/models/inviteusertoteamop.js +42 -182
- package/esm/models/inviteusertoteamop.js.map +1 -1
- package/esm/models/listaliasesop.d.ts +2 -0
- package/esm/models/listaliasesop.d.ts.map +1 -1
- package/esm/models/listaliasesop.js +2 -0
- package/esm/models/listaliasesop.js.map +1 -1
- package/esm/models/listdeploymentaliasesop.d.ts +2 -0
- package/esm/models/listdeploymentaliasesop.d.ts.map +1 -1
- package/esm/models/listdeploymentaliasesop.js +2 -0
- package/esm/models/listdeploymentaliasesop.js.map +1 -1
- package/esm/models/patchurlprotectionbypassop.d.ts +5 -0
- package/esm/models/patchurlprotectionbypassop.d.ts.map +1 -1
- package/esm/models/patchurlprotectionbypassop.js +2 -0
- package/esm/models/patchurlprotectionbypassop.js.map +1 -1
- package/esm/models/putfirewallconfigop.d.ts +9 -0
- package/esm/models/putfirewallconfigop.d.ts.map +1 -1
- package/esm/models/putfirewallconfigop.js +3 -0
- package/esm/models/putfirewallconfigop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/team.d.ts +23 -0
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +23 -0
- package/esm/models/team.js.map +1 -1
- package/esm/models/updateaccessgroupop.d.ts +2 -2
- package/esm/models/updateaccessgroupop.d.ts.map +1 -1
- package/esm/models/updateaccessgroupop.js +2 -3
- package/esm/models/updateaccessgroupop.js.map +1 -1
- package/esm/models/updateedgeconfigop.d.ts +17 -12
- package/esm/models/updateedgeconfigop.d.ts.map +1 -1
- package/esm/models/updateedgeconfigop.js +14 -12
- package/esm/models/updateedgeconfigop.js.map +1 -1
- package/esm/models/updatefirewallconfigop.d.ts +78 -4
- package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
- package/esm/models/updatefirewallconfigop.js +50 -4
- package/esm/models/updatefirewallconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +74 -62
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +74 -70
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +86 -66
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +82 -72
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +56 -56
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +56 -62
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/integrations.d.ts +8 -0
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +10 -0
- package/esm/sdk/integrations.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +4 -0
- package/src/__tests__/deployments.test.ts +2 -2
- package/src/__tests__/domains.test.ts +11 -0
- package/src/__tests__/edgeconfig.test.ts +18 -0
- package/src/__tests__/integrations.test.ts +28 -0
- package/src/__tests__/security.test.ts +4 -4
- package/src/funcs/integrationsGetConfigurationProducts.ts +207 -0
- package/src/funcs/projectsCreateProject.ts +30 -2
- package/src/funcs/projectsCreateProjectEnv.ts +29 -2
- package/src/funcs/projectsEditProjectEnv.ts +18 -2
- package/src/funcs/projectsGetProjects.ts +1 -0
- package/src/lib/config.ts +3 -3
- package/src/lib/security.ts +4 -1
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -1
- package/src/mcp-server/tools/integrationsGetConfigurationProducts.ts +39 -0
- package/src/models/canceldeploymentop.ts +25 -23
- package/src/models/createaccessgroupop.ts +32 -0
- package/src/models/createdeploymentop.ts +23 -19
- package/src/models/createedgeconfigop.ts +31 -24
- package/src/models/createprojectenvop.ts +26 -26
- package/src/models/createprojectop.ts +447 -422
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/filterprojectenvsop.ts +45 -49
- package/src/models/getaliasop.ts +4 -0
- package/src/models/getconfigurationproductsop.ts +16739 -0
- package/src/models/getconfigurationsop.ts +28 -24
- package/src/models/getdeploymentop.ts +91 -89
- package/src/models/getdeploymentsop.ts +57 -0
- package/src/models/getdomainconfigop.ts +48 -28
- package/src/models/getedgeconfigop.ts +31 -24
- package/src/models/getfirewallconfigop.ts +2 -0
- package/src/models/getprojectmembersop.ts +16 -19
- package/src/models/getprojectsop.ts +199 -144
- package/src/models/getteammembersop.ts +8 -8
- package/src/models/getwebhooksop.ts +2 -0
- package/src/models/inviteusertoteamop.ts +69 -330
- package/src/models/listaliasesop.ts +4 -0
- package/src/models/listdeploymentaliasesop.ts +4 -0
- package/src/models/patchurlprotectionbypassop.ts +7 -0
- package/src/models/putfirewallconfigop.ts +3 -0
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/team.ts +54 -0
- package/src/models/updateaccessgroupop.ts +4 -5
- package/src/models/updateedgeconfigop.ts +31 -24
- package/src/models/updatefirewallconfigop.ts +73 -8
- package/src/models/updateprojectdatacacheop.ts +145 -135
- package/src/models/updateprojectop.ts +162 -144
- package/src/models/userevent.ts +112 -124
- package/src/sdk/integrations.ts +22 -0
- package/vercel-spec.json +3786 -967
package/src/lib/security.ts
CHANGED
|
@@ -83,7 +83,10 @@ type SecurityInputOAuth2 = {
|
|
|
83
83
|
type SecurityInputOAuth2ClientCredentials = {
|
|
84
84
|
type: "oauth2:client_credentials";
|
|
85
85
|
value:
|
|
86
|
-
| {
|
|
86
|
+
| {
|
|
87
|
+
clientID?: string | undefined;
|
|
88
|
+
clientSecret?: string | undefined;
|
|
89
|
+
}
|
|
87
90
|
| null
|
|
88
91
|
| string
|
|
89
92
|
| undefined;
|
package/src/mcp-server/server.ts
CHANGED
|
@@ -97,6 +97,7 @@ import { tool$environmentRemoveCustomEnvironment } from "./tools/environmentRemo
|
|
|
97
97
|
import { tool$environmentUpdateCustomEnvironment } from "./tools/environmentUpdateCustomEnvironment.js";
|
|
98
98
|
import { tool$integrationsDeleteConfiguration } from "./tools/integrationsDeleteConfiguration.js";
|
|
99
99
|
import { tool$integrationsGetConfiguration } from "./tools/integrationsGetConfiguration.js";
|
|
100
|
+
import { tool$integrationsGetConfigurationProducts } from "./tools/integrationsGetConfigurationProducts.js";
|
|
100
101
|
import { tool$integrationsGetConfigurations } from "./tools/integrationsGetConfigurations.js";
|
|
101
102
|
import { tool$logDrainsCreateLogDrain } from "./tools/logDrainsCreateLogDrain.js";
|
|
102
103
|
import { tool$logDrainsDeleteIntegrationLogDrain } from "./tools/logDrainsDeleteIntegrationLogDrain.js";
|
|
@@ -195,7 +196,7 @@ export function createMCPServer(deps: {
|
|
|
195
196
|
}) {
|
|
196
197
|
const server = new McpServer({
|
|
197
198
|
name: "Vercel",
|
|
198
|
-
version: "1.10.
|
|
199
|
+
version: "1.10.6",
|
|
199
200
|
});
|
|
200
201
|
|
|
201
202
|
const client = new VercelCore({
|
|
@@ -284,6 +285,7 @@ export function createMCPServer(deps: {
|
|
|
284
285
|
tool(tool$integrationsGetConfigurations);
|
|
285
286
|
tool(tool$integrationsGetConfiguration);
|
|
286
287
|
tool(tool$integrationsDeleteConfiguration);
|
|
288
|
+
tool(tool$integrationsGetConfigurationProducts);
|
|
287
289
|
tool(tool$domainsBuyDomain);
|
|
288
290
|
tool(tool$domainsCheckDomainPrice);
|
|
289
291
|
tool(tool$domainsCheckDomainStatus);
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import { integrationsGetConfigurationProducts } from "../../funcs/integrationsGetConfigurationProducts.js";
|
|
6
|
+
import { GetConfigurationProductsRequest$inboundSchema } from "../../models/getconfigurationproductsop.js";
|
|
7
|
+
import { formatResult, ToolDefinition } from "../tools.js";
|
|
8
|
+
|
|
9
|
+
const args = {
|
|
10
|
+
request: GetConfigurationProductsRequest$inboundSchema,
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export const tool$integrationsGetConfigurationProducts: ToolDefinition<
|
|
14
|
+
typeof args
|
|
15
|
+
> = {
|
|
16
|
+
name: "integrations-get-configuration-products",
|
|
17
|
+
description: `List products for integration configuration
|
|
18
|
+
|
|
19
|
+
Lists all products available for an integration configuration. Use this endpoint to discover what integration products are available for your integration configuration. The returned product IDs or slugs can then be used with storage provisioning endpoints like \`POST /v1/storage/stores/integration/direct\`. ## Workflow 1. Get your integration configurations: \`GET /v1/integrations/configurations\` 2. **Use this endpoint**: Get products for a configuration: \`GET /v1/integrations/configuration/{id}/products\` 3. Create storage resource: \`POST /v1/storage/stores/integration/direct\` ## Response Returns an array of products with their IDs, slugs, names, supported protocols, and metadata requirements. Each product represents a different type of resource you can provision. The \`metadataSchema\` field contains a JSON Schema that defines: - **Required metadata**: Fields that must be provided during storage creation - **Optional metadata**: Fields that can be provided but are not mandatory - **Field validation**: Data types, allowed values, and constraints Use this schema to validate metadata before calling the storage creation endpoint.`,
|
|
20
|
+
args,
|
|
21
|
+
tool: async (client, args, ctx) => {
|
|
22
|
+
const [result, apiCall] = await integrationsGetConfigurationProducts(
|
|
23
|
+
client,
|
|
24
|
+
args.request,
|
|
25
|
+
{ fetchOptions: { signal: ctx.signal } },
|
|
26
|
+
).$inspect();
|
|
27
|
+
|
|
28
|
+
if (!result.ok) {
|
|
29
|
+
return {
|
|
30
|
+
content: [{ type: "text", text: result.error.message }],
|
|
31
|
+
isError: true,
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
const value = result.value;
|
|
36
|
+
|
|
37
|
+
return formatResult(value, apiCall);
|
|
38
|
+
},
|
|
39
|
+
};
|
|
@@ -91,6 +91,8 @@ export const CancelDeploymentFramework = {
|
|
|
91
91
|
Storybook: "storybook",
|
|
92
92
|
Nitro: "nitro",
|
|
93
93
|
Hono: "hono",
|
|
94
|
+
Express: "express",
|
|
95
|
+
Xmcp: "xmcp",
|
|
94
96
|
} as const;
|
|
95
97
|
export type CancelDeploymentFramework = ClosedEnum<
|
|
96
98
|
typeof CancelDeploymentFramework
|
|
@@ -125,11 +127,11 @@ export type CancelDeploymentProjectSettings = {
|
|
|
125
127
|
};
|
|
126
128
|
|
|
127
129
|
export const CancelDeploymentDeploymentsStatus = {
|
|
130
|
+
Error: "error",
|
|
131
|
+
Timeout: "timeout",
|
|
128
132
|
Skipped: "skipped",
|
|
129
133
|
Pending: "pending",
|
|
130
134
|
Ready: "ready",
|
|
131
|
-
Error: "error",
|
|
132
|
-
Timeout: "timeout",
|
|
133
135
|
} as const;
|
|
134
136
|
export type CancelDeploymentDeploymentsStatus = ClosedEnum<
|
|
135
137
|
typeof CancelDeploymentDeploymentsStatus
|
|
@@ -227,8 +229,8 @@ export type CancelDeploymentCreator = {
|
|
|
227
229
|
};
|
|
228
230
|
|
|
229
231
|
export const CancelDeploymentDeploymentsReadyState = {
|
|
230
|
-
Building: "BUILDING",
|
|
231
232
|
Error: "ERROR",
|
|
233
|
+
Building: "BUILDING",
|
|
232
234
|
Initializing: "INITIALIZING",
|
|
233
235
|
Ready: "READY",
|
|
234
236
|
} as const;
|
|
@@ -245,10 +247,10 @@ export type CancelDeploymentOutput = {
|
|
|
245
247
|
* A partial representation of a Build used by the deployment endpoint.
|
|
246
248
|
*/
|
|
247
249
|
export type CancelDeploymentLambdas = {
|
|
248
|
-
id
|
|
250
|
+
id: string;
|
|
249
251
|
createdAt?: number | undefined;
|
|
250
|
-
entrypoint?: string | null | undefined;
|
|
251
252
|
readyState?: CancelDeploymentDeploymentsReadyState | undefined;
|
|
253
|
+
entrypoint?: string | null | undefined;
|
|
252
254
|
readyStateAt?: number | undefined;
|
|
253
255
|
output: Array<CancelDeploymentOutput>;
|
|
254
256
|
};
|
|
@@ -266,8 +268,8 @@ export type CancelDeploymentStatus = ClosedEnum<typeof CancelDeploymentStatus>;
|
|
|
266
268
|
export type CancelDeploymentTeam = {
|
|
267
269
|
id: string;
|
|
268
270
|
name: string;
|
|
269
|
-
avatar?: string | undefined;
|
|
270
271
|
slug: string;
|
|
272
|
+
avatar?: string | undefined;
|
|
271
273
|
};
|
|
272
274
|
|
|
273
275
|
export type CancelDeploymentCustomEnvironment2 = {
|
|
@@ -905,12 +907,12 @@ export type CancelDeploymentRoutes3 = {
|
|
|
905
907
|
};
|
|
906
908
|
|
|
907
909
|
export const RoutesHandle = {
|
|
908
|
-
Error: "error",
|
|
909
910
|
Filesystem: "filesystem",
|
|
911
|
+
Error: "error",
|
|
910
912
|
Hit: "hit",
|
|
911
913
|
Miss: "miss",
|
|
912
|
-
Rewrite: "rewrite",
|
|
913
914
|
Resource: "resource",
|
|
915
|
+
Rewrite: "rewrite",
|
|
914
916
|
} as const;
|
|
915
917
|
export type RoutesHandle = ClosedEnum<typeof RoutesHandle>;
|
|
916
918
|
|
|
@@ -1079,8 +1081,8 @@ export type CancelDeploymentRoutesType = ClosedEnum<
|
|
|
1079
1081
|
>;
|
|
1080
1082
|
|
|
1081
1083
|
export const RoutesOp = {
|
|
1082
|
-
Append: "append",
|
|
1083
1084
|
Set: "set",
|
|
1085
|
+
Append: "append",
|
|
1084
1086
|
Delete: "delete",
|
|
1085
1087
|
} as const;
|
|
1086
1088
|
export type RoutesOp = ClosedEnum<typeof RoutesOp>;
|
|
@@ -1165,8 +1167,8 @@ export type CancelDeploymentGitRepoDeploymentsResponseType = ClosedEnum<
|
|
|
1165
1167
|
>;
|
|
1166
1168
|
|
|
1167
1169
|
export const CancelDeploymentGitRepoDeploymentsResponseOwnerType = {
|
|
1168
|
-
Team: "team",
|
|
1169
1170
|
User: "user",
|
|
1171
|
+
Team: "team",
|
|
1170
1172
|
} as const;
|
|
1171
1173
|
export type CancelDeploymentGitRepoDeploymentsResponseOwnerType = ClosedEnum<
|
|
1172
1174
|
typeof CancelDeploymentGitRepoDeploymentsResponseOwnerType
|
|
@@ -1193,8 +1195,8 @@ export type CancelDeploymentGitRepoDeploymentsType = ClosedEnum<
|
|
|
1193
1195
|
>;
|
|
1194
1196
|
|
|
1195
1197
|
export const CancelDeploymentGitRepoDeploymentsOwnerType = {
|
|
1196
|
-
Team: "team",
|
|
1197
1198
|
User: "user",
|
|
1199
|
+
Team: "team",
|
|
1198
1200
|
} as const;
|
|
1199
1201
|
export type CancelDeploymentGitRepoDeploymentsOwnerType = ClosedEnum<
|
|
1200
1202
|
typeof CancelDeploymentGitRepoDeploymentsOwnerType
|
|
@@ -1221,8 +1223,8 @@ export type CancelDeploymentGitRepoType = ClosedEnum<
|
|
|
1221
1223
|
>;
|
|
1222
1224
|
|
|
1223
1225
|
export const CancelDeploymentGitRepoOwnerType = {
|
|
1224
|
-
Team: "team",
|
|
1225
1226
|
User: "user",
|
|
1227
|
+
Team: "team",
|
|
1226
1228
|
} as const;
|
|
1227
1229
|
export type CancelDeploymentGitRepoOwnerType = ClosedEnum<
|
|
1228
1230
|
typeof CancelDeploymentGitRepoOwnerType
|
|
@@ -1340,16 +1342,16 @@ export type CancelDeploymentMicrofrontends =
|
|
|
1340
1342
|
| CancelDeploymentMicrofrontends1;
|
|
1341
1343
|
|
|
1342
1344
|
export const CancelDeploymentFunctionType = {
|
|
1343
|
-
Fluid: "fluid",
|
|
1344
1345
|
Standard: "standard",
|
|
1346
|
+
Fluid: "fluid",
|
|
1345
1347
|
} as const;
|
|
1346
1348
|
export type CancelDeploymentFunctionType = ClosedEnum<
|
|
1347
1349
|
typeof CancelDeploymentFunctionType
|
|
1348
1350
|
>;
|
|
1349
1351
|
|
|
1350
1352
|
export const CancelDeploymentFunctionMemoryType = {
|
|
1351
|
-
Standard: "standard",
|
|
1352
1353
|
StandardLegacy: "standard_legacy",
|
|
1354
|
+
Standard: "standard",
|
|
1353
1355
|
Performance: "performance",
|
|
1354
1356
|
} as const;
|
|
1355
1357
|
export type CancelDeploymentFunctionMemoryType = ClosedEnum<
|
|
@@ -2524,20 +2526,20 @@ export const CancelDeploymentLambdas$inboundSchema: z.ZodType<
|
|
|
2524
2526
|
z.ZodTypeDef,
|
|
2525
2527
|
unknown
|
|
2526
2528
|
> = z.object({
|
|
2527
|
-
id: z.string()
|
|
2529
|
+
id: z.string(),
|
|
2528
2530
|
createdAt: z.number().optional(),
|
|
2529
|
-
entrypoint: z.nullable(z.string()).optional(),
|
|
2530
2531
|
readyState: CancelDeploymentDeploymentsReadyState$inboundSchema.optional(),
|
|
2532
|
+
entrypoint: z.nullable(z.string()).optional(),
|
|
2531
2533
|
readyStateAt: z.number().optional(),
|
|
2532
2534
|
output: z.array(z.lazy(() => CancelDeploymentOutput$inboundSchema)),
|
|
2533
2535
|
});
|
|
2534
2536
|
|
|
2535
2537
|
/** @internal */
|
|
2536
2538
|
export type CancelDeploymentLambdas$Outbound = {
|
|
2537
|
-
id
|
|
2539
|
+
id: string;
|
|
2538
2540
|
createdAt?: number | undefined;
|
|
2539
|
-
entrypoint?: string | null | undefined;
|
|
2540
2541
|
readyState?: string | undefined;
|
|
2542
|
+
entrypoint?: string | null | undefined;
|
|
2541
2543
|
readyStateAt?: number | undefined;
|
|
2542
2544
|
output: Array<CancelDeploymentOutput$Outbound>;
|
|
2543
2545
|
};
|
|
@@ -2548,10 +2550,10 @@ export const CancelDeploymentLambdas$outboundSchema: z.ZodType<
|
|
|
2548
2550
|
z.ZodTypeDef,
|
|
2549
2551
|
CancelDeploymentLambdas
|
|
2550
2552
|
> = z.object({
|
|
2551
|
-
id: z.string()
|
|
2553
|
+
id: z.string(),
|
|
2552
2554
|
createdAt: z.number().optional(),
|
|
2553
|
-
entrypoint: z.nullable(z.string()).optional(),
|
|
2554
2555
|
readyState: CancelDeploymentDeploymentsReadyState$outboundSchema.optional(),
|
|
2556
|
+
entrypoint: z.nullable(z.string()).optional(),
|
|
2555
2557
|
readyStateAt: z.number().optional(),
|
|
2556
2558
|
output: z.array(z.lazy(() => CancelDeploymentOutput$outboundSchema)),
|
|
2557
2559
|
});
|
|
@@ -2616,16 +2618,16 @@ export const CancelDeploymentTeam$inboundSchema: z.ZodType<
|
|
|
2616
2618
|
> = z.object({
|
|
2617
2619
|
id: z.string(),
|
|
2618
2620
|
name: z.string(),
|
|
2619
|
-
avatar: z.string().optional(),
|
|
2620
2621
|
slug: z.string(),
|
|
2622
|
+
avatar: z.string().optional(),
|
|
2621
2623
|
});
|
|
2622
2624
|
|
|
2623
2625
|
/** @internal */
|
|
2624
2626
|
export type CancelDeploymentTeam$Outbound = {
|
|
2625
2627
|
id: string;
|
|
2626
2628
|
name: string;
|
|
2627
|
-
avatar?: string | undefined;
|
|
2628
2629
|
slug: string;
|
|
2630
|
+
avatar?: string | undefined;
|
|
2629
2631
|
};
|
|
2630
2632
|
|
|
2631
2633
|
/** @internal */
|
|
@@ -2636,8 +2638,8 @@ export const CancelDeploymentTeam$outboundSchema: z.ZodType<
|
|
|
2636
2638
|
> = z.object({
|
|
2637
2639
|
id: z.string(),
|
|
2638
2640
|
name: z.string(),
|
|
2639
|
-
avatar: z.string().optional(),
|
|
2640
2641
|
slug: z.string(),
|
|
2642
|
+
avatar: z.string().optional(),
|
|
2641
2643
|
});
|
|
2642
2644
|
|
|
2643
2645
|
/**
|
|
@@ -57,7 +57,15 @@ export type CreateAccessGroupRequest = {
|
|
|
57
57
|
requestBody: CreateAccessGroupRequestBody;
|
|
58
58
|
};
|
|
59
59
|
|
|
60
|
+
export const CreateAccessGroupEntitlements = {
|
|
61
|
+
V0: "v0",
|
|
62
|
+
} as const;
|
|
63
|
+
export type CreateAccessGroupEntitlements = ClosedEnum<
|
|
64
|
+
typeof CreateAccessGroupEntitlements
|
|
65
|
+
>;
|
|
66
|
+
|
|
60
67
|
export type CreateAccessGroupResponseBody = {
|
|
68
|
+
entitlements: Array<CreateAccessGroupEntitlements>;
|
|
61
69
|
membersCount: number;
|
|
62
70
|
projectsCount: number;
|
|
63
71
|
/**
|
|
@@ -300,12 +308,34 @@ export function createAccessGroupRequestFromJSON(
|
|
|
300
308
|
);
|
|
301
309
|
}
|
|
302
310
|
|
|
311
|
+
/** @internal */
|
|
312
|
+
export const CreateAccessGroupEntitlements$inboundSchema: z.ZodNativeEnum<
|
|
313
|
+
typeof CreateAccessGroupEntitlements
|
|
314
|
+
> = z.nativeEnum(CreateAccessGroupEntitlements);
|
|
315
|
+
|
|
316
|
+
/** @internal */
|
|
317
|
+
export const CreateAccessGroupEntitlements$outboundSchema: z.ZodNativeEnum<
|
|
318
|
+
typeof CreateAccessGroupEntitlements
|
|
319
|
+
> = CreateAccessGroupEntitlements$inboundSchema;
|
|
320
|
+
|
|
321
|
+
/**
|
|
322
|
+
* @internal
|
|
323
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
324
|
+
*/
|
|
325
|
+
export namespace CreateAccessGroupEntitlements$ {
|
|
326
|
+
/** @deprecated use `CreateAccessGroupEntitlements$inboundSchema` instead. */
|
|
327
|
+
export const inboundSchema = CreateAccessGroupEntitlements$inboundSchema;
|
|
328
|
+
/** @deprecated use `CreateAccessGroupEntitlements$outboundSchema` instead. */
|
|
329
|
+
export const outboundSchema = CreateAccessGroupEntitlements$outboundSchema;
|
|
330
|
+
}
|
|
331
|
+
|
|
303
332
|
/** @internal */
|
|
304
333
|
export const CreateAccessGroupResponseBody$inboundSchema: z.ZodType<
|
|
305
334
|
CreateAccessGroupResponseBody,
|
|
306
335
|
z.ZodTypeDef,
|
|
307
336
|
unknown
|
|
308
337
|
> = z.object({
|
|
338
|
+
entitlements: z.array(CreateAccessGroupEntitlements$inboundSchema),
|
|
309
339
|
membersCount: z.number(),
|
|
310
340
|
projectsCount: z.number(),
|
|
311
341
|
name: z.string(),
|
|
@@ -319,6 +349,7 @@ export const CreateAccessGroupResponseBody$inboundSchema: z.ZodType<
|
|
|
319
349
|
|
|
320
350
|
/** @internal */
|
|
321
351
|
export type CreateAccessGroupResponseBody$Outbound = {
|
|
352
|
+
entitlements: Array<string>;
|
|
322
353
|
membersCount: number;
|
|
323
354
|
projectsCount: number;
|
|
324
355
|
name: string;
|
|
@@ -336,6 +367,7 @@ export const CreateAccessGroupResponseBody$outboundSchema: z.ZodType<
|
|
|
336
367
|
z.ZodTypeDef,
|
|
337
368
|
CreateAccessGroupResponseBody
|
|
338
369
|
> = z.object({
|
|
370
|
+
entitlements: z.array(CreateAccessGroupEntitlements$outboundSchema),
|
|
339
371
|
membersCount: z.number(),
|
|
340
372
|
projectsCount: z.number(),
|
|
341
373
|
name: z.string(),
|
|
@@ -277,6 +277,8 @@ export const Framework = {
|
|
|
277
277
|
Storybook: "storybook",
|
|
278
278
|
Nitro: "nitro",
|
|
279
279
|
Hono: "hono",
|
|
280
|
+
Express: "express",
|
|
281
|
+
Xmcp: "xmcp",
|
|
280
282
|
} as const;
|
|
281
283
|
/**
|
|
282
284
|
* The framework that is being used for this project. When `null` is used no framework is selected
|
|
@@ -488,6 +490,8 @@ export const CreateDeploymentFramework = {
|
|
|
488
490
|
Storybook: "storybook",
|
|
489
491
|
Nitro: "nitro",
|
|
490
492
|
Hono: "hono",
|
|
493
|
+
Express: "express",
|
|
494
|
+
Xmcp: "xmcp",
|
|
491
495
|
} as const;
|
|
492
496
|
export type CreateDeploymentFramework = ClosedEnum<
|
|
493
497
|
typeof CreateDeploymentFramework
|
|
@@ -522,11 +526,11 @@ export type CreateDeploymentProjectSettings = {
|
|
|
522
526
|
};
|
|
523
527
|
|
|
524
528
|
export const CreateDeploymentDeploymentsStatus = {
|
|
529
|
+
Error: "error",
|
|
530
|
+
Timeout: "timeout",
|
|
525
531
|
Skipped: "skipped",
|
|
526
532
|
Pending: "pending",
|
|
527
533
|
Ready: "ready",
|
|
528
|
-
Error: "error",
|
|
529
|
-
Timeout: "timeout",
|
|
530
534
|
} as const;
|
|
531
535
|
export type CreateDeploymentDeploymentsStatus = ClosedEnum<
|
|
532
536
|
typeof CreateDeploymentDeploymentsStatus
|
|
@@ -618,8 +622,8 @@ export type Creator = {
|
|
|
618
622
|
};
|
|
619
623
|
|
|
620
624
|
export const CreateDeploymentReadyState = {
|
|
621
|
-
Building: "BUILDING",
|
|
622
625
|
Error: "ERROR",
|
|
626
|
+
Building: "BUILDING",
|
|
623
627
|
Initializing: "INITIALIZING",
|
|
624
628
|
Ready: "READY",
|
|
625
629
|
} as const;
|
|
@@ -636,10 +640,10 @@ export type CreateDeploymentOutput = {
|
|
|
636
640
|
* A partial representation of a Build used by the deployment endpoint.
|
|
637
641
|
*/
|
|
638
642
|
export type Lambdas = {
|
|
639
|
-
id
|
|
643
|
+
id: string;
|
|
640
644
|
createdAt?: number | undefined;
|
|
641
|
-
entrypoint?: string | null | undefined;
|
|
642
645
|
readyState?: CreateDeploymentReadyState | undefined;
|
|
646
|
+
entrypoint?: string | null | undefined;
|
|
643
647
|
readyStateAt?: number | undefined;
|
|
644
648
|
output: Array<CreateDeploymentOutput>;
|
|
645
649
|
};
|
|
@@ -1210,14 +1214,14 @@ export const CreateDeploymentPlan = {
|
|
|
1210
1214
|
export type CreateDeploymentPlan = ClosedEnum<typeof CreateDeploymentPlan>;
|
|
1211
1215
|
|
|
1212
1216
|
export const FunctionType = {
|
|
1213
|
-
Fluid: "fluid",
|
|
1214
1217
|
Standard: "standard",
|
|
1218
|
+
Fluid: "fluid",
|
|
1215
1219
|
} as const;
|
|
1216
1220
|
export type FunctionType = ClosedEnum<typeof FunctionType>;
|
|
1217
1221
|
|
|
1218
1222
|
export const FunctionMemoryType = {
|
|
1219
|
-
Standard: "standard",
|
|
1220
1223
|
StandardLegacy: "standard_legacy",
|
|
1224
|
+
Standard: "standard",
|
|
1221
1225
|
Performance: "performance",
|
|
1222
1226
|
} as const;
|
|
1223
1227
|
export type FunctionMemoryType = ClosedEnum<typeof FunctionMemoryType>;
|
|
@@ -1301,12 +1305,12 @@ export type Routes3 = {
|
|
|
1301
1305
|
};
|
|
1302
1306
|
|
|
1303
1307
|
export const Handle = {
|
|
1304
|
-
Error: "error",
|
|
1305
1308
|
Filesystem: "filesystem",
|
|
1309
|
+
Error: "error",
|
|
1306
1310
|
Hit: "hit",
|
|
1307
1311
|
Miss: "miss",
|
|
1308
|
-
Rewrite: "rewrite",
|
|
1309
1312
|
Resource: "resource",
|
|
1313
|
+
Rewrite: "rewrite",
|
|
1310
1314
|
} as const;
|
|
1311
1315
|
export type Handle = ClosedEnum<typeof Handle>;
|
|
1312
1316
|
|
|
@@ -1465,8 +1469,8 @@ export const RoutesType = {
|
|
|
1465
1469
|
export type RoutesType = ClosedEnum<typeof RoutesType>;
|
|
1466
1470
|
|
|
1467
1471
|
export const CreateDeploymentRoutesOp = {
|
|
1468
|
-
Append: "append",
|
|
1469
1472
|
Set: "set",
|
|
1473
|
+
Append: "append",
|
|
1470
1474
|
Delete: "delete",
|
|
1471
1475
|
} as const;
|
|
1472
1476
|
export type CreateDeploymentRoutesOp = ClosedEnum<
|
|
@@ -1645,8 +1649,8 @@ export type CreateDeploymentGitRepoDeploymentsType = ClosedEnum<
|
|
|
1645
1649
|
>;
|
|
1646
1650
|
|
|
1647
1651
|
export const CreateDeploymentGitRepoOwnerType = {
|
|
1648
|
-
Team: "team",
|
|
1649
1652
|
User: "user",
|
|
1653
|
+
Team: "team",
|
|
1650
1654
|
} as const;
|
|
1651
1655
|
export type CreateDeploymentGitRepoOwnerType = ClosedEnum<
|
|
1652
1656
|
typeof CreateDeploymentGitRepoOwnerType
|
|
@@ -1673,8 +1677,8 @@ export type CreateDeploymentGitRepoType = ClosedEnum<
|
|
|
1673
1677
|
>;
|
|
1674
1678
|
|
|
1675
1679
|
export const GitRepoOwnerType = {
|
|
1676
|
-
Team: "team",
|
|
1677
1680
|
User: "user",
|
|
1681
|
+
Team: "team",
|
|
1678
1682
|
} as const;
|
|
1679
1683
|
export type GitRepoOwnerType = ClosedEnum<typeof GitRepoOwnerType>;
|
|
1680
1684
|
|
|
@@ -1697,8 +1701,8 @@ export const GitRepoType = {
|
|
|
1697
1701
|
export type GitRepoType = ClosedEnum<typeof GitRepoType>;
|
|
1698
1702
|
|
|
1699
1703
|
export const OwnerType = {
|
|
1700
|
-
Team: "team",
|
|
1701
1704
|
User: "user",
|
|
1705
|
+
Team: "team",
|
|
1702
1706
|
} as const;
|
|
1703
1707
|
export type OwnerType = ClosedEnum<typeof OwnerType>;
|
|
1704
1708
|
|
|
@@ -3905,20 +3909,20 @@ export function createDeploymentOutputFromJSON(
|
|
|
3905
3909
|
/** @internal */
|
|
3906
3910
|
export const Lambdas$inboundSchema: z.ZodType<Lambdas, z.ZodTypeDef, unknown> =
|
|
3907
3911
|
z.object({
|
|
3908
|
-
id: z.string()
|
|
3912
|
+
id: z.string(),
|
|
3909
3913
|
createdAt: z.number().optional(),
|
|
3910
|
-
entrypoint: z.nullable(z.string()).optional(),
|
|
3911
3914
|
readyState: CreateDeploymentReadyState$inboundSchema.optional(),
|
|
3915
|
+
entrypoint: z.nullable(z.string()).optional(),
|
|
3912
3916
|
readyStateAt: z.number().optional(),
|
|
3913
3917
|
output: z.array(z.lazy(() => CreateDeploymentOutput$inboundSchema)),
|
|
3914
3918
|
});
|
|
3915
3919
|
|
|
3916
3920
|
/** @internal */
|
|
3917
3921
|
export type Lambdas$Outbound = {
|
|
3918
|
-
id
|
|
3922
|
+
id: string;
|
|
3919
3923
|
createdAt?: number | undefined;
|
|
3920
|
-
entrypoint?: string | null | undefined;
|
|
3921
3924
|
readyState?: string | undefined;
|
|
3925
|
+
entrypoint?: string | null | undefined;
|
|
3922
3926
|
readyStateAt?: number | undefined;
|
|
3923
3927
|
output: Array<CreateDeploymentOutput$Outbound>;
|
|
3924
3928
|
};
|
|
@@ -3929,10 +3933,10 @@ export const Lambdas$outboundSchema: z.ZodType<
|
|
|
3929
3933
|
z.ZodTypeDef,
|
|
3930
3934
|
Lambdas
|
|
3931
3935
|
> = z.object({
|
|
3932
|
-
id: z.string()
|
|
3936
|
+
id: z.string(),
|
|
3933
3937
|
createdAt: z.number().optional(),
|
|
3934
|
-
entrypoint: z.nullable(z.string()).optional(),
|
|
3935
3938
|
readyState: CreateDeploymentReadyState$outboundSchema.optional(),
|
|
3939
|
+
entrypoint: z.nullable(z.string()).optional(),
|
|
3936
3940
|
readyStateAt: z.number().optional(),
|
|
3937
3941
|
output: z.array(z.lazy(() => CreateDeploymentOutput$outboundSchema)),
|
|
3938
3942
|
});
|
|
@@ -65,21 +65,25 @@ export type CreateEdgeConfigPurpose = Purpose1 | Purpose2;
|
|
|
65
65
|
* An Edge Config
|
|
66
66
|
*/
|
|
67
67
|
export type CreateEdgeConfigResponseBody = {
|
|
68
|
-
createdAt
|
|
69
|
-
updatedAt
|
|
70
|
-
id
|
|
68
|
+
createdAt: number;
|
|
69
|
+
updatedAt: number;
|
|
70
|
+
id: string;
|
|
71
71
|
/**
|
|
72
72
|
* Name for the Edge Config Names are not unique. Must start with an alphabetic character and can contain only alphanumeric characters and underscores).
|
|
73
73
|
*/
|
|
74
|
-
slug
|
|
75
|
-
ownerId
|
|
76
|
-
digest
|
|
74
|
+
slug: string;
|
|
75
|
+
ownerId: string;
|
|
76
|
+
digest: string;
|
|
77
77
|
/**
|
|
78
78
|
* Keeps track of the current state of the Edge Config while it gets transferred.
|
|
79
79
|
*/
|
|
80
80
|
transfer?: CreateEdgeConfigTransfer | undefined;
|
|
81
81
|
schema?: CreateEdgeConfigSchema | undefined;
|
|
82
82
|
purpose?: Purpose1 | Purpose2 | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* Timestamp of when the Edge Config was synced to DynamoDB initially. It is only set when syncing the entire Edge Config, not when updating.
|
|
85
|
+
*/
|
|
86
|
+
syncedToDynamoAt?: number | undefined;
|
|
83
87
|
sizeInBytes: number;
|
|
84
88
|
itemCount: number;
|
|
85
89
|
};
|
|
@@ -527,33 +531,35 @@ export const CreateEdgeConfigResponseBody$inboundSchema: z.ZodType<
|
|
|
527
531
|
z.ZodTypeDef,
|
|
528
532
|
unknown
|
|
529
533
|
> = z.object({
|
|
530
|
-
createdAt: z.number()
|
|
531
|
-
updatedAt: z.number()
|
|
532
|
-
id: z.string()
|
|
533
|
-
slug: z.string()
|
|
534
|
-
ownerId: z.string()
|
|
535
|
-
digest: z.string()
|
|
534
|
+
createdAt: z.number(),
|
|
535
|
+
updatedAt: z.number(),
|
|
536
|
+
id: z.string(),
|
|
537
|
+
slug: z.string(),
|
|
538
|
+
ownerId: z.string(),
|
|
539
|
+
digest: z.string(),
|
|
536
540
|
transfer: z.lazy(() => CreateEdgeConfigTransfer$inboundSchema).optional(),
|
|
537
541
|
schema: z.lazy(() => CreateEdgeConfigSchema$inboundSchema).optional(),
|
|
538
542
|
purpose: z.union([
|
|
539
543
|
z.lazy(() => Purpose1$inboundSchema),
|
|
540
544
|
z.lazy(() => Purpose2$inboundSchema),
|
|
541
545
|
]).optional(),
|
|
546
|
+
syncedToDynamoAt: z.number().optional(),
|
|
542
547
|
sizeInBytes: z.number(),
|
|
543
548
|
itemCount: z.number(),
|
|
544
549
|
});
|
|
545
550
|
|
|
546
551
|
/** @internal */
|
|
547
552
|
export type CreateEdgeConfigResponseBody$Outbound = {
|
|
548
|
-
createdAt
|
|
549
|
-
updatedAt
|
|
550
|
-
id
|
|
551
|
-
slug
|
|
552
|
-
ownerId
|
|
553
|
-
digest
|
|
553
|
+
createdAt: number;
|
|
554
|
+
updatedAt: number;
|
|
555
|
+
id: string;
|
|
556
|
+
slug: string;
|
|
557
|
+
ownerId: string;
|
|
558
|
+
digest: string;
|
|
554
559
|
transfer?: CreateEdgeConfigTransfer$Outbound | undefined;
|
|
555
560
|
schema?: CreateEdgeConfigSchema$Outbound | undefined;
|
|
556
561
|
purpose?: Purpose1$Outbound | Purpose2$Outbound | undefined;
|
|
562
|
+
syncedToDynamoAt?: number | undefined;
|
|
557
563
|
sizeInBytes: number;
|
|
558
564
|
itemCount: number;
|
|
559
565
|
};
|
|
@@ -564,18 +570,19 @@ export const CreateEdgeConfigResponseBody$outboundSchema: z.ZodType<
|
|
|
564
570
|
z.ZodTypeDef,
|
|
565
571
|
CreateEdgeConfigResponseBody
|
|
566
572
|
> = z.object({
|
|
567
|
-
createdAt: z.number()
|
|
568
|
-
updatedAt: z.number()
|
|
569
|
-
id: z.string()
|
|
570
|
-
slug: z.string()
|
|
571
|
-
ownerId: z.string()
|
|
572
|
-
digest: z.string()
|
|
573
|
+
createdAt: z.number(),
|
|
574
|
+
updatedAt: z.number(),
|
|
575
|
+
id: z.string(),
|
|
576
|
+
slug: z.string(),
|
|
577
|
+
ownerId: z.string(),
|
|
578
|
+
digest: z.string(),
|
|
573
579
|
transfer: z.lazy(() => CreateEdgeConfigTransfer$outboundSchema).optional(),
|
|
574
580
|
schema: z.lazy(() => CreateEdgeConfigSchema$outboundSchema).optional(),
|
|
575
581
|
purpose: z.union([
|
|
576
582
|
z.lazy(() => Purpose1$outboundSchema),
|
|
577
583
|
z.lazy(() => Purpose2$outboundSchema),
|
|
578
584
|
]).optional(),
|
|
585
|
+
syncedToDynamoAt: z.number().optional(),
|
|
579
586
|
sizeInBytes: z.number(),
|
|
580
587
|
itemCount: z.number(),
|
|
581
588
|
});
|