@vercel/sdk 1.17.7 → 1.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +1735 -4032
- package/bin/mcp-server.js.map +47 -47
- package/esm/__tests__/checks.test.js +1 -1
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +3 -4
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -1
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +1 -11
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/encodings.d.ts +1 -0
- package/esm/lib/encodings.d.ts.map +1 -1
- package/esm/lib/encodings.js +12 -1
- package/esm/lib/encodings.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/authtoken.d.ts +8 -24
- package/esm/models/authtoken.d.ts.map +1 -1
- package/esm/models/authtoken.js +8 -23
- package/esm/models/authtoken.js.map +1 -1
- package/esm/models/buydomainsop.d.ts +6 -2
- package/esm/models/buydomainsop.d.ts.map +1 -1
- package/esm/models/buydomainsop.js +8 -2
- package/esm/models/buydomainsop.js.map +1 -1
- package/esm/models/buysingledomainop.d.ts +6 -2
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js +8 -2
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +70 -62
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +38 -58
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +70 -62
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +38 -59
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createdrainop.d.ts +72 -248
- package/esm/models/createdrainop.d.ts.map +1 -1
- package/esm/models/createdrainop.js +72 -229
- package/esm/models/createdrainop.js.map +1 -1
- package/esm/models/createedgeconfigop.d.ts +4 -21
- package/esm/models/createedgeconfigop.d.ts.map +1 -1
- package/esm/models/createedgeconfigop.js +4 -19
- package/esm/models/createedgeconfigop.js.map +1 -1
- package/esm/models/createeventop.d.ts +8 -25
- package/esm/models/createeventop.d.ts.map +1 -1
- package/esm/models/createeventop.js +8 -23
- package/esm/models/createeventop.js.map +1 -1
- package/esm/models/createlogdrainop.d.ts +8 -24
- package/esm/models/createlogdrainop.d.ts.map +1 -1
- package/esm/models/createlogdrainop.js +8 -22
- package/esm/models/createlogdrainop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +68 -308
- package/esm/models/createprojectenvop.d.ts.map +1 -1
- package/esm/models/createprojectenvop.js +68 -281
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +76 -332
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +84 -316
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +34 -154
- package/esm/models/editprojectenvop.d.ts.map +1 -1
- package/esm/models/editprojectenvop.js +34 -141
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +102 -462
- package/esm/models/filterprojectenvsop.d.ts.map +1 -1
- package/esm/models/filterprojectenvsop.js +102 -419
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/forbidden.d.ts +3 -12
- package/esm/models/forbidden.d.ts.map +1 -1
- package/esm/models/forbidden.js +2 -9
- package/esm/models/forbidden.js.map +1 -1
- package/esm/models/getaliasop.d.ts +12 -44
- package/esm/models/getaliasop.d.ts.map +1 -1
- package/esm/models/getaliasop.js +16 -46
- package/esm/models/getaliasop.js.map +1 -1
- package/esm/models/getalllogdrainsop.d.ts +72 -248
- package/esm/models/getalllogdrainsop.d.ts.map +1 -1
- package/esm/models/getalllogdrainsop.js +72 -236
- package/esm/models/getalllogdrainsop.js.map +1 -1
- package/esm/models/getconfigurationop.d.ts +4 -20
- package/esm/models/getconfigurationop.d.ts.map +1 -1
- package/esm/models/getconfigurationop.js +4 -18
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +70 -62
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +38 -58
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdomainauthcodeop.d.ts +6 -2
- package/esm/models/getdomainauthcodeop.d.ts.map +1 -1
- package/esm/models/getdomainauthcodeop.js +8 -2
- package/esm/models/getdomainauthcodeop.js.map +1 -1
- package/esm/models/getdomaintransferinop.d.ts +6 -2
- package/esm/models/getdomaintransferinop.d.ts.map +1 -1
- package/esm/models/getdomaintransferinop.js +8 -2
- package/esm/models/getdomaintransferinop.js.map +1 -1
- package/esm/models/getdrainop.d.ts +72 -248
- package/esm/models/getdrainop.d.ts.map +1 -1
- package/esm/models/getdrainop.js +72 -227
- package/esm/models/getdrainop.js.map +1 -1
- package/esm/models/getdrainsop.d.ts +72 -248
- package/esm/models/getdrainsop.d.ts.map +1 -1
- package/esm/models/getdrainsop.js +72 -227
- package/esm/models/getdrainsop.js.map +1 -1
- package/esm/models/getedgeconfigop.d.ts +4 -21
- package/esm/models/getedgeconfigop.d.ts.map +1 -1
- package/esm/models/getedgeconfigop.js +4 -18
- package/esm/models/getedgeconfigop.js.map +1 -1
- package/esm/models/getintegrationlogdrainsop.d.ts +8 -24
- package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
- package/esm/models/getintegrationlogdrainsop.js +8 -23
- package/esm/models/getintegrationlogdrainsop.js.map +1 -1
- package/esm/models/getorderop.d.ts +48 -172
- package/esm/models/getorderop.d.ts.map +1 -1
- package/esm/models/getorderop.js +50 -159
- package/esm/models/getorderop.js.map +1 -1
- package/esm/models/getprojectenvop.d.ts +102 -462
- package/esm/models/getprojectenvop.d.ts.map +1 -1
- package/esm/models/getprojectenvop.js +102 -419
- package/esm/models/getprojectenvop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +76 -332
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +84 -313
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrollingreleasebillingstatusop.d.ts +10 -42
- package/esm/models/getrollingreleasebillingstatusop.d.ts.map +1 -1
- package/esm/models/getrollingreleasebillingstatusop.js +10 -39
- package/esm/models/getrollingreleasebillingstatusop.js.map +1 -1
- package/esm/models/listaliasesop.d.ts +12 -44
- package/esm/models/listaliasesop.d.ts.map +1 -1
- package/esm/models/listaliasesop.js +16 -47
- package/esm/models/listaliasesop.js.map +1 -1
- package/esm/models/listdeploymentaliasesop.d.ts +12 -44
- package/esm/models/listdeploymentaliasesop.d.ts.map +1 -1
- package/esm/models/listdeploymentaliasesop.js +16 -46
- package/esm/models/listdeploymentaliasesop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +102 -462
- package/esm/models/removeprojectenvop.d.ts.map +1 -1
- package/esm/models/removeprojectenvop.js +102 -420
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/renewdomainop.d.ts +6 -2
- package/esm/models/renewdomainop.d.ts.map +1 -1
- package/esm/models/renewdomainop.js +8 -2
- package/esm/models/renewdomainop.js.map +1 -1
- package/esm/models/transferindomainop.d.ts +6 -2
- package/esm/models/transferindomainop.d.ts.map +1 -1
- package/esm/models/transferindomainop.js +8 -2
- package/esm/models/transferindomainop.js.map +1 -1
- package/esm/models/updatedomainautorenewop.d.ts +6 -2
- package/esm/models/updatedomainautorenewop.d.ts.map +1 -1
- package/esm/models/updatedomainautorenewop.js +8 -2
- package/esm/models/updatedomainautorenewop.js.map +1 -1
- package/esm/models/updatedomainnameserversop.d.ts +6 -2
- package/esm/models/updatedomainnameserversop.d.ts.map +1 -1
- package/esm/models/updatedomainnameserversop.js +8 -2
- package/esm/models/updatedomainnameserversop.js.map +1 -1
- package/esm/models/updatedrainop.d.ts +72 -248
- package/esm/models/updatedrainop.d.ts.map +1 -1
- package/esm/models/updatedrainop.js +72 -229
- package/esm/models/updatedrainop.js.map +1 -1
- package/esm/models/updateedgeconfigop.d.ts +4 -21
- package/esm/models/updateedgeconfigop.d.ts.map +1 -1
- package/esm/models/updateedgeconfigop.js +4 -18
- package/esm/models/updateedgeconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +76 -332
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +84 -318
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +76 -332
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +84 -316
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateprojectprotectionbypassop.d.ts +4 -21
- package/esm/models/updateprojectprotectionbypassop.d.ts.map +1 -1
- package/esm/models/updateprojectprotectionbypassop.js +4 -19
- package/esm/models/updateprojectprotectionbypassop.js.map +1 -1
- package/esm/models/userevent.d.ts +54 -14
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +26 -13
- package/esm/models/userevent.js.map +1 -1
- package/esm/types/unrecognized.d.ts +7 -1
- package/esm/types/unrecognized.d.ts.map +1 -1
- package/esm/types/unrecognized.js +9 -1
- package/esm/types/unrecognized.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/checks.test.ts +1 -1
- package/src/__tests__/domains.test.ts +3 -4
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/rollingrelease.test.ts +2 -1
- package/src/__tests__/security.test.ts +1 -11
- package/src/lib/config.ts +3 -3
- package/src/lib/encodings.ts +17 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/authtoken.ts +16 -42
- package/src/models/buydomainsop.ts +14 -4
- package/src/models/buysingledomainop.ts +14 -4
- package/src/models/canceldeploymentop.ts +140 -127
- package/src/models/createdeploymentop.ts +149 -118
- package/src/models/createdrainop.ts +154 -511
- package/src/models/createedgeconfigop.ts +8 -37
- package/src/models/createeventop.ts +16 -43
- package/src/models/createlogdrainop.ts +18 -50
- package/src/models/createprojectenvop.ts +136 -875
- package/src/models/createprojectop.ts +172 -803
- package/src/models/editprojectenvop.ts +68 -417
- package/src/models/filterprojectenvsop.ts +210 -1337
- package/src/models/forbidden.ts +5 -20
- package/src/models/getaliasop.ts +36 -101
- package/src/models/getalllogdrainsop.ts +160 -551
- package/src/models/getconfigurationop.ts +8 -38
- package/src/models/getdeploymentop.ts +144 -124
- package/src/models/getdomainauthcodeop.ts +14 -4
- package/src/models/getdomaintransferinop.ts +14 -4
- package/src/models/getdrainop.ts +156 -531
- package/src/models/getdrainsop.ts +155 -535
- package/src/models/getedgeconfigop.ts +8 -41
- package/src/models/getintegrationlogdrainsop.ts +19 -44
- package/src/models/getorderop.ts +99 -408
- package/src/models/getprojectenvop.ts +208 -1337
- package/src/models/getprojectsop.ts +172 -802
- package/src/models/getrollingreleasebillingstatusop.ts +20 -100
- package/src/models/listaliasesop.ts +36 -100
- package/src/models/listdeploymentaliasesop.ts +36 -111
- package/src/models/removeprojectenvop.ts +208 -1335
- package/src/models/renewdomainop.ts +14 -4
- package/src/models/transferindomainop.ts +14 -4
- package/src/models/updatedomainautorenewop.ts +14 -4
- package/src/models/updatedomainnameserversop.ts +14 -4
- package/src/models/updatedrainop.ts +162 -542
- package/src/models/updateedgeconfigop.ts +8 -42
- package/src/models/updateprojectdatacacheop.ts +167 -781
- package/src/models/updateprojectop.ts +172 -803
- package/src/models/updateprojectprotectionbypassop.ts +8 -44
- package/src/models/userevent.ts +111 -29
- package/src/types/unrecognized.ts +9 -1
- package/tsconfig.json +0 -1
|
@@ -23,33 +23,15 @@ export type GetRollingReleaseBillingStatusRequest = {
|
|
|
23
23
|
slug?: string | undefined;
|
|
24
24
|
};
|
|
25
25
|
|
|
26
|
-
export const GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason =
|
|
27
|
-
{
|
|
28
|
-
AvailableSlots: "available_slots",
|
|
29
|
-
} as const;
|
|
30
|
-
export type GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason =
|
|
31
|
-
ClosedEnum<
|
|
32
|
-
typeof GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason
|
|
33
|
-
>;
|
|
34
|
-
|
|
35
26
|
export type ResponseBody4 = {
|
|
36
27
|
availableSlots: number;
|
|
37
|
-
reason:
|
|
38
|
-
GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason;
|
|
28
|
+
reason: "available_slots";
|
|
39
29
|
message: string;
|
|
40
30
|
};
|
|
41
31
|
|
|
42
|
-
export const GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason = {
|
|
43
|
-
NoAvailableSlots: "no_available_slots",
|
|
44
|
-
} as const;
|
|
45
|
-
export type GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason =
|
|
46
|
-
ClosedEnum<
|
|
47
|
-
typeof GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason
|
|
48
|
-
>;
|
|
49
|
-
|
|
50
32
|
export type GetRollingReleaseBillingStatusResponseBody3 = {
|
|
51
33
|
availableSlots: number;
|
|
52
|
-
reason:
|
|
34
|
+
reason: "no_available_slots";
|
|
53
35
|
message: string;
|
|
54
36
|
enabledProjects: Array<string>;
|
|
55
37
|
};
|
|
@@ -59,34 +41,22 @@ export const AvailableSlots = {
|
|
|
59
41
|
} as const;
|
|
60
42
|
export type AvailableSlots = ClosedEnum<typeof AvailableSlots>;
|
|
61
43
|
|
|
62
|
-
export const GetRollingReleaseBillingStatusResponseBodyReason = {
|
|
63
|
-
UnlimitedSlots: "unlimited_slots",
|
|
64
|
-
} as const;
|
|
65
|
-
export type GetRollingReleaseBillingStatusResponseBodyReason = ClosedEnum<
|
|
66
|
-
typeof GetRollingReleaseBillingStatusResponseBodyReason
|
|
67
|
-
>;
|
|
68
|
-
|
|
69
44
|
export type GetRollingReleaseBillingStatusResponseBody2 = {
|
|
70
45
|
availableSlots: AvailableSlots;
|
|
71
|
-
reason:
|
|
46
|
+
reason: "unlimited_slots";
|
|
72
47
|
message: string;
|
|
73
48
|
};
|
|
74
49
|
|
|
75
|
-
export const ResponseBodyReason = {
|
|
76
|
-
PlanNotSupported: "plan_not_supported",
|
|
77
|
-
} as const;
|
|
78
|
-
export type ResponseBodyReason = ClosedEnum<typeof ResponseBodyReason>;
|
|
79
|
-
|
|
80
50
|
export type GetRollingReleaseBillingStatusResponseBody1 = {
|
|
81
51
|
availableSlots: number;
|
|
82
|
-
reason:
|
|
52
|
+
reason: "plan_not_supported";
|
|
83
53
|
message: string;
|
|
84
54
|
};
|
|
85
55
|
|
|
86
56
|
export type GetRollingReleaseBillingStatusResponseBody =
|
|
87
|
-
| GetRollingReleaseBillingStatusResponseBody3
|
|
88
57
|
| GetRollingReleaseBillingStatusResponseBody1
|
|
89
58
|
| GetRollingReleaseBillingStatusResponseBody2
|
|
59
|
+
| GetRollingReleaseBillingStatusResponseBody3
|
|
90
60
|
| ResponseBody4;
|
|
91
61
|
|
|
92
62
|
/** @internal */
|
|
@@ -137,20 +107,6 @@ export function getRollingReleaseBillingStatusRequestFromJSON(
|
|
|
137
107
|
);
|
|
138
108
|
}
|
|
139
109
|
|
|
140
|
-
/** @internal */
|
|
141
|
-
export const GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason$inboundSchema:
|
|
142
|
-
z.ZodNativeEnum<
|
|
143
|
-
typeof GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason
|
|
144
|
-
> = z.nativeEnum(
|
|
145
|
-
GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason,
|
|
146
|
-
);
|
|
147
|
-
/** @internal */
|
|
148
|
-
export const GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason$outboundSchema:
|
|
149
|
-
z.ZodNativeEnum<
|
|
150
|
-
typeof GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason
|
|
151
|
-
> =
|
|
152
|
-
GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason$inboundSchema;
|
|
153
|
-
|
|
154
110
|
/** @internal */
|
|
155
111
|
export const ResponseBody4$inboundSchema: z.ZodType<
|
|
156
112
|
ResponseBody4,
|
|
@@ -158,14 +114,13 @@ export const ResponseBody4$inboundSchema: z.ZodType<
|
|
|
158
114
|
unknown
|
|
159
115
|
> = z.object({
|
|
160
116
|
availableSlots: z.number(),
|
|
161
|
-
reason:
|
|
162
|
-
GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason$inboundSchema,
|
|
117
|
+
reason: z.literal("available_slots"),
|
|
163
118
|
message: z.string(),
|
|
164
119
|
});
|
|
165
120
|
/** @internal */
|
|
166
121
|
export type ResponseBody4$Outbound = {
|
|
167
122
|
availableSlots: number;
|
|
168
|
-
reason:
|
|
123
|
+
reason: "available_slots";
|
|
169
124
|
message: string;
|
|
170
125
|
};
|
|
171
126
|
|
|
@@ -176,8 +131,7 @@ export const ResponseBody4$outboundSchema: z.ZodType<
|
|
|
176
131
|
ResponseBody4
|
|
177
132
|
> = z.object({
|
|
178
133
|
availableSlots: z.number(),
|
|
179
|
-
reason:
|
|
180
|
-
GetRollingReleaseBillingStatusResponseBodyRollingReleaseResponseReason$outboundSchema,
|
|
134
|
+
reason: z.literal("available_slots"),
|
|
181
135
|
message: z.string(),
|
|
182
136
|
});
|
|
183
137
|
|
|
@@ -194,20 +148,6 @@ export function responseBody4FromJSON(
|
|
|
194
148
|
);
|
|
195
149
|
}
|
|
196
150
|
|
|
197
|
-
/** @internal */
|
|
198
|
-
export const GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason$inboundSchema:
|
|
199
|
-
z.ZodNativeEnum<
|
|
200
|
-
typeof GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason
|
|
201
|
-
> = z.nativeEnum(
|
|
202
|
-
GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason,
|
|
203
|
-
);
|
|
204
|
-
/** @internal */
|
|
205
|
-
export const GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason$outboundSchema:
|
|
206
|
-
z.ZodNativeEnum<
|
|
207
|
-
typeof GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason
|
|
208
|
-
> =
|
|
209
|
-
GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason$inboundSchema;
|
|
210
|
-
|
|
211
151
|
/** @internal */
|
|
212
152
|
export const GetRollingReleaseBillingStatusResponseBody3$inboundSchema:
|
|
213
153
|
z.ZodType<
|
|
@@ -216,15 +156,14 @@ export const GetRollingReleaseBillingStatusResponseBody3$inboundSchema:
|
|
|
216
156
|
unknown
|
|
217
157
|
> = z.object({
|
|
218
158
|
availableSlots: z.number(),
|
|
219
|
-
reason:
|
|
220
|
-
GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason$inboundSchema,
|
|
159
|
+
reason: z.literal("no_available_slots"),
|
|
221
160
|
message: z.string(),
|
|
222
161
|
enabledProjects: z.array(z.string()),
|
|
223
162
|
});
|
|
224
163
|
/** @internal */
|
|
225
164
|
export type GetRollingReleaseBillingStatusResponseBody3$Outbound = {
|
|
226
165
|
availableSlots: number;
|
|
227
|
-
reason:
|
|
166
|
+
reason: "no_available_slots";
|
|
228
167
|
message: string;
|
|
229
168
|
enabledProjects: Array<string>;
|
|
230
169
|
};
|
|
@@ -237,8 +176,7 @@ export const GetRollingReleaseBillingStatusResponseBody3$outboundSchema:
|
|
|
237
176
|
GetRollingReleaseBillingStatusResponseBody3
|
|
238
177
|
> = z.object({
|
|
239
178
|
availableSlots: z.number(),
|
|
240
|
-
reason:
|
|
241
|
-
GetRollingReleaseBillingStatusResponseBodyRollingReleaseReason$outboundSchema,
|
|
179
|
+
reason: z.literal("no_available_slots"),
|
|
242
180
|
message: z.string(),
|
|
243
181
|
enabledProjects: z.array(z.string()),
|
|
244
182
|
});
|
|
@@ -278,15 +216,6 @@ export const AvailableSlots$outboundSchema: z.ZodNativeEnum<
|
|
|
278
216
|
typeof AvailableSlots
|
|
279
217
|
> = AvailableSlots$inboundSchema;
|
|
280
218
|
|
|
281
|
-
/** @internal */
|
|
282
|
-
export const GetRollingReleaseBillingStatusResponseBodyReason$inboundSchema:
|
|
283
|
-
z.ZodNativeEnum<typeof GetRollingReleaseBillingStatusResponseBodyReason> = z
|
|
284
|
-
.nativeEnum(GetRollingReleaseBillingStatusResponseBodyReason);
|
|
285
|
-
/** @internal */
|
|
286
|
-
export const GetRollingReleaseBillingStatusResponseBodyReason$outboundSchema:
|
|
287
|
-
z.ZodNativeEnum<typeof GetRollingReleaseBillingStatusResponseBodyReason> =
|
|
288
|
-
GetRollingReleaseBillingStatusResponseBodyReason$inboundSchema;
|
|
289
|
-
|
|
290
219
|
/** @internal */
|
|
291
220
|
export const GetRollingReleaseBillingStatusResponseBody2$inboundSchema:
|
|
292
221
|
z.ZodType<
|
|
@@ -295,13 +224,13 @@ export const GetRollingReleaseBillingStatusResponseBody2$inboundSchema:
|
|
|
295
224
|
unknown
|
|
296
225
|
> = z.object({
|
|
297
226
|
availableSlots: AvailableSlots$inboundSchema,
|
|
298
|
-
reason:
|
|
227
|
+
reason: z.literal("unlimited_slots"),
|
|
299
228
|
message: z.string(),
|
|
300
229
|
});
|
|
301
230
|
/** @internal */
|
|
302
231
|
export type GetRollingReleaseBillingStatusResponseBody2$Outbound = {
|
|
303
232
|
availableSlots: string;
|
|
304
|
-
reason:
|
|
233
|
+
reason: "unlimited_slots";
|
|
305
234
|
message: string;
|
|
306
235
|
};
|
|
307
236
|
|
|
@@ -313,7 +242,7 @@ export const GetRollingReleaseBillingStatusResponseBody2$outboundSchema:
|
|
|
313
242
|
GetRollingReleaseBillingStatusResponseBody2
|
|
314
243
|
> = z.object({
|
|
315
244
|
availableSlots: AvailableSlots$outboundSchema,
|
|
316
|
-
reason:
|
|
245
|
+
reason: z.literal("unlimited_slots"),
|
|
317
246
|
message: z.string(),
|
|
318
247
|
});
|
|
319
248
|
|
|
@@ -343,15 +272,6 @@ export function getRollingReleaseBillingStatusResponseBody2FromJSON(
|
|
|
343
272
|
);
|
|
344
273
|
}
|
|
345
274
|
|
|
346
|
-
/** @internal */
|
|
347
|
-
export const ResponseBodyReason$inboundSchema: z.ZodNativeEnum<
|
|
348
|
-
typeof ResponseBodyReason
|
|
349
|
-
> = z.nativeEnum(ResponseBodyReason);
|
|
350
|
-
/** @internal */
|
|
351
|
-
export const ResponseBodyReason$outboundSchema: z.ZodNativeEnum<
|
|
352
|
-
typeof ResponseBodyReason
|
|
353
|
-
> = ResponseBodyReason$inboundSchema;
|
|
354
|
-
|
|
355
275
|
/** @internal */
|
|
356
276
|
export const GetRollingReleaseBillingStatusResponseBody1$inboundSchema:
|
|
357
277
|
z.ZodType<
|
|
@@ -360,13 +280,13 @@ export const GetRollingReleaseBillingStatusResponseBody1$inboundSchema:
|
|
|
360
280
|
unknown
|
|
361
281
|
> = z.object({
|
|
362
282
|
availableSlots: z.number(),
|
|
363
|
-
reason:
|
|
283
|
+
reason: z.literal("plan_not_supported"),
|
|
364
284
|
message: z.string(),
|
|
365
285
|
});
|
|
366
286
|
/** @internal */
|
|
367
287
|
export type GetRollingReleaseBillingStatusResponseBody1$Outbound = {
|
|
368
288
|
availableSlots: number;
|
|
369
|
-
reason:
|
|
289
|
+
reason: "plan_not_supported";
|
|
370
290
|
message: string;
|
|
371
291
|
};
|
|
372
292
|
|
|
@@ -378,7 +298,7 @@ export const GetRollingReleaseBillingStatusResponseBody1$outboundSchema:
|
|
|
378
298
|
GetRollingReleaseBillingStatusResponseBody1
|
|
379
299
|
> = z.object({
|
|
380
300
|
availableSlots: z.number(),
|
|
381
|
-
reason:
|
|
301
|
+
reason: z.literal("plan_not_supported"),
|
|
382
302
|
message: z.string(),
|
|
383
303
|
});
|
|
384
304
|
|
|
@@ -412,16 +332,16 @@ export function getRollingReleaseBillingStatusResponseBody1FromJSON(
|
|
|
412
332
|
export const GetRollingReleaseBillingStatusResponseBody$inboundSchema:
|
|
413
333
|
z.ZodType<GetRollingReleaseBillingStatusResponseBody, z.ZodTypeDef, unknown> =
|
|
414
334
|
z.union([
|
|
415
|
-
z.lazy(() => GetRollingReleaseBillingStatusResponseBody3$inboundSchema),
|
|
416
335
|
z.lazy(() => GetRollingReleaseBillingStatusResponseBody1$inboundSchema),
|
|
417
336
|
z.lazy(() => GetRollingReleaseBillingStatusResponseBody2$inboundSchema),
|
|
337
|
+
z.lazy(() => GetRollingReleaseBillingStatusResponseBody3$inboundSchema),
|
|
418
338
|
z.lazy(() => ResponseBody4$inboundSchema),
|
|
419
339
|
]);
|
|
420
340
|
/** @internal */
|
|
421
341
|
export type GetRollingReleaseBillingStatusResponseBody$Outbound =
|
|
422
|
-
| GetRollingReleaseBillingStatusResponseBody3$Outbound
|
|
423
342
|
| GetRollingReleaseBillingStatusResponseBody1$Outbound
|
|
424
343
|
| GetRollingReleaseBillingStatusResponseBody2$Outbound
|
|
344
|
+
| GetRollingReleaseBillingStatusResponseBody3$Outbound
|
|
425
345
|
| ResponseBody4$Outbound;
|
|
426
346
|
|
|
427
347
|
/** @internal */
|
|
@@ -431,9 +351,9 @@ export const GetRollingReleaseBillingStatusResponseBody$outboundSchema:
|
|
|
431
351
|
z.ZodTypeDef,
|
|
432
352
|
GetRollingReleaseBillingStatusResponseBody
|
|
433
353
|
> = z.union([
|
|
434
|
-
z.lazy(() => GetRollingReleaseBillingStatusResponseBody3$outboundSchema),
|
|
435
354
|
z.lazy(() => GetRollingReleaseBillingStatusResponseBody1$outboundSchema),
|
|
436
355
|
z.lazy(() => GetRollingReleaseBillingStatusResponseBody2$outboundSchema),
|
|
356
|
+
z.lazy(() => GetRollingReleaseBillingStatusResponseBody3$outboundSchema),
|
|
437
357
|
z.lazy(() => ResponseBody4$outboundSchema),
|
|
438
358
|
]);
|
|
439
359
|
|
|
@@ -94,13 +94,6 @@ export type ListAliasesDeployment = {
|
|
|
94
94
|
meta?: string | undefined;
|
|
95
95
|
};
|
|
96
96
|
|
|
97
|
-
export const ListAliasesProtectionBypassAliasesResponse200Scope = {
|
|
98
|
-
EmailInvite: "email_invite",
|
|
99
|
-
} as const;
|
|
100
|
-
export type ListAliasesProtectionBypassAliasesResponse200Scope = ClosedEnum<
|
|
101
|
-
typeof ListAliasesProtectionBypassAliasesResponse200Scope
|
|
102
|
-
>;
|
|
103
|
-
|
|
104
97
|
/**
|
|
105
98
|
* The protection bypass for the alias
|
|
106
99
|
*/
|
|
@@ -108,23 +101,16 @@ export type ListAliasesProtectionBypass4 = {
|
|
|
108
101
|
createdAt: number;
|
|
109
102
|
lastUpdatedAt: number;
|
|
110
103
|
lastUpdatedBy: string;
|
|
111
|
-
scope:
|
|
104
|
+
scope: "email_invite";
|
|
112
105
|
};
|
|
113
106
|
|
|
114
|
-
export const ListAliasesProtectionBypassAliasesResponseScope = {
|
|
115
|
-
AliasProtectionOverride: "alias-protection-override",
|
|
116
|
-
} as const;
|
|
117
|
-
export type ListAliasesProtectionBypassAliasesResponseScope = ClosedEnum<
|
|
118
|
-
typeof ListAliasesProtectionBypassAliasesResponseScope
|
|
119
|
-
>;
|
|
120
|
-
|
|
121
107
|
/**
|
|
122
108
|
* The protection bypass for the alias
|
|
123
109
|
*/
|
|
124
110
|
export type ListAliasesProtectionBypass3 = {
|
|
125
111
|
createdAt: number;
|
|
126
112
|
createdBy: string;
|
|
127
|
-
scope:
|
|
113
|
+
scope: "alias-protection-override";
|
|
128
114
|
};
|
|
129
115
|
|
|
130
116
|
export const ListAliasesProtectionBypassAccess = {
|
|
@@ -135,13 +121,6 @@ export type ListAliasesProtectionBypassAccess = ClosedEnum<
|
|
|
135
121
|
typeof ListAliasesProtectionBypassAccess
|
|
136
122
|
>;
|
|
137
123
|
|
|
138
|
-
export const ListAliasesProtectionBypassAliasesScope = {
|
|
139
|
-
User: "user",
|
|
140
|
-
} as const;
|
|
141
|
-
export type ListAliasesProtectionBypassAliasesScope = ClosedEnum<
|
|
142
|
-
typeof ListAliasesProtectionBypassAliasesScope
|
|
143
|
-
>;
|
|
144
|
-
|
|
145
124
|
/**
|
|
146
125
|
* The protection bypass for the alias
|
|
147
126
|
*/
|
|
@@ -150,31 +129,24 @@ export type ListAliasesProtectionBypass2 = {
|
|
|
150
129
|
lastUpdatedAt: number;
|
|
151
130
|
lastUpdatedBy: string;
|
|
152
131
|
access: ListAliasesProtectionBypassAccess;
|
|
153
|
-
scope:
|
|
132
|
+
scope: "user";
|
|
154
133
|
};
|
|
155
134
|
|
|
156
|
-
export const ListAliasesProtectionBypassScope = {
|
|
157
|
-
ShareableLink: "shareable-link",
|
|
158
|
-
} as const;
|
|
159
|
-
export type ListAliasesProtectionBypassScope = ClosedEnum<
|
|
160
|
-
typeof ListAliasesProtectionBypassScope
|
|
161
|
-
>;
|
|
162
|
-
|
|
163
135
|
/**
|
|
164
136
|
* The protection bypass for the alias
|
|
165
137
|
*/
|
|
166
138
|
export type ListAliasesProtectionBypass1 = {
|
|
167
139
|
createdAt: number;
|
|
168
140
|
createdBy: string;
|
|
169
|
-
scope:
|
|
141
|
+
scope: "shareable-link";
|
|
170
142
|
expires?: number | undefined;
|
|
171
143
|
};
|
|
172
144
|
|
|
173
145
|
export type ListAliasesProtectionBypass =
|
|
174
|
-
| ListAliasesProtectionBypass2
|
|
175
|
-
| ListAliasesProtectionBypass4
|
|
176
146
|
| ListAliasesProtectionBypass1
|
|
177
|
-
|
|
|
147
|
+
| ListAliasesProtectionBypass2
|
|
148
|
+
| ListAliasesProtectionBypass3
|
|
149
|
+
| ListAliasesProtectionBypass4;
|
|
178
150
|
|
|
179
151
|
export type ListAliasesDefaultApp = {
|
|
180
152
|
projectId: string;
|
|
@@ -309,10 +281,10 @@ export type ListAliasesAliases = {
|
|
|
309
281
|
*/
|
|
310
282
|
protectionBypass?: {
|
|
311
283
|
[k: string]:
|
|
312
|
-
| ListAliasesProtectionBypass2
|
|
313
|
-
| ListAliasesProtectionBypass4
|
|
314
284
|
| ListAliasesProtectionBypass1
|
|
315
|
-
|
|
|
285
|
+
| ListAliasesProtectionBypass2
|
|
286
|
+
| ListAliasesProtectionBypass3
|
|
287
|
+
| ListAliasesProtectionBypass4;
|
|
316
288
|
} | undefined;
|
|
317
289
|
/**
|
|
318
290
|
* The microfrontends for the alias including the routing configuration
|
|
@@ -510,15 +482,6 @@ export function listAliasesDeploymentFromJSON(
|
|
|
510
482
|
);
|
|
511
483
|
}
|
|
512
484
|
|
|
513
|
-
/** @internal */
|
|
514
|
-
export const ListAliasesProtectionBypassAliasesResponse200Scope$inboundSchema:
|
|
515
|
-
z.ZodNativeEnum<typeof ListAliasesProtectionBypassAliasesResponse200Scope> = z
|
|
516
|
-
.nativeEnum(ListAliasesProtectionBypassAliasesResponse200Scope);
|
|
517
|
-
/** @internal */
|
|
518
|
-
export const ListAliasesProtectionBypassAliasesResponse200Scope$outboundSchema:
|
|
519
|
-
z.ZodNativeEnum<typeof ListAliasesProtectionBypassAliasesResponse200Scope> =
|
|
520
|
-
ListAliasesProtectionBypassAliasesResponse200Scope$inboundSchema;
|
|
521
|
-
|
|
522
485
|
/** @internal */
|
|
523
486
|
export const ListAliasesProtectionBypass4$inboundSchema: z.ZodType<
|
|
524
487
|
ListAliasesProtectionBypass4,
|
|
@@ -528,14 +491,14 @@ export const ListAliasesProtectionBypass4$inboundSchema: z.ZodType<
|
|
|
528
491
|
createdAt: z.number(),
|
|
529
492
|
lastUpdatedAt: z.number(),
|
|
530
493
|
lastUpdatedBy: z.string(),
|
|
531
|
-
scope:
|
|
494
|
+
scope: z.literal("email_invite"),
|
|
532
495
|
});
|
|
533
496
|
/** @internal */
|
|
534
497
|
export type ListAliasesProtectionBypass4$Outbound = {
|
|
535
498
|
createdAt: number;
|
|
536
499
|
lastUpdatedAt: number;
|
|
537
500
|
lastUpdatedBy: string;
|
|
538
|
-
scope:
|
|
501
|
+
scope: "email_invite";
|
|
539
502
|
};
|
|
540
503
|
|
|
541
504
|
/** @internal */
|
|
@@ -547,7 +510,7 @@ export const ListAliasesProtectionBypass4$outboundSchema: z.ZodType<
|
|
|
547
510
|
createdAt: z.number(),
|
|
548
511
|
lastUpdatedAt: z.number(),
|
|
549
512
|
lastUpdatedBy: z.string(),
|
|
550
|
-
scope:
|
|
513
|
+
scope: z.literal("email_invite"),
|
|
551
514
|
});
|
|
552
515
|
|
|
553
516
|
export function listAliasesProtectionBypass4ToJSON(
|
|
@@ -569,15 +532,6 @@ export function listAliasesProtectionBypass4FromJSON(
|
|
|
569
532
|
);
|
|
570
533
|
}
|
|
571
534
|
|
|
572
|
-
/** @internal */
|
|
573
|
-
export const ListAliasesProtectionBypassAliasesResponseScope$inboundSchema:
|
|
574
|
-
z.ZodNativeEnum<typeof ListAliasesProtectionBypassAliasesResponseScope> = z
|
|
575
|
-
.nativeEnum(ListAliasesProtectionBypassAliasesResponseScope);
|
|
576
|
-
/** @internal */
|
|
577
|
-
export const ListAliasesProtectionBypassAliasesResponseScope$outboundSchema:
|
|
578
|
-
z.ZodNativeEnum<typeof ListAliasesProtectionBypassAliasesResponseScope> =
|
|
579
|
-
ListAliasesProtectionBypassAliasesResponseScope$inboundSchema;
|
|
580
|
-
|
|
581
535
|
/** @internal */
|
|
582
536
|
export const ListAliasesProtectionBypass3$inboundSchema: z.ZodType<
|
|
583
537
|
ListAliasesProtectionBypass3,
|
|
@@ -586,13 +540,13 @@ export const ListAliasesProtectionBypass3$inboundSchema: z.ZodType<
|
|
|
586
540
|
> = z.object({
|
|
587
541
|
createdAt: z.number(),
|
|
588
542
|
createdBy: z.string(),
|
|
589
|
-
scope:
|
|
543
|
+
scope: z.literal("alias-protection-override"),
|
|
590
544
|
});
|
|
591
545
|
/** @internal */
|
|
592
546
|
export type ListAliasesProtectionBypass3$Outbound = {
|
|
593
547
|
createdAt: number;
|
|
594
548
|
createdBy: string;
|
|
595
|
-
scope:
|
|
549
|
+
scope: "alias-protection-override";
|
|
596
550
|
};
|
|
597
551
|
|
|
598
552
|
/** @internal */
|
|
@@ -603,7 +557,7 @@ export const ListAliasesProtectionBypass3$outboundSchema: z.ZodType<
|
|
|
603
557
|
> = z.object({
|
|
604
558
|
createdAt: z.number(),
|
|
605
559
|
createdBy: z.string(),
|
|
606
|
-
scope:
|
|
560
|
+
scope: z.literal("alias-protection-override"),
|
|
607
561
|
});
|
|
608
562
|
|
|
609
563
|
export function listAliasesProtectionBypass3ToJSON(
|
|
@@ -634,15 +588,6 @@ export const ListAliasesProtectionBypassAccess$outboundSchema: z.ZodNativeEnum<
|
|
|
634
588
|
typeof ListAliasesProtectionBypassAccess
|
|
635
589
|
> = ListAliasesProtectionBypassAccess$inboundSchema;
|
|
636
590
|
|
|
637
|
-
/** @internal */
|
|
638
|
-
export const ListAliasesProtectionBypassAliasesScope$inboundSchema:
|
|
639
|
-
z.ZodNativeEnum<typeof ListAliasesProtectionBypassAliasesScope> = z
|
|
640
|
-
.nativeEnum(ListAliasesProtectionBypassAliasesScope);
|
|
641
|
-
/** @internal */
|
|
642
|
-
export const ListAliasesProtectionBypassAliasesScope$outboundSchema:
|
|
643
|
-
z.ZodNativeEnum<typeof ListAliasesProtectionBypassAliasesScope> =
|
|
644
|
-
ListAliasesProtectionBypassAliasesScope$inboundSchema;
|
|
645
|
-
|
|
646
591
|
/** @internal */
|
|
647
592
|
export const ListAliasesProtectionBypass2$inboundSchema: z.ZodType<
|
|
648
593
|
ListAliasesProtectionBypass2,
|
|
@@ -653,7 +598,7 @@ export const ListAliasesProtectionBypass2$inboundSchema: z.ZodType<
|
|
|
653
598
|
lastUpdatedAt: z.number(),
|
|
654
599
|
lastUpdatedBy: z.string(),
|
|
655
600
|
access: ListAliasesProtectionBypassAccess$inboundSchema,
|
|
656
|
-
scope:
|
|
601
|
+
scope: z.literal("user"),
|
|
657
602
|
});
|
|
658
603
|
/** @internal */
|
|
659
604
|
export type ListAliasesProtectionBypass2$Outbound = {
|
|
@@ -661,7 +606,7 @@ export type ListAliasesProtectionBypass2$Outbound = {
|
|
|
661
606
|
lastUpdatedAt: number;
|
|
662
607
|
lastUpdatedBy: string;
|
|
663
608
|
access: string;
|
|
664
|
-
scope:
|
|
609
|
+
scope: "user";
|
|
665
610
|
};
|
|
666
611
|
|
|
667
612
|
/** @internal */
|
|
@@ -674,7 +619,7 @@ export const ListAliasesProtectionBypass2$outboundSchema: z.ZodType<
|
|
|
674
619
|
lastUpdatedAt: z.number(),
|
|
675
620
|
lastUpdatedBy: z.string(),
|
|
676
621
|
access: ListAliasesProtectionBypassAccess$outboundSchema,
|
|
677
|
-
scope:
|
|
622
|
+
scope: z.literal("user"),
|
|
678
623
|
});
|
|
679
624
|
|
|
680
625
|
export function listAliasesProtectionBypass2ToJSON(
|
|
@@ -696,15 +641,6 @@ export function listAliasesProtectionBypass2FromJSON(
|
|
|
696
641
|
);
|
|
697
642
|
}
|
|
698
643
|
|
|
699
|
-
/** @internal */
|
|
700
|
-
export const ListAliasesProtectionBypassScope$inboundSchema: z.ZodNativeEnum<
|
|
701
|
-
typeof ListAliasesProtectionBypassScope
|
|
702
|
-
> = z.nativeEnum(ListAliasesProtectionBypassScope);
|
|
703
|
-
/** @internal */
|
|
704
|
-
export const ListAliasesProtectionBypassScope$outboundSchema: z.ZodNativeEnum<
|
|
705
|
-
typeof ListAliasesProtectionBypassScope
|
|
706
|
-
> = ListAliasesProtectionBypassScope$inboundSchema;
|
|
707
|
-
|
|
708
644
|
/** @internal */
|
|
709
645
|
export const ListAliasesProtectionBypass1$inboundSchema: z.ZodType<
|
|
710
646
|
ListAliasesProtectionBypass1,
|
|
@@ -713,14 +649,14 @@ export const ListAliasesProtectionBypass1$inboundSchema: z.ZodType<
|
|
|
713
649
|
> = z.object({
|
|
714
650
|
createdAt: z.number(),
|
|
715
651
|
createdBy: z.string(),
|
|
716
|
-
scope:
|
|
652
|
+
scope: z.literal("shareable-link"),
|
|
717
653
|
expires: z.number().optional(),
|
|
718
654
|
});
|
|
719
655
|
/** @internal */
|
|
720
656
|
export type ListAliasesProtectionBypass1$Outbound = {
|
|
721
657
|
createdAt: number;
|
|
722
658
|
createdBy: string;
|
|
723
|
-
scope:
|
|
659
|
+
scope: "shareable-link";
|
|
724
660
|
expires?: number | undefined;
|
|
725
661
|
};
|
|
726
662
|
|
|
@@ -732,7 +668,7 @@ export const ListAliasesProtectionBypass1$outboundSchema: z.ZodType<
|
|
|
732
668
|
> = z.object({
|
|
733
669
|
createdAt: z.number(),
|
|
734
670
|
createdBy: z.string(),
|
|
735
|
-
scope:
|
|
671
|
+
scope: z.literal("shareable-link"),
|
|
736
672
|
expires: z.number().optional(),
|
|
737
673
|
});
|
|
738
674
|
|
|
@@ -761,17 +697,17 @@ export const ListAliasesProtectionBypass$inboundSchema: z.ZodType<
|
|
|
761
697
|
z.ZodTypeDef,
|
|
762
698
|
unknown
|
|
763
699
|
> = z.union([
|
|
764
|
-
z.lazy(() => ListAliasesProtectionBypass2$inboundSchema),
|
|
765
|
-
z.lazy(() => ListAliasesProtectionBypass4$inboundSchema),
|
|
766
700
|
z.lazy(() => ListAliasesProtectionBypass1$inboundSchema),
|
|
701
|
+
z.lazy(() => ListAliasesProtectionBypass2$inboundSchema),
|
|
767
702
|
z.lazy(() => ListAliasesProtectionBypass3$inboundSchema),
|
|
703
|
+
z.lazy(() => ListAliasesProtectionBypass4$inboundSchema),
|
|
768
704
|
]);
|
|
769
705
|
/** @internal */
|
|
770
706
|
export type ListAliasesProtectionBypass$Outbound =
|
|
771
|
-
| ListAliasesProtectionBypass2$Outbound
|
|
772
|
-
| ListAliasesProtectionBypass4$Outbound
|
|
773
707
|
| ListAliasesProtectionBypass1$Outbound
|
|
774
|
-
|
|
|
708
|
+
| ListAliasesProtectionBypass2$Outbound
|
|
709
|
+
| ListAliasesProtectionBypass3$Outbound
|
|
710
|
+
| ListAliasesProtectionBypass4$Outbound;
|
|
775
711
|
|
|
776
712
|
/** @internal */
|
|
777
713
|
export const ListAliasesProtectionBypass$outboundSchema: z.ZodType<
|
|
@@ -779,10 +715,10 @@ export const ListAliasesProtectionBypass$outboundSchema: z.ZodType<
|
|
|
779
715
|
z.ZodTypeDef,
|
|
780
716
|
ListAliasesProtectionBypass
|
|
781
717
|
> = z.union([
|
|
782
|
-
z.lazy(() => ListAliasesProtectionBypass2$outboundSchema),
|
|
783
|
-
z.lazy(() => ListAliasesProtectionBypass4$outboundSchema),
|
|
784
718
|
z.lazy(() => ListAliasesProtectionBypass1$outboundSchema),
|
|
719
|
+
z.lazy(() => ListAliasesProtectionBypass2$outboundSchema),
|
|
785
720
|
z.lazy(() => ListAliasesProtectionBypass3$outboundSchema),
|
|
721
|
+
z.lazy(() => ListAliasesProtectionBypass4$outboundSchema),
|
|
786
722
|
]);
|
|
787
723
|
|
|
788
724
|
export function listAliasesProtectionBypassToJSON(
|
|
@@ -1101,10 +1037,10 @@ export const ListAliasesAliases$inboundSchema: z.ZodType<
|
|
|
1101
1037
|
updatedAt: z.number().optional(),
|
|
1102
1038
|
protectionBypass: z.record(
|
|
1103
1039
|
z.union([
|
|
1104
|
-
z.lazy(() => ListAliasesProtectionBypass2$inboundSchema),
|
|
1105
|
-
z.lazy(() => ListAliasesProtectionBypass4$inboundSchema),
|
|
1106
1040
|
z.lazy(() => ListAliasesProtectionBypass1$inboundSchema),
|
|
1041
|
+
z.lazy(() => ListAliasesProtectionBypass2$inboundSchema),
|
|
1107
1042
|
z.lazy(() => ListAliasesProtectionBypass3$inboundSchema),
|
|
1043
|
+
z.lazy(() => ListAliasesProtectionBypass4$inboundSchema),
|
|
1108
1044
|
]),
|
|
1109
1045
|
).optional(),
|
|
1110
1046
|
microfrontends: z.lazy(() => ListAliasesMicrofrontends$inboundSchema)
|
|
@@ -1126,10 +1062,10 @@ export type ListAliasesAliases$Outbound = {
|
|
|
1126
1062
|
updatedAt?: number | undefined;
|
|
1127
1063
|
protectionBypass?: {
|
|
1128
1064
|
[k: string]:
|
|
1129
|
-
| ListAliasesProtectionBypass2$Outbound
|
|
1130
|
-
| ListAliasesProtectionBypass4$Outbound
|
|
1131
1065
|
| ListAliasesProtectionBypass1$Outbound
|
|
1132
|
-
|
|
|
1066
|
+
| ListAliasesProtectionBypass2$Outbound
|
|
1067
|
+
| ListAliasesProtectionBypass3$Outbound
|
|
1068
|
+
| ListAliasesProtectionBypass4$Outbound;
|
|
1133
1069
|
} | undefined;
|
|
1134
1070
|
microfrontends?: ListAliasesMicrofrontends$Outbound | undefined;
|
|
1135
1071
|
};
|
|
@@ -1154,10 +1090,10 @@ export const ListAliasesAliases$outboundSchema: z.ZodType<
|
|
|
1154
1090
|
updatedAt: z.number().optional(),
|
|
1155
1091
|
protectionBypass: z.record(
|
|
1156
1092
|
z.union([
|
|
1157
|
-
z.lazy(() => ListAliasesProtectionBypass2$outboundSchema),
|
|
1158
|
-
z.lazy(() => ListAliasesProtectionBypass4$outboundSchema),
|
|
1159
1093
|
z.lazy(() => ListAliasesProtectionBypass1$outboundSchema),
|
|
1094
|
+
z.lazy(() => ListAliasesProtectionBypass2$outboundSchema),
|
|
1160
1095
|
z.lazy(() => ListAliasesProtectionBypass3$outboundSchema),
|
|
1096
|
+
z.lazy(() => ListAliasesProtectionBypass4$outboundSchema),
|
|
1161
1097
|
]),
|
|
1162
1098
|
).optional(),
|
|
1163
1099
|
microfrontends: z.lazy(() => ListAliasesMicrofrontends$outboundSchema)
|