@distilled.cloud/vercel 1.0.0-rc.7 → 1.0.0-rc.9
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/LICENSE +201 -0
- package/lib/services/access_groups.d.ts +1 -1
- package/lib/services/access_groups.d.ts.map +1 -1
- package/lib/services/access_groups.js +1 -1
- package/lib/services/access_groups.js.map +1 -1
- package/lib/services/ai_gateway.js +1 -1
- package/lib/services/ai_gateway.js.map +1 -1
- package/lib/services/aliases.d.ts +3 -3
- package/lib/services/aliases.d.ts.map +1 -1
- package/lib/services/aliases.js +4 -4
- package/lib/services/aliases.js.map +1 -1
- package/lib/services/api_ai_gateway.d.ts +275 -0
- package/lib/services/api_ai_gateway.d.ts.map +1 -0
- package/lib/services/api_ai_gateway.js +229 -0
- package/lib/services/api_ai_gateway.js.map +1 -0
- package/lib/services/artifacts.d.ts +1 -1
- package/lib/services/artifacts.d.ts.map +1 -1
- package/lib/services/artifacts.js +12 -12
- package/lib/services/artifacts.js.map +1 -1
- package/lib/services/authentication.js +1 -1
- package/lib/services/authentication.js.map +1 -1
- package/lib/services/billing.d.ts +145 -7
- package/lib/services/billing.d.ts.map +1 -1
- package/lib/services/billing.js +121 -5
- package/lib/services/billing.js.map +1 -1
- package/lib/services/bulk_redirects.d.ts +4 -4
- package/lib/services/bulk_redirects.d.ts.map +1 -1
- package/lib/services/bulk_redirects.js +4 -4
- package/lib/services/bulk_redirects.js.map +1 -1
- package/lib/services/certs.d.ts +9 -9
- package/lib/services/certs.d.ts.map +1 -1
- package/lib/services/certs.js +10 -12
- package/lib/services/certs.js.map +1 -1
- package/lib/services/checks_v2.d.ts +5 -0
- package/lib/services/checks_v2.d.ts.map +1 -1
- package/lib/services/checks_v2.js +6 -1
- package/lib/services/checks_v2.js.map +1 -1
- package/lib/services/connect.d.ts +1721 -527
- package/lib/services/connect.d.ts.map +1 -1
- package/lib/services/connect.js +1034 -414
- package/lib/services/connect.js.map +1 -1
- package/lib/services/deployments.d.ts +338 -30
- package/lib/services/deployments.d.ts.map +1 -1
- package/lib/services/deployments.js +335 -11
- package/lib/services/deployments.js.map +1 -1
- package/lib/services/dns.d.ts +13 -13
- package/lib/services/dns.d.ts.map +1 -1
- package/lib/services/dns.js +13 -14
- package/lib/services/dns.js.map +1 -1
- package/lib/services/domains.d.ts +55 -27
- package/lib/services/domains.d.ts.map +1 -1
- package/lib/services/domains.js +38 -25
- package/lib/services/domains.js.map +1 -1
- package/lib/services/domains_registrar.d.ts.map +1 -1
- package/lib/services/domains_registrar.js +1 -1
- package/lib/services/domains_registrar.js.map +1 -1
- package/lib/services/drains.d.ts +8 -8
- package/lib/services/drains.d.ts.map +1 -1
- package/lib/services/drains.js +1 -1
- package/lib/services/drains.js.map +1 -1
- package/lib/services/edge_cache.js +1 -1
- package/lib/services/edge_cache.js.map +1 -1
- package/lib/services/environment.d.ts +39 -39
- package/lib/services/environment.d.ts.map +1 -1
- package/lib/services/environment.js +35 -37
- package/lib/services/environment.js.map +1 -1
- package/lib/services/feature_flags.d.ts +93 -309
- package/lib/services/feature_flags.d.ts.map +1 -1
- package/lib/services/feature_flags.js +93 -303
- package/lib/services/feature_flags.js.map +1 -1
- package/lib/services/global_config.d.ts +40 -40
- package/lib/services/global_config.d.ts.map +1 -1
- package/lib/services/global_config.js +16 -14
- package/lib/services/global_config.js.map +1 -1
- package/lib/services/index.d.ts +3 -0
- package/lib/services/index.d.ts.map +1 -1
- package/lib/services/index.js +3 -0
- package/lib/services/index.js.map +1 -1
- package/lib/services/integrations.d.ts +44 -17
- package/lib/services/integrations.d.ts.map +1 -1
- package/lib/services/integrations.js +32 -7
- package/lib/services/integrations.js.map +1 -1
- package/lib/services/kms.d.ts +1095 -0
- package/lib/services/kms.d.ts.map +1 -0
- package/lib/services/kms.js +982 -0
- package/lib/services/kms.js.map +1 -0
- package/lib/services/log_drains.d.ts +4 -4
- package/lib/services/log_drains.d.ts.map +1 -1
- package/lib/services/log_drains.js +1 -1
- package/lib/services/log_drains.js.map +1 -1
- package/lib/services/logs.js +1 -1
- package/lib/services/logs.js.map +1 -1
- package/lib/services/marketplace.d.ts +95 -33
- package/lib/services/marketplace.d.ts.map +1 -1
- package/lib/services/marketplace.js +123 -31
- package/lib/services/marketplace.js.map +1 -1
- package/lib/services/microfrontends.d.ts +290 -250
- package/lib/services/microfrontends.d.ts.map +1 -1
- package/lib/services/microfrontends.js +281 -244
- package/lib/services/microfrontends.js.map +1 -1
- package/lib/services/misc.d.ts +192 -0
- package/lib/services/misc.d.ts.map +1 -0
- package/lib/services/misc.js +125 -0
- package/lib/services/misc.js.map +1 -0
- package/lib/services/networking.d.ts +123 -2
- package/lib/services/networking.d.ts.map +1 -1
- package/lib/services/networking.js +132 -2
- package/lib/services/networking.js.map +1 -1
- package/lib/services/observability.js +1 -1
- package/lib/services/observability.js.map +1 -1
- package/lib/services/project_members.js +1 -1
- package/lib/services/project_members.js.map +1 -1
- package/lib/services/project_routes.d.ts.map +1 -1
- package/lib/services/project_routes.js +1 -1
- package/lib/services/project_routes.js.map +1 -1
- package/lib/services/projects.d.ts +356 -116
- package/lib/services/projects.d.ts.map +1 -1
- package/lib/services/projects.js +260 -64
- package/lib/services/projects.js.map +1 -1
- package/lib/services/rolling_release.d.ts +2 -2
- package/lib/services/rolling_release.d.ts.map +1 -1
- package/lib/services/rolling_release.js +1 -1
- package/lib/services/rolling_release.js.map +1 -1
- package/lib/services/sandboxes.d.ts +1007 -410
- package/lib/services/sandboxes.d.ts.map +1 -1
- package/lib/services/sandboxes.js +732 -293
- package/lib/services/sandboxes.js.map +1 -1
- package/lib/services/security.d.ts +590 -275
- package/lib/services/security.d.ts.map +1 -1
- package/lib/services/security.js +562 -208
- package/lib/services/security.js.map +1 -1
- package/lib/services/storage.d.ts +69 -69
- package/lib/services/storage.d.ts.map +1 -1
- package/lib/services/storage.js +59 -59
- package/lib/services/storage.js.map +1 -1
- package/lib/services/teams.d.ts +351 -328
- package/lib/services/teams.d.ts.map +1 -1
- package/lib/services/teams.js +299 -284
- package/lib/services/teams.js.map +1 -1
- package/lib/services/user.d.ts +4237 -3650
- package/lib/services/user.d.ts.map +1 -1
- package/lib/services/user.js +3426 -2935
- package/lib/services/user.js.map +1 -1
- package/lib/services/vcr.d.ts +80 -122
- package/lib/services/vcr.d.ts.map +1 -1
- package/lib/services/vcr.js +89 -144
- package/lib/services/vcr.js.map +1 -1
- package/lib/services/web_analytics.d.ts +42 -10
- package/lib/services/web_analytics.d.ts.map +1 -1
- package/lib/services/web_analytics.js +39 -9
- package/lib/services/web_analytics.js.map +1 -1
- package/lib/services/webhooks.d.ts +13 -1
- package/lib/services/webhooks.d.ts.map +1 -1
- package/lib/services/webhooks.js +11 -1
- package/lib/services/webhooks.js.map +1 -1
- package/package.json +6 -5
- package/src/services/access_groups.ts +5 -2
- package/src/services/ai_gateway.ts +1 -1
- package/src/services/aliases.ts +9 -8
- package/src/services/api_ai_gateway.ts +607 -0
- package/src/services/artifacts.ts +13 -13
- package/src/services/authentication.ts +1 -1
- package/src/services/billing.ts +358 -26
- package/src/services/bulk_redirects.ts +10 -10
- package/src/services/certs.ts +20 -26
- package/src/services/checks_v2.ts +11 -1
- package/src/services/connect.ts +3330 -1121
- package/src/services/deployments.ts +1513 -429
- package/src/services/dns.ts +26 -27
- package/src/services/domains.ts +119 -63
- package/src/services/domains_registrar.ts +37 -37
- package/src/services/drains.ts +35 -18
- package/src/services/edge_cache.ts +1 -1
- package/src/services/environment.ts +99 -95
- package/src/services/feature_flags.ts +332 -884
- package/src/services/global_config.ts +59 -57
- package/src/services/index.ts +3 -0
- package/src/services/integrations.ts +870 -668
- package/src/services/kms.ts +2631 -0
- package/src/services/log_drains.ts +73 -41
- package/src/services/logs.ts +1 -1
- package/src/services/marketplace.ts +324 -96
- package/src/services/microfrontends.ts +1582 -1306
- package/src/services/misc.ts +364 -0
- package/src/services/networking.ts +339 -4
- package/src/services/observability.ts +1 -1
- package/src/services/project_members.ts +1 -1
- package/src/services/project_routes.ts +25 -16
- package/src/services/projects.ts +1987 -691
- package/src/services/rolling_release.ts +100 -96
- package/src/services/sandboxes.ts +3013 -1268
- package/src/services/security.ts +3433 -1845
- package/src/services/storage.ts +145 -141
- package/src/services/teams.ts +1061 -986
- package/src/services/user.ts +8490 -6901
- package/src/services/vcr.ts +349 -443
- package/src/services/web_analytics.ts +83 -13
- package/src/services/webhooks.ts +32 -1
|
@@ -125,7 +125,7 @@ export interface CancelDeploymentResponseResourceConfig {
|
|
|
125
125
|
export declare const CancelDeploymentResponseResourceConfig: S.Schema<CancelDeploymentResponseResourceConfig>;
|
|
126
126
|
export type CancelDeploymentResponseProjectSettingsNodeVersion = "10.x" | "12.x" | "14.x" | "16.x" | "18.x" | "20.x" | "22.x" | "24.x" | "8.10.x";
|
|
127
127
|
export declare const CancelDeploymentResponseProjectSettingsNodeVersion: any;
|
|
128
|
-
export type CancelDeploymentResponseProjectSettingsFramework = "actix-web" | "angular" | "ash" | "astro" | "axum" | "blitzjs" | "brunch" | "bun" | "container" | "create-react-app" | "django" | "docusaurus" | "docusaurus-2" | "dojo" | "eleventy" | "elysia" | "ember" | "eve" | "express" | "fastapi" | "fasthtml" | "fastify" | "flask" | "gatsby" | "go" | "gridsome" | "h3" | "hexo" | "hono" | "hugo" | "hydrogen" | "ionic-angular" | "ionic-react" | "jekyll" | "koa" | "mastra" | "middleman" | "nestjs" | "nextjs" | "nitro" | "node" | "nuxtjs" | "parcel" | "polymer" | "preact" | "python" | "react-router" | "redwoodjs" | "remix" | "ruby" | "rust" | "saber" | "sanity" | "sanity-v2" | "sapper" | "scully" | "services" | "solidstart" | "solidstart-1" | "stencil" | "storybook" | "svelte" | "sveltekit" | "sveltekit-1" | "tanstack-start" | "tanstack-start-lovable" | "umijs" | "vite" | "vitepress" | "vue" | "vuepress" | "xmcp" | "zola";
|
|
128
|
+
export type CancelDeploymentResponseProjectSettingsFramework = "actix-web" | "angular" | "ash" | "astro" | "axum" | "blitzjs" | "brunch" | "bun" | "container" | "create-react-app" | "django" | "docusaurus" | "docusaurus-2" | "dojo" | "eleventy" | "elysia" | "ember" | "eve" | "express" | "factory-eve" | "fastapi" | "fasthtml" | "fastify" | "flask" | "gatsby" | "go" | "gridsome" | "h3" | "hexo" | "hono" | "hugo" | "hydrogen" | "ionic-angular" | "ionic-react" | "jekyll" | "koa" | "mastra" | "middleman" | "nestjs" | "nextjs" | "nitro" | "node" | "nuxtjs" | "parcel" | "polymer" | "preact" | "python" | "react-router" | "redwoodjs" | "remix" | "ruby" | "rust" | "saber" | "sanity" | "sanity-v2" | "sapper" | "scully" | "services" | "solidstart" | "solidstart-1" | "stencil" | "storybook" | "svelte" | "sveltekit" | "sveltekit-1" | "tanstack-start" | "tanstack-start-lovable" | "umijs" | "vite" | "vitepress" | "vue" | "vuepress" | "xmcp" | "zola";
|
|
129
129
|
export declare const CancelDeploymentResponseProjectSettingsFramework: any;
|
|
130
130
|
export interface CancelDeploymentResponseProjectSettingsSpeedInsights {
|
|
131
131
|
id: string;
|
|
@@ -133,6 +133,8 @@ export interface CancelDeploymentResponseProjectSettingsSpeedInsights {
|
|
|
133
133
|
disabledAt?: number;
|
|
134
134
|
canceledAt?: number;
|
|
135
135
|
hasData?: boolean;
|
|
136
|
+
/** When the first free (not Speed Insights Plus) production data point was observed, in ms. Set once by subscriber-analytics-events; projects that already had data before this field shipped get it backfilled on their next batch, so it reads "first free data point observed", not necessarily "first ever". */
|
|
137
|
+
dataReceivedAt?: number;
|
|
136
138
|
paidAt?: number;
|
|
137
139
|
}
|
|
138
140
|
export declare const CancelDeploymentResponseProjectSettingsSpeedInsights: S.Schema<CancelDeploymentResponseProjectSettingsSpeedInsights>;
|
|
@@ -222,10 +224,15 @@ export declare const CancelDeploymentResponseImages: S.Schema<CancelDeploymentRe
|
|
|
222
224
|
/** A list of all the aliases (default aliases, staging aliases and production aliases) that were assigned upon deployment creation */
|
|
223
225
|
export type CancelDeploymentResponseAliasList = Array<string>;
|
|
224
226
|
export declare const CancelDeploymentResponseAliasList: S.Schema<CancelDeploymentResponseAliasList>;
|
|
227
|
+
/** Principal type of the deployment creator. */
|
|
228
|
+
export type CancelDeploymentResponseCreatorType = "app" | "integration" | "system" | "user";
|
|
229
|
+
export declare const CancelDeploymentResponseCreatorType: any;
|
|
225
230
|
/** Information about the deployment creator */
|
|
226
231
|
export interface CancelDeploymentResponseCreator {
|
|
227
|
-
/**
|
|
232
|
+
/** Stable creator id across principal types (user id, app id, integration configuration id, or `system`). */
|
|
228
233
|
uid: string;
|
|
234
|
+
/** Principal type of the deployment creator. */
|
|
235
|
+
type?: CancelDeploymentResponseCreatorType;
|
|
229
236
|
/** The username of the user that created the deployment */
|
|
230
237
|
username?: string;
|
|
231
238
|
/** The avatar of the user that created the deployment */
|
|
@@ -660,12 +667,44 @@ export interface CancelDeploymentResponseCronsItem {
|
|
|
660
667
|
export declare const CancelDeploymentResponseCronsItem: S.Schema<CancelDeploymentResponseCronsItem>;
|
|
661
668
|
export type CancelDeploymentResponseCronsList = Array<CancelDeploymentResponseCronsItem>;
|
|
662
669
|
export declare const CancelDeploymentResponseCronsList: S.Schema<CancelDeploymentResponseCronsList>;
|
|
670
|
+
export interface CancelDeploymentResponseAtprotoCase0 {
|
|
671
|
+
enabled: boolean;
|
|
672
|
+
}
|
|
673
|
+
export declare const CancelDeploymentResponseAtprotoCase0: S.Schema<CancelDeploymentResponseAtprotoCase0>;
|
|
674
|
+
export type CancelDeploymentResponseAtprotoCase1SubscriptionCollectionsList = Array<string>;
|
|
675
|
+
export declare const CancelDeploymentResponseAtprotoCase1SubscriptionCollectionsList: S.Schema<CancelDeploymentResponseAtprotoCase1SubscriptionCollectionsList>;
|
|
676
|
+
export type CancelDeploymentResponseAtprotoCase1SubscriptionDidsList = Array<string>;
|
|
677
|
+
export declare const CancelDeploymentResponseAtprotoCase1SubscriptionDidsList: S.Schema<CancelDeploymentResponseAtprotoCase1SubscriptionDidsList>;
|
|
678
|
+
export type CancelDeploymentResponseAtprotoCase1SubscriptionKindsItem = "account" | "commit" | "identity" | "sync";
|
|
679
|
+
export declare const CancelDeploymentResponseAtprotoCase1SubscriptionKindsItem: any;
|
|
680
|
+
export type CancelDeploymentResponseAtprotoCase1SubscriptionKindsList = Array<CancelDeploymentResponseAtprotoCase1SubscriptionKindsItem>;
|
|
681
|
+
export declare const CancelDeploymentResponseAtprotoCase1SubscriptionKindsList: S.Schema<CancelDeploymentResponseAtprotoCase1SubscriptionKindsList>;
|
|
682
|
+
export interface CancelDeploymentResponseAtprotoCase1Subscription {
|
|
683
|
+
collections: CancelDeploymentResponseAtprotoCase1SubscriptionCollectionsList;
|
|
684
|
+
dids?: CancelDeploymentResponseAtprotoCase1SubscriptionDidsList;
|
|
685
|
+
kinds?: CancelDeploymentResponseAtprotoCase1SubscriptionKindsList;
|
|
686
|
+
path: string;
|
|
687
|
+
}
|
|
688
|
+
export declare const CancelDeploymentResponseAtprotoCase1Subscription: S.Schema<CancelDeploymentResponseAtprotoCase1Subscription>;
|
|
689
|
+
export interface CancelDeploymentResponseAtprotoCase1 {
|
|
690
|
+
enabled: boolean;
|
|
691
|
+
subscription: CancelDeploymentResponseAtprotoCase1Subscription;
|
|
692
|
+
}
|
|
693
|
+
export declare const CancelDeploymentResponseAtprotoCase1: S.Schema<CancelDeploymentResponseAtprotoCase1>;
|
|
694
|
+
export type CancelDeploymentResponseAtproto = CancelDeploymentResponseAtprotoCase0 | CancelDeploymentResponseAtprotoCase1;
|
|
695
|
+
export declare const CancelDeploymentResponseAtproto: S.Schema<CancelDeploymentResponseAtproto>;
|
|
663
696
|
export type CancelDeploymentResponseFunctionsValueArchitecture = "arm64" | "x86_64";
|
|
664
697
|
export declare const CancelDeploymentResponseFunctionsValueArchitecture: any;
|
|
665
698
|
export type CancelDeploymentResponseFunctionsValueMaxDurationCase1 = "max";
|
|
666
699
|
export declare const CancelDeploymentResponseFunctionsValueMaxDurationCase1: any;
|
|
667
700
|
export type CancelDeploymentResponseFunctionsValueMaxDuration = number | CancelDeploymentResponseFunctionsValueMaxDurationCase1;
|
|
668
701
|
export declare const CancelDeploymentResponseFunctionsValueMaxDuration: S.Schema<CancelDeploymentResponseFunctionsValueMaxDuration>;
|
|
702
|
+
export type CancelDeploymentResponseFunctionsValueAffinityMode = "strict";
|
|
703
|
+
export declare const CancelDeploymentResponseFunctionsValueAffinityMode: any;
|
|
704
|
+
export interface CancelDeploymentResponseFunctionsValueAffinity {
|
|
705
|
+
mode: CancelDeploymentResponseFunctionsValueAffinityMode;
|
|
706
|
+
}
|
|
707
|
+
export declare const CancelDeploymentResponseFunctionsValueAffinity: S.Schema<CancelDeploymentResponseFunctionsValueAffinity>;
|
|
669
708
|
export type CancelDeploymentResponseFunctionsValueRegionsList = Array<string>;
|
|
670
709
|
export declare const CancelDeploymentResponseFunctionsValueRegionsList: S.Schema<CancelDeploymentResponseFunctionsValueRegionsList>;
|
|
671
710
|
export type CancelDeploymentResponseFunctionsValueFunctionFailoverRegionsList = Array<string>;
|
|
@@ -710,7 +749,15 @@ export interface CancelDeploymentResponseFunctionsValueExperimentalTriggersItemC
|
|
|
710
749
|
maxConcurrency?: number;
|
|
711
750
|
}
|
|
712
751
|
export declare const CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase1: S.Schema<CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase1>;
|
|
713
|
-
|
|
752
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
753
|
+
export type CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase2Type = "schedule/v1beta";
|
|
754
|
+
export declare const CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase2Type: any;
|
|
755
|
+
export interface CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase2 {
|
|
756
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
757
|
+
type: CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase2Type;
|
|
758
|
+
}
|
|
759
|
+
export declare const CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase2: S.Schema<CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase2>;
|
|
760
|
+
export type CancelDeploymentResponseFunctionsValueExperimentalTriggersItem = CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase0 | CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase1 | CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase2;
|
|
714
761
|
export declare const CancelDeploymentResponseFunctionsValueExperimentalTriggersItem: S.Schema<CancelDeploymentResponseFunctionsValueExperimentalTriggersItem>;
|
|
715
762
|
export type CancelDeploymentResponseFunctionsValueExperimentalTriggersList = Array<CancelDeploymentResponseFunctionsValueExperimentalTriggersItem>;
|
|
716
763
|
export declare const CancelDeploymentResponseFunctionsValueExperimentalTriggersList: S.Schema<CancelDeploymentResponseFunctionsValueExperimentalTriggersList>;
|
|
@@ -718,6 +765,7 @@ export interface CancelDeploymentResponseFunctionsValue {
|
|
|
718
765
|
architecture?: CancelDeploymentResponseFunctionsValueArchitecture;
|
|
719
766
|
memory?: number;
|
|
720
767
|
maxDuration?: CancelDeploymentResponseFunctionsValueMaxDuration;
|
|
768
|
+
affinity?: CancelDeploymentResponseFunctionsValueAffinity;
|
|
721
769
|
maxConcurrency?: number;
|
|
722
770
|
regions?: CancelDeploymentResponseFunctionsValueRegionsList;
|
|
723
771
|
functionFailoverRegions?: CancelDeploymentResponseFunctionsValueFunctionFailoverRegionsList;
|
|
@@ -1032,6 +1080,12 @@ export type CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValue
|
|
|
1032
1080
|
export declare const CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueMaxDurationCase1: any;
|
|
1033
1081
|
export type CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueMaxDuration = number | CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueMaxDurationCase1;
|
|
1034
1082
|
export declare const CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueMaxDuration: S.Schema<CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueMaxDuration>;
|
|
1083
|
+
export type CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueAffinityMode = "strict";
|
|
1084
|
+
export declare const CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueAffinityMode: any;
|
|
1085
|
+
export interface CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueAffinity {
|
|
1086
|
+
mode: CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueAffinityMode;
|
|
1087
|
+
}
|
|
1088
|
+
export declare const CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueAffinity: S.Schema<CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueAffinity>;
|
|
1035
1089
|
export type CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueRegionsList = Array<string>;
|
|
1036
1090
|
export declare const CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueRegionsList: S.Schema<CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueRegionsList>;
|
|
1037
1091
|
export type CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueFunctionFailoverRegionsList = Array<string>;
|
|
@@ -1076,7 +1130,15 @@ export interface CancelDeploymentResponseServicesItemCase0BuilderConfigFunctions
|
|
|
1076
1130
|
maxConcurrency?: number;
|
|
1077
1131
|
}
|
|
1078
1132
|
export declare const CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase1: S.Schema<CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase1>;
|
|
1079
|
-
|
|
1133
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
1134
|
+
export type CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type = "schedule/v1beta";
|
|
1135
|
+
export declare const CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type: any;
|
|
1136
|
+
export interface CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2 {
|
|
1137
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
1138
|
+
type: CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type;
|
|
1139
|
+
}
|
|
1140
|
+
export declare const CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2: S.Schema<CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2>;
|
|
1141
|
+
export type CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItem = CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase0 | CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase1 | CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2;
|
|
1080
1142
|
export declare const CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItem: S.Schema<CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItem>;
|
|
1081
1143
|
export type CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersList = Array<CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItem>;
|
|
1082
1144
|
export declare const CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersList: S.Schema<CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersList>;
|
|
@@ -1084,6 +1146,7 @@ export interface CancelDeploymentResponseServicesItemCase0BuilderConfigFunctions
|
|
|
1084
1146
|
architecture?: CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueArchitecture;
|
|
1085
1147
|
memory?: number;
|
|
1086
1148
|
maxDuration?: CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueMaxDuration;
|
|
1149
|
+
affinity?: CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueAffinity;
|
|
1087
1150
|
maxConcurrency?: number;
|
|
1088
1151
|
regions?: CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueRegionsList;
|
|
1089
1152
|
functionFailoverRegions?: CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueFunctionFailoverRegionsList;
|
|
@@ -1233,6 +1296,12 @@ export type CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValue
|
|
|
1233
1296
|
export declare const CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueMaxDurationCase1: any;
|
|
1234
1297
|
export type CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueMaxDuration = number | CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueMaxDurationCase1;
|
|
1235
1298
|
export declare const CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueMaxDuration: S.Schema<CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueMaxDuration>;
|
|
1299
|
+
export type CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueAffinityMode = "strict";
|
|
1300
|
+
export declare const CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueAffinityMode: any;
|
|
1301
|
+
export interface CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueAffinity {
|
|
1302
|
+
mode: CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueAffinityMode;
|
|
1303
|
+
}
|
|
1304
|
+
export declare const CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueAffinity: S.Schema<CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueAffinity>;
|
|
1236
1305
|
export type CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueRegionsList = Array<string>;
|
|
1237
1306
|
export declare const CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueRegionsList: S.Schema<CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueRegionsList>;
|
|
1238
1307
|
export type CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueFunctionFailoverRegionsList = Array<string>;
|
|
@@ -1277,7 +1346,15 @@ export interface CancelDeploymentResponseServicesItemCase1BuilderConfigFunctions
|
|
|
1277
1346
|
maxConcurrency?: number;
|
|
1278
1347
|
}
|
|
1279
1348
|
export declare const CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase1: S.Schema<CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase1>;
|
|
1280
|
-
|
|
1349
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
1350
|
+
export type CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type = "schedule/v1beta";
|
|
1351
|
+
export declare const CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type: any;
|
|
1352
|
+
export interface CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2 {
|
|
1353
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
1354
|
+
type: CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type;
|
|
1355
|
+
}
|
|
1356
|
+
export declare const CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2: S.Schema<CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2>;
|
|
1357
|
+
export type CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItem = CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase0 | CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase1 | CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2;
|
|
1281
1358
|
export declare const CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItem: S.Schema<CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItem>;
|
|
1282
1359
|
export type CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersList = Array<CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItem>;
|
|
1283
1360
|
export declare const CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersList: S.Schema<CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersList>;
|
|
@@ -1285,6 +1362,7 @@ export interface CancelDeploymentResponseServicesItemCase1BuilderConfigFunctions
|
|
|
1285
1362
|
architecture?: CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueArchitecture;
|
|
1286
1363
|
memory?: number;
|
|
1287
1364
|
maxDuration?: CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueMaxDuration;
|
|
1365
|
+
affinity?: CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueAffinity;
|
|
1288
1366
|
maxConcurrency?: number;
|
|
1289
1367
|
regions?: CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueRegionsList;
|
|
1290
1368
|
functionFailoverRegions?: CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueFunctionFailoverRegionsList;
|
|
@@ -1371,6 +1449,12 @@ export type CancelDeploymentResponseServicesItemCase1FunctionsValueMaxDurationCa
|
|
|
1371
1449
|
export declare const CancelDeploymentResponseServicesItemCase1FunctionsValueMaxDurationCase1: any;
|
|
1372
1450
|
export type CancelDeploymentResponseServicesItemCase1FunctionsValueMaxDuration = number | CancelDeploymentResponseServicesItemCase1FunctionsValueMaxDurationCase1;
|
|
1373
1451
|
export declare const CancelDeploymentResponseServicesItemCase1FunctionsValueMaxDuration: S.Schema<CancelDeploymentResponseServicesItemCase1FunctionsValueMaxDuration>;
|
|
1452
|
+
export type CancelDeploymentResponseServicesItemCase1FunctionsValueAffinityMode = "strict";
|
|
1453
|
+
export declare const CancelDeploymentResponseServicesItemCase1FunctionsValueAffinityMode: any;
|
|
1454
|
+
export interface CancelDeploymentResponseServicesItemCase1FunctionsValueAffinity {
|
|
1455
|
+
mode: CancelDeploymentResponseServicesItemCase1FunctionsValueAffinityMode;
|
|
1456
|
+
}
|
|
1457
|
+
export declare const CancelDeploymentResponseServicesItemCase1FunctionsValueAffinity: S.Schema<CancelDeploymentResponseServicesItemCase1FunctionsValueAffinity>;
|
|
1374
1458
|
export type CancelDeploymentResponseServicesItemCase1FunctionsValueRegionsList = Array<string>;
|
|
1375
1459
|
export declare const CancelDeploymentResponseServicesItemCase1FunctionsValueRegionsList: S.Schema<CancelDeploymentResponseServicesItemCase1FunctionsValueRegionsList>;
|
|
1376
1460
|
export type CancelDeploymentResponseServicesItemCase1FunctionsValueFunctionFailoverRegionsList = Array<string>;
|
|
@@ -1415,7 +1499,15 @@ export interface CancelDeploymentResponseServicesItemCase1FunctionsValueExperime
|
|
|
1415
1499
|
maxConcurrency?: number;
|
|
1416
1500
|
}
|
|
1417
1501
|
export declare const CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItemCase1: S.Schema<CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItemCase1>;
|
|
1418
|
-
|
|
1502
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
1503
|
+
export type CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItemCase2Type = "schedule/v1beta";
|
|
1504
|
+
export declare const CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItemCase2Type: any;
|
|
1505
|
+
export interface CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItemCase2 {
|
|
1506
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
1507
|
+
type: CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItemCase2Type;
|
|
1508
|
+
}
|
|
1509
|
+
export declare const CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItemCase2: S.Schema<CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItemCase2>;
|
|
1510
|
+
export type CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItem = CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItemCase0 | CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItemCase1 | CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItemCase2;
|
|
1419
1511
|
export declare const CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItem: S.Schema<CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItem>;
|
|
1420
1512
|
export type CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersList = Array<CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItem>;
|
|
1421
1513
|
export declare const CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersList: S.Schema<CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersList>;
|
|
@@ -1424,6 +1516,7 @@ export interface CancelDeploymentResponseServicesItemCase1FunctionsValue {
|
|
|
1424
1516
|
architecture?: CancelDeploymentResponseServicesItemCase1FunctionsValueArchitecture;
|
|
1425
1517
|
memory?: number;
|
|
1426
1518
|
maxDuration?: CancelDeploymentResponseServicesItemCase1FunctionsValueMaxDuration;
|
|
1519
|
+
affinity?: CancelDeploymentResponseServicesItemCase1FunctionsValueAffinity;
|
|
1427
1520
|
maxConcurrency?: number;
|
|
1428
1521
|
regions?: CancelDeploymentResponseServicesItemCase1FunctionsValueRegionsList;
|
|
1429
1522
|
functionFailoverRegions?: CancelDeploymentResponseServicesItemCase1FunctionsValueFunctionFailoverRegionsList;
|
|
@@ -2624,6 +2717,7 @@ export interface CancelDeploymentResponse {
|
|
|
2624
2717
|
connectConfigurationId?: string;
|
|
2625
2718
|
createdIn: string;
|
|
2626
2719
|
crons?: CancelDeploymentResponseCronsList;
|
|
2720
|
+
atproto?: CancelDeploymentResponseAtproto;
|
|
2627
2721
|
functions?: CancelDeploymentResponseFunctionsMap | null;
|
|
2628
2722
|
/** Whether this deployment completed through the instant static fast path. */
|
|
2629
2723
|
isInstantStatic?: boolean;
|
|
@@ -2810,7 +2904,7 @@ export type CreateDeploymentRequestMetaMap = {
|
|
|
2810
2904
|
};
|
|
2811
2905
|
export declare const CreateDeploymentRequestMetaMap: S.Schema<CreateDeploymentRequestMetaMap>;
|
|
2812
2906
|
/** The framework that is being used for this project. When `null` is used no framework is selected */
|
|
2813
|
-
export type CreateDeploymentRequestProjectSettingsFramework = "services" | "container" | "blitzjs" | "nextjs" | "gatsby" | "remix" | "react-router" | "astro" | "hexo" | "eleventy" | "docusaurus-2" | "docusaurus" | "preact" | "solidstart-1" | "solidstart" | "dojo" | "ember" | "vue" | "scully" | "ionic-angular" | "angular" | "polymer" | "svelte" | "sveltekit" | "sveltekit-1" | "ionic-react" | "create-react-app" | "gridsome" | "umijs" | "sapper" | "saber" | "stencil" | "nuxtjs" | "redwoodjs" | "hugo" | "jekyll" | "brunch" | "middleman" | "zola" | "hydrogen" | "vite" | "tanstack-start" | "tanstack-start-lovable" | "vitepress" | "vuepress" | "parcel" | "fastapi" | "flask" | "fasthtml" | "django" | "ash" | "eve" | "sanity" | "sanity-v2" | "storybook" | "nitro" | "hono" | "express" | "h3" | "koa" | "nestjs" | "elysia" | "fastify" | "xmcp" | "python" | "ruby" | "rust" | "axum" | "actix-web" | "bun" | "node" | "go" | "mastra";
|
|
2907
|
+
export type CreateDeploymentRequestProjectSettingsFramework = "services" | "container" | "blitzjs" | "nextjs" | "gatsby" | "remix" | "react-router" | "astro" | "hexo" | "eleventy" | "docusaurus-2" | "docusaurus" | "preact" | "solidstart-1" | "solidstart" | "dojo" | "ember" | "vue" | "scully" | "ionic-angular" | "angular" | "polymer" | "svelte" | "sveltekit" | "sveltekit-1" | "ionic-react" | "create-react-app" | "gridsome" | "umijs" | "sapper" | "saber" | "stencil" | "nuxtjs" | "redwoodjs" | "hugo" | "jekyll" | "brunch" | "middleman" | "zola" | "hydrogen" | "vite" | "tanstack-start" | "tanstack-start-lovable" | "vitepress" | "vuepress" | "parcel" | "fastapi" | "flask" | "fasthtml" | "django" | "ash" | "factory-eve" | "eve" | "sanity" | "sanity-v2" | "storybook" | "nitro" | "hono" | "express" | "h3" | "koa" | "nestjs" | "elysia" | "fastify" | "xmcp" | "python" | "ruby" | "rust" | "axum" | "actix-web" | "bun" | "node" | "go" | "mastra";
|
|
2814
2908
|
export declare const CreateDeploymentRequestProjectSettingsFramework: any;
|
|
2815
2909
|
/** Override the Node.js version that should be used for this deployment */
|
|
2816
2910
|
export type CreateDeploymentRequestProjectSettingsNodeVersion = "24.x" | "22.x" | "20.x" | "18.x" | "16.x" | "14.x" | "12.x" | "10.x" | "8.10.x";
|
|
@@ -2855,6 +2949,8 @@ export interface CreateDeploymentRequest {
|
|
|
2855
2949
|
deploymentId?: string;
|
|
2856
2950
|
/** The files to include in the deployment. Each entry is either an inlined file (with `data` and `encoding`) or a reference to a previously uploaded file (with `sha` and `size`). Required for non-git deployments. Cannot be used together with `gitSource`. */
|
|
2857
2951
|
files?: CreateDeploymentRequestFilesList;
|
|
2952
|
+
/** Available only to Vercel platform accounts. A read-only GitHub access token scoped to the requested repository. Use a token with a lifetime of 24 hours or less that remains valid until source retrieval completes. */
|
|
2953
|
+
gitAccessToken?: string;
|
|
2858
2954
|
/** Populates initial git metadata for different git providers. */
|
|
2859
2955
|
gitMetadata?: CreateDeploymentRequestGitMetadata;
|
|
2860
2956
|
/** Defines the Git Repository source to be deployed. This property can not be used in combination with `files`. */
|
|
@@ -2959,7 +3055,7 @@ export interface CreateDeploymentResponseBodyCase1ResourceConfig {
|
|
|
2959
3055
|
export declare const CreateDeploymentResponseBodyCase1ResourceConfig: S.Schema<CreateDeploymentResponseBodyCase1ResourceConfig>;
|
|
2960
3056
|
export type CreateDeploymentResponseBodyCase1ProjectSettingsNodeVersion = "10.x" | "12.x" | "14.x" | "16.x" | "18.x" | "20.x" | "22.x" | "24.x" | "8.10.x";
|
|
2961
3057
|
export declare const CreateDeploymentResponseBodyCase1ProjectSettingsNodeVersion: any;
|
|
2962
|
-
export type CreateDeploymentResponseBodyCase1ProjectSettingsFramework = "actix-web" | "angular" | "ash" | "astro" | "axum" | "blitzjs" | "brunch" | "bun" | "container" | "create-react-app" | "django" | "docusaurus" | "docusaurus-2" | "dojo" | "eleventy" | "elysia" | "ember" | "eve" | "express" | "fastapi" | "fasthtml" | "fastify" | "flask" | "gatsby" | "go" | "gridsome" | "h3" | "hexo" | "hono" | "hugo" | "hydrogen" | "ionic-angular" | "ionic-react" | "jekyll" | "koa" | "mastra" | "middleman" | "nestjs" | "nextjs" | "nitro" | "node" | "nuxtjs" | "parcel" | "polymer" | "preact" | "python" | "react-router" | "redwoodjs" | "remix" | "ruby" | "rust" | "saber" | "sanity" | "sanity-v2" | "sapper" | "scully" | "services" | "solidstart" | "solidstart-1" | "stencil" | "storybook" | "svelte" | "sveltekit" | "sveltekit-1" | "tanstack-start" | "tanstack-start-lovable" | "umijs" | "vite" | "vitepress" | "vue" | "vuepress" | "xmcp" | "zola";
|
|
3058
|
+
export type CreateDeploymentResponseBodyCase1ProjectSettingsFramework = "actix-web" | "angular" | "ash" | "astro" | "axum" | "blitzjs" | "brunch" | "bun" | "container" | "create-react-app" | "django" | "docusaurus" | "docusaurus-2" | "dojo" | "eleventy" | "elysia" | "ember" | "eve" | "express" | "factory-eve" | "fastapi" | "fasthtml" | "fastify" | "flask" | "gatsby" | "go" | "gridsome" | "h3" | "hexo" | "hono" | "hugo" | "hydrogen" | "ionic-angular" | "ionic-react" | "jekyll" | "koa" | "mastra" | "middleman" | "nestjs" | "nextjs" | "nitro" | "node" | "nuxtjs" | "parcel" | "polymer" | "preact" | "python" | "react-router" | "redwoodjs" | "remix" | "ruby" | "rust" | "saber" | "sanity" | "sanity-v2" | "sapper" | "scully" | "services" | "solidstart" | "solidstart-1" | "stencil" | "storybook" | "svelte" | "sveltekit" | "sveltekit-1" | "tanstack-start" | "tanstack-start-lovable" | "umijs" | "vite" | "vitepress" | "vue" | "vuepress" | "xmcp" | "zola";
|
|
2963
3059
|
export declare const CreateDeploymentResponseBodyCase1ProjectSettingsFramework: any;
|
|
2964
3060
|
export type CreateDeploymentResponseBodyCase1ProjectSettingsSpeedInsights = CancelDeploymentResponseProjectSettingsSpeedInsights;
|
|
2965
3061
|
export declare const CreateDeploymentResponseBodyCase1ProjectSettingsSpeedInsights: S.Schema<CancelDeploymentResponseProjectSettingsSpeedInsights>;
|
|
@@ -3038,9 +3134,21 @@ export declare const CreateDeploymentResponseBodyCase1Images: S.Schema<CreateDep
|
|
|
3038
3134
|
/** A list of all the aliases (default aliases, staging aliases and production aliases) that were assigned upon deployment creation */
|
|
3039
3135
|
export type CreateDeploymentResponseBodyCase1AliasList = Array<string>;
|
|
3040
3136
|
export declare const CreateDeploymentResponseBodyCase1AliasList: S.Schema<CreateDeploymentResponseBodyCase1AliasList>;
|
|
3137
|
+
/** Principal type of the deployment creator. */
|
|
3138
|
+
export type CreateDeploymentResponseBodyCase1CreatorType = "app" | "integration" | "system" | "user";
|
|
3139
|
+
export declare const CreateDeploymentResponseBodyCase1CreatorType: any;
|
|
3041
3140
|
/** Information about the deployment creator */
|
|
3042
|
-
export
|
|
3043
|
-
|
|
3141
|
+
export interface CreateDeploymentResponseBodyCase1Creator {
|
|
3142
|
+
/** Stable creator id across principal types (user id, app id, integration configuration id, or `system`). */
|
|
3143
|
+
uid: string;
|
|
3144
|
+
/** Principal type of the deployment creator. */
|
|
3145
|
+
type?: CreateDeploymentResponseBodyCase1CreatorType;
|
|
3146
|
+
/** The username of the user that created the deployment */
|
|
3147
|
+
username?: string;
|
|
3148
|
+
/** The avatar of the user that created the deployment */
|
|
3149
|
+
avatar?: string;
|
|
3150
|
+
}
|
|
3151
|
+
export declare const CreateDeploymentResponseBodyCase1Creator: S.Schema<CreateDeploymentResponseBodyCase1Creator>;
|
|
3044
3152
|
export type CreateDeploymentResponseBodyCase1LambdasItemReadyState = "BUILDING" | "ERROR" | "INITIALIZING" | "READY";
|
|
3045
3153
|
export declare const CreateDeploymentResponseBodyCase1LambdasItemReadyState: any;
|
|
3046
3154
|
export type CreateDeploymentResponseBodyCase1LambdasItemOutputItem = CancelDeploymentResponseLambdasItemOutputItem;
|
|
@@ -3439,12 +3547,42 @@ export type CreateDeploymentResponseBodyCase1CronsItem = CancelDeploymentRespons
|
|
|
3439
3547
|
export declare const CreateDeploymentResponseBodyCase1CronsItem: S.Schema<CancelDeploymentResponseCronsItem>;
|
|
3440
3548
|
export type CreateDeploymentResponseBodyCase1CronsList = Array<CancelDeploymentResponseCronsItem>;
|
|
3441
3549
|
export declare const CreateDeploymentResponseBodyCase1CronsList: S.Schema<CreateDeploymentResponseBodyCase1CronsList>;
|
|
3550
|
+
export type CreateDeploymentResponseBodyCase1AtprotoCase0 = CancelDeploymentResponseAtprotoCase0;
|
|
3551
|
+
export declare const CreateDeploymentResponseBodyCase1AtprotoCase0: S.Schema<CancelDeploymentResponseAtprotoCase0>;
|
|
3552
|
+
export type CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionCollectionsList = Array<string>;
|
|
3553
|
+
export declare const CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionCollectionsList: S.Schema<CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionCollectionsList>;
|
|
3554
|
+
export type CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionDidsList = Array<string>;
|
|
3555
|
+
export declare const CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionDidsList: S.Schema<CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionDidsList>;
|
|
3556
|
+
export type CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsItem = "account" | "commit" | "identity" | "sync";
|
|
3557
|
+
export declare const CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsItem: any;
|
|
3558
|
+
export type CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsList = Array<CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsItem>;
|
|
3559
|
+
export declare const CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsList: S.Schema<CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsList>;
|
|
3560
|
+
export interface CreateDeploymentResponseBodyCase1AtprotoCase1Subscription {
|
|
3561
|
+
collections: CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionCollectionsList;
|
|
3562
|
+
dids?: CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionDidsList;
|
|
3563
|
+
kinds?: CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsList;
|
|
3564
|
+
path: string;
|
|
3565
|
+
}
|
|
3566
|
+
export declare const CreateDeploymentResponseBodyCase1AtprotoCase1Subscription: S.Schema<CreateDeploymentResponseBodyCase1AtprotoCase1Subscription>;
|
|
3567
|
+
export interface CreateDeploymentResponseBodyCase1AtprotoCase1 {
|
|
3568
|
+
enabled: boolean;
|
|
3569
|
+
subscription: CreateDeploymentResponseBodyCase1AtprotoCase1Subscription;
|
|
3570
|
+
}
|
|
3571
|
+
export declare const CreateDeploymentResponseBodyCase1AtprotoCase1: S.Schema<CreateDeploymentResponseBodyCase1AtprotoCase1>;
|
|
3572
|
+
export type CreateDeploymentResponseBodyCase1Atproto = CancelDeploymentResponseAtprotoCase0 | CreateDeploymentResponseBodyCase1AtprotoCase1;
|
|
3573
|
+
export declare const CreateDeploymentResponseBodyCase1Atproto: S.Schema<CreateDeploymentResponseBodyCase1Atproto>;
|
|
3442
3574
|
export type CreateDeploymentResponseBodyCase1FunctionsValueArchitecture = "arm64" | "x86_64";
|
|
3443
3575
|
export declare const CreateDeploymentResponseBodyCase1FunctionsValueArchitecture: any;
|
|
3444
3576
|
export type CreateDeploymentResponseBodyCase1FunctionsValueMaxDurationCase1 = "max";
|
|
3445
3577
|
export declare const CreateDeploymentResponseBodyCase1FunctionsValueMaxDurationCase1: any;
|
|
3446
3578
|
export type CreateDeploymentResponseBodyCase1FunctionsValueMaxDuration = number | CreateDeploymentResponseBodyCase1FunctionsValueMaxDurationCase1;
|
|
3447
3579
|
export declare const CreateDeploymentResponseBodyCase1FunctionsValueMaxDuration: S.Schema<CreateDeploymentResponseBodyCase1FunctionsValueMaxDuration>;
|
|
3580
|
+
export type CreateDeploymentResponseBodyCase1FunctionsValueAffinityMode = "strict";
|
|
3581
|
+
export declare const CreateDeploymentResponseBodyCase1FunctionsValueAffinityMode: any;
|
|
3582
|
+
export interface CreateDeploymentResponseBodyCase1FunctionsValueAffinity {
|
|
3583
|
+
mode: CreateDeploymentResponseBodyCase1FunctionsValueAffinityMode;
|
|
3584
|
+
}
|
|
3585
|
+
export declare const CreateDeploymentResponseBodyCase1FunctionsValueAffinity: S.Schema<CreateDeploymentResponseBodyCase1FunctionsValueAffinity>;
|
|
3448
3586
|
export type CreateDeploymentResponseBodyCase1FunctionsValueRegionsList = Array<string>;
|
|
3449
3587
|
export declare const CreateDeploymentResponseBodyCase1FunctionsValueRegionsList: S.Schema<CreateDeploymentResponseBodyCase1FunctionsValueRegionsList>;
|
|
3450
3588
|
export type CreateDeploymentResponseBodyCase1FunctionsValueFunctionFailoverRegionsList = Array<string>;
|
|
@@ -3489,7 +3627,15 @@ export interface CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTrig
|
|
|
3489
3627
|
maxConcurrency?: number;
|
|
3490
3628
|
}
|
|
3491
3629
|
export declare const CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase1: S.Schema<CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase1>;
|
|
3492
|
-
|
|
3630
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
3631
|
+
export type CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2Type = "schedule/v1beta";
|
|
3632
|
+
export declare const CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2Type: any;
|
|
3633
|
+
export interface CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2 {
|
|
3634
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
3635
|
+
type: CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2Type;
|
|
3636
|
+
}
|
|
3637
|
+
export declare const CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2: S.Schema<CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2>;
|
|
3638
|
+
export type CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItem = CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase0 | CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase1 | CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2;
|
|
3493
3639
|
export declare const CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItem: S.Schema<CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItem>;
|
|
3494
3640
|
export type CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersList = Array<CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItem>;
|
|
3495
3641
|
export declare const CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersList: S.Schema<CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersList>;
|
|
@@ -3497,6 +3643,7 @@ export interface CreateDeploymentResponseBodyCase1FunctionsValue {
|
|
|
3497
3643
|
architecture?: CreateDeploymentResponseBodyCase1FunctionsValueArchitecture;
|
|
3498
3644
|
memory?: number;
|
|
3499
3645
|
maxDuration?: CreateDeploymentResponseBodyCase1FunctionsValueMaxDuration;
|
|
3646
|
+
affinity?: CreateDeploymentResponseBodyCase1FunctionsValueAffinity;
|
|
3500
3647
|
maxConcurrency?: number;
|
|
3501
3648
|
regions?: CreateDeploymentResponseBodyCase1FunctionsValueRegionsList;
|
|
3502
3649
|
functionFailoverRegions?: CreateDeploymentResponseBodyCase1FunctionsValueFunctionFailoverRegionsList;
|
|
@@ -3811,6 +3958,12 @@ export type CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunct
|
|
|
3811
3958
|
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueMaxDurationCase1: any;
|
|
3812
3959
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueMaxDuration = number | CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueMaxDurationCase1;
|
|
3813
3960
|
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueMaxDuration: S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueMaxDuration>;
|
|
3961
|
+
export type CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinityMode = "strict";
|
|
3962
|
+
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinityMode: any;
|
|
3963
|
+
export interface CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinity {
|
|
3964
|
+
mode: CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinityMode;
|
|
3965
|
+
}
|
|
3966
|
+
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinity: S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinity>;
|
|
3814
3967
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueRegionsList = Array<string>;
|
|
3815
3968
|
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueRegionsList: S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueRegionsList>;
|
|
3816
3969
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueFunctionFailoverRegionsList = Array<string>;
|
|
@@ -3855,7 +4008,15 @@ export interface CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfig
|
|
|
3855
4008
|
maxConcurrency?: number;
|
|
3856
4009
|
}
|
|
3857
4010
|
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase1: S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase1>;
|
|
3858
|
-
|
|
4011
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
4012
|
+
export type CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type = "schedule/v1beta";
|
|
4013
|
+
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type: any;
|
|
4014
|
+
export interface CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2 {
|
|
4015
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
4016
|
+
type: CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type;
|
|
4017
|
+
}
|
|
4018
|
+
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2: S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2>;
|
|
4019
|
+
export type CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItem = CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase0 | CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase1 | CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2;
|
|
3859
4020
|
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItem: S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItem>;
|
|
3860
4021
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersList = Array<CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItem>;
|
|
3861
4022
|
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersList: S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersList>;
|
|
@@ -3863,6 +4024,7 @@ export interface CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfig
|
|
|
3863
4024
|
architecture?: CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueArchitecture;
|
|
3864
4025
|
memory?: number;
|
|
3865
4026
|
maxDuration?: CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueMaxDuration;
|
|
4027
|
+
affinity?: CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinity;
|
|
3866
4028
|
maxConcurrency?: number;
|
|
3867
4029
|
regions?: CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueRegionsList;
|
|
3868
4030
|
functionFailoverRegions?: CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueFunctionFailoverRegionsList;
|
|
@@ -3993,6 +4155,12 @@ export type CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunct
|
|
|
3993
4155
|
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueMaxDurationCase1: any;
|
|
3994
4156
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueMaxDuration = number | CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueMaxDurationCase1;
|
|
3995
4157
|
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueMaxDuration: S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueMaxDuration>;
|
|
4158
|
+
export type CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinityMode = "strict";
|
|
4159
|
+
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinityMode: any;
|
|
4160
|
+
export interface CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinity {
|
|
4161
|
+
mode: CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinityMode;
|
|
4162
|
+
}
|
|
4163
|
+
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinity: S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinity>;
|
|
3996
4164
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueRegionsList = Array<string>;
|
|
3997
4165
|
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueRegionsList: S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueRegionsList>;
|
|
3998
4166
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueFunctionFailoverRegionsList = Array<string>;
|
|
@@ -4037,7 +4205,15 @@ export interface CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfig
|
|
|
4037
4205
|
maxConcurrency?: number;
|
|
4038
4206
|
}
|
|
4039
4207
|
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase1: S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase1>;
|
|
4040
|
-
|
|
4208
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
4209
|
+
export type CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type = "schedule/v1beta";
|
|
4210
|
+
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type: any;
|
|
4211
|
+
export interface CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2 {
|
|
4212
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
4213
|
+
type: CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type;
|
|
4214
|
+
}
|
|
4215
|
+
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2: S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2>;
|
|
4216
|
+
export type CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItem = CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase0 | CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase1 | CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2;
|
|
4041
4217
|
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItem: S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItem>;
|
|
4042
4218
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersList = Array<CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItem>;
|
|
4043
4219
|
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersList: S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersList>;
|
|
@@ -4045,6 +4221,7 @@ export interface CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfig
|
|
|
4045
4221
|
architecture?: CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueArchitecture;
|
|
4046
4222
|
memory?: number;
|
|
4047
4223
|
maxDuration?: CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueMaxDuration;
|
|
4224
|
+
affinity?: CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinity;
|
|
4048
4225
|
maxConcurrency?: number;
|
|
4049
4226
|
regions?: CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueRegionsList;
|
|
4050
4227
|
functionFailoverRegions?: CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueFunctionFailoverRegionsList;
|
|
@@ -4131,6 +4308,12 @@ export type CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxD
|
|
|
4131
4308
|
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDurationCase1: any;
|
|
4132
4309
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDuration = number | CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDurationCase1;
|
|
4133
4310
|
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDuration: S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDuration>;
|
|
4311
|
+
export type CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinityMode = "strict";
|
|
4312
|
+
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinityMode: any;
|
|
4313
|
+
export interface CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinity {
|
|
4314
|
+
mode: CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinityMode;
|
|
4315
|
+
}
|
|
4316
|
+
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinity: S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinity>;
|
|
4134
4317
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueRegionsList = Array<string>;
|
|
4135
4318
|
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueRegionsList: S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueRegionsList>;
|
|
4136
4319
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueFunctionFailoverRegionsList = Array<string>;
|
|
@@ -4175,7 +4358,15 @@ export interface CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValu
|
|
|
4175
4358
|
maxConcurrency?: number;
|
|
4176
4359
|
}
|
|
4177
4360
|
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase1: S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase1>;
|
|
4178
|
-
|
|
4361
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
4362
|
+
export type CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2Type = "schedule/v1beta";
|
|
4363
|
+
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2Type: any;
|
|
4364
|
+
export interface CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2 {
|
|
4365
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
4366
|
+
type: CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2Type;
|
|
4367
|
+
}
|
|
4368
|
+
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2: S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2>;
|
|
4369
|
+
export type CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItem = CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase0 | CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase1 | CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2;
|
|
4179
4370
|
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItem: S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItem>;
|
|
4180
4371
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersList = Array<CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItem>;
|
|
4181
4372
|
export declare const CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersList: S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersList>;
|
|
@@ -4184,6 +4375,7 @@ export interface CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValu
|
|
|
4184
4375
|
architecture?: CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueArchitecture;
|
|
4185
4376
|
memory?: number;
|
|
4186
4377
|
maxDuration?: CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDuration;
|
|
4378
|
+
affinity?: CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinity;
|
|
4187
4379
|
maxConcurrency?: number;
|
|
4188
4380
|
regions?: CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueRegionsList;
|
|
4189
4381
|
functionFailoverRegions?: CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueFunctionFailoverRegionsList;
|
|
@@ -5272,7 +5464,7 @@ export interface CreateDeploymentResponseBodyCase1 {
|
|
|
5272
5464
|
buildContainerFinishedAt?: number;
|
|
5273
5465
|
buildSkipped: boolean;
|
|
5274
5466
|
/** Information about the deployment creator */
|
|
5275
|
-
creator:
|
|
5467
|
+
creator: CreateDeploymentResponseBodyCase1Creator;
|
|
5276
5468
|
initReadyAt?: number;
|
|
5277
5469
|
isFirstBranchDeployment?: boolean;
|
|
5278
5470
|
lambdas?: CreateDeploymentResponseBodyCase1LambdasList;
|
|
@@ -5355,6 +5547,7 @@ export interface CreateDeploymentResponseBodyCase1 {
|
|
|
5355
5547
|
connectConfigurationId?: string;
|
|
5356
5548
|
createdIn: string;
|
|
5357
5549
|
crons?: CreateDeploymentResponseBodyCase1CronsList;
|
|
5550
|
+
atproto?: CreateDeploymentResponseBodyCase1Atproto;
|
|
5358
5551
|
functions?: CreateDeploymentResponseBodyCase1FunctionsMap | null;
|
|
5359
5552
|
/** Whether this deployment completed through the instant static fast path. */
|
|
5360
5553
|
isInstantStatic?: boolean;
|
|
@@ -5499,7 +5692,7 @@ export interface GetDeploymentResponseBodyCase1ResourceConfig {
|
|
|
5499
5692
|
export declare const GetDeploymentResponseBodyCase1ResourceConfig: S.Schema<GetDeploymentResponseBodyCase1ResourceConfig>;
|
|
5500
5693
|
export type GetDeploymentResponseBodyCase1ProjectSettingsNodeVersion = "10.x" | "12.x" | "14.x" | "16.x" | "18.x" | "20.x" | "22.x" | "24.x" | "8.10.x";
|
|
5501
5694
|
export declare const GetDeploymentResponseBodyCase1ProjectSettingsNodeVersion: any;
|
|
5502
|
-
export type GetDeploymentResponseBodyCase1ProjectSettingsFramework = "actix-web" | "angular" | "ash" | "astro" | "axum" | "blitzjs" | "brunch" | "bun" | "container" | "create-react-app" | "django" | "docusaurus" | "docusaurus-2" | "dojo" | "eleventy" | "elysia" | "ember" | "eve" | "express" | "fastapi" | "fasthtml" | "fastify" | "flask" | "gatsby" | "go" | "gridsome" | "h3" | "hexo" | "hono" | "hugo" | "hydrogen" | "ionic-angular" | "ionic-react" | "jekyll" | "koa" | "mastra" | "middleman" | "nestjs" | "nextjs" | "nitro" | "node" | "nuxtjs" | "parcel" | "polymer" | "preact" | "python" | "react-router" | "redwoodjs" | "remix" | "ruby" | "rust" | "saber" | "sanity" | "sanity-v2" | "sapper" | "scully" | "services" | "solidstart" | "solidstart-1" | "stencil" | "storybook" | "svelte" | "sveltekit" | "sveltekit-1" | "tanstack-start" | "tanstack-start-lovable" | "umijs" | "vite" | "vitepress" | "vue" | "vuepress" | "xmcp" | "zola";
|
|
5695
|
+
export type GetDeploymentResponseBodyCase1ProjectSettingsFramework = "actix-web" | "angular" | "ash" | "astro" | "axum" | "blitzjs" | "brunch" | "bun" | "container" | "create-react-app" | "django" | "docusaurus" | "docusaurus-2" | "dojo" | "eleventy" | "elysia" | "ember" | "eve" | "express" | "factory-eve" | "fastapi" | "fasthtml" | "fastify" | "flask" | "gatsby" | "go" | "gridsome" | "h3" | "hexo" | "hono" | "hugo" | "hydrogen" | "ionic-angular" | "ionic-react" | "jekyll" | "koa" | "mastra" | "middleman" | "nestjs" | "nextjs" | "nitro" | "node" | "nuxtjs" | "parcel" | "polymer" | "preact" | "python" | "react-router" | "redwoodjs" | "remix" | "ruby" | "rust" | "saber" | "sanity" | "sanity-v2" | "sapper" | "scully" | "services" | "solidstart" | "solidstart-1" | "stencil" | "storybook" | "svelte" | "sveltekit" | "sveltekit-1" | "tanstack-start" | "tanstack-start-lovable" | "umijs" | "vite" | "vitepress" | "vue" | "vuepress" | "xmcp" | "zola";
|
|
5503
5696
|
export declare const GetDeploymentResponseBodyCase1ProjectSettingsFramework: any;
|
|
5504
5697
|
export type GetDeploymentResponseBodyCase1ProjectSettingsSpeedInsights = CancelDeploymentResponseProjectSettingsSpeedInsights;
|
|
5505
5698
|
export declare const GetDeploymentResponseBodyCase1ProjectSettingsSpeedInsights: S.Schema<CancelDeploymentResponseProjectSettingsSpeedInsights>;
|
|
@@ -5578,9 +5771,21 @@ export declare const GetDeploymentResponseBodyCase1Images: S.Schema<GetDeploymen
|
|
|
5578
5771
|
/** A list of all the aliases (default aliases, staging aliases and production aliases) that were assigned upon deployment creation */
|
|
5579
5772
|
export type GetDeploymentResponseBodyCase1AliasList = Array<string>;
|
|
5580
5773
|
export declare const GetDeploymentResponseBodyCase1AliasList: S.Schema<GetDeploymentResponseBodyCase1AliasList>;
|
|
5774
|
+
/** Principal type of the deployment creator. */
|
|
5775
|
+
export type GetDeploymentResponseBodyCase1CreatorType = "app" | "integration" | "system" | "user";
|
|
5776
|
+
export declare const GetDeploymentResponseBodyCase1CreatorType: any;
|
|
5581
5777
|
/** Information about the deployment creator */
|
|
5582
|
-
export
|
|
5583
|
-
|
|
5778
|
+
export interface GetDeploymentResponseBodyCase1Creator {
|
|
5779
|
+
/** Stable creator id across principal types (user id, app id, integration configuration id, or `system`). */
|
|
5780
|
+
uid: string;
|
|
5781
|
+
/** Principal type of the deployment creator. */
|
|
5782
|
+
type?: GetDeploymentResponseBodyCase1CreatorType;
|
|
5783
|
+
/** The username of the user that created the deployment */
|
|
5784
|
+
username?: string;
|
|
5785
|
+
/** The avatar of the user that created the deployment */
|
|
5786
|
+
avatar?: string;
|
|
5787
|
+
}
|
|
5788
|
+
export declare const GetDeploymentResponseBodyCase1Creator: S.Schema<GetDeploymentResponseBodyCase1Creator>;
|
|
5584
5789
|
export type GetDeploymentResponseBodyCase1LambdasItemReadyState = "BUILDING" | "ERROR" | "INITIALIZING" | "READY";
|
|
5585
5790
|
export declare const GetDeploymentResponseBodyCase1LambdasItemReadyState: any;
|
|
5586
5791
|
export type GetDeploymentResponseBodyCase1LambdasItemOutputItem = CancelDeploymentResponseLambdasItemOutputItem;
|
|
@@ -5979,12 +6184,42 @@ export type GetDeploymentResponseBodyCase1CronsItem = CancelDeploymentResponseCr
|
|
|
5979
6184
|
export declare const GetDeploymentResponseBodyCase1CronsItem: S.Schema<CancelDeploymentResponseCronsItem>;
|
|
5980
6185
|
export type GetDeploymentResponseBodyCase1CronsList = Array<CancelDeploymentResponseCronsItem>;
|
|
5981
6186
|
export declare const GetDeploymentResponseBodyCase1CronsList: S.Schema<GetDeploymentResponseBodyCase1CronsList>;
|
|
6187
|
+
export type GetDeploymentResponseBodyCase1AtprotoCase0 = CancelDeploymentResponseAtprotoCase0;
|
|
6188
|
+
export declare const GetDeploymentResponseBodyCase1AtprotoCase0: S.Schema<CancelDeploymentResponseAtprotoCase0>;
|
|
6189
|
+
export type GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionCollectionsList = Array<string>;
|
|
6190
|
+
export declare const GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionCollectionsList: S.Schema<GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionCollectionsList>;
|
|
6191
|
+
export type GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionDidsList = Array<string>;
|
|
6192
|
+
export declare const GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionDidsList: S.Schema<GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionDidsList>;
|
|
6193
|
+
export type GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsItem = "account" | "commit" | "identity" | "sync";
|
|
6194
|
+
export declare const GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsItem: any;
|
|
6195
|
+
export type GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsList = Array<GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsItem>;
|
|
6196
|
+
export declare const GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsList: S.Schema<GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsList>;
|
|
6197
|
+
export interface GetDeploymentResponseBodyCase1AtprotoCase1Subscription {
|
|
6198
|
+
collections: GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionCollectionsList;
|
|
6199
|
+
dids?: GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionDidsList;
|
|
6200
|
+
kinds?: GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsList;
|
|
6201
|
+
path: string;
|
|
6202
|
+
}
|
|
6203
|
+
export declare const GetDeploymentResponseBodyCase1AtprotoCase1Subscription: S.Schema<GetDeploymentResponseBodyCase1AtprotoCase1Subscription>;
|
|
6204
|
+
export interface GetDeploymentResponseBodyCase1AtprotoCase1 {
|
|
6205
|
+
enabled: boolean;
|
|
6206
|
+
subscription: GetDeploymentResponseBodyCase1AtprotoCase1Subscription;
|
|
6207
|
+
}
|
|
6208
|
+
export declare const GetDeploymentResponseBodyCase1AtprotoCase1: S.Schema<GetDeploymentResponseBodyCase1AtprotoCase1>;
|
|
6209
|
+
export type GetDeploymentResponseBodyCase1Atproto = CancelDeploymentResponseAtprotoCase0 | GetDeploymentResponseBodyCase1AtprotoCase1;
|
|
6210
|
+
export declare const GetDeploymentResponseBodyCase1Atproto: S.Schema<GetDeploymentResponseBodyCase1Atproto>;
|
|
5982
6211
|
export type GetDeploymentResponseBodyCase1FunctionsValueArchitecture = "arm64" | "x86_64";
|
|
5983
6212
|
export declare const GetDeploymentResponseBodyCase1FunctionsValueArchitecture: any;
|
|
5984
6213
|
export type GetDeploymentResponseBodyCase1FunctionsValueMaxDurationCase1 = "max";
|
|
5985
6214
|
export declare const GetDeploymentResponseBodyCase1FunctionsValueMaxDurationCase1: any;
|
|
5986
6215
|
export type GetDeploymentResponseBodyCase1FunctionsValueMaxDuration = number | GetDeploymentResponseBodyCase1FunctionsValueMaxDurationCase1;
|
|
5987
6216
|
export declare const GetDeploymentResponseBodyCase1FunctionsValueMaxDuration: S.Schema<GetDeploymentResponseBodyCase1FunctionsValueMaxDuration>;
|
|
6217
|
+
export type GetDeploymentResponseBodyCase1FunctionsValueAffinityMode = "strict";
|
|
6218
|
+
export declare const GetDeploymentResponseBodyCase1FunctionsValueAffinityMode: any;
|
|
6219
|
+
export interface GetDeploymentResponseBodyCase1FunctionsValueAffinity {
|
|
6220
|
+
mode: GetDeploymentResponseBodyCase1FunctionsValueAffinityMode;
|
|
6221
|
+
}
|
|
6222
|
+
export declare const GetDeploymentResponseBodyCase1FunctionsValueAffinity: S.Schema<GetDeploymentResponseBodyCase1FunctionsValueAffinity>;
|
|
5988
6223
|
export type GetDeploymentResponseBodyCase1FunctionsValueRegionsList = Array<string>;
|
|
5989
6224
|
export declare const GetDeploymentResponseBodyCase1FunctionsValueRegionsList: S.Schema<GetDeploymentResponseBodyCase1FunctionsValueRegionsList>;
|
|
5990
6225
|
export type GetDeploymentResponseBodyCase1FunctionsValueFunctionFailoverRegionsList = Array<string>;
|
|
@@ -6029,7 +6264,15 @@ export interface GetDeploymentResponseBodyCase1FunctionsValueExperimentalTrigger
|
|
|
6029
6264
|
maxConcurrency?: number;
|
|
6030
6265
|
}
|
|
6031
6266
|
export declare const GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase1: S.Schema<GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase1>;
|
|
6032
|
-
|
|
6267
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
6268
|
+
export type GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2Type = "schedule/v1beta";
|
|
6269
|
+
export declare const GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2Type: any;
|
|
6270
|
+
export interface GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2 {
|
|
6271
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
6272
|
+
type: GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2Type;
|
|
6273
|
+
}
|
|
6274
|
+
export declare const GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2: S.Schema<GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2>;
|
|
6275
|
+
export type GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItem = GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase0 | GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase1 | GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2;
|
|
6033
6276
|
export declare const GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItem: S.Schema<GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItem>;
|
|
6034
6277
|
export type GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersList = Array<GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItem>;
|
|
6035
6278
|
export declare const GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersList: S.Schema<GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersList>;
|
|
@@ -6037,6 +6280,7 @@ export interface GetDeploymentResponseBodyCase1FunctionsValue {
|
|
|
6037
6280
|
architecture?: GetDeploymentResponseBodyCase1FunctionsValueArchitecture;
|
|
6038
6281
|
memory?: number;
|
|
6039
6282
|
maxDuration?: GetDeploymentResponseBodyCase1FunctionsValueMaxDuration;
|
|
6283
|
+
affinity?: GetDeploymentResponseBodyCase1FunctionsValueAffinity;
|
|
6040
6284
|
maxConcurrency?: number;
|
|
6041
6285
|
regions?: GetDeploymentResponseBodyCase1FunctionsValueRegionsList;
|
|
6042
6286
|
functionFailoverRegions?: GetDeploymentResponseBodyCase1FunctionsValueFunctionFailoverRegionsList;
|
|
@@ -6351,6 +6595,12 @@ export type GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunction
|
|
|
6351
6595
|
export declare const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueMaxDurationCase1: any;
|
|
6352
6596
|
export type GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueMaxDuration = number | GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueMaxDurationCase1;
|
|
6353
6597
|
export declare const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueMaxDuration: S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueMaxDuration>;
|
|
6598
|
+
export type GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinityMode = "strict";
|
|
6599
|
+
export declare const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinityMode: any;
|
|
6600
|
+
export interface GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinity {
|
|
6601
|
+
mode: GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinityMode;
|
|
6602
|
+
}
|
|
6603
|
+
export declare const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinity: S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinity>;
|
|
6354
6604
|
export type GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueRegionsList = Array<string>;
|
|
6355
6605
|
export declare const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueRegionsList: S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueRegionsList>;
|
|
6356
6606
|
export type GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueFunctionFailoverRegionsList = Array<string>;
|
|
@@ -6395,7 +6645,15 @@ export interface GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFun
|
|
|
6395
6645
|
maxConcurrency?: number;
|
|
6396
6646
|
}
|
|
6397
6647
|
export declare const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase1: S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase1>;
|
|
6398
|
-
|
|
6648
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
6649
|
+
export type GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type = "schedule/v1beta";
|
|
6650
|
+
export declare const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type: any;
|
|
6651
|
+
export interface GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2 {
|
|
6652
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
6653
|
+
type: GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type;
|
|
6654
|
+
}
|
|
6655
|
+
export declare const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2: S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2>;
|
|
6656
|
+
export type GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItem = GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase0 | GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase1 | GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2;
|
|
6399
6657
|
export declare const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItem: S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItem>;
|
|
6400
6658
|
export type GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersList = Array<GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItem>;
|
|
6401
6659
|
export declare const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersList: S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersList>;
|
|
@@ -6403,6 +6661,7 @@ export interface GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFun
|
|
|
6403
6661
|
architecture?: GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueArchitecture;
|
|
6404
6662
|
memory?: number;
|
|
6405
6663
|
maxDuration?: GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueMaxDuration;
|
|
6664
|
+
affinity?: GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinity;
|
|
6406
6665
|
maxConcurrency?: number;
|
|
6407
6666
|
regions?: GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueRegionsList;
|
|
6408
6667
|
functionFailoverRegions?: GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueFunctionFailoverRegionsList;
|
|
@@ -6533,6 +6792,12 @@ export type GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunction
|
|
|
6533
6792
|
export declare const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueMaxDurationCase1: any;
|
|
6534
6793
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueMaxDuration = number | GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueMaxDurationCase1;
|
|
6535
6794
|
export declare const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueMaxDuration: S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueMaxDuration>;
|
|
6795
|
+
export type GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinityMode = "strict";
|
|
6796
|
+
export declare const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinityMode: any;
|
|
6797
|
+
export interface GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinity {
|
|
6798
|
+
mode: GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinityMode;
|
|
6799
|
+
}
|
|
6800
|
+
export declare const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinity: S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinity>;
|
|
6536
6801
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueRegionsList = Array<string>;
|
|
6537
6802
|
export declare const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueRegionsList: S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueRegionsList>;
|
|
6538
6803
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueFunctionFailoverRegionsList = Array<string>;
|
|
@@ -6577,7 +6842,15 @@ export interface GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFun
|
|
|
6577
6842
|
maxConcurrency?: number;
|
|
6578
6843
|
}
|
|
6579
6844
|
export declare const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase1: S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase1>;
|
|
6580
|
-
|
|
6845
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
6846
|
+
export type GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type = "schedule/v1beta";
|
|
6847
|
+
export declare const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type: any;
|
|
6848
|
+
export interface GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2 {
|
|
6849
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
6850
|
+
type: GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type;
|
|
6851
|
+
}
|
|
6852
|
+
export declare const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2: S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2>;
|
|
6853
|
+
export type GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItem = GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase0 | GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase1 | GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2;
|
|
6581
6854
|
export declare const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItem: S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItem>;
|
|
6582
6855
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersList = Array<GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItem>;
|
|
6583
6856
|
export declare const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersList: S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersList>;
|
|
@@ -6585,6 +6858,7 @@ export interface GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFun
|
|
|
6585
6858
|
architecture?: GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueArchitecture;
|
|
6586
6859
|
memory?: number;
|
|
6587
6860
|
maxDuration?: GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueMaxDuration;
|
|
6861
|
+
affinity?: GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinity;
|
|
6588
6862
|
maxConcurrency?: number;
|
|
6589
6863
|
regions?: GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueRegionsList;
|
|
6590
6864
|
functionFailoverRegions?: GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueFunctionFailoverRegionsList;
|
|
@@ -6671,6 +6945,12 @@ export type GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDura
|
|
|
6671
6945
|
export declare const GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDurationCase1: any;
|
|
6672
6946
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDuration = number | GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDurationCase1;
|
|
6673
6947
|
export declare const GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDuration: S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDuration>;
|
|
6948
|
+
export type GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinityMode = "strict";
|
|
6949
|
+
export declare const GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinityMode: any;
|
|
6950
|
+
export interface GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinity {
|
|
6951
|
+
mode: GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinityMode;
|
|
6952
|
+
}
|
|
6953
|
+
export declare const GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinity: S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinity>;
|
|
6674
6954
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueRegionsList = Array<string>;
|
|
6675
6955
|
export declare const GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueRegionsList: S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueRegionsList>;
|
|
6676
6956
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueFunctionFailoverRegionsList = Array<string>;
|
|
@@ -6715,7 +6995,15 @@ export interface GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueEx
|
|
|
6715
6995
|
maxConcurrency?: number;
|
|
6716
6996
|
}
|
|
6717
6997
|
export declare const GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase1: S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase1>;
|
|
6718
|
-
|
|
6998
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
6999
|
+
export type GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2Type = "schedule/v1beta";
|
|
7000
|
+
export declare const GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2Type: any;
|
|
7001
|
+
export interface GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2 {
|
|
7002
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
7003
|
+
type: GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2Type;
|
|
7004
|
+
}
|
|
7005
|
+
export declare const GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2: S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2>;
|
|
7006
|
+
export type GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItem = GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase0 | GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase1 | GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2;
|
|
6719
7007
|
export declare const GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItem: S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItem>;
|
|
6720
7008
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersList = Array<GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItem>;
|
|
6721
7009
|
export declare const GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersList: S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersList>;
|
|
@@ -6724,6 +7012,7 @@ export interface GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValue {
|
|
|
6724
7012
|
architecture?: GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueArchitecture;
|
|
6725
7013
|
memory?: number;
|
|
6726
7014
|
maxDuration?: GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDuration;
|
|
7015
|
+
affinity?: GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinity;
|
|
6727
7016
|
maxConcurrency?: number;
|
|
6728
7017
|
regions?: GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueRegionsList;
|
|
6729
7018
|
functionFailoverRegions?: GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueFunctionFailoverRegionsList;
|
|
@@ -7812,7 +8101,7 @@ export interface GetDeploymentResponseBodyCase1 {
|
|
|
7812
8101
|
buildContainerFinishedAt?: number;
|
|
7813
8102
|
buildSkipped: boolean;
|
|
7814
8103
|
/** Information about the deployment creator */
|
|
7815
|
-
creator:
|
|
8104
|
+
creator: GetDeploymentResponseBodyCase1Creator;
|
|
7816
8105
|
initReadyAt?: number;
|
|
7817
8106
|
isFirstBranchDeployment?: boolean;
|
|
7818
8107
|
lambdas?: GetDeploymentResponseBodyCase1LambdasList;
|
|
@@ -7895,6 +8184,7 @@ export interface GetDeploymentResponseBodyCase1 {
|
|
|
7895
8184
|
connectConfigurationId?: string;
|
|
7896
8185
|
createdIn: string;
|
|
7897
8186
|
crons?: GetDeploymentResponseBodyCase1CronsList;
|
|
8187
|
+
atproto?: GetDeploymentResponseBodyCase1Atproto;
|
|
7898
8188
|
functions?: GetDeploymentResponseBodyCase1FunctionsMap | null;
|
|
7899
8189
|
/** Whether this deployment completed through the instant static fast path. */
|
|
7900
8190
|
isInstantStatic?: boolean;
|
|
@@ -7922,9 +8212,21 @@ export declare const GetDeploymentResponseBodyCase1: S.Schema<GetDeploymentRespo
|
|
|
7922
8212
|
/** A list of all the aliases (default aliases, staging aliases and production aliases) that were assigned upon deployment creation */
|
|
7923
8213
|
export type GetDeploymentResponseBodyCase2AliasList = Array<string>;
|
|
7924
8214
|
export declare const GetDeploymentResponseBodyCase2AliasList: S.Schema<GetDeploymentResponseBodyCase2AliasList>;
|
|
8215
|
+
/** Principal type of the deployment creator. */
|
|
8216
|
+
export type GetDeploymentResponseBodyCase2CreatorType = "app" | "integration" | "system" | "user";
|
|
8217
|
+
export declare const GetDeploymentResponseBodyCase2CreatorType: any;
|
|
7925
8218
|
/** Information about the deployment creator */
|
|
7926
|
-
export
|
|
7927
|
-
|
|
8219
|
+
export interface GetDeploymentResponseBodyCase2Creator {
|
|
8220
|
+
/** Stable creator id across principal types (user id, app id, integration configuration id, or `system`). */
|
|
8221
|
+
uid: string;
|
|
8222
|
+
/** Principal type of the deployment creator. */
|
|
8223
|
+
type?: GetDeploymentResponseBodyCase2CreatorType;
|
|
8224
|
+
/** The username of the user that created the deployment */
|
|
8225
|
+
username?: string;
|
|
8226
|
+
/** The avatar of the user that created the deployment */
|
|
8227
|
+
avatar?: string;
|
|
8228
|
+
}
|
|
8229
|
+
export declare const GetDeploymentResponseBodyCase2Creator: S.Schema<GetDeploymentResponseBodyCase2Creator>;
|
|
7928
8230
|
export type GetDeploymentResponseBodyCase2LambdasItemReadyState = "BUILDING" | "ERROR" | "INITIALIZING" | "READY";
|
|
7929
8231
|
export declare const GetDeploymentResponseBodyCase2LambdasItemReadyState: any;
|
|
7930
8232
|
export type GetDeploymentResponseBodyCase2LambdasItemOutputItem = CancelDeploymentResponseLambdasItemOutputItem;
|
|
@@ -8329,7 +8631,7 @@ export interface GetDeploymentResponseBodyCase2 {
|
|
|
8329
8631
|
buildContainerFinishedAt?: number;
|
|
8330
8632
|
buildSkipped: boolean;
|
|
8331
8633
|
/** Information about the deployment creator */
|
|
8332
|
-
creator:
|
|
8634
|
+
creator: GetDeploymentResponseBodyCase2Creator;
|
|
8333
8635
|
initReadyAt?: number;
|
|
8334
8636
|
isFirstBranchDeployment?: boolean;
|
|
8335
8637
|
lambdas?: GetDeploymentResponseBodyCase2LambdasList;
|
|
@@ -8459,6 +8761,7 @@ export interface GetDeploymentEventsResponseBodyItemCase0PayloadInfo {
|
|
|
8459
8761
|
path?: string;
|
|
8460
8762
|
step?: string;
|
|
8461
8763
|
readyState?: string;
|
|
8764
|
+
serviceName?: string;
|
|
8462
8765
|
}
|
|
8463
8766
|
export declare const GetDeploymentEventsResponseBodyItemCase0PayloadInfo: S.Schema<GetDeploymentEventsResponseBodyItemCase0PayloadInfo>;
|
|
8464
8767
|
export type GetDeploymentEventsResponseBodyItemCase0PayloadProxyUserAgentList = Array<string>;
|
|
@@ -8695,10 +8998,15 @@ export declare const GetDeploymentsResponseDeploymentsItemState: any;
|
|
|
8695
8998
|
/** The type of the deployment. */
|
|
8696
8999
|
export type GetDeploymentsResponseDeploymentsItemType = "LAMBDAS";
|
|
8697
9000
|
export declare const GetDeploymentsResponseDeploymentsItemType: any;
|
|
8698
|
-
/**
|
|
9001
|
+
/** Principal type of the deployment creator. Defaults to `"user"` if absent (legacy deployments created before principal attribution was recorded). */
|
|
9002
|
+
export type GetDeploymentsResponseDeploymentsItemCreatorType = "app" | "integration" | "system" | "user";
|
|
9003
|
+
export declare const GetDeploymentsResponseDeploymentsItemCreatorType: any;
|
|
9004
|
+
/** Metadata information of the deployment creator. */
|
|
8699
9005
|
export interface GetDeploymentsResponseDeploymentsItemCreator {
|
|
8700
|
-
/**
|
|
9006
|
+
/** Stable creator id across principal types. This may be a user ID, an app ID, an integration configuration ID, or `system`. */
|
|
8701
9007
|
uid: string;
|
|
9008
|
+
/** Principal type of the deployment creator. Defaults to `"user"` if absent (legacy deployments created before principal attribution was recorded). */
|
|
9009
|
+
type?: GetDeploymentsResponseDeploymentsItemCreatorType;
|
|
8702
9010
|
/** The email address of the user. */
|
|
8703
9011
|
email?: string;
|
|
8704
9012
|
/** The username of the user. */
|
|
@@ -8759,7 +9067,7 @@ export interface GetDeploymentsResponseDeploymentsItemManualProvisioning {
|
|
|
8759
9067
|
completedAt?: number;
|
|
8760
9068
|
}
|
|
8761
9069
|
export declare const GetDeploymentsResponseDeploymentsItemManualProvisioning: S.Schema<GetDeploymentsResponseDeploymentsItemManualProvisioning>;
|
|
8762
|
-
export type GetDeploymentsResponseDeploymentsItemProjectSettingsFramework = "actix-web" | "angular" | "ash" | "astro" | "axum" | "blitzjs" | "brunch" | "bun" | "container" | "create-react-app" | "django" | "docusaurus" | "docusaurus-2" | "dojo" | "eleventy" | "elysia" | "ember" | "eve" | "express" | "fastapi" | "fasthtml" | "fastify" | "flask" | "gatsby" | "go" | "gridsome" | "h3" | "hexo" | "hono" | "hugo" | "hydrogen" | "ionic-angular" | "ionic-react" | "jekyll" | "koa" | "mastra" | "middleman" | "nestjs" | "nextjs" | "nitro" | "node" | "nuxtjs" | "parcel" | "polymer" | "preact" | "python" | "react-router" | "redwoodjs" | "remix" | "ruby" | "rust" | "saber" | "sanity" | "sanity-v2" | "sapper" | "scully" | "services" | "solidstart" | "solidstart-1" | "stencil" | "storybook" | "svelte" | "sveltekit" | "sveltekit-1" | "tanstack-start" | "tanstack-start-lovable" | "umijs" | "vite" | "vitepress" | "vue" | "vuepress" | "xmcp" | "zola";
|
|
9070
|
+
export type GetDeploymentsResponseDeploymentsItemProjectSettingsFramework = "actix-web" | "angular" | "ash" | "astro" | "axum" | "blitzjs" | "brunch" | "bun" | "container" | "create-react-app" | "django" | "docusaurus" | "docusaurus-2" | "dojo" | "eleventy" | "elysia" | "ember" | "eve" | "express" | "factory-eve" | "fastapi" | "fasthtml" | "fastify" | "flask" | "gatsby" | "go" | "gridsome" | "h3" | "hexo" | "hono" | "hugo" | "hydrogen" | "ionic-angular" | "ionic-react" | "jekyll" | "koa" | "mastra" | "middleman" | "nestjs" | "nextjs" | "nitro" | "node" | "nuxtjs" | "parcel" | "polymer" | "preact" | "python" | "react-router" | "redwoodjs" | "remix" | "ruby" | "rust" | "saber" | "sanity" | "sanity-v2" | "sapper" | "scully" | "services" | "solidstart" | "solidstart-1" | "stencil" | "storybook" | "svelte" | "sveltekit" | "sveltekit-1" | "tanstack-start" | "tanstack-start-lovable" | "umijs" | "vite" | "vitepress" | "vue" | "vuepress" | "xmcp" | "zola";
|
|
8763
9071
|
export declare const GetDeploymentsResponseDeploymentsItemProjectSettingsFramework: any;
|
|
8764
9072
|
export type GetDeploymentsResponseDeploymentsItemProjectSettingsNodeVersion = "10.x" | "12.x" | "14.x" | "16.x" | "18.x" | "20.x" | "22.x" | "24.x" | "8.10.x";
|
|
8765
9073
|
export declare const GetDeploymentsResponseDeploymentsItemProjectSettingsNodeVersion: any;
|
|
@@ -8924,7 +9232,7 @@ export interface GetDeploymentsResponseDeploymentsItem {
|
|
|
8924
9232
|
state?: GetDeploymentsResponseDeploymentsItemState;
|
|
8925
9233
|
/** The type of the deployment. */
|
|
8926
9234
|
type: GetDeploymentsResponseDeploymentsItemType;
|
|
8927
|
-
/** Metadata information of the
|
|
9235
|
+
/** Metadata information of the deployment creator. */
|
|
8928
9236
|
creator: GetDeploymentsResponseDeploymentsItemCreator;
|
|
8929
9237
|
/** Metadata information from the Git provider. */
|
|
8930
9238
|
meta?: GetDeploymentsResponseDeploymentsItemMetaMap;
|