@vercel/sdk 1.10.6 → 1.10.7
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 +58 -45
- package/bin/mcp-server.js +6045 -1761
- package/bin/mcp-server.js.map +48 -39
- package/docs/sdks/integrations/README.md +209 -0
- package/docs/sdks/projects/README.md +2 -0
- package/docs/sdks/teams/README.md +12 -0
- package/docs/sdks/vercel/README.md +74 -0
- package/esm/__tests__/accessgroups.test.js +3 -1
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +62 -0
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -6
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +1 -11
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/vercel.test.js +28 -1
- package/esm/__tests__/vercel.test.js.map +1 -1
- package/esm/funcs/domainsCheckDomainPrice.js +2 -2
- package/esm/funcs/domainsCheckDomainPrice.js.map +1 -1
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +14 -0
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +1 -0
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +84 -0
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +1 -0
- package/esm/funcs/integrationsConnectIntegrationResourceToProject.d.ts +20 -0
- package/esm/funcs/integrationsConnectIntegrationResourceToProject.d.ts.map +1 -0
- package/esm/funcs/integrationsConnectIntegrationResourceToProject.js +97 -0
- package/esm/funcs/integrationsConnectIntegrationResourceToProject.js.map +1 -0
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.d.ts +21 -0
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.d.ts.map +1 -0
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.js +90 -0
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.js.map +1 -0
- package/esm/funcs/marketplaceExchangeSsoToken.js +2 -2
- package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -1
- package/esm/funcs/marketplaceSubmitInvoice.js +2 -2
- package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -1
- package/esm/funcs/marketplaceUpdateInvoice.js +2 -2
- package/esm/funcs/marketplaceUpdateInvoice.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/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +7 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +7 -0
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +1 -0
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +26 -0
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +1 -0
- package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.js +27 -0
- package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.js.map +1 -0
- package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.js +28 -0
- package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.js.map +1 -0
- package/esm/models/acceptprojecttransferrequestop.d.ts +37 -0
- package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
- package/esm/models/acceptprojecttransferrequestop.js +40 -1
- package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
- package/esm/models/authuser.d.ts +3 -3
- package/esm/models/authuser.js +1 -1
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +80 -42
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +44 -15
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/connectintegrationresourcetoprojectop.d.ts +68 -0
- package/esm/models/connectintegrationresourcetoprojectop.d.ts.map +1 -0
- package/esm/models/connectintegrationresourcetoprojectop.js +73 -0
- package/esm/models/connectintegrationresourcetoprojectop.js.map +1 -0
- package/esm/models/createdeploymentop.d.ts +292 -254
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +244 -217
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +5995 -0
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -0
- package/esm/models/createintegrationstoredirectop.js +6597 -0
- package/esm/models/createintegrationstoredirectop.js.map +1 -0
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +183 -162
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +154 -154
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +12 -0
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +4 -0
- package/esm/models/createwebhookop.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 +9 -9
- package/esm/models/filterprojectenvsop.js +3 -3
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getconfigurationop.d.ts +6 -0
- package/esm/models/getconfigurationop.d.ts.map +1 -1
- package/esm/models/getconfigurationop.js +2 -0
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +533 -533
- package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
- package/esm/models/getconfigurationproductsop.js +666 -665
- package/esm/models/getconfigurationproductsop.js.map +1 -1
- package/esm/models/getconfigurationsop.d.ts +6 -0
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +2 -0
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +45 -7
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +30 -2
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getintegrationresourceop.d.ts +13 -13
- package/esm/models/getintegrationresourceop.d.ts.map +1 -1
- package/esm/models/getintegrationresourceop.js +13 -13
- package/esm/models/getintegrationresourceop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +57 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +24 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +102 -9
- package/esm/models/getteammembersop.d.ts.map +1 -1
- package/esm/models/getteammembersop.js +60 -3
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +247 -0
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +1 -0
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +246 -0
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +1 -0
- package/esm/models/getwebhookop.d.ts +6 -0
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +2 -0
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +27 -15
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +19 -15
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/inviteusertoteamop.d.ts +3 -0
- package/esm/models/inviteusertoteamop.d.ts.map +1 -1
- package/esm/models/inviteusertoteamop.js +1 -0
- package/esm/models/inviteusertoteamop.js.map +1 -1
- package/esm/models/patchteamop.d.ts +253 -0
- package/esm/models/patchteamop.d.ts.map +1 -1
- package/esm/models/patchteamop.js +150 -0
- package/esm/models/patchteamop.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 +47 -0
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +36 -0
- package/esm/models/team.js.map +1 -1
- package/esm/models/teamlimited.d.ts +3 -0
- package/esm/models/teamlimited.d.ts.map +1 -1
- package/esm/models/teamlimited.js +1 -0
- package/esm/models/teamlimited.js.map +1 -1
- package/esm/models/updatefirewallconfigop.d.ts +32 -32
- package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
- package/esm/models/updatefirewallconfigop.js +49 -49
- package/esm/models/updatefirewallconfigop.js.map +1 -1
- package/esm/models/updateinvoiceop.d.ts +36 -15
- package/esm/models/updateinvoiceop.d.ts.map +1 -1
- package/esm/models/updateinvoiceop.js +37 -16
- package/esm/models/updateinvoiceop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +21 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +21 -0
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +406 -305
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +467 -365
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/integrations.d.ts +16 -0
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +20 -0
- package/esm/sdk/integrations.js.map +1 -1
- package/esm/sdk/sdk.d.ts +3 -1
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +5 -0
- package/esm/sdk/sdk.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 +3 -1
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +65 -0
- package/src/__tests__/rollingrelease.test.ts +2 -6
- package/src/__tests__/security.test.ts +1 -11
- package/src/__tests__/vercel.test.ts +36 -1
- package/src/funcs/domainsCheckDomainPrice.ts +2 -2
- package/src/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +207 -0
- package/src/funcs/integrationsConnectIntegrationResourceToProject.ts +213 -0
- package/src/funcs/integrationsCreateIntegrationStoreDirect.ts +207 -0
- package/src/funcs/marketplaceExchangeSsoToken.ts +2 -2
- package/src/funcs/marketplaceSubmitInvoice.ts +2 -2
- package/src/funcs/marketplaceUpdateInvoice.ts +2 -2
- package/src/funcs/projectsGetProjects.ts +1 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +9 -1
- package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +41 -0
- package/src/mcp-server/tools/integrationsConnectIntegrationResourceToProject.ts +37 -0
- package/src/mcp-server/tools/integrationsCreateIntegrationStoreDirect.ts +39 -0
- package/src/models/acceptprojecttransferrequestop.ts +88 -1
- package/src/models/authuser.ts +1 -1
- package/src/models/canceldeploymentop.ts +71 -24
- package/src/models/connectintegrationresourcetoprojectop.ts +185 -0
- package/src/models/createdeploymentop.ts +545 -503
- package/src/models/createintegrationstoredirectop.ts +15739 -0
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +364 -343
- package/src/models/createwebhookop.ts +4 -0
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/filterprojectenvsop.ts +3 -3
- package/src/models/getconfigurationop.ts +2 -0
- package/src/models/getconfigurationproductsop.ts +1326 -1163
- package/src/models/getconfigurationsop.ts +2 -0
- package/src/models/getdeploymentop.ts +59 -9
- package/src/models/getintegrationresourceop.ts +26 -20
- package/src/models/getprojectsop.ts +63 -0
- package/src/models/getteammembersop.ts +84 -3
- package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +575 -0
- package/src/models/getwebhookop.ts +2 -0
- package/src/models/getwebhooksop.ts +31 -25
- package/src/models/inviteusertoteamop.ts +1 -0
- package/src/models/patchteamop.ts +254 -0
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/team.ts +92 -0
- package/src/models/teamlimited.ts +1 -0
- package/src/models/updatefirewallconfigop.ts +74 -68
- package/src/models/updateinvoiceop.ts +78 -27
- package/src/models/updateprojectdatacacheop.ts +21 -0
- package/src/models/updateprojectop.ts +21 -0
- package/src/models/userevent.ts +918 -682
- package/src/sdk/integrations.ts +41 -0
- package/src/sdk/sdk.ts +23 -1
- package/vercel-spec.json +4249 -1150
|
@@ -464,11 +464,11 @@ export type CreateDeploymentProjectSettings = {
|
|
|
464
464
|
webAnalytics?: CreateDeploymentWebAnalytics | undefined;
|
|
465
465
|
};
|
|
466
466
|
export declare const CreateDeploymentDeploymentsStatus: {
|
|
467
|
-
readonly Error: "error";
|
|
468
|
-
readonly Timeout: "timeout";
|
|
469
467
|
readonly Skipped: "skipped";
|
|
470
468
|
readonly Pending: "pending";
|
|
471
469
|
readonly Ready: "ready";
|
|
470
|
+
readonly Error: "error";
|
|
471
|
+
readonly Timeout: "timeout";
|
|
472
472
|
};
|
|
473
473
|
export type CreateDeploymentDeploymentsStatus = ClosedEnum<typeof CreateDeploymentDeploymentsStatus>;
|
|
474
474
|
export type Integrations = {
|
|
@@ -549,8 +549,8 @@ export type Creator = {
|
|
|
549
549
|
avatar?: string | undefined;
|
|
550
550
|
};
|
|
551
551
|
export declare const CreateDeploymentReadyState: {
|
|
552
|
-
readonly Error: "ERROR";
|
|
553
552
|
readonly Building: "BUILDING";
|
|
553
|
+
readonly Error: "ERROR";
|
|
554
554
|
readonly Initializing: "INITIALIZING";
|
|
555
555
|
readonly Ready: "READY";
|
|
556
556
|
};
|
|
@@ -937,29 +937,40 @@ export declare const CreateDeploymentTarget: {
|
|
|
937
937
|
readonly Staging: "staging";
|
|
938
938
|
};
|
|
939
939
|
export type CreateDeploymentTarget = ClosedEnum<typeof CreateDeploymentTarget>;
|
|
940
|
+
export type AliasError = {
|
|
941
|
+
code: string;
|
|
942
|
+
message: string;
|
|
943
|
+
};
|
|
940
944
|
export type AliasWarning = {
|
|
941
945
|
code: string;
|
|
942
946
|
message: string;
|
|
943
947
|
link?: string | undefined;
|
|
944
948
|
action?: string | undefined;
|
|
945
949
|
};
|
|
946
|
-
export
|
|
947
|
-
|
|
948
|
-
|
|
950
|
+
export declare const ChecksConclusion: {
|
|
951
|
+
readonly Succeeded: "succeeded";
|
|
952
|
+
readonly Failed: "failed";
|
|
953
|
+
readonly Skipped: "skipped";
|
|
954
|
+
readonly Canceled: "canceled";
|
|
949
955
|
};
|
|
956
|
+
export type ChecksConclusion = ClosedEnum<typeof ChecksConclusion>;
|
|
950
957
|
export declare const ChecksState: {
|
|
951
958
|
readonly Registered: "registered";
|
|
952
959
|
readonly Running: "running";
|
|
953
960
|
readonly Completed: "completed";
|
|
954
961
|
};
|
|
955
962
|
export type ChecksState = ClosedEnum<typeof ChecksState>;
|
|
956
|
-
export
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
963
|
+
export type OidcTokenClaims = {
|
|
964
|
+
iss: string;
|
|
965
|
+
sub: string;
|
|
966
|
+
scope: string;
|
|
967
|
+
aud: string;
|
|
968
|
+
owner: string;
|
|
969
|
+
ownerId: string;
|
|
970
|
+
project: string;
|
|
971
|
+
projectId: string;
|
|
972
|
+
environment: string;
|
|
961
973
|
};
|
|
962
|
-
export type ChecksConclusion = ClosedEnum<typeof ChecksConclusion>;
|
|
963
974
|
/**
|
|
964
975
|
* Substate of deployment when readyState is 'READY' Tracks whether or not deployment has seen production traffic: - STAGED: never seen production traffic - ROLLING: in the process of having production traffic gradually transitioned. - PROMOTED: has seen production traffic
|
|
965
976
|
*/
|
|
@@ -972,17 +983,6 @@ export declare const ReadySubstate: {
|
|
|
972
983
|
* Substate of deployment when readyState is 'READY' Tracks whether or not deployment has seen production traffic: - STAGED: never seen production traffic - ROLLING: in the process of having production traffic gradually transitioned. - PROMOTED: has seen production traffic
|
|
973
984
|
*/
|
|
974
985
|
export type ReadySubstate = ClosedEnum<typeof ReadySubstate>;
|
|
975
|
-
export type OidcTokenClaims = {
|
|
976
|
-
iss: string;
|
|
977
|
-
sub: string;
|
|
978
|
-
scope: string;
|
|
979
|
-
aud: string;
|
|
980
|
-
owner: string;
|
|
981
|
-
ownerId: string;
|
|
982
|
-
project: string;
|
|
983
|
-
projectId: string;
|
|
984
|
-
environment: string;
|
|
985
|
-
};
|
|
986
986
|
export declare const CreateDeploymentPlan: {
|
|
987
987
|
readonly Hobby: "hobby";
|
|
988
988
|
readonly Pro: "pro";
|
|
@@ -990,13 +990,13 @@ export declare const CreateDeploymentPlan: {
|
|
|
990
990
|
};
|
|
991
991
|
export type CreateDeploymentPlan = ClosedEnum<typeof CreateDeploymentPlan>;
|
|
992
992
|
export declare const FunctionType: {
|
|
993
|
-
readonly Standard: "standard";
|
|
994
993
|
readonly Fluid: "fluid";
|
|
994
|
+
readonly Standard: "standard";
|
|
995
995
|
};
|
|
996
996
|
export type FunctionType = ClosedEnum<typeof FunctionType>;
|
|
997
997
|
export declare const FunctionMemoryType: {
|
|
998
|
-
readonly StandardLegacy: "standard_legacy";
|
|
999
998
|
readonly Standard: "standard";
|
|
999
|
+
readonly StandardLegacy: "standard_legacy";
|
|
1000
1000
|
readonly Performance: "performance";
|
|
1001
1001
|
};
|
|
1002
1002
|
export type FunctionMemoryType = ClosedEnum<typeof FunctionMemoryType>;
|
|
@@ -1064,6 +1064,7 @@ export type Functions = {
|
|
|
1064
1064
|
includeFiles?: string | undefined;
|
|
1065
1065
|
excludeFiles?: string | undefined;
|
|
1066
1066
|
experimentalTriggers?: Array<ExperimentalTriggers> | undefined;
|
|
1067
|
+
supportsCancellation?: boolean | undefined;
|
|
1067
1068
|
};
|
|
1068
1069
|
export type Routes3 = {
|
|
1069
1070
|
src: string;
|
|
@@ -1071,12 +1072,12 @@ export type Routes3 = {
|
|
|
1071
1072
|
middleware: number;
|
|
1072
1073
|
};
|
|
1073
1074
|
export declare const Handle: {
|
|
1074
|
-
readonly Filesystem: "filesystem";
|
|
1075
1075
|
readonly Error: "error";
|
|
1076
|
+
readonly Filesystem: "filesystem";
|
|
1076
1077
|
readonly Hit: "hit";
|
|
1077
1078
|
readonly Miss: "miss";
|
|
1078
|
-
readonly Resource: "resource";
|
|
1079
1079
|
readonly Rewrite: "rewrite";
|
|
1080
|
+
readonly Resource: "resource";
|
|
1080
1081
|
};
|
|
1081
1082
|
export type Handle = ClosedEnum<typeof Handle>;
|
|
1082
1083
|
export type Routes2 = {
|
|
@@ -1200,8 +1201,8 @@ export declare const RoutesType: {
|
|
|
1200
1201
|
};
|
|
1201
1202
|
export type RoutesType = ClosedEnum<typeof RoutesType>;
|
|
1202
1203
|
export declare const CreateDeploymentRoutesOp: {
|
|
1203
|
-
readonly Set: "set";
|
|
1204
1204
|
readonly Append: "append";
|
|
1205
|
+
readonly Set: "set";
|
|
1205
1206
|
readonly Delete: "delete";
|
|
1206
1207
|
};
|
|
1207
1208
|
export type CreateDeploymentRoutesOp = ClosedEnum<typeof CreateDeploymentRoutesOp>;
|
|
@@ -1292,7 +1293,7 @@ export type CreateDeploymentChecks = {
|
|
|
1292
1293
|
deploymentAlias: DeploymentAlias;
|
|
1293
1294
|
};
|
|
1294
1295
|
/**
|
|
1295
|
-
* A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment.
|
|
1296
|
+
* A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment. Note: this field will be removed when MFE alias routing is fully rolled out.
|
|
1296
1297
|
*/
|
|
1297
1298
|
export type CreateDeploymentMicrofrontendsApplications = {
|
|
1298
1299
|
isDefaultApp?: boolean | undefined;
|
|
@@ -1306,14 +1307,30 @@ export type CreateDeploymentMicrofrontendsApplications = {
|
|
|
1306
1307
|
deploymentAlias?: string | undefined;
|
|
1307
1308
|
deploymentHost?: string | undefined;
|
|
1308
1309
|
};
|
|
1310
|
+
/**
|
|
1311
|
+
* The result of the microfrontends config upload during deployment creation. Only set for default app deployments. - `success` - The config was uploaded successfully. - `error` - The config upload failed. - `no_config` - No config was found to upload. - `undefined` - The config upload has not been attempted yet.
|
|
1312
|
+
*/
|
|
1313
|
+
export declare const MfeConfigUploadState: {
|
|
1314
|
+
readonly Error: "error";
|
|
1315
|
+
readonly Success: "success";
|
|
1316
|
+
readonly NoConfig: "no_config";
|
|
1317
|
+
};
|
|
1318
|
+
/**
|
|
1319
|
+
* The result of the microfrontends config upload during deployment creation. Only set for default app deployments. - `success` - The config was uploaded successfully. - `error` - The config upload failed. - `no_config` - No config was found to upload. - `undefined` - The config upload has not been attempted yet.
|
|
1320
|
+
*/
|
|
1321
|
+
export type MfeConfigUploadState = ClosedEnum<typeof MfeConfigUploadState>;
|
|
1309
1322
|
export type CreateDeploymentMicrofrontends2 = {
|
|
1323
|
+
isDefaultApp: boolean;
|
|
1310
1324
|
/**
|
|
1311
|
-
* A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment.
|
|
1325
|
+
* A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment. Note: this field will be removed when MFE alias routing is fully rolled out.
|
|
1312
1326
|
*/
|
|
1313
1327
|
applications?: {
|
|
1314
1328
|
[k: string]: CreateDeploymentMicrofrontendsApplications;
|
|
1315
1329
|
} | undefined;
|
|
1316
|
-
|
|
1330
|
+
/**
|
|
1331
|
+
* The result of the microfrontends config upload during deployment creation. Only set for default app deployments. - `success` - The config was uploaded successfully. - `error` - The config upload failed. - `no_config` - No config was found to upload. - `undefined` - The config upload has not been attempted yet.
|
|
1332
|
+
*/
|
|
1333
|
+
mfeConfigUploadState?: MfeConfigUploadState | undefined;
|
|
1317
1334
|
/**
|
|
1318
1335
|
* The project name of the default app of this deployment's microfrontends group.
|
|
1319
1336
|
*/
|
|
@@ -1332,9 +1349,6 @@ export type CreateDeploymentMicrofrontends2 = {
|
|
|
1332
1349
|
microfrontendsAlias2Enabled?: boolean | undefined;
|
|
1333
1350
|
};
|
|
1334
1351
|
export type CreateDeploymentMicrofrontends1 = {
|
|
1335
|
-
/**
|
|
1336
|
-
* Whether this project is the default application for the microfrontends group. The default application is the one that is used as the top level shell for the microfrontends group and hosts the other microfrontends.
|
|
1337
|
-
*/
|
|
1338
1352
|
isDefaultApp?: boolean | undefined;
|
|
1339
1353
|
/**
|
|
1340
1354
|
* The project name of the default app of this deployment's microfrontends group.
|
|
@@ -1354,13 +1368,35 @@ export type CreateDeploymentMicrofrontends1 = {
|
|
|
1354
1368
|
microfrontendsAlias2Enabled?: boolean | undefined;
|
|
1355
1369
|
};
|
|
1356
1370
|
export type CreateDeploymentMicrofrontends = CreateDeploymentMicrofrontends2 | CreateDeploymentMicrofrontends1;
|
|
1371
|
+
/**
|
|
1372
|
+
* Flags defined in the Build Output API, used by this deployment. Primarily used by the Toolbar to know about the used flags.
|
|
1373
|
+
*/
|
|
1374
|
+
export type Flags2 = {};
|
|
1375
|
+
export type Options = {
|
|
1376
|
+
value: FlagJSONValue | null;
|
|
1377
|
+
label?: string | undefined;
|
|
1378
|
+
};
|
|
1379
|
+
export type FlagsDefinitions = {
|
|
1380
|
+
options?: Array<Options> | undefined;
|
|
1381
|
+
url?: string | undefined;
|
|
1382
|
+
description?: string | undefined;
|
|
1383
|
+
};
|
|
1384
|
+
/**
|
|
1385
|
+
* Flags defined in the Build Output API, used by this deployment. Primarily used by the Toolbar to know about the used flags.
|
|
1386
|
+
*/
|
|
1387
|
+
export type Flags1 = {
|
|
1388
|
+
definitions: {
|
|
1389
|
+
[k: string]: FlagsDefinitions;
|
|
1390
|
+
};
|
|
1391
|
+
};
|
|
1392
|
+
export type Flags = Flags1 | Array<Flags2>;
|
|
1357
1393
|
export declare const CreateDeploymentGitRepoDeploymentsType: {
|
|
1358
1394
|
readonly Bitbucket: "bitbucket";
|
|
1359
1395
|
};
|
|
1360
1396
|
export type CreateDeploymentGitRepoDeploymentsType = ClosedEnum<typeof CreateDeploymentGitRepoDeploymentsType>;
|
|
1361
1397
|
export declare const CreateDeploymentGitRepoOwnerType: {
|
|
1362
|
-
readonly User: "user";
|
|
1363
1398
|
readonly Team: "team";
|
|
1399
|
+
readonly User: "user";
|
|
1364
1400
|
};
|
|
1365
1401
|
export type CreateDeploymentGitRepoOwnerType = ClosedEnum<typeof CreateDeploymentGitRepoOwnerType>;
|
|
1366
1402
|
export type GitRepo3 = {
|
|
@@ -1380,8 +1416,8 @@ export declare const CreateDeploymentGitRepoType: {
|
|
|
1380
1416
|
};
|
|
1381
1417
|
export type CreateDeploymentGitRepoType = ClosedEnum<typeof CreateDeploymentGitRepoType>;
|
|
1382
1418
|
export declare const GitRepoOwnerType: {
|
|
1383
|
-
readonly User: "user";
|
|
1384
1419
|
readonly Team: "team";
|
|
1420
|
+
readonly User: "user";
|
|
1385
1421
|
};
|
|
1386
1422
|
export type GitRepoOwnerType = ClosedEnum<typeof GitRepoOwnerType>;
|
|
1387
1423
|
export type GitRepo2 = {
|
|
@@ -1401,8 +1437,8 @@ export declare const GitRepoType: {
|
|
|
1401
1437
|
};
|
|
1402
1438
|
export type GitRepoType = ClosedEnum<typeof GitRepoType>;
|
|
1403
1439
|
export declare const OwnerType: {
|
|
1404
|
-
readonly User: "user";
|
|
1405
1440
|
readonly Team: "team";
|
|
1441
|
+
readonly User: "user";
|
|
1406
1442
|
};
|
|
1407
1443
|
export type OwnerType = ClosedEnum<typeof OwnerType>;
|
|
1408
1444
|
export type GitRepo1 = {
|
|
@@ -1417,28 +1453,6 @@ export type GitRepo1 = {
|
|
|
1417
1453
|
ownerType: OwnerType;
|
|
1418
1454
|
};
|
|
1419
1455
|
export type GitRepo = GitRepo2 | GitRepo3 | GitRepo1;
|
|
1420
|
-
/**
|
|
1421
|
-
* Flags defined in the Build Output API, used by this deployment. Primarily used by the Toolbar to know about the used flags.
|
|
1422
|
-
*/
|
|
1423
|
-
export type Flags2 = {};
|
|
1424
|
-
export type Options = {
|
|
1425
|
-
value: FlagJSONValue | null;
|
|
1426
|
-
label?: string | undefined;
|
|
1427
|
-
};
|
|
1428
|
-
export type FlagsDefinitions = {
|
|
1429
|
-
options?: Array<Options> | undefined;
|
|
1430
|
-
url?: string | undefined;
|
|
1431
|
-
description?: string | undefined;
|
|
1432
|
-
};
|
|
1433
|
-
/**
|
|
1434
|
-
* Flags defined in the Build Output API, used by this deployment. Primarily used by the Toolbar to know about the used flags.
|
|
1435
|
-
*/
|
|
1436
|
-
export type Flags1 = {
|
|
1437
|
-
definitions: {
|
|
1438
|
-
[k: string]: FlagsDefinitions;
|
|
1439
|
-
};
|
|
1440
|
-
};
|
|
1441
|
-
export type Flags = Flags1 | Array<Flags2>;
|
|
1442
1456
|
/**
|
|
1443
1457
|
* The successfully created deployment
|
|
1444
1458
|
*/
|
|
@@ -1506,22 +1520,23 @@ export type CreateDeploymentResponseBody = {
|
|
|
1506
1520
|
*/
|
|
1507
1521
|
passiveRegions?: Array<string> | undefined;
|
|
1508
1522
|
regions: Array<string>;
|
|
1509
|
-
aliasWarning?: AliasWarning | null | undefined;
|
|
1510
1523
|
aliasError?: AliasError | null | undefined;
|
|
1511
1524
|
aliasFinal?: string | null | undefined;
|
|
1525
|
+
aliasWarning?: AliasWarning | null | undefined;
|
|
1512
1526
|
automaticAliases?: Array<string> | undefined;
|
|
1513
1527
|
buildErrorAt?: number | undefined;
|
|
1514
|
-
|
|
1528
|
+
canceledAt?: number | undefined;
|
|
1515
1529
|
checksConclusion?: ChecksConclusion | undefined;
|
|
1530
|
+
checksState?: ChecksState | undefined;
|
|
1516
1531
|
/**
|
|
1517
1532
|
* Computed field that is only available for deployments with a microfrontend configuration.
|
|
1518
1533
|
*/
|
|
1519
1534
|
defaultRoute?: string | undefined;
|
|
1520
|
-
canceledAt?: number | undefined;
|
|
1521
1535
|
errorCode?: string | undefined;
|
|
1522
1536
|
errorLink?: string | undefined;
|
|
1523
1537
|
errorStep?: string | undefined;
|
|
1524
1538
|
originCacheRegion?: string | undefined;
|
|
1539
|
+
oidcTokenClaims?: OidcTokenClaims | undefined;
|
|
1525
1540
|
/**
|
|
1526
1541
|
* Substate of deployment when readyState is 'READY' Tracks whether or not deployment has seen production traffic: - STAGED: never seen production traffic - ROLLING: in the process of having production traffic gradually transitioned. - PROMOTED: has seen production traffic
|
|
1527
1542
|
*/
|
|
@@ -1529,7 +1544,6 @@ export type CreateDeploymentResponseBody = {
|
|
|
1529
1544
|
softDeletedByRetention?: boolean | undefined;
|
|
1530
1545
|
undeletedAt?: number | undefined;
|
|
1531
1546
|
url: string;
|
|
1532
|
-
oidcTokenClaims?: OidcTokenClaims | undefined;
|
|
1533
1547
|
projectId: string;
|
|
1534
1548
|
ownerId: string;
|
|
1535
1549
|
monorepoManager?: string | null | undefined;
|
|
@@ -1552,8 +1566,8 @@ export type CreateDeploymentResponseBody = {
|
|
|
1552
1566
|
* Since November 2023 this field defines a Secure Compute network that will only be used to deploy passive lambdas to (as in passiveRegions)
|
|
1553
1567
|
*/
|
|
1554
1568
|
passiveConnectConfigurationId?: string | undefined;
|
|
1555
|
-
gitRepo?: GitRepo2 | GitRepo3 | GitRepo1 | null | undefined;
|
|
1556
1569
|
flags?: Flags1 | Array<Flags2> | undefined;
|
|
1570
|
+
gitRepo?: GitRepo2 | GitRepo3 | GitRepo1 | null | undefined;
|
|
1557
1571
|
};
|
|
1558
1572
|
/** @internal */
|
|
1559
1573
|
export declare const ForceNew$inboundSchema: z.ZodNativeEnum<typeof ForceNew>;
|
|
@@ -2511,19 +2525,19 @@ export declare const CreateDeploymentDeploymentsStatus$outboundSchema: z.ZodNati
|
|
|
2511
2525
|
export declare namespace CreateDeploymentDeploymentsStatus$ {
|
|
2512
2526
|
/** @deprecated use `CreateDeploymentDeploymentsStatus$inboundSchema` instead. */
|
|
2513
2527
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2514
|
-
readonly Error: "error";
|
|
2515
|
-
readonly Timeout: "timeout";
|
|
2516
2528
|
readonly Skipped: "skipped";
|
|
2517
2529
|
readonly Pending: "pending";
|
|
2518
2530
|
readonly Ready: "ready";
|
|
2531
|
+
readonly Error: "error";
|
|
2532
|
+
readonly Timeout: "timeout";
|
|
2519
2533
|
}>;
|
|
2520
2534
|
/** @deprecated use `CreateDeploymentDeploymentsStatus$outboundSchema` instead. */
|
|
2521
2535
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2522
|
-
readonly Error: "error";
|
|
2523
|
-
readonly Timeout: "timeout";
|
|
2524
2536
|
readonly Skipped: "skipped";
|
|
2525
2537
|
readonly Pending: "pending";
|
|
2526
2538
|
readonly Ready: "ready";
|
|
2539
|
+
readonly Error: "error";
|
|
2540
|
+
readonly Timeout: "timeout";
|
|
2527
2541
|
}>;
|
|
2528
2542
|
}
|
|
2529
2543
|
/** @internal */
|
|
@@ -2727,15 +2741,15 @@ export declare const CreateDeploymentReadyState$outboundSchema: z.ZodNativeEnum<
|
|
|
2727
2741
|
export declare namespace CreateDeploymentReadyState$ {
|
|
2728
2742
|
/** @deprecated use `CreateDeploymentReadyState$inboundSchema` instead. */
|
|
2729
2743
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2730
|
-
readonly Error: "ERROR";
|
|
2731
2744
|
readonly Building: "BUILDING";
|
|
2745
|
+
readonly Error: "ERROR";
|
|
2732
2746
|
readonly Initializing: "INITIALIZING";
|
|
2733
2747
|
readonly Ready: "READY";
|
|
2734
2748
|
}>;
|
|
2735
2749
|
/** @deprecated use `CreateDeploymentReadyState$outboundSchema` instead. */
|
|
2736
2750
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2737
|
-
readonly Error: "ERROR";
|
|
2738
2751
|
readonly Building: "BUILDING";
|
|
2752
|
+
readonly Error: "ERROR";
|
|
2739
2753
|
readonly Initializing: "INITIALIZING";
|
|
2740
2754
|
readonly Ready: "READY";
|
|
2741
2755
|
}>;
|
|
@@ -3983,31 +3997,6 @@ export declare namespace CreateDeploymentTarget$ {
|
|
|
3983
3997
|
}>;
|
|
3984
3998
|
}
|
|
3985
3999
|
/** @internal */
|
|
3986
|
-
export declare const AliasWarning$inboundSchema: z.ZodType<AliasWarning, z.ZodTypeDef, unknown>;
|
|
3987
|
-
/** @internal */
|
|
3988
|
-
export type AliasWarning$Outbound = {
|
|
3989
|
-
code: string;
|
|
3990
|
-
message: string;
|
|
3991
|
-
link?: string | undefined;
|
|
3992
|
-
action?: string | undefined;
|
|
3993
|
-
};
|
|
3994
|
-
/** @internal */
|
|
3995
|
-
export declare const AliasWarning$outboundSchema: z.ZodType<AliasWarning$Outbound, z.ZodTypeDef, AliasWarning>;
|
|
3996
|
-
/**
|
|
3997
|
-
* @internal
|
|
3998
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3999
|
-
*/
|
|
4000
|
-
export declare namespace AliasWarning$ {
|
|
4001
|
-
/** @deprecated use `AliasWarning$inboundSchema` instead. */
|
|
4002
|
-
const inboundSchema: z.ZodType<AliasWarning, z.ZodTypeDef, unknown>;
|
|
4003
|
-
/** @deprecated use `AliasWarning$outboundSchema` instead. */
|
|
4004
|
-
const outboundSchema: z.ZodType<AliasWarning$Outbound, z.ZodTypeDef, AliasWarning>;
|
|
4005
|
-
/** @deprecated use `AliasWarning$Outbound` instead. */
|
|
4006
|
-
type Outbound = AliasWarning$Outbound;
|
|
4007
|
-
}
|
|
4008
|
-
export declare function aliasWarningToJSON(aliasWarning: AliasWarning): string;
|
|
4009
|
-
export declare function aliasWarningFromJSON(jsonString: string): SafeParseResult<AliasWarning, SDKValidationError>;
|
|
4010
|
-
/** @internal */
|
|
4011
4000
|
export declare const AliasError$inboundSchema: z.ZodType<AliasError, z.ZodTypeDef, unknown>;
|
|
4012
4001
|
/** @internal */
|
|
4013
4002
|
export type AliasError$Outbound = {
|
|
@@ -4031,27 +4020,30 @@ export declare namespace AliasError$ {
|
|
|
4031
4020
|
export declare function aliasErrorToJSON(aliasError: AliasError): string;
|
|
4032
4021
|
export declare function aliasErrorFromJSON(jsonString: string): SafeParseResult<AliasError, SDKValidationError>;
|
|
4033
4022
|
/** @internal */
|
|
4034
|
-
export declare const
|
|
4023
|
+
export declare const AliasWarning$inboundSchema: z.ZodType<AliasWarning, z.ZodTypeDef, unknown>;
|
|
4035
4024
|
/** @internal */
|
|
4036
|
-
export
|
|
4025
|
+
export type AliasWarning$Outbound = {
|
|
4026
|
+
code: string;
|
|
4027
|
+
message: string;
|
|
4028
|
+
link?: string | undefined;
|
|
4029
|
+
action?: string | undefined;
|
|
4030
|
+
};
|
|
4031
|
+
/** @internal */
|
|
4032
|
+
export declare const AliasWarning$outboundSchema: z.ZodType<AliasWarning$Outbound, z.ZodTypeDef, AliasWarning>;
|
|
4037
4033
|
/**
|
|
4038
4034
|
* @internal
|
|
4039
4035
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4040
4036
|
*/
|
|
4041
|
-
export declare namespace
|
|
4042
|
-
/** @deprecated use `
|
|
4043
|
-
const inboundSchema: z.
|
|
4044
|
-
|
|
4045
|
-
|
|
4046
|
-
|
|
4047
|
-
|
|
4048
|
-
/** @deprecated use `ChecksState$outboundSchema` instead. */
|
|
4049
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
4050
|
-
readonly Registered: "registered";
|
|
4051
|
-
readonly Running: "running";
|
|
4052
|
-
readonly Completed: "completed";
|
|
4053
|
-
}>;
|
|
4037
|
+
export declare namespace AliasWarning$ {
|
|
4038
|
+
/** @deprecated use `AliasWarning$inboundSchema` instead. */
|
|
4039
|
+
const inboundSchema: z.ZodType<AliasWarning, z.ZodTypeDef, unknown>;
|
|
4040
|
+
/** @deprecated use `AliasWarning$outboundSchema` instead. */
|
|
4041
|
+
const outboundSchema: z.ZodType<AliasWarning$Outbound, z.ZodTypeDef, AliasWarning>;
|
|
4042
|
+
/** @deprecated use `AliasWarning$Outbound` instead. */
|
|
4043
|
+
type Outbound = AliasWarning$Outbound;
|
|
4054
4044
|
}
|
|
4045
|
+
export declare function aliasWarningToJSON(aliasWarning: AliasWarning): string;
|
|
4046
|
+
export declare function aliasWarningFromJSON(jsonString: string): SafeParseResult<AliasWarning, SDKValidationError>;
|
|
4055
4047
|
/** @internal */
|
|
4056
4048
|
export declare const ChecksConclusion$inboundSchema: z.ZodNativeEnum<typeof ChecksConclusion>;
|
|
4057
4049
|
/** @internal */
|
|
@@ -4077,25 +4069,25 @@ export declare namespace ChecksConclusion$ {
|
|
|
4077
4069
|
}>;
|
|
4078
4070
|
}
|
|
4079
4071
|
/** @internal */
|
|
4080
|
-
export declare const
|
|
4072
|
+
export declare const ChecksState$inboundSchema: z.ZodNativeEnum<typeof ChecksState>;
|
|
4081
4073
|
/** @internal */
|
|
4082
|
-
export declare const
|
|
4074
|
+
export declare const ChecksState$outboundSchema: z.ZodNativeEnum<typeof ChecksState>;
|
|
4083
4075
|
/**
|
|
4084
4076
|
* @internal
|
|
4085
4077
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4086
4078
|
*/
|
|
4087
|
-
export declare namespace
|
|
4088
|
-
/** @deprecated use `
|
|
4079
|
+
export declare namespace ChecksState$ {
|
|
4080
|
+
/** @deprecated use `ChecksState$inboundSchema` instead. */
|
|
4089
4081
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4090
|
-
readonly
|
|
4091
|
-
readonly
|
|
4092
|
-
readonly
|
|
4082
|
+
readonly Registered: "registered";
|
|
4083
|
+
readonly Running: "running";
|
|
4084
|
+
readonly Completed: "completed";
|
|
4093
4085
|
}>;
|
|
4094
|
-
/** @deprecated use `
|
|
4086
|
+
/** @deprecated use `ChecksState$outboundSchema` instead. */
|
|
4095
4087
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4096
|
-
readonly
|
|
4097
|
-
readonly
|
|
4098
|
-
readonly
|
|
4088
|
+
readonly Registered: "registered";
|
|
4089
|
+
readonly Running: "running";
|
|
4090
|
+
readonly Completed: "completed";
|
|
4099
4091
|
}>;
|
|
4100
4092
|
}
|
|
4101
4093
|
/** @internal */
|
|
@@ -4129,6 +4121,28 @@ export declare namespace OidcTokenClaims$ {
|
|
|
4129
4121
|
export declare function oidcTokenClaimsToJSON(oidcTokenClaims: OidcTokenClaims): string;
|
|
4130
4122
|
export declare function oidcTokenClaimsFromJSON(jsonString: string): SafeParseResult<OidcTokenClaims, SDKValidationError>;
|
|
4131
4123
|
/** @internal */
|
|
4124
|
+
export declare const ReadySubstate$inboundSchema: z.ZodNativeEnum<typeof ReadySubstate>;
|
|
4125
|
+
/** @internal */
|
|
4126
|
+
export declare const ReadySubstate$outboundSchema: z.ZodNativeEnum<typeof ReadySubstate>;
|
|
4127
|
+
/**
|
|
4128
|
+
* @internal
|
|
4129
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4130
|
+
*/
|
|
4131
|
+
export declare namespace ReadySubstate$ {
|
|
4132
|
+
/** @deprecated use `ReadySubstate$inboundSchema` instead. */
|
|
4133
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4134
|
+
readonly Staged: "STAGED";
|
|
4135
|
+
readonly Rolling: "ROLLING";
|
|
4136
|
+
readonly Promoted: "PROMOTED";
|
|
4137
|
+
}>;
|
|
4138
|
+
/** @deprecated use `ReadySubstate$outboundSchema` instead. */
|
|
4139
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4140
|
+
readonly Staged: "STAGED";
|
|
4141
|
+
readonly Rolling: "ROLLING";
|
|
4142
|
+
readonly Promoted: "PROMOTED";
|
|
4143
|
+
}>;
|
|
4144
|
+
}
|
|
4145
|
+
/** @internal */
|
|
4132
4146
|
export declare const CreateDeploymentPlan$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentPlan>;
|
|
4133
4147
|
/** @internal */
|
|
4134
4148
|
export declare const CreateDeploymentPlan$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentPlan>;
|
|
@@ -4161,13 +4175,13 @@ export declare const FunctionType$outboundSchema: z.ZodNativeEnum<typeof Functio
|
|
|
4161
4175
|
export declare namespace FunctionType$ {
|
|
4162
4176
|
/** @deprecated use `FunctionType$inboundSchema` instead. */
|
|
4163
4177
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4164
|
-
readonly Standard: "standard";
|
|
4165
4178
|
readonly Fluid: "fluid";
|
|
4179
|
+
readonly Standard: "standard";
|
|
4166
4180
|
}>;
|
|
4167
4181
|
/** @deprecated use `FunctionType$outboundSchema` instead. */
|
|
4168
4182
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4169
|
-
readonly Standard: "standard";
|
|
4170
4183
|
readonly Fluid: "fluid";
|
|
4184
|
+
readonly Standard: "standard";
|
|
4171
4185
|
}>;
|
|
4172
4186
|
}
|
|
4173
4187
|
/** @internal */
|
|
@@ -4181,14 +4195,14 @@ export declare const FunctionMemoryType$outboundSchema: z.ZodNativeEnum<typeof F
|
|
|
4181
4195
|
export declare namespace FunctionMemoryType$ {
|
|
4182
4196
|
/** @deprecated use `FunctionMemoryType$inboundSchema` instead. */
|
|
4183
4197
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4184
|
-
readonly StandardLegacy: "standard_legacy";
|
|
4185
4198
|
readonly Standard: "standard";
|
|
4199
|
+
readonly StandardLegacy: "standard_legacy";
|
|
4186
4200
|
readonly Performance: "performance";
|
|
4187
4201
|
}>;
|
|
4188
4202
|
/** @deprecated use `FunctionMemoryType$outboundSchema` instead. */
|
|
4189
4203
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4190
|
-
readonly StandardLegacy: "standard_legacy";
|
|
4191
4204
|
readonly Standard: "standard";
|
|
4205
|
+
readonly StandardLegacy: "standard_legacy";
|
|
4192
4206
|
readonly Performance: "performance";
|
|
4193
4207
|
}>;
|
|
4194
4208
|
}
|
|
@@ -4296,6 +4310,7 @@ export type Functions$Outbound = {
|
|
|
4296
4310
|
includeFiles?: string | undefined;
|
|
4297
4311
|
excludeFiles?: string | undefined;
|
|
4298
4312
|
experimentalTriggers?: Array<ExperimentalTriggers$Outbound> | undefined;
|
|
4313
|
+
supportsCancellation?: boolean | undefined;
|
|
4299
4314
|
};
|
|
4300
4315
|
/** @internal */
|
|
4301
4316
|
export declare const Functions$outboundSchema: z.ZodType<Functions$Outbound, z.ZodTypeDef, Functions>;
|
|
@@ -4348,21 +4363,21 @@ export declare const Handle$outboundSchema: z.ZodNativeEnum<typeof Handle>;
|
|
|
4348
4363
|
export declare namespace Handle$ {
|
|
4349
4364
|
/** @deprecated use `Handle$inboundSchema` instead. */
|
|
4350
4365
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4351
|
-
readonly Filesystem: "filesystem";
|
|
4352
4366
|
readonly Error: "error";
|
|
4367
|
+
readonly Filesystem: "filesystem";
|
|
4353
4368
|
readonly Hit: "hit";
|
|
4354
4369
|
readonly Miss: "miss";
|
|
4355
|
-
readonly Resource: "resource";
|
|
4356
4370
|
readonly Rewrite: "rewrite";
|
|
4371
|
+
readonly Resource: "resource";
|
|
4357
4372
|
}>;
|
|
4358
4373
|
/** @deprecated use `Handle$outboundSchema` instead. */
|
|
4359
4374
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4360
|
-
readonly Filesystem: "filesystem";
|
|
4361
4375
|
readonly Error: "error";
|
|
4376
|
+
readonly Filesystem: "filesystem";
|
|
4362
4377
|
readonly Hit: "hit";
|
|
4363
4378
|
readonly Miss: "miss";
|
|
4364
|
-
readonly Resource: "resource";
|
|
4365
4379
|
readonly Rewrite: "rewrite";
|
|
4380
|
+
readonly Resource: "resource";
|
|
4366
4381
|
}>;
|
|
4367
4382
|
}
|
|
4368
4383
|
/** @internal */
|
|
@@ -4967,14 +4982,14 @@ export declare const CreateDeploymentRoutesOp$outboundSchema: z.ZodNativeEnum<ty
|
|
|
4967
4982
|
export declare namespace CreateDeploymentRoutesOp$ {
|
|
4968
4983
|
/** @deprecated use `CreateDeploymentRoutesOp$inboundSchema` instead. */
|
|
4969
4984
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4970
|
-
readonly Set: "set";
|
|
4971
4985
|
readonly Append: "append";
|
|
4986
|
+
readonly Set: "set";
|
|
4972
4987
|
readonly Delete: "delete";
|
|
4973
4988
|
}>;
|
|
4974
4989
|
/** @deprecated use `CreateDeploymentRoutesOp$outboundSchema` instead. */
|
|
4975
4990
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4976
|
-
readonly Set: "set";
|
|
4977
4991
|
readonly Append: "append";
|
|
4992
|
+
readonly Set: "set";
|
|
4978
4993
|
readonly Delete: "delete";
|
|
4979
4994
|
}>;
|
|
4980
4995
|
}
|
|
@@ -5319,13 +5334,36 @@ export declare namespace CreateDeploymentMicrofrontendsApplications$ {
|
|
|
5319
5334
|
export declare function createDeploymentMicrofrontendsApplicationsToJSON(createDeploymentMicrofrontendsApplications: CreateDeploymentMicrofrontendsApplications): string;
|
|
5320
5335
|
export declare function createDeploymentMicrofrontendsApplicationsFromJSON(jsonString: string): SafeParseResult<CreateDeploymentMicrofrontendsApplications, SDKValidationError>;
|
|
5321
5336
|
/** @internal */
|
|
5337
|
+
export declare const MfeConfigUploadState$inboundSchema: z.ZodNativeEnum<typeof MfeConfigUploadState>;
|
|
5338
|
+
/** @internal */
|
|
5339
|
+
export declare const MfeConfigUploadState$outboundSchema: z.ZodNativeEnum<typeof MfeConfigUploadState>;
|
|
5340
|
+
/**
|
|
5341
|
+
* @internal
|
|
5342
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5343
|
+
*/
|
|
5344
|
+
export declare namespace MfeConfigUploadState$ {
|
|
5345
|
+
/** @deprecated use `MfeConfigUploadState$inboundSchema` instead. */
|
|
5346
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
5347
|
+
readonly Error: "error";
|
|
5348
|
+
readonly Success: "success";
|
|
5349
|
+
readonly NoConfig: "no_config";
|
|
5350
|
+
}>;
|
|
5351
|
+
/** @deprecated use `MfeConfigUploadState$outboundSchema` instead. */
|
|
5352
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
5353
|
+
readonly Error: "error";
|
|
5354
|
+
readonly Success: "success";
|
|
5355
|
+
readonly NoConfig: "no_config";
|
|
5356
|
+
}>;
|
|
5357
|
+
}
|
|
5358
|
+
/** @internal */
|
|
5322
5359
|
export declare const CreateDeploymentMicrofrontends2$inboundSchema: z.ZodType<CreateDeploymentMicrofrontends2, z.ZodTypeDef, unknown>;
|
|
5323
5360
|
/** @internal */
|
|
5324
5361
|
export type CreateDeploymentMicrofrontends2$Outbound = {
|
|
5362
|
+
isDefaultApp: boolean;
|
|
5325
5363
|
applications?: {
|
|
5326
5364
|
[k: string]: CreateDeploymentMicrofrontendsApplications$Outbound;
|
|
5327
5365
|
} | undefined;
|
|
5328
|
-
|
|
5366
|
+
mfeConfigUploadState?: string | undefined;
|
|
5329
5367
|
defaultAppProjectName: string;
|
|
5330
5368
|
defaultRoute?: string | undefined;
|
|
5331
5369
|
groupIds: Array<string>;
|
|
@@ -5394,6 +5432,117 @@ export declare namespace CreateDeploymentMicrofrontends$ {
|
|
|
5394
5432
|
export declare function createDeploymentMicrofrontendsToJSON(createDeploymentMicrofrontends: CreateDeploymentMicrofrontends): string;
|
|
5395
5433
|
export declare function createDeploymentMicrofrontendsFromJSON(jsonString: string): SafeParseResult<CreateDeploymentMicrofrontends, SDKValidationError>;
|
|
5396
5434
|
/** @internal */
|
|
5435
|
+
export declare const Flags2$inboundSchema: z.ZodType<Flags2, z.ZodTypeDef, unknown>;
|
|
5436
|
+
/** @internal */
|
|
5437
|
+
export type Flags2$Outbound = {};
|
|
5438
|
+
/** @internal */
|
|
5439
|
+
export declare const Flags2$outboundSchema: z.ZodType<Flags2$Outbound, z.ZodTypeDef, Flags2>;
|
|
5440
|
+
/**
|
|
5441
|
+
* @internal
|
|
5442
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5443
|
+
*/
|
|
5444
|
+
export declare namespace Flags2$ {
|
|
5445
|
+
/** @deprecated use `Flags2$inboundSchema` instead. */
|
|
5446
|
+
const inboundSchema: z.ZodType<Flags2, z.ZodTypeDef, unknown>;
|
|
5447
|
+
/** @deprecated use `Flags2$outboundSchema` instead. */
|
|
5448
|
+
const outboundSchema: z.ZodType<Flags2$Outbound, z.ZodTypeDef, Flags2>;
|
|
5449
|
+
/** @deprecated use `Flags2$Outbound` instead. */
|
|
5450
|
+
type Outbound = Flags2$Outbound;
|
|
5451
|
+
}
|
|
5452
|
+
export declare function flags2ToJSON(flags2: Flags2): string;
|
|
5453
|
+
export declare function flags2FromJSON(jsonString: string): SafeParseResult<Flags2, SDKValidationError>;
|
|
5454
|
+
/** @internal */
|
|
5455
|
+
export declare const Options$inboundSchema: z.ZodType<Options, z.ZodTypeDef, unknown>;
|
|
5456
|
+
/** @internal */
|
|
5457
|
+
export type Options$Outbound = {
|
|
5458
|
+
value: FlagJSONValue$Outbound | null;
|
|
5459
|
+
label?: string | undefined;
|
|
5460
|
+
};
|
|
5461
|
+
/** @internal */
|
|
5462
|
+
export declare const Options$outboundSchema: z.ZodType<Options$Outbound, z.ZodTypeDef, Options>;
|
|
5463
|
+
/**
|
|
5464
|
+
* @internal
|
|
5465
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5466
|
+
*/
|
|
5467
|
+
export declare namespace Options$ {
|
|
5468
|
+
/** @deprecated use `Options$inboundSchema` instead. */
|
|
5469
|
+
const inboundSchema: z.ZodType<Options, z.ZodTypeDef, unknown>;
|
|
5470
|
+
/** @deprecated use `Options$outboundSchema` instead. */
|
|
5471
|
+
const outboundSchema: z.ZodType<Options$Outbound, z.ZodTypeDef, Options>;
|
|
5472
|
+
/** @deprecated use `Options$Outbound` instead. */
|
|
5473
|
+
type Outbound = Options$Outbound;
|
|
5474
|
+
}
|
|
5475
|
+
export declare function optionsToJSON(options: Options): string;
|
|
5476
|
+
export declare function optionsFromJSON(jsonString: string): SafeParseResult<Options, SDKValidationError>;
|
|
5477
|
+
/** @internal */
|
|
5478
|
+
export declare const FlagsDefinitions$inboundSchema: z.ZodType<FlagsDefinitions, z.ZodTypeDef, unknown>;
|
|
5479
|
+
/** @internal */
|
|
5480
|
+
export type FlagsDefinitions$Outbound = {
|
|
5481
|
+
options?: Array<Options$Outbound> | undefined;
|
|
5482
|
+
url?: string | undefined;
|
|
5483
|
+
description?: string | undefined;
|
|
5484
|
+
};
|
|
5485
|
+
/** @internal */
|
|
5486
|
+
export declare const FlagsDefinitions$outboundSchema: z.ZodType<FlagsDefinitions$Outbound, z.ZodTypeDef, FlagsDefinitions>;
|
|
5487
|
+
/**
|
|
5488
|
+
* @internal
|
|
5489
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5490
|
+
*/
|
|
5491
|
+
export declare namespace FlagsDefinitions$ {
|
|
5492
|
+
/** @deprecated use `FlagsDefinitions$inboundSchema` instead. */
|
|
5493
|
+
const inboundSchema: z.ZodType<FlagsDefinitions, z.ZodTypeDef, unknown>;
|
|
5494
|
+
/** @deprecated use `FlagsDefinitions$outboundSchema` instead. */
|
|
5495
|
+
const outboundSchema: z.ZodType<FlagsDefinitions$Outbound, z.ZodTypeDef, FlagsDefinitions>;
|
|
5496
|
+
/** @deprecated use `FlagsDefinitions$Outbound` instead. */
|
|
5497
|
+
type Outbound = FlagsDefinitions$Outbound;
|
|
5498
|
+
}
|
|
5499
|
+
export declare function flagsDefinitionsToJSON(flagsDefinitions: FlagsDefinitions): string;
|
|
5500
|
+
export declare function flagsDefinitionsFromJSON(jsonString: string): SafeParseResult<FlagsDefinitions, SDKValidationError>;
|
|
5501
|
+
/** @internal */
|
|
5502
|
+
export declare const Flags1$inboundSchema: z.ZodType<Flags1, z.ZodTypeDef, unknown>;
|
|
5503
|
+
/** @internal */
|
|
5504
|
+
export type Flags1$Outbound = {
|
|
5505
|
+
definitions: {
|
|
5506
|
+
[k: string]: FlagsDefinitions$Outbound;
|
|
5507
|
+
};
|
|
5508
|
+
};
|
|
5509
|
+
/** @internal */
|
|
5510
|
+
export declare const Flags1$outboundSchema: z.ZodType<Flags1$Outbound, z.ZodTypeDef, Flags1>;
|
|
5511
|
+
/**
|
|
5512
|
+
* @internal
|
|
5513
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5514
|
+
*/
|
|
5515
|
+
export declare namespace Flags1$ {
|
|
5516
|
+
/** @deprecated use `Flags1$inboundSchema` instead. */
|
|
5517
|
+
const inboundSchema: z.ZodType<Flags1, z.ZodTypeDef, unknown>;
|
|
5518
|
+
/** @deprecated use `Flags1$outboundSchema` instead. */
|
|
5519
|
+
const outboundSchema: z.ZodType<Flags1$Outbound, z.ZodTypeDef, Flags1>;
|
|
5520
|
+
/** @deprecated use `Flags1$Outbound` instead. */
|
|
5521
|
+
type Outbound = Flags1$Outbound;
|
|
5522
|
+
}
|
|
5523
|
+
export declare function flags1ToJSON(flags1: Flags1): string;
|
|
5524
|
+
export declare function flags1FromJSON(jsonString: string): SafeParseResult<Flags1, SDKValidationError>;
|
|
5525
|
+
/** @internal */
|
|
5526
|
+
export declare const Flags$inboundSchema: z.ZodType<Flags, z.ZodTypeDef, unknown>;
|
|
5527
|
+
/** @internal */
|
|
5528
|
+
export type Flags$Outbound = Flags1$Outbound | Array<Flags2$Outbound>;
|
|
5529
|
+
/** @internal */
|
|
5530
|
+
export declare const Flags$outboundSchema: z.ZodType<Flags$Outbound, z.ZodTypeDef, Flags>;
|
|
5531
|
+
/**
|
|
5532
|
+
* @internal
|
|
5533
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5534
|
+
*/
|
|
5535
|
+
export declare namespace Flags$ {
|
|
5536
|
+
/** @deprecated use `Flags$inboundSchema` instead. */
|
|
5537
|
+
const inboundSchema: z.ZodType<Flags, z.ZodTypeDef, unknown>;
|
|
5538
|
+
/** @deprecated use `Flags$outboundSchema` instead. */
|
|
5539
|
+
const outboundSchema: z.ZodType<Flags$Outbound, z.ZodTypeDef, Flags>;
|
|
5540
|
+
/** @deprecated use `Flags$Outbound` instead. */
|
|
5541
|
+
type Outbound = Flags$Outbound;
|
|
5542
|
+
}
|
|
5543
|
+
export declare function flagsToJSON(flags: Flags): string;
|
|
5544
|
+
export declare function flagsFromJSON(jsonString: string): SafeParseResult<Flags, SDKValidationError>;
|
|
5545
|
+
/** @internal */
|
|
5397
5546
|
export declare const CreateDeploymentGitRepoDeploymentsType$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitRepoDeploymentsType>;
|
|
5398
5547
|
/** @internal */
|
|
5399
5548
|
export declare const CreateDeploymentGitRepoDeploymentsType$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitRepoDeploymentsType>;
|
|
@@ -5422,13 +5571,13 @@ export declare const CreateDeploymentGitRepoOwnerType$outboundSchema: z.ZodNativ
|
|
|
5422
5571
|
export declare namespace CreateDeploymentGitRepoOwnerType$ {
|
|
5423
5572
|
/** @deprecated use `CreateDeploymentGitRepoOwnerType$inboundSchema` instead. */
|
|
5424
5573
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5425
|
-
readonly User: "user";
|
|
5426
5574
|
readonly Team: "team";
|
|
5575
|
+
readonly User: "user";
|
|
5427
5576
|
}>;
|
|
5428
5577
|
/** @deprecated use `CreateDeploymentGitRepoOwnerType$outboundSchema` instead. */
|
|
5429
5578
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5430
|
-
readonly User: "user";
|
|
5431
5579
|
readonly Team: "team";
|
|
5580
|
+
readonly User: "user";
|
|
5432
5581
|
}>;
|
|
5433
5582
|
}
|
|
5434
5583
|
/** @internal */
|
|
@@ -5491,13 +5640,13 @@ export declare const GitRepoOwnerType$outboundSchema: z.ZodNativeEnum<typeof Git
|
|
|
5491
5640
|
export declare namespace GitRepoOwnerType$ {
|
|
5492
5641
|
/** @deprecated use `GitRepoOwnerType$inboundSchema` instead. */
|
|
5493
5642
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5494
|
-
readonly User: "user";
|
|
5495
5643
|
readonly Team: "team";
|
|
5644
|
+
readonly User: "user";
|
|
5496
5645
|
}>;
|
|
5497
5646
|
/** @deprecated use `GitRepoOwnerType$outboundSchema` instead. */
|
|
5498
5647
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5499
|
-
readonly User: "user";
|
|
5500
5648
|
readonly Team: "team";
|
|
5649
|
+
readonly User: "user";
|
|
5501
5650
|
}>;
|
|
5502
5651
|
}
|
|
5503
5652
|
/** @internal */
|
|
@@ -5560,13 +5709,13 @@ export declare const OwnerType$outboundSchema: z.ZodNativeEnum<typeof OwnerType>
|
|
|
5560
5709
|
export declare namespace OwnerType$ {
|
|
5561
5710
|
/** @deprecated use `OwnerType$inboundSchema` instead. */
|
|
5562
5711
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5563
|
-
readonly User: "user";
|
|
5564
5712
|
readonly Team: "team";
|
|
5713
|
+
readonly User: "user";
|
|
5565
5714
|
}>;
|
|
5566
5715
|
/** @deprecated use `OwnerType$outboundSchema` instead. */
|
|
5567
5716
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5568
|
-
readonly User: "user";
|
|
5569
5717
|
readonly Team: "team";
|
|
5718
|
+
readonly User: "user";
|
|
5570
5719
|
}>;
|
|
5571
5720
|
}
|
|
5572
5721
|
/** @internal */
|
|
@@ -5620,117 +5769,6 @@ export declare namespace GitRepo$ {
|
|
|
5620
5769
|
export declare function gitRepoToJSON(gitRepo: GitRepo): string;
|
|
5621
5770
|
export declare function gitRepoFromJSON(jsonString: string): SafeParseResult<GitRepo, SDKValidationError>;
|
|
5622
5771
|
/** @internal */
|
|
5623
|
-
export declare const Flags2$inboundSchema: z.ZodType<Flags2, z.ZodTypeDef, unknown>;
|
|
5624
|
-
/** @internal */
|
|
5625
|
-
export type Flags2$Outbound = {};
|
|
5626
|
-
/** @internal */
|
|
5627
|
-
export declare const Flags2$outboundSchema: z.ZodType<Flags2$Outbound, z.ZodTypeDef, Flags2>;
|
|
5628
|
-
/**
|
|
5629
|
-
* @internal
|
|
5630
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5631
|
-
*/
|
|
5632
|
-
export declare namespace Flags2$ {
|
|
5633
|
-
/** @deprecated use `Flags2$inboundSchema` instead. */
|
|
5634
|
-
const inboundSchema: z.ZodType<Flags2, z.ZodTypeDef, unknown>;
|
|
5635
|
-
/** @deprecated use `Flags2$outboundSchema` instead. */
|
|
5636
|
-
const outboundSchema: z.ZodType<Flags2$Outbound, z.ZodTypeDef, Flags2>;
|
|
5637
|
-
/** @deprecated use `Flags2$Outbound` instead. */
|
|
5638
|
-
type Outbound = Flags2$Outbound;
|
|
5639
|
-
}
|
|
5640
|
-
export declare function flags2ToJSON(flags2: Flags2): string;
|
|
5641
|
-
export declare function flags2FromJSON(jsonString: string): SafeParseResult<Flags2, SDKValidationError>;
|
|
5642
|
-
/** @internal */
|
|
5643
|
-
export declare const Options$inboundSchema: z.ZodType<Options, z.ZodTypeDef, unknown>;
|
|
5644
|
-
/** @internal */
|
|
5645
|
-
export type Options$Outbound = {
|
|
5646
|
-
value: FlagJSONValue$Outbound | null;
|
|
5647
|
-
label?: string | undefined;
|
|
5648
|
-
};
|
|
5649
|
-
/** @internal */
|
|
5650
|
-
export declare const Options$outboundSchema: z.ZodType<Options$Outbound, z.ZodTypeDef, Options>;
|
|
5651
|
-
/**
|
|
5652
|
-
* @internal
|
|
5653
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5654
|
-
*/
|
|
5655
|
-
export declare namespace Options$ {
|
|
5656
|
-
/** @deprecated use `Options$inboundSchema` instead. */
|
|
5657
|
-
const inboundSchema: z.ZodType<Options, z.ZodTypeDef, unknown>;
|
|
5658
|
-
/** @deprecated use `Options$outboundSchema` instead. */
|
|
5659
|
-
const outboundSchema: z.ZodType<Options$Outbound, z.ZodTypeDef, Options>;
|
|
5660
|
-
/** @deprecated use `Options$Outbound` instead. */
|
|
5661
|
-
type Outbound = Options$Outbound;
|
|
5662
|
-
}
|
|
5663
|
-
export declare function optionsToJSON(options: Options): string;
|
|
5664
|
-
export declare function optionsFromJSON(jsonString: string): SafeParseResult<Options, SDKValidationError>;
|
|
5665
|
-
/** @internal */
|
|
5666
|
-
export declare const FlagsDefinitions$inboundSchema: z.ZodType<FlagsDefinitions, z.ZodTypeDef, unknown>;
|
|
5667
|
-
/** @internal */
|
|
5668
|
-
export type FlagsDefinitions$Outbound = {
|
|
5669
|
-
options?: Array<Options$Outbound> | undefined;
|
|
5670
|
-
url?: string | undefined;
|
|
5671
|
-
description?: string | undefined;
|
|
5672
|
-
};
|
|
5673
|
-
/** @internal */
|
|
5674
|
-
export declare const FlagsDefinitions$outboundSchema: z.ZodType<FlagsDefinitions$Outbound, z.ZodTypeDef, FlagsDefinitions>;
|
|
5675
|
-
/**
|
|
5676
|
-
* @internal
|
|
5677
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5678
|
-
*/
|
|
5679
|
-
export declare namespace FlagsDefinitions$ {
|
|
5680
|
-
/** @deprecated use `FlagsDefinitions$inboundSchema` instead. */
|
|
5681
|
-
const inboundSchema: z.ZodType<FlagsDefinitions, z.ZodTypeDef, unknown>;
|
|
5682
|
-
/** @deprecated use `FlagsDefinitions$outboundSchema` instead. */
|
|
5683
|
-
const outboundSchema: z.ZodType<FlagsDefinitions$Outbound, z.ZodTypeDef, FlagsDefinitions>;
|
|
5684
|
-
/** @deprecated use `FlagsDefinitions$Outbound` instead. */
|
|
5685
|
-
type Outbound = FlagsDefinitions$Outbound;
|
|
5686
|
-
}
|
|
5687
|
-
export declare function flagsDefinitionsToJSON(flagsDefinitions: FlagsDefinitions): string;
|
|
5688
|
-
export declare function flagsDefinitionsFromJSON(jsonString: string): SafeParseResult<FlagsDefinitions, SDKValidationError>;
|
|
5689
|
-
/** @internal */
|
|
5690
|
-
export declare const Flags1$inboundSchema: z.ZodType<Flags1, z.ZodTypeDef, unknown>;
|
|
5691
|
-
/** @internal */
|
|
5692
|
-
export type Flags1$Outbound = {
|
|
5693
|
-
definitions: {
|
|
5694
|
-
[k: string]: FlagsDefinitions$Outbound;
|
|
5695
|
-
};
|
|
5696
|
-
};
|
|
5697
|
-
/** @internal */
|
|
5698
|
-
export declare const Flags1$outboundSchema: z.ZodType<Flags1$Outbound, z.ZodTypeDef, Flags1>;
|
|
5699
|
-
/**
|
|
5700
|
-
* @internal
|
|
5701
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5702
|
-
*/
|
|
5703
|
-
export declare namespace Flags1$ {
|
|
5704
|
-
/** @deprecated use `Flags1$inboundSchema` instead. */
|
|
5705
|
-
const inboundSchema: z.ZodType<Flags1, z.ZodTypeDef, unknown>;
|
|
5706
|
-
/** @deprecated use `Flags1$outboundSchema` instead. */
|
|
5707
|
-
const outboundSchema: z.ZodType<Flags1$Outbound, z.ZodTypeDef, Flags1>;
|
|
5708
|
-
/** @deprecated use `Flags1$Outbound` instead. */
|
|
5709
|
-
type Outbound = Flags1$Outbound;
|
|
5710
|
-
}
|
|
5711
|
-
export declare function flags1ToJSON(flags1: Flags1): string;
|
|
5712
|
-
export declare function flags1FromJSON(jsonString: string): SafeParseResult<Flags1, SDKValidationError>;
|
|
5713
|
-
/** @internal */
|
|
5714
|
-
export declare const Flags$inboundSchema: z.ZodType<Flags, z.ZodTypeDef, unknown>;
|
|
5715
|
-
/** @internal */
|
|
5716
|
-
export type Flags$Outbound = Flags1$Outbound | Array<Flags2$Outbound>;
|
|
5717
|
-
/** @internal */
|
|
5718
|
-
export declare const Flags$outboundSchema: z.ZodType<Flags$Outbound, z.ZodTypeDef, Flags>;
|
|
5719
|
-
/**
|
|
5720
|
-
* @internal
|
|
5721
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5722
|
-
*/
|
|
5723
|
-
export declare namespace Flags$ {
|
|
5724
|
-
/** @deprecated use `Flags$inboundSchema` instead. */
|
|
5725
|
-
const inboundSchema: z.ZodType<Flags, z.ZodTypeDef, unknown>;
|
|
5726
|
-
/** @deprecated use `Flags$outboundSchema` instead. */
|
|
5727
|
-
const outboundSchema: z.ZodType<Flags$Outbound, z.ZodTypeDef, Flags>;
|
|
5728
|
-
/** @deprecated use `Flags$Outbound` instead. */
|
|
5729
|
-
type Outbound = Flags$Outbound;
|
|
5730
|
-
}
|
|
5731
|
-
export declare function flagsToJSON(flags: Flags): string;
|
|
5732
|
-
export declare function flagsFromJSON(jsonString: string): SafeParseResult<Flags, SDKValidationError>;
|
|
5733
|
-
/** @internal */
|
|
5734
5772
|
export declare const CreateDeploymentResponseBody$inboundSchema: z.ZodType<CreateDeploymentResponseBody, z.ZodTypeDef, unknown>;
|
|
5735
5773
|
/** @internal */
|
|
5736
5774
|
export type CreateDeploymentResponseBody$Outbound = {
|
|
@@ -5785,24 +5823,24 @@ export type CreateDeploymentResponseBody$Outbound = {
|
|
|
5785
5823
|
errorMessage?: string | null | undefined;
|
|
5786
5824
|
passiveRegions?: Array<string> | undefined;
|
|
5787
5825
|
regions: Array<string>;
|
|
5788
|
-
aliasWarning?: AliasWarning$Outbound | null | undefined;
|
|
5789
5826
|
aliasError?: AliasError$Outbound | null | undefined;
|
|
5790
5827
|
aliasFinal?: string | null | undefined;
|
|
5828
|
+
aliasWarning?: AliasWarning$Outbound | null | undefined;
|
|
5791
5829
|
automaticAliases?: Array<string> | undefined;
|
|
5792
5830
|
buildErrorAt?: number | undefined;
|
|
5793
|
-
|
|
5831
|
+
canceledAt?: number | undefined;
|
|
5794
5832
|
checksConclusion?: string | undefined;
|
|
5833
|
+
checksState?: string | undefined;
|
|
5795
5834
|
defaultRoute?: string | undefined;
|
|
5796
|
-
canceledAt?: number | undefined;
|
|
5797
5835
|
errorCode?: string | undefined;
|
|
5798
5836
|
errorLink?: string | undefined;
|
|
5799
5837
|
errorStep?: string | undefined;
|
|
5800
5838
|
originCacheRegion?: string | undefined;
|
|
5839
|
+
oidcTokenClaims?: OidcTokenClaims$Outbound | undefined;
|
|
5801
5840
|
readySubstate?: string | undefined;
|
|
5802
5841
|
softDeletedByRetention?: boolean | undefined;
|
|
5803
5842
|
undeletedAt?: number | undefined;
|
|
5804
5843
|
url: string;
|
|
5805
|
-
oidcTokenClaims?: OidcTokenClaims$Outbound | undefined;
|
|
5806
5844
|
projectId: string;
|
|
5807
5845
|
ownerId: string;
|
|
5808
5846
|
monorepoManager?: string | null | undefined;
|
|
@@ -5819,8 +5857,8 @@ export type CreateDeploymentResponseBody$Outbound = {
|
|
|
5819
5857
|
connectConfigurationId?: string | undefined;
|
|
5820
5858
|
createdIn: string;
|
|
5821
5859
|
passiveConnectConfigurationId?: string | undefined;
|
|
5822
|
-
gitRepo?: GitRepo2$Outbound | GitRepo3$Outbound | GitRepo1$Outbound | null | undefined;
|
|
5823
5860
|
flags?: Flags1$Outbound | Array<Flags2$Outbound> | undefined;
|
|
5861
|
+
gitRepo?: GitRepo2$Outbound | GitRepo3$Outbound | GitRepo1$Outbound | null | undefined;
|
|
5824
5862
|
};
|
|
5825
5863
|
/** @internal */
|
|
5826
5864
|
export declare const CreateDeploymentResponseBody$outboundSchema: z.ZodType<CreateDeploymentResponseBody$Outbound, z.ZodTypeDef, CreateDeploymentResponseBody>;
|