@distilled.cloud/vercel 1.0.0-rc.8 → 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 +4 -3
- 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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AUTO-GENERATED by scripts/generate.ts from .generated-specs (specs/openapi.json). Do not edit.
|
|
1
|
+
// AUTO-GENERATED by scripts/generate.ts from .generated-specs (specs/spec-mirror-vercel/specs/openapi.json). Do not edit.
|
|
2
2
|
import * as S from "@distilled.cloud/core/schema";
|
|
3
3
|
import * as API from "@distilled.cloud/core/api";
|
|
4
4
|
import * as C from "@distilled.cloud/core/category";
|
|
@@ -158,13 +158,16 @@ export const CancelDeploymentResponseResourceConfigBuildMachinePurchaseType =
|
|
|
158
158
|
|
|
159
159
|
/** The default plan type for the build machine — what the customer is *paying* for on their plan. For most customers, this is standard, but some customers have an entitlement for enhanced builds. */
|
|
160
160
|
export type CancelDeploymentResponseResourceConfigBuildMachineDefaultPurchaseType =
|
|
161
|
-
|
|
161
|
+
| "basic"
|
|
162
|
+
| "enhanced"
|
|
163
|
+
| "standard";
|
|
162
164
|
export const CancelDeploymentResponseResourceConfigBuildMachineDefaultPurchaseType =
|
|
163
165
|
/*@__PURE__*/ S.String;
|
|
164
166
|
|
|
165
167
|
/** Whether the build ran on a fixed or elastic machine. Used to drive billing for the build. */
|
|
166
168
|
export type CancelDeploymentResponseResourceConfigBuildMachineMachineSelectionType =
|
|
167
|
-
|
|
169
|
+
| "elastic"
|
|
170
|
+
| "fixed";
|
|
168
171
|
export const CancelDeploymentResponseResourceConfigBuildMachineMachineSelectionType =
|
|
169
172
|
/*@__PURE__*/ S.String;
|
|
170
173
|
|
|
@@ -248,6 +251,7 @@ export type CancelDeploymentResponseProjectSettingsFramework =
|
|
|
248
251
|
| "ember"
|
|
249
252
|
| "eve"
|
|
250
253
|
| "express"
|
|
254
|
+
| "factory-eve"
|
|
251
255
|
| "fastapi"
|
|
252
256
|
| "fasthtml"
|
|
253
257
|
| "fastify"
|
|
@@ -311,6 +315,8 @@ export interface CancelDeploymentResponseProjectSettingsSpeedInsights {
|
|
|
311
315
|
disabledAt?: number;
|
|
312
316
|
canceledAt?: number;
|
|
313
317
|
hasData?: boolean;
|
|
318
|
+
/** 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". */
|
|
319
|
+
dataReceivedAt?: number;
|
|
314
320
|
paidAt?: number;
|
|
315
321
|
}
|
|
316
322
|
export const CancelDeploymentResponseProjectSettingsSpeedInsights =
|
|
@@ -321,6 +327,7 @@ export const CancelDeploymentResponseProjectSettingsSpeedInsights =
|
|
|
321
327
|
disabledAt: S.optional(S.Number),
|
|
322
328
|
canceledAt: S.optional(S.Number),
|
|
323
329
|
hasData: S.optional(S.Boolean),
|
|
330
|
+
dataReceivedAt: S.optional(S.Number),
|
|
324
331
|
paidAt: S.optional(S.Number),
|
|
325
332
|
}),
|
|
326
333
|
).annotate({
|
|
@@ -550,10 +557,20 @@ export const CancelDeploymentResponseAliasList = /*@__PURE__*/ S.Array(
|
|
|
550
557
|
S.String,
|
|
551
558
|
) as any as S.Schema<CancelDeploymentResponseAliasList>;
|
|
552
559
|
|
|
560
|
+
/** Principal type of the deployment creator. */
|
|
561
|
+
export type CancelDeploymentResponseCreatorType =
|
|
562
|
+
| "app"
|
|
563
|
+
| "integration"
|
|
564
|
+
| "system"
|
|
565
|
+
| "user";
|
|
566
|
+
export const CancelDeploymentResponseCreatorType = /*@__PURE__*/ S.String;
|
|
567
|
+
|
|
553
568
|
/** Information about the deployment creator */
|
|
554
569
|
export interface CancelDeploymentResponseCreator {
|
|
555
|
-
/**
|
|
570
|
+
/** Stable creator id across principal types (user id, app id, integration configuration id, or `system`). */
|
|
556
571
|
uid: string;
|
|
572
|
+
/** Principal type of the deployment creator. */
|
|
573
|
+
type?: CancelDeploymentResponseCreatorType;
|
|
557
574
|
/** The username of the user that created the deployment */
|
|
558
575
|
username?: string;
|
|
559
576
|
/** The avatar of the user that created the deployment */
|
|
@@ -562,6 +579,7 @@ export interface CancelDeploymentResponseCreator {
|
|
|
562
579
|
export const CancelDeploymentResponseCreator = /*@__PURE__*/ S.suspend(() =>
|
|
563
580
|
S.Struct({
|
|
564
581
|
uid: S.String,
|
|
582
|
+
type: S.optional(CancelDeploymentResponseCreatorType),
|
|
565
583
|
username: S.optional(S.String),
|
|
566
584
|
avatar: S.optional(S.String),
|
|
567
585
|
}),
|
|
@@ -694,7 +712,10 @@ export const CancelDeploymentResponseCustomEnvironmentCase0BranchMatcher =
|
|
|
694
712
|
}) as any as S.Schema<CancelDeploymentResponseCustomEnvironmentCase0BranchMatcher>;
|
|
695
713
|
|
|
696
714
|
export type CancelDeploymentResponseCustomEnvironmentCase0DomainsItemRedirectStatusCode =
|
|
697
|
-
|
|
715
|
+
| 301
|
|
716
|
+
| 302
|
|
717
|
+
| 307
|
|
718
|
+
| 308;
|
|
698
719
|
export const CancelDeploymentResponseCustomEnvironmentCase0DomainsItemRedirectStatusCode =
|
|
699
720
|
/*@__PURE__*/ S.Number;
|
|
700
721
|
|
|
@@ -1614,6 +1635,90 @@ export const CancelDeploymentResponseCronsList = /*@__PURE__*/ S.Array(
|
|
|
1614
1635
|
CancelDeploymentResponseCronsItem,
|
|
1615
1636
|
) as any as S.Schema<CancelDeploymentResponseCronsList>;
|
|
1616
1637
|
|
|
1638
|
+
export interface CancelDeploymentResponseAtprotoCase0 {
|
|
1639
|
+
enabled: boolean;
|
|
1640
|
+
}
|
|
1641
|
+
export const CancelDeploymentResponseAtprotoCase0 = /*@__PURE__*/ S.suspend(
|
|
1642
|
+
() =>
|
|
1643
|
+
S.Struct({
|
|
1644
|
+
enabled: S.Boolean,
|
|
1645
|
+
}),
|
|
1646
|
+
).annotate({
|
|
1647
|
+
identifier: "CancelDeploymentResponseAtprotoCase0",
|
|
1648
|
+
}) as any as S.Schema<CancelDeploymentResponseAtprotoCase0>;
|
|
1649
|
+
|
|
1650
|
+
export type CancelDeploymentResponseAtprotoCase1SubscriptionCollectionsList =
|
|
1651
|
+
Array<string>;
|
|
1652
|
+
export const CancelDeploymentResponseAtprotoCase1SubscriptionCollectionsList =
|
|
1653
|
+
/*@__PURE__*/ S.Array(
|
|
1654
|
+
S.String,
|
|
1655
|
+
) as any as S.Schema<CancelDeploymentResponseAtprotoCase1SubscriptionCollectionsList>;
|
|
1656
|
+
|
|
1657
|
+
export type CancelDeploymentResponseAtprotoCase1SubscriptionDidsList =
|
|
1658
|
+
Array<string>;
|
|
1659
|
+
export const CancelDeploymentResponseAtprotoCase1SubscriptionDidsList =
|
|
1660
|
+
/*@__PURE__*/ S.Array(
|
|
1661
|
+
S.String,
|
|
1662
|
+
) as any as S.Schema<CancelDeploymentResponseAtprotoCase1SubscriptionDidsList>;
|
|
1663
|
+
|
|
1664
|
+
export type CancelDeploymentResponseAtprotoCase1SubscriptionKindsItem =
|
|
1665
|
+
| "account"
|
|
1666
|
+
| "commit"
|
|
1667
|
+
| "identity"
|
|
1668
|
+
| "sync";
|
|
1669
|
+
export const CancelDeploymentResponseAtprotoCase1SubscriptionKindsItem =
|
|
1670
|
+
/*@__PURE__*/ S.String;
|
|
1671
|
+
|
|
1672
|
+
export type CancelDeploymentResponseAtprotoCase1SubscriptionKindsList =
|
|
1673
|
+
Array<CancelDeploymentResponseAtprotoCase1SubscriptionKindsItem>;
|
|
1674
|
+
export const CancelDeploymentResponseAtprotoCase1SubscriptionKindsList =
|
|
1675
|
+
/*@__PURE__*/ S.Array(
|
|
1676
|
+
CancelDeploymentResponseAtprotoCase1SubscriptionKindsItem,
|
|
1677
|
+
) as any as S.Schema<CancelDeploymentResponseAtprotoCase1SubscriptionKindsList>;
|
|
1678
|
+
|
|
1679
|
+
export interface CancelDeploymentResponseAtprotoCase1Subscription {
|
|
1680
|
+
collections: CancelDeploymentResponseAtprotoCase1SubscriptionCollectionsList;
|
|
1681
|
+
dids?: CancelDeploymentResponseAtprotoCase1SubscriptionDidsList;
|
|
1682
|
+
kinds?: CancelDeploymentResponseAtprotoCase1SubscriptionKindsList;
|
|
1683
|
+
path: string;
|
|
1684
|
+
}
|
|
1685
|
+
export const CancelDeploymentResponseAtprotoCase1Subscription =
|
|
1686
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
1687
|
+
S.Struct({
|
|
1688
|
+
collections:
|
|
1689
|
+
CancelDeploymentResponseAtprotoCase1SubscriptionCollectionsList,
|
|
1690
|
+
dids: S.optional(
|
|
1691
|
+
CancelDeploymentResponseAtprotoCase1SubscriptionDidsList,
|
|
1692
|
+
),
|
|
1693
|
+
kinds: S.optional(
|
|
1694
|
+
CancelDeploymentResponseAtprotoCase1SubscriptionKindsList,
|
|
1695
|
+
),
|
|
1696
|
+
path: S.String,
|
|
1697
|
+
}),
|
|
1698
|
+
).annotate({
|
|
1699
|
+
identifier: "CancelDeploymentResponseAtprotoCase1Subscription",
|
|
1700
|
+
}) as any as S.Schema<CancelDeploymentResponseAtprotoCase1Subscription>;
|
|
1701
|
+
|
|
1702
|
+
export interface CancelDeploymentResponseAtprotoCase1 {
|
|
1703
|
+
enabled: boolean;
|
|
1704
|
+
subscription: CancelDeploymentResponseAtprotoCase1Subscription;
|
|
1705
|
+
}
|
|
1706
|
+
export const CancelDeploymentResponseAtprotoCase1 = /*@__PURE__*/ S.suspend(
|
|
1707
|
+
() =>
|
|
1708
|
+
S.Struct({
|
|
1709
|
+
enabled: S.Boolean,
|
|
1710
|
+
subscription: CancelDeploymentResponseAtprotoCase1Subscription,
|
|
1711
|
+
}),
|
|
1712
|
+
).annotate({
|
|
1713
|
+
identifier: "CancelDeploymentResponseAtprotoCase1",
|
|
1714
|
+
}) as any as S.Schema<CancelDeploymentResponseAtprotoCase1>;
|
|
1715
|
+
|
|
1716
|
+
export type CancelDeploymentResponseAtproto =
|
|
1717
|
+
| CancelDeploymentResponseAtprotoCase0
|
|
1718
|
+
| CancelDeploymentResponseAtprotoCase1;
|
|
1719
|
+
export const CancelDeploymentResponseAtproto =
|
|
1720
|
+
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseAtproto>;
|
|
1721
|
+
|
|
1617
1722
|
export type CancelDeploymentResponseFunctionsValueArchitecture =
|
|
1618
1723
|
| "arm64"
|
|
1619
1724
|
| "x86_64";
|
|
@@ -1630,6 +1735,22 @@ export type CancelDeploymentResponseFunctionsValueMaxDuration =
|
|
|
1630
1735
|
export const CancelDeploymentResponseFunctionsValueMaxDuration =
|
|
1631
1736
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseFunctionsValueMaxDuration>;
|
|
1632
1737
|
|
|
1738
|
+
export type CancelDeploymentResponseFunctionsValueAffinityMode = "strict";
|
|
1739
|
+
export const CancelDeploymentResponseFunctionsValueAffinityMode =
|
|
1740
|
+
/*@__PURE__*/ S.String;
|
|
1741
|
+
|
|
1742
|
+
export interface CancelDeploymentResponseFunctionsValueAffinity {
|
|
1743
|
+
mode: CancelDeploymentResponseFunctionsValueAffinityMode;
|
|
1744
|
+
}
|
|
1745
|
+
export const CancelDeploymentResponseFunctionsValueAffinity =
|
|
1746
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
1747
|
+
S.Struct({
|
|
1748
|
+
mode: CancelDeploymentResponseFunctionsValueAffinityMode,
|
|
1749
|
+
}),
|
|
1750
|
+
).annotate({
|
|
1751
|
+
identifier: "CancelDeploymentResponseFunctionsValueAffinity",
|
|
1752
|
+
}) as any as S.Schema<CancelDeploymentResponseFunctionsValueAffinity>;
|
|
1753
|
+
|
|
1633
1754
|
export type CancelDeploymentResponseFunctionsValueRegionsList = Array<string>;
|
|
1634
1755
|
export const CancelDeploymentResponseFunctionsValueRegionsList =
|
|
1635
1756
|
/*@__PURE__*/ S.Array(
|
|
@@ -1718,9 +1839,30 @@ export const CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase1
|
|
|
1718
1839
|
"CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase1",
|
|
1719
1840
|
}) as any as S.Schema<CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase1>;
|
|
1720
1841
|
|
|
1842
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
1843
|
+
export type CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase2Type =
|
|
1844
|
+
"schedule/v1beta";
|
|
1845
|
+
export const CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase2Type =
|
|
1846
|
+
/*@__PURE__*/ S.String;
|
|
1847
|
+
|
|
1848
|
+
export interface CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase2 {
|
|
1849
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
1850
|
+
type: CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase2Type;
|
|
1851
|
+
}
|
|
1852
|
+
export const CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase2 =
|
|
1853
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
1854
|
+
S.Struct({
|
|
1855
|
+
type: CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase2Type,
|
|
1856
|
+
}),
|
|
1857
|
+
).annotate({
|
|
1858
|
+
identifier:
|
|
1859
|
+
"CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase2",
|
|
1860
|
+
}) as any as S.Schema<CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase2>;
|
|
1861
|
+
|
|
1721
1862
|
export type CancelDeploymentResponseFunctionsValueExperimentalTriggersItem =
|
|
1722
1863
|
| CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase0
|
|
1723
|
-
| CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase1
|
|
1864
|
+
| CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase1
|
|
1865
|
+
| CancelDeploymentResponseFunctionsValueExperimentalTriggersItemCase2;
|
|
1724
1866
|
export const CancelDeploymentResponseFunctionsValueExperimentalTriggersItem =
|
|
1725
1867
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseFunctionsValueExperimentalTriggersItem>;
|
|
1726
1868
|
|
|
@@ -1735,6 +1877,7 @@ export interface CancelDeploymentResponseFunctionsValue {
|
|
|
1735
1877
|
architecture?: CancelDeploymentResponseFunctionsValueArchitecture;
|
|
1736
1878
|
memory?: number;
|
|
1737
1879
|
maxDuration?: CancelDeploymentResponseFunctionsValueMaxDuration;
|
|
1880
|
+
affinity?: CancelDeploymentResponseFunctionsValueAffinity;
|
|
1738
1881
|
maxConcurrency?: number;
|
|
1739
1882
|
regions?: CancelDeploymentResponseFunctionsValueRegionsList;
|
|
1740
1883
|
functionFailoverRegions?: CancelDeploymentResponseFunctionsValueFunctionFailoverRegionsList;
|
|
@@ -1754,6 +1897,7 @@ export const CancelDeploymentResponseFunctionsValue = /*@__PURE__*/ S.suspend(
|
|
|
1754
1897
|
maxDuration: S.optional(
|
|
1755
1898
|
CancelDeploymentResponseFunctionsValueMaxDuration,
|
|
1756
1899
|
),
|
|
1900
|
+
affinity: S.optional(CancelDeploymentResponseFunctionsValueAffinity),
|
|
1757
1901
|
maxConcurrency: S.optional(S.Number),
|
|
1758
1902
|
regions: S.optional(CancelDeploymentResponseFunctionsValueRegionsList),
|
|
1759
1903
|
functionFailoverRegions: S.optional(
|
|
@@ -1984,7 +2128,8 @@ export const CancelDeploymentResponseRoutesItemCase0MissingItemCase0Type =
|
|
|
1984
2128
|
/*@__PURE__*/ S.String;
|
|
1985
2129
|
|
|
1986
2130
|
export type CancelDeploymentResponseRoutesItemCase0MissingItemCase0ValueCase1Eq =
|
|
1987
|
-
|
|
2131
|
+
| string
|
|
2132
|
+
| number;
|
|
1988
2133
|
export const CancelDeploymentResponseRoutesItemCase0MissingItemCase0ValueCase1Eq =
|
|
1989
2134
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseRoutesItemCase0MissingItemCase0ValueCase1Eq>;
|
|
1990
2135
|
|
|
@@ -2069,7 +2214,8 @@ export const CancelDeploymentResponseRoutesItemCase0MissingItemCase1Type =
|
|
|
2069
2214
|
/*@__PURE__*/ S.String;
|
|
2070
2215
|
|
|
2071
2216
|
export type CancelDeploymentResponseRoutesItemCase0MissingItemCase1ValueCase1Eq =
|
|
2072
|
-
|
|
2217
|
+
| string
|
|
2218
|
+
| number;
|
|
2073
2219
|
export const CancelDeploymentResponseRoutesItemCase0MissingItemCase1ValueCase1Eq =
|
|
2074
2220
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseRoutesItemCase0MissingItemCase1ValueCase1Eq>;
|
|
2075
2221
|
|
|
@@ -2196,7 +2342,8 @@ export const CancelDeploymentResponseRoutesItemCase0TransformsItemCase0Op =
|
|
|
2196
2342
|
/*@__PURE__*/ S.String;
|
|
2197
2343
|
|
|
2198
2344
|
export type CancelDeploymentResponseRoutesItemCase0TransformsItemCase0TargetKeyCase1Eq =
|
|
2199
|
-
|
|
2345
|
+
| string
|
|
2346
|
+
| number;
|
|
2200
2347
|
export const CancelDeploymentResponseRoutesItemCase0TransformsItemCase0TargetKeyCase1Eq =
|
|
2201
2348
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseRoutesItemCase0TransformsItemCase0TargetKeyCase1Eq>;
|
|
2202
2349
|
|
|
@@ -2252,8 +2399,8 @@ export const CancelDeploymentResponseRoutesItemCase0TransformsItemCase0TargetKey
|
|
|
2252
2399
|
}) as any as S.Schema<CancelDeploymentResponseRoutesItemCase0TransformsItemCase0TargetKeyCase1>;
|
|
2253
2400
|
|
|
2254
2401
|
export type CancelDeploymentResponseRoutesItemCase0TransformsItemCase0TargetKey =
|
|
2255
|
-
|
|
2256
|
-
|
|
2402
|
+
| string
|
|
2403
|
+
| CancelDeploymentResponseRoutesItemCase0TransformsItemCase0TargetKeyCase1;
|
|
2257
2404
|
export const CancelDeploymentResponseRoutesItemCase0TransformsItemCase0TargetKey =
|
|
2258
2405
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseRoutesItemCase0TransformsItemCase0TargetKey>;
|
|
2259
2406
|
|
|
@@ -2590,8 +2737,8 @@ export const CancelDeploymentResponseServicesItemCase0BuilderConfigIncludeFilesC
|
|
|
2590
2737
|
) as any as S.Schema<CancelDeploymentResponseServicesItemCase0BuilderConfigIncludeFilesCase1List>;
|
|
2591
2738
|
|
|
2592
2739
|
export type CancelDeploymentResponseServicesItemCase0BuilderConfigIncludeFiles =
|
|
2593
|
-
|
|
2594
|
-
|
|
2740
|
+
| string
|
|
2741
|
+
| CancelDeploymentResponseServicesItemCase0BuilderConfigIncludeFilesCase1List;
|
|
2595
2742
|
export const CancelDeploymentResponseServicesItemCase0BuilderConfigIncludeFiles =
|
|
2596
2743
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase0BuilderConfigIncludeFiles>;
|
|
2597
2744
|
|
|
@@ -2603,8 +2750,8 @@ export const CancelDeploymentResponseServicesItemCase0BuilderConfigExcludeFilesC
|
|
|
2603
2750
|
) as any as S.Schema<CancelDeploymentResponseServicesItemCase0BuilderConfigExcludeFilesCase1List>;
|
|
2604
2751
|
|
|
2605
2752
|
export type CancelDeploymentResponseServicesItemCase0BuilderConfigExcludeFiles =
|
|
2606
|
-
|
|
2607
|
-
|
|
2753
|
+
| string
|
|
2754
|
+
| CancelDeploymentResponseServicesItemCase0BuilderConfigExcludeFilesCase1List;
|
|
2608
2755
|
export const CancelDeploymentResponseServicesItemCase0BuilderConfigExcludeFiles =
|
|
2609
2756
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase0BuilderConfigExcludeFiles>;
|
|
2610
2757
|
|
|
@@ -2618,7 +2765,8 @@ export const CancelDeploymentResponseServicesItemCase0BuilderConfigImportMap =
|
|
|
2618
2765
|
) as any as S.Schema<CancelDeploymentResponseServicesItemCase0BuilderConfigImportMap>;
|
|
2619
2766
|
|
|
2620
2767
|
export type CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueArchitecture =
|
|
2621
|
-
|
|
2768
|
+
| "arm64"
|
|
2769
|
+
| "x86_64";
|
|
2622
2770
|
export const CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueArchitecture =
|
|
2623
2771
|
/*@__PURE__*/ S.String;
|
|
2624
2772
|
|
|
@@ -2628,11 +2776,29 @@ export const CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValu
|
|
|
2628
2776
|
/*@__PURE__*/ S.String;
|
|
2629
2777
|
|
|
2630
2778
|
export type CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueMaxDuration =
|
|
2631
|
-
|
|
2632
|
-
|
|
2779
|
+
| number
|
|
2780
|
+
| CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueMaxDurationCase1;
|
|
2633
2781
|
export const CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueMaxDuration =
|
|
2634
2782
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueMaxDuration>;
|
|
2635
2783
|
|
|
2784
|
+
export type CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueAffinityMode =
|
|
2785
|
+
"strict";
|
|
2786
|
+
export const CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueAffinityMode =
|
|
2787
|
+
/*@__PURE__*/ S.String;
|
|
2788
|
+
|
|
2789
|
+
export interface CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueAffinity {
|
|
2790
|
+
mode: CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueAffinityMode;
|
|
2791
|
+
}
|
|
2792
|
+
export const CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueAffinity =
|
|
2793
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
2794
|
+
S.Struct({
|
|
2795
|
+
mode: CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueAffinityMode,
|
|
2796
|
+
}),
|
|
2797
|
+
).annotate({
|
|
2798
|
+
identifier:
|
|
2799
|
+
"CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueAffinity",
|
|
2800
|
+
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueAffinity>;
|
|
2801
|
+
|
|
2636
2802
|
export type CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueRegionsList =
|
|
2637
2803
|
Array<string>;
|
|
2638
2804
|
export const CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueRegionsList =
|
|
@@ -2722,9 +2888,30 @@ export const CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValu
|
|
|
2722
2888
|
"CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase1",
|
|
2723
2889
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase1>;
|
|
2724
2890
|
|
|
2891
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
2892
|
+
export type CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type =
|
|
2893
|
+
"schedule/v1beta";
|
|
2894
|
+
export const CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type =
|
|
2895
|
+
/*@__PURE__*/ S.String;
|
|
2896
|
+
|
|
2897
|
+
export interface CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2 {
|
|
2898
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
2899
|
+
type: CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type;
|
|
2900
|
+
}
|
|
2901
|
+
export const CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2 =
|
|
2902
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
2903
|
+
S.Struct({
|
|
2904
|
+
type: CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type,
|
|
2905
|
+
}),
|
|
2906
|
+
).annotate({
|
|
2907
|
+
identifier:
|
|
2908
|
+
"CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2",
|
|
2909
|
+
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2>;
|
|
2910
|
+
|
|
2725
2911
|
export type CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItem =
|
|
2726
|
-
|
|
2727
|
-
|
|
2912
|
+
| CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase0
|
|
2913
|
+
| CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase1
|
|
2914
|
+
| CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2;
|
|
2728
2915
|
export const CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItem =
|
|
2729
2916
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItem>;
|
|
2730
2917
|
|
|
@@ -2739,6 +2926,7 @@ export interface CancelDeploymentResponseServicesItemCase0BuilderConfigFunctions
|
|
|
2739
2926
|
architecture?: CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueArchitecture;
|
|
2740
2927
|
memory?: number;
|
|
2741
2928
|
maxDuration?: CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueMaxDuration;
|
|
2929
|
+
affinity?: CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueAffinity;
|
|
2742
2930
|
maxConcurrency?: number;
|
|
2743
2931
|
regions?: CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueRegionsList;
|
|
2744
2932
|
functionFailoverRegions?: CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueFunctionFailoverRegionsList;
|
|
@@ -2758,6 +2946,9 @@ export const CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValu
|
|
|
2758
2946
|
maxDuration: S.optional(
|
|
2759
2947
|
CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueMaxDuration,
|
|
2760
2948
|
),
|
|
2949
|
+
affinity: S.optional(
|
|
2950
|
+
CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueAffinity,
|
|
2951
|
+
),
|
|
2761
2952
|
maxConcurrency: S.optional(S.Number),
|
|
2762
2953
|
regions: S.optional(
|
|
2763
2954
|
CancelDeploymentResponseServicesItemCase0BuilderConfigFunctionsValueRegionsList,
|
|
@@ -2844,8 +3035,8 @@ export const CancelDeploymentResponseServicesItemCase0BuilderConfigMiddlewareMat
|
|
|
2844
3035
|
) as any as S.Schema<CancelDeploymentResponseServicesItemCase0BuilderConfigMiddlewareMatcherCase1List>;
|
|
2845
3036
|
|
|
2846
3037
|
export type CancelDeploymentResponseServicesItemCase0BuilderConfigMiddlewareMatcher =
|
|
2847
|
-
|
|
2848
|
-
|
|
3038
|
+
| string
|
|
3039
|
+
| CancelDeploymentResponseServicesItemCase0BuilderConfigMiddlewareMatcherCase1List;
|
|
2849
3040
|
export const CancelDeploymentResponseServicesItemCase0BuilderConfigMiddlewareMatcher =
|
|
2850
3041
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase0BuilderConfigMiddlewareMatcher>;
|
|
2851
3042
|
|
|
@@ -3096,8 +3287,8 @@ export const CancelDeploymentResponseServicesItemCase1BuilderConfigIncludeFilesC
|
|
|
3096
3287
|
) as any as S.Schema<CancelDeploymentResponseServicesItemCase1BuilderConfigIncludeFilesCase1List>;
|
|
3097
3288
|
|
|
3098
3289
|
export type CancelDeploymentResponseServicesItemCase1BuilderConfigIncludeFiles =
|
|
3099
|
-
|
|
3100
|
-
|
|
3290
|
+
| string
|
|
3291
|
+
| CancelDeploymentResponseServicesItemCase1BuilderConfigIncludeFilesCase1List;
|
|
3101
3292
|
export const CancelDeploymentResponseServicesItemCase1BuilderConfigIncludeFiles =
|
|
3102
3293
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1BuilderConfigIncludeFiles>;
|
|
3103
3294
|
|
|
@@ -3109,8 +3300,8 @@ export const CancelDeploymentResponseServicesItemCase1BuilderConfigExcludeFilesC
|
|
|
3109
3300
|
) as any as S.Schema<CancelDeploymentResponseServicesItemCase1BuilderConfigExcludeFilesCase1List>;
|
|
3110
3301
|
|
|
3111
3302
|
export type CancelDeploymentResponseServicesItemCase1BuilderConfigExcludeFiles =
|
|
3112
|
-
|
|
3113
|
-
|
|
3303
|
+
| string
|
|
3304
|
+
| CancelDeploymentResponseServicesItemCase1BuilderConfigExcludeFilesCase1List;
|
|
3114
3305
|
export const CancelDeploymentResponseServicesItemCase1BuilderConfigExcludeFiles =
|
|
3115
3306
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1BuilderConfigExcludeFiles>;
|
|
3116
3307
|
|
|
@@ -3124,7 +3315,8 @@ export const CancelDeploymentResponseServicesItemCase1BuilderConfigImportMap =
|
|
|
3124
3315
|
) as any as S.Schema<CancelDeploymentResponseServicesItemCase1BuilderConfigImportMap>;
|
|
3125
3316
|
|
|
3126
3317
|
export type CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueArchitecture =
|
|
3127
|
-
|
|
3318
|
+
| "arm64"
|
|
3319
|
+
| "x86_64";
|
|
3128
3320
|
export const CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueArchitecture =
|
|
3129
3321
|
/*@__PURE__*/ S.String;
|
|
3130
3322
|
|
|
@@ -3134,11 +3326,29 @@ export const CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValu
|
|
|
3134
3326
|
/*@__PURE__*/ S.String;
|
|
3135
3327
|
|
|
3136
3328
|
export type CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueMaxDuration =
|
|
3137
|
-
|
|
3138
|
-
|
|
3329
|
+
| number
|
|
3330
|
+
| CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueMaxDurationCase1;
|
|
3139
3331
|
export const CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueMaxDuration =
|
|
3140
3332
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueMaxDuration>;
|
|
3141
3333
|
|
|
3334
|
+
export type CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueAffinityMode =
|
|
3335
|
+
"strict";
|
|
3336
|
+
export const CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueAffinityMode =
|
|
3337
|
+
/*@__PURE__*/ S.String;
|
|
3338
|
+
|
|
3339
|
+
export interface CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueAffinity {
|
|
3340
|
+
mode: CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueAffinityMode;
|
|
3341
|
+
}
|
|
3342
|
+
export const CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueAffinity =
|
|
3343
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
3344
|
+
S.Struct({
|
|
3345
|
+
mode: CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueAffinityMode,
|
|
3346
|
+
}),
|
|
3347
|
+
).annotate({
|
|
3348
|
+
identifier:
|
|
3349
|
+
"CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueAffinity",
|
|
3350
|
+
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueAffinity>;
|
|
3351
|
+
|
|
3142
3352
|
export type CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueRegionsList =
|
|
3143
3353
|
Array<string>;
|
|
3144
3354
|
export const CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueRegionsList =
|
|
@@ -3228,9 +3438,30 @@ export const CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValu
|
|
|
3228
3438
|
"CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase1",
|
|
3229
3439
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase1>;
|
|
3230
3440
|
|
|
3441
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
3442
|
+
export type CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type =
|
|
3443
|
+
"schedule/v1beta";
|
|
3444
|
+
export const CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type =
|
|
3445
|
+
/*@__PURE__*/ S.String;
|
|
3446
|
+
|
|
3447
|
+
export interface CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2 {
|
|
3448
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
3449
|
+
type: CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type;
|
|
3450
|
+
}
|
|
3451
|
+
export const CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2 =
|
|
3452
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
3453
|
+
S.Struct({
|
|
3454
|
+
type: CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type,
|
|
3455
|
+
}),
|
|
3456
|
+
).annotate({
|
|
3457
|
+
identifier:
|
|
3458
|
+
"CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2",
|
|
3459
|
+
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2>;
|
|
3460
|
+
|
|
3231
3461
|
export type CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItem =
|
|
3232
|
-
|
|
3233
|
-
|
|
3462
|
+
| CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase0
|
|
3463
|
+
| CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase1
|
|
3464
|
+
| CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2;
|
|
3234
3465
|
export const CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItem =
|
|
3235
3466
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItem>;
|
|
3236
3467
|
|
|
@@ -3245,6 +3476,7 @@ export interface CancelDeploymentResponseServicesItemCase1BuilderConfigFunctions
|
|
|
3245
3476
|
architecture?: CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueArchitecture;
|
|
3246
3477
|
memory?: number;
|
|
3247
3478
|
maxDuration?: CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueMaxDuration;
|
|
3479
|
+
affinity?: CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueAffinity;
|
|
3248
3480
|
maxConcurrency?: number;
|
|
3249
3481
|
regions?: CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueRegionsList;
|
|
3250
3482
|
functionFailoverRegions?: CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueFunctionFailoverRegionsList;
|
|
@@ -3264,6 +3496,9 @@ export const CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValu
|
|
|
3264
3496
|
maxDuration: S.optional(
|
|
3265
3497
|
CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueMaxDuration,
|
|
3266
3498
|
),
|
|
3499
|
+
affinity: S.optional(
|
|
3500
|
+
CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueAffinity,
|
|
3501
|
+
),
|
|
3267
3502
|
maxConcurrency: S.optional(S.Number),
|
|
3268
3503
|
regions: S.optional(
|
|
3269
3504
|
CancelDeploymentResponseServicesItemCase1BuilderConfigFunctionsValueRegionsList,
|
|
@@ -3316,8 +3551,8 @@ export const CancelDeploymentResponseServicesItemCase1BuilderConfigMiddlewareMat
|
|
|
3316
3551
|
) as any as S.Schema<CancelDeploymentResponseServicesItemCase1BuilderConfigMiddlewareMatcherCase1List>;
|
|
3317
3552
|
|
|
3318
3553
|
export type CancelDeploymentResponseServicesItemCase1BuilderConfigMiddlewareMatcher =
|
|
3319
|
-
|
|
3320
|
-
|
|
3554
|
+
| string
|
|
3555
|
+
| CancelDeploymentResponseServicesItemCase1BuilderConfigMiddlewareMatcherCase1List;
|
|
3321
3556
|
export const CancelDeploymentResponseServicesItemCase1BuilderConfigMiddlewareMatcher =
|
|
3322
3557
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1BuilderConfigMiddlewareMatcher>;
|
|
3323
3558
|
|
|
@@ -3457,7 +3692,8 @@ export const CancelDeploymentResponseServicesItemCase1BindingsList =
|
|
|
3457
3692
|
) as any as S.Schema<CancelDeploymentResponseServicesItemCase1BindingsList>;
|
|
3458
3693
|
|
|
3459
3694
|
export type CancelDeploymentResponseServicesItemCase1FunctionsValueArchitecture =
|
|
3460
|
-
|
|
3695
|
+
| "arm64"
|
|
3696
|
+
| "x86_64";
|
|
3461
3697
|
export const CancelDeploymentResponseServicesItemCase1FunctionsValueArchitecture =
|
|
3462
3698
|
/*@__PURE__*/ S.String;
|
|
3463
3699
|
|
|
@@ -3467,11 +3703,29 @@ export const CancelDeploymentResponseServicesItemCase1FunctionsValueMaxDurationC
|
|
|
3467
3703
|
/*@__PURE__*/ S.String;
|
|
3468
3704
|
|
|
3469
3705
|
export type CancelDeploymentResponseServicesItemCase1FunctionsValueMaxDuration =
|
|
3470
|
-
|
|
3471
|
-
|
|
3706
|
+
| number
|
|
3707
|
+
| CancelDeploymentResponseServicesItemCase1FunctionsValueMaxDurationCase1;
|
|
3472
3708
|
export const CancelDeploymentResponseServicesItemCase1FunctionsValueMaxDuration =
|
|
3473
3709
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1FunctionsValueMaxDuration>;
|
|
3474
3710
|
|
|
3711
|
+
export type CancelDeploymentResponseServicesItemCase1FunctionsValueAffinityMode =
|
|
3712
|
+
"strict";
|
|
3713
|
+
export const CancelDeploymentResponseServicesItemCase1FunctionsValueAffinityMode =
|
|
3714
|
+
/*@__PURE__*/ S.String;
|
|
3715
|
+
|
|
3716
|
+
export interface CancelDeploymentResponseServicesItemCase1FunctionsValueAffinity {
|
|
3717
|
+
mode: CancelDeploymentResponseServicesItemCase1FunctionsValueAffinityMode;
|
|
3718
|
+
}
|
|
3719
|
+
export const CancelDeploymentResponseServicesItemCase1FunctionsValueAffinity =
|
|
3720
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
3721
|
+
S.Struct({
|
|
3722
|
+
mode: CancelDeploymentResponseServicesItemCase1FunctionsValueAffinityMode,
|
|
3723
|
+
}),
|
|
3724
|
+
).annotate({
|
|
3725
|
+
identifier:
|
|
3726
|
+
"CancelDeploymentResponseServicesItemCase1FunctionsValueAffinity",
|
|
3727
|
+
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1FunctionsValueAffinity>;
|
|
3728
|
+
|
|
3475
3729
|
export type CancelDeploymentResponseServicesItemCase1FunctionsValueRegionsList =
|
|
3476
3730
|
Array<string>;
|
|
3477
3731
|
export const CancelDeploymentResponseServicesItemCase1FunctionsValueRegionsList =
|
|
@@ -3561,9 +3815,30 @@ export const CancelDeploymentResponseServicesItemCase1FunctionsValueExperimental
|
|
|
3561
3815
|
"CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItemCase1",
|
|
3562
3816
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItemCase1>;
|
|
3563
3817
|
|
|
3818
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
3819
|
+
export type CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItemCase2Type =
|
|
3820
|
+
"schedule/v1beta";
|
|
3821
|
+
export const CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItemCase2Type =
|
|
3822
|
+
/*@__PURE__*/ S.String;
|
|
3823
|
+
|
|
3824
|
+
export interface CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItemCase2 {
|
|
3825
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
3826
|
+
type: CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItemCase2Type;
|
|
3827
|
+
}
|
|
3828
|
+
export const CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItemCase2 =
|
|
3829
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
3830
|
+
S.Struct({
|
|
3831
|
+
type: CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItemCase2Type,
|
|
3832
|
+
}),
|
|
3833
|
+
).annotate({
|
|
3834
|
+
identifier:
|
|
3835
|
+
"CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItemCase2",
|
|
3836
|
+
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItemCase2>;
|
|
3837
|
+
|
|
3564
3838
|
export type CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItem =
|
|
3565
|
-
|
|
3566
|
-
|
|
3839
|
+
| CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItemCase0
|
|
3840
|
+
| CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItemCase1
|
|
3841
|
+
| CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItemCase2;
|
|
3567
3842
|
export const CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItem =
|
|
3568
3843
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1FunctionsValueExperimentalTriggersItem>;
|
|
3569
3844
|
|
|
@@ -3579,6 +3854,7 @@ export interface CancelDeploymentResponseServicesItemCase1FunctionsValue {
|
|
|
3579
3854
|
architecture?: CancelDeploymentResponseServicesItemCase1FunctionsValueArchitecture;
|
|
3580
3855
|
memory?: number;
|
|
3581
3856
|
maxDuration?: CancelDeploymentResponseServicesItemCase1FunctionsValueMaxDuration;
|
|
3857
|
+
affinity?: CancelDeploymentResponseServicesItemCase1FunctionsValueAffinity;
|
|
3582
3858
|
maxConcurrency?: number;
|
|
3583
3859
|
regions?: CancelDeploymentResponseServicesItemCase1FunctionsValueRegionsList;
|
|
3584
3860
|
functionFailoverRegions?: CancelDeploymentResponseServicesItemCase1FunctionsValueFunctionFailoverRegionsList;
|
|
@@ -3598,6 +3874,9 @@ export const CancelDeploymentResponseServicesItemCase1FunctionsValue =
|
|
|
3598
3874
|
maxDuration: S.optional(
|
|
3599
3875
|
CancelDeploymentResponseServicesItemCase1FunctionsValueMaxDuration,
|
|
3600
3876
|
),
|
|
3877
|
+
affinity: S.optional(
|
|
3878
|
+
CancelDeploymentResponseServicesItemCase1FunctionsValueAffinity,
|
|
3879
|
+
),
|
|
3601
3880
|
maxConcurrency: S.optional(S.Number),
|
|
3602
3881
|
regions: S.optional(
|
|
3603
3882
|
CancelDeploymentResponseServicesItemCase1FunctionsValueRegionsList,
|
|
@@ -3657,7 +3936,8 @@ export const CancelDeploymentResponseServicesItemCase1HeadersItemHasItemCase0Typ
|
|
|
3657
3936
|
/*@__PURE__*/ S.String;
|
|
3658
3937
|
|
|
3659
3938
|
export type CancelDeploymentResponseServicesItemCase1HeadersItemHasItemCase0ValueCase1Eq =
|
|
3660
|
-
|
|
3939
|
+
| string
|
|
3940
|
+
| number;
|
|
3661
3941
|
export const CancelDeploymentResponseServicesItemCase1HeadersItemHasItemCase0ValueCase1Eq =
|
|
3662
3942
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1HeadersItemHasItemCase0ValueCase1Eq>;
|
|
3663
3943
|
|
|
@@ -3715,8 +3995,8 @@ export const CancelDeploymentResponseServicesItemCase1HeadersItemHasItemCase0Val
|
|
|
3715
3995
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1HeadersItemHasItemCase0ValueCase1>;
|
|
3716
3996
|
|
|
3717
3997
|
export type CancelDeploymentResponseServicesItemCase1HeadersItemHasItemCase0Value =
|
|
3718
|
-
|
|
3719
|
-
|
|
3998
|
+
| string
|
|
3999
|
+
| CancelDeploymentResponseServicesItemCase1HeadersItemHasItemCase0ValueCase1;
|
|
3720
4000
|
export const CancelDeploymentResponseServicesItemCase1HeadersItemHasItemCase0Value =
|
|
3721
4001
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1HeadersItemHasItemCase0Value>;
|
|
3722
4002
|
|
|
@@ -3737,12 +4017,15 @@ export const CancelDeploymentResponseServicesItemCase1HeadersItemHasItemCase0 =
|
|
|
3737
4017
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1HeadersItemHasItemCase0>;
|
|
3738
4018
|
|
|
3739
4019
|
export type CancelDeploymentResponseServicesItemCase1HeadersItemHasItemCase1Type =
|
|
3740
|
-
|
|
4020
|
+
| "cookie"
|
|
4021
|
+
| "header"
|
|
4022
|
+
| "query";
|
|
3741
4023
|
export const CancelDeploymentResponseServicesItemCase1HeadersItemHasItemCase1Type =
|
|
3742
4024
|
/*@__PURE__*/ S.String;
|
|
3743
4025
|
|
|
3744
4026
|
export type CancelDeploymentResponseServicesItemCase1HeadersItemHasItemCase1ValueCase1Eq =
|
|
3745
|
-
|
|
4027
|
+
| string
|
|
4028
|
+
| number;
|
|
3746
4029
|
export const CancelDeploymentResponseServicesItemCase1HeadersItemHasItemCase1ValueCase1Eq =
|
|
3747
4030
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1HeadersItemHasItemCase1ValueCase1Eq>;
|
|
3748
4031
|
|
|
@@ -3800,8 +4083,8 @@ export const CancelDeploymentResponseServicesItemCase1HeadersItemHasItemCase1Val
|
|
|
3800
4083
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1HeadersItemHasItemCase1ValueCase1>;
|
|
3801
4084
|
|
|
3802
4085
|
export type CancelDeploymentResponseServicesItemCase1HeadersItemHasItemCase1Value =
|
|
3803
|
-
|
|
3804
|
-
|
|
4086
|
+
| string
|
|
4087
|
+
| CancelDeploymentResponseServicesItemCase1HeadersItemHasItemCase1ValueCase1;
|
|
3805
4088
|
export const CancelDeploymentResponseServicesItemCase1HeadersItemHasItemCase1Value =
|
|
3806
4089
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1HeadersItemHasItemCase1Value>;
|
|
3807
4090
|
|
|
@@ -3843,7 +4126,8 @@ export const CancelDeploymentResponseServicesItemCase1HeadersItemMissingItemCase
|
|
|
3843
4126
|
/*@__PURE__*/ S.String;
|
|
3844
4127
|
|
|
3845
4128
|
export type CancelDeploymentResponseServicesItemCase1HeadersItemMissingItemCase0ValueCase1Eq =
|
|
3846
|
-
|
|
4129
|
+
| string
|
|
4130
|
+
| number;
|
|
3847
4131
|
export const CancelDeploymentResponseServicesItemCase1HeadersItemMissingItemCase0ValueCase1Eq =
|
|
3848
4132
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1HeadersItemMissingItemCase0ValueCase1Eq>;
|
|
3849
4133
|
|
|
@@ -3901,8 +4185,8 @@ export const CancelDeploymentResponseServicesItemCase1HeadersItemMissingItemCase
|
|
|
3901
4185
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1HeadersItemMissingItemCase0ValueCase1>;
|
|
3902
4186
|
|
|
3903
4187
|
export type CancelDeploymentResponseServicesItemCase1HeadersItemMissingItemCase0Value =
|
|
3904
|
-
|
|
3905
|
-
|
|
4188
|
+
| string
|
|
4189
|
+
| CancelDeploymentResponseServicesItemCase1HeadersItemMissingItemCase0ValueCase1;
|
|
3906
4190
|
export const CancelDeploymentResponseServicesItemCase1HeadersItemMissingItemCase0Value =
|
|
3907
4191
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1HeadersItemMissingItemCase0Value>;
|
|
3908
4192
|
|
|
@@ -3923,12 +4207,15 @@ export const CancelDeploymentResponseServicesItemCase1HeadersItemMissingItemCase
|
|
|
3923
4207
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1HeadersItemMissingItemCase0>;
|
|
3924
4208
|
|
|
3925
4209
|
export type CancelDeploymentResponseServicesItemCase1HeadersItemMissingItemCase1Type =
|
|
3926
|
-
|
|
4210
|
+
| "cookie"
|
|
4211
|
+
| "header"
|
|
4212
|
+
| "query";
|
|
3927
4213
|
export const CancelDeploymentResponseServicesItemCase1HeadersItemMissingItemCase1Type =
|
|
3928
4214
|
/*@__PURE__*/ S.String;
|
|
3929
4215
|
|
|
3930
4216
|
export type CancelDeploymentResponseServicesItemCase1HeadersItemMissingItemCase1ValueCase1Eq =
|
|
3931
|
-
|
|
4217
|
+
| string
|
|
4218
|
+
| number;
|
|
3932
4219
|
export const CancelDeploymentResponseServicesItemCase1HeadersItemMissingItemCase1ValueCase1Eq =
|
|
3933
4220
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1HeadersItemMissingItemCase1ValueCase1Eq>;
|
|
3934
4221
|
|
|
@@ -3986,8 +4273,8 @@ export const CancelDeploymentResponseServicesItemCase1HeadersItemMissingItemCase
|
|
|
3986
4273
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1HeadersItemMissingItemCase1ValueCase1>;
|
|
3987
4274
|
|
|
3988
4275
|
export type CancelDeploymentResponseServicesItemCase1HeadersItemMissingItemCase1Value =
|
|
3989
|
-
|
|
3990
|
-
|
|
4276
|
+
| string
|
|
4277
|
+
| CancelDeploymentResponseServicesItemCase1HeadersItemMissingItemCase1ValueCase1;
|
|
3991
4278
|
export const CancelDeploymentResponseServicesItemCase1HeadersItemMissingItemCase1Value =
|
|
3992
4279
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1HeadersItemMissingItemCase1Value>;
|
|
3993
4280
|
|
|
@@ -4058,7 +4345,8 @@ export const CancelDeploymentResponseServicesItemCase1RedirectsItemHasItemCase0T
|
|
|
4058
4345
|
/*@__PURE__*/ S.String;
|
|
4059
4346
|
|
|
4060
4347
|
export type CancelDeploymentResponseServicesItemCase1RedirectsItemHasItemCase0ValueCase1Eq =
|
|
4061
|
-
|
|
4348
|
+
| string
|
|
4349
|
+
| number;
|
|
4062
4350
|
export const CancelDeploymentResponseServicesItemCase1RedirectsItemHasItemCase0ValueCase1Eq =
|
|
4063
4351
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RedirectsItemHasItemCase0ValueCase1Eq>;
|
|
4064
4352
|
|
|
@@ -4116,8 +4404,8 @@ export const CancelDeploymentResponseServicesItemCase1RedirectsItemHasItemCase0V
|
|
|
4116
4404
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RedirectsItemHasItemCase0ValueCase1>;
|
|
4117
4405
|
|
|
4118
4406
|
export type CancelDeploymentResponseServicesItemCase1RedirectsItemHasItemCase0Value =
|
|
4119
|
-
|
|
4120
|
-
|
|
4407
|
+
| string
|
|
4408
|
+
| CancelDeploymentResponseServicesItemCase1RedirectsItemHasItemCase0ValueCase1;
|
|
4121
4409
|
export const CancelDeploymentResponseServicesItemCase1RedirectsItemHasItemCase0Value =
|
|
4122
4410
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RedirectsItemHasItemCase0Value>;
|
|
4123
4411
|
|
|
@@ -4138,12 +4426,15 @@ export const CancelDeploymentResponseServicesItemCase1RedirectsItemHasItemCase0
|
|
|
4138
4426
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RedirectsItemHasItemCase0>;
|
|
4139
4427
|
|
|
4140
4428
|
export type CancelDeploymentResponseServicesItemCase1RedirectsItemHasItemCase1Type =
|
|
4141
|
-
|
|
4429
|
+
| "cookie"
|
|
4430
|
+
| "header"
|
|
4431
|
+
| "query";
|
|
4142
4432
|
export const CancelDeploymentResponseServicesItemCase1RedirectsItemHasItemCase1Type =
|
|
4143
4433
|
/*@__PURE__*/ S.String;
|
|
4144
4434
|
|
|
4145
4435
|
export type CancelDeploymentResponseServicesItemCase1RedirectsItemHasItemCase1ValueCase1Eq =
|
|
4146
|
-
|
|
4436
|
+
| string
|
|
4437
|
+
| number;
|
|
4147
4438
|
export const CancelDeploymentResponseServicesItemCase1RedirectsItemHasItemCase1ValueCase1Eq =
|
|
4148
4439
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RedirectsItemHasItemCase1ValueCase1Eq>;
|
|
4149
4440
|
|
|
@@ -4201,8 +4492,8 @@ export const CancelDeploymentResponseServicesItemCase1RedirectsItemHasItemCase1V
|
|
|
4201
4492
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RedirectsItemHasItemCase1ValueCase1>;
|
|
4202
4493
|
|
|
4203
4494
|
export type CancelDeploymentResponseServicesItemCase1RedirectsItemHasItemCase1Value =
|
|
4204
|
-
|
|
4205
|
-
|
|
4495
|
+
| string
|
|
4496
|
+
| CancelDeploymentResponseServicesItemCase1RedirectsItemHasItemCase1ValueCase1;
|
|
4206
4497
|
export const CancelDeploymentResponseServicesItemCase1RedirectsItemHasItemCase1Value =
|
|
4207
4498
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RedirectsItemHasItemCase1Value>;
|
|
4208
4499
|
|
|
@@ -4244,7 +4535,8 @@ export const CancelDeploymentResponseServicesItemCase1RedirectsItemMissingItemCa
|
|
|
4244
4535
|
/*@__PURE__*/ S.String;
|
|
4245
4536
|
|
|
4246
4537
|
export type CancelDeploymentResponseServicesItemCase1RedirectsItemMissingItemCase0ValueCase1Eq =
|
|
4247
|
-
|
|
4538
|
+
| string
|
|
4539
|
+
| number;
|
|
4248
4540
|
export const CancelDeploymentResponseServicesItemCase1RedirectsItemMissingItemCase0ValueCase1Eq =
|
|
4249
4541
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RedirectsItemMissingItemCase0ValueCase1Eq>;
|
|
4250
4542
|
|
|
@@ -4302,8 +4594,8 @@ export const CancelDeploymentResponseServicesItemCase1RedirectsItemMissingItemCa
|
|
|
4302
4594
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RedirectsItemMissingItemCase0ValueCase1>;
|
|
4303
4595
|
|
|
4304
4596
|
export type CancelDeploymentResponseServicesItemCase1RedirectsItemMissingItemCase0Value =
|
|
4305
|
-
|
|
4306
|
-
|
|
4597
|
+
| string
|
|
4598
|
+
| CancelDeploymentResponseServicesItemCase1RedirectsItemMissingItemCase0ValueCase1;
|
|
4307
4599
|
export const CancelDeploymentResponseServicesItemCase1RedirectsItemMissingItemCase0Value =
|
|
4308
4600
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RedirectsItemMissingItemCase0Value>;
|
|
4309
4601
|
|
|
@@ -4324,12 +4616,15 @@ export const CancelDeploymentResponseServicesItemCase1RedirectsItemMissingItemCa
|
|
|
4324
4616
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RedirectsItemMissingItemCase0>;
|
|
4325
4617
|
|
|
4326
4618
|
export type CancelDeploymentResponseServicesItemCase1RedirectsItemMissingItemCase1Type =
|
|
4327
|
-
|
|
4619
|
+
| "cookie"
|
|
4620
|
+
| "header"
|
|
4621
|
+
| "query";
|
|
4328
4622
|
export const CancelDeploymentResponseServicesItemCase1RedirectsItemMissingItemCase1Type =
|
|
4329
4623
|
/*@__PURE__*/ S.String;
|
|
4330
4624
|
|
|
4331
4625
|
export type CancelDeploymentResponseServicesItemCase1RedirectsItemMissingItemCase1ValueCase1Eq =
|
|
4332
|
-
|
|
4626
|
+
| string
|
|
4627
|
+
| number;
|
|
4333
4628
|
export const CancelDeploymentResponseServicesItemCase1RedirectsItemMissingItemCase1ValueCase1Eq =
|
|
4334
4629
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RedirectsItemMissingItemCase1ValueCase1Eq>;
|
|
4335
4630
|
|
|
@@ -4387,8 +4682,8 @@ export const CancelDeploymentResponseServicesItemCase1RedirectsItemMissingItemCa
|
|
|
4387
4682
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RedirectsItemMissingItemCase1ValueCase1>;
|
|
4388
4683
|
|
|
4389
4684
|
export type CancelDeploymentResponseServicesItemCase1RedirectsItemMissingItemCase1Value =
|
|
4390
|
-
|
|
4391
|
-
|
|
4685
|
+
| string
|
|
4686
|
+
| CancelDeploymentResponseServicesItemCase1RedirectsItemMissingItemCase1ValueCase1;
|
|
4392
4687
|
export const CancelDeploymentResponseServicesItemCase1RedirectsItemMissingItemCase1Value =
|
|
4393
4688
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RedirectsItemMissingItemCase1Value>;
|
|
4394
4689
|
|
|
@@ -4552,7 +4847,8 @@ export const CancelDeploymentResponseServicesItemCase1RewritesItemHasItemCase0Ty
|
|
|
4552
4847
|
/*@__PURE__*/ S.String;
|
|
4553
4848
|
|
|
4554
4849
|
export type CancelDeploymentResponseServicesItemCase1RewritesItemHasItemCase0ValueCase1Eq =
|
|
4555
|
-
|
|
4850
|
+
| string
|
|
4851
|
+
| number;
|
|
4556
4852
|
export const CancelDeploymentResponseServicesItemCase1RewritesItemHasItemCase0ValueCase1Eq =
|
|
4557
4853
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RewritesItemHasItemCase0ValueCase1Eq>;
|
|
4558
4854
|
|
|
@@ -4610,8 +4906,8 @@ export const CancelDeploymentResponseServicesItemCase1RewritesItemHasItemCase0Va
|
|
|
4610
4906
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RewritesItemHasItemCase0ValueCase1>;
|
|
4611
4907
|
|
|
4612
4908
|
export type CancelDeploymentResponseServicesItemCase1RewritesItemHasItemCase0Value =
|
|
4613
|
-
|
|
4614
|
-
|
|
4909
|
+
| string
|
|
4910
|
+
| CancelDeploymentResponseServicesItemCase1RewritesItemHasItemCase0ValueCase1;
|
|
4615
4911
|
export const CancelDeploymentResponseServicesItemCase1RewritesItemHasItemCase0Value =
|
|
4616
4912
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RewritesItemHasItemCase0Value>;
|
|
4617
4913
|
|
|
@@ -4632,12 +4928,15 @@ export const CancelDeploymentResponseServicesItemCase1RewritesItemHasItemCase0 =
|
|
|
4632
4928
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RewritesItemHasItemCase0>;
|
|
4633
4929
|
|
|
4634
4930
|
export type CancelDeploymentResponseServicesItemCase1RewritesItemHasItemCase1Type =
|
|
4635
|
-
|
|
4931
|
+
| "cookie"
|
|
4932
|
+
| "header"
|
|
4933
|
+
| "query";
|
|
4636
4934
|
export const CancelDeploymentResponseServicesItemCase1RewritesItemHasItemCase1Type =
|
|
4637
4935
|
/*@__PURE__*/ S.String;
|
|
4638
4936
|
|
|
4639
4937
|
export type CancelDeploymentResponseServicesItemCase1RewritesItemHasItemCase1ValueCase1Eq =
|
|
4640
|
-
|
|
4938
|
+
| string
|
|
4939
|
+
| number;
|
|
4641
4940
|
export const CancelDeploymentResponseServicesItemCase1RewritesItemHasItemCase1ValueCase1Eq =
|
|
4642
4941
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RewritesItemHasItemCase1ValueCase1Eq>;
|
|
4643
4942
|
|
|
@@ -4695,8 +4994,8 @@ export const CancelDeploymentResponseServicesItemCase1RewritesItemHasItemCase1Va
|
|
|
4695
4994
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RewritesItemHasItemCase1ValueCase1>;
|
|
4696
4995
|
|
|
4697
4996
|
export type CancelDeploymentResponseServicesItemCase1RewritesItemHasItemCase1Value =
|
|
4698
|
-
|
|
4699
|
-
|
|
4997
|
+
| string
|
|
4998
|
+
| CancelDeploymentResponseServicesItemCase1RewritesItemHasItemCase1ValueCase1;
|
|
4700
4999
|
export const CancelDeploymentResponseServicesItemCase1RewritesItemHasItemCase1Value =
|
|
4701
5000
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RewritesItemHasItemCase1Value>;
|
|
4702
5001
|
|
|
@@ -4738,7 +5037,8 @@ export const CancelDeploymentResponseServicesItemCase1RewritesItemMissingItemCas
|
|
|
4738
5037
|
/*@__PURE__*/ S.String;
|
|
4739
5038
|
|
|
4740
5039
|
export type CancelDeploymentResponseServicesItemCase1RewritesItemMissingItemCase0ValueCase1Eq =
|
|
4741
|
-
|
|
5040
|
+
| string
|
|
5041
|
+
| number;
|
|
4742
5042
|
export const CancelDeploymentResponseServicesItemCase1RewritesItemMissingItemCase0ValueCase1Eq =
|
|
4743
5043
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RewritesItemMissingItemCase0ValueCase1Eq>;
|
|
4744
5044
|
|
|
@@ -4796,8 +5096,8 @@ export const CancelDeploymentResponseServicesItemCase1RewritesItemMissingItemCas
|
|
|
4796
5096
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RewritesItemMissingItemCase0ValueCase1>;
|
|
4797
5097
|
|
|
4798
5098
|
export type CancelDeploymentResponseServicesItemCase1RewritesItemMissingItemCase0Value =
|
|
4799
|
-
|
|
4800
|
-
|
|
5099
|
+
| string
|
|
5100
|
+
| CancelDeploymentResponseServicesItemCase1RewritesItemMissingItemCase0ValueCase1;
|
|
4801
5101
|
export const CancelDeploymentResponseServicesItemCase1RewritesItemMissingItemCase0Value =
|
|
4802
5102
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RewritesItemMissingItemCase0Value>;
|
|
4803
5103
|
|
|
@@ -4818,12 +5118,15 @@ export const CancelDeploymentResponseServicesItemCase1RewritesItemMissingItemCas
|
|
|
4818
5118
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RewritesItemMissingItemCase0>;
|
|
4819
5119
|
|
|
4820
5120
|
export type CancelDeploymentResponseServicesItemCase1RewritesItemMissingItemCase1Type =
|
|
4821
|
-
|
|
5121
|
+
| "cookie"
|
|
5122
|
+
| "header"
|
|
5123
|
+
| "query";
|
|
4822
5124
|
export const CancelDeploymentResponseServicesItemCase1RewritesItemMissingItemCase1Type =
|
|
4823
5125
|
/*@__PURE__*/ S.String;
|
|
4824
5126
|
|
|
4825
5127
|
export type CancelDeploymentResponseServicesItemCase1RewritesItemMissingItemCase1ValueCase1Eq =
|
|
4826
|
-
|
|
5128
|
+
| string
|
|
5129
|
+
| number;
|
|
4827
5130
|
export const CancelDeploymentResponseServicesItemCase1RewritesItemMissingItemCase1ValueCase1Eq =
|
|
4828
5131
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RewritesItemMissingItemCase1ValueCase1Eq>;
|
|
4829
5132
|
|
|
@@ -4881,8 +5184,8 @@ export const CancelDeploymentResponseServicesItemCase1RewritesItemMissingItemCas
|
|
|
4881
5184
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RewritesItemMissingItemCase1ValueCase1>;
|
|
4882
5185
|
|
|
4883
5186
|
export type CancelDeploymentResponseServicesItemCase1RewritesItemMissingItemCase1Value =
|
|
4884
|
-
|
|
4885
|
-
|
|
5187
|
+
| string
|
|
5188
|
+
| CancelDeploymentResponseServicesItemCase1RewritesItemMissingItemCase1ValueCase1;
|
|
4886
5189
|
export const CancelDeploymentResponseServicesItemCase1RewritesItemMissingItemCase1Value =
|
|
4887
5190
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RewritesItemMissingItemCase1Value>;
|
|
4888
5191
|
|
|
@@ -4988,7 +5291,8 @@ export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0HasItemCase
|
|
|
4988
5291
|
/*@__PURE__*/ S.String;
|
|
4989
5292
|
|
|
4990
5293
|
export type CancelDeploymentResponseServicesItemCase1RoutesItemCase0HasItemCase0ValueCase1Eq =
|
|
4991
|
-
|
|
5294
|
+
| string
|
|
5295
|
+
| number;
|
|
4992
5296
|
export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0HasItemCase0ValueCase1Eq =
|
|
4993
5297
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0HasItemCase0ValueCase1Eq>;
|
|
4994
5298
|
|
|
@@ -5046,8 +5350,8 @@ export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0HasItemCase
|
|
|
5046
5350
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0HasItemCase0ValueCase1>;
|
|
5047
5351
|
|
|
5048
5352
|
export type CancelDeploymentResponseServicesItemCase1RoutesItemCase0HasItemCase0Value =
|
|
5049
|
-
|
|
5050
|
-
|
|
5353
|
+
| string
|
|
5354
|
+
| CancelDeploymentResponseServicesItemCase1RoutesItemCase0HasItemCase0ValueCase1;
|
|
5051
5355
|
export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0HasItemCase0Value =
|
|
5052
5356
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0HasItemCase0Value>;
|
|
5053
5357
|
|
|
@@ -5068,12 +5372,15 @@ export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0HasItemCase
|
|
|
5068
5372
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0HasItemCase0>;
|
|
5069
5373
|
|
|
5070
5374
|
export type CancelDeploymentResponseServicesItemCase1RoutesItemCase0HasItemCase1Type =
|
|
5071
|
-
|
|
5375
|
+
| "cookie"
|
|
5376
|
+
| "header"
|
|
5377
|
+
| "query";
|
|
5072
5378
|
export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0HasItemCase1Type =
|
|
5073
5379
|
/*@__PURE__*/ S.String;
|
|
5074
5380
|
|
|
5075
5381
|
export type CancelDeploymentResponseServicesItemCase1RoutesItemCase0HasItemCase1ValueCase1Eq =
|
|
5076
|
-
|
|
5382
|
+
| string
|
|
5383
|
+
| number;
|
|
5077
5384
|
export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0HasItemCase1ValueCase1Eq =
|
|
5078
5385
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0HasItemCase1ValueCase1Eq>;
|
|
5079
5386
|
|
|
@@ -5131,8 +5438,8 @@ export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0HasItemCase
|
|
|
5131
5438
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0HasItemCase1ValueCase1>;
|
|
5132
5439
|
|
|
5133
5440
|
export type CancelDeploymentResponseServicesItemCase1RoutesItemCase0HasItemCase1Value =
|
|
5134
|
-
|
|
5135
|
-
|
|
5441
|
+
| string
|
|
5442
|
+
| CancelDeploymentResponseServicesItemCase1RoutesItemCase0HasItemCase1ValueCase1;
|
|
5136
5443
|
export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0HasItemCase1Value =
|
|
5137
5444
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0HasItemCase1Value>;
|
|
5138
5445
|
|
|
@@ -5174,7 +5481,8 @@ export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItem
|
|
|
5174
5481
|
/*@__PURE__*/ S.String;
|
|
5175
5482
|
|
|
5176
5483
|
export type CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItemCase0ValueCase1Eq =
|
|
5177
|
-
|
|
5484
|
+
| string
|
|
5485
|
+
| number;
|
|
5178
5486
|
export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItemCase0ValueCase1Eq =
|
|
5179
5487
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItemCase0ValueCase1Eq>;
|
|
5180
5488
|
|
|
@@ -5232,8 +5540,8 @@ export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItem
|
|
|
5232
5540
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItemCase0ValueCase1>;
|
|
5233
5541
|
|
|
5234
5542
|
export type CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItemCase0Value =
|
|
5235
|
-
|
|
5236
|
-
|
|
5543
|
+
| string
|
|
5544
|
+
| CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItemCase0ValueCase1;
|
|
5237
5545
|
export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItemCase0Value =
|
|
5238
5546
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItemCase0Value>;
|
|
5239
5547
|
|
|
@@ -5254,12 +5562,15 @@ export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItem
|
|
|
5254
5562
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItemCase0>;
|
|
5255
5563
|
|
|
5256
5564
|
export type CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItemCase1Type =
|
|
5257
|
-
|
|
5565
|
+
| "cookie"
|
|
5566
|
+
| "header"
|
|
5567
|
+
| "query";
|
|
5258
5568
|
export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItemCase1Type =
|
|
5259
5569
|
/*@__PURE__*/ S.String;
|
|
5260
5570
|
|
|
5261
5571
|
export type CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItemCase1ValueCase1Eq =
|
|
5262
|
-
|
|
5572
|
+
| string
|
|
5573
|
+
| number;
|
|
5263
5574
|
export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItemCase1ValueCase1Eq =
|
|
5264
5575
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItemCase1ValueCase1Eq>;
|
|
5265
5576
|
|
|
@@ -5317,8 +5628,8 @@ export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItem
|
|
|
5317
5628
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItemCase1ValueCase1>;
|
|
5318
5629
|
|
|
5319
5630
|
export type CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItemCase1Value =
|
|
5320
|
-
|
|
5321
|
-
|
|
5631
|
+
| string
|
|
5632
|
+
| CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItemCase1ValueCase1;
|
|
5322
5633
|
export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItemCase1Value =
|
|
5323
5634
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItemCase1Value>;
|
|
5324
5635
|
|
|
@@ -5342,8 +5653,8 @@ export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItem
|
|
|
5342
5653
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItemCase1>;
|
|
5343
5654
|
|
|
5344
5655
|
export type CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItem =
|
|
5345
|
-
|
|
5346
|
-
|
|
5656
|
+
| CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItemCase0
|
|
5657
|
+
| CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItemCase1;
|
|
5347
5658
|
export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItem =
|
|
5348
5659
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingItem>;
|
|
5349
5660
|
|
|
@@ -5355,7 +5666,8 @@ export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingList
|
|
|
5355
5666
|
) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0MissingList>;
|
|
5356
5667
|
|
|
5357
5668
|
export type CancelDeploymentResponseServicesItemCase1RoutesItemCase0MitigateAction =
|
|
5358
|
-
|
|
5669
|
+
| "challenge"
|
|
5670
|
+
| "deny";
|
|
5359
5671
|
export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0MitigateAction =
|
|
5360
5672
|
/*@__PURE__*/ S.String;
|
|
5361
5673
|
|
|
@@ -5374,17 +5686,22 @@ export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0Mitigate =
|
|
|
5374
5686
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0Mitigate>;
|
|
5375
5687
|
|
|
5376
5688
|
export type CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsItemCase0Type =
|
|
5377
|
-
|
|
5689
|
+
| "request.headers"
|
|
5690
|
+
| "request.query"
|
|
5691
|
+
| "response.headers";
|
|
5378
5692
|
export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsItemCase0Type =
|
|
5379
5693
|
/*@__PURE__*/ S.String;
|
|
5380
5694
|
|
|
5381
5695
|
export type CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsItemCase0Op =
|
|
5382
|
-
|
|
5696
|
+
| "append"
|
|
5697
|
+
| "delete"
|
|
5698
|
+
| "set";
|
|
5383
5699
|
export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsItemCase0Op =
|
|
5384
5700
|
/*@__PURE__*/ S.String;
|
|
5385
5701
|
|
|
5386
5702
|
export type CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1Eq =
|
|
5387
|
-
|
|
5703
|
+
| string
|
|
5704
|
+
| number;
|
|
5388
5705
|
export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1Eq =
|
|
5389
5706
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1Eq>;
|
|
5390
5707
|
|
|
@@ -5440,8 +5757,8 @@ export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsI
|
|
|
5440
5757
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1>;
|
|
5441
5758
|
|
|
5442
5759
|
export type CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsItemCase0TargetKey =
|
|
5443
|
-
|
|
5444
|
-
|
|
5760
|
+
| string
|
|
5761
|
+
| CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1;
|
|
5445
5762
|
export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsItemCase0TargetKey =
|
|
5446
5763
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsItemCase0TargetKey>;
|
|
5447
5764
|
|
|
@@ -5466,8 +5783,8 @@ export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsI
|
|
|
5466
5783
|
) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsItemCase0ArgsCase1List>;
|
|
5467
5784
|
|
|
5468
5785
|
export type CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsItemCase0Args =
|
|
5469
|
-
|
|
5470
|
-
|
|
5786
|
+
| string
|
|
5787
|
+
| CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsItemCase0ArgsCase1List;
|
|
5471
5788
|
export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsItemCase0Args =
|
|
5472
5789
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsItemCase0Args>;
|
|
5473
5790
|
|
|
@@ -5543,8 +5860,8 @@ export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsI
|
|
|
5543
5860
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsItemCase1>;
|
|
5544
5861
|
|
|
5545
5862
|
export type CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsItem =
|
|
5546
|
-
|
|
5547
|
-
|
|
5863
|
+
| CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsItemCase0
|
|
5864
|
+
| CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsItemCase1;
|
|
5548
5865
|
export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsItem =
|
|
5549
5866
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0TransformsItem>;
|
|
5550
5867
|
|
|
@@ -5615,8 +5932,8 @@ export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0Destination
|
|
|
5615
5932
|
}) as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0DestinationCase1>;
|
|
5616
5933
|
|
|
5617
5934
|
export type CancelDeploymentResponseServicesItemCase1RoutesItemCase0Destination =
|
|
5618
|
-
|
|
5619
|
-
|
|
5935
|
+
| string
|
|
5936
|
+
| CancelDeploymentResponseServicesItemCase1RoutesItemCase0DestinationCase1;
|
|
5620
5937
|
export const CancelDeploymentResponseServicesItemCase1RoutesItemCase0Destination =
|
|
5621
5938
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CancelDeploymentResponseServicesItemCase1RoutesItemCase0Destination>;
|
|
5622
5939
|
|
|
@@ -6287,7 +6604,8 @@ export const CancelDeploymentResponseConfigFunctionMemoryType =
|
|
|
6287
6604
|
|
|
6288
6605
|
/** Build resource configuration snapshot for this deployment. */
|
|
6289
6606
|
export type CancelDeploymentResponseConfigResourceConfigBuildQueueConfiguration =
|
|
6290
|
-
|
|
6607
|
+
| "SKIP_NAMESPACE_QUEUE"
|
|
6608
|
+
| "WAIT_FOR_NAMESPACE_QUEUE";
|
|
6291
6609
|
export const CancelDeploymentResponseConfigResourceConfigBuildQueueConfiguration =
|
|
6292
6610
|
/*@__PURE__*/ S.String;
|
|
6293
6611
|
|
|
@@ -6317,7 +6635,10 @@ export const CancelDeploymentResponseConfigResourceConfigElasticConcurrency =
|
|
|
6317
6635
|
|
|
6318
6636
|
/** Machine type that was used for the build. */
|
|
6319
6637
|
export type CancelDeploymentResponseConfigResourceConfigBuildMachinePurchaseType =
|
|
6320
|
-
|
|
6638
|
+
| "basic"
|
|
6639
|
+
| "enhanced"
|
|
6640
|
+
| "standard"
|
|
6641
|
+
| "turbo";
|
|
6321
6642
|
export const CancelDeploymentResponseConfigResourceConfigBuildMachinePurchaseType =
|
|
6322
6643
|
/*@__PURE__*/ S.String;
|
|
6323
6644
|
|
|
@@ -6673,6 +6994,7 @@ export interface CancelDeploymentResponse {
|
|
|
6673
6994
|
connectConfigurationId?: string;
|
|
6674
6995
|
createdIn: string;
|
|
6675
6996
|
crons?: CancelDeploymentResponseCronsList;
|
|
6997
|
+
atproto?: CancelDeploymentResponseAtproto;
|
|
6676
6998
|
functions?: CancelDeploymentResponseFunctionsMap | null;
|
|
6677
6999
|
/** Whether this deployment completed through the instant static fast path. */
|
|
6678
7000
|
isInstantStatic?: boolean;
|
|
@@ -6779,6 +7101,7 @@ export const CancelDeploymentResponse = /*@__PURE__*/ S.suspend(() =>
|
|
|
6779
7101
|
connectConfigurationId: S.optional(S.String),
|
|
6780
7102
|
createdIn: S.String,
|
|
6781
7103
|
crons: S.optional(CancelDeploymentResponseCronsList),
|
|
7104
|
+
atproto: S.optional(CancelDeploymentResponseAtproto),
|
|
6782
7105
|
functions: S.optional(S.NullOr(CancelDeploymentResponseFunctionsMap)),
|
|
6783
7106
|
isInstantStatic: S.optional(S.Boolean),
|
|
6784
7107
|
monorepoManager: S.optional(S.NullOr(S.String)),
|
|
@@ -7197,6 +7520,7 @@ export type CreateDeploymentRequestProjectSettingsFramework =
|
|
|
7197
7520
|
| "fasthtml"
|
|
7198
7521
|
| "django"
|
|
7199
7522
|
| "ash"
|
|
7523
|
+
| "factory-eve"
|
|
7200
7524
|
| "eve"
|
|
7201
7525
|
| "sanity"
|
|
7202
7526
|
| "sanity-v2"
|
|
@@ -7305,6 +7629,8 @@ export interface CreateDeploymentRequest {
|
|
|
7305
7629
|
deploymentId?: string;
|
|
7306
7630
|
/** 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`. */
|
|
7307
7631
|
files?: CreateDeploymentRequestFilesList;
|
|
7632
|
+
/** 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. */
|
|
7633
|
+
gitAccessToken?: string;
|
|
7308
7634
|
/** Populates initial git metadata for different git providers. */
|
|
7309
7635
|
gitMetadata?: CreateDeploymentRequestGitMetadata;
|
|
7310
7636
|
/** Defines the Git Repository source to be deployed. This property can not be used in combination with `files`. */
|
|
@@ -7335,6 +7661,7 @@ export const CreateDeploymentRequest = /*@__PURE__*/ S.suspend(() =>
|
|
|
7335
7661
|
customEnvironmentSlugOrId: S.optional(S.String),
|
|
7336
7662
|
deploymentId: S.optional(S.String),
|
|
7337
7663
|
files: S.optional(CreateDeploymentRequestFilesList),
|
|
7664
|
+
gitAccessToken: S.optional(S.String),
|
|
7338
7665
|
gitMetadata: S.optional(CreateDeploymentRequestGitMetadata),
|
|
7339
7666
|
gitSource: S.optional(CreateDeploymentRequestGitSource),
|
|
7340
7667
|
meta: S.optional(CreateDeploymentRequestMetaMap),
|
|
@@ -7481,19 +7808,25 @@ export const CreateDeploymentResponseBodyCase1EnvList = /*@__PURE__*/ S.Array(
|
|
|
7481
7808
|
|
|
7482
7809
|
/** Machine type which was purchased/selected for this build. `basic` is the 2vCPU tier, recorded on the deployment so the build pipeline can detect a basic build without consulting the project. */
|
|
7483
7810
|
export type CreateDeploymentResponseBodyCase1ResourceConfigBuildMachinePurchaseType =
|
|
7484
|
-
|
|
7811
|
+
| "basic"
|
|
7812
|
+
| "enhanced"
|
|
7813
|
+
| "standard"
|
|
7814
|
+
| "turbo";
|
|
7485
7815
|
export const CreateDeploymentResponseBodyCase1ResourceConfigBuildMachinePurchaseType =
|
|
7486
7816
|
/*@__PURE__*/ S.String;
|
|
7487
7817
|
|
|
7488
7818
|
/** The default plan type for the build machine — what the customer is *paying* for on their plan. For most customers, this is standard, but some customers have an entitlement for enhanced builds. */
|
|
7489
7819
|
export type CreateDeploymentResponseBodyCase1ResourceConfigBuildMachineDefaultPurchaseType =
|
|
7490
|
-
|
|
7820
|
+
| "basic"
|
|
7821
|
+
| "enhanced"
|
|
7822
|
+
| "standard";
|
|
7491
7823
|
export const CreateDeploymentResponseBodyCase1ResourceConfigBuildMachineDefaultPurchaseType =
|
|
7492
7824
|
/*@__PURE__*/ S.String;
|
|
7493
7825
|
|
|
7494
7826
|
/** Whether the build ran on a fixed or elastic machine. Used to drive billing for the build. */
|
|
7495
7827
|
export type CreateDeploymentResponseBodyCase1ResourceConfigBuildMachineMachineSelectionType =
|
|
7496
|
-
|
|
7828
|
+
| "elastic"
|
|
7829
|
+
| "fixed";
|
|
7497
7830
|
export const CreateDeploymentResponseBodyCase1ResourceConfigBuildMachineMachineSelectionType =
|
|
7498
7831
|
/*@__PURE__*/ S.String;
|
|
7499
7832
|
|
|
@@ -7577,6 +7910,7 @@ export type CreateDeploymentResponseBodyCase1ProjectSettingsFramework =
|
|
|
7577
7910
|
| "ember"
|
|
7578
7911
|
| "eve"
|
|
7579
7912
|
| "express"
|
|
7913
|
+
| "factory-eve"
|
|
7580
7914
|
| "fastapi"
|
|
7581
7915
|
| "fasthtml"
|
|
7582
7916
|
| "fastify"
|
|
@@ -7846,11 +8180,37 @@ export const CreateDeploymentResponseBodyCase1AliasList = /*@__PURE__*/ S.Array(
|
|
|
7846
8180
|
S.String,
|
|
7847
8181
|
) as any as S.Schema<CreateDeploymentResponseBodyCase1AliasList>;
|
|
7848
8182
|
|
|
8183
|
+
/** Principal type of the deployment creator. */
|
|
8184
|
+
export type CreateDeploymentResponseBodyCase1CreatorType =
|
|
8185
|
+
| "app"
|
|
8186
|
+
| "integration"
|
|
8187
|
+
| "system"
|
|
8188
|
+
| "user";
|
|
8189
|
+
export const CreateDeploymentResponseBodyCase1CreatorType =
|
|
8190
|
+
/*@__PURE__*/ S.String;
|
|
8191
|
+
|
|
7849
8192
|
/** Information about the deployment creator */
|
|
7850
|
-
export
|
|
7851
|
-
|
|
7852
|
-
|
|
7853
|
-
|
|
8193
|
+
export interface CreateDeploymentResponseBodyCase1Creator {
|
|
8194
|
+
/** Stable creator id across principal types (user id, app id, integration configuration id, or `system`). */
|
|
8195
|
+
uid: string;
|
|
8196
|
+
/** Principal type of the deployment creator. */
|
|
8197
|
+
type?: CreateDeploymentResponseBodyCase1CreatorType;
|
|
8198
|
+
/** The username of the user that created the deployment */
|
|
8199
|
+
username?: string;
|
|
8200
|
+
/** The avatar of the user that created the deployment */
|
|
8201
|
+
avatar?: string;
|
|
8202
|
+
}
|
|
8203
|
+
export const CreateDeploymentResponseBodyCase1Creator = /*@__PURE__*/ S.suspend(
|
|
8204
|
+
() =>
|
|
8205
|
+
S.Struct({
|
|
8206
|
+
uid: S.String,
|
|
8207
|
+
type: S.optional(CreateDeploymentResponseBodyCase1CreatorType),
|
|
8208
|
+
username: S.optional(S.String),
|
|
8209
|
+
avatar: S.optional(S.String),
|
|
8210
|
+
}),
|
|
8211
|
+
).annotate({
|
|
8212
|
+
identifier: "CreateDeploymentResponseBodyCase1Creator",
|
|
8213
|
+
}) as any as S.Schema<CreateDeploymentResponseBodyCase1Creator>;
|
|
7854
8214
|
|
|
7855
8215
|
export type CreateDeploymentResponseBodyCase1LambdasItemReadyState =
|
|
7856
8216
|
| "BUILDING"
|
|
@@ -7937,7 +8297,9 @@ export const CreateDeploymentResponseBodyCase1CustomEnvironmentCase0Type =
|
|
|
7937
8297
|
|
|
7938
8298
|
/** The type of matching to perform */
|
|
7939
8299
|
export type CreateDeploymentResponseBodyCase1CustomEnvironmentCase0BranchMatcherType =
|
|
7940
|
-
|
|
8300
|
+
| "endsWith"
|
|
8301
|
+
| "equals"
|
|
8302
|
+
| "startsWith";
|
|
7941
8303
|
export const CreateDeploymentResponseBodyCase1CustomEnvironmentCase0BranchMatcherType =
|
|
7942
8304
|
/*@__PURE__*/ S.String;
|
|
7943
8305
|
|
|
@@ -7960,7 +8322,10 @@ export const CreateDeploymentResponseBodyCase1CustomEnvironmentCase0BranchMatche
|
|
|
7960
8322
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1CustomEnvironmentCase0BranchMatcher>;
|
|
7961
8323
|
|
|
7962
8324
|
export type CreateDeploymentResponseBodyCase1CustomEnvironmentCase0DomainsItemRedirectStatusCode =
|
|
7963
|
-
|
|
8325
|
+
| 301
|
|
8326
|
+
| 302
|
|
8327
|
+
| 307
|
|
8328
|
+
| 308;
|
|
7964
8329
|
export const CreateDeploymentResponseBodyCase1CustomEnvironmentCase0DomainsItemRedirectStatusCode =
|
|
7965
8330
|
/*@__PURE__*/ S.Number;
|
|
7966
8331
|
|
|
@@ -8849,11 +9214,88 @@ export const CreateDeploymentResponseBodyCase1CronsList = /*@__PURE__*/ S.Array(
|
|
|
8849
9214
|
CancelDeploymentResponseCronsItem,
|
|
8850
9215
|
) as any as S.Schema<CreateDeploymentResponseBodyCase1CronsList>;
|
|
8851
9216
|
|
|
8852
|
-
export type
|
|
8853
|
-
|
|
8854
|
-
|
|
8855
|
-
|
|
8856
|
-
|
|
9217
|
+
export type CreateDeploymentResponseBodyCase1AtprotoCase0 =
|
|
9218
|
+
CancelDeploymentResponseAtprotoCase0;
|
|
9219
|
+
export const CreateDeploymentResponseBodyCase1AtprotoCase0 =
|
|
9220
|
+
CancelDeploymentResponseAtprotoCase0;
|
|
9221
|
+
|
|
9222
|
+
export type CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionCollectionsList =
|
|
9223
|
+
Array<string>;
|
|
9224
|
+
export const CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionCollectionsList =
|
|
9225
|
+
/*@__PURE__*/ S.Array(
|
|
9226
|
+
S.String,
|
|
9227
|
+
) as any as S.Schema<CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionCollectionsList>;
|
|
9228
|
+
|
|
9229
|
+
export type CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionDidsList =
|
|
9230
|
+
Array<string>;
|
|
9231
|
+
export const CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionDidsList =
|
|
9232
|
+
/*@__PURE__*/ S.Array(
|
|
9233
|
+
S.String,
|
|
9234
|
+
) as any as S.Schema<CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionDidsList>;
|
|
9235
|
+
|
|
9236
|
+
export type CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsItem =
|
|
9237
|
+
| "account"
|
|
9238
|
+
| "commit"
|
|
9239
|
+
| "identity"
|
|
9240
|
+
| "sync";
|
|
9241
|
+
export const CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsItem =
|
|
9242
|
+
/*@__PURE__*/ S.String;
|
|
9243
|
+
|
|
9244
|
+
export type CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsList =
|
|
9245
|
+
Array<CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsItem>;
|
|
9246
|
+
export const CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsList =
|
|
9247
|
+
/*@__PURE__*/ S.Array(
|
|
9248
|
+
CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsItem,
|
|
9249
|
+
) as any as S.Schema<CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsList>;
|
|
9250
|
+
|
|
9251
|
+
export interface CreateDeploymentResponseBodyCase1AtprotoCase1Subscription {
|
|
9252
|
+
collections: CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionCollectionsList;
|
|
9253
|
+
dids?: CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionDidsList;
|
|
9254
|
+
kinds?: CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsList;
|
|
9255
|
+
path: string;
|
|
9256
|
+
}
|
|
9257
|
+
export const CreateDeploymentResponseBodyCase1AtprotoCase1Subscription =
|
|
9258
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
9259
|
+
S.Struct({
|
|
9260
|
+
collections:
|
|
9261
|
+
CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionCollectionsList,
|
|
9262
|
+
dids: S.optional(
|
|
9263
|
+
CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionDidsList,
|
|
9264
|
+
),
|
|
9265
|
+
kinds: S.optional(
|
|
9266
|
+
CreateDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsList,
|
|
9267
|
+
),
|
|
9268
|
+
path: S.String,
|
|
9269
|
+
}),
|
|
9270
|
+
).annotate({
|
|
9271
|
+
identifier: "CreateDeploymentResponseBodyCase1AtprotoCase1Subscription",
|
|
9272
|
+
}) as any as S.Schema<CreateDeploymentResponseBodyCase1AtprotoCase1Subscription>;
|
|
9273
|
+
|
|
9274
|
+
export interface CreateDeploymentResponseBodyCase1AtprotoCase1 {
|
|
9275
|
+
enabled: boolean;
|
|
9276
|
+
subscription: CreateDeploymentResponseBodyCase1AtprotoCase1Subscription;
|
|
9277
|
+
}
|
|
9278
|
+
export const CreateDeploymentResponseBodyCase1AtprotoCase1 =
|
|
9279
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
9280
|
+
S.Struct({
|
|
9281
|
+
enabled: S.Boolean,
|
|
9282
|
+
subscription: CreateDeploymentResponseBodyCase1AtprotoCase1Subscription,
|
|
9283
|
+
}),
|
|
9284
|
+
).annotate({
|
|
9285
|
+
identifier: "CreateDeploymentResponseBodyCase1AtprotoCase1",
|
|
9286
|
+
}) as any as S.Schema<CreateDeploymentResponseBodyCase1AtprotoCase1>;
|
|
9287
|
+
|
|
9288
|
+
export type CreateDeploymentResponseBodyCase1Atproto =
|
|
9289
|
+
| CancelDeploymentResponseAtprotoCase0
|
|
9290
|
+
| CreateDeploymentResponseBodyCase1AtprotoCase1;
|
|
9291
|
+
export const CreateDeploymentResponseBodyCase1Atproto =
|
|
9292
|
+
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1Atproto>;
|
|
9293
|
+
|
|
9294
|
+
export type CreateDeploymentResponseBodyCase1FunctionsValueArchitecture =
|
|
9295
|
+
| "arm64"
|
|
9296
|
+
| "x86_64";
|
|
9297
|
+
export const CreateDeploymentResponseBodyCase1FunctionsValueArchitecture =
|
|
9298
|
+
/*@__PURE__*/ S.String;
|
|
8857
9299
|
|
|
8858
9300
|
export type CreateDeploymentResponseBodyCase1FunctionsValueMaxDurationCase1 =
|
|
8859
9301
|
"max";
|
|
@@ -8866,6 +9308,23 @@ export type CreateDeploymentResponseBodyCase1FunctionsValueMaxDuration =
|
|
|
8866
9308
|
export const CreateDeploymentResponseBodyCase1FunctionsValueMaxDuration =
|
|
8867
9309
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1FunctionsValueMaxDuration>;
|
|
8868
9310
|
|
|
9311
|
+
export type CreateDeploymentResponseBodyCase1FunctionsValueAffinityMode =
|
|
9312
|
+
"strict";
|
|
9313
|
+
export const CreateDeploymentResponseBodyCase1FunctionsValueAffinityMode =
|
|
9314
|
+
/*@__PURE__*/ S.String;
|
|
9315
|
+
|
|
9316
|
+
export interface CreateDeploymentResponseBodyCase1FunctionsValueAffinity {
|
|
9317
|
+
mode: CreateDeploymentResponseBodyCase1FunctionsValueAffinityMode;
|
|
9318
|
+
}
|
|
9319
|
+
export const CreateDeploymentResponseBodyCase1FunctionsValueAffinity =
|
|
9320
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
9321
|
+
S.Struct({
|
|
9322
|
+
mode: CreateDeploymentResponseBodyCase1FunctionsValueAffinityMode,
|
|
9323
|
+
}),
|
|
9324
|
+
).annotate({
|
|
9325
|
+
identifier: "CreateDeploymentResponseBodyCase1FunctionsValueAffinity",
|
|
9326
|
+
}) as any as S.Schema<CreateDeploymentResponseBodyCase1FunctionsValueAffinity>;
|
|
9327
|
+
|
|
8869
9328
|
export type CreateDeploymentResponseBodyCase1FunctionsValueRegionsList =
|
|
8870
9329
|
Array<string>;
|
|
8871
9330
|
export const CreateDeploymentResponseBodyCase1FunctionsValueRegionsList =
|
|
@@ -8955,9 +9414,30 @@ export const CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggers
|
|
|
8955
9414
|
"CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase1",
|
|
8956
9415
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase1>;
|
|
8957
9416
|
|
|
9417
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
9418
|
+
export type CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2Type =
|
|
9419
|
+
"schedule/v1beta";
|
|
9420
|
+
export const CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2Type =
|
|
9421
|
+
/*@__PURE__*/ S.String;
|
|
9422
|
+
|
|
9423
|
+
export interface CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2 {
|
|
9424
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
9425
|
+
type: CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2Type;
|
|
9426
|
+
}
|
|
9427
|
+
export const CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2 =
|
|
9428
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
9429
|
+
S.Struct({
|
|
9430
|
+
type: CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2Type,
|
|
9431
|
+
}),
|
|
9432
|
+
).annotate({
|
|
9433
|
+
identifier:
|
|
9434
|
+
"CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2",
|
|
9435
|
+
}) as any as S.Schema<CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2>;
|
|
9436
|
+
|
|
8958
9437
|
export type CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItem =
|
|
8959
|
-
|
|
8960
|
-
|
|
9438
|
+
| CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase0
|
|
9439
|
+
| CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase1
|
|
9440
|
+
| CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2;
|
|
8961
9441
|
export const CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItem =
|
|
8962
9442
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItem>;
|
|
8963
9443
|
|
|
@@ -8972,6 +9452,7 @@ export interface CreateDeploymentResponseBodyCase1FunctionsValue {
|
|
|
8972
9452
|
architecture?: CreateDeploymentResponseBodyCase1FunctionsValueArchitecture;
|
|
8973
9453
|
memory?: number;
|
|
8974
9454
|
maxDuration?: CreateDeploymentResponseBodyCase1FunctionsValueMaxDuration;
|
|
9455
|
+
affinity?: CreateDeploymentResponseBodyCase1FunctionsValueAffinity;
|
|
8975
9456
|
maxConcurrency?: number;
|
|
8976
9457
|
regions?: CreateDeploymentResponseBodyCase1FunctionsValueRegionsList;
|
|
8977
9458
|
functionFailoverRegions?: CreateDeploymentResponseBodyCase1FunctionsValueFunctionFailoverRegionsList;
|
|
@@ -8991,6 +9472,9 @@ export const CreateDeploymentResponseBodyCase1FunctionsValue =
|
|
|
8991
9472
|
maxDuration: S.optional(
|
|
8992
9473
|
CreateDeploymentResponseBodyCase1FunctionsValueMaxDuration,
|
|
8993
9474
|
),
|
|
9475
|
+
affinity: S.optional(
|
|
9476
|
+
CreateDeploymentResponseBodyCase1FunctionsValueAffinity,
|
|
9477
|
+
),
|
|
8994
9478
|
maxConcurrency: S.optional(S.Number),
|
|
8995
9479
|
regions: S.optional(
|
|
8996
9480
|
CreateDeploymentResponseBodyCase1FunctionsValueRegionsList,
|
|
@@ -9041,7 +9525,8 @@ export const CreateDeploymentResponseBodyCase1RoutesItemCase0HasItemCase0Type =
|
|
|
9041
9525
|
/*@__PURE__*/ S.String;
|
|
9042
9526
|
|
|
9043
9527
|
export type CreateDeploymentResponseBodyCase1RoutesItemCase0HasItemCase0ValueCase1Eq =
|
|
9044
|
-
|
|
9528
|
+
| string
|
|
9529
|
+
| number;
|
|
9045
9530
|
export const CreateDeploymentResponseBodyCase1RoutesItemCase0HasItemCase0ValueCase1Eq =
|
|
9046
9531
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1RoutesItemCase0HasItemCase0ValueCase1Eq>;
|
|
9047
9532
|
|
|
@@ -9126,7 +9611,8 @@ export const CreateDeploymentResponseBodyCase1RoutesItemCase0HasItemCase1Type =
|
|
|
9126
9611
|
/*@__PURE__*/ S.String;
|
|
9127
9612
|
|
|
9128
9613
|
export type CreateDeploymentResponseBodyCase1RoutesItemCase0HasItemCase1ValueCase1Eq =
|
|
9129
|
-
|
|
9614
|
+
| string
|
|
9615
|
+
| number;
|
|
9130
9616
|
export const CreateDeploymentResponseBodyCase1RoutesItemCase0HasItemCase1ValueCase1Eq =
|
|
9131
9617
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1RoutesItemCase0HasItemCase1ValueCase1Eq>;
|
|
9132
9618
|
|
|
@@ -9226,7 +9712,8 @@ export const CreateDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase0Typ
|
|
|
9226
9712
|
/*@__PURE__*/ S.String;
|
|
9227
9713
|
|
|
9228
9714
|
export type CreateDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase0ValueCase1Eq =
|
|
9229
|
-
|
|
9715
|
+
| string
|
|
9716
|
+
| number;
|
|
9230
9717
|
export const CreateDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase0ValueCase1Eq =
|
|
9231
9718
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase0ValueCase1Eq>;
|
|
9232
9719
|
|
|
@@ -9284,8 +9771,8 @@ export const CreateDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase0Val
|
|
|
9284
9771
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase0ValueCase1>;
|
|
9285
9772
|
|
|
9286
9773
|
export type CreateDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase0Value =
|
|
9287
|
-
|
|
9288
|
-
|
|
9774
|
+
| string
|
|
9775
|
+
| CreateDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase0ValueCase1;
|
|
9289
9776
|
export const CreateDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase0Value =
|
|
9290
9777
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase0Value>;
|
|
9291
9778
|
|
|
@@ -9306,12 +9793,15 @@ export const CreateDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase0 =
|
|
|
9306
9793
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase0>;
|
|
9307
9794
|
|
|
9308
9795
|
export type CreateDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase1Type =
|
|
9309
|
-
|
|
9796
|
+
| "cookie"
|
|
9797
|
+
| "header"
|
|
9798
|
+
| "query";
|
|
9310
9799
|
export const CreateDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase1Type =
|
|
9311
9800
|
/*@__PURE__*/ S.String;
|
|
9312
9801
|
|
|
9313
9802
|
export type CreateDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase1ValueCase1Eq =
|
|
9314
|
-
|
|
9803
|
+
| string
|
|
9804
|
+
| number;
|
|
9315
9805
|
export const CreateDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase1ValueCase1Eq =
|
|
9316
9806
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase1ValueCase1Eq>;
|
|
9317
9807
|
|
|
@@ -9369,8 +9859,8 @@ export const CreateDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase1Val
|
|
|
9369
9859
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase1ValueCase1>;
|
|
9370
9860
|
|
|
9371
9861
|
export type CreateDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase1Value =
|
|
9372
|
-
|
|
9373
|
-
|
|
9862
|
+
| string
|
|
9863
|
+
| CreateDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase1ValueCase1;
|
|
9374
9864
|
export const CreateDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase1Value =
|
|
9375
9865
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase1Value>;
|
|
9376
9866
|
|
|
@@ -9425,17 +9915,22 @@ export const CreateDeploymentResponseBodyCase1RoutesItemCase0Mitigate =
|
|
|
9425
9915
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1RoutesItemCase0Mitigate>;
|
|
9426
9916
|
|
|
9427
9917
|
export type CreateDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0Type =
|
|
9428
|
-
|
|
9918
|
+
| "request.headers"
|
|
9919
|
+
| "request.query"
|
|
9920
|
+
| "response.headers";
|
|
9429
9921
|
export const CreateDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0Type =
|
|
9430
9922
|
/*@__PURE__*/ S.String;
|
|
9431
9923
|
|
|
9432
9924
|
export type CreateDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0Op =
|
|
9433
|
-
|
|
9925
|
+
| "append"
|
|
9926
|
+
| "delete"
|
|
9927
|
+
| "set";
|
|
9434
9928
|
export const CreateDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0Op =
|
|
9435
9929
|
/*@__PURE__*/ S.String;
|
|
9436
9930
|
|
|
9437
9931
|
export type CreateDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1Eq =
|
|
9438
|
-
|
|
9932
|
+
| string
|
|
9933
|
+
| number;
|
|
9439
9934
|
export const CreateDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1Eq =
|
|
9440
9935
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1Eq>;
|
|
9441
9936
|
|
|
@@ -9491,8 +9986,8 @@ export const CreateDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0
|
|
|
9491
9986
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1>;
|
|
9492
9987
|
|
|
9493
9988
|
export type CreateDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0TargetKey =
|
|
9494
|
-
|
|
9495
|
-
|
|
9989
|
+
| string
|
|
9990
|
+
| CreateDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1;
|
|
9496
9991
|
export const CreateDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0TargetKey =
|
|
9497
9992
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0TargetKey>;
|
|
9498
9993
|
|
|
@@ -9517,8 +10012,8 @@ export const CreateDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0
|
|
|
9517
10012
|
) as any as S.Schema<CreateDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0ArgsCase1List>;
|
|
9518
10013
|
|
|
9519
10014
|
export type CreateDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0Args =
|
|
9520
|
-
|
|
9521
|
-
|
|
10015
|
+
| string
|
|
10016
|
+
| CreateDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0ArgsCase1List;
|
|
9522
10017
|
export const CreateDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0Args =
|
|
9523
10018
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0Args>;
|
|
9524
10019
|
|
|
@@ -9844,8 +10339,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigIncl
|
|
|
9844
10339
|
) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigIncludeFilesCase1List>;
|
|
9845
10340
|
|
|
9846
10341
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigIncludeFiles =
|
|
9847
|
-
|
|
9848
|
-
|
|
10342
|
+
| string
|
|
10343
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigIncludeFilesCase1List;
|
|
9849
10344
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigIncludeFiles =
|
|
9850
10345
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigIncludeFiles>;
|
|
9851
10346
|
|
|
@@ -9857,8 +10352,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigExcl
|
|
|
9857
10352
|
) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigExcludeFilesCase1List>;
|
|
9858
10353
|
|
|
9859
10354
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigExcludeFiles =
|
|
9860
|
-
|
|
9861
|
-
|
|
10355
|
+
| string
|
|
10356
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigExcludeFilesCase1List;
|
|
9862
10357
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigExcludeFiles =
|
|
9863
10358
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigExcludeFiles>;
|
|
9864
10359
|
|
|
@@ -9871,7 +10366,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigImpo
|
|
|
9871
10366
|
) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigImportMap>;
|
|
9872
10367
|
|
|
9873
10368
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueArchitecture =
|
|
9874
|
-
|
|
10369
|
+
| "arm64"
|
|
10370
|
+
| "x86_64";
|
|
9875
10371
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueArchitecture =
|
|
9876
10372
|
/*@__PURE__*/ S.String;
|
|
9877
10373
|
|
|
@@ -9881,11 +10377,29 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunc
|
|
|
9881
10377
|
/*@__PURE__*/ S.String;
|
|
9882
10378
|
|
|
9883
10379
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueMaxDuration =
|
|
9884
|
-
|
|
9885
|
-
|
|
10380
|
+
| number
|
|
10381
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueMaxDurationCase1;
|
|
9886
10382
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueMaxDuration =
|
|
9887
10383
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueMaxDuration>;
|
|
9888
10384
|
|
|
10385
|
+
export type CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinityMode =
|
|
10386
|
+
"strict";
|
|
10387
|
+
export const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinityMode =
|
|
10388
|
+
/*@__PURE__*/ S.String;
|
|
10389
|
+
|
|
10390
|
+
export interface CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinity {
|
|
10391
|
+
mode: CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinityMode;
|
|
10392
|
+
}
|
|
10393
|
+
export const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinity =
|
|
10394
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
10395
|
+
S.Struct({
|
|
10396
|
+
mode: CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinityMode,
|
|
10397
|
+
}),
|
|
10398
|
+
).annotate({
|
|
10399
|
+
identifier:
|
|
10400
|
+
"CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinity",
|
|
10401
|
+
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinity>;
|
|
10402
|
+
|
|
9889
10403
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueRegionsList =
|
|
9890
10404
|
Array<string>;
|
|
9891
10405
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueRegionsList =
|
|
@@ -9975,9 +10489,30 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunc
|
|
|
9975
10489
|
"CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase1",
|
|
9976
10490
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase1>;
|
|
9977
10491
|
|
|
10492
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
10493
|
+
export type CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type =
|
|
10494
|
+
"schedule/v1beta";
|
|
10495
|
+
export const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type =
|
|
10496
|
+
/*@__PURE__*/ S.String;
|
|
10497
|
+
|
|
10498
|
+
export interface CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2 {
|
|
10499
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
10500
|
+
type: CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type;
|
|
10501
|
+
}
|
|
10502
|
+
export const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2 =
|
|
10503
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
10504
|
+
S.Struct({
|
|
10505
|
+
type: CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type,
|
|
10506
|
+
}),
|
|
10507
|
+
).annotate({
|
|
10508
|
+
identifier:
|
|
10509
|
+
"CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2",
|
|
10510
|
+
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2>;
|
|
10511
|
+
|
|
9978
10512
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItem =
|
|
9979
|
-
|
|
9980
|
-
|
|
10513
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase0
|
|
10514
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase1
|
|
10515
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2;
|
|
9981
10516
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItem =
|
|
9982
10517
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItem>;
|
|
9983
10518
|
|
|
@@ -9992,6 +10527,7 @@ export interface CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfig
|
|
|
9992
10527
|
architecture?: CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueArchitecture;
|
|
9993
10528
|
memory?: number;
|
|
9994
10529
|
maxDuration?: CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueMaxDuration;
|
|
10530
|
+
affinity?: CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinity;
|
|
9995
10531
|
maxConcurrency?: number;
|
|
9996
10532
|
regions?: CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueRegionsList;
|
|
9997
10533
|
functionFailoverRegions?: CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueFunctionFailoverRegionsList;
|
|
@@ -10011,6 +10547,9 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunc
|
|
|
10011
10547
|
maxDuration: S.optional(
|
|
10012
10548
|
CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueMaxDuration,
|
|
10013
10549
|
),
|
|
10550
|
+
affinity: S.optional(
|
|
10551
|
+
CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinity,
|
|
10552
|
+
),
|
|
10014
10553
|
maxConcurrency: S.optional(S.Number),
|
|
10015
10554
|
regions: S.optional(
|
|
10016
10555
|
CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueRegionsList,
|
|
@@ -10063,8 +10602,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigMidd
|
|
|
10063
10602
|
) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigMiddlewareMatcherCase1List>;
|
|
10064
10603
|
|
|
10065
10604
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigMiddlewareMatcher =
|
|
10066
|
-
|
|
10067
|
-
|
|
10605
|
+
| string
|
|
10606
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigMiddlewareMatcherCase1List;
|
|
10068
10607
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigMiddlewareMatcher =
|
|
10069
10608
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigMiddlewareMatcher>;
|
|
10070
10609
|
|
|
@@ -10160,7 +10699,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase0Builder =
|
|
|
10160
10699
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase0Builder>;
|
|
10161
10700
|
|
|
10162
10701
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase0RoutePrefixSource =
|
|
10163
|
-
|
|
10702
|
+
| "configured"
|
|
10703
|
+
| "generated";
|
|
10164
10704
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase0RoutePrefixSource =
|
|
10165
10705
|
/*@__PURE__*/ S.String;
|
|
10166
10706
|
|
|
@@ -10312,8 +10852,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigIncl
|
|
|
10312
10852
|
) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigIncludeFilesCase1List>;
|
|
10313
10853
|
|
|
10314
10854
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigIncludeFiles =
|
|
10315
|
-
|
|
10316
|
-
|
|
10855
|
+
| string
|
|
10856
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigIncludeFilesCase1List;
|
|
10317
10857
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigIncludeFiles =
|
|
10318
10858
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigIncludeFiles>;
|
|
10319
10859
|
|
|
@@ -10325,8 +10865,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigExcl
|
|
|
10325
10865
|
) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigExcludeFilesCase1List>;
|
|
10326
10866
|
|
|
10327
10867
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigExcludeFiles =
|
|
10328
|
-
|
|
10329
|
-
|
|
10868
|
+
| string
|
|
10869
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigExcludeFilesCase1List;
|
|
10330
10870
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigExcludeFiles =
|
|
10331
10871
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigExcludeFiles>;
|
|
10332
10872
|
|
|
@@ -10339,7 +10879,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigImpo
|
|
|
10339
10879
|
) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigImportMap>;
|
|
10340
10880
|
|
|
10341
10881
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueArchitecture =
|
|
10342
|
-
|
|
10882
|
+
| "arm64"
|
|
10883
|
+
| "x86_64";
|
|
10343
10884
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueArchitecture =
|
|
10344
10885
|
/*@__PURE__*/ S.String;
|
|
10345
10886
|
|
|
@@ -10349,11 +10890,29 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunc
|
|
|
10349
10890
|
/*@__PURE__*/ S.String;
|
|
10350
10891
|
|
|
10351
10892
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueMaxDuration =
|
|
10352
|
-
|
|
10353
|
-
|
|
10893
|
+
| number
|
|
10894
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueMaxDurationCase1;
|
|
10354
10895
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueMaxDuration =
|
|
10355
10896
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueMaxDuration>;
|
|
10356
10897
|
|
|
10898
|
+
export type CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinityMode =
|
|
10899
|
+
"strict";
|
|
10900
|
+
export const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinityMode =
|
|
10901
|
+
/*@__PURE__*/ S.String;
|
|
10902
|
+
|
|
10903
|
+
export interface CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinity {
|
|
10904
|
+
mode: CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinityMode;
|
|
10905
|
+
}
|
|
10906
|
+
export const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinity =
|
|
10907
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
10908
|
+
S.Struct({
|
|
10909
|
+
mode: CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinityMode,
|
|
10910
|
+
}),
|
|
10911
|
+
).annotate({
|
|
10912
|
+
identifier:
|
|
10913
|
+
"CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinity",
|
|
10914
|
+
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinity>;
|
|
10915
|
+
|
|
10357
10916
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueRegionsList =
|
|
10358
10917
|
Array<string>;
|
|
10359
10918
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueRegionsList =
|
|
@@ -10443,9 +11002,30 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunc
|
|
|
10443
11002
|
"CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase1",
|
|
10444
11003
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase1>;
|
|
10445
11004
|
|
|
11005
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
11006
|
+
export type CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type =
|
|
11007
|
+
"schedule/v1beta";
|
|
11008
|
+
export const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type =
|
|
11009
|
+
/*@__PURE__*/ S.String;
|
|
11010
|
+
|
|
11011
|
+
export interface CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2 {
|
|
11012
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
11013
|
+
type: CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type;
|
|
11014
|
+
}
|
|
11015
|
+
export const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2 =
|
|
11016
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
11017
|
+
S.Struct({
|
|
11018
|
+
type: CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type,
|
|
11019
|
+
}),
|
|
11020
|
+
).annotate({
|
|
11021
|
+
identifier:
|
|
11022
|
+
"CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2",
|
|
11023
|
+
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2>;
|
|
11024
|
+
|
|
10446
11025
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItem =
|
|
10447
|
-
|
|
10448
|
-
|
|
11026
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase0
|
|
11027
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase1
|
|
11028
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2;
|
|
10449
11029
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItem =
|
|
10450
11030
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItem>;
|
|
10451
11031
|
|
|
@@ -10460,6 +11040,7 @@ export interface CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfig
|
|
|
10460
11040
|
architecture?: CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueArchitecture;
|
|
10461
11041
|
memory?: number;
|
|
10462
11042
|
maxDuration?: CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueMaxDuration;
|
|
11043
|
+
affinity?: CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinity;
|
|
10463
11044
|
maxConcurrency?: number;
|
|
10464
11045
|
regions?: CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueRegionsList;
|
|
10465
11046
|
functionFailoverRegions?: CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueFunctionFailoverRegionsList;
|
|
@@ -10479,6 +11060,9 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunc
|
|
|
10479
11060
|
maxDuration: S.optional(
|
|
10480
11061
|
CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueMaxDuration,
|
|
10481
11062
|
),
|
|
11063
|
+
affinity: S.optional(
|
|
11064
|
+
CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinity,
|
|
11065
|
+
),
|
|
10482
11066
|
maxConcurrency: S.optional(S.Number),
|
|
10483
11067
|
regions: S.optional(
|
|
10484
11068
|
CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueRegionsList,
|
|
@@ -10531,8 +11115,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigMidd
|
|
|
10531
11115
|
) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigMiddlewareMatcherCase1List>;
|
|
10532
11116
|
|
|
10533
11117
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigMiddlewareMatcher =
|
|
10534
|
-
|
|
10535
|
-
|
|
11118
|
+
| string
|
|
11119
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigMiddlewareMatcherCase1List;
|
|
10536
11120
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigMiddlewareMatcher =
|
|
10537
11121
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigMiddlewareMatcher>;
|
|
10538
11122
|
|
|
@@ -10676,7 +11260,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1BindingsList =
|
|
|
10676
11260
|
) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1BindingsList>;
|
|
10677
11261
|
|
|
10678
11262
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueArchitecture =
|
|
10679
|
-
|
|
11263
|
+
| "arm64"
|
|
11264
|
+
| "x86_64";
|
|
10680
11265
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueArchitecture =
|
|
10681
11266
|
/*@__PURE__*/ S.String;
|
|
10682
11267
|
|
|
@@ -10686,11 +11271,29 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMax
|
|
|
10686
11271
|
/*@__PURE__*/ S.String;
|
|
10687
11272
|
|
|
10688
11273
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDuration =
|
|
10689
|
-
|
|
10690
|
-
|
|
11274
|
+
| number
|
|
11275
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDurationCase1;
|
|
10691
11276
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDuration =
|
|
10692
11277
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDuration>;
|
|
10693
11278
|
|
|
11279
|
+
export type CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinityMode =
|
|
11280
|
+
"strict";
|
|
11281
|
+
export const CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinityMode =
|
|
11282
|
+
/*@__PURE__*/ S.String;
|
|
11283
|
+
|
|
11284
|
+
export interface CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinity {
|
|
11285
|
+
mode: CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinityMode;
|
|
11286
|
+
}
|
|
11287
|
+
export const CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinity =
|
|
11288
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
11289
|
+
S.Struct({
|
|
11290
|
+
mode: CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinityMode,
|
|
11291
|
+
}),
|
|
11292
|
+
).annotate({
|
|
11293
|
+
identifier:
|
|
11294
|
+
"CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinity",
|
|
11295
|
+
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinity>;
|
|
11296
|
+
|
|
10694
11297
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueRegionsList =
|
|
10695
11298
|
Array<string>;
|
|
10696
11299
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueRegionsList =
|
|
@@ -10780,9 +11383,30 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExp
|
|
|
10780
11383
|
"CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase1",
|
|
10781
11384
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase1>;
|
|
10782
11385
|
|
|
11386
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
11387
|
+
export type CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2Type =
|
|
11388
|
+
"schedule/v1beta";
|
|
11389
|
+
export const CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2Type =
|
|
11390
|
+
/*@__PURE__*/ S.String;
|
|
11391
|
+
|
|
11392
|
+
export interface CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2 {
|
|
11393
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
11394
|
+
type: CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2Type;
|
|
11395
|
+
}
|
|
11396
|
+
export const CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2 =
|
|
11397
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
11398
|
+
S.Struct({
|
|
11399
|
+
type: CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2Type,
|
|
11400
|
+
}),
|
|
11401
|
+
).annotate({
|
|
11402
|
+
identifier:
|
|
11403
|
+
"CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2",
|
|
11404
|
+
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2>;
|
|
11405
|
+
|
|
10783
11406
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItem =
|
|
10784
|
-
|
|
10785
|
-
|
|
11407
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase0
|
|
11408
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase1
|
|
11409
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2;
|
|
10786
11410
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItem =
|
|
10787
11411
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItem>;
|
|
10788
11412
|
|
|
@@ -10798,6 +11422,7 @@ export interface CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValu
|
|
|
10798
11422
|
architecture?: CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueArchitecture;
|
|
10799
11423
|
memory?: number;
|
|
10800
11424
|
maxDuration?: CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDuration;
|
|
11425
|
+
affinity?: CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinity;
|
|
10801
11426
|
maxConcurrency?: number;
|
|
10802
11427
|
regions?: CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueRegionsList;
|
|
10803
11428
|
functionFailoverRegions?: CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueFunctionFailoverRegionsList;
|
|
@@ -10817,6 +11442,9 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValue =
|
|
|
10817
11442
|
maxDuration: S.optional(
|
|
10818
11443
|
CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDuration,
|
|
10819
11444
|
),
|
|
11445
|
+
affinity: S.optional(
|
|
11446
|
+
CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinity,
|
|
11447
|
+
),
|
|
10820
11448
|
maxConcurrency: S.optional(S.Number),
|
|
10821
11449
|
regions: S.optional(
|
|
10822
11450
|
CreateDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueRegionsList,
|
|
@@ -10867,7 +11495,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasIte
|
|
|
10867
11495
|
/*@__PURE__*/ S.String;
|
|
10868
11496
|
|
|
10869
11497
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase0ValueCase1Eq =
|
|
10870
|
-
|
|
11498
|
+
| string
|
|
11499
|
+
| number;
|
|
10871
11500
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase0ValueCase1Eq =
|
|
10872
11501
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase0ValueCase1Eq>;
|
|
10873
11502
|
|
|
@@ -10925,8 +11554,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasIte
|
|
|
10925
11554
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase0ValueCase1>;
|
|
10926
11555
|
|
|
10927
11556
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase0Value =
|
|
10928
|
-
|
|
10929
|
-
|
|
11557
|
+
| string
|
|
11558
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase0ValueCase1;
|
|
10930
11559
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase0Value =
|
|
10931
11560
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase0Value>;
|
|
10932
11561
|
|
|
@@ -10947,12 +11576,15 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasIte
|
|
|
10947
11576
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase0>;
|
|
10948
11577
|
|
|
10949
11578
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase1Type =
|
|
10950
|
-
|
|
11579
|
+
| "cookie"
|
|
11580
|
+
| "header"
|
|
11581
|
+
| "query";
|
|
10951
11582
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase1Type =
|
|
10952
11583
|
/*@__PURE__*/ S.String;
|
|
10953
11584
|
|
|
10954
11585
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase1ValueCase1Eq =
|
|
10955
|
-
|
|
11586
|
+
| string
|
|
11587
|
+
| number;
|
|
10956
11588
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase1ValueCase1Eq =
|
|
10957
11589
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase1ValueCase1Eq>;
|
|
10958
11590
|
|
|
@@ -11010,8 +11642,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasIte
|
|
|
11010
11642
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase1ValueCase1>;
|
|
11011
11643
|
|
|
11012
11644
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase1Value =
|
|
11013
|
-
|
|
11014
|
-
|
|
11645
|
+
| string
|
|
11646
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase1ValueCase1;
|
|
11015
11647
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase1Value =
|
|
11016
11648
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase1Value>;
|
|
11017
11649
|
|
|
@@ -11035,8 +11667,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasIte
|
|
|
11035
11667
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase1>;
|
|
11036
11668
|
|
|
11037
11669
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItem =
|
|
11038
|
-
|
|
11039
|
-
|
|
11670
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase0
|
|
11671
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase1;
|
|
11040
11672
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItem =
|
|
11041
11673
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItem>;
|
|
11042
11674
|
|
|
@@ -11053,7 +11685,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissin
|
|
|
11053
11685
|
/*@__PURE__*/ S.String;
|
|
11054
11686
|
|
|
11055
11687
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase0ValueCase1Eq =
|
|
11056
|
-
|
|
11688
|
+
| string
|
|
11689
|
+
| number;
|
|
11057
11690
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase0ValueCase1Eq =
|
|
11058
11691
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase0ValueCase1Eq>;
|
|
11059
11692
|
|
|
@@ -11111,8 +11744,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissin
|
|
|
11111
11744
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase0ValueCase1>;
|
|
11112
11745
|
|
|
11113
11746
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase0Value =
|
|
11114
|
-
|
|
11115
|
-
|
|
11747
|
+
| string
|
|
11748
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase0ValueCase1;
|
|
11116
11749
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase0Value =
|
|
11117
11750
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase0Value>;
|
|
11118
11751
|
|
|
@@ -11133,12 +11766,15 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissin
|
|
|
11133
11766
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase0>;
|
|
11134
11767
|
|
|
11135
11768
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase1Type =
|
|
11136
|
-
|
|
11769
|
+
| "cookie"
|
|
11770
|
+
| "header"
|
|
11771
|
+
| "query";
|
|
11137
11772
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase1Type =
|
|
11138
11773
|
/*@__PURE__*/ S.String;
|
|
11139
11774
|
|
|
11140
11775
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase1ValueCase1Eq =
|
|
11141
|
-
|
|
11776
|
+
| string
|
|
11777
|
+
| number;
|
|
11142
11778
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase1ValueCase1Eq =
|
|
11143
11779
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase1ValueCase1Eq>;
|
|
11144
11780
|
|
|
@@ -11196,8 +11832,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissin
|
|
|
11196
11832
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase1ValueCase1>;
|
|
11197
11833
|
|
|
11198
11834
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase1Value =
|
|
11199
|
-
|
|
11200
|
-
|
|
11835
|
+
| string
|
|
11836
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase1ValueCase1;
|
|
11201
11837
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase1Value =
|
|
11202
11838
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase1Value>;
|
|
11203
11839
|
|
|
@@ -11221,8 +11857,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissin
|
|
|
11221
11857
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase1>;
|
|
11222
11858
|
|
|
11223
11859
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItem =
|
|
11224
|
-
|
|
11225
|
-
|
|
11860
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase0
|
|
11861
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase1;
|
|
11226
11862
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItem =
|
|
11227
11863
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItem>;
|
|
11228
11864
|
|
|
@@ -11269,7 +11905,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasI
|
|
|
11269
11905
|
/*@__PURE__*/ S.String;
|
|
11270
11906
|
|
|
11271
11907
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase0ValueCase1Eq =
|
|
11272
|
-
|
|
11908
|
+
| string
|
|
11909
|
+
| number;
|
|
11273
11910
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase0ValueCase1Eq =
|
|
11274
11911
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase0ValueCase1Eq>;
|
|
11275
11912
|
|
|
@@ -11327,8 +11964,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasI
|
|
|
11327
11964
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase0ValueCase1>;
|
|
11328
11965
|
|
|
11329
11966
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase0Value =
|
|
11330
|
-
|
|
11331
|
-
|
|
11967
|
+
| string
|
|
11968
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase0ValueCase1;
|
|
11332
11969
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase0Value =
|
|
11333
11970
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase0Value>;
|
|
11334
11971
|
|
|
@@ -11349,12 +11986,15 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasI
|
|
|
11349
11986
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase0>;
|
|
11350
11987
|
|
|
11351
11988
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase1Type =
|
|
11352
|
-
|
|
11989
|
+
| "cookie"
|
|
11990
|
+
| "header"
|
|
11991
|
+
| "query";
|
|
11353
11992
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase1Type =
|
|
11354
11993
|
/*@__PURE__*/ S.String;
|
|
11355
11994
|
|
|
11356
11995
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase1ValueCase1Eq =
|
|
11357
|
-
|
|
11996
|
+
| string
|
|
11997
|
+
| number;
|
|
11358
11998
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase1ValueCase1Eq =
|
|
11359
11999
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase1ValueCase1Eq>;
|
|
11360
12000
|
|
|
@@ -11412,8 +12052,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasI
|
|
|
11412
12052
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase1ValueCase1>;
|
|
11413
12053
|
|
|
11414
12054
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase1Value =
|
|
11415
|
-
|
|
11416
|
-
|
|
12055
|
+
| string
|
|
12056
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase1ValueCase1;
|
|
11417
12057
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase1Value =
|
|
11418
12058
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase1Value>;
|
|
11419
12059
|
|
|
@@ -11437,8 +12077,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasI
|
|
|
11437
12077
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase1>;
|
|
11438
12078
|
|
|
11439
12079
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItem =
|
|
11440
|
-
|
|
11441
|
-
|
|
12080
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase0
|
|
12081
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase1;
|
|
11442
12082
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItem =
|
|
11443
12083
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItem>;
|
|
11444
12084
|
|
|
@@ -11455,7 +12095,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMiss
|
|
|
11455
12095
|
/*@__PURE__*/ S.String;
|
|
11456
12096
|
|
|
11457
12097
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase0ValueCase1Eq =
|
|
11458
|
-
|
|
12098
|
+
| string
|
|
12099
|
+
| number;
|
|
11459
12100
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase0ValueCase1Eq =
|
|
11460
12101
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase0ValueCase1Eq>;
|
|
11461
12102
|
|
|
@@ -11513,8 +12154,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMiss
|
|
|
11513
12154
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase0ValueCase1>;
|
|
11514
12155
|
|
|
11515
12156
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase0Value =
|
|
11516
|
-
|
|
11517
|
-
|
|
12157
|
+
| string
|
|
12158
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase0ValueCase1;
|
|
11518
12159
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase0Value =
|
|
11519
12160
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase0Value>;
|
|
11520
12161
|
|
|
@@ -11535,12 +12176,15 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMiss
|
|
|
11535
12176
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase0>;
|
|
11536
12177
|
|
|
11537
12178
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase1Type =
|
|
11538
|
-
|
|
12179
|
+
| "cookie"
|
|
12180
|
+
| "header"
|
|
12181
|
+
| "query";
|
|
11539
12182
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase1Type =
|
|
11540
12183
|
/*@__PURE__*/ S.String;
|
|
11541
12184
|
|
|
11542
12185
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase1ValueCase1Eq =
|
|
11543
|
-
|
|
12186
|
+
| string
|
|
12187
|
+
| number;
|
|
11544
12188
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase1ValueCase1Eq =
|
|
11545
12189
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase1ValueCase1Eq>;
|
|
11546
12190
|
|
|
@@ -11598,8 +12242,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMiss
|
|
|
11598
12242
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase1ValueCase1>;
|
|
11599
12243
|
|
|
11600
12244
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase1Value =
|
|
11601
|
-
|
|
11602
|
-
|
|
12245
|
+
| string
|
|
12246
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase1ValueCase1;
|
|
11603
12247
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase1Value =
|
|
11604
12248
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase1Value>;
|
|
11605
12249
|
|
|
@@ -11623,8 +12267,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMiss
|
|
|
11623
12267
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase1>;
|
|
11624
12268
|
|
|
11625
12269
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItem =
|
|
11626
|
-
|
|
11627
|
-
|
|
12270
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase0
|
|
12271
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase1;
|
|
11628
12272
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItem =
|
|
11629
12273
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItem>;
|
|
11630
12274
|
|
|
@@ -11708,8 +12352,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemDesti
|
|
|
11708
12352
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemDestinationCase1>;
|
|
11709
12353
|
|
|
11710
12354
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemDestination =
|
|
11711
|
-
|
|
11712
|
-
|
|
12355
|
+
| string
|
|
12356
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemDestinationCase1;
|
|
11713
12357
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemDestination =
|
|
11714
12358
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemDestination>;
|
|
11715
12359
|
|
|
@@ -11764,7 +12408,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasIt
|
|
|
11764
12408
|
/*@__PURE__*/ S.String;
|
|
11765
12409
|
|
|
11766
12410
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase0ValueCase1Eq =
|
|
11767
|
-
|
|
12411
|
+
| string
|
|
12412
|
+
| number;
|
|
11768
12413
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase0ValueCase1Eq =
|
|
11769
12414
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase0ValueCase1Eq>;
|
|
11770
12415
|
|
|
@@ -11822,8 +12467,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasIt
|
|
|
11822
12467
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase0ValueCase1>;
|
|
11823
12468
|
|
|
11824
12469
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase0Value =
|
|
11825
|
-
|
|
11826
|
-
|
|
12470
|
+
| string
|
|
12471
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase0ValueCase1;
|
|
11827
12472
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase0Value =
|
|
11828
12473
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase0Value>;
|
|
11829
12474
|
|
|
@@ -11844,12 +12489,15 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasIt
|
|
|
11844
12489
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase0>;
|
|
11845
12490
|
|
|
11846
12491
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase1Type =
|
|
11847
|
-
|
|
12492
|
+
| "cookie"
|
|
12493
|
+
| "header"
|
|
12494
|
+
| "query";
|
|
11848
12495
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase1Type =
|
|
11849
12496
|
/*@__PURE__*/ S.String;
|
|
11850
12497
|
|
|
11851
12498
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase1ValueCase1Eq =
|
|
11852
|
-
|
|
12499
|
+
| string
|
|
12500
|
+
| number;
|
|
11853
12501
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase1ValueCase1Eq =
|
|
11854
12502
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase1ValueCase1Eq>;
|
|
11855
12503
|
|
|
@@ -11907,8 +12555,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasIt
|
|
|
11907
12555
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase1ValueCase1>;
|
|
11908
12556
|
|
|
11909
12557
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase1Value =
|
|
11910
|
-
|
|
11911
|
-
|
|
12558
|
+
| string
|
|
12559
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase1ValueCase1;
|
|
11912
12560
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase1Value =
|
|
11913
12561
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase1Value>;
|
|
11914
12562
|
|
|
@@ -11932,8 +12580,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasIt
|
|
|
11932
12580
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase1>;
|
|
11933
12581
|
|
|
11934
12582
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItem =
|
|
11935
|
-
|
|
11936
|
-
|
|
12583
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase0
|
|
12584
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase1;
|
|
11937
12585
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItem =
|
|
11938
12586
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItem>;
|
|
11939
12587
|
|
|
@@ -11950,7 +12598,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissi
|
|
|
11950
12598
|
/*@__PURE__*/ S.String;
|
|
11951
12599
|
|
|
11952
12600
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase0ValueCase1Eq =
|
|
11953
|
-
|
|
12601
|
+
| string
|
|
12602
|
+
| number;
|
|
11954
12603
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase0ValueCase1Eq =
|
|
11955
12604
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase0ValueCase1Eq>;
|
|
11956
12605
|
|
|
@@ -12008,8 +12657,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissi
|
|
|
12008
12657
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase0ValueCase1>;
|
|
12009
12658
|
|
|
12010
12659
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase0Value =
|
|
12011
|
-
|
|
12012
|
-
|
|
12660
|
+
| string
|
|
12661
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase0ValueCase1;
|
|
12013
12662
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase0Value =
|
|
12014
12663
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase0Value>;
|
|
12015
12664
|
|
|
@@ -12030,12 +12679,15 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissi
|
|
|
12030
12679
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase0>;
|
|
12031
12680
|
|
|
12032
12681
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase1Type =
|
|
12033
|
-
|
|
12682
|
+
| "cookie"
|
|
12683
|
+
| "header"
|
|
12684
|
+
| "query";
|
|
12034
12685
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase1Type =
|
|
12035
12686
|
/*@__PURE__*/ S.String;
|
|
12036
12687
|
|
|
12037
12688
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase1ValueCase1Eq =
|
|
12038
|
-
|
|
12689
|
+
| string
|
|
12690
|
+
| number;
|
|
12039
12691
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase1ValueCase1Eq =
|
|
12040
12692
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase1ValueCase1Eq>;
|
|
12041
12693
|
|
|
@@ -12093,8 +12745,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissi
|
|
|
12093
12745
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase1ValueCase1>;
|
|
12094
12746
|
|
|
12095
12747
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase1Value =
|
|
12096
|
-
|
|
12097
|
-
|
|
12748
|
+
| string
|
|
12749
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase1ValueCase1;
|
|
12098
12750
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase1Value =
|
|
12099
12751
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase1Value>;
|
|
12100
12752
|
|
|
@@ -12118,8 +12770,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissi
|
|
|
12118
12770
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase1>;
|
|
12119
12771
|
|
|
12120
12772
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItem =
|
|
12121
|
-
|
|
12122
|
-
|
|
12773
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase0
|
|
12774
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase1;
|
|
12123
12775
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItem =
|
|
12124
12776
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItem>;
|
|
12125
12777
|
|
|
@@ -12201,7 +12853,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Ha
|
|
|
12201
12853
|
/*@__PURE__*/ S.String;
|
|
12202
12854
|
|
|
12203
12855
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase0ValueCase1Eq =
|
|
12204
|
-
|
|
12856
|
+
| string
|
|
12857
|
+
| number;
|
|
12205
12858
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase0ValueCase1Eq =
|
|
12206
12859
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase0ValueCase1Eq>;
|
|
12207
12860
|
|
|
@@ -12259,8 +12912,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Ha
|
|
|
12259
12912
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase0ValueCase1>;
|
|
12260
12913
|
|
|
12261
12914
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase0Value =
|
|
12262
|
-
|
|
12263
|
-
|
|
12915
|
+
| string
|
|
12916
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase0ValueCase1;
|
|
12264
12917
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase0Value =
|
|
12265
12918
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase0Value>;
|
|
12266
12919
|
|
|
@@ -12281,12 +12934,15 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Ha
|
|
|
12281
12934
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase0>;
|
|
12282
12935
|
|
|
12283
12936
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase1Type =
|
|
12284
|
-
|
|
12937
|
+
| "cookie"
|
|
12938
|
+
| "header"
|
|
12939
|
+
| "query";
|
|
12285
12940
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase1Type =
|
|
12286
12941
|
/*@__PURE__*/ S.String;
|
|
12287
12942
|
|
|
12288
12943
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase1ValueCase1Eq =
|
|
12289
|
-
|
|
12944
|
+
| string
|
|
12945
|
+
| number;
|
|
12290
12946
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase1ValueCase1Eq =
|
|
12291
12947
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase1ValueCase1Eq>;
|
|
12292
12948
|
|
|
@@ -12344,8 +13000,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Ha
|
|
|
12344
13000
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase1ValueCase1>;
|
|
12345
13001
|
|
|
12346
13002
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase1Value =
|
|
12347
|
-
|
|
12348
|
-
|
|
13003
|
+
| string
|
|
13004
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase1ValueCase1;
|
|
12349
13005
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase1Value =
|
|
12350
13006
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase1Value>;
|
|
12351
13007
|
|
|
@@ -12369,8 +13025,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Ha
|
|
|
12369
13025
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase1>;
|
|
12370
13026
|
|
|
12371
13027
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItem =
|
|
12372
|
-
|
|
12373
|
-
|
|
13028
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase0
|
|
13029
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase1;
|
|
12374
13030
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItem =
|
|
12375
13031
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItem>;
|
|
12376
13032
|
|
|
@@ -12387,7 +13043,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Mi
|
|
|
12387
13043
|
/*@__PURE__*/ S.String;
|
|
12388
13044
|
|
|
12389
13045
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase0ValueCase1Eq =
|
|
12390
|
-
|
|
13046
|
+
| string
|
|
13047
|
+
| number;
|
|
12391
13048
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase0ValueCase1Eq =
|
|
12392
13049
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase0ValueCase1Eq>;
|
|
12393
13050
|
|
|
@@ -12445,8 +13102,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Mi
|
|
|
12445
13102
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase0ValueCase1>;
|
|
12446
13103
|
|
|
12447
13104
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase0Value =
|
|
12448
|
-
|
|
12449
|
-
|
|
13105
|
+
| string
|
|
13106
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase0ValueCase1;
|
|
12450
13107
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase0Value =
|
|
12451
13108
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase0Value>;
|
|
12452
13109
|
|
|
@@ -12467,12 +13124,15 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Mi
|
|
|
12467
13124
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase0>;
|
|
12468
13125
|
|
|
12469
13126
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase1Type =
|
|
12470
|
-
|
|
13127
|
+
| "cookie"
|
|
13128
|
+
| "header"
|
|
13129
|
+
| "query";
|
|
12471
13130
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase1Type =
|
|
12472
13131
|
/*@__PURE__*/ S.String;
|
|
12473
13132
|
|
|
12474
13133
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase1ValueCase1Eq =
|
|
12475
|
-
|
|
13134
|
+
| string
|
|
13135
|
+
| number;
|
|
12476
13136
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase1ValueCase1Eq =
|
|
12477
13137
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase1ValueCase1Eq>;
|
|
12478
13138
|
|
|
@@ -12530,8 +13190,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Mi
|
|
|
12530
13190
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase1ValueCase1>;
|
|
12531
13191
|
|
|
12532
13192
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase1Value =
|
|
12533
|
-
|
|
12534
|
-
|
|
13193
|
+
| string
|
|
13194
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase1ValueCase1;
|
|
12535
13195
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase1Value =
|
|
12536
13196
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase1Value>;
|
|
12537
13197
|
|
|
@@ -12555,8 +13215,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Mi
|
|
|
12555
13215
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase1>;
|
|
12556
13216
|
|
|
12557
13217
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItem =
|
|
12558
|
-
|
|
12559
|
-
|
|
13218
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase0
|
|
13219
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase1;
|
|
12560
13220
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItem =
|
|
12561
13221
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItem>;
|
|
12562
13222
|
|
|
@@ -12568,7 +13228,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Mi
|
|
|
12568
13228
|
) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingList>;
|
|
12569
13229
|
|
|
12570
13230
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MitigateAction =
|
|
12571
|
-
|
|
13231
|
+
| "challenge"
|
|
13232
|
+
| "deny";
|
|
12572
13233
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MitigateAction =
|
|
12573
13234
|
/*@__PURE__*/ S.String;
|
|
12574
13235
|
|
|
@@ -12587,17 +13248,22 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Mi
|
|
|
12587
13248
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Mitigate>;
|
|
12588
13249
|
|
|
12589
13250
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0Type =
|
|
12590
|
-
|
|
13251
|
+
| "request.headers"
|
|
13252
|
+
| "request.query"
|
|
13253
|
+
| "response.headers";
|
|
12591
13254
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0Type =
|
|
12592
13255
|
/*@__PURE__*/ S.String;
|
|
12593
13256
|
|
|
12594
13257
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0Op =
|
|
12595
|
-
|
|
13258
|
+
| "append"
|
|
13259
|
+
| "delete"
|
|
13260
|
+
| "set";
|
|
12596
13261
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0Op =
|
|
12597
13262
|
/*@__PURE__*/ S.String;
|
|
12598
13263
|
|
|
12599
13264
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1Eq =
|
|
12600
|
-
|
|
13265
|
+
| string
|
|
13266
|
+
| number;
|
|
12601
13267
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1Eq =
|
|
12602
13268
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1Eq>;
|
|
12603
13269
|
|
|
@@ -12653,8 +13319,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Tr
|
|
|
12653
13319
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1>;
|
|
12654
13320
|
|
|
12655
13321
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0TargetKey =
|
|
12656
|
-
|
|
12657
|
-
|
|
13322
|
+
| string
|
|
13323
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1;
|
|
12658
13324
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0TargetKey =
|
|
12659
13325
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0TargetKey>;
|
|
12660
13326
|
|
|
@@ -12679,8 +13345,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Tr
|
|
|
12679
13345
|
) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0ArgsCase1List>;
|
|
12680
13346
|
|
|
12681
13347
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0Args =
|
|
12682
|
-
|
|
12683
|
-
|
|
13348
|
+
| string
|
|
13349
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0ArgsCase1List;
|
|
12684
13350
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0Args =
|
|
12685
13351
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0Args>;
|
|
12686
13352
|
|
|
@@ -12756,8 +13422,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Tr
|
|
|
12756
13422
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase1>;
|
|
12757
13423
|
|
|
12758
13424
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItem =
|
|
12759
|
-
|
|
12760
|
-
|
|
13425
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0
|
|
13426
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase1;
|
|
12761
13427
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItem =
|
|
12762
13428
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItem>;
|
|
12763
13429
|
|
|
@@ -12828,8 +13494,8 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0De
|
|
|
12828
13494
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0DestinationCase1>;
|
|
12829
13495
|
|
|
12830
13496
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Destination =
|
|
12831
|
-
|
|
12832
|
-
|
|
13497
|
+
| string
|
|
13498
|
+
| CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0DestinationCase1;
|
|
12833
13499
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Destination =
|
|
12834
13500
|
/*@__PURE__*/ S.Unknown as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Destination>;
|
|
12835
13501
|
|
|
@@ -12923,7 +13589,12 @@ export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0 =
|
|
|
12923
13589
|
}) as any as S.Schema<CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0>;
|
|
12924
13590
|
|
|
12925
13591
|
export type CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase1Handle =
|
|
12926
|
-
|
|
13592
|
+
| "error"
|
|
13593
|
+
| "filesystem"
|
|
13594
|
+
| "hit"
|
|
13595
|
+
| "miss"
|
|
13596
|
+
| "resource"
|
|
13597
|
+
| "rewrite";
|
|
12927
13598
|
export const CreateDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase1Handle =
|
|
12928
13599
|
/*@__PURE__*/ S.String;
|
|
12929
13600
|
|
|
@@ -13349,7 +14020,9 @@ export const CreateDeploymentResponseBodyCase1MicrofrontendsCase0 =
|
|
|
13349
14020
|
|
|
13350
14021
|
/** The result of the microfrontends config upload during deployment creation / build. Only set for default app deployments. The config upload is attempted during deployment create, and then again during the build. If the config is not in the root directory, or the deployment is prebuilt, the config cannot be uploaded during deployment create. The upload during deployment build finds the config even if it's not in the root directory, as it has access to all files. Uploading the config during create is ideal, as then all child deployments are guaranteed to have access to the default app deployment config even if the default app has not yet started building. If the config is not uploaded, the child app will show as building until the config has been uploaded during the default app build. - `success` - The config was uploaded successfully, either when the deployment was created or during the build. - `waiting_on_build` - The config could not be uploaded during deployment create, will be attempted again during the build. - `no_config` - No config was found. Only set once the build has not found the config in any of the deployment's files. - `undefined` - Legacy deployments, or there was an error uploading the config during deployment create. */
|
|
13351
14022
|
export type CreateDeploymentResponseBodyCase1MicrofrontendsCase1MfeConfigUploadState =
|
|
13352
|
-
|
|
14023
|
+
| "no_config"
|
|
14024
|
+
| "success"
|
|
14025
|
+
| "waiting_on_build";
|
|
13353
14026
|
export const CreateDeploymentResponseBodyCase1MicrofrontendsCase1MfeConfigUploadState =
|
|
13354
14027
|
/*@__PURE__*/ S.String;
|
|
13355
14028
|
|
|
@@ -13477,7 +14150,8 @@ export const CreateDeploymentResponseBodyCase1ConfigFunctionMemoryType =
|
|
|
13477
14150
|
|
|
13478
14151
|
/** Build resource configuration snapshot for this deployment. */
|
|
13479
14152
|
export type CreateDeploymentResponseBodyCase1ConfigResourceConfigBuildQueueConfiguration =
|
|
13480
|
-
|
|
14153
|
+
| "SKIP_NAMESPACE_QUEUE"
|
|
14154
|
+
| "WAIT_FOR_NAMESPACE_QUEUE";
|
|
13481
14155
|
export const CreateDeploymentResponseBodyCase1ConfigResourceConfigBuildQueueConfiguration =
|
|
13482
14156
|
/*@__PURE__*/ S.String;
|
|
13483
14157
|
|
|
@@ -13500,13 +14174,18 @@ export const CreateDeploymentResponseBodyCase1ConfigResourceConfigBuildQueue =
|
|
|
13500
14174
|
|
|
13501
14175
|
/** When elastic concurrency is used for this deployment, a value is set. The value tells the reason where the setting was coming from. - TEAM_SETTING: Inherited from team settings - PROJECT_SETTING: Inherited from project settings - SKIP_QUEUE: Manually triggered by user to skip the queues */
|
|
13502
14176
|
export type CreateDeploymentResponseBodyCase1ConfigResourceConfigElasticConcurrency =
|
|
13503
|
-
|
|
14177
|
+
| "PROJECT_SETTING"
|
|
14178
|
+
| "SKIP_QUEUE"
|
|
14179
|
+
| "TEAM_SETTING";
|
|
13504
14180
|
export const CreateDeploymentResponseBodyCase1ConfigResourceConfigElasticConcurrency =
|
|
13505
14181
|
/*@__PURE__*/ S.String;
|
|
13506
14182
|
|
|
13507
14183
|
/** Machine type that was used for the build. */
|
|
13508
14184
|
export type CreateDeploymentResponseBodyCase1ConfigResourceConfigBuildMachinePurchaseType =
|
|
13509
|
-
|
|
14185
|
+
| "basic"
|
|
14186
|
+
| "enhanced"
|
|
14187
|
+
| "standard"
|
|
14188
|
+
| "turbo";
|
|
13510
14189
|
export const CreateDeploymentResponseBodyCase1ConfigResourceConfigBuildMachinePurchaseType =
|
|
13511
14190
|
/*@__PURE__*/ S.String;
|
|
13512
14191
|
|
|
@@ -13785,7 +14464,7 @@ export interface CreateDeploymentResponseBodyCase1 {
|
|
|
13785
14464
|
buildContainerFinishedAt?: number;
|
|
13786
14465
|
buildSkipped: boolean;
|
|
13787
14466
|
/** Information about the deployment creator */
|
|
13788
|
-
creator:
|
|
14467
|
+
creator: CreateDeploymentResponseBodyCase1Creator;
|
|
13789
14468
|
initReadyAt?: number;
|
|
13790
14469
|
isFirstBranchDeployment?: boolean;
|
|
13791
14470
|
lambdas?: CreateDeploymentResponseBodyCase1LambdasList;
|
|
@@ -13868,6 +14547,7 @@ export interface CreateDeploymentResponseBodyCase1 {
|
|
|
13868
14547
|
connectConfigurationId?: string;
|
|
13869
14548
|
createdIn: string;
|
|
13870
14549
|
crons?: CreateDeploymentResponseBodyCase1CronsList;
|
|
14550
|
+
atproto?: CreateDeploymentResponseBodyCase1Atproto;
|
|
13871
14551
|
functions?: CreateDeploymentResponseBodyCase1FunctionsMap | null;
|
|
13872
14552
|
/** Whether this deployment completed through the instant static fast path. */
|
|
13873
14553
|
isInstantStatic?: boolean;
|
|
@@ -13916,7 +14596,7 @@ export const CreateDeploymentResponseBodyCase1 = /*@__PURE__*/ S.suspend(() =>
|
|
|
13916
14596
|
buildingAt: S.Number,
|
|
13917
14597
|
buildContainerFinishedAt: S.optional(S.Number),
|
|
13918
14598
|
buildSkipped: S.Boolean,
|
|
13919
|
-
creator:
|
|
14599
|
+
creator: CreateDeploymentResponseBodyCase1Creator,
|
|
13920
14600
|
initReadyAt: S.optional(S.Number),
|
|
13921
14601
|
isFirstBranchDeployment: S.optional(S.Boolean),
|
|
13922
14602
|
lambdas: S.optional(CreateDeploymentResponseBodyCase1LambdasList),
|
|
@@ -13986,6 +14666,7 @@ export const CreateDeploymentResponseBodyCase1 = /*@__PURE__*/ S.suspend(() =>
|
|
|
13986
14666
|
connectConfigurationId: S.optional(S.String),
|
|
13987
14667
|
createdIn: S.String,
|
|
13988
14668
|
crons: S.optional(CreateDeploymentResponseBodyCase1CronsList),
|
|
14669
|
+
atproto: S.optional(CreateDeploymentResponseBodyCase1Atproto),
|
|
13989
14670
|
functions: S.optional(
|
|
13990
14671
|
S.NullOr(CreateDeploymentResponseBodyCase1FunctionsMap),
|
|
13991
14672
|
),
|
|
@@ -14213,19 +14894,25 @@ export const GetDeploymentResponseBodyCase1EnvList = /*@__PURE__*/ S.Array(
|
|
|
14213
14894
|
|
|
14214
14895
|
/** Machine type which was purchased/selected for this build. `basic` is the 2vCPU tier, recorded on the deployment so the build pipeline can detect a basic build without consulting the project. */
|
|
14215
14896
|
export type GetDeploymentResponseBodyCase1ResourceConfigBuildMachinePurchaseType =
|
|
14216
|
-
|
|
14897
|
+
| "basic"
|
|
14898
|
+
| "enhanced"
|
|
14899
|
+
| "standard"
|
|
14900
|
+
| "turbo";
|
|
14217
14901
|
export const GetDeploymentResponseBodyCase1ResourceConfigBuildMachinePurchaseType =
|
|
14218
14902
|
/*@__PURE__*/ S.String;
|
|
14219
14903
|
|
|
14220
14904
|
/** The default plan type for the build machine — what the customer is *paying* for on their plan. For most customers, this is standard, but some customers have an entitlement for enhanced builds. */
|
|
14221
14905
|
export type GetDeploymentResponseBodyCase1ResourceConfigBuildMachineDefaultPurchaseType =
|
|
14222
|
-
|
|
14906
|
+
| "basic"
|
|
14907
|
+
| "enhanced"
|
|
14908
|
+
| "standard";
|
|
14223
14909
|
export const GetDeploymentResponseBodyCase1ResourceConfigBuildMachineDefaultPurchaseType =
|
|
14224
14910
|
/*@__PURE__*/ S.String;
|
|
14225
14911
|
|
|
14226
14912
|
/** Whether the build ran on a fixed or elastic machine. Used to drive billing for the build. */
|
|
14227
14913
|
export type GetDeploymentResponseBodyCase1ResourceConfigBuildMachineMachineSelectionType =
|
|
14228
|
-
|
|
14914
|
+
| "elastic"
|
|
14915
|
+
| "fixed";
|
|
14229
14916
|
export const GetDeploymentResponseBodyCase1ResourceConfigBuildMachineMachineSelectionType =
|
|
14230
14917
|
/*@__PURE__*/ S.String;
|
|
14231
14918
|
|
|
@@ -14309,6 +14996,7 @@ export type GetDeploymentResponseBodyCase1ProjectSettingsFramework =
|
|
|
14309
14996
|
| "ember"
|
|
14310
14997
|
| "eve"
|
|
14311
14998
|
| "express"
|
|
14999
|
+
| "factory-eve"
|
|
14312
15000
|
| "fastapi"
|
|
14313
15001
|
| "fasthtml"
|
|
14314
15002
|
| "fastify"
|
|
@@ -14575,11 +15263,36 @@ export const GetDeploymentResponseBodyCase1AliasList = /*@__PURE__*/ S.Array(
|
|
|
14575
15263
|
S.String,
|
|
14576
15264
|
) as any as S.Schema<GetDeploymentResponseBodyCase1AliasList>;
|
|
14577
15265
|
|
|
15266
|
+
/** Principal type of the deployment creator. */
|
|
15267
|
+
export type GetDeploymentResponseBodyCase1CreatorType =
|
|
15268
|
+
| "app"
|
|
15269
|
+
| "integration"
|
|
15270
|
+
| "system"
|
|
15271
|
+
| "user";
|
|
15272
|
+
export const GetDeploymentResponseBodyCase1CreatorType = /*@__PURE__*/ S.String;
|
|
15273
|
+
|
|
14578
15274
|
/** Information about the deployment creator */
|
|
14579
|
-
export
|
|
14580
|
-
|
|
14581
|
-
|
|
14582
|
-
|
|
15275
|
+
export interface GetDeploymentResponseBodyCase1Creator {
|
|
15276
|
+
/** Stable creator id across principal types (user id, app id, integration configuration id, or `system`). */
|
|
15277
|
+
uid: string;
|
|
15278
|
+
/** Principal type of the deployment creator. */
|
|
15279
|
+
type?: GetDeploymentResponseBodyCase1CreatorType;
|
|
15280
|
+
/** The username of the user that created the deployment */
|
|
15281
|
+
username?: string;
|
|
15282
|
+
/** The avatar of the user that created the deployment */
|
|
15283
|
+
avatar?: string;
|
|
15284
|
+
}
|
|
15285
|
+
export const GetDeploymentResponseBodyCase1Creator = /*@__PURE__*/ S.suspend(
|
|
15286
|
+
() =>
|
|
15287
|
+
S.Struct({
|
|
15288
|
+
uid: S.String,
|
|
15289
|
+
type: S.optional(GetDeploymentResponseBodyCase1CreatorType),
|
|
15290
|
+
username: S.optional(S.String),
|
|
15291
|
+
avatar: S.optional(S.String),
|
|
15292
|
+
}),
|
|
15293
|
+
).annotate({
|
|
15294
|
+
identifier: "GetDeploymentResponseBodyCase1Creator",
|
|
15295
|
+
}) as any as S.Schema<GetDeploymentResponseBodyCase1Creator>;
|
|
14583
15296
|
|
|
14584
15297
|
export type GetDeploymentResponseBodyCase1LambdasItemReadyState =
|
|
14585
15298
|
| "BUILDING"
|
|
@@ -14663,7 +15376,9 @@ export const GetDeploymentResponseBodyCase1CustomEnvironmentCase0Type =
|
|
|
14663
15376
|
|
|
14664
15377
|
/** The type of matching to perform */
|
|
14665
15378
|
export type GetDeploymentResponseBodyCase1CustomEnvironmentCase0BranchMatcherType =
|
|
14666
|
-
|
|
15379
|
+
| "endsWith"
|
|
15380
|
+
| "equals"
|
|
15381
|
+
| "startsWith";
|
|
14667
15382
|
export const GetDeploymentResponseBodyCase1CustomEnvironmentCase0BranchMatcherType =
|
|
14668
15383
|
/*@__PURE__*/ S.String;
|
|
14669
15384
|
|
|
@@ -14686,7 +15401,10 @@ export const GetDeploymentResponseBodyCase1CustomEnvironmentCase0BranchMatcher =
|
|
|
14686
15401
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1CustomEnvironmentCase0BranchMatcher>;
|
|
14687
15402
|
|
|
14688
15403
|
export type GetDeploymentResponseBodyCase1CustomEnvironmentCase0DomainsItemRedirectStatusCode =
|
|
14689
|
-
|
|
15404
|
+
| 301
|
|
15405
|
+
| 302
|
|
15406
|
+
| 307
|
|
15407
|
+
| 308;
|
|
14690
15408
|
export const GetDeploymentResponseBodyCase1CustomEnvironmentCase0DomainsItemRedirectStatusCode =
|
|
14691
15409
|
/*@__PURE__*/ S.Number;
|
|
14692
15410
|
|
|
@@ -15556,11 +16274,88 @@ export type GetDeploymentResponseBodyCase1CronsItem =
|
|
|
15556
16274
|
export const GetDeploymentResponseBodyCase1CronsItem =
|
|
15557
16275
|
CancelDeploymentResponseCronsItem;
|
|
15558
16276
|
|
|
15559
|
-
export type GetDeploymentResponseBodyCase1CronsList =
|
|
15560
|
-
Array<CancelDeploymentResponseCronsItem>;
|
|
15561
|
-
export const GetDeploymentResponseBodyCase1CronsList = /*@__PURE__*/ S.Array(
|
|
15562
|
-
CancelDeploymentResponseCronsItem,
|
|
15563
|
-
) as any as S.Schema<GetDeploymentResponseBodyCase1CronsList>;
|
|
16277
|
+
export type GetDeploymentResponseBodyCase1CronsList =
|
|
16278
|
+
Array<CancelDeploymentResponseCronsItem>;
|
|
16279
|
+
export const GetDeploymentResponseBodyCase1CronsList = /*@__PURE__*/ S.Array(
|
|
16280
|
+
CancelDeploymentResponseCronsItem,
|
|
16281
|
+
) as any as S.Schema<GetDeploymentResponseBodyCase1CronsList>;
|
|
16282
|
+
|
|
16283
|
+
export type GetDeploymentResponseBodyCase1AtprotoCase0 =
|
|
16284
|
+
CancelDeploymentResponseAtprotoCase0;
|
|
16285
|
+
export const GetDeploymentResponseBodyCase1AtprotoCase0 =
|
|
16286
|
+
CancelDeploymentResponseAtprotoCase0;
|
|
16287
|
+
|
|
16288
|
+
export type GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionCollectionsList =
|
|
16289
|
+
Array<string>;
|
|
16290
|
+
export const GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionCollectionsList =
|
|
16291
|
+
/*@__PURE__*/ S.Array(
|
|
16292
|
+
S.String,
|
|
16293
|
+
) as any as S.Schema<GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionCollectionsList>;
|
|
16294
|
+
|
|
16295
|
+
export type GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionDidsList =
|
|
16296
|
+
Array<string>;
|
|
16297
|
+
export const GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionDidsList =
|
|
16298
|
+
/*@__PURE__*/ S.Array(
|
|
16299
|
+
S.String,
|
|
16300
|
+
) as any as S.Schema<GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionDidsList>;
|
|
16301
|
+
|
|
16302
|
+
export type GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsItem =
|
|
16303
|
+
| "account"
|
|
16304
|
+
| "commit"
|
|
16305
|
+
| "identity"
|
|
16306
|
+
| "sync";
|
|
16307
|
+
export const GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsItem =
|
|
16308
|
+
/*@__PURE__*/ S.String;
|
|
16309
|
+
|
|
16310
|
+
export type GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsList =
|
|
16311
|
+
Array<GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsItem>;
|
|
16312
|
+
export const GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsList =
|
|
16313
|
+
/*@__PURE__*/ S.Array(
|
|
16314
|
+
GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsItem,
|
|
16315
|
+
) as any as S.Schema<GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsList>;
|
|
16316
|
+
|
|
16317
|
+
export interface GetDeploymentResponseBodyCase1AtprotoCase1Subscription {
|
|
16318
|
+
collections: GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionCollectionsList;
|
|
16319
|
+
dids?: GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionDidsList;
|
|
16320
|
+
kinds?: GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsList;
|
|
16321
|
+
path: string;
|
|
16322
|
+
}
|
|
16323
|
+
export const GetDeploymentResponseBodyCase1AtprotoCase1Subscription =
|
|
16324
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
16325
|
+
S.Struct({
|
|
16326
|
+
collections:
|
|
16327
|
+
GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionCollectionsList,
|
|
16328
|
+
dids: S.optional(
|
|
16329
|
+
GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionDidsList,
|
|
16330
|
+
),
|
|
16331
|
+
kinds: S.optional(
|
|
16332
|
+
GetDeploymentResponseBodyCase1AtprotoCase1SubscriptionKindsList,
|
|
16333
|
+
),
|
|
16334
|
+
path: S.String,
|
|
16335
|
+
}),
|
|
16336
|
+
).annotate({
|
|
16337
|
+
identifier: "GetDeploymentResponseBodyCase1AtprotoCase1Subscription",
|
|
16338
|
+
}) as any as S.Schema<GetDeploymentResponseBodyCase1AtprotoCase1Subscription>;
|
|
16339
|
+
|
|
16340
|
+
export interface GetDeploymentResponseBodyCase1AtprotoCase1 {
|
|
16341
|
+
enabled: boolean;
|
|
16342
|
+
subscription: GetDeploymentResponseBodyCase1AtprotoCase1Subscription;
|
|
16343
|
+
}
|
|
16344
|
+
export const GetDeploymentResponseBodyCase1AtprotoCase1 =
|
|
16345
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
16346
|
+
S.Struct({
|
|
16347
|
+
enabled: S.Boolean,
|
|
16348
|
+
subscription: GetDeploymentResponseBodyCase1AtprotoCase1Subscription,
|
|
16349
|
+
}),
|
|
16350
|
+
).annotate({
|
|
16351
|
+
identifier: "GetDeploymentResponseBodyCase1AtprotoCase1",
|
|
16352
|
+
}) as any as S.Schema<GetDeploymentResponseBodyCase1AtprotoCase1>;
|
|
16353
|
+
|
|
16354
|
+
export type GetDeploymentResponseBodyCase1Atproto =
|
|
16355
|
+
| CancelDeploymentResponseAtprotoCase0
|
|
16356
|
+
| GetDeploymentResponseBodyCase1AtprotoCase1;
|
|
16357
|
+
export const GetDeploymentResponseBodyCase1Atproto =
|
|
16358
|
+
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1Atproto>;
|
|
15564
16359
|
|
|
15565
16360
|
export type GetDeploymentResponseBodyCase1FunctionsValueArchitecture =
|
|
15566
16361
|
| "arm64"
|
|
@@ -15579,6 +16374,22 @@ export type GetDeploymentResponseBodyCase1FunctionsValueMaxDuration =
|
|
|
15579
16374
|
export const GetDeploymentResponseBodyCase1FunctionsValueMaxDuration =
|
|
15580
16375
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1FunctionsValueMaxDuration>;
|
|
15581
16376
|
|
|
16377
|
+
export type GetDeploymentResponseBodyCase1FunctionsValueAffinityMode = "strict";
|
|
16378
|
+
export const GetDeploymentResponseBodyCase1FunctionsValueAffinityMode =
|
|
16379
|
+
/*@__PURE__*/ S.String;
|
|
16380
|
+
|
|
16381
|
+
export interface GetDeploymentResponseBodyCase1FunctionsValueAffinity {
|
|
16382
|
+
mode: GetDeploymentResponseBodyCase1FunctionsValueAffinityMode;
|
|
16383
|
+
}
|
|
16384
|
+
export const GetDeploymentResponseBodyCase1FunctionsValueAffinity =
|
|
16385
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
16386
|
+
S.Struct({
|
|
16387
|
+
mode: GetDeploymentResponseBodyCase1FunctionsValueAffinityMode,
|
|
16388
|
+
}),
|
|
16389
|
+
).annotate({
|
|
16390
|
+
identifier: "GetDeploymentResponseBodyCase1FunctionsValueAffinity",
|
|
16391
|
+
}) as any as S.Schema<GetDeploymentResponseBodyCase1FunctionsValueAffinity>;
|
|
16392
|
+
|
|
15582
16393
|
export type GetDeploymentResponseBodyCase1FunctionsValueRegionsList =
|
|
15583
16394
|
Array<string>;
|
|
15584
16395
|
export const GetDeploymentResponseBodyCase1FunctionsValueRegionsList =
|
|
@@ -15668,9 +16479,30 @@ export const GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersIte
|
|
|
15668
16479
|
"GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase1",
|
|
15669
16480
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase1>;
|
|
15670
16481
|
|
|
16482
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
16483
|
+
export type GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2Type =
|
|
16484
|
+
"schedule/v1beta";
|
|
16485
|
+
export const GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2Type =
|
|
16486
|
+
/*@__PURE__*/ S.String;
|
|
16487
|
+
|
|
16488
|
+
export interface GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2 {
|
|
16489
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
16490
|
+
type: GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2Type;
|
|
16491
|
+
}
|
|
16492
|
+
export const GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2 =
|
|
16493
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
16494
|
+
S.Struct({
|
|
16495
|
+
type: GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2Type,
|
|
16496
|
+
}),
|
|
16497
|
+
).annotate({
|
|
16498
|
+
identifier:
|
|
16499
|
+
"GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2",
|
|
16500
|
+
}) as any as S.Schema<GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2>;
|
|
16501
|
+
|
|
15671
16502
|
export type GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItem =
|
|
15672
|
-
|
|
15673
|
-
|
|
16503
|
+
| GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase0
|
|
16504
|
+
| GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase1
|
|
16505
|
+
| GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItemCase2;
|
|
15674
16506
|
export const GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItem =
|
|
15675
16507
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1FunctionsValueExperimentalTriggersItem>;
|
|
15676
16508
|
|
|
@@ -15685,6 +16517,7 @@ export interface GetDeploymentResponseBodyCase1FunctionsValue {
|
|
|
15685
16517
|
architecture?: GetDeploymentResponseBodyCase1FunctionsValueArchitecture;
|
|
15686
16518
|
memory?: number;
|
|
15687
16519
|
maxDuration?: GetDeploymentResponseBodyCase1FunctionsValueMaxDuration;
|
|
16520
|
+
affinity?: GetDeploymentResponseBodyCase1FunctionsValueAffinity;
|
|
15688
16521
|
maxConcurrency?: number;
|
|
15689
16522
|
regions?: GetDeploymentResponseBodyCase1FunctionsValueRegionsList;
|
|
15690
16523
|
functionFailoverRegions?: GetDeploymentResponseBodyCase1FunctionsValueFunctionFailoverRegionsList;
|
|
@@ -15704,6 +16537,9 @@ export const GetDeploymentResponseBodyCase1FunctionsValue =
|
|
|
15704
16537
|
maxDuration: S.optional(
|
|
15705
16538
|
GetDeploymentResponseBodyCase1FunctionsValueMaxDuration,
|
|
15706
16539
|
),
|
|
16540
|
+
affinity: S.optional(
|
|
16541
|
+
GetDeploymentResponseBodyCase1FunctionsValueAffinity,
|
|
16542
|
+
),
|
|
15707
16543
|
maxConcurrency: S.optional(S.Number),
|
|
15708
16544
|
regions: S.optional(
|
|
15709
16545
|
GetDeploymentResponseBodyCase1FunctionsValueRegionsList,
|
|
@@ -15754,7 +16590,8 @@ export const GetDeploymentResponseBodyCase1RoutesItemCase0HasItemCase0Type =
|
|
|
15754
16590
|
/*@__PURE__*/ S.String;
|
|
15755
16591
|
|
|
15756
16592
|
export type GetDeploymentResponseBodyCase1RoutesItemCase0HasItemCase0ValueCase1Eq =
|
|
15757
|
-
|
|
16593
|
+
| string
|
|
16594
|
+
| number;
|
|
15758
16595
|
export const GetDeploymentResponseBodyCase1RoutesItemCase0HasItemCase0ValueCase1Eq =
|
|
15759
16596
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1RoutesItemCase0HasItemCase0ValueCase1Eq>;
|
|
15760
16597
|
|
|
@@ -15839,7 +16676,8 @@ export const GetDeploymentResponseBodyCase1RoutesItemCase0HasItemCase1Type =
|
|
|
15839
16676
|
/*@__PURE__*/ S.String;
|
|
15840
16677
|
|
|
15841
16678
|
export type GetDeploymentResponseBodyCase1RoutesItemCase0HasItemCase1ValueCase1Eq =
|
|
15842
|
-
|
|
16679
|
+
| string
|
|
16680
|
+
| number;
|
|
15843
16681
|
export const GetDeploymentResponseBodyCase1RoutesItemCase0HasItemCase1ValueCase1Eq =
|
|
15844
16682
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1RoutesItemCase0HasItemCase1ValueCase1Eq>;
|
|
15845
16683
|
|
|
@@ -15939,7 +16777,8 @@ export const GetDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase0Type =
|
|
|
15939
16777
|
/*@__PURE__*/ S.String;
|
|
15940
16778
|
|
|
15941
16779
|
export type GetDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase0ValueCase1Eq =
|
|
15942
|
-
|
|
16780
|
+
| string
|
|
16781
|
+
| number;
|
|
15943
16782
|
export const GetDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase0ValueCase1Eq =
|
|
15944
16783
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase0ValueCase1Eq>;
|
|
15945
16784
|
|
|
@@ -15997,8 +16836,8 @@ export const GetDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase0ValueC
|
|
|
15997
16836
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase0ValueCase1>;
|
|
15998
16837
|
|
|
15999
16838
|
export type GetDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase0Value =
|
|
16000
|
-
|
|
16001
|
-
|
|
16839
|
+
| string
|
|
16840
|
+
| GetDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase0ValueCase1;
|
|
16002
16841
|
export const GetDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase0Value =
|
|
16003
16842
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase0Value>;
|
|
16004
16843
|
|
|
@@ -16024,7 +16863,8 @@ export const GetDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase1Type =
|
|
|
16024
16863
|
/*@__PURE__*/ S.String;
|
|
16025
16864
|
|
|
16026
16865
|
export type GetDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase1ValueCase1Eq =
|
|
16027
|
-
|
|
16866
|
+
| string
|
|
16867
|
+
| number;
|
|
16028
16868
|
export const GetDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase1ValueCase1Eq =
|
|
16029
16869
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase1ValueCase1Eq>;
|
|
16030
16870
|
|
|
@@ -16082,8 +16922,8 @@ export const GetDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase1ValueC
|
|
|
16082
16922
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase1ValueCase1>;
|
|
16083
16923
|
|
|
16084
16924
|
export type GetDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase1Value =
|
|
16085
|
-
|
|
16086
|
-
|
|
16925
|
+
| string
|
|
16926
|
+
| GetDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase1ValueCase1;
|
|
16087
16927
|
export const GetDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase1Value =
|
|
16088
16928
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1RoutesItemCase0MissingItemCase1Value>;
|
|
16089
16929
|
|
|
@@ -16137,17 +16977,22 @@ export const GetDeploymentResponseBodyCase1RoutesItemCase0Mitigate =
|
|
|
16137
16977
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1RoutesItemCase0Mitigate>;
|
|
16138
16978
|
|
|
16139
16979
|
export type GetDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0Type =
|
|
16140
|
-
|
|
16980
|
+
| "request.headers"
|
|
16981
|
+
| "request.query"
|
|
16982
|
+
| "response.headers";
|
|
16141
16983
|
export const GetDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0Type =
|
|
16142
16984
|
/*@__PURE__*/ S.String;
|
|
16143
16985
|
|
|
16144
16986
|
export type GetDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0Op =
|
|
16145
|
-
|
|
16987
|
+
| "append"
|
|
16988
|
+
| "delete"
|
|
16989
|
+
| "set";
|
|
16146
16990
|
export const GetDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0Op =
|
|
16147
16991
|
/*@__PURE__*/ S.String;
|
|
16148
16992
|
|
|
16149
16993
|
export type GetDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1Eq =
|
|
16150
|
-
|
|
16994
|
+
| string
|
|
16995
|
+
| number;
|
|
16151
16996
|
export const GetDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1Eq =
|
|
16152
16997
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1Eq>;
|
|
16153
16998
|
|
|
@@ -16203,8 +17048,8 @@ export const GetDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0Tar
|
|
|
16203
17048
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1>;
|
|
16204
17049
|
|
|
16205
17050
|
export type GetDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0TargetKey =
|
|
16206
|
-
|
|
16207
|
-
|
|
17051
|
+
| string
|
|
17052
|
+
| GetDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1;
|
|
16208
17053
|
export const GetDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0TargetKey =
|
|
16209
17054
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0TargetKey>;
|
|
16210
17055
|
|
|
@@ -16229,8 +17074,8 @@ export const GetDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0Arg
|
|
|
16229
17074
|
) as any as S.Schema<GetDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0ArgsCase1List>;
|
|
16230
17075
|
|
|
16231
17076
|
export type GetDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0Args =
|
|
16232
|
-
|
|
16233
|
-
|
|
17077
|
+
| string
|
|
17078
|
+
| GetDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0ArgsCase1List;
|
|
16234
17079
|
export const GetDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0Args =
|
|
16235
17080
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1RoutesItemCase0TransformsItemCase0Args>;
|
|
16236
17081
|
|
|
@@ -16553,8 +17398,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigInclude
|
|
|
16553
17398
|
) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigIncludeFilesCase1List>;
|
|
16554
17399
|
|
|
16555
17400
|
export type GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigIncludeFiles =
|
|
16556
|
-
|
|
16557
|
-
|
|
17401
|
+
| string
|
|
17402
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigIncludeFilesCase1List;
|
|
16558
17403
|
export const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigIncludeFiles =
|
|
16559
17404
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigIncludeFiles>;
|
|
16560
17405
|
|
|
@@ -16566,8 +17411,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigExclude
|
|
|
16566
17411
|
) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigExcludeFilesCase1List>;
|
|
16567
17412
|
|
|
16568
17413
|
export type GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigExcludeFiles =
|
|
16569
|
-
|
|
16570
|
-
|
|
17414
|
+
| string
|
|
17415
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigExcludeFilesCase1List;
|
|
16571
17416
|
export const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigExcludeFiles =
|
|
16572
17417
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigExcludeFiles>;
|
|
16573
17418
|
|
|
@@ -16580,7 +17425,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigImportM
|
|
|
16580
17425
|
) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigImportMap>;
|
|
16581
17426
|
|
|
16582
17427
|
export type GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueArchitecture =
|
|
16583
|
-
|
|
17428
|
+
| "arm64"
|
|
17429
|
+
| "x86_64";
|
|
16584
17430
|
export const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueArchitecture =
|
|
16585
17431
|
/*@__PURE__*/ S.String;
|
|
16586
17432
|
|
|
@@ -16590,11 +17436,29 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctio
|
|
|
16590
17436
|
/*@__PURE__*/ S.String;
|
|
16591
17437
|
|
|
16592
17438
|
export type GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueMaxDuration =
|
|
16593
|
-
|
|
16594
|
-
|
|
17439
|
+
| number
|
|
17440
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueMaxDurationCase1;
|
|
16595
17441
|
export const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueMaxDuration =
|
|
16596
17442
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueMaxDuration>;
|
|
16597
17443
|
|
|
17444
|
+
export type GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinityMode =
|
|
17445
|
+
"strict";
|
|
17446
|
+
export const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinityMode =
|
|
17447
|
+
/*@__PURE__*/ S.String;
|
|
17448
|
+
|
|
17449
|
+
export interface GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinity {
|
|
17450
|
+
mode: GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinityMode;
|
|
17451
|
+
}
|
|
17452
|
+
export const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinity =
|
|
17453
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
17454
|
+
S.Struct({
|
|
17455
|
+
mode: GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinityMode,
|
|
17456
|
+
}),
|
|
17457
|
+
).annotate({
|
|
17458
|
+
identifier:
|
|
17459
|
+
"GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinity",
|
|
17460
|
+
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinity>;
|
|
17461
|
+
|
|
16598
17462
|
export type GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueRegionsList =
|
|
16599
17463
|
Array<string>;
|
|
16600
17464
|
export const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueRegionsList =
|
|
@@ -16684,9 +17548,30 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctio
|
|
|
16684
17548
|
"GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase1",
|
|
16685
17549
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase1>;
|
|
16686
17550
|
|
|
17551
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
17552
|
+
export type GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type =
|
|
17553
|
+
"schedule/v1beta";
|
|
17554
|
+
export const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type =
|
|
17555
|
+
/*@__PURE__*/ S.String;
|
|
17556
|
+
|
|
17557
|
+
export interface GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2 {
|
|
17558
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
17559
|
+
type: GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type;
|
|
17560
|
+
}
|
|
17561
|
+
export const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2 =
|
|
17562
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
17563
|
+
S.Struct({
|
|
17564
|
+
type: GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type,
|
|
17565
|
+
}),
|
|
17566
|
+
).annotate({
|
|
17567
|
+
identifier:
|
|
17568
|
+
"GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2",
|
|
17569
|
+
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2>;
|
|
17570
|
+
|
|
16687
17571
|
export type GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItem =
|
|
16688
|
-
|
|
16689
|
-
|
|
17572
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase0
|
|
17573
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase1
|
|
17574
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItemCase2;
|
|
16690
17575
|
export const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItem =
|
|
16691
17576
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueExperimentalTriggersItem>;
|
|
16692
17577
|
|
|
@@ -16701,6 +17586,7 @@ export interface GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFun
|
|
|
16701
17586
|
architecture?: GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueArchitecture;
|
|
16702
17587
|
memory?: number;
|
|
16703
17588
|
maxDuration?: GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueMaxDuration;
|
|
17589
|
+
affinity?: GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinity;
|
|
16704
17590
|
maxConcurrency?: number;
|
|
16705
17591
|
regions?: GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueRegionsList;
|
|
16706
17592
|
functionFailoverRegions?: GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueFunctionFailoverRegionsList;
|
|
@@ -16720,6 +17606,9 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctio
|
|
|
16720
17606
|
maxDuration: S.optional(
|
|
16721
17607
|
GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueMaxDuration,
|
|
16722
17608
|
),
|
|
17609
|
+
affinity: S.optional(
|
|
17610
|
+
GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueAffinity,
|
|
17611
|
+
),
|
|
16723
17612
|
maxConcurrency: S.optional(S.Number),
|
|
16724
17613
|
regions: S.optional(
|
|
16725
17614
|
GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigFunctionsValueRegionsList,
|
|
@@ -16772,8 +17661,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigMiddlew
|
|
|
16772
17661
|
) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigMiddlewareMatcherCase1List>;
|
|
16773
17662
|
|
|
16774
17663
|
export type GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigMiddlewareMatcher =
|
|
16775
|
-
|
|
16776
|
-
|
|
17664
|
+
| string
|
|
17665
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigMiddlewareMatcherCase1List;
|
|
16777
17666
|
export const GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigMiddlewareMatcher =
|
|
16778
17667
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase0BuilderConfigMiddlewareMatcher>;
|
|
16779
17668
|
|
|
@@ -17019,8 +17908,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigInclude
|
|
|
17019
17908
|
) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigIncludeFilesCase1List>;
|
|
17020
17909
|
|
|
17021
17910
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigIncludeFiles =
|
|
17022
|
-
|
|
17023
|
-
|
|
17911
|
+
| string
|
|
17912
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigIncludeFilesCase1List;
|
|
17024
17913
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigIncludeFiles =
|
|
17025
17914
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigIncludeFiles>;
|
|
17026
17915
|
|
|
@@ -17032,8 +17921,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigExclude
|
|
|
17032
17921
|
) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigExcludeFilesCase1List>;
|
|
17033
17922
|
|
|
17034
17923
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigExcludeFiles =
|
|
17035
|
-
|
|
17036
|
-
|
|
17924
|
+
| string
|
|
17925
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigExcludeFilesCase1List;
|
|
17037
17926
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigExcludeFiles =
|
|
17038
17927
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigExcludeFiles>;
|
|
17039
17928
|
|
|
@@ -17046,7 +17935,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigImportM
|
|
|
17046
17935
|
) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigImportMap>;
|
|
17047
17936
|
|
|
17048
17937
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueArchitecture =
|
|
17049
|
-
|
|
17938
|
+
| "arm64"
|
|
17939
|
+
| "x86_64";
|
|
17050
17940
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueArchitecture =
|
|
17051
17941
|
/*@__PURE__*/ S.String;
|
|
17052
17942
|
|
|
@@ -17056,11 +17946,29 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctio
|
|
|
17056
17946
|
/*@__PURE__*/ S.String;
|
|
17057
17947
|
|
|
17058
17948
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueMaxDuration =
|
|
17059
|
-
|
|
17060
|
-
|
|
17949
|
+
| number
|
|
17950
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueMaxDurationCase1;
|
|
17061
17951
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueMaxDuration =
|
|
17062
17952
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueMaxDuration>;
|
|
17063
17953
|
|
|
17954
|
+
export type GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinityMode =
|
|
17955
|
+
"strict";
|
|
17956
|
+
export const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinityMode =
|
|
17957
|
+
/*@__PURE__*/ S.String;
|
|
17958
|
+
|
|
17959
|
+
export interface GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinity {
|
|
17960
|
+
mode: GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinityMode;
|
|
17961
|
+
}
|
|
17962
|
+
export const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinity =
|
|
17963
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
17964
|
+
S.Struct({
|
|
17965
|
+
mode: GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinityMode,
|
|
17966
|
+
}),
|
|
17967
|
+
).annotate({
|
|
17968
|
+
identifier:
|
|
17969
|
+
"GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinity",
|
|
17970
|
+
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinity>;
|
|
17971
|
+
|
|
17064
17972
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueRegionsList =
|
|
17065
17973
|
Array<string>;
|
|
17066
17974
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueRegionsList =
|
|
@@ -17150,9 +18058,30 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctio
|
|
|
17150
18058
|
"GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase1",
|
|
17151
18059
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase1>;
|
|
17152
18060
|
|
|
18061
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
18062
|
+
export type GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type =
|
|
18063
|
+
"schedule/v1beta";
|
|
18064
|
+
export const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type =
|
|
18065
|
+
/*@__PURE__*/ S.String;
|
|
18066
|
+
|
|
18067
|
+
export interface GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2 {
|
|
18068
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
18069
|
+
type: GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type;
|
|
18070
|
+
}
|
|
18071
|
+
export const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2 =
|
|
18072
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
18073
|
+
S.Struct({
|
|
18074
|
+
type: GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2Type,
|
|
18075
|
+
}),
|
|
18076
|
+
).annotate({
|
|
18077
|
+
identifier:
|
|
18078
|
+
"GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2",
|
|
18079
|
+
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2>;
|
|
18080
|
+
|
|
17153
18081
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItem =
|
|
17154
|
-
|
|
17155
|
-
|
|
18082
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase0
|
|
18083
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase1
|
|
18084
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItemCase2;
|
|
17156
18085
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItem =
|
|
17157
18086
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueExperimentalTriggersItem>;
|
|
17158
18087
|
|
|
@@ -17167,6 +18096,7 @@ export interface GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFun
|
|
|
17167
18096
|
architecture?: GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueArchitecture;
|
|
17168
18097
|
memory?: number;
|
|
17169
18098
|
maxDuration?: GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueMaxDuration;
|
|
18099
|
+
affinity?: GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinity;
|
|
17170
18100
|
maxConcurrency?: number;
|
|
17171
18101
|
regions?: GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueRegionsList;
|
|
17172
18102
|
functionFailoverRegions?: GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueFunctionFailoverRegionsList;
|
|
@@ -17186,6 +18116,9 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctio
|
|
|
17186
18116
|
maxDuration: S.optional(
|
|
17187
18117
|
GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueMaxDuration,
|
|
17188
18118
|
),
|
|
18119
|
+
affinity: S.optional(
|
|
18120
|
+
GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueAffinity,
|
|
18121
|
+
),
|
|
17189
18122
|
maxConcurrency: S.optional(S.Number),
|
|
17190
18123
|
regions: S.optional(
|
|
17191
18124
|
GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigFunctionsValueRegionsList,
|
|
@@ -17238,8 +18171,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigMiddlew
|
|
|
17238
18171
|
) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigMiddlewareMatcherCase1List>;
|
|
17239
18172
|
|
|
17240
18173
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigMiddlewareMatcher =
|
|
17241
|
-
|
|
17242
|
-
|
|
18174
|
+
| string
|
|
18175
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigMiddlewareMatcherCase1List;
|
|
17243
18176
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigMiddlewareMatcher =
|
|
17244
18177
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1BuilderConfigMiddlewareMatcher>;
|
|
17245
18178
|
|
|
@@ -17380,7 +18313,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1BindingsList =
|
|
|
17380
18313
|
) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1BindingsList>;
|
|
17381
18314
|
|
|
17382
18315
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueArchitecture =
|
|
17383
|
-
|
|
18316
|
+
| "arm64"
|
|
18317
|
+
| "x86_64";
|
|
17384
18318
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueArchitecture =
|
|
17385
18319
|
/*@__PURE__*/ S.String;
|
|
17386
18320
|
|
|
@@ -17390,11 +18324,29 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDur
|
|
|
17390
18324
|
/*@__PURE__*/ S.String;
|
|
17391
18325
|
|
|
17392
18326
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDuration =
|
|
17393
|
-
|
|
17394
|
-
|
|
18327
|
+
| number
|
|
18328
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDurationCase1;
|
|
17395
18329
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDuration =
|
|
17396
18330
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDuration>;
|
|
17397
18331
|
|
|
18332
|
+
export type GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinityMode =
|
|
18333
|
+
"strict";
|
|
18334
|
+
export const GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinityMode =
|
|
18335
|
+
/*@__PURE__*/ S.String;
|
|
18336
|
+
|
|
18337
|
+
export interface GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinity {
|
|
18338
|
+
mode: GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinityMode;
|
|
18339
|
+
}
|
|
18340
|
+
export const GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinity =
|
|
18341
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
18342
|
+
S.Struct({
|
|
18343
|
+
mode: GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinityMode,
|
|
18344
|
+
}),
|
|
18345
|
+
).annotate({
|
|
18346
|
+
identifier:
|
|
18347
|
+
"GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinity",
|
|
18348
|
+
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinity>;
|
|
18349
|
+
|
|
17398
18350
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueRegionsList =
|
|
17399
18351
|
Array<string>;
|
|
17400
18352
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueRegionsList =
|
|
@@ -17484,9 +18436,30 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperi
|
|
|
17484
18436
|
"GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase1",
|
|
17485
18437
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase1>;
|
|
17486
18438
|
|
|
18439
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
18440
|
+
export type GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2Type =
|
|
18441
|
+
"schedule/v1beta";
|
|
18442
|
+
export const GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2Type =
|
|
18443
|
+
/*@__PURE__*/ S.String;
|
|
18444
|
+
|
|
18445
|
+
export interface GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2 {
|
|
18446
|
+
/** Event type - must be "schedule/v1beta" (REQUIRED) */
|
|
18447
|
+
type: GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2Type;
|
|
18448
|
+
}
|
|
18449
|
+
export const GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2 =
|
|
18450
|
+
/*@__PURE__*/ S.suspend(() =>
|
|
18451
|
+
S.Struct({
|
|
18452
|
+
type: GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2Type,
|
|
18453
|
+
}),
|
|
18454
|
+
).annotate({
|
|
18455
|
+
identifier:
|
|
18456
|
+
"GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2",
|
|
18457
|
+
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2>;
|
|
18458
|
+
|
|
17487
18459
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItem =
|
|
17488
|
-
|
|
17489
|
-
|
|
18460
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase0
|
|
18461
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase1
|
|
18462
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItemCase2;
|
|
17490
18463
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItem =
|
|
17491
18464
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueExperimentalTriggersItem>;
|
|
17492
18465
|
|
|
@@ -17502,6 +18475,7 @@ export interface GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValue {
|
|
|
17502
18475
|
architecture?: GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueArchitecture;
|
|
17503
18476
|
memory?: number;
|
|
17504
18477
|
maxDuration?: GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDuration;
|
|
18478
|
+
affinity?: GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinity;
|
|
17505
18479
|
maxConcurrency?: number;
|
|
17506
18480
|
regions?: GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueRegionsList;
|
|
17507
18481
|
functionFailoverRegions?: GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueFunctionFailoverRegionsList;
|
|
@@ -17521,6 +18495,9 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValue =
|
|
|
17521
18495
|
maxDuration: S.optional(
|
|
17522
18496
|
GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueMaxDuration,
|
|
17523
18497
|
),
|
|
18498
|
+
affinity: S.optional(
|
|
18499
|
+
GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueAffinity,
|
|
18500
|
+
),
|
|
17524
18501
|
maxConcurrency: S.optional(S.Number),
|
|
17525
18502
|
regions: S.optional(
|
|
17526
18503
|
GetDeploymentResponseBodyCase1ServicesItemCase1FunctionsValueRegionsList,
|
|
@@ -17570,7 +18547,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCa
|
|
|
17570
18547
|
/*@__PURE__*/ S.String;
|
|
17571
18548
|
|
|
17572
18549
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase0ValueCase1Eq =
|
|
17573
|
-
|
|
18550
|
+
| string
|
|
18551
|
+
| number;
|
|
17574
18552
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase0ValueCase1Eq =
|
|
17575
18553
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase0ValueCase1Eq>;
|
|
17576
18554
|
|
|
@@ -17628,8 +18606,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCa
|
|
|
17628
18606
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase0ValueCase1>;
|
|
17629
18607
|
|
|
17630
18608
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase0Value =
|
|
17631
|
-
|
|
17632
|
-
|
|
18609
|
+
| string
|
|
18610
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase0ValueCase1;
|
|
17633
18611
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase0Value =
|
|
17634
18612
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase0Value>;
|
|
17635
18613
|
|
|
@@ -17650,12 +18628,15 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCa
|
|
|
17650
18628
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase0>;
|
|
17651
18629
|
|
|
17652
18630
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase1Type =
|
|
17653
|
-
|
|
18631
|
+
| "cookie"
|
|
18632
|
+
| "header"
|
|
18633
|
+
| "query";
|
|
17654
18634
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase1Type =
|
|
17655
18635
|
/*@__PURE__*/ S.String;
|
|
17656
18636
|
|
|
17657
18637
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase1ValueCase1Eq =
|
|
17658
|
-
|
|
18638
|
+
| string
|
|
18639
|
+
| number;
|
|
17659
18640
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase1ValueCase1Eq =
|
|
17660
18641
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase1ValueCase1Eq>;
|
|
17661
18642
|
|
|
@@ -17713,8 +18694,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCa
|
|
|
17713
18694
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase1ValueCase1>;
|
|
17714
18695
|
|
|
17715
18696
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase1Value =
|
|
17716
|
-
|
|
17717
|
-
|
|
18697
|
+
| string
|
|
18698
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase1ValueCase1;
|
|
17718
18699
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase1Value =
|
|
17719
18700
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemHasItemCase1Value>;
|
|
17720
18701
|
|
|
@@ -17756,7 +18737,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingIt
|
|
|
17756
18737
|
/*@__PURE__*/ S.String;
|
|
17757
18738
|
|
|
17758
18739
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase0ValueCase1Eq =
|
|
17759
|
-
|
|
18740
|
+
| string
|
|
18741
|
+
| number;
|
|
17760
18742
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase0ValueCase1Eq =
|
|
17761
18743
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase0ValueCase1Eq>;
|
|
17762
18744
|
|
|
@@ -17814,8 +18796,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingIt
|
|
|
17814
18796
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase0ValueCase1>;
|
|
17815
18797
|
|
|
17816
18798
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase0Value =
|
|
17817
|
-
|
|
17818
|
-
|
|
18799
|
+
| string
|
|
18800
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase0ValueCase1;
|
|
17819
18801
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase0Value =
|
|
17820
18802
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase0Value>;
|
|
17821
18803
|
|
|
@@ -17836,12 +18818,15 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingIt
|
|
|
17836
18818
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase0>;
|
|
17837
18819
|
|
|
17838
18820
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase1Type =
|
|
17839
|
-
|
|
18821
|
+
| "cookie"
|
|
18822
|
+
| "header"
|
|
18823
|
+
| "query";
|
|
17840
18824
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase1Type =
|
|
17841
18825
|
/*@__PURE__*/ S.String;
|
|
17842
18826
|
|
|
17843
18827
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase1ValueCase1Eq =
|
|
17844
|
-
|
|
18828
|
+
| string
|
|
18829
|
+
| number;
|
|
17845
18830
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase1ValueCase1Eq =
|
|
17846
18831
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase1ValueCase1Eq>;
|
|
17847
18832
|
|
|
@@ -17899,8 +18884,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingIt
|
|
|
17899
18884
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase1ValueCase1>;
|
|
17900
18885
|
|
|
17901
18886
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase1Value =
|
|
17902
|
-
|
|
17903
|
-
|
|
18887
|
+
| string
|
|
18888
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase1ValueCase1;
|
|
17904
18889
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase1Value =
|
|
17905
18890
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase1Value>;
|
|
17906
18891
|
|
|
@@ -17924,8 +18909,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingIt
|
|
|
17924
18909
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase1>;
|
|
17925
18910
|
|
|
17926
18911
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItem =
|
|
17927
|
-
|
|
17928
|
-
|
|
18912
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase0
|
|
18913
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItemCase1;
|
|
17929
18914
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItem =
|
|
17930
18915
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1HeadersItemMissingItem>;
|
|
17931
18916
|
|
|
@@ -17972,7 +18957,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItem
|
|
|
17972
18957
|
/*@__PURE__*/ S.String;
|
|
17973
18958
|
|
|
17974
18959
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase0ValueCase1Eq =
|
|
17975
|
-
|
|
18960
|
+
| string
|
|
18961
|
+
| number;
|
|
17976
18962
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase0ValueCase1Eq =
|
|
17977
18963
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase0ValueCase1Eq>;
|
|
17978
18964
|
|
|
@@ -18030,8 +19016,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItem
|
|
|
18030
19016
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase0ValueCase1>;
|
|
18031
19017
|
|
|
18032
19018
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase0Value =
|
|
18033
|
-
|
|
18034
|
-
|
|
19019
|
+
| string
|
|
19020
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase0ValueCase1;
|
|
18035
19021
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase0Value =
|
|
18036
19022
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase0Value>;
|
|
18037
19023
|
|
|
@@ -18052,12 +19038,15 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItem
|
|
|
18052
19038
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase0>;
|
|
18053
19039
|
|
|
18054
19040
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase1Type =
|
|
18055
|
-
|
|
19041
|
+
| "cookie"
|
|
19042
|
+
| "header"
|
|
19043
|
+
| "query";
|
|
18056
19044
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase1Type =
|
|
18057
19045
|
/*@__PURE__*/ S.String;
|
|
18058
19046
|
|
|
18059
19047
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase1ValueCase1Eq =
|
|
18060
|
-
|
|
19048
|
+
| string
|
|
19049
|
+
| number;
|
|
18061
19050
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase1ValueCase1Eq =
|
|
18062
19051
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase1ValueCase1Eq>;
|
|
18063
19052
|
|
|
@@ -18115,8 +19104,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItem
|
|
|
18115
19104
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase1ValueCase1>;
|
|
18116
19105
|
|
|
18117
19106
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase1Value =
|
|
18118
|
-
|
|
18119
|
-
|
|
19107
|
+
| string
|
|
19108
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase1ValueCase1;
|
|
18120
19109
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase1Value =
|
|
18121
19110
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase1Value>;
|
|
18122
19111
|
|
|
@@ -18140,8 +19129,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItem
|
|
|
18140
19129
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase1>;
|
|
18141
19130
|
|
|
18142
19131
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItem =
|
|
18143
|
-
|
|
18144
|
-
|
|
19132
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase0
|
|
19133
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItemCase1;
|
|
18145
19134
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItem =
|
|
18146
19135
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemHasItem>;
|
|
18147
19136
|
|
|
@@ -18158,7 +19147,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissing
|
|
|
18158
19147
|
/*@__PURE__*/ S.String;
|
|
18159
19148
|
|
|
18160
19149
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase0ValueCase1Eq =
|
|
18161
|
-
|
|
19150
|
+
| string
|
|
19151
|
+
| number;
|
|
18162
19152
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase0ValueCase1Eq =
|
|
18163
19153
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase0ValueCase1Eq>;
|
|
18164
19154
|
|
|
@@ -18216,8 +19206,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissing
|
|
|
18216
19206
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase0ValueCase1>;
|
|
18217
19207
|
|
|
18218
19208
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase0Value =
|
|
18219
|
-
|
|
18220
|
-
|
|
19209
|
+
| string
|
|
19210
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase0ValueCase1;
|
|
18221
19211
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase0Value =
|
|
18222
19212
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase0Value>;
|
|
18223
19213
|
|
|
@@ -18238,12 +19228,15 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissing
|
|
|
18238
19228
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase0>;
|
|
18239
19229
|
|
|
18240
19230
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase1Type =
|
|
18241
|
-
|
|
19231
|
+
| "cookie"
|
|
19232
|
+
| "header"
|
|
19233
|
+
| "query";
|
|
18242
19234
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase1Type =
|
|
18243
19235
|
/*@__PURE__*/ S.String;
|
|
18244
19236
|
|
|
18245
19237
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase1ValueCase1Eq =
|
|
18246
|
-
|
|
19238
|
+
| string
|
|
19239
|
+
| number;
|
|
18247
19240
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase1ValueCase1Eq =
|
|
18248
19241
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase1ValueCase1Eq>;
|
|
18249
19242
|
|
|
@@ -18301,8 +19294,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissing
|
|
|
18301
19294
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase1ValueCase1>;
|
|
18302
19295
|
|
|
18303
19296
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase1Value =
|
|
18304
|
-
|
|
18305
|
-
|
|
19297
|
+
| string
|
|
19298
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase1ValueCase1;
|
|
18306
19299
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase1Value =
|
|
18307
19300
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase1Value>;
|
|
18308
19301
|
|
|
@@ -18326,8 +19319,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissing
|
|
|
18326
19319
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase1>;
|
|
18327
19320
|
|
|
18328
19321
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItem =
|
|
18329
|
-
|
|
18330
|
-
|
|
19322
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase0
|
|
19323
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItemCase1;
|
|
18331
19324
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItem =
|
|
18332
19325
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RedirectsItemMissingItem>;
|
|
18333
19326
|
|
|
@@ -18410,8 +19403,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemDestinat
|
|
|
18410
19403
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemDestinationCase1>;
|
|
18411
19404
|
|
|
18412
19405
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemDestination =
|
|
18413
|
-
|
|
18414
|
-
|
|
19406
|
+
| string
|
|
19407
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemDestinationCase1;
|
|
18415
19408
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemDestination =
|
|
18416
19409
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemDestination>;
|
|
18417
19410
|
|
|
@@ -18466,7 +19459,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemC
|
|
|
18466
19459
|
/*@__PURE__*/ S.String;
|
|
18467
19460
|
|
|
18468
19461
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase0ValueCase1Eq =
|
|
18469
|
-
|
|
19462
|
+
| string
|
|
19463
|
+
| number;
|
|
18470
19464
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase0ValueCase1Eq =
|
|
18471
19465
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase0ValueCase1Eq>;
|
|
18472
19466
|
|
|
@@ -18524,8 +19518,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemC
|
|
|
18524
19518
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase0ValueCase1>;
|
|
18525
19519
|
|
|
18526
19520
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase0Value =
|
|
18527
|
-
|
|
18528
|
-
|
|
19521
|
+
| string
|
|
19522
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase0ValueCase1;
|
|
18529
19523
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase0Value =
|
|
18530
19524
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase0Value>;
|
|
18531
19525
|
|
|
@@ -18546,12 +19540,15 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemC
|
|
|
18546
19540
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase0>;
|
|
18547
19541
|
|
|
18548
19542
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase1Type =
|
|
18549
|
-
|
|
19543
|
+
| "cookie"
|
|
19544
|
+
| "header"
|
|
19545
|
+
| "query";
|
|
18550
19546
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase1Type =
|
|
18551
19547
|
/*@__PURE__*/ S.String;
|
|
18552
19548
|
|
|
18553
19549
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase1ValueCase1Eq =
|
|
18554
|
-
|
|
19550
|
+
| string
|
|
19551
|
+
| number;
|
|
18555
19552
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase1ValueCase1Eq =
|
|
18556
19553
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase1ValueCase1Eq>;
|
|
18557
19554
|
|
|
@@ -18609,8 +19606,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemC
|
|
|
18609
19606
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase1ValueCase1>;
|
|
18610
19607
|
|
|
18611
19608
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase1Value =
|
|
18612
|
-
|
|
18613
|
-
|
|
19609
|
+
| string
|
|
19610
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase1ValueCase1;
|
|
18614
19611
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase1Value =
|
|
18615
19612
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase1Value>;
|
|
18616
19613
|
|
|
@@ -18634,8 +19631,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemC
|
|
|
18634
19631
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase1>;
|
|
18635
19632
|
|
|
18636
19633
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItem =
|
|
18637
|
-
|
|
18638
|
-
|
|
19634
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase0
|
|
19635
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItemCase1;
|
|
18639
19636
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItem =
|
|
18640
19637
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemHasItem>;
|
|
18641
19638
|
|
|
@@ -18652,7 +19649,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingI
|
|
|
18652
19649
|
/*@__PURE__*/ S.String;
|
|
18653
19650
|
|
|
18654
19651
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase0ValueCase1Eq =
|
|
18655
|
-
|
|
19652
|
+
| string
|
|
19653
|
+
| number;
|
|
18656
19654
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase0ValueCase1Eq =
|
|
18657
19655
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase0ValueCase1Eq>;
|
|
18658
19656
|
|
|
@@ -18710,8 +19708,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingI
|
|
|
18710
19708
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase0ValueCase1>;
|
|
18711
19709
|
|
|
18712
19710
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase0Value =
|
|
18713
|
-
|
|
18714
|
-
|
|
19711
|
+
| string
|
|
19712
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase0ValueCase1;
|
|
18715
19713
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase0Value =
|
|
18716
19714
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase0Value>;
|
|
18717
19715
|
|
|
@@ -18732,12 +19730,15 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingI
|
|
|
18732
19730
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase0>;
|
|
18733
19731
|
|
|
18734
19732
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase1Type =
|
|
18735
|
-
|
|
19733
|
+
| "cookie"
|
|
19734
|
+
| "header"
|
|
19735
|
+
| "query";
|
|
18736
19736
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase1Type =
|
|
18737
19737
|
/*@__PURE__*/ S.String;
|
|
18738
19738
|
|
|
18739
19739
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase1ValueCase1Eq =
|
|
18740
|
-
|
|
19740
|
+
| string
|
|
19741
|
+
| number;
|
|
18741
19742
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase1ValueCase1Eq =
|
|
18742
19743
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase1ValueCase1Eq>;
|
|
18743
19744
|
|
|
@@ -18795,8 +19796,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingI
|
|
|
18795
19796
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase1ValueCase1>;
|
|
18796
19797
|
|
|
18797
19798
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase1Value =
|
|
18798
|
-
|
|
18799
|
-
|
|
19799
|
+
| string
|
|
19800
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase1ValueCase1;
|
|
18800
19801
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase1Value =
|
|
18801
19802
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase1Value>;
|
|
18802
19803
|
|
|
@@ -18820,8 +19821,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingI
|
|
|
18820
19821
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase1>;
|
|
18821
19822
|
|
|
18822
19823
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItem =
|
|
18823
|
-
|
|
18824
|
-
|
|
19824
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase0
|
|
19825
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItemCase1;
|
|
18825
19826
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItem =
|
|
18826
19827
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RewritesItemMissingItem>;
|
|
18827
19828
|
|
|
@@ -18902,7 +19903,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasIt
|
|
|
18902
19903
|
/*@__PURE__*/ S.String;
|
|
18903
19904
|
|
|
18904
19905
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase0ValueCase1Eq =
|
|
18905
|
-
|
|
19906
|
+
| string
|
|
19907
|
+
| number;
|
|
18906
19908
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase0ValueCase1Eq =
|
|
18907
19909
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase0ValueCase1Eq>;
|
|
18908
19910
|
|
|
@@ -18960,8 +19962,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasIt
|
|
|
18960
19962
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase0ValueCase1>;
|
|
18961
19963
|
|
|
18962
19964
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase0Value =
|
|
18963
|
-
|
|
18964
|
-
|
|
19965
|
+
| string
|
|
19966
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase0ValueCase1;
|
|
18965
19967
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase0Value =
|
|
18966
19968
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase0Value>;
|
|
18967
19969
|
|
|
@@ -18982,12 +19984,15 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasIt
|
|
|
18982
19984
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase0>;
|
|
18983
19985
|
|
|
18984
19986
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase1Type =
|
|
18985
|
-
|
|
19987
|
+
| "cookie"
|
|
19988
|
+
| "header"
|
|
19989
|
+
| "query";
|
|
18986
19990
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase1Type =
|
|
18987
19991
|
/*@__PURE__*/ S.String;
|
|
18988
19992
|
|
|
18989
19993
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase1ValueCase1Eq =
|
|
18990
|
-
|
|
19994
|
+
| string
|
|
19995
|
+
| number;
|
|
18991
19996
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase1ValueCase1Eq =
|
|
18992
19997
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase1ValueCase1Eq>;
|
|
18993
19998
|
|
|
@@ -19045,8 +20050,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasIt
|
|
|
19045
20050
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase1ValueCase1>;
|
|
19046
20051
|
|
|
19047
20052
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase1Value =
|
|
19048
|
-
|
|
19049
|
-
|
|
20053
|
+
| string
|
|
20054
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase1ValueCase1;
|
|
19050
20055
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase1Value =
|
|
19051
20056
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase1Value>;
|
|
19052
20057
|
|
|
@@ -19070,8 +20075,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasIt
|
|
|
19070
20075
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase1>;
|
|
19071
20076
|
|
|
19072
20077
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItem =
|
|
19073
|
-
|
|
19074
|
-
|
|
20078
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase0
|
|
20079
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItemCase1;
|
|
19075
20080
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItem =
|
|
19076
20081
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0HasItem>;
|
|
19077
20082
|
|
|
@@ -19088,7 +20093,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Missi
|
|
|
19088
20093
|
/*@__PURE__*/ S.String;
|
|
19089
20094
|
|
|
19090
20095
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase0ValueCase1Eq =
|
|
19091
|
-
|
|
20096
|
+
| string
|
|
20097
|
+
| number;
|
|
19092
20098
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase0ValueCase1Eq =
|
|
19093
20099
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase0ValueCase1Eq>;
|
|
19094
20100
|
|
|
@@ -19146,8 +20152,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Missi
|
|
|
19146
20152
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase0ValueCase1>;
|
|
19147
20153
|
|
|
19148
20154
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase0Value =
|
|
19149
|
-
|
|
19150
|
-
|
|
20155
|
+
| string
|
|
20156
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase0ValueCase1;
|
|
19151
20157
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase0Value =
|
|
19152
20158
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase0Value>;
|
|
19153
20159
|
|
|
@@ -19168,12 +20174,15 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Missi
|
|
|
19168
20174
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase0>;
|
|
19169
20175
|
|
|
19170
20176
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase1Type =
|
|
19171
|
-
|
|
20177
|
+
| "cookie"
|
|
20178
|
+
| "header"
|
|
20179
|
+
| "query";
|
|
19172
20180
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase1Type =
|
|
19173
20181
|
/*@__PURE__*/ S.String;
|
|
19174
20182
|
|
|
19175
20183
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase1ValueCase1Eq =
|
|
19176
|
-
|
|
20184
|
+
| string
|
|
20185
|
+
| number;
|
|
19177
20186
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase1ValueCase1Eq =
|
|
19178
20187
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase1ValueCase1Eq>;
|
|
19179
20188
|
|
|
@@ -19231,8 +20240,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Missi
|
|
|
19231
20240
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase1ValueCase1>;
|
|
19232
20241
|
|
|
19233
20242
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase1Value =
|
|
19234
|
-
|
|
19235
|
-
|
|
20243
|
+
| string
|
|
20244
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase1ValueCase1;
|
|
19236
20245
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase1Value =
|
|
19237
20246
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase1Value>;
|
|
19238
20247
|
|
|
@@ -19256,8 +20265,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Missi
|
|
|
19256
20265
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase1>;
|
|
19257
20266
|
|
|
19258
20267
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItem =
|
|
19259
|
-
|
|
19260
|
-
|
|
20268
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase0
|
|
20269
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItemCase1;
|
|
19261
20270
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItem =
|
|
19262
20271
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingItem>;
|
|
19263
20272
|
|
|
@@ -19269,7 +20278,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Missi
|
|
|
19269
20278
|
) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MissingList>;
|
|
19270
20279
|
|
|
19271
20280
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MitigateAction =
|
|
19272
|
-
|
|
20281
|
+
| "challenge"
|
|
20282
|
+
| "deny";
|
|
19273
20283
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0MitigateAction =
|
|
19274
20284
|
/*@__PURE__*/ S.String;
|
|
19275
20285
|
|
|
@@ -19288,17 +20298,22 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Mitig
|
|
|
19288
20298
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Mitigate>;
|
|
19289
20299
|
|
|
19290
20300
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0Type =
|
|
19291
|
-
|
|
20301
|
+
| "request.headers"
|
|
20302
|
+
| "request.query"
|
|
20303
|
+
| "response.headers";
|
|
19292
20304
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0Type =
|
|
19293
20305
|
/*@__PURE__*/ S.String;
|
|
19294
20306
|
|
|
19295
20307
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0Op =
|
|
19296
|
-
|
|
20308
|
+
| "append"
|
|
20309
|
+
| "delete"
|
|
20310
|
+
| "set";
|
|
19297
20311
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0Op =
|
|
19298
20312
|
/*@__PURE__*/ S.String;
|
|
19299
20313
|
|
|
19300
20314
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1Eq =
|
|
19301
|
-
|
|
20315
|
+
| string
|
|
20316
|
+
| number;
|
|
19302
20317
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1Eq =
|
|
19303
20318
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1Eq>;
|
|
19304
20319
|
|
|
@@ -19354,8 +20369,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Trans
|
|
|
19354
20369
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1>;
|
|
19355
20370
|
|
|
19356
20371
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0TargetKey =
|
|
19357
|
-
|
|
19358
|
-
|
|
20372
|
+
| string
|
|
20373
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0TargetKeyCase1;
|
|
19359
20374
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0TargetKey =
|
|
19360
20375
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0TargetKey>;
|
|
19361
20376
|
|
|
@@ -19380,8 +20395,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Trans
|
|
|
19380
20395
|
) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0ArgsCase1List>;
|
|
19381
20396
|
|
|
19382
20397
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0Args =
|
|
19383
|
-
|
|
19384
|
-
|
|
20398
|
+
| string
|
|
20399
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0ArgsCase1List;
|
|
19385
20400
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0Args =
|
|
19386
20401
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0Args>;
|
|
19387
20402
|
|
|
@@ -19457,8 +20472,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Trans
|
|
|
19457
20472
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase1>;
|
|
19458
20473
|
|
|
19459
20474
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItem =
|
|
19460
|
-
|
|
19461
|
-
|
|
20475
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase0
|
|
20476
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItemCase1;
|
|
19462
20477
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItem =
|
|
19463
20478
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0TransformsItem>;
|
|
19464
20479
|
|
|
@@ -19529,8 +20544,8 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Desti
|
|
|
19529
20544
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0DestinationCase1>;
|
|
19530
20545
|
|
|
19531
20546
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Destination =
|
|
19532
|
-
|
|
19533
|
-
|
|
20547
|
+
| string
|
|
20548
|
+
| GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0DestinationCase1;
|
|
19534
20549
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Destination =
|
|
19535
20550
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0Destination>;
|
|
19536
20551
|
|
|
@@ -19624,7 +20639,12 @@ export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0 =
|
|
|
19624
20639
|
}) as any as S.Schema<GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase0>;
|
|
19625
20640
|
|
|
19626
20641
|
export type GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase1Handle =
|
|
19627
|
-
|
|
20642
|
+
| "error"
|
|
20643
|
+
| "filesystem"
|
|
20644
|
+
| "hit"
|
|
20645
|
+
| "miss"
|
|
20646
|
+
| "resource"
|
|
20647
|
+
| "rewrite";
|
|
19628
20648
|
export const GetDeploymentResponseBodyCase1ServicesItemCase1RoutesItemCase1Handle =
|
|
19629
20649
|
/*@__PURE__*/ S.String;
|
|
19630
20650
|
|
|
@@ -20048,7 +21068,9 @@ export const GetDeploymentResponseBodyCase1MicrofrontendsCase0 =
|
|
|
20048
21068
|
|
|
20049
21069
|
/** The result of the microfrontends config upload during deployment creation / build. Only set for default app deployments. The config upload is attempted during deployment create, and then again during the build. If the config is not in the root directory, or the deployment is prebuilt, the config cannot be uploaded during deployment create. The upload during deployment build finds the config even if it's not in the root directory, as it has access to all files. Uploading the config during create is ideal, as then all child deployments are guaranteed to have access to the default app deployment config even if the default app has not yet started building. If the config is not uploaded, the child app will show as building until the config has been uploaded during the default app build. - `success` - The config was uploaded successfully, either when the deployment was created or during the build. - `waiting_on_build` - The config could not be uploaded during deployment create, will be attempted again during the build. - `no_config` - No config was found. Only set once the build has not found the config in any of the deployment's files. - `undefined` - Legacy deployments, or there was an error uploading the config during deployment create. */
|
|
20050
21070
|
export type GetDeploymentResponseBodyCase1MicrofrontendsCase1MfeConfigUploadState =
|
|
20051
|
-
|
|
21071
|
+
| "no_config"
|
|
21072
|
+
| "success"
|
|
21073
|
+
| "waiting_on_build";
|
|
20052
21074
|
export const GetDeploymentResponseBodyCase1MicrofrontendsCase1MfeConfigUploadState =
|
|
20053
21075
|
/*@__PURE__*/ S.String;
|
|
20054
21076
|
|
|
@@ -20175,7 +21197,8 @@ export const GetDeploymentResponseBodyCase1ConfigFunctionMemoryType =
|
|
|
20175
21197
|
|
|
20176
21198
|
/** Build resource configuration snapshot for this deployment. */
|
|
20177
21199
|
export type GetDeploymentResponseBodyCase1ConfigResourceConfigBuildQueueConfiguration =
|
|
20178
|
-
|
|
21200
|
+
| "SKIP_NAMESPACE_QUEUE"
|
|
21201
|
+
| "WAIT_FOR_NAMESPACE_QUEUE";
|
|
20179
21202
|
export const GetDeploymentResponseBodyCase1ConfigResourceConfigBuildQueueConfiguration =
|
|
20180
21203
|
/*@__PURE__*/ S.String;
|
|
20181
21204
|
|
|
@@ -20197,13 +21220,18 @@ export const GetDeploymentResponseBodyCase1ConfigResourceConfigBuildQueue =
|
|
|
20197
21220
|
|
|
20198
21221
|
/** When elastic concurrency is used for this deployment, a value is set. The value tells the reason where the setting was coming from. - TEAM_SETTING: Inherited from team settings - PROJECT_SETTING: Inherited from project settings - SKIP_QUEUE: Manually triggered by user to skip the queues */
|
|
20199
21222
|
export type GetDeploymentResponseBodyCase1ConfigResourceConfigElasticConcurrency =
|
|
20200
|
-
|
|
21223
|
+
| "PROJECT_SETTING"
|
|
21224
|
+
| "SKIP_QUEUE"
|
|
21225
|
+
| "TEAM_SETTING";
|
|
20201
21226
|
export const GetDeploymentResponseBodyCase1ConfigResourceConfigElasticConcurrency =
|
|
20202
21227
|
/*@__PURE__*/ S.String;
|
|
20203
21228
|
|
|
20204
21229
|
/** Machine type that was used for the build. */
|
|
20205
21230
|
export type GetDeploymentResponseBodyCase1ConfigResourceConfigBuildMachinePurchaseType =
|
|
20206
|
-
|
|
21231
|
+
| "basic"
|
|
21232
|
+
| "enhanced"
|
|
21233
|
+
| "standard"
|
|
21234
|
+
| "turbo";
|
|
20207
21235
|
export const GetDeploymentResponseBodyCase1ConfigResourceConfigBuildMachinePurchaseType =
|
|
20208
21236
|
/*@__PURE__*/ S.String;
|
|
20209
21237
|
|
|
@@ -20478,7 +21506,7 @@ export interface GetDeploymentResponseBodyCase1 {
|
|
|
20478
21506
|
buildContainerFinishedAt?: number;
|
|
20479
21507
|
buildSkipped: boolean;
|
|
20480
21508
|
/** Information about the deployment creator */
|
|
20481
|
-
creator:
|
|
21509
|
+
creator: GetDeploymentResponseBodyCase1Creator;
|
|
20482
21510
|
initReadyAt?: number;
|
|
20483
21511
|
isFirstBranchDeployment?: boolean;
|
|
20484
21512
|
lambdas?: GetDeploymentResponseBodyCase1LambdasList;
|
|
@@ -20561,6 +21589,7 @@ export interface GetDeploymentResponseBodyCase1 {
|
|
|
20561
21589
|
connectConfigurationId?: string;
|
|
20562
21590
|
createdIn: string;
|
|
20563
21591
|
crons?: GetDeploymentResponseBodyCase1CronsList;
|
|
21592
|
+
atproto?: GetDeploymentResponseBodyCase1Atproto;
|
|
20564
21593
|
functions?: GetDeploymentResponseBodyCase1FunctionsMap | null;
|
|
20565
21594
|
/** Whether this deployment completed through the instant static fast path. */
|
|
20566
21595
|
isInstantStatic?: boolean;
|
|
@@ -20609,7 +21638,7 @@ export const GetDeploymentResponseBodyCase1 = /*@__PURE__*/ S.suspend(() =>
|
|
|
20609
21638
|
buildingAt: S.Number,
|
|
20610
21639
|
buildContainerFinishedAt: S.optional(S.Number),
|
|
20611
21640
|
buildSkipped: S.Boolean,
|
|
20612
|
-
creator:
|
|
21641
|
+
creator: GetDeploymentResponseBodyCase1Creator,
|
|
20613
21642
|
initReadyAt: S.optional(S.Number),
|
|
20614
21643
|
isFirstBranchDeployment: S.optional(S.Boolean),
|
|
20615
21644
|
lambdas: S.optional(GetDeploymentResponseBodyCase1LambdasList),
|
|
@@ -20677,6 +21706,7 @@ export const GetDeploymentResponseBodyCase1 = /*@__PURE__*/ S.suspend(() =>
|
|
|
20677
21706
|
connectConfigurationId: S.optional(S.String),
|
|
20678
21707
|
createdIn: S.String,
|
|
20679
21708
|
crons: S.optional(GetDeploymentResponseBodyCase1CronsList),
|
|
21709
|
+
atproto: S.optional(GetDeploymentResponseBodyCase1Atproto),
|
|
20680
21710
|
functions: S.optional(S.NullOr(GetDeploymentResponseBodyCase1FunctionsMap)),
|
|
20681
21711
|
isInstantStatic: S.optional(S.Boolean),
|
|
20682
21712
|
monorepoManager: S.optional(S.NullOr(S.String)),
|
|
@@ -20703,11 +21733,36 @@ export const GetDeploymentResponseBodyCase2AliasList = /*@__PURE__*/ S.Array(
|
|
|
20703
21733
|
S.String,
|
|
20704
21734
|
) as any as S.Schema<GetDeploymentResponseBodyCase2AliasList>;
|
|
20705
21735
|
|
|
21736
|
+
/** Principal type of the deployment creator. */
|
|
21737
|
+
export type GetDeploymentResponseBodyCase2CreatorType =
|
|
21738
|
+
| "app"
|
|
21739
|
+
| "integration"
|
|
21740
|
+
| "system"
|
|
21741
|
+
| "user";
|
|
21742
|
+
export const GetDeploymentResponseBodyCase2CreatorType = /*@__PURE__*/ S.String;
|
|
21743
|
+
|
|
20706
21744
|
/** Information about the deployment creator */
|
|
20707
|
-
export
|
|
20708
|
-
|
|
20709
|
-
|
|
20710
|
-
|
|
21745
|
+
export interface GetDeploymentResponseBodyCase2Creator {
|
|
21746
|
+
/** Stable creator id across principal types (user id, app id, integration configuration id, or `system`). */
|
|
21747
|
+
uid: string;
|
|
21748
|
+
/** Principal type of the deployment creator. */
|
|
21749
|
+
type?: GetDeploymentResponseBodyCase2CreatorType;
|
|
21750
|
+
/** The username of the user that created the deployment */
|
|
21751
|
+
username?: string;
|
|
21752
|
+
/** The avatar of the user that created the deployment */
|
|
21753
|
+
avatar?: string;
|
|
21754
|
+
}
|
|
21755
|
+
export const GetDeploymentResponseBodyCase2Creator = /*@__PURE__*/ S.suspend(
|
|
21756
|
+
() =>
|
|
21757
|
+
S.Struct({
|
|
21758
|
+
uid: S.String,
|
|
21759
|
+
type: S.optional(GetDeploymentResponseBodyCase2CreatorType),
|
|
21760
|
+
username: S.optional(S.String),
|
|
21761
|
+
avatar: S.optional(S.String),
|
|
21762
|
+
}),
|
|
21763
|
+
).annotate({
|
|
21764
|
+
identifier: "GetDeploymentResponseBodyCase2Creator",
|
|
21765
|
+
}) as any as S.Schema<GetDeploymentResponseBodyCase2Creator>;
|
|
20711
21766
|
|
|
20712
21767
|
export type GetDeploymentResponseBodyCase2LambdasItemReadyState =
|
|
20713
21768
|
| "BUILDING"
|
|
@@ -20791,7 +21846,9 @@ export const GetDeploymentResponseBodyCase2CustomEnvironmentCase0Type =
|
|
|
20791
21846
|
|
|
20792
21847
|
/** The type of matching to perform */
|
|
20793
21848
|
export type GetDeploymentResponseBodyCase2CustomEnvironmentCase0BranchMatcherType =
|
|
20794
|
-
|
|
21849
|
+
| "endsWith"
|
|
21850
|
+
| "equals"
|
|
21851
|
+
| "startsWith";
|
|
20795
21852
|
export const GetDeploymentResponseBodyCase2CustomEnvironmentCase0BranchMatcherType =
|
|
20796
21853
|
/*@__PURE__*/ S.String;
|
|
20797
21854
|
|
|
@@ -20814,7 +21871,10 @@ export const GetDeploymentResponseBodyCase2CustomEnvironmentCase0BranchMatcher =
|
|
|
20814
21871
|
}) as any as S.Schema<GetDeploymentResponseBodyCase2CustomEnvironmentCase0BranchMatcher>;
|
|
20815
21872
|
|
|
20816
21873
|
export type GetDeploymentResponseBodyCase2CustomEnvironmentCase0DomainsItemRedirectStatusCode =
|
|
20817
|
-
|
|
21874
|
+
| 301
|
|
21875
|
+
| 302
|
|
21876
|
+
| 307
|
|
21877
|
+
| 308;
|
|
20818
21878
|
export const GetDeploymentResponseBodyCase2CustomEnvironmentCase0DomainsItemRedirectStatusCode =
|
|
20819
21879
|
/*@__PURE__*/ S.Number;
|
|
20820
21880
|
|
|
@@ -21688,7 +22748,7 @@ export interface GetDeploymentResponseBodyCase2 {
|
|
|
21688
22748
|
buildContainerFinishedAt?: number;
|
|
21689
22749
|
buildSkipped: boolean;
|
|
21690
22750
|
/** Information about the deployment creator */
|
|
21691
|
-
creator:
|
|
22751
|
+
creator: GetDeploymentResponseBodyCase2Creator;
|
|
21692
22752
|
initReadyAt?: number;
|
|
21693
22753
|
isFirstBranchDeployment?: boolean;
|
|
21694
22754
|
lambdas?: GetDeploymentResponseBodyCase2LambdasList;
|
|
@@ -21774,7 +22834,7 @@ export const GetDeploymentResponseBodyCase2 = /*@__PURE__*/ S.suspend(() =>
|
|
|
21774
22834
|
buildingAt: S.Number,
|
|
21775
22835
|
buildContainerFinishedAt: S.optional(S.Number),
|
|
21776
22836
|
buildSkipped: S.Boolean,
|
|
21777
|
-
creator:
|
|
22837
|
+
creator: GetDeploymentResponseBodyCase2Creator,
|
|
21778
22838
|
initReadyAt: S.optional(S.Number),
|
|
21779
22839
|
isFirstBranchDeployment: S.optional(S.Boolean),
|
|
21780
22840
|
lambdas: S.optional(GetDeploymentResponseBodyCase2LambdasList),
|
|
@@ -21948,6 +23008,7 @@ export interface GetDeploymentEventsResponseBodyItemCase0PayloadInfo {
|
|
|
21948
23008
|
path?: string;
|
|
21949
23009
|
step?: string;
|
|
21950
23010
|
readyState?: string;
|
|
23011
|
+
serviceName?: string;
|
|
21951
23012
|
}
|
|
21952
23013
|
export const GetDeploymentEventsResponseBodyItemCase0PayloadInfo =
|
|
21953
23014
|
/*@__PURE__*/ S.suspend(() =>
|
|
@@ -21958,6 +23019,7 @@ export const GetDeploymentEventsResponseBodyItemCase0PayloadInfo =
|
|
|
21958
23019
|
path: S.optional(S.String),
|
|
21959
23020
|
step: S.optional(S.String),
|
|
21960
23021
|
readyState: S.optional(S.String),
|
|
23022
|
+
serviceName: S.optional(S.String),
|
|
21961
23023
|
}),
|
|
21962
23024
|
).annotate({
|
|
21963
23025
|
identifier: "GetDeploymentEventsResponseBodyItemCase0PayloadInfo",
|
|
@@ -22171,12 +23233,21 @@ export const GetDeploymentEventsResponseBodyItemCase2Case0PayloadProxyUserAgentL
|
|
|
22171
23233
|
) as any as S.Schema<GetDeploymentEventsResponseBodyItemCase2Case0PayloadProxyUserAgentList>;
|
|
22172
23234
|
|
|
22173
23235
|
export type GetDeploymentEventsResponseBodyItemCase2Case0PayloadProxyVercelCache =
|
|
22174
|
-
|
|
23236
|
+
| "BYPASS"
|
|
23237
|
+
| "HIT"
|
|
23238
|
+
| "MISS"
|
|
23239
|
+
| "PRERENDER"
|
|
23240
|
+
| "REVALIDATED"
|
|
23241
|
+
| "STALE";
|
|
22175
23242
|
export const GetDeploymentEventsResponseBodyItemCase2Case0PayloadProxyVercelCache =
|
|
22176
23243
|
/*@__PURE__*/ S.String;
|
|
22177
23244
|
|
|
22178
23245
|
export type GetDeploymentEventsResponseBodyItemCase2Case0PayloadProxyWafAction =
|
|
22179
|
-
|
|
23246
|
+
| "bypass"
|
|
23247
|
+
| "challenge"
|
|
23248
|
+
| "deny"
|
|
23249
|
+
| "log"
|
|
23250
|
+
| "rate_limit";
|
|
22180
23251
|
export const GetDeploymentEventsResponseBodyItemCase2Case0PayloadProxyWafAction =
|
|
22181
23252
|
/*@__PURE__*/ S.String;
|
|
22182
23253
|
|
|
@@ -22569,10 +23640,21 @@ export const GetDeploymentsResponseDeploymentsItemState =
|
|
|
22569
23640
|
export type GetDeploymentsResponseDeploymentsItemType = "LAMBDAS";
|
|
22570
23641
|
export const GetDeploymentsResponseDeploymentsItemType = /*@__PURE__*/ S.String;
|
|
22571
23642
|
|
|
22572
|
-
/**
|
|
23643
|
+
/** Principal type of the deployment creator. Defaults to `"user"` if absent (legacy deployments created before principal attribution was recorded). */
|
|
23644
|
+
export type GetDeploymentsResponseDeploymentsItemCreatorType =
|
|
23645
|
+
| "app"
|
|
23646
|
+
| "integration"
|
|
23647
|
+
| "system"
|
|
23648
|
+
| "user";
|
|
23649
|
+
export const GetDeploymentsResponseDeploymentsItemCreatorType =
|
|
23650
|
+
/*@__PURE__*/ S.String;
|
|
23651
|
+
|
|
23652
|
+
/** Metadata information of the deployment creator. */
|
|
22573
23653
|
export interface GetDeploymentsResponseDeploymentsItemCreator {
|
|
22574
|
-
/**
|
|
23654
|
+
/** Stable creator id across principal types. This may be a user ID, an app ID, an integration configuration ID, or `system`. */
|
|
22575
23655
|
uid: string;
|
|
23656
|
+
/** Principal type of the deployment creator. Defaults to `"user"` if absent (legacy deployments created before principal attribution was recorded). */
|
|
23657
|
+
type?: GetDeploymentsResponseDeploymentsItemCreatorType;
|
|
22576
23658
|
/** The email address of the user. */
|
|
22577
23659
|
email?: string;
|
|
22578
23660
|
/** The username of the user. */
|
|
@@ -22586,6 +23668,7 @@ export const GetDeploymentsResponseDeploymentsItemCreator =
|
|
|
22586
23668
|
/*@__PURE__*/ S.suspend(() =>
|
|
22587
23669
|
S.Struct({
|
|
22588
23670
|
uid: S.String,
|
|
23671
|
+
type: S.optional(GetDeploymentsResponseDeploymentsItemCreatorType),
|
|
22589
23672
|
email: S.optional(S.String),
|
|
22590
23673
|
username: S.optional(S.String),
|
|
22591
23674
|
githubLogin: S.optional(S.String),
|
|
@@ -22739,6 +23822,7 @@ export type GetDeploymentsResponseDeploymentsItemProjectSettingsFramework =
|
|
|
22739
23822
|
| "ember"
|
|
22740
23823
|
| "eve"
|
|
22741
23824
|
| "express"
|
|
23825
|
+
| "factory-eve"
|
|
22742
23826
|
| "fastapi"
|
|
22743
23827
|
| "fasthtml"
|
|
22744
23828
|
| "fastify"
|
|
@@ -23142,7 +24226,7 @@ export interface GetDeploymentsResponseDeploymentsItem {
|
|
|
23142
24226
|
state?: GetDeploymentsResponseDeploymentsItemState;
|
|
23143
24227
|
/** The type of the deployment. */
|
|
23144
24228
|
type: GetDeploymentsResponseDeploymentsItemType;
|
|
23145
|
-
/** Metadata information of the
|
|
24229
|
+
/** Metadata information of the deployment creator. */
|
|
23146
24230
|
creator: GetDeploymentsResponseDeploymentsItemCreator;
|
|
23147
24231
|
/** Metadata information from the Git provider. */
|
|
23148
24232
|
meta?: GetDeploymentsResponseDeploymentsItemMetaMap;
|
|
@@ -23459,10 +24543,10 @@ export const UploadFileRequest = /*@__PURE__*/ S.suspend(() =>
|
|
|
23459
24543
|
S.Struct({
|
|
23460
24544
|
teamId: S.optional(S.String.pipe(T.Query())),
|
|
23461
24545
|
slug: S.optional(S.String.pipe(T.Query())),
|
|
23462
|
-
contentLength: S.optional(S.Number.pipe(T.Header("
|
|
23463
|
-
xVercelDigest: S.optional(S.String.pipe(T.Header("x-
|
|
23464
|
-
xNowDigest: S.optional(S.String.pipe(T.Header("x-
|
|
23465
|
-
xNowSize: S.optional(S.Number.pipe(T.Header("x-
|
|
24546
|
+
contentLength: S.optional(S.Number.pipe(T.Header("Content-Length"))),
|
|
24547
|
+
xVercelDigest: S.optional(S.String.pipe(T.Header("x-vercel-digest"))),
|
|
24548
|
+
xNowDigest: S.optional(S.String.pipe(T.Header("x-now-digest"))),
|
|
24549
|
+
xNowSize: S.optional(S.Number.pipe(T.Header("x-now-size"))),
|
|
23466
24550
|
}).pipe(T.Http({ method: "POST", uri: "/v2/files", code: 200 })),
|
|
23467
24551
|
).annotate({
|
|
23468
24552
|
identifier: "UploadFileRequest",
|