@vercel/sdk 1.8.6 → 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 +10 -12
- package/bin/mcp-server.js +3013 -2754
- package/bin/mcp-server.js.map +45 -49
- package/docs/sdks/deployments/README.md +2 -0
- package/docs/sdks/logdrains/README.md +0 -80
- package/docs/sdks/marketplace/README.md +24 -24
- 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 +16 -19
- 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/{marketplaceDeleteResource.js → marketplaceDeleteIntegrationResource.js} +6 -6
- package/esm/funcs/marketplaceDeleteIntegrationResource.js.map +1 -0
- package/esm/funcs/{marketplaceGetResource.d.ts → marketplaceGetIntegrationResource.d.ts} +4 -4
- package/esm/funcs/marketplaceGetIntegrationResource.d.ts.map +1 -0
- package/esm/funcs/{marketplaceGetResource.js → marketplaceGetIntegrationResource.js} +7 -7
- package/esm/funcs/marketplaceGetIntegrationResource.js.map +1 -0
- package/esm/funcs/{marketplaceDeleteResource.d.ts → marketplaceGetIntegrationResources.d.ts} +5 -5
- package/esm/funcs/marketplaceGetIntegrationResources.d.ts.map +1 -0
- package/esm/funcs/{marketplaceGetResources.js → marketplaceGetIntegrationResources.js} +8 -8
- 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 +10 -12
- 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/approverollingreleasestageop.d.ts +36 -0
- package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
- package/esm/models/approverollingreleasestageop.js +25 -0
- package/esm/models/approverollingreleasestageop.js.map +1 -1
- 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/completerollingreleaseop.d.ts +36 -0
- package/esm/models/completerollingreleaseop.d.ts.map +1 -1
- package/esm/models/completerollingreleaseop.js +24 -0
- package/esm/models/completerollingreleaseop.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 +104 -25
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +82 -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/{getresourceop.d.ts → getintegrationresourceop.d.ts} +58 -58
- package/esm/models/getintegrationresourceop.d.ts.map +1 -0
- package/esm/models/{getresourceop.js → getintegrationresourceop.js} +69 -67
- 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 +14 -2
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +6 -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/getrollingreleaseop.d.ts +36 -0
- package/esm/models/getrollingreleaseop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseop.js +24 -0
- package/esm/models/getrollingreleaseop.js.map +1 -1
- package/esm/models/getteamaccessrequestop.d.ts +3 -3
- package/esm/models/getteamaccessrequestop.js +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/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 +14 -2
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +6 -2
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +26 -2
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +10 -2
- package/esm/models/updateprojectop.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 +10 -10
- package/esm/sdk/marketplace.d.ts.map +1 -1
- package/esm/sdk/marketplace.js +13 -13
- 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 +25 -22
- 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/{marketplaceDeleteResource.ts → marketplaceDeleteIntegrationResource.ts} +9 -9
- package/src/funcs/{marketplaceGetResource.ts → marketplaceGetIntegrationResource.ts} +15 -15
- package/src/funcs/{marketplaceGetResources.ts → marketplaceGetIntegrationResources.ts} +16 -16
- 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 +10 -12
- package/src/mcp-server/tools/{marketplaceDeleteResource.ts → marketplaceDeleteIntegrationResource.ts} +9 -7
- package/src/mcp-server/tools/{marketplaceGetResource.ts → marketplaceGetIntegrationResource.ts} +9 -7
- package/src/mcp-server/tools/marketplaceGetIntegrationResources.ts +39 -0
- package/src/models/approverollingreleasestageop.ts +44 -0
- package/src/models/authuser.ts +7 -10
- package/src/models/canceldeploymentop.ts +607 -2
- package/src/models/completerollingreleaseop.ts +45 -0
- package/src/models/createdeploymentop.ts +855 -289
- package/src/models/createprojectop.ts +163 -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/{getresourceop.ts → getintegrationresourceop.ts} +115 -99
- package/src/models/getintegrationresourcesop.ts +642 -0
- package/src/models/getprojectsop.ts +8 -4
- package/src/models/getrollingreleasebillingstatusop.ts +31 -15
- package/src/models/getrollingreleaseop.ts +40 -0
- package/src/models/getteamaccessrequestop.ts +1 -1
- package/src/models/getwebhookop.ts +1 -0
- package/src/models/getwebhooksop.ts +3 -0
- 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 +8 -4
- package/src/models/updateprojectop.ts +12 -4
- 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 +27 -27
- package/src/sdk/sdk.ts +5 -5
- package/vercel-spec.json +890 -493
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +0 -1
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +0 -95
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js.map +0 -1
- package/esm/funcs/marketplaceDeleteResource.d.ts.map +0 -1
- package/esm/funcs/marketplaceDeleteResource.js.map +0 -1
- package/esm/funcs/marketplaceGetResource.d.ts.map +0 -1
- package/esm/funcs/marketplaceGetResource.js.map +0 -1
- package/esm/funcs/marketplaceGetResources.d.ts +0 -20
- package/esm/funcs/marketplaceGetResources.d.ts.map +0 -1
- package/esm/funcs/marketplaceGetResources.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/mcp-server/tools/marketplaceDeleteResource.d.ts +0 -7
- package/esm/mcp-server/tools/marketplaceDeleteResource.d.ts.map +0 -1
- package/esm/mcp-server/tools/marketplaceDeleteResource.js +0 -27
- package/esm/mcp-server/tools/marketplaceDeleteResource.js.map +0 -1
- package/esm/mcp-server/tools/marketplaceGetResource.d.ts +0 -7
- package/esm/mcp-server/tools/marketplaceGetResource.d.ts.map +0 -1
- package/esm/mcp-server/tools/marketplaceGetResource.js +0 -28
- package/esm/mcp-server/tools/marketplaceGetResource.js.map +0 -1
- package/esm/mcp-server/tools/marketplaceGetResources.d.ts +0 -7
- package/esm/mcp-server/tools/marketplaceGetResources.d.ts.map +0 -1
- package/esm/mcp-server/tools/marketplaceGetResources.js +0 -28
- package/esm/mcp-server/tools/marketplaceGetResources.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/esm/models/deleteresourceop.d.ts +0 -31
- package/esm/models/deleteresourceop.d.ts.map +0 -1
- package/esm/models/deleteresourceop.js +0 -33
- package/esm/models/deleteresourceop.js.map +0 -1
- package/esm/models/getresourceop.d.ts.map +0 -1
- package/esm/models/getresourceop.js.map +0 -1
- package/esm/models/getresourcesop.d.ts +0 -310
- package/esm/models/getresourcesop.d.ts.map +0 -1
- package/esm/models/getresourcesop.js +0 -278
- package/esm/models/getresourcesop.js.map +0 -1
- package/src/funcs/logDrainsDeleteConfigurableLogDrain.ts +0 -204
- package/src/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.ts +0 -37
- package/src/mcp-server/tools/marketplaceGetResources.ts +0 -37
- package/src/models/deleteconfigurablelogdrainop.ts +0 -83
- package/src/models/deleteresourceop.ts +0 -70
- package/src/models/getresourcesop.ts +0 -604
|
@@ -82,9 +82,9 @@ export type GetDeploymentCustomEnvironmentType = ClosedEnum<typeof GetDeployment
|
|
|
82
82
|
* The type of matching to perform
|
|
83
83
|
*/
|
|
84
84
|
export declare const GetDeploymentCustomEnvironmentDeploymentsResponseType: {
|
|
85
|
+
readonly EndsWith: "endsWith";
|
|
85
86
|
readonly StartsWith: "startsWith";
|
|
86
87
|
readonly Equals: "equals";
|
|
87
|
-
readonly EndsWith: "endsWith";
|
|
88
88
|
};
|
|
89
89
|
/**
|
|
90
90
|
* The type of matching to perform
|
|
@@ -541,6 +541,7 @@ export declare const ResponseBodyFramework: {
|
|
|
541
541
|
readonly SanityV3: "sanity-v3";
|
|
542
542
|
readonly Sanity: "sanity";
|
|
543
543
|
readonly Storybook: "storybook";
|
|
544
|
+
readonly Nitro: "nitro";
|
|
544
545
|
};
|
|
545
546
|
export type ResponseBodyFramework = ClosedEnum<typeof ResponseBodyFramework>;
|
|
546
547
|
export type ResponseBodySpeedInsights = {
|
|
@@ -569,10 +570,10 @@ export type ResponseBodyProjectSettings = {
|
|
|
569
570
|
webAnalytics?: ResponseBodyWebAnalytics | undefined;
|
|
570
571
|
};
|
|
571
572
|
export declare const GetDeploymentResponseBodyDeploymentsStatus: {
|
|
572
|
-
readonly Error: "error";
|
|
573
573
|
readonly Skipped: "skipped";
|
|
574
574
|
readonly Pending: "pending";
|
|
575
575
|
readonly Ready: "ready";
|
|
576
|
+
readonly Error: "error";
|
|
576
577
|
readonly Timeout: "timeout";
|
|
577
578
|
};
|
|
578
579
|
export type GetDeploymentResponseBodyDeploymentsStatus = ClosedEnum<typeof GetDeploymentResponseBodyDeploymentsStatus>;
|
|
@@ -709,9 +710,9 @@ export type GetDeploymentCustomEnvironmentDeploymentsType = ClosedEnum<typeof Ge
|
|
|
709
710
|
* The type of matching to perform
|
|
710
711
|
*/
|
|
711
712
|
export declare const GetDeploymentCustomEnvironmentDeploymentsResponse200Type: {
|
|
713
|
+
readonly EndsWith: "endsWith";
|
|
712
714
|
readonly StartsWith: "startsWith";
|
|
713
715
|
readonly Equals: "equals";
|
|
714
|
-
readonly EndsWith: "endsWith";
|
|
715
716
|
};
|
|
716
717
|
/**
|
|
717
718
|
* The type of matching to perform
|
|
@@ -1050,6 +1051,45 @@ export declare const ResponseBodyArchitecture: {
|
|
|
1050
1051
|
readonly Arm64: "arm64";
|
|
1051
1052
|
};
|
|
1052
1053
|
export type ResponseBodyArchitecture = ClosedEnum<typeof ResponseBodyArchitecture>;
|
|
1054
|
+
/**
|
|
1055
|
+
* Event type - must be "queue/v1beta" (REQUIRED)
|
|
1056
|
+
*/
|
|
1057
|
+
export declare const GetDeploymentResponseBodyDeploymentsResponseType: {
|
|
1058
|
+
readonly QueueV1beta: "queue/v1beta";
|
|
1059
|
+
};
|
|
1060
|
+
/**
|
|
1061
|
+
* Event type - must be "queue/v1beta" (REQUIRED)
|
|
1062
|
+
*/
|
|
1063
|
+
export type GetDeploymentResponseBodyDeploymentsResponseType = ClosedEnum<typeof GetDeploymentResponseBodyDeploymentsResponseType>;
|
|
1064
|
+
/**
|
|
1065
|
+
* Queue trigger event for Vercel's queue system. Handles "queue/v1beta" events with queue-specific configuration.
|
|
1066
|
+
*/
|
|
1067
|
+
export type ResponseBodyExperimentalTriggers = {
|
|
1068
|
+
/**
|
|
1069
|
+
* Event type - must be "queue/v1beta" (REQUIRED)
|
|
1070
|
+
*/
|
|
1071
|
+
type: GetDeploymentResponseBodyDeploymentsResponseType;
|
|
1072
|
+
/**
|
|
1073
|
+
* Name of the queue topic to consume from (REQUIRED)
|
|
1074
|
+
*/
|
|
1075
|
+
topic: string;
|
|
1076
|
+
/**
|
|
1077
|
+
* Name of the consumer group for this trigger (REQUIRED)
|
|
1078
|
+
*/
|
|
1079
|
+
consumer: string;
|
|
1080
|
+
/**
|
|
1081
|
+
* Maximum number of delivery attempts for message processing (OPTIONAL) This represents the total number of times a message can be delivered, not the number of retries. Must be at least 1 if specified. Behavior when not specified depends on the server's default configuration.
|
|
1082
|
+
*/
|
|
1083
|
+
maxDeliveries?: number | undefined;
|
|
1084
|
+
/**
|
|
1085
|
+
* Delay in seconds before retrying failed executions (OPTIONAL) Behavior when not specified depends on the server's default configuration.
|
|
1086
|
+
*/
|
|
1087
|
+
retryAfterSeconds?: number | undefined;
|
|
1088
|
+
/**
|
|
1089
|
+
* Initial delay in seconds before first execution attempt (OPTIONAL) Must be 0 or greater. Use 0 for no initial delay. Behavior when not specified depends on the server's default configuration.
|
|
1090
|
+
*/
|
|
1091
|
+
initialDelaySeconds?: number | undefined;
|
|
1092
|
+
};
|
|
1053
1093
|
export type ResponseBodyFunctions = {
|
|
1054
1094
|
architecture?: ResponseBodyArchitecture | undefined;
|
|
1055
1095
|
memory?: number | undefined;
|
|
@@ -1057,6 +1097,7 @@ export type ResponseBodyFunctions = {
|
|
|
1057
1097
|
runtime?: string | undefined;
|
|
1058
1098
|
includeFiles?: string | undefined;
|
|
1059
1099
|
excludeFiles?: string | undefined;
|
|
1100
|
+
experimentalTriggers?: Array<ResponseBodyExperimentalTriggers> | undefined;
|
|
1060
1101
|
};
|
|
1061
1102
|
export type GetDeploymentRoutes3 = {
|
|
1062
1103
|
src: string;
|
|
@@ -1186,6 +1227,42 @@ export type GetDeploymentRoutesAction = ClosedEnum<typeof GetDeploymentRoutesAct
|
|
|
1186
1227
|
export type GetDeploymentRoutesMitigate = {
|
|
1187
1228
|
action: GetDeploymentRoutesAction;
|
|
1188
1229
|
};
|
|
1230
|
+
export declare const GetDeploymentRoutesType: {
|
|
1231
|
+
readonly RequestHeaders: "request.headers";
|
|
1232
|
+
readonly RequestQuery: "request.query";
|
|
1233
|
+
readonly ResponseHeaders: "response.headers";
|
|
1234
|
+
};
|
|
1235
|
+
export type GetDeploymentRoutesType = ClosedEnum<typeof GetDeploymentRoutesType>;
|
|
1236
|
+
export declare const GetDeploymentRoutesOp: {
|
|
1237
|
+
readonly Append: "append";
|
|
1238
|
+
readonly Set: "set";
|
|
1239
|
+
readonly Delete: "delete";
|
|
1240
|
+
};
|
|
1241
|
+
export type GetDeploymentRoutesOp = ClosedEnum<typeof GetDeploymentRoutesOp>;
|
|
1242
|
+
export type GetDeploymentKeyEq = string | number;
|
|
1243
|
+
export type GetDeploymentKey2 = {
|
|
1244
|
+
eq?: string | number | undefined;
|
|
1245
|
+
neq?: string | undefined;
|
|
1246
|
+
inc?: Array<string> | undefined;
|
|
1247
|
+
ninc?: Array<string> | undefined;
|
|
1248
|
+
pre?: string | undefined;
|
|
1249
|
+
suf?: string | undefined;
|
|
1250
|
+
gt?: number | undefined;
|
|
1251
|
+
gte?: number | undefined;
|
|
1252
|
+
lt?: number | undefined;
|
|
1253
|
+
lte?: number | undefined;
|
|
1254
|
+
};
|
|
1255
|
+
export type GetDeploymentRoutesKey = GetDeploymentKey2 | string;
|
|
1256
|
+
export type GetDeploymentRoutesTarget = {
|
|
1257
|
+
key: GetDeploymentKey2 | string;
|
|
1258
|
+
};
|
|
1259
|
+
export type GetDeploymentRoutesArgs = string | Array<string>;
|
|
1260
|
+
export type GetDeploymentRoutesTransforms = {
|
|
1261
|
+
type: GetDeploymentRoutesType;
|
|
1262
|
+
op: GetDeploymentRoutesOp;
|
|
1263
|
+
target: GetDeploymentRoutesTarget;
|
|
1264
|
+
args?: string | Array<string> | undefined;
|
|
1265
|
+
};
|
|
1189
1266
|
export type GetDeploymentRoutesLocale = {
|
|
1190
1267
|
redirect?: {
|
|
1191
1268
|
[k: string]: string;
|
|
@@ -1208,6 +1285,7 @@ export type GetDeploymentRoutes1 = {
|
|
|
1208
1285
|
has?: Array<GetDeploymentHas1 | GetDeploymentHas2> | undefined;
|
|
1209
1286
|
missing?: Array<GetDeploymentMissing1 | GetDeploymentMissing2> | undefined;
|
|
1210
1287
|
mitigate?: GetDeploymentRoutesMitigate | undefined;
|
|
1288
|
+
transforms?: Array<GetDeploymentRoutesTransforms> | undefined;
|
|
1211
1289
|
locale?: GetDeploymentRoutesLocale | undefined;
|
|
1212
1290
|
/**
|
|
1213
1291
|
* A middleware key within the `output` key under the build result. Overrides a `middleware` definition.
|
|
@@ -1343,6 +1421,14 @@ export type GetDeploymentMicrofrontends2 = {
|
|
|
1343
1421
|
* The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
|
|
1344
1422
|
*/
|
|
1345
1423
|
groupIds: Array<string>;
|
|
1424
|
+
/**
|
|
1425
|
+
* Whether the MicrofrontendsAlias team flag should be considered enabled for this deployment or not. This is used to ensure that we don't accidentally switch an existing branch alias to a microfrontends branch alias.
|
|
1426
|
+
*/
|
|
1427
|
+
microfrontendsAliasEnabled?: boolean | undefined;
|
|
1428
|
+
/**
|
|
1429
|
+
* Whether this deployment, if a preview deployment on the production branch, should get the -env-preview alias instead of a normal branch alias. This is used to always generate a microfrontends fallback on the preview branch.
|
|
1430
|
+
*/
|
|
1431
|
+
previewEnvAliasEnabled?: boolean | undefined;
|
|
1346
1432
|
};
|
|
1347
1433
|
export type GetDeploymentMicrofrontends1 = {
|
|
1348
1434
|
/**
|
|
@@ -1361,6 +1447,14 @@ export type GetDeploymentMicrofrontends1 = {
|
|
|
1361
1447
|
* The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
|
|
1362
1448
|
*/
|
|
1363
1449
|
groupIds: Array<string>;
|
|
1450
|
+
/**
|
|
1451
|
+
* Whether the MicrofrontendsAlias team flag should be considered enabled for this deployment or not. This is used to ensure that we don't accidentally switch an existing branch alias to a microfrontends branch alias.
|
|
1452
|
+
*/
|
|
1453
|
+
microfrontendsAliasEnabled?: boolean | undefined;
|
|
1454
|
+
/**
|
|
1455
|
+
* Whether this deployment, if a preview deployment on the production branch, should get the -env-preview alias instead of a normal branch alias. This is used to always generate a microfrontends fallback on the preview branch.
|
|
1456
|
+
*/
|
|
1457
|
+
previewEnvAliasEnabled?: boolean | undefined;
|
|
1364
1458
|
};
|
|
1365
1459
|
export type ResponseBodyMicrofrontends = GetDeploymentMicrofrontends2 | GetDeploymentMicrofrontends1;
|
|
1366
1460
|
export declare const ResponseBodyFunctionType: {
|
|
@@ -1756,15 +1850,15 @@ export declare const GetDeploymentCustomEnvironmentDeploymentsResponseType$outbo
|
|
|
1756
1850
|
export declare namespace GetDeploymentCustomEnvironmentDeploymentsResponseType$ {
|
|
1757
1851
|
/** @deprecated use `GetDeploymentCustomEnvironmentDeploymentsResponseType$inboundSchema` instead. */
|
|
1758
1852
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1853
|
+
readonly EndsWith: "endsWith";
|
|
1759
1854
|
readonly StartsWith: "startsWith";
|
|
1760
1855
|
readonly Equals: "equals";
|
|
1761
|
-
readonly EndsWith: "endsWith";
|
|
1762
1856
|
}>;
|
|
1763
1857
|
/** @deprecated use `GetDeploymentCustomEnvironmentDeploymentsResponseType$outboundSchema` instead. */
|
|
1764
1858
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1859
|
+
readonly EndsWith: "endsWith";
|
|
1765
1860
|
readonly StartsWith: "startsWith";
|
|
1766
1861
|
readonly Equals: "equals";
|
|
1767
|
-
readonly EndsWith: "endsWith";
|
|
1768
1862
|
}>;
|
|
1769
1863
|
}
|
|
1770
1864
|
/** @internal */
|
|
@@ -3001,6 +3095,7 @@ export declare namespace ResponseBodyFramework$ {
|
|
|
3001
3095
|
readonly SanityV3: "sanity-v3";
|
|
3002
3096
|
readonly Sanity: "sanity";
|
|
3003
3097
|
readonly Storybook: "storybook";
|
|
3098
|
+
readonly Nitro: "nitro";
|
|
3004
3099
|
}>;
|
|
3005
3100
|
/** @deprecated use `ResponseBodyFramework$outboundSchema` instead. */
|
|
3006
3101
|
const outboundSchema: z.ZodNativeEnum<{
|
|
@@ -3050,6 +3145,7 @@ export declare namespace ResponseBodyFramework$ {
|
|
|
3050
3145
|
readonly SanityV3: "sanity-v3";
|
|
3051
3146
|
readonly Sanity: "sanity";
|
|
3052
3147
|
readonly Storybook: "storybook";
|
|
3148
|
+
readonly Nitro: "nitro";
|
|
3053
3149
|
}>;
|
|
3054
3150
|
}
|
|
3055
3151
|
/** @internal */
|
|
@@ -3145,18 +3241,18 @@ export declare const GetDeploymentResponseBodyDeploymentsStatus$outboundSchema:
|
|
|
3145
3241
|
export declare namespace GetDeploymentResponseBodyDeploymentsStatus$ {
|
|
3146
3242
|
/** @deprecated use `GetDeploymentResponseBodyDeploymentsStatus$inboundSchema` instead. */
|
|
3147
3243
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3148
|
-
readonly Error: "error";
|
|
3149
3244
|
readonly Skipped: "skipped";
|
|
3150
3245
|
readonly Pending: "pending";
|
|
3151
3246
|
readonly Ready: "ready";
|
|
3247
|
+
readonly Error: "error";
|
|
3152
3248
|
readonly Timeout: "timeout";
|
|
3153
3249
|
}>;
|
|
3154
3250
|
/** @deprecated use `GetDeploymentResponseBodyDeploymentsStatus$outboundSchema` instead. */
|
|
3155
3251
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3156
|
-
readonly Error: "error";
|
|
3157
3252
|
readonly Skipped: "skipped";
|
|
3158
3253
|
readonly Pending: "pending";
|
|
3159
3254
|
readonly Ready: "ready";
|
|
3255
|
+
readonly Error: "error";
|
|
3160
3256
|
readonly Timeout: "timeout";
|
|
3161
3257
|
}>;
|
|
3162
3258
|
}
|
|
@@ -3532,15 +3628,15 @@ export declare const GetDeploymentCustomEnvironmentDeploymentsResponse200Type$ou
|
|
|
3532
3628
|
export declare namespace GetDeploymentCustomEnvironmentDeploymentsResponse200Type$ {
|
|
3533
3629
|
/** @deprecated use `GetDeploymentCustomEnvironmentDeploymentsResponse200Type$inboundSchema` instead. */
|
|
3534
3630
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3631
|
+
readonly EndsWith: "endsWith";
|
|
3535
3632
|
readonly StartsWith: "startsWith";
|
|
3536
3633
|
readonly Equals: "equals";
|
|
3537
|
-
readonly EndsWith: "endsWith";
|
|
3538
3634
|
}>;
|
|
3539
3635
|
/** @deprecated use `GetDeploymentCustomEnvironmentDeploymentsResponse200Type$outboundSchema` instead. */
|
|
3540
3636
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3637
|
+
readonly EndsWith: "endsWith";
|
|
3541
3638
|
readonly StartsWith: "startsWith";
|
|
3542
3639
|
readonly Equals: "equals";
|
|
3543
|
-
readonly EndsWith: "endsWith";
|
|
3544
3640
|
}>;
|
|
3545
3641
|
}
|
|
3546
3642
|
/** @internal */
|
|
@@ -4642,6 +4738,51 @@ export declare namespace ResponseBodyArchitecture$ {
|
|
|
4642
4738
|
}>;
|
|
4643
4739
|
}
|
|
4644
4740
|
/** @internal */
|
|
4741
|
+
export declare const GetDeploymentResponseBodyDeploymentsResponseType$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentResponseBodyDeploymentsResponseType>;
|
|
4742
|
+
/** @internal */
|
|
4743
|
+
export declare const GetDeploymentResponseBodyDeploymentsResponseType$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentResponseBodyDeploymentsResponseType>;
|
|
4744
|
+
/**
|
|
4745
|
+
* @internal
|
|
4746
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4747
|
+
*/
|
|
4748
|
+
export declare namespace GetDeploymentResponseBodyDeploymentsResponseType$ {
|
|
4749
|
+
/** @deprecated use `GetDeploymentResponseBodyDeploymentsResponseType$inboundSchema` instead. */
|
|
4750
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4751
|
+
readonly QueueV1beta: "queue/v1beta";
|
|
4752
|
+
}>;
|
|
4753
|
+
/** @deprecated use `GetDeploymentResponseBodyDeploymentsResponseType$outboundSchema` instead. */
|
|
4754
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4755
|
+
readonly QueueV1beta: "queue/v1beta";
|
|
4756
|
+
}>;
|
|
4757
|
+
}
|
|
4758
|
+
/** @internal */
|
|
4759
|
+
export declare const ResponseBodyExperimentalTriggers$inboundSchema: z.ZodType<ResponseBodyExperimentalTriggers, z.ZodTypeDef, unknown>;
|
|
4760
|
+
/** @internal */
|
|
4761
|
+
export type ResponseBodyExperimentalTriggers$Outbound = {
|
|
4762
|
+
type: string;
|
|
4763
|
+
topic: string;
|
|
4764
|
+
consumer: string;
|
|
4765
|
+
maxDeliveries?: number | undefined;
|
|
4766
|
+
retryAfterSeconds?: number | undefined;
|
|
4767
|
+
initialDelaySeconds?: number | undefined;
|
|
4768
|
+
};
|
|
4769
|
+
/** @internal */
|
|
4770
|
+
export declare const ResponseBodyExperimentalTriggers$outboundSchema: z.ZodType<ResponseBodyExperimentalTriggers$Outbound, z.ZodTypeDef, ResponseBodyExperimentalTriggers>;
|
|
4771
|
+
/**
|
|
4772
|
+
* @internal
|
|
4773
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4774
|
+
*/
|
|
4775
|
+
export declare namespace ResponseBodyExperimentalTriggers$ {
|
|
4776
|
+
/** @deprecated use `ResponseBodyExperimentalTriggers$inboundSchema` instead. */
|
|
4777
|
+
const inboundSchema: z.ZodType<ResponseBodyExperimentalTriggers, z.ZodTypeDef, unknown>;
|
|
4778
|
+
/** @deprecated use `ResponseBodyExperimentalTriggers$outboundSchema` instead. */
|
|
4779
|
+
const outboundSchema: z.ZodType<ResponseBodyExperimentalTriggers$Outbound, z.ZodTypeDef, ResponseBodyExperimentalTriggers>;
|
|
4780
|
+
/** @deprecated use `ResponseBodyExperimentalTriggers$Outbound` instead. */
|
|
4781
|
+
type Outbound = ResponseBodyExperimentalTriggers$Outbound;
|
|
4782
|
+
}
|
|
4783
|
+
export declare function responseBodyExperimentalTriggersToJSON(responseBodyExperimentalTriggers: ResponseBodyExperimentalTriggers): string;
|
|
4784
|
+
export declare function responseBodyExperimentalTriggersFromJSON(jsonString: string): SafeParseResult<ResponseBodyExperimentalTriggers, SDKValidationError>;
|
|
4785
|
+
/** @internal */
|
|
4645
4786
|
export declare const ResponseBodyFunctions$inboundSchema: z.ZodType<ResponseBodyFunctions, z.ZodTypeDef, unknown>;
|
|
4646
4787
|
/** @internal */
|
|
4647
4788
|
export type ResponseBodyFunctions$Outbound = {
|
|
@@ -4651,6 +4792,7 @@ export type ResponseBodyFunctions$Outbound = {
|
|
|
4651
4792
|
runtime?: string | undefined;
|
|
4652
4793
|
includeFiles?: string | undefined;
|
|
4653
4794
|
excludeFiles?: string | undefined;
|
|
4795
|
+
experimentalTriggers?: Array<ResponseBodyExperimentalTriggers$Outbound> | undefined;
|
|
4654
4796
|
};
|
|
4655
4797
|
/** @internal */
|
|
4656
4798
|
export declare const ResponseBodyFunctions$outboundSchema: z.ZodType<ResponseBodyFunctions$Outbound, z.ZodTypeDef, ResponseBodyFunctions>;
|
|
@@ -5290,6 +5432,188 @@ export declare namespace GetDeploymentRoutesMitigate$ {
|
|
|
5290
5432
|
export declare function getDeploymentRoutesMitigateToJSON(getDeploymentRoutesMitigate: GetDeploymentRoutesMitigate): string;
|
|
5291
5433
|
export declare function getDeploymentRoutesMitigateFromJSON(jsonString: string): SafeParseResult<GetDeploymentRoutesMitigate, SDKValidationError>;
|
|
5292
5434
|
/** @internal */
|
|
5435
|
+
export declare const GetDeploymentRoutesType$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentRoutesType>;
|
|
5436
|
+
/** @internal */
|
|
5437
|
+
export declare const GetDeploymentRoutesType$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentRoutesType>;
|
|
5438
|
+
/**
|
|
5439
|
+
* @internal
|
|
5440
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5441
|
+
*/
|
|
5442
|
+
export declare namespace GetDeploymentRoutesType$ {
|
|
5443
|
+
/** @deprecated use `GetDeploymentRoutesType$inboundSchema` instead. */
|
|
5444
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
5445
|
+
readonly RequestHeaders: "request.headers";
|
|
5446
|
+
readonly RequestQuery: "request.query";
|
|
5447
|
+
readonly ResponseHeaders: "response.headers";
|
|
5448
|
+
}>;
|
|
5449
|
+
/** @deprecated use `GetDeploymentRoutesType$outboundSchema` instead. */
|
|
5450
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
5451
|
+
readonly RequestHeaders: "request.headers";
|
|
5452
|
+
readonly RequestQuery: "request.query";
|
|
5453
|
+
readonly ResponseHeaders: "response.headers";
|
|
5454
|
+
}>;
|
|
5455
|
+
}
|
|
5456
|
+
/** @internal */
|
|
5457
|
+
export declare const GetDeploymentRoutesOp$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentRoutesOp>;
|
|
5458
|
+
/** @internal */
|
|
5459
|
+
export declare const GetDeploymentRoutesOp$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentRoutesOp>;
|
|
5460
|
+
/**
|
|
5461
|
+
* @internal
|
|
5462
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5463
|
+
*/
|
|
5464
|
+
export declare namespace GetDeploymentRoutesOp$ {
|
|
5465
|
+
/** @deprecated use `GetDeploymentRoutesOp$inboundSchema` instead. */
|
|
5466
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
5467
|
+
readonly Append: "append";
|
|
5468
|
+
readonly Set: "set";
|
|
5469
|
+
readonly Delete: "delete";
|
|
5470
|
+
}>;
|
|
5471
|
+
/** @deprecated use `GetDeploymentRoutesOp$outboundSchema` instead. */
|
|
5472
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
5473
|
+
readonly Append: "append";
|
|
5474
|
+
readonly Set: "set";
|
|
5475
|
+
readonly Delete: "delete";
|
|
5476
|
+
}>;
|
|
5477
|
+
}
|
|
5478
|
+
/** @internal */
|
|
5479
|
+
export declare const GetDeploymentKeyEq$inboundSchema: z.ZodType<GetDeploymentKeyEq, z.ZodTypeDef, unknown>;
|
|
5480
|
+
/** @internal */
|
|
5481
|
+
export type GetDeploymentKeyEq$Outbound = string | number;
|
|
5482
|
+
/** @internal */
|
|
5483
|
+
export declare const GetDeploymentKeyEq$outboundSchema: z.ZodType<GetDeploymentKeyEq$Outbound, z.ZodTypeDef, GetDeploymentKeyEq>;
|
|
5484
|
+
/**
|
|
5485
|
+
* @internal
|
|
5486
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5487
|
+
*/
|
|
5488
|
+
export declare namespace GetDeploymentKeyEq$ {
|
|
5489
|
+
/** @deprecated use `GetDeploymentKeyEq$inboundSchema` instead. */
|
|
5490
|
+
const inboundSchema: z.ZodType<GetDeploymentKeyEq, z.ZodTypeDef, unknown>;
|
|
5491
|
+
/** @deprecated use `GetDeploymentKeyEq$outboundSchema` instead. */
|
|
5492
|
+
const outboundSchema: z.ZodType<GetDeploymentKeyEq$Outbound, z.ZodTypeDef, GetDeploymentKeyEq>;
|
|
5493
|
+
/** @deprecated use `GetDeploymentKeyEq$Outbound` instead. */
|
|
5494
|
+
type Outbound = GetDeploymentKeyEq$Outbound;
|
|
5495
|
+
}
|
|
5496
|
+
export declare function getDeploymentKeyEqToJSON(getDeploymentKeyEq: GetDeploymentKeyEq): string;
|
|
5497
|
+
export declare function getDeploymentKeyEqFromJSON(jsonString: string): SafeParseResult<GetDeploymentKeyEq, SDKValidationError>;
|
|
5498
|
+
/** @internal */
|
|
5499
|
+
export declare const GetDeploymentKey2$inboundSchema: z.ZodType<GetDeploymentKey2, z.ZodTypeDef, unknown>;
|
|
5500
|
+
/** @internal */
|
|
5501
|
+
export type GetDeploymentKey2$Outbound = {
|
|
5502
|
+
eq?: string | number | undefined;
|
|
5503
|
+
neq?: string | undefined;
|
|
5504
|
+
inc?: Array<string> | undefined;
|
|
5505
|
+
ninc?: Array<string> | undefined;
|
|
5506
|
+
pre?: string | undefined;
|
|
5507
|
+
suf?: string | undefined;
|
|
5508
|
+
gt?: number | undefined;
|
|
5509
|
+
gte?: number | undefined;
|
|
5510
|
+
lt?: number | undefined;
|
|
5511
|
+
lte?: number | undefined;
|
|
5512
|
+
};
|
|
5513
|
+
/** @internal */
|
|
5514
|
+
export declare const GetDeploymentKey2$outboundSchema: z.ZodType<GetDeploymentKey2$Outbound, z.ZodTypeDef, GetDeploymentKey2>;
|
|
5515
|
+
/**
|
|
5516
|
+
* @internal
|
|
5517
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5518
|
+
*/
|
|
5519
|
+
export declare namespace GetDeploymentKey2$ {
|
|
5520
|
+
/** @deprecated use `GetDeploymentKey2$inboundSchema` instead. */
|
|
5521
|
+
const inboundSchema: z.ZodType<GetDeploymentKey2, z.ZodTypeDef, unknown>;
|
|
5522
|
+
/** @deprecated use `GetDeploymentKey2$outboundSchema` instead. */
|
|
5523
|
+
const outboundSchema: z.ZodType<GetDeploymentKey2$Outbound, z.ZodTypeDef, GetDeploymentKey2>;
|
|
5524
|
+
/** @deprecated use `GetDeploymentKey2$Outbound` instead. */
|
|
5525
|
+
type Outbound = GetDeploymentKey2$Outbound;
|
|
5526
|
+
}
|
|
5527
|
+
export declare function getDeploymentKey2ToJSON(getDeploymentKey2: GetDeploymentKey2): string;
|
|
5528
|
+
export declare function getDeploymentKey2FromJSON(jsonString: string): SafeParseResult<GetDeploymentKey2, SDKValidationError>;
|
|
5529
|
+
/** @internal */
|
|
5530
|
+
export declare const GetDeploymentRoutesKey$inboundSchema: z.ZodType<GetDeploymentRoutesKey, z.ZodTypeDef, unknown>;
|
|
5531
|
+
/** @internal */
|
|
5532
|
+
export type GetDeploymentRoutesKey$Outbound = GetDeploymentKey2$Outbound | string;
|
|
5533
|
+
/** @internal */
|
|
5534
|
+
export declare const GetDeploymentRoutesKey$outboundSchema: z.ZodType<GetDeploymentRoutesKey$Outbound, z.ZodTypeDef, GetDeploymentRoutesKey>;
|
|
5535
|
+
/**
|
|
5536
|
+
* @internal
|
|
5537
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5538
|
+
*/
|
|
5539
|
+
export declare namespace GetDeploymentRoutesKey$ {
|
|
5540
|
+
/** @deprecated use `GetDeploymentRoutesKey$inboundSchema` instead. */
|
|
5541
|
+
const inboundSchema: z.ZodType<GetDeploymentRoutesKey, z.ZodTypeDef, unknown>;
|
|
5542
|
+
/** @deprecated use `GetDeploymentRoutesKey$outboundSchema` instead. */
|
|
5543
|
+
const outboundSchema: z.ZodType<GetDeploymentRoutesKey$Outbound, z.ZodTypeDef, GetDeploymentRoutesKey>;
|
|
5544
|
+
/** @deprecated use `GetDeploymentRoutesKey$Outbound` instead. */
|
|
5545
|
+
type Outbound = GetDeploymentRoutesKey$Outbound;
|
|
5546
|
+
}
|
|
5547
|
+
export declare function getDeploymentRoutesKeyToJSON(getDeploymentRoutesKey: GetDeploymentRoutesKey): string;
|
|
5548
|
+
export declare function getDeploymentRoutesKeyFromJSON(jsonString: string): SafeParseResult<GetDeploymentRoutesKey, SDKValidationError>;
|
|
5549
|
+
/** @internal */
|
|
5550
|
+
export declare const GetDeploymentRoutesTarget$inboundSchema: z.ZodType<GetDeploymentRoutesTarget, z.ZodTypeDef, unknown>;
|
|
5551
|
+
/** @internal */
|
|
5552
|
+
export type GetDeploymentRoutesTarget$Outbound = {
|
|
5553
|
+
key: GetDeploymentKey2$Outbound | string;
|
|
5554
|
+
};
|
|
5555
|
+
/** @internal */
|
|
5556
|
+
export declare const GetDeploymentRoutesTarget$outboundSchema: z.ZodType<GetDeploymentRoutesTarget$Outbound, z.ZodTypeDef, GetDeploymentRoutesTarget>;
|
|
5557
|
+
/**
|
|
5558
|
+
* @internal
|
|
5559
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5560
|
+
*/
|
|
5561
|
+
export declare namespace GetDeploymentRoutesTarget$ {
|
|
5562
|
+
/** @deprecated use `GetDeploymentRoutesTarget$inboundSchema` instead. */
|
|
5563
|
+
const inboundSchema: z.ZodType<GetDeploymentRoutesTarget, z.ZodTypeDef, unknown>;
|
|
5564
|
+
/** @deprecated use `GetDeploymentRoutesTarget$outboundSchema` instead. */
|
|
5565
|
+
const outboundSchema: z.ZodType<GetDeploymentRoutesTarget$Outbound, z.ZodTypeDef, GetDeploymentRoutesTarget>;
|
|
5566
|
+
/** @deprecated use `GetDeploymentRoutesTarget$Outbound` instead. */
|
|
5567
|
+
type Outbound = GetDeploymentRoutesTarget$Outbound;
|
|
5568
|
+
}
|
|
5569
|
+
export declare function getDeploymentRoutesTargetToJSON(getDeploymentRoutesTarget: GetDeploymentRoutesTarget): string;
|
|
5570
|
+
export declare function getDeploymentRoutesTargetFromJSON(jsonString: string): SafeParseResult<GetDeploymentRoutesTarget, SDKValidationError>;
|
|
5571
|
+
/** @internal */
|
|
5572
|
+
export declare const GetDeploymentRoutesArgs$inboundSchema: z.ZodType<GetDeploymentRoutesArgs, z.ZodTypeDef, unknown>;
|
|
5573
|
+
/** @internal */
|
|
5574
|
+
export type GetDeploymentRoutesArgs$Outbound = string | Array<string>;
|
|
5575
|
+
/** @internal */
|
|
5576
|
+
export declare const GetDeploymentRoutesArgs$outboundSchema: z.ZodType<GetDeploymentRoutesArgs$Outbound, z.ZodTypeDef, GetDeploymentRoutesArgs>;
|
|
5577
|
+
/**
|
|
5578
|
+
* @internal
|
|
5579
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5580
|
+
*/
|
|
5581
|
+
export declare namespace GetDeploymentRoutesArgs$ {
|
|
5582
|
+
/** @deprecated use `GetDeploymentRoutesArgs$inboundSchema` instead. */
|
|
5583
|
+
const inboundSchema: z.ZodType<GetDeploymentRoutesArgs, z.ZodTypeDef, unknown>;
|
|
5584
|
+
/** @deprecated use `GetDeploymentRoutesArgs$outboundSchema` instead. */
|
|
5585
|
+
const outboundSchema: z.ZodType<GetDeploymentRoutesArgs$Outbound, z.ZodTypeDef, GetDeploymentRoutesArgs>;
|
|
5586
|
+
/** @deprecated use `GetDeploymentRoutesArgs$Outbound` instead. */
|
|
5587
|
+
type Outbound = GetDeploymentRoutesArgs$Outbound;
|
|
5588
|
+
}
|
|
5589
|
+
export declare function getDeploymentRoutesArgsToJSON(getDeploymentRoutesArgs: GetDeploymentRoutesArgs): string;
|
|
5590
|
+
export declare function getDeploymentRoutesArgsFromJSON(jsonString: string): SafeParseResult<GetDeploymentRoutesArgs, SDKValidationError>;
|
|
5591
|
+
/** @internal */
|
|
5592
|
+
export declare const GetDeploymentRoutesTransforms$inboundSchema: z.ZodType<GetDeploymentRoutesTransforms, z.ZodTypeDef, unknown>;
|
|
5593
|
+
/** @internal */
|
|
5594
|
+
export type GetDeploymentRoutesTransforms$Outbound = {
|
|
5595
|
+
type: string;
|
|
5596
|
+
op: string;
|
|
5597
|
+
target: GetDeploymentRoutesTarget$Outbound;
|
|
5598
|
+
args?: string | Array<string> | undefined;
|
|
5599
|
+
};
|
|
5600
|
+
/** @internal */
|
|
5601
|
+
export declare const GetDeploymentRoutesTransforms$outboundSchema: z.ZodType<GetDeploymentRoutesTransforms$Outbound, z.ZodTypeDef, GetDeploymentRoutesTransforms>;
|
|
5602
|
+
/**
|
|
5603
|
+
* @internal
|
|
5604
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5605
|
+
*/
|
|
5606
|
+
export declare namespace GetDeploymentRoutesTransforms$ {
|
|
5607
|
+
/** @deprecated use `GetDeploymentRoutesTransforms$inboundSchema` instead. */
|
|
5608
|
+
const inboundSchema: z.ZodType<GetDeploymentRoutesTransforms, z.ZodTypeDef, unknown>;
|
|
5609
|
+
/** @deprecated use `GetDeploymentRoutesTransforms$outboundSchema` instead. */
|
|
5610
|
+
const outboundSchema: z.ZodType<GetDeploymentRoutesTransforms$Outbound, z.ZodTypeDef, GetDeploymentRoutesTransforms>;
|
|
5611
|
+
/** @deprecated use `GetDeploymentRoutesTransforms$Outbound` instead. */
|
|
5612
|
+
type Outbound = GetDeploymentRoutesTransforms$Outbound;
|
|
5613
|
+
}
|
|
5614
|
+
export declare function getDeploymentRoutesTransformsToJSON(getDeploymentRoutesTransforms: GetDeploymentRoutesTransforms): string;
|
|
5615
|
+
export declare function getDeploymentRoutesTransformsFromJSON(jsonString: string): SafeParseResult<GetDeploymentRoutesTransforms, SDKValidationError>;
|
|
5616
|
+
/** @internal */
|
|
5293
5617
|
export declare const GetDeploymentRoutesLocale$inboundSchema: z.ZodType<GetDeploymentRoutesLocale, z.ZodTypeDef, unknown>;
|
|
5294
5618
|
/** @internal */
|
|
5295
5619
|
export type GetDeploymentRoutesLocale$Outbound = {
|
|
@@ -5333,6 +5657,7 @@ export type GetDeploymentRoutes1$Outbound = {
|
|
|
5333
5657
|
has?: Array<GetDeploymentHas1$Outbound | GetDeploymentHas2$Outbound> | undefined;
|
|
5334
5658
|
missing?: Array<GetDeploymentMissing1$Outbound | GetDeploymentMissing2$Outbound> | undefined;
|
|
5335
5659
|
mitigate?: GetDeploymentRoutesMitigate$Outbound | undefined;
|
|
5660
|
+
transforms?: Array<GetDeploymentRoutesTransforms$Outbound> | undefined;
|
|
5336
5661
|
locale?: GetDeploymentRoutesLocale$Outbound | undefined;
|
|
5337
5662
|
middlewarePath?: string | undefined;
|
|
5338
5663
|
middlewareRawSrc?: Array<string> | undefined;
|
|
@@ -5747,6 +6072,8 @@ export type GetDeploymentMicrofrontends2$Outbound = {
|
|
|
5747
6072
|
defaultAppProjectName: string;
|
|
5748
6073
|
defaultRoute?: string | undefined;
|
|
5749
6074
|
groupIds: Array<string>;
|
|
6075
|
+
microfrontendsAliasEnabled?: boolean | undefined;
|
|
6076
|
+
previewEnvAliasEnabled?: boolean | undefined;
|
|
5750
6077
|
};
|
|
5751
6078
|
/** @internal */
|
|
5752
6079
|
export declare const GetDeploymentMicrofrontends2$outboundSchema: z.ZodType<GetDeploymentMicrofrontends2$Outbound, z.ZodTypeDef, GetDeploymentMicrofrontends2>;
|
|
@@ -5772,6 +6099,8 @@ export type GetDeploymentMicrofrontends1$Outbound = {
|
|
|
5772
6099
|
defaultAppProjectName: string;
|
|
5773
6100
|
defaultRoute?: string | undefined;
|
|
5774
6101
|
groupIds: Array<string>;
|
|
6102
|
+
microfrontendsAliasEnabled?: boolean | undefined;
|
|
6103
|
+
previewEnvAliasEnabled?: boolean | undefined;
|
|
5775
6104
|
};
|
|
5776
6105
|
/** @internal */
|
|
5777
6106
|
export declare const GetDeploymentMicrofrontends1$outboundSchema: z.ZodType<GetDeploymentMicrofrontends1$Outbound, z.ZodTypeDef, GetDeploymentMicrofrontends1>;
|