@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
|
@@ -180,217 +180,85 @@ export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONType =
|
|
|
180
180
|
typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType
|
|
181
181
|
>;
|
|
182
182
|
|
|
183
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type =
|
|
184
|
-
{
|
|
185
|
-
FlagsConnectionString: "flags-connection-string",
|
|
186
|
-
} as const;
|
|
187
|
-
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type =
|
|
188
|
-
ClosedEnum<
|
|
189
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type
|
|
190
|
-
>;
|
|
191
|
-
|
|
192
183
|
export type ContentHint15 = {
|
|
193
|
-
type:
|
|
194
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type;
|
|
184
|
+
type: "flags-connection-string";
|
|
195
185
|
projectId: string;
|
|
196
186
|
};
|
|
197
187
|
|
|
198
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type =
|
|
199
|
-
{
|
|
200
|
-
IntegrationStoreSecret: "integration-store-secret",
|
|
201
|
-
} as const;
|
|
202
|
-
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type =
|
|
203
|
-
ClosedEnum<
|
|
204
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type
|
|
205
|
-
>;
|
|
206
|
-
|
|
207
188
|
export type ContentHint14 = {
|
|
208
|
-
type:
|
|
209
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type;
|
|
189
|
+
type: "integration-store-secret";
|
|
210
190
|
storeId: string;
|
|
211
191
|
integrationId: string;
|
|
212
192
|
integrationProductId: string;
|
|
213
193
|
integrationConfigurationId: string;
|
|
214
194
|
};
|
|
215
195
|
|
|
216
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type =
|
|
217
|
-
{
|
|
218
|
-
PostgresUrlNoSsl: "postgres-url-no-ssl",
|
|
219
|
-
} as const;
|
|
220
|
-
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type =
|
|
221
|
-
ClosedEnum<
|
|
222
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type
|
|
223
|
-
>;
|
|
224
|
-
|
|
225
196
|
export type ContentHint13 = {
|
|
226
|
-
type:
|
|
227
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type;
|
|
197
|
+
type: "postgres-url-no-ssl";
|
|
228
198
|
storeId: string;
|
|
229
199
|
};
|
|
230
200
|
|
|
231
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type =
|
|
232
|
-
{
|
|
233
|
-
PostgresDatabase: "postgres-database",
|
|
234
|
-
} as const;
|
|
235
|
-
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type =
|
|
236
|
-
ClosedEnum<
|
|
237
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type
|
|
238
|
-
>;
|
|
239
|
-
|
|
240
201
|
export type ContentHint12 = {
|
|
241
|
-
type:
|
|
242
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type;
|
|
202
|
+
type: "postgres-database";
|
|
243
203
|
storeId: string;
|
|
244
204
|
};
|
|
245
205
|
|
|
246
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type =
|
|
247
|
-
{
|
|
248
|
-
PostgresPassword: "postgres-password",
|
|
249
|
-
} as const;
|
|
250
|
-
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type =
|
|
251
|
-
ClosedEnum<
|
|
252
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type
|
|
253
|
-
>;
|
|
254
|
-
|
|
255
206
|
export type ContentHint11 = {
|
|
256
|
-
type:
|
|
257
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type;
|
|
207
|
+
type: "postgres-password";
|
|
258
208
|
storeId: string;
|
|
259
209
|
};
|
|
260
210
|
|
|
261
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type =
|
|
262
|
-
{
|
|
263
|
-
PostgresHost: "postgres-host",
|
|
264
|
-
} as const;
|
|
265
|
-
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type =
|
|
266
|
-
ClosedEnum<
|
|
267
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type
|
|
268
|
-
>;
|
|
269
|
-
|
|
270
211
|
export type ContentHint10 = {
|
|
271
|
-
type:
|
|
272
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type;
|
|
212
|
+
type: "postgres-host";
|
|
273
213
|
storeId: string;
|
|
274
214
|
};
|
|
275
215
|
|
|
276
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type =
|
|
277
|
-
{
|
|
278
|
-
PostgresUser: "postgres-user",
|
|
279
|
-
} as const;
|
|
280
|
-
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type =
|
|
281
|
-
ClosedEnum<
|
|
282
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type
|
|
283
|
-
>;
|
|
284
|
-
|
|
285
216
|
export type ContentHint9 = {
|
|
286
|
-
type:
|
|
287
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type;
|
|
217
|
+
type: "postgres-user";
|
|
288
218
|
storeId: string;
|
|
289
219
|
};
|
|
290
220
|
|
|
291
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType =
|
|
292
|
-
{
|
|
293
|
-
PostgresPrismaUrl: "postgres-prisma-url",
|
|
294
|
-
} as const;
|
|
295
|
-
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType =
|
|
296
|
-
ClosedEnum<
|
|
297
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType
|
|
298
|
-
>;
|
|
299
|
-
|
|
300
221
|
export type ContentHint8 = {
|
|
301
|
-
type:
|
|
302
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType;
|
|
222
|
+
type: "postgres-prisma-url";
|
|
303
223
|
storeId: string;
|
|
304
224
|
};
|
|
305
225
|
|
|
306
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType =
|
|
307
|
-
{
|
|
308
|
-
PostgresUrlNonPooling: "postgres-url-non-pooling",
|
|
309
|
-
} as const;
|
|
310
|
-
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType =
|
|
311
|
-
ClosedEnum<
|
|
312
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType
|
|
313
|
-
>;
|
|
314
|
-
|
|
315
226
|
export type ContentHint7 = {
|
|
316
|
-
type:
|
|
317
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType;
|
|
227
|
+
type: "postgres-url-non-pooling";
|
|
318
228
|
storeId: string;
|
|
319
229
|
};
|
|
320
230
|
|
|
321
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType =
|
|
322
|
-
{
|
|
323
|
-
PostgresUrl: "postgres-url",
|
|
324
|
-
} as const;
|
|
325
|
-
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType =
|
|
326
|
-
ClosedEnum<
|
|
327
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType
|
|
328
|
-
>;
|
|
329
|
-
|
|
330
231
|
export type ContentHint6 = {
|
|
331
|
-
type:
|
|
232
|
+
type: "postgres-url";
|
|
332
233
|
storeId: string;
|
|
333
234
|
};
|
|
334
235
|
|
|
335
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200Type = {
|
|
336
|
-
BlobReadWriteToken: "blob-read-write-token",
|
|
337
|
-
} as const;
|
|
338
|
-
export type UpdateProjectDataCacheContentHintProjectsResponse200Type =
|
|
339
|
-
ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200Type>;
|
|
340
|
-
|
|
341
236
|
export type ContentHint5 = {
|
|
342
|
-
type:
|
|
237
|
+
type: "blob-read-write-token";
|
|
343
238
|
storeId: string;
|
|
344
239
|
};
|
|
345
240
|
|
|
346
|
-
export const UpdateProjectDataCacheContentHintProjectsResponseType = {
|
|
347
|
-
RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
|
|
348
|
-
} as const;
|
|
349
|
-
export type UpdateProjectDataCacheContentHintProjectsResponseType = ClosedEnum<
|
|
350
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponseType
|
|
351
|
-
>;
|
|
352
|
-
|
|
353
241
|
export type ContentHint4 = {
|
|
354
|
-
type:
|
|
242
|
+
type: "redis-rest-api-read-only-token";
|
|
355
243
|
storeId: string;
|
|
356
244
|
};
|
|
357
245
|
|
|
358
|
-
export const UpdateProjectDataCacheContentHintProjectsType = {
|
|
359
|
-
RedisRestApiToken: "redis-rest-api-token",
|
|
360
|
-
} as const;
|
|
361
|
-
export type UpdateProjectDataCacheContentHintProjectsType = ClosedEnum<
|
|
362
|
-
typeof UpdateProjectDataCacheContentHintProjectsType
|
|
363
|
-
>;
|
|
364
|
-
|
|
365
246
|
export type ContentHint3 = {
|
|
366
|
-
type:
|
|
247
|
+
type: "redis-rest-api-token";
|
|
367
248
|
storeId: string;
|
|
368
249
|
};
|
|
369
250
|
|
|
370
|
-
export const UpdateProjectDataCacheContentHintType = {
|
|
371
|
-
RedisRestApiUrl: "redis-rest-api-url",
|
|
372
|
-
} as const;
|
|
373
|
-
export type UpdateProjectDataCacheContentHintType = ClosedEnum<
|
|
374
|
-
typeof UpdateProjectDataCacheContentHintType
|
|
375
|
-
>;
|
|
376
|
-
|
|
377
251
|
export type ContentHint2 = {
|
|
378
|
-
type:
|
|
252
|
+
type: "redis-rest-api-url";
|
|
379
253
|
storeId: string;
|
|
380
254
|
};
|
|
381
255
|
|
|
382
|
-
export const ContentHintType = {
|
|
383
|
-
RedisUrl: "redis-url",
|
|
384
|
-
} as const;
|
|
385
|
-
export type ContentHintType = ClosedEnum<typeof ContentHintType>;
|
|
386
|
-
|
|
387
256
|
export type ContentHint1 = {
|
|
388
|
-
type:
|
|
257
|
+
type: "redis-url";
|
|
389
258
|
storeId: string;
|
|
390
259
|
};
|
|
391
260
|
|
|
392
261
|
export type ContentHint =
|
|
393
|
-
| ContentHint14
|
|
394
262
|
| ContentHint1
|
|
395
263
|
| ContentHint2
|
|
396
264
|
| ContentHint3
|
|
@@ -404,6 +272,7 @@ export type ContentHint =
|
|
|
404
272
|
| ContentHint11
|
|
405
273
|
| ContentHint12
|
|
406
274
|
| ContentHint13
|
|
275
|
+
| ContentHint14
|
|
407
276
|
| ContentHint15;
|
|
408
277
|
|
|
409
278
|
export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyEnvType =
|
|
@@ -451,7 +320,6 @@ export type UpdateProjectDataCacheEnv = {
|
|
|
451
320
|
edgeConfigId?: string | null | undefined;
|
|
452
321
|
edgeConfigTokenId?: string | null | undefined;
|
|
453
322
|
contentHint?:
|
|
454
|
-
| ContentHint14
|
|
455
323
|
| ContentHint1
|
|
456
324
|
| ContentHint2
|
|
457
325
|
| ContentHint3
|
|
@@ -465,6 +333,7 @@ export type UpdateProjectDataCacheEnv = {
|
|
|
465
333
|
| ContentHint11
|
|
466
334
|
| ContentHint12
|
|
467
335
|
| ContentHint13
|
|
336
|
+
| ContentHint14
|
|
468
337
|
| ContentHint15
|
|
469
338
|
| null
|
|
470
339
|
| undefined;
|
|
@@ -829,13 +698,6 @@ export type LatestDeployments = {
|
|
|
829
698
|
withCache?: boolean | undefined;
|
|
830
699
|
};
|
|
831
700
|
|
|
832
|
-
export const UpdateProjectDataCacheLinkProjectsResponse200Type = {
|
|
833
|
-
Bitbucket: "bitbucket",
|
|
834
|
-
} as const;
|
|
835
|
-
export type UpdateProjectDataCacheLinkProjectsResponse200Type = ClosedEnum<
|
|
836
|
-
typeof UpdateProjectDataCacheLinkProjectsResponse200Type
|
|
837
|
-
>;
|
|
838
|
-
|
|
839
701
|
export type UpdateProjectDataCacheLinkProjectsResponseDeployHooks = {
|
|
840
702
|
createdAt?: number | undefined;
|
|
841
703
|
id: string;
|
|
@@ -848,7 +710,7 @@ export type Link5 = {
|
|
|
848
710
|
name: string;
|
|
849
711
|
slug: string;
|
|
850
712
|
owner: string;
|
|
851
|
-
type:
|
|
713
|
+
type: "bitbucket";
|
|
852
714
|
uuid: string;
|
|
853
715
|
workspaceUuid: string;
|
|
854
716
|
createdAt?: number | undefined;
|
|
@@ -859,13 +721,6 @@ export type Link5 = {
|
|
|
859
721
|
productionBranch: string;
|
|
860
722
|
};
|
|
861
723
|
|
|
862
|
-
export const UpdateProjectDataCacheLinkProjectsResponseType = {
|
|
863
|
-
Gitlab: "gitlab",
|
|
864
|
-
} as const;
|
|
865
|
-
export type UpdateProjectDataCacheLinkProjectsResponseType = ClosedEnum<
|
|
866
|
-
typeof UpdateProjectDataCacheLinkProjectsResponseType
|
|
867
|
-
>;
|
|
868
|
-
|
|
869
724
|
export type UpdateProjectDataCacheLinkProjectsDeployHooks = {
|
|
870
725
|
createdAt?: number | undefined;
|
|
871
726
|
id: string;
|
|
@@ -884,7 +739,7 @@ export type Link4 = {
|
|
|
884
739
|
*/
|
|
885
740
|
projectOwnerId?: number | undefined;
|
|
886
741
|
projectUrl: string;
|
|
887
|
-
type:
|
|
742
|
+
type: "gitlab";
|
|
888
743
|
createdAt?: number | undefined;
|
|
889
744
|
deployHooks: Array<UpdateProjectDataCacheLinkProjectsDeployHooks>;
|
|
890
745
|
gitCredentialId: string;
|
|
@@ -893,13 +748,6 @@ export type Link4 = {
|
|
|
893
748
|
productionBranch: string;
|
|
894
749
|
};
|
|
895
750
|
|
|
896
|
-
export const UpdateProjectDataCacheLinkProjectsType = {
|
|
897
|
-
GithubCustomHost: "github-custom-host",
|
|
898
|
-
} as const;
|
|
899
|
-
export type UpdateProjectDataCacheLinkProjectsType = ClosedEnum<
|
|
900
|
-
typeof UpdateProjectDataCacheLinkProjectsType
|
|
901
|
-
>;
|
|
902
|
-
|
|
903
751
|
export type UpdateProjectDataCacheLinkDeployHooks = {
|
|
904
752
|
createdAt?: number | undefined;
|
|
905
753
|
id: string;
|
|
@@ -916,7 +764,7 @@ export type Link3 = {
|
|
|
916
764
|
repoOwnerId?: number | undefined;
|
|
917
765
|
repo?: string | undefined;
|
|
918
766
|
repoId?: number | undefined;
|
|
919
|
-
type:
|
|
767
|
+
type: "github-custom-host";
|
|
920
768
|
host: string;
|
|
921
769
|
createdAt?: number | undefined;
|
|
922
770
|
deployHooks: Array<UpdateProjectDataCacheLinkDeployHooks>;
|
|
@@ -926,13 +774,6 @@ export type Link3 = {
|
|
|
926
774
|
productionBranch: string;
|
|
927
775
|
};
|
|
928
776
|
|
|
929
|
-
export const UpdateProjectDataCacheLinkType = {
|
|
930
|
-
GithubLimited: "github-limited",
|
|
931
|
-
} as const;
|
|
932
|
-
export type UpdateProjectDataCacheLinkType = ClosedEnum<
|
|
933
|
-
typeof UpdateProjectDataCacheLinkType
|
|
934
|
-
>;
|
|
935
|
-
|
|
936
777
|
export type LinkDeployHooks = {
|
|
937
778
|
createdAt?: number | undefined;
|
|
938
779
|
id: string;
|
|
@@ -942,7 +783,7 @@ export type LinkDeployHooks = {
|
|
|
942
783
|
};
|
|
943
784
|
|
|
944
785
|
export type Link2 = {
|
|
945
|
-
type:
|
|
786
|
+
type: "github-limited";
|
|
946
787
|
createdAt?: number | undefined;
|
|
947
788
|
updatedAt?: number | undefined;
|
|
948
789
|
org: string;
|
|
@@ -958,11 +799,6 @@ export type Link2 = {
|
|
|
958
799
|
productionBranch: string;
|
|
959
800
|
};
|
|
960
801
|
|
|
961
|
-
export const LinkType = {
|
|
962
|
-
Github: "github",
|
|
963
|
-
} as const;
|
|
964
|
-
export type LinkType = ClosedEnum<typeof LinkType>;
|
|
965
|
-
|
|
966
802
|
export type DeployHooks = {
|
|
967
803
|
createdAt?: number | undefined;
|
|
968
804
|
id: string;
|
|
@@ -979,7 +815,7 @@ export type Link1 = {
|
|
|
979
815
|
repoOwnerId?: number | undefined;
|
|
980
816
|
repo?: string | undefined;
|
|
981
817
|
repoId?: number | undefined;
|
|
982
|
-
type:
|
|
818
|
+
type: "github";
|
|
983
819
|
createdAt?: number | undefined;
|
|
984
820
|
deployHooks: Array<DeployHooks>;
|
|
985
821
|
gitCredentialId: string;
|
|
@@ -988,7 +824,7 @@ export type Link1 = {
|
|
|
988
824
|
productionBranch: string;
|
|
989
825
|
};
|
|
990
826
|
|
|
991
|
-
export type Link =
|
|
827
|
+
export type Link = Link1 | Link2 | Link3 | Link4 | Link5;
|
|
992
828
|
|
|
993
829
|
export type UpdateProjectDataCacheMicrofrontends3 = {
|
|
994
830
|
updatedAt: number;
|
|
@@ -1638,28 +1474,16 @@ export type LastAliasRequest = {
|
|
|
1638
1474
|
type: UpdateProjectDataCacheProjectsResponse200Type;
|
|
1639
1475
|
};
|
|
1640
1476
|
|
|
1641
|
-
export const ProtectionBypassScope = {
|
|
1642
|
-
AutomationBypass: "automation-bypass",
|
|
1643
|
-
} as const;
|
|
1644
|
-
export type ProtectionBypassScope = ClosedEnum<typeof ProtectionBypassScope>;
|
|
1645
|
-
|
|
1646
1477
|
export type ProtectionBypass2 = {
|
|
1647
1478
|
createdAt: number;
|
|
1648
1479
|
createdBy: string;
|
|
1649
|
-
scope:
|
|
1480
|
+
scope: "automation-bypass";
|
|
1650
1481
|
};
|
|
1651
1482
|
|
|
1652
|
-
export const UpdateProjectDataCacheProtectionBypassScope = {
|
|
1653
|
-
IntegrationAutomationBypass: "integration-automation-bypass",
|
|
1654
|
-
} as const;
|
|
1655
|
-
export type UpdateProjectDataCacheProtectionBypassScope = ClosedEnum<
|
|
1656
|
-
typeof UpdateProjectDataCacheProtectionBypassScope
|
|
1657
|
-
>;
|
|
1658
|
-
|
|
1659
1483
|
export type ProtectionBypass1 = {
|
|
1660
1484
|
createdAt: number;
|
|
1661
1485
|
createdBy: string;
|
|
1662
|
-
scope:
|
|
1486
|
+
scope: "integration-automation-bypass";
|
|
1663
1487
|
integrationId: string;
|
|
1664
1488
|
configurationId: string;
|
|
1665
1489
|
};
|
|
@@ -1889,35 +1713,15 @@ export type Block = {
|
|
|
1889
1713
|
isCascading?: boolean | undefined;
|
|
1890
1714
|
};
|
|
1891
1715
|
|
|
1892
|
-
export const UpdateProjectDataCacheBlockHistoryProjectsResponseAction = {
|
|
1893
|
-
RouteUnblocked: "route-unblocked",
|
|
1894
|
-
} as const;
|
|
1895
|
-
export type UpdateProjectDataCacheBlockHistoryProjectsResponseAction =
|
|
1896
|
-
ClosedEnum<typeof UpdateProjectDataCacheBlockHistoryProjectsResponseAction>;
|
|
1897
|
-
|
|
1898
|
-
export const UpdateProjectDataCacheHasProjectsResponseType = {
|
|
1899
|
-
Host: "host",
|
|
1900
|
-
} as const;
|
|
1901
|
-
export type UpdateProjectDataCacheHasProjectsResponseType = ClosedEnum<
|
|
1902
|
-
typeof UpdateProjectDataCacheHasProjectsResponseType
|
|
1903
|
-
>;
|
|
1904
|
-
|
|
1905
1716
|
export type UpdateProjectDataCacheHasProjectsValue = {
|
|
1906
1717
|
eq: string;
|
|
1907
1718
|
};
|
|
1908
1719
|
|
|
1909
1720
|
export type UpdateProjectDataCacheHas2 = {
|
|
1910
|
-
type:
|
|
1721
|
+
type: "host";
|
|
1911
1722
|
value: UpdateProjectDataCacheHasProjectsValue;
|
|
1912
1723
|
};
|
|
1913
1724
|
|
|
1914
|
-
export const UpdateProjectDataCacheHasProjectsType = {
|
|
1915
|
-
Header: "header",
|
|
1916
|
-
} as const;
|
|
1917
|
-
export type UpdateProjectDataCacheHasProjectsType = ClosedEnum<
|
|
1918
|
-
typeof UpdateProjectDataCacheHasProjectsType
|
|
1919
|
-
>;
|
|
1920
|
-
|
|
1921
1725
|
export const UpdateProjectDataCacheHasProjectsKey = {
|
|
1922
1726
|
XVercelIpCountry: "x-vercel-ip-country",
|
|
1923
1727
|
} as const;
|
|
@@ -1930,7 +1734,7 @@ export type UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue = {
|
|
|
1930
1734
|
};
|
|
1931
1735
|
|
|
1932
1736
|
export type UpdateProjectDataCacheHas1 = {
|
|
1933
|
-
type:
|
|
1737
|
+
type: "header";
|
|
1934
1738
|
key: UpdateProjectDataCacheHasProjectsKey;
|
|
1935
1739
|
value: UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue;
|
|
1936
1740
|
};
|
|
@@ -1964,7 +1768,7 @@ export type BlockHistoryRoute =
|
|
|
1964
1768
|
| UpdateProjectDataCacheRoute2;
|
|
1965
1769
|
|
|
1966
1770
|
export type BlockHistory4 = {
|
|
1967
|
-
action:
|
|
1771
|
+
action: "route-unblocked";
|
|
1968
1772
|
route: UpdateProjectDataCacheRoute1 | UpdateProjectDataCacheRoute2;
|
|
1969
1773
|
statusCode?: number | undefined;
|
|
1970
1774
|
createdAt: number;
|
|
@@ -1974,37 +1778,15 @@ export type BlockHistory4 = {
|
|
|
1974
1778
|
isCascading?: boolean | undefined;
|
|
1975
1779
|
};
|
|
1976
1780
|
|
|
1977
|
-
export const UpdateProjectDataCacheBlockHistoryProjectsAction = {
|
|
1978
|
-
RouteBlocked: "route-blocked",
|
|
1979
|
-
} as const;
|
|
1980
|
-
export type UpdateProjectDataCacheBlockHistoryProjectsAction = ClosedEnum<
|
|
1981
|
-
typeof UpdateProjectDataCacheBlockHistoryProjectsAction
|
|
1982
|
-
>;
|
|
1983
|
-
|
|
1984
|
-
export const UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType = {
|
|
1985
|
-
Host: "host",
|
|
1986
|
-
} as const;
|
|
1987
|
-
export type UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType =
|
|
1988
|
-
ClosedEnum<
|
|
1989
|
-
typeof UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType
|
|
1990
|
-
>;
|
|
1991
|
-
|
|
1992
1781
|
export type UpdateProjectDataCacheHasProjectsResponse200Value = {
|
|
1993
1782
|
eq: string;
|
|
1994
1783
|
};
|
|
1995
1784
|
|
|
1996
1785
|
export type UpdateProjectDataCacheHasProjects2 = {
|
|
1997
|
-
type:
|
|
1786
|
+
type: "host";
|
|
1998
1787
|
value: UpdateProjectDataCacheHasProjectsResponse200Value;
|
|
1999
1788
|
};
|
|
2000
1789
|
|
|
2001
|
-
export const UpdateProjectDataCacheHasProjectsResponse200Type = {
|
|
2002
|
-
Header: "header",
|
|
2003
|
-
} as const;
|
|
2004
|
-
export type UpdateProjectDataCacheHasProjectsResponse200Type = ClosedEnum<
|
|
2005
|
-
typeof UpdateProjectDataCacheHasProjectsResponse200Type
|
|
2006
|
-
>;
|
|
2007
|
-
|
|
2008
1790
|
export const UpdateProjectDataCacheHasKey = {
|
|
2009
1791
|
XVercelIpCountry: "x-vercel-ip-country",
|
|
2010
1792
|
} as const;
|
|
@@ -2017,7 +1799,7 @@ export type UpdateProjectDataCacheHasProjectsResponseValue = {
|
|
|
2017
1799
|
};
|
|
2018
1800
|
|
|
2019
1801
|
export type UpdateProjectDataCacheHasProjects1 = {
|
|
2020
|
-
type:
|
|
1802
|
+
type: "header";
|
|
2021
1803
|
key: UpdateProjectDataCacheHasKey;
|
|
2022
1804
|
value: UpdateProjectDataCacheHasProjectsResponseValue;
|
|
2023
1805
|
};
|
|
@@ -2051,7 +1833,7 @@ export type Route1 = {
|
|
|
2051
1833
|
export type Route = Route1 | Route2;
|
|
2052
1834
|
|
|
2053
1835
|
export type BlockHistory3 = {
|
|
2054
|
-
action:
|
|
1836
|
+
action: "route-blocked";
|
|
2055
1837
|
route: Route1 | Route2;
|
|
2056
1838
|
reason: string;
|
|
2057
1839
|
createdAt: number;
|
|
@@ -2061,15 +1843,8 @@ export type BlockHistory3 = {
|
|
|
2061
1843
|
isCascading?: boolean | undefined;
|
|
2062
1844
|
};
|
|
2063
1845
|
|
|
2064
|
-
export const UpdateProjectDataCacheBlockHistoryAction = {
|
|
2065
|
-
Unblocked: "unblocked",
|
|
2066
|
-
} as const;
|
|
2067
|
-
export type UpdateProjectDataCacheBlockHistoryAction = ClosedEnum<
|
|
2068
|
-
typeof UpdateProjectDataCacheBlockHistoryAction
|
|
2069
|
-
>;
|
|
2070
|
-
|
|
2071
1846
|
export type BlockHistory2 = {
|
|
2072
|
-
action:
|
|
1847
|
+
action: "unblocked";
|
|
2073
1848
|
createdAt: number;
|
|
2074
1849
|
caseId?: string | undefined;
|
|
2075
1850
|
actor?: string | undefined;
|
|
@@ -2077,13 +1852,8 @@ export type BlockHistory2 = {
|
|
|
2077
1852
|
isCascading?: boolean | undefined;
|
|
2078
1853
|
};
|
|
2079
1854
|
|
|
2080
|
-
export const BlockHistoryAction = {
|
|
2081
|
-
Blocked: "blocked",
|
|
2082
|
-
} as const;
|
|
2083
|
-
export type BlockHistoryAction = ClosedEnum<typeof BlockHistoryAction>;
|
|
2084
|
-
|
|
2085
1855
|
export type BlockHistory1 = {
|
|
2086
|
-
action:
|
|
1856
|
+
action: "blocked";
|
|
2087
1857
|
reason: string;
|
|
2088
1858
|
statusCode: number;
|
|
2089
1859
|
createdAt: number;
|
|
@@ -2095,9 +1865,9 @@ export type BlockHistory1 = {
|
|
|
2095
1865
|
|
|
2096
1866
|
export type UpdateProjectDataCacheBlockHistory =
|
|
2097
1867
|
| BlockHistory1
|
|
1868
|
+
| BlockHistory2
|
|
2098
1869
|
| BlockHistory3
|
|
2099
|
-
| BlockHistory4
|
|
2100
|
-
| BlockHistory2;
|
|
1870
|
+
| BlockHistory4;
|
|
2101
1871
|
|
|
2102
1872
|
export type UpdateProjectDataCacheAbuse = {
|
|
2103
1873
|
scanner?: string | undefined;
|
|
@@ -2105,32 +1875,20 @@ export type UpdateProjectDataCacheAbuse = {
|
|
|
2105
1875
|
updatedAt: number;
|
|
2106
1876
|
block?: Block | undefined;
|
|
2107
1877
|
blockHistory?:
|
|
2108
|
-
| Array<BlockHistory1 |
|
|
1878
|
+
| Array<BlockHistory1 | BlockHistory2 | BlockHistory3 | BlockHistory4>
|
|
2109
1879
|
| undefined;
|
|
2110
1880
|
interstitial?: boolean | undefined;
|
|
2111
1881
|
};
|
|
2112
1882
|
|
|
2113
|
-
export const UpdateProjectDataCacheHasType = {
|
|
2114
|
-
Host: "host",
|
|
2115
|
-
} as const;
|
|
2116
|
-
export type UpdateProjectDataCacheHasType = ClosedEnum<
|
|
2117
|
-
typeof UpdateProjectDataCacheHasType
|
|
2118
|
-
>;
|
|
2119
|
-
|
|
2120
1883
|
export type HasValue = {
|
|
2121
1884
|
eq: string;
|
|
2122
1885
|
};
|
|
2123
1886
|
|
|
2124
1887
|
export type Has2 = {
|
|
2125
|
-
type:
|
|
1888
|
+
type: "host";
|
|
2126
1889
|
value: HasValue;
|
|
2127
1890
|
};
|
|
2128
1891
|
|
|
2129
|
-
export const HasType = {
|
|
2130
|
-
Header: "header",
|
|
2131
|
-
} as const;
|
|
2132
|
-
export type HasType = ClosedEnum<typeof HasType>;
|
|
2133
|
-
|
|
2134
1892
|
export const Key = {
|
|
2135
1893
|
XVercelIpCountry: "x-vercel-ip-country",
|
|
2136
1894
|
} as const;
|
|
@@ -2141,7 +1899,7 @@ export type UpdateProjectDataCacheHasValue = {
|
|
|
2141
1899
|
};
|
|
2142
1900
|
|
|
2143
1901
|
export type Has1 = {
|
|
2144
|
-
type:
|
|
1902
|
+
type: "header";
|
|
2145
1903
|
key: Key;
|
|
2146
1904
|
value: UpdateProjectDataCacheHasValue;
|
|
2147
1905
|
};
|
|
@@ -2235,7 +1993,7 @@ export type UpdateProjectDataCacheResponseBody = {
|
|
|
2235
1993
|
id: string;
|
|
2236
1994
|
ipBuckets?: Array<UpdateProjectDataCacheIpBuckets> | undefined;
|
|
2237
1995
|
latestDeployments?: Array<LatestDeployments> | undefined;
|
|
2238
|
-
link?:
|
|
1996
|
+
link?: Link1 | Link2 | Link3 | Link4 | Link5 | undefined;
|
|
2239
1997
|
microfrontends?:
|
|
2240
1998
|
| UpdateProjectDataCacheMicrofrontends1
|
|
2241
1999
|
| UpdateProjectDataCacheMicrofrontends2
|
|
@@ -2918,33 +2676,18 @@ export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$outbou
|
|
|
2918
2676
|
> =
|
|
2919
2677
|
UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
2920
2678
|
|
|
2921
|
-
/** @internal */
|
|
2922
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema:
|
|
2923
|
-
z.ZodNativeEnum<
|
|
2924
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type
|
|
2925
|
-
> = z.nativeEnum(
|
|
2926
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type,
|
|
2927
|
-
);
|
|
2928
|
-
/** @internal */
|
|
2929
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema:
|
|
2930
|
-
z.ZodNativeEnum<
|
|
2931
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type
|
|
2932
|
-
> =
|
|
2933
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema;
|
|
2934
|
-
|
|
2935
2679
|
/** @internal */
|
|
2936
2680
|
export const ContentHint15$inboundSchema: z.ZodType<
|
|
2937
2681
|
ContentHint15,
|
|
2938
2682
|
z.ZodTypeDef,
|
|
2939
2683
|
unknown
|
|
2940
2684
|
> = z.object({
|
|
2941
|
-
type:
|
|
2942
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema,
|
|
2685
|
+
type: z.literal("flags-connection-string"),
|
|
2943
2686
|
projectId: z.string(),
|
|
2944
2687
|
});
|
|
2945
2688
|
/** @internal */
|
|
2946
2689
|
export type ContentHint15$Outbound = {
|
|
2947
|
-
type: string;
|
|
2690
|
+
type: "flags-connection-string";
|
|
2948
2691
|
projectId: string;
|
|
2949
2692
|
};
|
|
2950
2693
|
|
|
@@ -2954,8 +2697,7 @@ export const ContentHint15$outboundSchema: z.ZodType<
|
|
|
2954
2697
|
z.ZodTypeDef,
|
|
2955
2698
|
ContentHint15
|
|
2956
2699
|
> = z.object({
|
|
2957
|
-
type:
|
|
2958
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema,
|
|
2700
|
+
type: z.literal("flags-connection-string"),
|
|
2959
2701
|
projectId: z.string(),
|
|
2960
2702
|
});
|
|
2961
2703
|
|
|
@@ -2972,28 +2714,13 @@ export function contentHint15FromJSON(
|
|
|
2972
2714
|
);
|
|
2973
2715
|
}
|
|
2974
2716
|
|
|
2975
|
-
/** @internal */
|
|
2976
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema:
|
|
2977
|
-
z.ZodNativeEnum<
|
|
2978
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type
|
|
2979
|
-
> = z.nativeEnum(
|
|
2980
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type,
|
|
2981
|
-
);
|
|
2982
|
-
/** @internal */
|
|
2983
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema:
|
|
2984
|
-
z.ZodNativeEnum<
|
|
2985
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type
|
|
2986
|
-
> =
|
|
2987
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema;
|
|
2988
|
-
|
|
2989
2717
|
/** @internal */
|
|
2990
2718
|
export const ContentHint14$inboundSchema: z.ZodType<
|
|
2991
2719
|
ContentHint14,
|
|
2992
2720
|
z.ZodTypeDef,
|
|
2993
2721
|
unknown
|
|
2994
2722
|
> = z.object({
|
|
2995
|
-
type:
|
|
2996
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema,
|
|
2723
|
+
type: z.literal("integration-store-secret"),
|
|
2997
2724
|
storeId: z.string(),
|
|
2998
2725
|
integrationId: z.string(),
|
|
2999
2726
|
integrationProductId: z.string(),
|
|
@@ -3001,7 +2728,7 @@ export const ContentHint14$inboundSchema: z.ZodType<
|
|
|
3001
2728
|
});
|
|
3002
2729
|
/** @internal */
|
|
3003
2730
|
export type ContentHint14$Outbound = {
|
|
3004
|
-
type:
|
|
2731
|
+
type: "integration-store-secret";
|
|
3005
2732
|
storeId: string;
|
|
3006
2733
|
integrationId: string;
|
|
3007
2734
|
integrationProductId: string;
|
|
@@ -3014,8 +2741,7 @@ export const ContentHint14$outboundSchema: z.ZodType<
|
|
|
3014
2741
|
z.ZodTypeDef,
|
|
3015
2742
|
ContentHint14
|
|
3016
2743
|
> = z.object({
|
|
3017
|
-
type:
|
|
3018
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema,
|
|
2744
|
+
type: z.literal("integration-store-secret"),
|
|
3019
2745
|
storeId: z.string(),
|
|
3020
2746
|
integrationId: z.string(),
|
|
3021
2747
|
integrationProductId: z.string(),
|
|
@@ -3035,33 +2761,18 @@ export function contentHint14FromJSON(
|
|
|
3035
2761
|
);
|
|
3036
2762
|
}
|
|
3037
2763
|
|
|
3038
|
-
/** @internal */
|
|
3039
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema:
|
|
3040
|
-
z.ZodNativeEnum<
|
|
3041
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type
|
|
3042
|
-
> = z.nativeEnum(
|
|
3043
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type,
|
|
3044
|
-
);
|
|
3045
|
-
/** @internal */
|
|
3046
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema:
|
|
3047
|
-
z.ZodNativeEnum<
|
|
3048
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type
|
|
3049
|
-
> =
|
|
3050
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema;
|
|
3051
|
-
|
|
3052
2764
|
/** @internal */
|
|
3053
2765
|
export const ContentHint13$inboundSchema: z.ZodType<
|
|
3054
2766
|
ContentHint13,
|
|
3055
2767
|
z.ZodTypeDef,
|
|
3056
2768
|
unknown
|
|
3057
2769
|
> = z.object({
|
|
3058
|
-
type:
|
|
3059
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema,
|
|
2770
|
+
type: z.literal("postgres-url-no-ssl"),
|
|
3060
2771
|
storeId: z.string(),
|
|
3061
2772
|
});
|
|
3062
2773
|
/** @internal */
|
|
3063
2774
|
export type ContentHint13$Outbound = {
|
|
3064
|
-
type:
|
|
2775
|
+
type: "postgres-url-no-ssl";
|
|
3065
2776
|
storeId: string;
|
|
3066
2777
|
};
|
|
3067
2778
|
|
|
@@ -3071,8 +2782,7 @@ export const ContentHint13$outboundSchema: z.ZodType<
|
|
|
3071
2782
|
z.ZodTypeDef,
|
|
3072
2783
|
ContentHint13
|
|
3073
2784
|
> = z.object({
|
|
3074
|
-
type:
|
|
3075
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema,
|
|
2785
|
+
type: z.literal("postgres-url-no-ssl"),
|
|
3076
2786
|
storeId: z.string(),
|
|
3077
2787
|
});
|
|
3078
2788
|
|
|
@@ -3089,33 +2799,18 @@ export function contentHint13FromJSON(
|
|
|
3089
2799
|
);
|
|
3090
2800
|
}
|
|
3091
2801
|
|
|
3092
|
-
/** @internal */
|
|
3093
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema:
|
|
3094
|
-
z.ZodNativeEnum<
|
|
3095
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type
|
|
3096
|
-
> = z.nativeEnum(
|
|
3097
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type,
|
|
3098
|
-
);
|
|
3099
|
-
/** @internal */
|
|
3100
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema:
|
|
3101
|
-
z.ZodNativeEnum<
|
|
3102
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type
|
|
3103
|
-
> =
|
|
3104
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema;
|
|
3105
|
-
|
|
3106
2802
|
/** @internal */
|
|
3107
2803
|
export const ContentHint12$inboundSchema: z.ZodType<
|
|
3108
2804
|
ContentHint12,
|
|
3109
2805
|
z.ZodTypeDef,
|
|
3110
2806
|
unknown
|
|
3111
2807
|
> = z.object({
|
|
3112
|
-
type:
|
|
3113
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema,
|
|
2808
|
+
type: z.literal("postgres-database"),
|
|
3114
2809
|
storeId: z.string(),
|
|
3115
2810
|
});
|
|
3116
2811
|
/** @internal */
|
|
3117
2812
|
export type ContentHint12$Outbound = {
|
|
3118
|
-
type:
|
|
2813
|
+
type: "postgres-database";
|
|
3119
2814
|
storeId: string;
|
|
3120
2815
|
};
|
|
3121
2816
|
|
|
@@ -3125,8 +2820,7 @@ export const ContentHint12$outboundSchema: z.ZodType<
|
|
|
3125
2820
|
z.ZodTypeDef,
|
|
3126
2821
|
ContentHint12
|
|
3127
2822
|
> = z.object({
|
|
3128
|
-
type:
|
|
3129
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema,
|
|
2823
|
+
type: z.literal("postgres-database"),
|
|
3130
2824
|
storeId: z.string(),
|
|
3131
2825
|
});
|
|
3132
2826
|
|
|
@@ -3143,33 +2837,18 @@ export function contentHint12FromJSON(
|
|
|
3143
2837
|
);
|
|
3144
2838
|
}
|
|
3145
2839
|
|
|
3146
|
-
/** @internal */
|
|
3147
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema:
|
|
3148
|
-
z.ZodNativeEnum<
|
|
3149
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type
|
|
3150
|
-
> = z.nativeEnum(
|
|
3151
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type,
|
|
3152
|
-
);
|
|
3153
|
-
/** @internal */
|
|
3154
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema:
|
|
3155
|
-
z.ZodNativeEnum<
|
|
3156
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type
|
|
3157
|
-
> =
|
|
3158
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema;
|
|
3159
|
-
|
|
3160
2840
|
/** @internal */
|
|
3161
2841
|
export const ContentHint11$inboundSchema: z.ZodType<
|
|
3162
2842
|
ContentHint11,
|
|
3163
2843
|
z.ZodTypeDef,
|
|
3164
2844
|
unknown
|
|
3165
2845
|
> = z.object({
|
|
3166
|
-
type:
|
|
3167
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema,
|
|
2846
|
+
type: z.literal("postgres-password"),
|
|
3168
2847
|
storeId: z.string(),
|
|
3169
2848
|
});
|
|
3170
2849
|
/** @internal */
|
|
3171
2850
|
export type ContentHint11$Outbound = {
|
|
3172
|
-
type:
|
|
2851
|
+
type: "postgres-password";
|
|
3173
2852
|
storeId: string;
|
|
3174
2853
|
};
|
|
3175
2854
|
|
|
@@ -3179,8 +2858,7 @@ export const ContentHint11$outboundSchema: z.ZodType<
|
|
|
3179
2858
|
z.ZodTypeDef,
|
|
3180
2859
|
ContentHint11
|
|
3181
2860
|
> = z.object({
|
|
3182
|
-
type:
|
|
3183
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema,
|
|
2861
|
+
type: z.literal("postgres-password"),
|
|
3184
2862
|
storeId: z.string(),
|
|
3185
2863
|
});
|
|
3186
2864
|
|
|
@@ -3197,33 +2875,18 @@ export function contentHint11FromJSON(
|
|
|
3197
2875
|
);
|
|
3198
2876
|
}
|
|
3199
2877
|
|
|
3200
|
-
/** @internal */
|
|
3201
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema:
|
|
3202
|
-
z.ZodNativeEnum<
|
|
3203
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type
|
|
3204
|
-
> = z.nativeEnum(
|
|
3205
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type,
|
|
3206
|
-
);
|
|
3207
|
-
/** @internal */
|
|
3208
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema:
|
|
3209
|
-
z.ZodNativeEnum<
|
|
3210
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type
|
|
3211
|
-
> =
|
|
3212
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema;
|
|
3213
|
-
|
|
3214
2878
|
/** @internal */
|
|
3215
2879
|
export const ContentHint10$inboundSchema: z.ZodType<
|
|
3216
2880
|
ContentHint10,
|
|
3217
2881
|
z.ZodTypeDef,
|
|
3218
2882
|
unknown
|
|
3219
2883
|
> = z.object({
|
|
3220
|
-
type:
|
|
3221
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema,
|
|
2884
|
+
type: z.literal("postgres-host"),
|
|
3222
2885
|
storeId: z.string(),
|
|
3223
2886
|
});
|
|
3224
2887
|
/** @internal */
|
|
3225
2888
|
export type ContentHint10$Outbound = {
|
|
3226
|
-
type:
|
|
2889
|
+
type: "postgres-host";
|
|
3227
2890
|
storeId: string;
|
|
3228
2891
|
};
|
|
3229
2892
|
|
|
@@ -3233,8 +2896,7 @@ export const ContentHint10$outboundSchema: z.ZodType<
|
|
|
3233
2896
|
z.ZodTypeDef,
|
|
3234
2897
|
ContentHint10
|
|
3235
2898
|
> = z.object({
|
|
3236
|
-
type:
|
|
3237
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema,
|
|
2899
|
+
type: z.literal("postgres-host"),
|
|
3238
2900
|
storeId: z.string(),
|
|
3239
2901
|
});
|
|
3240
2902
|
|
|
@@ -3251,33 +2913,18 @@ export function contentHint10FromJSON(
|
|
|
3251
2913
|
);
|
|
3252
2914
|
}
|
|
3253
2915
|
|
|
3254
|
-
/** @internal */
|
|
3255
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema:
|
|
3256
|
-
z.ZodNativeEnum<
|
|
3257
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type
|
|
3258
|
-
> = z.nativeEnum(
|
|
3259
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type,
|
|
3260
|
-
);
|
|
3261
|
-
/** @internal */
|
|
3262
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema:
|
|
3263
|
-
z.ZodNativeEnum<
|
|
3264
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type
|
|
3265
|
-
> =
|
|
3266
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema;
|
|
3267
|
-
|
|
3268
2916
|
/** @internal */
|
|
3269
2917
|
export const ContentHint9$inboundSchema: z.ZodType<
|
|
3270
2918
|
ContentHint9,
|
|
3271
2919
|
z.ZodTypeDef,
|
|
3272
2920
|
unknown
|
|
3273
2921
|
> = z.object({
|
|
3274
|
-
type:
|
|
3275
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema,
|
|
2922
|
+
type: z.literal("postgres-user"),
|
|
3276
2923
|
storeId: z.string(),
|
|
3277
2924
|
});
|
|
3278
2925
|
/** @internal */
|
|
3279
2926
|
export type ContentHint9$Outbound = {
|
|
3280
|
-
type:
|
|
2927
|
+
type: "postgres-user";
|
|
3281
2928
|
storeId: string;
|
|
3282
2929
|
};
|
|
3283
2930
|
|
|
@@ -3287,8 +2934,7 @@ export const ContentHint9$outboundSchema: z.ZodType<
|
|
|
3287
2934
|
z.ZodTypeDef,
|
|
3288
2935
|
ContentHint9
|
|
3289
2936
|
> = z.object({
|
|
3290
|
-
type:
|
|
3291
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema,
|
|
2937
|
+
type: z.literal("postgres-user"),
|
|
3292
2938
|
storeId: z.string(),
|
|
3293
2939
|
});
|
|
3294
2940
|
|
|
@@ -3305,33 +2951,18 @@ export function contentHint9FromJSON(
|
|
|
3305
2951
|
);
|
|
3306
2952
|
}
|
|
3307
2953
|
|
|
3308
|
-
/** @internal */
|
|
3309
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema:
|
|
3310
|
-
z.ZodNativeEnum<
|
|
3311
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType
|
|
3312
|
-
> = z.nativeEnum(
|
|
3313
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType,
|
|
3314
|
-
);
|
|
3315
|
-
/** @internal */
|
|
3316
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema:
|
|
3317
|
-
z.ZodNativeEnum<
|
|
3318
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType
|
|
3319
|
-
> =
|
|
3320
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema;
|
|
3321
|
-
|
|
3322
2954
|
/** @internal */
|
|
3323
2955
|
export const ContentHint8$inboundSchema: z.ZodType<
|
|
3324
2956
|
ContentHint8,
|
|
3325
2957
|
z.ZodTypeDef,
|
|
3326
2958
|
unknown
|
|
3327
2959
|
> = z.object({
|
|
3328
|
-
type:
|
|
3329
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema,
|
|
2960
|
+
type: z.literal("postgres-prisma-url"),
|
|
3330
2961
|
storeId: z.string(),
|
|
3331
2962
|
});
|
|
3332
2963
|
/** @internal */
|
|
3333
2964
|
export type ContentHint8$Outbound = {
|
|
3334
|
-
type:
|
|
2965
|
+
type: "postgres-prisma-url";
|
|
3335
2966
|
storeId: string;
|
|
3336
2967
|
};
|
|
3337
2968
|
|
|
@@ -3341,8 +2972,7 @@ export const ContentHint8$outboundSchema: z.ZodType<
|
|
|
3341
2972
|
z.ZodTypeDef,
|
|
3342
2973
|
ContentHint8
|
|
3343
2974
|
> = z.object({
|
|
3344
|
-
type:
|
|
3345
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema,
|
|
2975
|
+
type: z.literal("postgres-prisma-url"),
|
|
3346
2976
|
storeId: z.string(),
|
|
3347
2977
|
});
|
|
3348
2978
|
|
|
@@ -3359,33 +2989,18 @@ export function contentHint8FromJSON(
|
|
|
3359
2989
|
);
|
|
3360
2990
|
}
|
|
3361
2991
|
|
|
3362
|
-
/** @internal */
|
|
3363
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema:
|
|
3364
|
-
z.ZodNativeEnum<
|
|
3365
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType
|
|
3366
|
-
> = z.nativeEnum(
|
|
3367
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType,
|
|
3368
|
-
);
|
|
3369
|
-
/** @internal */
|
|
3370
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema:
|
|
3371
|
-
z.ZodNativeEnum<
|
|
3372
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType
|
|
3373
|
-
> =
|
|
3374
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
|
|
3375
|
-
|
|
3376
2992
|
/** @internal */
|
|
3377
2993
|
export const ContentHint7$inboundSchema: z.ZodType<
|
|
3378
2994
|
ContentHint7,
|
|
3379
2995
|
z.ZodTypeDef,
|
|
3380
2996
|
unknown
|
|
3381
2997
|
> = z.object({
|
|
3382
|
-
type:
|
|
3383
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
2998
|
+
type: z.literal("postgres-url-non-pooling"),
|
|
3384
2999
|
storeId: z.string(),
|
|
3385
3000
|
});
|
|
3386
3001
|
/** @internal */
|
|
3387
3002
|
export type ContentHint7$Outbound = {
|
|
3388
|
-
type:
|
|
3003
|
+
type: "postgres-url-non-pooling";
|
|
3389
3004
|
storeId: string;
|
|
3390
3005
|
};
|
|
3391
3006
|
|
|
@@ -3395,8 +3010,7 @@ export const ContentHint7$outboundSchema: z.ZodType<
|
|
|
3395
3010
|
z.ZodTypeDef,
|
|
3396
3011
|
ContentHint7
|
|
3397
3012
|
> = z.object({
|
|
3398
|
-
type:
|
|
3399
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema,
|
|
3013
|
+
type: z.literal("postgres-url-non-pooling"),
|
|
3400
3014
|
storeId: z.string(),
|
|
3401
3015
|
});
|
|
3402
3016
|
|
|
@@ -3413,33 +3027,18 @@ export function contentHint7FromJSON(
|
|
|
3413
3027
|
);
|
|
3414
3028
|
}
|
|
3415
3029
|
|
|
3416
|
-
/** @internal */
|
|
3417
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$inboundSchema:
|
|
3418
|
-
z.ZodNativeEnum<
|
|
3419
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType
|
|
3420
|
-
> = z.nativeEnum(
|
|
3421
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType,
|
|
3422
|
-
);
|
|
3423
|
-
/** @internal */
|
|
3424
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$outboundSchema:
|
|
3425
|
-
z.ZodNativeEnum<
|
|
3426
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType
|
|
3427
|
-
> =
|
|
3428
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
3429
|
-
|
|
3430
3030
|
/** @internal */
|
|
3431
3031
|
export const ContentHint6$inboundSchema: z.ZodType<
|
|
3432
3032
|
ContentHint6,
|
|
3433
3033
|
z.ZodTypeDef,
|
|
3434
3034
|
unknown
|
|
3435
3035
|
> = z.object({
|
|
3436
|
-
type:
|
|
3437
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$inboundSchema,
|
|
3036
|
+
type: z.literal("postgres-url"),
|
|
3438
3037
|
storeId: z.string(),
|
|
3439
3038
|
});
|
|
3440
3039
|
/** @internal */
|
|
3441
3040
|
export type ContentHint6$Outbound = {
|
|
3442
|
-
type:
|
|
3041
|
+
type: "postgres-url";
|
|
3443
3042
|
storeId: string;
|
|
3444
3043
|
};
|
|
3445
3044
|
|
|
@@ -3449,8 +3048,7 @@ export const ContentHint6$outboundSchema: z.ZodType<
|
|
|
3449
3048
|
z.ZodTypeDef,
|
|
3450
3049
|
ContentHint6
|
|
3451
3050
|
> = z.object({
|
|
3452
|
-
type:
|
|
3453
|
-
UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$outboundSchema,
|
|
3051
|
+
type: z.literal("postgres-url"),
|
|
3454
3052
|
storeId: z.string(),
|
|
3455
3053
|
});
|
|
3456
3054
|
|
|
@@ -3467,29 +3065,18 @@ export function contentHint6FromJSON(
|
|
|
3467
3065
|
);
|
|
3468
3066
|
}
|
|
3469
3067
|
|
|
3470
|
-
/** @internal */
|
|
3471
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200Type$inboundSchema:
|
|
3472
|
-
z.ZodNativeEnum<
|
|
3473
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200Type
|
|
3474
|
-
> = z.nativeEnum(UpdateProjectDataCacheContentHintProjectsResponse200Type);
|
|
3475
|
-
/** @internal */
|
|
3476
|
-
export const UpdateProjectDataCacheContentHintProjectsResponse200Type$outboundSchema:
|
|
3477
|
-
z.ZodNativeEnum<
|
|
3478
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponse200Type
|
|
3479
|
-
> = UpdateProjectDataCacheContentHintProjectsResponse200Type$inboundSchema;
|
|
3480
|
-
|
|
3481
3068
|
/** @internal */
|
|
3482
3069
|
export const ContentHint5$inboundSchema: z.ZodType<
|
|
3483
3070
|
ContentHint5,
|
|
3484
3071
|
z.ZodTypeDef,
|
|
3485
3072
|
unknown
|
|
3486
3073
|
> = z.object({
|
|
3487
|
-
type:
|
|
3074
|
+
type: z.literal("blob-read-write-token"),
|
|
3488
3075
|
storeId: z.string(),
|
|
3489
3076
|
});
|
|
3490
3077
|
/** @internal */
|
|
3491
3078
|
export type ContentHint5$Outbound = {
|
|
3492
|
-
type:
|
|
3079
|
+
type: "blob-read-write-token";
|
|
3493
3080
|
storeId: string;
|
|
3494
3081
|
};
|
|
3495
3082
|
|
|
@@ -3499,7 +3086,7 @@ export const ContentHint5$outboundSchema: z.ZodType<
|
|
|
3499
3086
|
z.ZodTypeDef,
|
|
3500
3087
|
ContentHint5
|
|
3501
3088
|
> = z.object({
|
|
3502
|
-
type:
|
|
3089
|
+
type: z.literal("blob-read-write-token"),
|
|
3503
3090
|
storeId: z.string(),
|
|
3504
3091
|
});
|
|
3505
3092
|
|
|
@@ -3516,29 +3103,18 @@ export function contentHint5FromJSON(
|
|
|
3516
3103
|
);
|
|
3517
3104
|
}
|
|
3518
3105
|
|
|
3519
|
-
/** @internal */
|
|
3520
|
-
export const UpdateProjectDataCacheContentHintProjectsResponseType$inboundSchema:
|
|
3521
|
-
z.ZodNativeEnum<
|
|
3522
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponseType
|
|
3523
|
-
> = z.nativeEnum(UpdateProjectDataCacheContentHintProjectsResponseType);
|
|
3524
|
-
/** @internal */
|
|
3525
|
-
export const UpdateProjectDataCacheContentHintProjectsResponseType$outboundSchema:
|
|
3526
|
-
z.ZodNativeEnum<
|
|
3527
|
-
typeof UpdateProjectDataCacheContentHintProjectsResponseType
|
|
3528
|
-
> = UpdateProjectDataCacheContentHintProjectsResponseType$inboundSchema;
|
|
3529
|
-
|
|
3530
3106
|
/** @internal */
|
|
3531
3107
|
export const ContentHint4$inboundSchema: z.ZodType<
|
|
3532
3108
|
ContentHint4,
|
|
3533
3109
|
z.ZodTypeDef,
|
|
3534
3110
|
unknown
|
|
3535
3111
|
> = z.object({
|
|
3536
|
-
type:
|
|
3112
|
+
type: z.literal("redis-rest-api-read-only-token"),
|
|
3537
3113
|
storeId: z.string(),
|
|
3538
3114
|
});
|
|
3539
3115
|
/** @internal */
|
|
3540
3116
|
export type ContentHint4$Outbound = {
|
|
3541
|
-
type:
|
|
3117
|
+
type: "redis-rest-api-read-only-token";
|
|
3542
3118
|
storeId: string;
|
|
3543
3119
|
};
|
|
3544
3120
|
|
|
@@ -3548,7 +3124,7 @@ export const ContentHint4$outboundSchema: z.ZodType<
|
|
|
3548
3124
|
z.ZodTypeDef,
|
|
3549
3125
|
ContentHint4
|
|
3550
3126
|
> = z.object({
|
|
3551
|
-
type:
|
|
3127
|
+
type: z.literal("redis-rest-api-read-only-token"),
|
|
3552
3128
|
storeId: z.string(),
|
|
3553
3129
|
});
|
|
3554
3130
|
|
|
@@ -3565,27 +3141,18 @@ export function contentHint4FromJSON(
|
|
|
3565
3141
|
);
|
|
3566
3142
|
}
|
|
3567
3143
|
|
|
3568
|
-
/** @internal */
|
|
3569
|
-
export const UpdateProjectDataCacheContentHintProjectsType$inboundSchema:
|
|
3570
|
-
z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsType> = z
|
|
3571
|
-
.nativeEnum(UpdateProjectDataCacheContentHintProjectsType);
|
|
3572
|
-
/** @internal */
|
|
3573
|
-
export const UpdateProjectDataCacheContentHintProjectsType$outboundSchema:
|
|
3574
|
-
z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsType> =
|
|
3575
|
-
UpdateProjectDataCacheContentHintProjectsType$inboundSchema;
|
|
3576
|
-
|
|
3577
3144
|
/** @internal */
|
|
3578
3145
|
export const ContentHint3$inboundSchema: z.ZodType<
|
|
3579
3146
|
ContentHint3,
|
|
3580
3147
|
z.ZodTypeDef,
|
|
3581
3148
|
unknown
|
|
3582
3149
|
> = z.object({
|
|
3583
|
-
type:
|
|
3150
|
+
type: z.literal("redis-rest-api-token"),
|
|
3584
3151
|
storeId: z.string(),
|
|
3585
3152
|
});
|
|
3586
3153
|
/** @internal */
|
|
3587
3154
|
export type ContentHint3$Outbound = {
|
|
3588
|
-
type:
|
|
3155
|
+
type: "redis-rest-api-token";
|
|
3589
3156
|
storeId: string;
|
|
3590
3157
|
};
|
|
3591
3158
|
|
|
@@ -3595,7 +3162,7 @@ export const ContentHint3$outboundSchema: z.ZodType<
|
|
|
3595
3162
|
z.ZodTypeDef,
|
|
3596
3163
|
ContentHint3
|
|
3597
3164
|
> = z.object({
|
|
3598
|
-
type:
|
|
3165
|
+
type: z.literal("redis-rest-api-token"),
|
|
3599
3166
|
storeId: z.string(),
|
|
3600
3167
|
});
|
|
3601
3168
|
|
|
@@ -3612,28 +3179,18 @@ export function contentHint3FromJSON(
|
|
|
3612
3179
|
);
|
|
3613
3180
|
}
|
|
3614
3181
|
|
|
3615
|
-
/** @internal */
|
|
3616
|
-
export const UpdateProjectDataCacheContentHintType$inboundSchema:
|
|
3617
|
-
z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintType> = z.nativeEnum(
|
|
3618
|
-
UpdateProjectDataCacheContentHintType,
|
|
3619
|
-
);
|
|
3620
|
-
/** @internal */
|
|
3621
|
-
export const UpdateProjectDataCacheContentHintType$outboundSchema:
|
|
3622
|
-
z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintType> =
|
|
3623
|
-
UpdateProjectDataCacheContentHintType$inboundSchema;
|
|
3624
|
-
|
|
3625
3182
|
/** @internal */
|
|
3626
3183
|
export const ContentHint2$inboundSchema: z.ZodType<
|
|
3627
3184
|
ContentHint2,
|
|
3628
3185
|
z.ZodTypeDef,
|
|
3629
3186
|
unknown
|
|
3630
3187
|
> = z.object({
|
|
3631
|
-
type:
|
|
3188
|
+
type: z.literal("redis-rest-api-url"),
|
|
3632
3189
|
storeId: z.string(),
|
|
3633
3190
|
});
|
|
3634
3191
|
/** @internal */
|
|
3635
3192
|
export type ContentHint2$Outbound = {
|
|
3636
|
-
type:
|
|
3193
|
+
type: "redis-rest-api-url";
|
|
3637
3194
|
storeId: string;
|
|
3638
3195
|
};
|
|
3639
3196
|
|
|
@@ -3643,7 +3200,7 @@ export const ContentHint2$outboundSchema: z.ZodType<
|
|
|
3643
3200
|
z.ZodTypeDef,
|
|
3644
3201
|
ContentHint2
|
|
3645
3202
|
> = z.object({
|
|
3646
|
-
type:
|
|
3203
|
+
type: z.literal("redis-rest-api-url"),
|
|
3647
3204
|
storeId: z.string(),
|
|
3648
3205
|
});
|
|
3649
3206
|
|
|
@@ -3660,27 +3217,18 @@ export function contentHint2FromJSON(
|
|
|
3660
3217
|
);
|
|
3661
3218
|
}
|
|
3662
3219
|
|
|
3663
|
-
/** @internal */
|
|
3664
|
-
export const ContentHintType$inboundSchema: z.ZodNativeEnum<
|
|
3665
|
-
typeof ContentHintType
|
|
3666
|
-
> = z.nativeEnum(ContentHintType);
|
|
3667
|
-
/** @internal */
|
|
3668
|
-
export const ContentHintType$outboundSchema: z.ZodNativeEnum<
|
|
3669
|
-
typeof ContentHintType
|
|
3670
|
-
> = ContentHintType$inboundSchema;
|
|
3671
|
-
|
|
3672
3220
|
/** @internal */
|
|
3673
3221
|
export const ContentHint1$inboundSchema: z.ZodType<
|
|
3674
3222
|
ContentHint1,
|
|
3675
3223
|
z.ZodTypeDef,
|
|
3676
3224
|
unknown
|
|
3677
3225
|
> = z.object({
|
|
3678
|
-
type:
|
|
3226
|
+
type: z.literal("redis-url"),
|
|
3679
3227
|
storeId: z.string(),
|
|
3680
3228
|
});
|
|
3681
3229
|
/** @internal */
|
|
3682
3230
|
export type ContentHint1$Outbound = {
|
|
3683
|
-
type:
|
|
3231
|
+
type: "redis-url";
|
|
3684
3232
|
storeId: string;
|
|
3685
3233
|
};
|
|
3686
3234
|
|
|
@@ -3690,7 +3238,7 @@ export const ContentHint1$outboundSchema: z.ZodType<
|
|
|
3690
3238
|
z.ZodTypeDef,
|
|
3691
3239
|
ContentHint1
|
|
3692
3240
|
> = z.object({
|
|
3693
|
-
type:
|
|
3241
|
+
type: z.literal("redis-url"),
|
|
3694
3242
|
storeId: z.string(),
|
|
3695
3243
|
});
|
|
3696
3244
|
|
|
@@ -3713,7 +3261,6 @@ export const ContentHint$inboundSchema: z.ZodType<
|
|
|
3713
3261
|
z.ZodTypeDef,
|
|
3714
3262
|
unknown
|
|
3715
3263
|
> = z.union([
|
|
3716
|
-
z.lazy(() => ContentHint14$inboundSchema),
|
|
3717
3264
|
z.lazy(() => ContentHint1$inboundSchema),
|
|
3718
3265
|
z.lazy(() => ContentHint2$inboundSchema),
|
|
3719
3266
|
z.lazy(() => ContentHint3$inboundSchema),
|
|
@@ -3727,11 +3274,11 @@ export const ContentHint$inboundSchema: z.ZodType<
|
|
|
3727
3274
|
z.lazy(() => ContentHint11$inboundSchema),
|
|
3728
3275
|
z.lazy(() => ContentHint12$inboundSchema),
|
|
3729
3276
|
z.lazy(() => ContentHint13$inboundSchema),
|
|
3277
|
+
z.lazy(() => ContentHint14$inboundSchema),
|
|
3730
3278
|
z.lazy(() => ContentHint15$inboundSchema),
|
|
3731
3279
|
]);
|
|
3732
3280
|
/** @internal */
|
|
3733
3281
|
export type ContentHint$Outbound =
|
|
3734
|
-
| ContentHint14$Outbound
|
|
3735
3282
|
| ContentHint1$Outbound
|
|
3736
3283
|
| ContentHint2$Outbound
|
|
3737
3284
|
| ContentHint3$Outbound
|
|
@@ -3745,6 +3292,7 @@ export type ContentHint$Outbound =
|
|
|
3745
3292
|
| ContentHint11$Outbound
|
|
3746
3293
|
| ContentHint12$Outbound
|
|
3747
3294
|
| ContentHint13$Outbound
|
|
3295
|
+
| ContentHint14$Outbound
|
|
3748
3296
|
| ContentHint15$Outbound;
|
|
3749
3297
|
|
|
3750
3298
|
/** @internal */
|
|
@@ -3753,7 +3301,6 @@ export const ContentHint$outboundSchema: z.ZodType<
|
|
|
3753
3301
|
z.ZodTypeDef,
|
|
3754
3302
|
ContentHint
|
|
3755
3303
|
> = z.union([
|
|
3756
|
-
z.lazy(() => ContentHint14$outboundSchema),
|
|
3757
3304
|
z.lazy(() => ContentHint1$outboundSchema),
|
|
3758
3305
|
z.lazy(() => ContentHint2$outboundSchema),
|
|
3759
3306
|
z.lazy(() => ContentHint3$outboundSchema),
|
|
@@ -3767,6 +3314,7 @@ export const ContentHint$outboundSchema: z.ZodType<
|
|
|
3767
3314
|
z.lazy(() => ContentHint11$outboundSchema),
|
|
3768
3315
|
z.lazy(() => ContentHint12$outboundSchema),
|
|
3769
3316
|
z.lazy(() => ContentHint13$outboundSchema),
|
|
3317
|
+
z.lazy(() => ContentHint14$outboundSchema),
|
|
3770
3318
|
z.lazy(() => ContentHint15$outboundSchema),
|
|
3771
3319
|
]);
|
|
3772
3320
|
|
|
@@ -3869,7 +3417,6 @@ export const UpdateProjectDataCacheEnv$inboundSchema: z.ZodType<
|
|
|
3869
3417
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
3870
3418
|
contentHint: z.nullable(
|
|
3871
3419
|
z.union([
|
|
3872
|
-
z.lazy(() => ContentHint14$inboundSchema),
|
|
3873
3420
|
z.lazy(() => ContentHint1$inboundSchema),
|
|
3874
3421
|
z.lazy(() => ContentHint2$inboundSchema),
|
|
3875
3422
|
z.lazy(() => ContentHint3$inboundSchema),
|
|
@@ -3883,6 +3430,7 @@ export const UpdateProjectDataCacheEnv$inboundSchema: z.ZodType<
|
|
|
3883
3430
|
z.lazy(() => ContentHint11$inboundSchema),
|
|
3884
3431
|
z.lazy(() => ContentHint12$inboundSchema),
|
|
3885
3432
|
z.lazy(() => ContentHint13$inboundSchema),
|
|
3433
|
+
z.lazy(() => ContentHint14$inboundSchema),
|
|
3886
3434
|
z.lazy(() => ContentHint15$inboundSchema),
|
|
3887
3435
|
]),
|
|
3888
3436
|
).optional(),
|
|
@@ -3911,7 +3459,6 @@ export type UpdateProjectDataCacheEnv$Outbound = {
|
|
|
3911
3459
|
edgeConfigId?: string | null | undefined;
|
|
3912
3460
|
edgeConfigTokenId?: string | null | undefined;
|
|
3913
3461
|
contentHint?:
|
|
3914
|
-
| ContentHint14$Outbound
|
|
3915
3462
|
| ContentHint1$Outbound
|
|
3916
3463
|
| ContentHint2$Outbound
|
|
3917
3464
|
| ContentHint3$Outbound
|
|
@@ -3925,6 +3472,7 @@ export type UpdateProjectDataCacheEnv$Outbound = {
|
|
|
3925
3472
|
| ContentHint11$Outbound
|
|
3926
3473
|
| ContentHint12$Outbound
|
|
3927
3474
|
| ContentHint13$Outbound
|
|
3475
|
+
| ContentHint14$Outbound
|
|
3928
3476
|
| ContentHint15$Outbound
|
|
3929
3477
|
| null
|
|
3930
3478
|
| undefined;
|
|
@@ -3961,7 +3509,6 @@ export const UpdateProjectDataCacheEnv$outboundSchema: z.ZodType<
|
|
|
3961
3509
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
3962
3510
|
contentHint: z.nullable(
|
|
3963
3511
|
z.union([
|
|
3964
|
-
z.lazy(() => ContentHint14$outboundSchema),
|
|
3965
3512
|
z.lazy(() => ContentHint1$outboundSchema),
|
|
3966
3513
|
z.lazy(() => ContentHint2$outboundSchema),
|
|
3967
3514
|
z.lazy(() => ContentHint3$outboundSchema),
|
|
@@ -3975,6 +3522,7 @@ export const UpdateProjectDataCacheEnv$outboundSchema: z.ZodType<
|
|
|
3975
3522
|
z.lazy(() => ContentHint11$outboundSchema),
|
|
3976
3523
|
z.lazy(() => ContentHint12$outboundSchema),
|
|
3977
3524
|
z.lazy(() => ContentHint13$outboundSchema),
|
|
3525
|
+
z.lazy(() => ContentHint14$outboundSchema),
|
|
3978
3526
|
z.lazy(() => ContentHint15$outboundSchema),
|
|
3979
3527
|
]),
|
|
3980
3528
|
).optional(),
|
|
@@ -4888,15 +4436,6 @@ export function latestDeploymentsFromJSON(
|
|
|
4888
4436
|
);
|
|
4889
4437
|
}
|
|
4890
4438
|
|
|
4891
|
-
/** @internal */
|
|
4892
|
-
export const UpdateProjectDataCacheLinkProjectsResponse200Type$inboundSchema:
|
|
4893
|
-
z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsResponse200Type> = z
|
|
4894
|
-
.nativeEnum(UpdateProjectDataCacheLinkProjectsResponse200Type);
|
|
4895
|
-
/** @internal */
|
|
4896
|
-
export const UpdateProjectDataCacheLinkProjectsResponse200Type$outboundSchema:
|
|
4897
|
-
z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsResponse200Type> =
|
|
4898
|
-
UpdateProjectDataCacheLinkProjectsResponse200Type$inboundSchema;
|
|
4899
|
-
|
|
4900
4439
|
/** @internal */
|
|
4901
4440
|
export const UpdateProjectDataCacheLinkProjectsResponseDeployHooks$inboundSchema:
|
|
4902
4441
|
z.ZodType<
|
|
@@ -4965,7 +4504,7 @@ export const Link5$inboundSchema: z.ZodType<Link5, z.ZodTypeDef, unknown> = z
|
|
|
4965
4504
|
name: z.string(),
|
|
4966
4505
|
slug: z.string(),
|
|
4967
4506
|
owner: z.string(),
|
|
4968
|
-
type:
|
|
4507
|
+
type: z.literal("bitbucket"),
|
|
4969
4508
|
uuid: z.string(),
|
|
4970
4509
|
workspaceUuid: z.string(),
|
|
4971
4510
|
createdAt: z.number().optional(),
|
|
@@ -4984,7 +4523,7 @@ export type Link5$Outbound = {
|
|
|
4984
4523
|
name: string;
|
|
4985
4524
|
slug: string;
|
|
4986
4525
|
owner: string;
|
|
4987
|
-
type:
|
|
4526
|
+
type: "bitbucket";
|
|
4988
4527
|
uuid: string;
|
|
4989
4528
|
workspaceUuid: string;
|
|
4990
4529
|
createdAt?: number | undefined;
|
|
@@ -5006,7 +4545,7 @@ export const Link5$outboundSchema: z.ZodType<
|
|
|
5006
4545
|
name: z.string(),
|
|
5007
4546
|
slug: z.string(),
|
|
5008
4547
|
owner: z.string(),
|
|
5009
|
-
type:
|
|
4548
|
+
type: z.literal("bitbucket"),
|
|
5010
4549
|
uuid: z.string(),
|
|
5011
4550
|
workspaceUuid: z.string(),
|
|
5012
4551
|
createdAt: z.number().optional(),
|
|
@@ -5034,15 +4573,6 @@ export function link5FromJSON(
|
|
|
5034
4573
|
);
|
|
5035
4574
|
}
|
|
5036
4575
|
|
|
5037
|
-
/** @internal */
|
|
5038
|
-
export const UpdateProjectDataCacheLinkProjectsResponseType$inboundSchema:
|
|
5039
|
-
z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsResponseType> = z
|
|
5040
|
-
.nativeEnum(UpdateProjectDataCacheLinkProjectsResponseType);
|
|
5041
|
-
/** @internal */
|
|
5042
|
-
export const UpdateProjectDataCacheLinkProjectsResponseType$outboundSchema:
|
|
5043
|
-
z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsResponseType> =
|
|
5044
|
-
UpdateProjectDataCacheLinkProjectsResponseType$inboundSchema;
|
|
5045
|
-
|
|
5046
4576
|
/** @internal */
|
|
5047
4577
|
export const UpdateProjectDataCacheLinkProjectsDeployHooks$inboundSchema:
|
|
5048
4578
|
z.ZodType<
|
|
@@ -5114,7 +4644,7 @@ export const Link4$inboundSchema: z.ZodType<Link4, z.ZodTypeDef, unknown> = z
|
|
|
5114
4644
|
projectNamespace: z.string(),
|
|
5115
4645
|
projectOwnerId: z.number().optional(),
|
|
5116
4646
|
projectUrl: z.string(),
|
|
5117
|
-
type:
|
|
4647
|
+
type: z.literal("gitlab"),
|
|
5118
4648
|
createdAt: z.number().optional(),
|
|
5119
4649
|
deployHooks: z.array(
|
|
5120
4650
|
z.lazy(() => UpdateProjectDataCacheLinkProjectsDeployHooks$inboundSchema),
|
|
@@ -5132,7 +4662,7 @@ export type Link4$Outbound = {
|
|
|
5132
4662
|
projectNamespace: string;
|
|
5133
4663
|
projectOwnerId?: number | undefined;
|
|
5134
4664
|
projectUrl: string;
|
|
5135
|
-
type:
|
|
4665
|
+
type: "gitlab";
|
|
5136
4666
|
createdAt?: number | undefined;
|
|
5137
4667
|
deployHooks: Array<UpdateProjectDataCacheLinkProjectsDeployHooks$Outbound>;
|
|
5138
4668
|
gitCredentialId: string;
|
|
@@ -5153,7 +4683,7 @@ export const Link4$outboundSchema: z.ZodType<
|
|
|
5153
4683
|
projectNamespace: z.string(),
|
|
5154
4684
|
projectOwnerId: z.number().optional(),
|
|
5155
4685
|
projectUrl: z.string(),
|
|
5156
|
-
type:
|
|
4686
|
+
type: z.literal("gitlab"),
|
|
5157
4687
|
createdAt: z.number().optional(),
|
|
5158
4688
|
deployHooks: z.array(
|
|
5159
4689
|
z.lazy(() => UpdateProjectDataCacheLinkProjectsDeployHooks$outboundSchema),
|
|
@@ -5177,16 +4707,6 @@ export function link4FromJSON(
|
|
|
5177
4707
|
);
|
|
5178
4708
|
}
|
|
5179
4709
|
|
|
5180
|
-
/** @internal */
|
|
5181
|
-
export const UpdateProjectDataCacheLinkProjectsType$inboundSchema:
|
|
5182
|
-
z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsType> = z.nativeEnum(
|
|
5183
|
-
UpdateProjectDataCacheLinkProjectsType,
|
|
5184
|
-
);
|
|
5185
|
-
/** @internal */
|
|
5186
|
-
export const UpdateProjectDataCacheLinkProjectsType$outboundSchema:
|
|
5187
|
-
z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsType> =
|
|
5188
|
-
UpdateProjectDataCacheLinkProjectsType$inboundSchema;
|
|
5189
|
-
|
|
5190
4710
|
/** @internal */
|
|
5191
4711
|
export const UpdateProjectDataCacheLinkDeployHooks$inboundSchema: z.ZodType<
|
|
5192
4712
|
UpdateProjectDataCacheLinkDeployHooks,
|
|
@@ -5248,7 +4768,7 @@ export const Link3$inboundSchema: z.ZodType<Link3, z.ZodTypeDef, unknown> = z
|
|
|
5248
4768
|
repoOwnerId: z.number().optional(),
|
|
5249
4769
|
repo: z.string().optional(),
|
|
5250
4770
|
repoId: z.number().optional(),
|
|
5251
|
-
type:
|
|
4771
|
+
type: z.literal("github-custom-host"),
|
|
5252
4772
|
host: z.string(),
|
|
5253
4773
|
createdAt: z.number().optional(),
|
|
5254
4774
|
deployHooks: z.array(
|
|
@@ -5265,7 +4785,7 @@ export type Link3$Outbound = {
|
|
|
5265
4785
|
repoOwnerId?: number | undefined;
|
|
5266
4786
|
repo?: string | undefined;
|
|
5267
4787
|
repoId?: number | undefined;
|
|
5268
|
-
type:
|
|
4788
|
+
type: "github-custom-host";
|
|
5269
4789
|
host: string;
|
|
5270
4790
|
createdAt?: number | undefined;
|
|
5271
4791
|
deployHooks: Array<UpdateProjectDataCacheLinkDeployHooks$Outbound>;
|
|
@@ -5285,7 +4805,7 @@ export const Link3$outboundSchema: z.ZodType<
|
|
|
5285
4805
|
repoOwnerId: z.number().optional(),
|
|
5286
4806
|
repo: z.string().optional(),
|
|
5287
4807
|
repoId: z.number().optional(),
|
|
5288
|
-
type:
|
|
4808
|
+
type: z.literal("github-custom-host"),
|
|
5289
4809
|
host: z.string(),
|
|
5290
4810
|
createdAt: z.number().optional(),
|
|
5291
4811
|
deployHooks: z.array(
|
|
@@ -5310,15 +4830,6 @@ export function link3FromJSON(
|
|
|
5310
4830
|
);
|
|
5311
4831
|
}
|
|
5312
4832
|
|
|
5313
|
-
/** @internal */
|
|
5314
|
-
export const UpdateProjectDataCacheLinkType$inboundSchema: z.ZodNativeEnum<
|
|
5315
|
-
typeof UpdateProjectDataCacheLinkType
|
|
5316
|
-
> = z.nativeEnum(UpdateProjectDataCacheLinkType);
|
|
5317
|
-
/** @internal */
|
|
5318
|
-
export const UpdateProjectDataCacheLinkType$outboundSchema: z.ZodNativeEnum<
|
|
5319
|
-
typeof UpdateProjectDataCacheLinkType
|
|
5320
|
-
> = UpdateProjectDataCacheLinkType$inboundSchema;
|
|
5321
|
-
|
|
5322
4833
|
/** @internal */
|
|
5323
4834
|
export const LinkDeployHooks$inboundSchema: z.ZodType<
|
|
5324
4835
|
LinkDeployHooks,
|
|
@@ -5371,7 +4882,7 @@ export function linkDeployHooksFromJSON(
|
|
|
5371
4882
|
/** @internal */
|
|
5372
4883
|
export const Link2$inboundSchema: z.ZodType<Link2, z.ZodTypeDef, unknown> = z
|
|
5373
4884
|
.object({
|
|
5374
|
-
type:
|
|
4885
|
+
type: z.literal("github-limited"),
|
|
5375
4886
|
createdAt: z.number().optional(),
|
|
5376
4887
|
updatedAt: z.number().optional(),
|
|
5377
4888
|
org: z.string(),
|
|
@@ -5385,7 +4896,7 @@ export const Link2$inboundSchema: z.ZodType<Link2, z.ZodTypeDef, unknown> = z
|
|
|
5385
4896
|
});
|
|
5386
4897
|
/** @internal */
|
|
5387
4898
|
export type Link2$Outbound = {
|
|
5388
|
-
type:
|
|
4899
|
+
type: "github-limited";
|
|
5389
4900
|
createdAt?: number | undefined;
|
|
5390
4901
|
updatedAt?: number | undefined;
|
|
5391
4902
|
org: string;
|
|
@@ -5404,7 +4915,7 @@ export const Link2$outboundSchema: z.ZodType<
|
|
|
5404
4915
|
z.ZodTypeDef,
|
|
5405
4916
|
Link2
|
|
5406
4917
|
> = z.object({
|
|
5407
|
-
type:
|
|
4918
|
+
type: z.literal("github-limited"),
|
|
5408
4919
|
createdAt: z.number().optional(),
|
|
5409
4920
|
updatedAt: z.number().optional(),
|
|
5410
4921
|
org: z.string(),
|
|
@@ -5430,13 +4941,6 @@ export function link2FromJSON(
|
|
|
5430
4941
|
);
|
|
5431
4942
|
}
|
|
5432
4943
|
|
|
5433
|
-
/** @internal */
|
|
5434
|
-
export const LinkType$inboundSchema: z.ZodNativeEnum<typeof LinkType> = z
|
|
5435
|
-
.nativeEnum(LinkType);
|
|
5436
|
-
/** @internal */
|
|
5437
|
-
export const LinkType$outboundSchema: z.ZodNativeEnum<typeof LinkType> =
|
|
5438
|
-
LinkType$inboundSchema;
|
|
5439
|
-
|
|
5440
4944
|
/** @internal */
|
|
5441
4945
|
export const DeployHooks$inboundSchema: z.ZodType<
|
|
5442
4946
|
DeployHooks,
|
|
@@ -5491,7 +4995,7 @@ export const Link1$inboundSchema: z.ZodType<Link1, z.ZodTypeDef, unknown> = z
|
|
|
5491
4995
|
repoOwnerId: z.number().optional(),
|
|
5492
4996
|
repo: z.string().optional(),
|
|
5493
4997
|
repoId: z.number().optional(),
|
|
5494
|
-
type:
|
|
4998
|
+
type: z.literal("github"),
|
|
5495
4999
|
createdAt: z.number().optional(),
|
|
5496
5000
|
deployHooks: z.array(z.lazy(() => DeployHooks$inboundSchema)),
|
|
5497
5001
|
gitCredentialId: z.string(),
|
|
@@ -5505,7 +5009,7 @@ export type Link1$Outbound = {
|
|
|
5505
5009
|
repoOwnerId?: number | undefined;
|
|
5506
5010
|
repo?: string | undefined;
|
|
5507
5011
|
repoId?: number | undefined;
|
|
5508
|
-
type:
|
|
5012
|
+
type: "github";
|
|
5509
5013
|
createdAt?: number | undefined;
|
|
5510
5014
|
deployHooks: Array<DeployHooks$Outbound>;
|
|
5511
5015
|
gitCredentialId: string;
|
|
@@ -5524,7 +5028,7 @@ export const Link1$outboundSchema: z.ZodType<
|
|
|
5524
5028
|
repoOwnerId: z.number().optional(),
|
|
5525
5029
|
repo: z.string().optional(),
|
|
5526
5030
|
repoId: z.number().optional(),
|
|
5527
|
-
type:
|
|
5031
|
+
type: z.literal("github"),
|
|
5528
5032
|
createdAt: z.number().optional(),
|
|
5529
5033
|
deployHooks: z.array(z.lazy(() => DeployHooks$outboundSchema)),
|
|
5530
5034
|
gitCredentialId: z.string(),
|
|
@@ -5549,28 +5053,28 @@ export function link1FromJSON(
|
|
|
5549
5053
|
/** @internal */
|
|
5550
5054
|
export const Link$inboundSchema: z.ZodType<Link, z.ZodTypeDef, unknown> = z
|
|
5551
5055
|
.union([
|
|
5552
|
-
z.lazy(() => Link4$inboundSchema),
|
|
5553
|
-
z.lazy(() => Link5$inboundSchema),
|
|
5554
|
-
z.lazy(() => Link3$inboundSchema),
|
|
5555
5056
|
z.lazy(() => Link1$inboundSchema),
|
|
5556
5057
|
z.lazy(() => Link2$inboundSchema),
|
|
5058
|
+
z.lazy(() => Link3$inboundSchema),
|
|
5059
|
+
z.lazy(() => Link4$inboundSchema),
|
|
5060
|
+
z.lazy(() => Link5$inboundSchema),
|
|
5557
5061
|
]);
|
|
5558
5062
|
/** @internal */
|
|
5559
5063
|
export type Link$Outbound =
|
|
5560
|
-
| Link4$Outbound
|
|
5561
|
-
| Link5$Outbound
|
|
5562
|
-
| Link3$Outbound
|
|
5563
5064
|
| Link1$Outbound
|
|
5564
|
-
| Link2$Outbound
|
|
5065
|
+
| Link2$Outbound
|
|
5066
|
+
| Link3$Outbound
|
|
5067
|
+
| Link4$Outbound
|
|
5068
|
+
| Link5$Outbound;
|
|
5565
5069
|
|
|
5566
5070
|
/** @internal */
|
|
5567
5071
|
export const Link$outboundSchema: z.ZodType<Link$Outbound, z.ZodTypeDef, Link> =
|
|
5568
5072
|
z.union([
|
|
5569
|
-
z.lazy(() => Link4$outboundSchema),
|
|
5570
|
-
z.lazy(() => Link5$outboundSchema),
|
|
5571
|
-
z.lazy(() => Link3$outboundSchema),
|
|
5572
5073
|
z.lazy(() => Link1$outboundSchema),
|
|
5573
5074
|
z.lazy(() => Link2$outboundSchema),
|
|
5075
|
+
z.lazy(() => Link3$outboundSchema),
|
|
5076
|
+
z.lazy(() => Link4$outboundSchema),
|
|
5077
|
+
z.lazy(() => Link5$outboundSchema),
|
|
5574
5078
|
]);
|
|
5575
5079
|
|
|
5576
5080
|
export function linkToJSON(link: Link): string {
|
|
@@ -7704,15 +7208,6 @@ export function lastAliasRequestFromJSON(
|
|
|
7704
7208
|
);
|
|
7705
7209
|
}
|
|
7706
7210
|
|
|
7707
|
-
/** @internal */
|
|
7708
|
-
export const ProtectionBypassScope$inboundSchema: z.ZodNativeEnum<
|
|
7709
|
-
typeof ProtectionBypassScope
|
|
7710
|
-
> = z.nativeEnum(ProtectionBypassScope);
|
|
7711
|
-
/** @internal */
|
|
7712
|
-
export const ProtectionBypassScope$outboundSchema: z.ZodNativeEnum<
|
|
7713
|
-
typeof ProtectionBypassScope
|
|
7714
|
-
> = ProtectionBypassScope$inboundSchema;
|
|
7715
|
-
|
|
7716
7211
|
/** @internal */
|
|
7717
7212
|
export const ProtectionBypass2$inboundSchema: z.ZodType<
|
|
7718
7213
|
ProtectionBypass2,
|
|
@@ -7721,13 +7216,13 @@ export const ProtectionBypass2$inboundSchema: z.ZodType<
|
|
|
7721
7216
|
> = z.object({
|
|
7722
7217
|
createdAt: z.number(),
|
|
7723
7218
|
createdBy: z.string(),
|
|
7724
|
-
scope:
|
|
7219
|
+
scope: z.literal("automation-bypass"),
|
|
7725
7220
|
});
|
|
7726
7221
|
/** @internal */
|
|
7727
7222
|
export type ProtectionBypass2$Outbound = {
|
|
7728
7223
|
createdAt: number;
|
|
7729
7224
|
createdBy: string;
|
|
7730
|
-
scope:
|
|
7225
|
+
scope: "automation-bypass";
|
|
7731
7226
|
};
|
|
7732
7227
|
|
|
7733
7228
|
/** @internal */
|
|
@@ -7738,7 +7233,7 @@ export const ProtectionBypass2$outboundSchema: z.ZodType<
|
|
|
7738
7233
|
> = z.object({
|
|
7739
7234
|
createdAt: z.number(),
|
|
7740
7235
|
createdBy: z.string(),
|
|
7741
|
-
scope:
|
|
7236
|
+
scope: z.literal("automation-bypass"),
|
|
7742
7237
|
});
|
|
7743
7238
|
|
|
7744
7239
|
export function protectionBypass2ToJSON(
|
|
@@ -7758,15 +7253,6 @@ export function protectionBypass2FromJSON(
|
|
|
7758
7253
|
);
|
|
7759
7254
|
}
|
|
7760
7255
|
|
|
7761
|
-
/** @internal */
|
|
7762
|
-
export const UpdateProjectDataCacheProtectionBypassScope$inboundSchema:
|
|
7763
|
-
z.ZodNativeEnum<typeof UpdateProjectDataCacheProtectionBypassScope> = z
|
|
7764
|
-
.nativeEnum(UpdateProjectDataCacheProtectionBypassScope);
|
|
7765
|
-
/** @internal */
|
|
7766
|
-
export const UpdateProjectDataCacheProtectionBypassScope$outboundSchema:
|
|
7767
|
-
z.ZodNativeEnum<typeof UpdateProjectDataCacheProtectionBypassScope> =
|
|
7768
|
-
UpdateProjectDataCacheProtectionBypassScope$inboundSchema;
|
|
7769
|
-
|
|
7770
7256
|
/** @internal */
|
|
7771
7257
|
export const ProtectionBypass1$inboundSchema: z.ZodType<
|
|
7772
7258
|
ProtectionBypass1,
|
|
@@ -7775,7 +7261,7 @@ export const ProtectionBypass1$inboundSchema: z.ZodType<
|
|
|
7775
7261
|
> = z.object({
|
|
7776
7262
|
createdAt: z.number(),
|
|
7777
7263
|
createdBy: z.string(),
|
|
7778
|
-
scope:
|
|
7264
|
+
scope: z.literal("integration-automation-bypass"),
|
|
7779
7265
|
integrationId: z.string(),
|
|
7780
7266
|
configurationId: z.string(),
|
|
7781
7267
|
});
|
|
@@ -7783,7 +7269,7 @@ export const ProtectionBypass1$inboundSchema: z.ZodType<
|
|
|
7783
7269
|
export type ProtectionBypass1$Outbound = {
|
|
7784
7270
|
createdAt: number;
|
|
7785
7271
|
createdBy: string;
|
|
7786
|
-
scope:
|
|
7272
|
+
scope: "integration-automation-bypass";
|
|
7787
7273
|
integrationId: string;
|
|
7788
7274
|
configurationId: string;
|
|
7789
7275
|
};
|
|
@@ -7796,7 +7282,7 @@ export const ProtectionBypass1$outboundSchema: z.ZodType<
|
|
|
7796
7282
|
> = z.object({
|
|
7797
7283
|
createdAt: z.number(),
|
|
7798
7284
|
createdBy: z.string(),
|
|
7799
|
-
scope:
|
|
7285
|
+
scope: z.literal("integration-automation-bypass"),
|
|
7800
7286
|
integrationId: z.string(),
|
|
7801
7287
|
configurationId: z.string(),
|
|
7802
7288
|
});
|
|
@@ -8722,26 +8208,6 @@ export function blockFromJSON(
|
|
|
8722
8208
|
);
|
|
8723
8209
|
}
|
|
8724
8210
|
|
|
8725
|
-
/** @internal */
|
|
8726
|
-
export const UpdateProjectDataCacheBlockHistoryProjectsResponseAction$inboundSchema:
|
|
8727
|
-
z.ZodNativeEnum<
|
|
8728
|
-
typeof UpdateProjectDataCacheBlockHistoryProjectsResponseAction
|
|
8729
|
-
> = z.nativeEnum(UpdateProjectDataCacheBlockHistoryProjectsResponseAction);
|
|
8730
|
-
/** @internal */
|
|
8731
|
-
export const UpdateProjectDataCacheBlockHistoryProjectsResponseAction$outboundSchema:
|
|
8732
|
-
z.ZodNativeEnum<
|
|
8733
|
-
typeof UpdateProjectDataCacheBlockHistoryProjectsResponseAction
|
|
8734
|
-
> = UpdateProjectDataCacheBlockHistoryProjectsResponseAction$inboundSchema;
|
|
8735
|
-
|
|
8736
|
-
/** @internal */
|
|
8737
|
-
export const UpdateProjectDataCacheHasProjectsResponseType$inboundSchema:
|
|
8738
|
-
z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsResponseType> = z
|
|
8739
|
-
.nativeEnum(UpdateProjectDataCacheHasProjectsResponseType);
|
|
8740
|
-
/** @internal */
|
|
8741
|
-
export const UpdateProjectDataCacheHasProjectsResponseType$outboundSchema:
|
|
8742
|
-
z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsResponseType> =
|
|
8743
|
-
UpdateProjectDataCacheHasProjectsResponseType$inboundSchema;
|
|
8744
|
-
|
|
8745
8211
|
/** @internal */
|
|
8746
8212
|
export const UpdateProjectDataCacheHasProjectsValue$inboundSchema: z.ZodType<
|
|
8747
8213
|
UpdateProjectDataCacheHasProjectsValue,
|
|
@@ -8791,12 +8257,12 @@ export const UpdateProjectDataCacheHas2$inboundSchema: z.ZodType<
|
|
|
8791
8257
|
z.ZodTypeDef,
|
|
8792
8258
|
unknown
|
|
8793
8259
|
> = z.object({
|
|
8794
|
-
type:
|
|
8260
|
+
type: z.literal("host"),
|
|
8795
8261
|
value: z.lazy(() => UpdateProjectDataCacheHasProjectsValue$inboundSchema),
|
|
8796
8262
|
});
|
|
8797
8263
|
/** @internal */
|
|
8798
8264
|
export type UpdateProjectDataCacheHas2$Outbound = {
|
|
8799
|
-
type:
|
|
8265
|
+
type: "host";
|
|
8800
8266
|
value: UpdateProjectDataCacheHasProjectsValue$Outbound;
|
|
8801
8267
|
};
|
|
8802
8268
|
|
|
@@ -8806,7 +8272,7 @@ export const UpdateProjectDataCacheHas2$outboundSchema: z.ZodType<
|
|
|
8806
8272
|
z.ZodTypeDef,
|
|
8807
8273
|
UpdateProjectDataCacheHas2
|
|
8808
8274
|
> = z.object({
|
|
8809
|
-
type:
|
|
8275
|
+
type: z.literal("host"),
|
|
8810
8276
|
value: z.lazy(() => UpdateProjectDataCacheHasProjectsValue$outboundSchema),
|
|
8811
8277
|
});
|
|
8812
8278
|
|
|
@@ -8827,16 +8293,6 @@ export function updateProjectDataCacheHas2FromJSON(
|
|
|
8827
8293
|
);
|
|
8828
8294
|
}
|
|
8829
8295
|
|
|
8830
|
-
/** @internal */
|
|
8831
|
-
export const UpdateProjectDataCacheHasProjectsType$inboundSchema:
|
|
8832
|
-
z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsType> = z.nativeEnum(
|
|
8833
|
-
UpdateProjectDataCacheHasProjectsType,
|
|
8834
|
-
);
|
|
8835
|
-
/** @internal */
|
|
8836
|
-
export const UpdateProjectDataCacheHasProjectsType$outboundSchema:
|
|
8837
|
-
z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsType> =
|
|
8838
|
-
UpdateProjectDataCacheHasProjectsType$inboundSchema;
|
|
8839
|
-
|
|
8840
8296
|
/** @internal */
|
|
8841
8297
|
export const UpdateProjectDataCacheHasProjectsKey$inboundSchema:
|
|
8842
8298
|
z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsKey> = z.nativeEnum(
|
|
@@ -8902,7 +8358,7 @@ export const UpdateProjectDataCacheHas1$inboundSchema: z.ZodType<
|
|
|
8902
8358
|
z.ZodTypeDef,
|
|
8903
8359
|
unknown
|
|
8904
8360
|
> = z.object({
|
|
8905
|
-
type:
|
|
8361
|
+
type: z.literal("header"),
|
|
8906
8362
|
key: UpdateProjectDataCacheHasProjectsKey$inboundSchema,
|
|
8907
8363
|
value: z.lazy(() =>
|
|
8908
8364
|
UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue$inboundSchema
|
|
@@ -8910,7 +8366,7 @@ export const UpdateProjectDataCacheHas1$inboundSchema: z.ZodType<
|
|
|
8910
8366
|
});
|
|
8911
8367
|
/** @internal */
|
|
8912
8368
|
export type UpdateProjectDataCacheHas1$Outbound = {
|
|
8913
|
-
type:
|
|
8369
|
+
type: "header";
|
|
8914
8370
|
key: string;
|
|
8915
8371
|
value:
|
|
8916
8372
|
UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue$Outbound;
|
|
@@ -8922,7 +8378,7 @@ export const UpdateProjectDataCacheHas1$outboundSchema: z.ZodType<
|
|
|
8922
8378
|
z.ZodTypeDef,
|
|
8923
8379
|
UpdateProjectDataCacheHas1
|
|
8924
8380
|
> = z.object({
|
|
8925
|
-
type:
|
|
8381
|
+
type: z.literal("header"),
|
|
8926
8382
|
key: UpdateProjectDataCacheHasProjectsKey$outboundSchema,
|
|
8927
8383
|
value: z.lazy(() =>
|
|
8928
8384
|
UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue$outboundSchema
|
|
@@ -9177,8 +8633,7 @@ export const BlockHistory4$inboundSchema: z.ZodType<
|
|
|
9177
8633
|
z.ZodTypeDef,
|
|
9178
8634
|
unknown
|
|
9179
8635
|
> = z.object({
|
|
9180
|
-
action:
|
|
9181
|
-
UpdateProjectDataCacheBlockHistoryProjectsResponseAction$inboundSchema,
|
|
8636
|
+
action: z.literal("route-unblocked"),
|
|
9182
8637
|
route: z.union([
|
|
9183
8638
|
z.lazy(() => UpdateProjectDataCacheRoute1$inboundSchema),
|
|
9184
8639
|
z.lazy(() => UpdateProjectDataCacheRoute2$inboundSchema),
|
|
@@ -9192,7 +8647,7 @@ export const BlockHistory4$inboundSchema: z.ZodType<
|
|
|
9192
8647
|
});
|
|
9193
8648
|
/** @internal */
|
|
9194
8649
|
export type BlockHistory4$Outbound = {
|
|
9195
|
-
action:
|
|
8650
|
+
action: "route-unblocked";
|
|
9196
8651
|
route:
|
|
9197
8652
|
| UpdateProjectDataCacheRoute1$Outbound
|
|
9198
8653
|
| UpdateProjectDataCacheRoute2$Outbound;
|
|
@@ -9210,8 +8665,7 @@ export const BlockHistory4$outboundSchema: z.ZodType<
|
|
|
9210
8665
|
z.ZodTypeDef,
|
|
9211
8666
|
BlockHistory4
|
|
9212
8667
|
> = z.object({
|
|
9213
|
-
action:
|
|
9214
|
-
UpdateProjectDataCacheBlockHistoryProjectsResponseAction$outboundSchema,
|
|
8668
|
+
action: z.literal("route-unblocked"),
|
|
9215
8669
|
route: z.union([
|
|
9216
8670
|
z.lazy(() => UpdateProjectDataCacheRoute1$outboundSchema),
|
|
9217
8671
|
z.lazy(() => UpdateProjectDataCacheRoute2$outboundSchema),
|
|
@@ -9237,29 +8691,6 @@ export function blockHistory4FromJSON(
|
|
|
9237
8691
|
);
|
|
9238
8692
|
}
|
|
9239
8693
|
|
|
9240
|
-
/** @internal */
|
|
9241
|
-
export const UpdateProjectDataCacheBlockHistoryProjectsAction$inboundSchema:
|
|
9242
|
-
z.ZodNativeEnum<typeof UpdateProjectDataCacheBlockHistoryProjectsAction> = z
|
|
9243
|
-
.nativeEnum(UpdateProjectDataCacheBlockHistoryProjectsAction);
|
|
9244
|
-
/** @internal */
|
|
9245
|
-
export const UpdateProjectDataCacheBlockHistoryProjectsAction$outboundSchema:
|
|
9246
|
-
z.ZodNativeEnum<typeof UpdateProjectDataCacheBlockHistoryProjectsAction> =
|
|
9247
|
-
UpdateProjectDataCacheBlockHistoryProjectsAction$inboundSchema;
|
|
9248
|
-
|
|
9249
|
-
/** @internal */
|
|
9250
|
-
export const UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType$inboundSchema:
|
|
9251
|
-
z.ZodNativeEnum<
|
|
9252
|
-
typeof UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType
|
|
9253
|
-
> = z.nativeEnum(
|
|
9254
|
-
UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType,
|
|
9255
|
-
);
|
|
9256
|
-
/** @internal */
|
|
9257
|
-
export const UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType$outboundSchema:
|
|
9258
|
-
z.ZodNativeEnum<
|
|
9259
|
-
typeof UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType
|
|
9260
|
-
> =
|
|
9261
|
-
UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
9262
|
-
|
|
9263
8694
|
/** @internal */
|
|
9264
8695
|
export const UpdateProjectDataCacheHasProjectsResponse200Value$inboundSchema:
|
|
9265
8696
|
z.ZodType<
|
|
@@ -9316,15 +8747,14 @@ export const UpdateProjectDataCacheHasProjects2$inboundSchema: z.ZodType<
|
|
|
9316
8747
|
z.ZodTypeDef,
|
|
9317
8748
|
unknown
|
|
9318
8749
|
> = z.object({
|
|
9319
|
-
type:
|
|
9320
|
-
UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType$inboundSchema,
|
|
8750
|
+
type: z.literal("host"),
|
|
9321
8751
|
value: z.lazy(() =>
|
|
9322
8752
|
UpdateProjectDataCacheHasProjectsResponse200Value$inboundSchema
|
|
9323
8753
|
),
|
|
9324
8754
|
});
|
|
9325
8755
|
/** @internal */
|
|
9326
8756
|
export type UpdateProjectDataCacheHasProjects2$Outbound = {
|
|
9327
|
-
type:
|
|
8757
|
+
type: "host";
|
|
9328
8758
|
value: UpdateProjectDataCacheHasProjectsResponse200Value$Outbound;
|
|
9329
8759
|
};
|
|
9330
8760
|
|
|
@@ -9334,8 +8764,7 @@ export const UpdateProjectDataCacheHasProjects2$outboundSchema: z.ZodType<
|
|
|
9334
8764
|
z.ZodTypeDef,
|
|
9335
8765
|
UpdateProjectDataCacheHasProjects2
|
|
9336
8766
|
> = z.object({
|
|
9337
|
-
type:
|
|
9338
|
-
UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType$outboundSchema,
|
|
8767
|
+
type: z.literal("host"),
|
|
9339
8768
|
value: z.lazy(() =>
|
|
9340
8769
|
UpdateProjectDataCacheHasProjectsResponse200Value$outboundSchema
|
|
9341
8770
|
),
|
|
@@ -9361,15 +8790,6 @@ export function updateProjectDataCacheHasProjects2FromJSON(
|
|
|
9361
8790
|
);
|
|
9362
8791
|
}
|
|
9363
8792
|
|
|
9364
|
-
/** @internal */
|
|
9365
|
-
export const UpdateProjectDataCacheHasProjectsResponse200Type$inboundSchema:
|
|
9366
|
-
z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsResponse200Type> = z
|
|
9367
|
-
.nativeEnum(UpdateProjectDataCacheHasProjectsResponse200Type);
|
|
9368
|
-
/** @internal */
|
|
9369
|
-
export const UpdateProjectDataCacheHasProjectsResponse200Type$outboundSchema:
|
|
9370
|
-
z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsResponse200Type> =
|
|
9371
|
-
UpdateProjectDataCacheHasProjectsResponse200Type$inboundSchema;
|
|
9372
|
-
|
|
9373
8793
|
/** @internal */
|
|
9374
8794
|
export const UpdateProjectDataCacheHasKey$inboundSchema: z.ZodNativeEnum<
|
|
9375
8795
|
typeof UpdateProjectDataCacheHasKey
|
|
@@ -9435,7 +8855,7 @@ export const UpdateProjectDataCacheHasProjects1$inboundSchema: z.ZodType<
|
|
|
9435
8855
|
z.ZodTypeDef,
|
|
9436
8856
|
unknown
|
|
9437
8857
|
> = z.object({
|
|
9438
|
-
type:
|
|
8858
|
+
type: z.literal("header"),
|
|
9439
8859
|
key: UpdateProjectDataCacheHasKey$inboundSchema,
|
|
9440
8860
|
value: z.lazy(() =>
|
|
9441
8861
|
UpdateProjectDataCacheHasProjectsResponseValue$inboundSchema
|
|
@@ -9443,7 +8863,7 @@ export const UpdateProjectDataCacheHasProjects1$inboundSchema: z.ZodType<
|
|
|
9443
8863
|
});
|
|
9444
8864
|
/** @internal */
|
|
9445
8865
|
export type UpdateProjectDataCacheHasProjects1$Outbound = {
|
|
9446
|
-
type:
|
|
8866
|
+
type: "header";
|
|
9447
8867
|
key: string;
|
|
9448
8868
|
value: UpdateProjectDataCacheHasProjectsResponseValue$Outbound;
|
|
9449
8869
|
};
|
|
@@ -9454,7 +8874,7 @@ export const UpdateProjectDataCacheHasProjects1$outboundSchema: z.ZodType<
|
|
|
9454
8874
|
z.ZodTypeDef,
|
|
9455
8875
|
UpdateProjectDataCacheHasProjects1
|
|
9456
8876
|
> = z.object({
|
|
9457
|
-
type:
|
|
8877
|
+
type: z.literal("header"),
|
|
9458
8878
|
key: UpdateProjectDataCacheHasKey$outboundSchema,
|
|
9459
8879
|
value: z.lazy(() =>
|
|
9460
8880
|
UpdateProjectDataCacheHasProjectsResponseValue$outboundSchema
|
|
@@ -9697,7 +9117,7 @@ export const BlockHistory3$inboundSchema: z.ZodType<
|
|
|
9697
9117
|
z.ZodTypeDef,
|
|
9698
9118
|
unknown
|
|
9699
9119
|
> = z.object({
|
|
9700
|
-
action:
|
|
9120
|
+
action: z.literal("route-blocked"),
|
|
9701
9121
|
route: z.union([
|
|
9702
9122
|
z.lazy(() => Route1$inboundSchema),
|
|
9703
9123
|
z.lazy(() => Route2$inboundSchema),
|
|
@@ -9711,7 +9131,7 @@ export const BlockHistory3$inboundSchema: z.ZodType<
|
|
|
9711
9131
|
});
|
|
9712
9132
|
/** @internal */
|
|
9713
9133
|
export type BlockHistory3$Outbound = {
|
|
9714
|
-
action:
|
|
9134
|
+
action: "route-blocked";
|
|
9715
9135
|
route: Route1$Outbound | Route2$Outbound;
|
|
9716
9136
|
reason: string;
|
|
9717
9137
|
createdAt: number;
|
|
@@ -9727,7 +9147,7 @@ export const BlockHistory3$outboundSchema: z.ZodType<
|
|
|
9727
9147
|
z.ZodTypeDef,
|
|
9728
9148
|
BlockHistory3
|
|
9729
9149
|
> = z.object({
|
|
9730
|
-
action:
|
|
9150
|
+
action: z.literal("route-blocked"),
|
|
9731
9151
|
route: z.union([
|
|
9732
9152
|
z.lazy(() => Route1$outboundSchema),
|
|
9733
9153
|
z.lazy(() => Route2$outboundSchema),
|
|
@@ -9753,22 +9173,13 @@ export function blockHistory3FromJSON(
|
|
|
9753
9173
|
);
|
|
9754
9174
|
}
|
|
9755
9175
|
|
|
9756
|
-
/** @internal */
|
|
9757
|
-
export const UpdateProjectDataCacheBlockHistoryAction$inboundSchema:
|
|
9758
|
-
z.ZodNativeEnum<typeof UpdateProjectDataCacheBlockHistoryAction> = z
|
|
9759
|
-
.nativeEnum(UpdateProjectDataCacheBlockHistoryAction);
|
|
9760
|
-
/** @internal */
|
|
9761
|
-
export const UpdateProjectDataCacheBlockHistoryAction$outboundSchema:
|
|
9762
|
-
z.ZodNativeEnum<typeof UpdateProjectDataCacheBlockHistoryAction> =
|
|
9763
|
-
UpdateProjectDataCacheBlockHistoryAction$inboundSchema;
|
|
9764
|
-
|
|
9765
9176
|
/** @internal */
|
|
9766
9177
|
export const BlockHistory2$inboundSchema: z.ZodType<
|
|
9767
9178
|
BlockHistory2,
|
|
9768
9179
|
z.ZodTypeDef,
|
|
9769
9180
|
unknown
|
|
9770
9181
|
> = z.object({
|
|
9771
|
-
action:
|
|
9182
|
+
action: z.literal("unblocked"),
|
|
9772
9183
|
createdAt: z.number(),
|
|
9773
9184
|
caseId: z.string().optional(),
|
|
9774
9185
|
actor: z.string().optional(),
|
|
@@ -9777,7 +9188,7 @@ export const BlockHistory2$inboundSchema: z.ZodType<
|
|
|
9777
9188
|
});
|
|
9778
9189
|
/** @internal */
|
|
9779
9190
|
export type BlockHistory2$Outbound = {
|
|
9780
|
-
action:
|
|
9191
|
+
action: "unblocked";
|
|
9781
9192
|
createdAt: number;
|
|
9782
9193
|
caseId?: string | undefined;
|
|
9783
9194
|
actor?: string | undefined;
|
|
@@ -9791,7 +9202,7 @@ export const BlockHistory2$outboundSchema: z.ZodType<
|
|
|
9791
9202
|
z.ZodTypeDef,
|
|
9792
9203
|
BlockHistory2
|
|
9793
9204
|
> = z.object({
|
|
9794
|
-
action:
|
|
9205
|
+
action: z.literal("unblocked"),
|
|
9795
9206
|
createdAt: z.number(),
|
|
9796
9207
|
caseId: z.string().optional(),
|
|
9797
9208
|
actor: z.string().optional(),
|
|
@@ -9812,22 +9223,13 @@ export function blockHistory2FromJSON(
|
|
|
9812
9223
|
);
|
|
9813
9224
|
}
|
|
9814
9225
|
|
|
9815
|
-
/** @internal */
|
|
9816
|
-
export const BlockHistoryAction$inboundSchema: z.ZodNativeEnum<
|
|
9817
|
-
typeof BlockHistoryAction
|
|
9818
|
-
> = z.nativeEnum(BlockHistoryAction);
|
|
9819
|
-
/** @internal */
|
|
9820
|
-
export const BlockHistoryAction$outboundSchema: z.ZodNativeEnum<
|
|
9821
|
-
typeof BlockHistoryAction
|
|
9822
|
-
> = BlockHistoryAction$inboundSchema;
|
|
9823
|
-
|
|
9824
9226
|
/** @internal */
|
|
9825
9227
|
export const BlockHistory1$inboundSchema: z.ZodType<
|
|
9826
9228
|
BlockHistory1,
|
|
9827
9229
|
z.ZodTypeDef,
|
|
9828
9230
|
unknown
|
|
9829
9231
|
> = z.object({
|
|
9830
|
-
action:
|
|
9232
|
+
action: z.literal("blocked"),
|
|
9831
9233
|
reason: z.string(),
|
|
9832
9234
|
statusCode: z.number(),
|
|
9833
9235
|
createdAt: z.number(),
|
|
@@ -9838,7 +9240,7 @@ export const BlockHistory1$inboundSchema: z.ZodType<
|
|
|
9838
9240
|
});
|
|
9839
9241
|
/** @internal */
|
|
9840
9242
|
export type BlockHistory1$Outbound = {
|
|
9841
|
-
action:
|
|
9243
|
+
action: "blocked";
|
|
9842
9244
|
reason: string;
|
|
9843
9245
|
statusCode: number;
|
|
9844
9246
|
createdAt: number;
|
|
@@ -9854,7 +9256,7 @@ export const BlockHistory1$outboundSchema: z.ZodType<
|
|
|
9854
9256
|
z.ZodTypeDef,
|
|
9855
9257
|
BlockHistory1
|
|
9856
9258
|
> = z.object({
|
|
9857
|
-
action:
|
|
9259
|
+
action: z.literal("blocked"),
|
|
9858
9260
|
reason: z.string(),
|
|
9859
9261
|
statusCode: z.number(),
|
|
9860
9262
|
createdAt: z.number(),
|
|
@@ -9884,16 +9286,16 @@ export const UpdateProjectDataCacheBlockHistory$inboundSchema: z.ZodType<
|
|
|
9884
9286
|
unknown
|
|
9885
9287
|
> = z.union([
|
|
9886
9288
|
z.lazy(() => BlockHistory1$inboundSchema),
|
|
9289
|
+
z.lazy(() => BlockHistory2$inboundSchema),
|
|
9887
9290
|
z.lazy(() => BlockHistory3$inboundSchema),
|
|
9888
9291
|
z.lazy(() => BlockHistory4$inboundSchema),
|
|
9889
|
-
z.lazy(() => BlockHistory2$inboundSchema),
|
|
9890
9292
|
]);
|
|
9891
9293
|
/** @internal */
|
|
9892
9294
|
export type UpdateProjectDataCacheBlockHistory$Outbound =
|
|
9893
9295
|
| BlockHistory1$Outbound
|
|
9296
|
+
| BlockHistory2$Outbound
|
|
9894
9297
|
| BlockHistory3$Outbound
|
|
9895
|
-
| BlockHistory4$Outbound
|
|
9896
|
-
| BlockHistory2$Outbound;
|
|
9298
|
+
| BlockHistory4$Outbound;
|
|
9897
9299
|
|
|
9898
9300
|
/** @internal */
|
|
9899
9301
|
export const UpdateProjectDataCacheBlockHistory$outboundSchema: z.ZodType<
|
|
@@ -9902,9 +9304,9 @@ export const UpdateProjectDataCacheBlockHistory$outboundSchema: z.ZodType<
|
|
|
9902
9304
|
UpdateProjectDataCacheBlockHistory
|
|
9903
9305
|
> = z.union([
|
|
9904
9306
|
z.lazy(() => BlockHistory1$outboundSchema),
|
|
9307
|
+
z.lazy(() => BlockHistory2$outboundSchema),
|
|
9905
9308
|
z.lazy(() => BlockHistory3$outboundSchema),
|
|
9906
9309
|
z.lazy(() => BlockHistory4$outboundSchema),
|
|
9907
|
-
z.lazy(() => BlockHistory2$outboundSchema),
|
|
9908
9310
|
]);
|
|
9909
9311
|
|
|
9910
9312
|
export function updateProjectDataCacheBlockHistoryToJSON(
|
|
@@ -9940,9 +9342,9 @@ export const UpdateProjectDataCacheAbuse$inboundSchema: z.ZodType<
|
|
|
9940
9342
|
blockHistory: z.array(
|
|
9941
9343
|
z.union([
|
|
9942
9344
|
z.lazy(() => BlockHistory1$inboundSchema),
|
|
9345
|
+
z.lazy(() => BlockHistory2$inboundSchema),
|
|
9943
9346
|
z.lazy(() => BlockHistory3$inboundSchema),
|
|
9944
9347
|
z.lazy(() => BlockHistory4$inboundSchema),
|
|
9945
|
-
z.lazy(() => BlockHistory2$inboundSchema),
|
|
9946
9348
|
]),
|
|
9947
9349
|
).optional(),
|
|
9948
9350
|
interstitial: z.boolean().optional(),
|
|
@@ -9956,9 +9358,9 @@ export type UpdateProjectDataCacheAbuse$Outbound = {
|
|
|
9956
9358
|
blockHistory?:
|
|
9957
9359
|
| Array<
|
|
9958
9360
|
| BlockHistory1$Outbound
|
|
9361
|
+
| BlockHistory2$Outbound
|
|
9959
9362
|
| BlockHistory3$Outbound
|
|
9960
9363
|
| BlockHistory4$Outbound
|
|
9961
|
-
| BlockHistory2$Outbound
|
|
9962
9364
|
>
|
|
9963
9365
|
| undefined;
|
|
9964
9366
|
interstitial?: boolean | undefined;
|
|
@@ -9977,9 +9379,9 @@ export const UpdateProjectDataCacheAbuse$outboundSchema: z.ZodType<
|
|
|
9977
9379
|
blockHistory: z.array(
|
|
9978
9380
|
z.union([
|
|
9979
9381
|
z.lazy(() => BlockHistory1$outboundSchema),
|
|
9382
|
+
z.lazy(() => BlockHistory2$outboundSchema),
|
|
9980
9383
|
z.lazy(() => BlockHistory3$outboundSchema),
|
|
9981
9384
|
z.lazy(() => BlockHistory4$outboundSchema),
|
|
9982
|
-
z.lazy(() => BlockHistory2$outboundSchema),
|
|
9983
9385
|
]),
|
|
9984
9386
|
).optional(),
|
|
9985
9387
|
interstitial: z.boolean().optional(),
|
|
@@ -10004,15 +9406,6 @@ export function updateProjectDataCacheAbuseFromJSON(
|
|
|
10004
9406
|
);
|
|
10005
9407
|
}
|
|
10006
9408
|
|
|
10007
|
-
/** @internal */
|
|
10008
|
-
export const UpdateProjectDataCacheHasType$inboundSchema: z.ZodNativeEnum<
|
|
10009
|
-
typeof UpdateProjectDataCacheHasType
|
|
10010
|
-
> = z.nativeEnum(UpdateProjectDataCacheHasType);
|
|
10011
|
-
/** @internal */
|
|
10012
|
-
export const UpdateProjectDataCacheHasType$outboundSchema: z.ZodNativeEnum<
|
|
10013
|
-
typeof UpdateProjectDataCacheHasType
|
|
10014
|
-
> = UpdateProjectDataCacheHasType$inboundSchema;
|
|
10015
|
-
|
|
10016
9409
|
/** @internal */
|
|
10017
9410
|
export const HasValue$inboundSchema: z.ZodType<
|
|
10018
9411
|
HasValue,
|
|
@@ -10051,19 +9444,19 @@ export function hasValueFromJSON(
|
|
|
10051
9444
|
/** @internal */
|
|
10052
9445
|
export const Has2$inboundSchema: z.ZodType<Has2, z.ZodTypeDef, unknown> = z
|
|
10053
9446
|
.object({
|
|
10054
|
-
type:
|
|
9447
|
+
type: z.literal("host"),
|
|
10055
9448
|
value: z.lazy(() => HasValue$inboundSchema),
|
|
10056
9449
|
});
|
|
10057
9450
|
/** @internal */
|
|
10058
9451
|
export type Has2$Outbound = {
|
|
10059
|
-
type:
|
|
9452
|
+
type: "host";
|
|
10060
9453
|
value: HasValue$Outbound;
|
|
10061
9454
|
};
|
|
10062
9455
|
|
|
10063
9456
|
/** @internal */
|
|
10064
9457
|
export const Has2$outboundSchema: z.ZodType<Has2$Outbound, z.ZodTypeDef, Has2> =
|
|
10065
9458
|
z.object({
|
|
10066
|
-
type:
|
|
9459
|
+
type: z.literal("host"),
|
|
10067
9460
|
value: z.lazy(() => HasValue$outboundSchema),
|
|
10068
9461
|
});
|
|
10069
9462
|
|
|
@@ -10080,13 +9473,6 @@ export function has2FromJSON(
|
|
|
10080
9473
|
);
|
|
10081
9474
|
}
|
|
10082
9475
|
|
|
10083
|
-
/** @internal */
|
|
10084
|
-
export const HasType$inboundSchema: z.ZodNativeEnum<typeof HasType> = z
|
|
10085
|
-
.nativeEnum(HasType);
|
|
10086
|
-
/** @internal */
|
|
10087
|
-
export const HasType$outboundSchema: z.ZodNativeEnum<typeof HasType> =
|
|
10088
|
-
HasType$inboundSchema;
|
|
10089
|
-
|
|
10090
9476
|
/** @internal */
|
|
10091
9477
|
export const Key$inboundSchema: z.ZodNativeEnum<typeof Key> = z.nativeEnum(Key);
|
|
10092
9478
|
/** @internal */
|
|
@@ -10137,13 +9523,13 @@ export function updateProjectDataCacheHasValueFromJSON(
|
|
|
10137
9523
|
/** @internal */
|
|
10138
9524
|
export const Has1$inboundSchema: z.ZodType<Has1, z.ZodTypeDef, unknown> = z
|
|
10139
9525
|
.object({
|
|
10140
|
-
type:
|
|
9526
|
+
type: z.literal("header"),
|
|
10141
9527
|
key: Key$inboundSchema,
|
|
10142
9528
|
value: z.lazy(() => UpdateProjectDataCacheHasValue$inboundSchema),
|
|
10143
9529
|
});
|
|
10144
9530
|
/** @internal */
|
|
10145
9531
|
export type Has1$Outbound = {
|
|
10146
|
-
type:
|
|
9532
|
+
type: "header";
|
|
10147
9533
|
key: string;
|
|
10148
9534
|
value: UpdateProjectDataCacheHasValue$Outbound;
|
|
10149
9535
|
};
|
|
@@ -10151,7 +9537,7 @@ export type Has1$Outbound = {
|
|
|
10151
9537
|
/** @internal */
|
|
10152
9538
|
export const Has1$outboundSchema: z.ZodType<Has1$Outbound, z.ZodTypeDef, Has1> =
|
|
10153
9539
|
z.object({
|
|
10154
|
-
type:
|
|
9540
|
+
type: z.literal("header"),
|
|
10155
9541
|
key: Key$outboundSchema,
|
|
10156
9542
|
value: z.lazy(() => UpdateProjectDataCacheHasValue$outboundSchema),
|
|
10157
9543
|
});
|
|
@@ -10685,11 +10071,11 @@ export const UpdateProjectDataCacheResponseBody$inboundSchema: z.ZodType<
|
|
|
10685
10071
|
latestDeployments: z.array(z.lazy(() => LatestDeployments$inboundSchema))
|
|
10686
10072
|
.optional(),
|
|
10687
10073
|
link: z.union([
|
|
10688
|
-
z.lazy(() => Link4$inboundSchema),
|
|
10689
|
-
z.lazy(() => Link5$inboundSchema),
|
|
10690
|
-
z.lazy(() => Link3$inboundSchema),
|
|
10691
10074
|
z.lazy(() => Link1$inboundSchema),
|
|
10692
10075
|
z.lazy(() => Link2$inboundSchema),
|
|
10076
|
+
z.lazy(() => Link3$inboundSchema),
|
|
10077
|
+
z.lazy(() => Link4$inboundSchema),
|
|
10078
|
+
z.lazy(() => Link5$inboundSchema),
|
|
10693
10079
|
]).optional(),
|
|
10694
10080
|
microfrontends: z.union([
|
|
10695
10081
|
z.lazy(() => UpdateProjectDataCacheMicrofrontends1$inboundSchema),
|
|
@@ -10815,11 +10201,11 @@ export type UpdateProjectDataCacheResponseBody$Outbound = {
|
|
|
10815
10201
|
ipBuckets?: Array<UpdateProjectDataCacheIpBuckets$Outbound> | undefined;
|
|
10816
10202
|
latestDeployments?: Array<LatestDeployments$Outbound> | undefined;
|
|
10817
10203
|
link?:
|
|
10818
|
-
| Link4$Outbound
|
|
10819
|
-
| Link5$Outbound
|
|
10820
|
-
| Link3$Outbound
|
|
10821
10204
|
| Link1$Outbound
|
|
10822
10205
|
| Link2$Outbound
|
|
10206
|
+
| Link3$Outbound
|
|
10207
|
+
| Link4$Outbound
|
|
10208
|
+
| Link5$Outbound
|
|
10823
10209
|
| undefined;
|
|
10824
10210
|
microfrontends?:
|
|
10825
10211
|
| UpdateProjectDataCacheMicrofrontends1$Outbound
|
|
@@ -10940,11 +10326,11 @@ export const UpdateProjectDataCacheResponseBody$outboundSchema: z.ZodType<
|
|
|
10940
10326
|
latestDeployments: z.array(z.lazy(() => LatestDeployments$outboundSchema))
|
|
10941
10327
|
.optional(),
|
|
10942
10328
|
link: z.union([
|
|
10943
|
-
z.lazy(() => Link4$outboundSchema),
|
|
10944
|
-
z.lazy(() => Link5$outboundSchema),
|
|
10945
|
-
z.lazy(() => Link3$outboundSchema),
|
|
10946
10329
|
z.lazy(() => Link1$outboundSchema),
|
|
10947
10330
|
z.lazy(() => Link2$outboundSchema),
|
|
10331
|
+
z.lazy(() => Link3$outboundSchema),
|
|
10332
|
+
z.lazy(() => Link4$outboundSchema),
|
|
10333
|
+
z.lazy(() => Link5$outboundSchema),
|
|
10948
10334
|
]).optional(),
|
|
10949
10335
|
microfrontends: z.union([
|
|
10950
10336
|
z.lazy(() => UpdateProjectDataCacheMicrofrontends1$outboundSchema),
|