@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
|
@@ -232,15 +232,6 @@ export type UpdateDrainResponseBodyDrainsSchemas = {
|
|
|
232
232
|
speedInsights?: UpdateDrainResponseBodyDrainsSpeedInsights | undefined;
|
|
233
233
|
};
|
|
234
234
|
|
|
235
|
-
export const UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBody24Type =
|
|
236
|
-
{
|
|
237
|
-
Internal: "internal",
|
|
238
|
-
} as const;
|
|
239
|
-
export type UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBody24Type =
|
|
240
|
-
ClosedEnum<
|
|
241
|
-
typeof UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBody24Type
|
|
242
|
-
>;
|
|
243
|
-
|
|
244
235
|
export const UpdateDrainDeliveryDrainsTarget = {
|
|
245
236
|
VercelOtelTracesDb: "vercel-otel-traces-db",
|
|
246
237
|
} as const;
|
|
@@ -249,34 +240,16 @@ export type UpdateDrainDeliveryDrainsTarget = ClosedEnum<
|
|
|
249
240
|
>;
|
|
250
241
|
|
|
251
242
|
export type UpdateDrainDeliveryDrains4 = {
|
|
252
|
-
type:
|
|
243
|
+
type: "internal";
|
|
253
244
|
target: UpdateDrainDeliveryDrainsTarget;
|
|
254
245
|
};
|
|
255
246
|
|
|
256
|
-
export const UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBody2Type =
|
|
257
|
-
{
|
|
258
|
-
Clickhouse: "clickhouse",
|
|
259
|
-
} as const;
|
|
260
|
-
export type UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBody2Type =
|
|
261
|
-
ClosedEnum<
|
|
262
|
-
typeof UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBody2Type
|
|
263
|
-
>;
|
|
264
|
-
|
|
265
247
|
export type UpdateDrainDeliveryDrains3 = {
|
|
266
|
-
type:
|
|
248
|
+
type: "clickhouse";
|
|
267
249
|
endpoint: string;
|
|
268
250
|
table: string;
|
|
269
251
|
};
|
|
270
252
|
|
|
271
|
-
export const UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBodyType =
|
|
272
|
-
{
|
|
273
|
-
Otlphttp: "otlphttp",
|
|
274
|
-
} as const;
|
|
275
|
-
export type UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBodyType =
|
|
276
|
-
ClosedEnum<
|
|
277
|
-
typeof UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBodyType
|
|
278
|
-
>;
|
|
279
|
-
|
|
280
253
|
export type UpdateDrainDeliveryDrainsEndpoint = {
|
|
281
254
|
traces: string;
|
|
282
255
|
};
|
|
@@ -307,7 +280,7 @@ export type UpdateDrainDeliveryDrainsResponse200Secret =
|
|
|
307
280
|
| string;
|
|
308
281
|
|
|
309
282
|
export type UpdateDrainDeliveryDrainsResponse2 = {
|
|
310
|
-
type:
|
|
283
|
+
type: "otlphttp";
|
|
311
284
|
endpoint: UpdateDrainDeliveryDrainsEndpoint;
|
|
312
285
|
encoding:
|
|
313
286
|
UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBodyEncoding;
|
|
@@ -315,12 +288,6 @@ export type UpdateDrainDeliveryDrainsResponse2 = {
|
|
|
315
288
|
secret?: UpdateDrainSecretDrainsResponse2002 | string | undefined;
|
|
316
289
|
};
|
|
317
290
|
|
|
318
|
-
export const UpdateDrainDeliveryDrainsResponse200ApplicationJSONType = {
|
|
319
|
-
Http: "http",
|
|
320
|
-
} as const;
|
|
321
|
-
export type UpdateDrainDeliveryDrainsResponse200ApplicationJSONType =
|
|
322
|
-
ClosedEnum<typeof UpdateDrainDeliveryDrainsResponse200ApplicationJSONType>;
|
|
323
|
-
|
|
324
291
|
export const UpdateDrainDeliveryDrainsResponse200ApplicationJSONEncoding = {
|
|
325
292
|
Json: "json",
|
|
326
293
|
Ndjson: "ndjson",
|
|
@@ -354,7 +321,7 @@ export type UpdateDrainDeliveryDrainsResponseSecret =
|
|
|
354
321
|
| string;
|
|
355
322
|
|
|
356
323
|
export type UpdateDrainDeliveryDrainsResponse1 = {
|
|
357
|
-
type:
|
|
324
|
+
type: "http";
|
|
358
325
|
endpoint: string;
|
|
359
326
|
encoding: UpdateDrainDeliveryDrainsResponse200ApplicationJSONEncoding;
|
|
360
327
|
compression?: UpdateDrainDeliveryDrainsCompression | undefined;
|
|
@@ -409,62 +376,27 @@ export type UpdateDrainResponseBodyDrainsDisabledReason = ClosedEnum<
|
|
|
409
376
|
typeof UpdateDrainResponseBodyDrainsDisabledReason
|
|
410
377
|
>;
|
|
411
378
|
|
|
412
|
-
export const UpdateDrainSourceDrainsResponse200Kind = {
|
|
413
|
-
Integration: "integration",
|
|
414
|
-
} as const;
|
|
415
|
-
export type UpdateDrainSourceDrainsResponse200Kind = ClosedEnum<
|
|
416
|
-
typeof UpdateDrainSourceDrainsResponse200Kind
|
|
417
|
-
>;
|
|
418
|
-
|
|
419
379
|
export type UpdateDrainSourceDrainsResponse2 = {
|
|
420
|
-
kind:
|
|
380
|
+
kind: "integration";
|
|
421
381
|
resourceId?: string | undefined;
|
|
422
382
|
externalResourceId?: string | undefined;
|
|
423
383
|
integrationId: string;
|
|
424
384
|
integrationConfigurationId: string;
|
|
425
385
|
};
|
|
426
386
|
|
|
427
|
-
export const UpdateDrainSourceDrainsResponseKind = {
|
|
428
|
-
SelfServed: "self-served",
|
|
429
|
-
} as const;
|
|
430
|
-
export type UpdateDrainSourceDrainsResponseKind = ClosedEnum<
|
|
431
|
-
typeof UpdateDrainSourceDrainsResponseKind
|
|
432
|
-
>;
|
|
433
|
-
|
|
434
387
|
export type UpdateDrainSourceDrainsResponse1 = {
|
|
435
|
-
kind:
|
|
388
|
+
kind: "self-served";
|
|
436
389
|
};
|
|
437
390
|
|
|
438
391
|
export type UpdateDrainResponseBodyDrainsSource =
|
|
439
|
-
|
|
|
440
|
-
|
|
|
441
|
-
|
|
442
|
-
export const UpdateDrainFilterV2DrainsResponse200Version = {
|
|
443
|
-
V2: "v2",
|
|
444
|
-
} as const;
|
|
445
|
-
export type UpdateDrainFilterV2DrainsResponse200Version = ClosedEnum<
|
|
446
|
-
typeof UpdateDrainFilterV2DrainsResponse200Version
|
|
447
|
-
>;
|
|
448
|
-
|
|
449
|
-
export const UpdateDrainFilterDrainsResponse200Type = {
|
|
450
|
-
Odata: "odata",
|
|
451
|
-
} as const;
|
|
452
|
-
export type UpdateDrainFilterDrainsResponse200Type = ClosedEnum<
|
|
453
|
-
typeof UpdateDrainFilterDrainsResponse200Type
|
|
454
|
-
>;
|
|
392
|
+
| UpdateDrainSourceDrainsResponse1
|
|
393
|
+
| UpdateDrainSourceDrainsResponse2;
|
|
455
394
|
|
|
456
395
|
export type UpdateDrainFilterDrainsResponse2002 = {
|
|
457
|
-
type:
|
|
396
|
+
type: "odata";
|
|
458
397
|
text: string;
|
|
459
398
|
};
|
|
460
399
|
|
|
461
|
-
export const UpdateDrainFilterDrainsResponseType = {
|
|
462
|
-
Basic: "basic",
|
|
463
|
-
} as const;
|
|
464
|
-
export type UpdateDrainFilterDrainsResponseType = ClosedEnum<
|
|
465
|
-
typeof UpdateDrainFilterDrainsResponseType
|
|
466
|
-
>;
|
|
467
|
-
|
|
468
400
|
export type UpdateDrainFilterDrainsProject = {
|
|
469
401
|
ids?: Array<string> | undefined;
|
|
470
402
|
};
|
|
@@ -500,64 +432,43 @@ export type UpdateDrainFilterDrainsDeployment = {
|
|
|
500
432
|
};
|
|
501
433
|
|
|
502
434
|
export type UpdateDrainFilterDrainsResponse1 = {
|
|
503
|
-
type:
|
|
435
|
+
type: "basic";
|
|
504
436
|
project?: UpdateDrainFilterDrainsProject | undefined;
|
|
505
437
|
log?: UpdateDrainFilterDrainsLog | undefined;
|
|
506
438
|
deployment?: UpdateDrainFilterDrainsDeployment | undefined;
|
|
507
439
|
};
|
|
508
440
|
|
|
509
441
|
export type UpdateDrainFilterV2DrainsFilter =
|
|
510
|
-
|
|
|
511
|
-
|
|
|
442
|
+
| UpdateDrainFilterDrainsResponse1
|
|
443
|
+
| UpdateDrainFilterDrainsResponse2002;
|
|
512
444
|
|
|
513
445
|
export type UpdateDrainFilterV2Drains2 = {
|
|
514
|
-
version:
|
|
446
|
+
version: "v2";
|
|
515
447
|
filter:
|
|
516
|
-
|
|
|
517
|
-
|
|
|
448
|
+
| UpdateDrainFilterDrainsResponse1
|
|
449
|
+
| UpdateDrainFilterDrainsResponse2002;
|
|
518
450
|
};
|
|
519
451
|
|
|
520
|
-
export const UpdateDrainFilterV2DrainsResponseVersion = {
|
|
521
|
-
V1: "v1",
|
|
522
|
-
} as const;
|
|
523
|
-
export type UpdateDrainFilterV2DrainsResponseVersion = ClosedEnum<
|
|
524
|
-
typeof UpdateDrainFilterV2DrainsResponseVersion
|
|
525
|
-
>;
|
|
526
|
-
|
|
527
452
|
export type UpdateDrainFilterV2Drains1 = {
|
|
528
|
-
version:
|
|
453
|
+
version: "v1";
|
|
529
454
|
};
|
|
530
455
|
|
|
531
456
|
export type UpdateDrainResponseBodyDrainsFilterV2 =
|
|
532
|
-
|
|
|
533
|
-
|
|
|
534
|
-
|
|
535
|
-
export const UpdateDrainProjectAccessDrainsAccess = {
|
|
536
|
-
Some: "some",
|
|
537
|
-
} as const;
|
|
538
|
-
export type UpdateDrainProjectAccessDrainsAccess = ClosedEnum<
|
|
539
|
-
typeof UpdateDrainProjectAccessDrainsAccess
|
|
540
|
-
>;
|
|
457
|
+
| UpdateDrainFilterV2Drains1
|
|
458
|
+
| UpdateDrainFilterV2Drains2;
|
|
541
459
|
|
|
542
460
|
export type UpdateDrainProjectAccess2 = {
|
|
543
|
-
access:
|
|
461
|
+
access: "some";
|
|
544
462
|
projectIds: Array<string>;
|
|
545
463
|
};
|
|
546
464
|
|
|
547
|
-
export const UpdateDrainProjectAccessAccess = {
|
|
548
|
-
All: "all",
|
|
549
|
-
} as const;
|
|
550
|
-
export type UpdateDrainProjectAccessAccess = ClosedEnum<
|
|
551
|
-
typeof UpdateDrainProjectAccessAccess
|
|
552
|
-
>;
|
|
553
|
-
|
|
554
465
|
export type UpdateDrainProjectAccess1 = {
|
|
555
|
-
access:
|
|
466
|
+
access: "all";
|
|
556
467
|
};
|
|
557
468
|
|
|
558
469
|
export type UpdateDrainResponseBodyProjectAccess =
|
|
559
|
-
|
|
|
560
|
-
|
|
|
470
|
+
| UpdateDrainProjectAccess1
|
|
471
|
+
| UpdateDrainProjectAccess2;
|
|
561
472
|
|
|
562
473
|
export type UpdateDrainResponseBody2 = {
|
|
563
474
|
id: string;
|
|
@@ -580,18 +491,18 @@ export type UpdateDrainResponseBody2 = {
|
|
|
580
491
|
disabledReason?: UpdateDrainResponseBodyDrainsDisabledReason | undefined;
|
|
581
492
|
disabledBy?: string | undefined;
|
|
582
493
|
firstErrorTimestamp?: number | undefined;
|
|
583
|
-
source:
|
|
494
|
+
source: UpdateDrainSourceDrainsResponse1 | UpdateDrainSourceDrainsResponse2;
|
|
584
495
|
filter?: string | undefined;
|
|
585
496
|
filterV2?:
|
|
586
|
-
| UpdateDrainFilterV2Drains2
|
|
587
497
|
| UpdateDrainFilterV2Drains1
|
|
498
|
+
| UpdateDrainFilterV2Drains2
|
|
588
499
|
| undefined;
|
|
589
500
|
integrationIcon?: string | undefined;
|
|
590
501
|
integrationConfigurationUri?: string | undefined;
|
|
591
502
|
integrationWebsite?: string | undefined;
|
|
592
503
|
projectAccess?:
|
|
593
|
-
| UpdateDrainProjectAccess2
|
|
594
504
|
| UpdateDrainProjectAccess1
|
|
505
|
+
| UpdateDrainProjectAccess2
|
|
595
506
|
| undefined;
|
|
596
507
|
};
|
|
597
508
|
|
|
@@ -610,13 +521,6 @@ export type UpdateDrainResponseBodySchemas = {
|
|
|
610
521
|
speedInsights?: UpdateDrainResponseBodySpeedInsights | undefined;
|
|
611
522
|
};
|
|
612
523
|
|
|
613
|
-
export const UpdateDrainDeliveryDrainsResponse200Type = {
|
|
614
|
-
Internal: "internal",
|
|
615
|
-
} as const;
|
|
616
|
-
export type UpdateDrainDeliveryDrainsResponse200Type = ClosedEnum<
|
|
617
|
-
typeof UpdateDrainDeliveryDrainsResponse200Type
|
|
618
|
-
>;
|
|
619
|
-
|
|
620
524
|
export const UpdateDrainDeliveryTarget = {
|
|
621
525
|
VercelOtelTracesDb: "vercel-otel-traces-db",
|
|
622
526
|
} as const;
|
|
@@ -625,30 +529,16 @@ export type UpdateDrainDeliveryTarget = ClosedEnum<
|
|
|
625
529
|
>;
|
|
626
530
|
|
|
627
531
|
export type UpdateDrainDelivery4 = {
|
|
628
|
-
type:
|
|
532
|
+
type: "internal";
|
|
629
533
|
target: UpdateDrainDeliveryTarget;
|
|
630
534
|
};
|
|
631
535
|
|
|
632
|
-
export const UpdateDrainDeliveryDrainsResponseType = {
|
|
633
|
-
Clickhouse: "clickhouse",
|
|
634
|
-
} as const;
|
|
635
|
-
export type UpdateDrainDeliveryDrainsResponseType = ClosedEnum<
|
|
636
|
-
typeof UpdateDrainDeliveryDrainsResponseType
|
|
637
|
-
>;
|
|
638
|
-
|
|
639
536
|
export type UpdateDrainDelivery3 = {
|
|
640
|
-
type:
|
|
537
|
+
type: "clickhouse";
|
|
641
538
|
endpoint: string;
|
|
642
539
|
table: string;
|
|
643
540
|
};
|
|
644
541
|
|
|
645
|
-
export const UpdateDrainDeliveryDrainsType = {
|
|
646
|
-
Otlphttp: "otlphttp",
|
|
647
|
-
} as const;
|
|
648
|
-
export type UpdateDrainDeliveryDrainsType = ClosedEnum<
|
|
649
|
-
typeof UpdateDrainDeliveryDrainsType
|
|
650
|
-
>;
|
|
651
|
-
|
|
652
542
|
export type UpdateDrainDeliveryEndpoint = {
|
|
653
543
|
traces: string;
|
|
654
544
|
};
|
|
@@ -675,20 +565,13 @@ export type UpdateDrainSecretDrains2 = {
|
|
|
675
565
|
export type UpdateDrainDeliveryDrainsSecret = UpdateDrainSecretDrains2 | string;
|
|
676
566
|
|
|
677
567
|
export type UpdateDrainDeliveryDrains2 = {
|
|
678
|
-
type:
|
|
568
|
+
type: "otlphttp";
|
|
679
569
|
endpoint: UpdateDrainDeliveryEndpoint;
|
|
680
570
|
encoding: UpdateDrainDeliveryDrainsResponse200Encoding;
|
|
681
571
|
headers: { [k: string]: string };
|
|
682
572
|
secret?: UpdateDrainSecretDrains2 | string | undefined;
|
|
683
573
|
};
|
|
684
574
|
|
|
685
|
-
export const UpdateDrainDeliveryType = {
|
|
686
|
-
Http: "http",
|
|
687
|
-
} as const;
|
|
688
|
-
export type UpdateDrainDeliveryType = ClosedEnum<
|
|
689
|
-
typeof UpdateDrainDeliveryType
|
|
690
|
-
>;
|
|
691
|
-
|
|
692
575
|
export const UpdateDrainDeliveryDrainsResponseEncoding = {
|
|
693
576
|
Json: "json",
|
|
694
577
|
Ndjson: "ndjson",
|
|
@@ -717,7 +600,7 @@ export type UpdateDrainSecret2 = {
|
|
|
717
600
|
export type UpdateDrainDeliverySecret = UpdateDrainSecret2 | string;
|
|
718
601
|
|
|
719
602
|
export type UpdateDrainDeliveryDrains1 = {
|
|
720
|
-
type:
|
|
603
|
+
type: "http";
|
|
721
604
|
endpoint: string;
|
|
722
605
|
encoding: UpdateDrainDeliveryDrainsResponseEncoding;
|
|
723
606
|
compression?: UpdateDrainDeliveryCompression | undefined;
|
|
@@ -772,58 +655,27 @@ export type UpdateDrainResponseBodyDisabledReason = ClosedEnum<
|
|
|
772
655
|
typeof UpdateDrainResponseBodyDisabledReason
|
|
773
656
|
>;
|
|
774
657
|
|
|
775
|
-
export const UpdateDrainSourceDrainsKind = {
|
|
776
|
-
Integration: "integration",
|
|
777
|
-
} as const;
|
|
778
|
-
export type UpdateDrainSourceDrainsKind = ClosedEnum<
|
|
779
|
-
typeof UpdateDrainSourceDrainsKind
|
|
780
|
-
>;
|
|
781
|
-
|
|
782
658
|
export type UpdateDrainSourceDrains2 = {
|
|
783
|
-
kind:
|
|
659
|
+
kind: "integration";
|
|
784
660
|
resourceId?: string | undefined;
|
|
785
661
|
externalResourceId?: string | undefined;
|
|
786
662
|
integrationId: string;
|
|
787
663
|
integrationConfigurationId: string;
|
|
788
664
|
};
|
|
789
665
|
|
|
790
|
-
export const UpdateDrainSourceKind = {
|
|
791
|
-
SelfServed: "self-served",
|
|
792
|
-
} as const;
|
|
793
|
-
export type UpdateDrainSourceKind = ClosedEnum<typeof UpdateDrainSourceKind>;
|
|
794
|
-
|
|
795
666
|
export type UpdateDrainSourceDrains1 = {
|
|
796
|
-
kind:
|
|
667
|
+
kind: "self-served";
|
|
797
668
|
};
|
|
798
669
|
|
|
799
670
|
export type UpdateDrainResponseBodySource =
|
|
800
|
-
|
|
|
801
|
-
|
|
|
802
|
-
|
|
803
|
-
export const UpdateDrainFilterV2DrainsVersion = {
|
|
804
|
-
V2: "v2",
|
|
805
|
-
} as const;
|
|
806
|
-
export type UpdateDrainFilterV2DrainsVersion = ClosedEnum<
|
|
807
|
-
typeof UpdateDrainFilterV2DrainsVersion
|
|
808
|
-
>;
|
|
809
|
-
|
|
810
|
-
export const UpdateDrainFilterDrainsType = {
|
|
811
|
-
Odata: "odata",
|
|
812
|
-
} as const;
|
|
813
|
-
export type UpdateDrainFilterDrainsType = ClosedEnum<
|
|
814
|
-
typeof UpdateDrainFilterDrainsType
|
|
815
|
-
>;
|
|
671
|
+
| UpdateDrainSourceDrains1
|
|
672
|
+
| UpdateDrainSourceDrains2;
|
|
816
673
|
|
|
817
674
|
export type UpdateDrainFilterDrainsResponse2 = {
|
|
818
|
-
type:
|
|
675
|
+
type: "odata";
|
|
819
676
|
text: string;
|
|
820
677
|
};
|
|
821
678
|
|
|
822
|
-
export const UpdateDrainFilterType = {
|
|
823
|
-
Basic: "basic",
|
|
824
|
-
} as const;
|
|
825
|
-
export type UpdateDrainFilterType = ClosedEnum<typeof UpdateDrainFilterType>;
|
|
826
|
-
|
|
827
679
|
export type UpdateDrainFilterProject = {
|
|
828
680
|
ids?: Array<string> | undefined;
|
|
829
681
|
};
|
|
@@ -859,35 +711,28 @@ export type UpdateDrainFilterDeployment = {
|
|
|
859
711
|
};
|
|
860
712
|
|
|
861
713
|
export type UpdateDrainFilterDrains1 = {
|
|
862
|
-
type:
|
|
714
|
+
type: "basic";
|
|
863
715
|
project?: UpdateDrainFilterProject | undefined;
|
|
864
716
|
log?: UpdateDrainFilterLog | undefined;
|
|
865
717
|
deployment?: UpdateDrainFilterDeployment | undefined;
|
|
866
718
|
};
|
|
867
719
|
|
|
868
720
|
export type UpdateDrainFilterV2Filter =
|
|
869
|
-
|
|
|
870
|
-
|
|
|
721
|
+
| UpdateDrainFilterDrains1
|
|
722
|
+
| UpdateDrainFilterDrainsResponse2;
|
|
871
723
|
|
|
872
724
|
export type UpdateDrainFilterV22 = {
|
|
873
|
-
version:
|
|
874
|
-
filter:
|
|
725
|
+
version: "v2";
|
|
726
|
+
filter: UpdateDrainFilterDrains1 | UpdateDrainFilterDrainsResponse2;
|
|
875
727
|
};
|
|
876
728
|
|
|
877
|
-
export const UpdateDrainFilterV2Version = {
|
|
878
|
-
V1: "v1",
|
|
879
|
-
} as const;
|
|
880
|
-
export type UpdateDrainFilterV2Version = ClosedEnum<
|
|
881
|
-
typeof UpdateDrainFilterV2Version
|
|
882
|
-
>;
|
|
883
|
-
|
|
884
729
|
export type UpdateDrainFilterV21 = {
|
|
885
|
-
version:
|
|
730
|
+
version: "v1";
|
|
886
731
|
};
|
|
887
732
|
|
|
888
733
|
export type UpdateDrainResponseBodyFilterV2 =
|
|
889
|
-
|
|
|
890
|
-
|
|
|
734
|
+
| UpdateDrainFilterV21
|
|
735
|
+
| UpdateDrainFilterV22;
|
|
891
736
|
|
|
892
737
|
export type UpdateDrainResponseBody1 = {
|
|
893
738
|
id: string;
|
|
@@ -910,9 +755,9 @@ export type UpdateDrainResponseBody1 = {
|
|
|
910
755
|
disabledReason?: UpdateDrainResponseBodyDisabledReason | undefined;
|
|
911
756
|
disabledBy?: string | undefined;
|
|
912
757
|
firstErrorTimestamp?: number | undefined;
|
|
913
|
-
source:
|
|
758
|
+
source: UpdateDrainSourceDrains1 | UpdateDrainSourceDrains2;
|
|
914
759
|
filter?: string | undefined;
|
|
915
|
-
filterV2?:
|
|
760
|
+
filterV2?: UpdateDrainFilterV21 | UpdateDrainFilterV22 | undefined;
|
|
916
761
|
};
|
|
917
762
|
|
|
918
763
|
export type UpdateDrainResponseBody =
|
|
@@ -2281,20 +2126,6 @@ export function updateDrainResponseBodyDrainsSchemasFromJSON(
|
|
|
2281
2126
|
);
|
|
2282
2127
|
}
|
|
2283
2128
|
|
|
2284
|
-
/** @internal */
|
|
2285
|
-
export const UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBody24Type$inboundSchema:
|
|
2286
|
-
z.ZodNativeEnum<
|
|
2287
|
-
typeof UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBody24Type
|
|
2288
|
-
> = z.nativeEnum(
|
|
2289
|
-
UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBody24Type,
|
|
2290
|
-
);
|
|
2291
|
-
/** @internal */
|
|
2292
|
-
export const UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBody24Type$outboundSchema:
|
|
2293
|
-
z.ZodNativeEnum<
|
|
2294
|
-
typeof UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBody24Type
|
|
2295
|
-
> =
|
|
2296
|
-
UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBody24Type$inboundSchema;
|
|
2297
|
-
|
|
2298
2129
|
/** @internal */
|
|
2299
2130
|
export const UpdateDrainDeliveryDrainsTarget$inboundSchema: z.ZodNativeEnum<
|
|
2300
2131
|
typeof UpdateDrainDeliveryDrainsTarget
|
|
@@ -2310,13 +2141,12 @@ export const UpdateDrainDeliveryDrains4$inboundSchema: z.ZodType<
|
|
|
2310
2141
|
z.ZodTypeDef,
|
|
2311
2142
|
unknown
|
|
2312
2143
|
> = z.object({
|
|
2313
|
-
type:
|
|
2314
|
-
UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBody24Type$inboundSchema,
|
|
2144
|
+
type: z.literal("internal"),
|
|
2315
2145
|
target: UpdateDrainDeliveryDrainsTarget$inboundSchema,
|
|
2316
2146
|
});
|
|
2317
2147
|
/** @internal */
|
|
2318
2148
|
export type UpdateDrainDeliveryDrains4$Outbound = {
|
|
2319
|
-
type:
|
|
2149
|
+
type: "internal";
|
|
2320
2150
|
target: string;
|
|
2321
2151
|
};
|
|
2322
2152
|
|
|
@@ -2326,8 +2156,7 @@ export const UpdateDrainDeliveryDrains4$outboundSchema: z.ZodType<
|
|
|
2326
2156
|
z.ZodTypeDef,
|
|
2327
2157
|
UpdateDrainDeliveryDrains4
|
|
2328
2158
|
> = z.object({
|
|
2329
|
-
type:
|
|
2330
|
-
UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBody24Type$outboundSchema,
|
|
2159
|
+
type: z.literal("internal"),
|
|
2331
2160
|
target: UpdateDrainDeliveryDrainsTarget$outboundSchema,
|
|
2332
2161
|
});
|
|
2333
2162
|
|
|
@@ -2348,34 +2177,19 @@ export function updateDrainDeliveryDrains4FromJSON(
|
|
|
2348
2177
|
);
|
|
2349
2178
|
}
|
|
2350
2179
|
|
|
2351
|
-
/** @internal */
|
|
2352
|
-
export const UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBody2Type$inboundSchema:
|
|
2353
|
-
z.ZodNativeEnum<
|
|
2354
|
-
typeof UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBody2Type
|
|
2355
|
-
> = z.nativeEnum(
|
|
2356
|
-
UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBody2Type,
|
|
2357
|
-
);
|
|
2358
|
-
/** @internal */
|
|
2359
|
-
export const UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBody2Type$outboundSchema:
|
|
2360
|
-
z.ZodNativeEnum<
|
|
2361
|
-
typeof UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBody2Type
|
|
2362
|
-
> =
|
|
2363
|
-
UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBody2Type$inboundSchema;
|
|
2364
|
-
|
|
2365
2180
|
/** @internal */
|
|
2366
2181
|
export const UpdateDrainDeliveryDrains3$inboundSchema: z.ZodType<
|
|
2367
2182
|
UpdateDrainDeliveryDrains3,
|
|
2368
2183
|
z.ZodTypeDef,
|
|
2369
2184
|
unknown
|
|
2370
2185
|
> = z.object({
|
|
2371
|
-
type:
|
|
2372
|
-
UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBody2Type$inboundSchema,
|
|
2186
|
+
type: z.literal("clickhouse"),
|
|
2373
2187
|
endpoint: z.string(),
|
|
2374
2188
|
table: z.string(),
|
|
2375
2189
|
});
|
|
2376
2190
|
/** @internal */
|
|
2377
2191
|
export type UpdateDrainDeliveryDrains3$Outbound = {
|
|
2378
|
-
type:
|
|
2192
|
+
type: "clickhouse";
|
|
2379
2193
|
endpoint: string;
|
|
2380
2194
|
table: string;
|
|
2381
2195
|
};
|
|
@@ -2386,8 +2200,7 @@ export const UpdateDrainDeliveryDrains3$outboundSchema: z.ZodType<
|
|
|
2386
2200
|
z.ZodTypeDef,
|
|
2387
2201
|
UpdateDrainDeliveryDrains3
|
|
2388
2202
|
> = z.object({
|
|
2389
|
-
type:
|
|
2390
|
-
UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBody2Type$outboundSchema,
|
|
2203
|
+
type: z.literal("clickhouse"),
|
|
2391
2204
|
endpoint: z.string(),
|
|
2392
2205
|
table: z.string(),
|
|
2393
2206
|
});
|
|
@@ -2409,20 +2222,6 @@ export function updateDrainDeliveryDrains3FromJSON(
|
|
|
2409
2222
|
);
|
|
2410
2223
|
}
|
|
2411
2224
|
|
|
2412
|
-
/** @internal */
|
|
2413
|
-
export const UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBodyType$inboundSchema:
|
|
2414
|
-
z.ZodNativeEnum<
|
|
2415
|
-
typeof UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBodyType
|
|
2416
|
-
> = z.nativeEnum(
|
|
2417
|
-
UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBodyType,
|
|
2418
|
-
);
|
|
2419
|
-
/** @internal */
|
|
2420
|
-
export const UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBodyType$outboundSchema:
|
|
2421
|
-
z.ZodNativeEnum<
|
|
2422
|
-
typeof UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBodyType
|
|
2423
|
-
> =
|
|
2424
|
-
UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBodyType$inboundSchema;
|
|
2425
|
-
|
|
2426
2225
|
/** @internal */
|
|
2427
2226
|
export const UpdateDrainDeliveryDrainsEndpoint$inboundSchema: z.ZodType<
|
|
2428
2227
|
UpdateDrainDeliveryDrainsEndpoint,
|
|
@@ -2585,8 +2384,7 @@ export const UpdateDrainDeliveryDrainsResponse2$inboundSchema: z.ZodType<
|
|
|
2585
2384
|
z.ZodTypeDef,
|
|
2586
2385
|
unknown
|
|
2587
2386
|
> = z.object({
|
|
2588
|
-
type:
|
|
2589
|
-
UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
2387
|
+
type: z.literal("otlphttp"),
|
|
2590
2388
|
endpoint: z.lazy(() => UpdateDrainDeliveryDrainsEndpoint$inboundSchema),
|
|
2591
2389
|
encoding:
|
|
2592
2390
|
UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBodyEncoding$inboundSchema,
|
|
@@ -2598,7 +2396,7 @@ export const UpdateDrainDeliveryDrainsResponse2$inboundSchema: z.ZodType<
|
|
|
2598
2396
|
});
|
|
2599
2397
|
/** @internal */
|
|
2600
2398
|
export type UpdateDrainDeliveryDrainsResponse2$Outbound = {
|
|
2601
|
-
type:
|
|
2399
|
+
type: "otlphttp";
|
|
2602
2400
|
endpoint: UpdateDrainDeliveryDrainsEndpoint$Outbound;
|
|
2603
2401
|
encoding: string;
|
|
2604
2402
|
headers: { [k: string]: string };
|
|
@@ -2611,8 +2409,7 @@ export const UpdateDrainDeliveryDrainsResponse2$outboundSchema: z.ZodType<
|
|
|
2611
2409
|
z.ZodTypeDef,
|
|
2612
2410
|
UpdateDrainDeliveryDrainsResponse2
|
|
2613
2411
|
> = z.object({
|
|
2614
|
-
type:
|
|
2615
|
-
UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBodyType$outboundSchema,
|
|
2412
|
+
type: z.literal("otlphttp"),
|
|
2616
2413
|
endpoint: z.lazy(() => UpdateDrainDeliveryDrainsEndpoint$outboundSchema),
|
|
2617
2414
|
encoding:
|
|
2618
2415
|
UpdateDrainDeliveryDrainsResponse200ApplicationJSONResponseBodyEncoding$outboundSchema,
|
|
@@ -2643,17 +2440,6 @@ export function updateDrainDeliveryDrainsResponse2FromJSON(
|
|
|
2643
2440
|
);
|
|
2644
2441
|
}
|
|
2645
2442
|
|
|
2646
|
-
/** @internal */
|
|
2647
|
-
export const UpdateDrainDeliveryDrainsResponse200ApplicationJSONType$inboundSchema:
|
|
2648
|
-
z.ZodNativeEnum<
|
|
2649
|
-
typeof UpdateDrainDeliveryDrainsResponse200ApplicationJSONType
|
|
2650
|
-
> = z.nativeEnum(UpdateDrainDeliveryDrainsResponse200ApplicationJSONType);
|
|
2651
|
-
/** @internal */
|
|
2652
|
-
export const UpdateDrainDeliveryDrainsResponse200ApplicationJSONType$outboundSchema:
|
|
2653
|
-
z.ZodNativeEnum<
|
|
2654
|
-
typeof UpdateDrainDeliveryDrainsResponse200ApplicationJSONType
|
|
2655
|
-
> = UpdateDrainDeliveryDrainsResponse200ApplicationJSONType$inboundSchema;
|
|
2656
|
-
|
|
2657
2443
|
/** @internal */
|
|
2658
2444
|
export const UpdateDrainDeliveryDrainsResponse200ApplicationJSONEncoding$inboundSchema:
|
|
2659
2445
|
z.ZodNativeEnum<
|
|
@@ -2781,7 +2567,7 @@ export const UpdateDrainDeliveryDrainsResponse1$inboundSchema: z.ZodType<
|
|
|
2781
2567
|
z.ZodTypeDef,
|
|
2782
2568
|
unknown
|
|
2783
2569
|
> = z.object({
|
|
2784
|
-
type:
|
|
2570
|
+
type: z.literal("http"),
|
|
2785
2571
|
endpoint: z.string(),
|
|
2786
2572
|
encoding:
|
|
2787
2573
|
UpdateDrainDeliveryDrainsResponse200ApplicationJSONEncoding$inboundSchema,
|
|
@@ -2794,7 +2580,7 @@ export const UpdateDrainDeliveryDrainsResponse1$inboundSchema: z.ZodType<
|
|
|
2794
2580
|
});
|
|
2795
2581
|
/** @internal */
|
|
2796
2582
|
export type UpdateDrainDeliveryDrainsResponse1$Outbound = {
|
|
2797
|
-
type:
|
|
2583
|
+
type: "http";
|
|
2798
2584
|
endpoint: string;
|
|
2799
2585
|
encoding: string;
|
|
2800
2586
|
compression?: string | undefined;
|
|
@@ -2808,7 +2594,7 @@ export const UpdateDrainDeliveryDrainsResponse1$outboundSchema: z.ZodType<
|
|
|
2808
2594
|
z.ZodTypeDef,
|
|
2809
2595
|
UpdateDrainDeliveryDrainsResponse1
|
|
2810
2596
|
> = z.object({
|
|
2811
|
-
type:
|
|
2597
|
+
type: z.literal("http"),
|
|
2812
2598
|
endpoint: z.string(),
|
|
2813
2599
|
encoding:
|
|
2814
2600
|
UpdateDrainDeliveryDrainsResponse200ApplicationJSONEncoding$outboundSchema,
|
|
@@ -2977,23 +2763,13 @@ export const UpdateDrainResponseBodyDrainsDisabledReason$outboundSchema:
|
|
|
2977
2763
|
z.ZodNativeEnum<typeof UpdateDrainResponseBodyDrainsDisabledReason> =
|
|
2978
2764
|
UpdateDrainResponseBodyDrainsDisabledReason$inboundSchema;
|
|
2979
2765
|
|
|
2980
|
-
/** @internal */
|
|
2981
|
-
export const UpdateDrainSourceDrainsResponse200Kind$inboundSchema:
|
|
2982
|
-
z.ZodNativeEnum<typeof UpdateDrainSourceDrainsResponse200Kind> = z.nativeEnum(
|
|
2983
|
-
UpdateDrainSourceDrainsResponse200Kind,
|
|
2984
|
-
);
|
|
2985
|
-
/** @internal */
|
|
2986
|
-
export const UpdateDrainSourceDrainsResponse200Kind$outboundSchema:
|
|
2987
|
-
z.ZodNativeEnum<typeof UpdateDrainSourceDrainsResponse200Kind> =
|
|
2988
|
-
UpdateDrainSourceDrainsResponse200Kind$inboundSchema;
|
|
2989
|
-
|
|
2990
2766
|
/** @internal */
|
|
2991
2767
|
export const UpdateDrainSourceDrainsResponse2$inboundSchema: z.ZodType<
|
|
2992
2768
|
UpdateDrainSourceDrainsResponse2,
|
|
2993
2769
|
z.ZodTypeDef,
|
|
2994
2770
|
unknown
|
|
2995
2771
|
> = z.object({
|
|
2996
|
-
kind:
|
|
2772
|
+
kind: z.literal("integration"),
|
|
2997
2773
|
resourceId: z.string().optional(),
|
|
2998
2774
|
externalResourceId: z.string().optional(),
|
|
2999
2775
|
integrationId: z.string(),
|
|
@@ -3001,7 +2777,7 @@ export const UpdateDrainSourceDrainsResponse2$inboundSchema: z.ZodType<
|
|
|
3001
2777
|
});
|
|
3002
2778
|
/** @internal */
|
|
3003
2779
|
export type UpdateDrainSourceDrainsResponse2$Outbound = {
|
|
3004
|
-
kind:
|
|
2780
|
+
kind: "integration";
|
|
3005
2781
|
resourceId?: string | undefined;
|
|
3006
2782
|
externalResourceId?: string | undefined;
|
|
3007
2783
|
integrationId: string;
|
|
@@ -3014,7 +2790,7 @@ export const UpdateDrainSourceDrainsResponse2$outboundSchema: z.ZodType<
|
|
|
3014
2790
|
z.ZodTypeDef,
|
|
3015
2791
|
UpdateDrainSourceDrainsResponse2
|
|
3016
2792
|
> = z.object({
|
|
3017
|
-
kind:
|
|
2793
|
+
kind: z.literal("integration"),
|
|
3018
2794
|
resourceId: z.string().optional(),
|
|
3019
2795
|
externalResourceId: z.string().optional(),
|
|
3020
2796
|
integrationId: z.string(),
|
|
@@ -3040,26 +2816,17 @@ export function updateDrainSourceDrainsResponse2FromJSON(
|
|
|
3040
2816
|
);
|
|
3041
2817
|
}
|
|
3042
2818
|
|
|
3043
|
-
/** @internal */
|
|
3044
|
-
export const UpdateDrainSourceDrainsResponseKind$inboundSchema: z.ZodNativeEnum<
|
|
3045
|
-
typeof UpdateDrainSourceDrainsResponseKind
|
|
3046
|
-
> = z.nativeEnum(UpdateDrainSourceDrainsResponseKind);
|
|
3047
|
-
/** @internal */
|
|
3048
|
-
export const UpdateDrainSourceDrainsResponseKind$outboundSchema:
|
|
3049
|
-
z.ZodNativeEnum<typeof UpdateDrainSourceDrainsResponseKind> =
|
|
3050
|
-
UpdateDrainSourceDrainsResponseKind$inboundSchema;
|
|
3051
|
-
|
|
3052
2819
|
/** @internal */
|
|
3053
2820
|
export const UpdateDrainSourceDrainsResponse1$inboundSchema: z.ZodType<
|
|
3054
2821
|
UpdateDrainSourceDrainsResponse1,
|
|
3055
2822
|
z.ZodTypeDef,
|
|
3056
2823
|
unknown
|
|
3057
2824
|
> = z.object({
|
|
3058
|
-
kind:
|
|
2825
|
+
kind: z.literal("self-served"),
|
|
3059
2826
|
});
|
|
3060
2827
|
/** @internal */
|
|
3061
2828
|
export type UpdateDrainSourceDrainsResponse1$Outbound = {
|
|
3062
|
-
kind:
|
|
2829
|
+
kind: "self-served";
|
|
3063
2830
|
};
|
|
3064
2831
|
|
|
3065
2832
|
/** @internal */
|
|
@@ -3068,7 +2835,7 @@ export const UpdateDrainSourceDrainsResponse1$outboundSchema: z.ZodType<
|
|
|
3068
2835
|
z.ZodTypeDef,
|
|
3069
2836
|
UpdateDrainSourceDrainsResponse1
|
|
3070
2837
|
> = z.object({
|
|
3071
|
-
kind:
|
|
2838
|
+
kind: z.literal("self-served"),
|
|
3072
2839
|
});
|
|
3073
2840
|
|
|
3074
2841
|
export function updateDrainSourceDrainsResponse1ToJSON(
|
|
@@ -3096,13 +2863,13 @@ export const UpdateDrainResponseBodyDrainsSource$inboundSchema: z.ZodType<
|
|
|
3096
2863
|
z.ZodTypeDef,
|
|
3097
2864
|
unknown
|
|
3098
2865
|
> = z.union([
|
|
3099
|
-
z.lazy(() => UpdateDrainSourceDrainsResponse2$inboundSchema),
|
|
3100
2866
|
z.lazy(() => UpdateDrainSourceDrainsResponse1$inboundSchema),
|
|
2867
|
+
z.lazy(() => UpdateDrainSourceDrainsResponse2$inboundSchema),
|
|
3101
2868
|
]);
|
|
3102
2869
|
/** @internal */
|
|
3103
2870
|
export type UpdateDrainResponseBodyDrainsSource$Outbound =
|
|
3104
|
-
|
|
|
3105
|
-
|
|
|
2871
|
+
| UpdateDrainSourceDrainsResponse1$Outbound
|
|
2872
|
+
| UpdateDrainSourceDrainsResponse2$Outbound;
|
|
3106
2873
|
|
|
3107
2874
|
/** @internal */
|
|
3108
2875
|
export const UpdateDrainResponseBodyDrainsSource$outboundSchema: z.ZodType<
|
|
@@ -3110,8 +2877,8 @@ export const UpdateDrainResponseBodyDrainsSource$outboundSchema: z.ZodType<
|
|
|
3110
2877
|
z.ZodTypeDef,
|
|
3111
2878
|
UpdateDrainResponseBodyDrainsSource
|
|
3112
2879
|
> = z.union([
|
|
3113
|
-
z.lazy(() => UpdateDrainSourceDrainsResponse2$outboundSchema),
|
|
3114
2880
|
z.lazy(() => UpdateDrainSourceDrainsResponse1$outboundSchema),
|
|
2881
|
+
z.lazy(() => UpdateDrainSourceDrainsResponse2$outboundSchema),
|
|
3115
2882
|
]);
|
|
3116
2883
|
|
|
3117
2884
|
export function updateDrainResponseBodyDrainsSourceToJSON(
|
|
@@ -3134,37 +2901,18 @@ export function updateDrainResponseBodyDrainsSourceFromJSON(
|
|
|
3134
2901
|
);
|
|
3135
2902
|
}
|
|
3136
2903
|
|
|
3137
|
-
/** @internal */
|
|
3138
|
-
export const UpdateDrainFilterV2DrainsResponse200Version$inboundSchema:
|
|
3139
|
-
z.ZodNativeEnum<typeof UpdateDrainFilterV2DrainsResponse200Version> = z
|
|
3140
|
-
.nativeEnum(UpdateDrainFilterV2DrainsResponse200Version);
|
|
3141
|
-
/** @internal */
|
|
3142
|
-
export const UpdateDrainFilterV2DrainsResponse200Version$outboundSchema:
|
|
3143
|
-
z.ZodNativeEnum<typeof UpdateDrainFilterV2DrainsResponse200Version> =
|
|
3144
|
-
UpdateDrainFilterV2DrainsResponse200Version$inboundSchema;
|
|
3145
|
-
|
|
3146
|
-
/** @internal */
|
|
3147
|
-
export const UpdateDrainFilterDrainsResponse200Type$inboundSchema:
|
|
3148
|
-
z.ZodNativeEnum<typeof UpdateDrainFilterDrainsResponse200Type> = z.nativeEnum(
|
|
3149
|
-
UpdateDrainFilterDrainsResponse200Type,
|
|
3150
|
-
);
|
|
3151
|
-
/** @internal */
|
|
3152
|
-
export const UpdateDrainFilterDrainsResponse200Type$outboundSchema:
|
|
3153
|
-
z.ZodNativeEnum<typeof UpdateDrainFilterDrainsResponse200Type> =
|
|
3154
|
-
UpdateDrainFilterDrainsResponse200Type$inboundSchema;
|
|
3155
|
-
|
|
3156
2904
|
/** @internal */
|
|
3157
2905
|
export const UpdateDrainFilterDrainsResponse2002$inboundSchema: z.ZodType<
|
|
3158
2906
|
UpdateDrainFilterDrainsResponse2002,
|
|
3159
2907
|
z.ZodTypeDef,
|
|
3160
2908
|
unknown
|
|
3161
2909
|
> = z.object({
|
|
3162
|
-
type:
|
|
2910
|
+
type: z.literal("odata"),
|
|
3163
2911
|
text: z.string(),
|
|
3164
2912
|
});
|
|
3165
2913
|
/** @internal */
|
|
3166
2914
|
export type UpdateDrainFilterDrainsResponse2002$Outbound = {
|
|
3167
|
-
type:
|
|
2915
|
+
type: "odata";
|
|
3168
2916
|
text: string;
|
|
3169
2917
|
};
|
|
3170
2918
|
|
|
@@ -3174,7 +2922,7 @@ export const UpdateDrainFilterDrainsResponse2002$outboundSchema: z.ZodType<
|
|
|
3174
2922
|
z.ZodTypeDef,
|
|
3175
2923
|
UpdateDrainFilterDrainsResponse2002
|
|
3176
2924
|
> = z.object({
|
|
3177
|
-
type:
|
|
2925
|
+
type: z.literal("odata"),
|
|
3178
2926
|
text: z.string(),
|
|
3179
2927
|
});
|
|
3180
2928
|
|
|
@@ -3198,15 +2946,6 @@ export function updateDrainFilterDrainsResponse2002FromJSON(
|
|
|
3198
2946
|
);
|
|
3199
2947
|
}
|
|
3200
2948
|
|
|
3201
|
-
/** @internal */
|
|
3202
|
-
export const UpdateDrainFilterDrainsResponseType$inboundSchema: z.ZodNativeEnum<
|
|
3203
|
-
typeof UpdateDrainFilterDrainsResponseType
|
|
3204
|
-
> = z.nativeEnum(UpdateDrainFilterDrainsResponseType);
|
|
3205
|
-
/** @internal */
|
|
3206
|
-
export const UpdateDrainFilterDrainsResponseType$outboundSchema:
|
|
3207
|
-
z.ZodNativeEnum<typeof UpdateDrainFilterDrainsResponseType> =
|
|
3208
|
-
UpdateDrainFilterDrainsResponseType$inboundSchema;
|
|
3209
|
-
|
|
3210
2949
|
/** @internal */
|
|
3211
2950
|
export const UpdateDrainFilterDrainsProject$inboundSchema: z.ZodType<
|
|
3212
2951
|
UpdateDrainFilterDrainsProject,
|
|
@@ -3370,7 +3109,7 @@ export const UpdateDrainFilterDrainsResponse1$inboundSchema: z.ZodType<
|
|
|
3370
3109
|
z.ZodTypeDef,
|
|
3371
3110
|
unknown
|
|
3372
3111
|
> = z.object({
|
|
3373
|
-
type:
|
|
3112
|
+
type: z.literal("basic"),
|
|
3374
3113
|
project: z.lazy(() => UpdateDrainFilterDrainsProject$inboundSchema)
|
|
3375
3114
|
.optional(),
|
|
3376
3115
|
log: z.lazy(() => UpdateDrainFilterDrainsLog$inboundSchema).optional(),
|
|
@@ -3379,7 +3118,7 @@ export const UpdateDrainFilterDrainsResponse1$inboundSchema: z.ZodType<
|
|
|
3379
3118
|
});
|
|
3380
3119
|
/** @internal */
|
|
3381
3120
|
export type UpdateDrainFilterDrainsResponse1$Outbound = {
|
|
3382
|
-
type:
|
|
3121
|
+
type: "basic";
|
|
3383
3122
|
project?: UpdateDrainFilterDrainsProject$Outbound | undefined;
|
|
3384
3123
|
log?: UpdateDrainFilterDrainsLog$Outbound | undefined;
|
|
3385
3124
|
deployment?: UpdateDrainFilterDrainsDeployment$Outbound | undefined;
|
|
@@ -3391,7 +3130,7 @@ export const UpdateDrainFilterDrainsResponse1$outboundSchema: z.ZodType<
|
|
|
3391
3130
|
z.ZodTypeDef,
|
|
3392
3131
|
UpdateDrainFilterDrainsResponse1
|
|
3393
3132
|
> = z.object({
|
|
3394
|
-
type:
|
|
3133
|
+
type: z.literal("basic"),
|
|
3395
3134
|
project: z.lazy(() => UpdateDrainFilterDrainsProject$outboundSchema)
|
|
3396
3135
|
.optional(),
|
|
3397
3136
|
log: z.lazy(() => UpdateDrainFilterDrainsLog$outboundSchema).optional(),
|
|
@@ -3424,13 +3163,13 @@ export const UpdateDrainFilterV2DrainsFilter$inboundSchema: z.ZodType<
|
|
|
3424
3163
|
z.ZodTypeDef,
|
|
3425
3164
|
unknown
|
|
3426
3165
|
> = z.union([
|
|
3427
|
-
z.lazy(() => UpdateDrainFilterDrainsResponse2002$inboundSchema),
|
|
3428
3166
|
z.lazy(() => UpdateDrainFilterDrainsResponse1$inboundSchema),
|
|
3167
|
+
z.lazy(() => UpdateDrainFilterDrainsResponse2002$inboundSchema),
|
|
3429
3168
|
]);
|
|
3430
3169
|
/** @internal */
|
|
3431
3170
|
export type UpdateDrainFilterV2DrainsFilter$Outbound =
|
|
3432
|
-
|
|
|
3433
|
-
|
|
|
3171
|
+
| UpdateDrainFilterDrainsResponse1$Outbound
|
|
3172
|
+
| UpdateDrainFilterDrainsResponse2002$Outbound;
|
|
3434
3173
|
|
|
3435
3174
|
/** @internal */
|
|
3436
3175
|
export const UpdateDrainFilterV2DrainsFilter$outboundSchema: z.ZodType<
|
|
@@ -3438,8 +3177,8 @@ export const UpdateDrainFilterV2DrainsFilter$outboundSchema: z.ZodType<
|
|
|
3438
3177
|
z.ZodTypeDef,
|
|
3439
3178
|
UpdateDrainFilterV2DrainsFilter
|
|
3440
3179
|
> = z.union([
|
|
3441
|
-
z.lazy(() => UpdateDrainFilterDrainsResponse2002$outboundSchema),
|
|
3442
3180
|
z.lazy(() => UpdateDrainFilterDrainsResponse1$outboundSchema),
|
|
3181
|
+
z.lazy(() => UpdateDrainFilterDrainsResponse2002$outboundSchema),
|
|
3443
3182
|
]);
|
|
3444
3183
|
|
|
3445
3184
|
export function updateDrainFilterV2DrainsFilterToJSON(
|
|
@@ -3467,18 +3206,18 @@ export const UpdateDrainFilterV2Drains2$inboundSchema: z.ZodType<
|
|
|
3467
3206
|
z.ZodTypeDef,
|
|
3468
3207
|
unknown
|
|
3469
3208
|
> = z.object({
|
|
3470
|
-
version:
|
|
3209
|
+
version: z.literal("v2"),
|
|
3471
3210
|
filter: z.union([
|
|
3472
|
-
z.lazy(() => UpdateDrainFilterDrainsResponse2002$inboundSchema),
|
|
3473
3211
|
z.lazy(() => UpdateDrainFilterDrainsResponse1$inboundSchema),
|
|
3212
|
+
z.lazy(() => UpdateDrainFilterDrainsResponse2002$inboundSchema),
|
|
3474
3213
|
]),
|
|
3475
3214
|
});
|
|
3476
3215
|
/** @internal */
|
|
3477
3216
|
export type UpdateDrainFilterV2Drains2$Outbound = {
|
|
3478
|
-
version:
|
|
3217
|
+
version: "v2";
|
|
3479
3218
|
filter:
|
|
3480
|
-
|
|
|
3481
|
-
|
|
|
3219
|
+
| UpdateDrainFilterDrainsResponse1$Outbound
|
|
3220
|
+
| UpdateDrainFilterDrainsResponse2002$Outbound;
|
|
3482
3221
|
};
|
|
3483
3222
|
|
|
3484
3223
|
/** @internal */
|
|
@@ -3487,10 +3226,10 @@ export const UpdateDrainFilterV2Drains2$outboundSchema: z.ZodType<
|
|
|
3487
3226
|
z.ZodTypeDef,
|
|
3488
3227
|
UpdateDrainFilterV2Drains2
|
|
3489
3228
|
> = z.object({
|
|
3490
|
-
version:
|
|
3229
|
+
version: z.literal("v2"),
|
|
3491
3230
|
filter: z.union([
|
|
3492
|
-
z.lazy(() => UpdateDrainFilterDrainsResponse2002$outboundSchema),
|
|
3493
3231
|
z.lazy(() => UpdateDrainFilterDrainsResponse1$outboundSchema),
|
|
3232
|
+
z.lazy(() => UpdateDrainFilterDrainsResponse2002$outboundSchema),
|
|
3494
3233
|
]),
|
|
3495
3234
|
});
|
|
3496
3235
|
|
|
@@ -3511,26 +3250,17 @@ export function updateDrainFilterV2Drains2FromJSON(
|
|
|
3511
3250
|
);
|
|
3512
3251
|
}
|
|
3513
3252
|
|
|
3514
|
-
/** @internal */
|
|
3515
|
-
export const UpdateDrainFilterV2DrainsResponseVersion$inboundSchema:
|
|
3516
|
-
z.ZodNativeEnum<typeof UpdateDrainFilterV2DrainsResponseVersion> = z
|
|
3517
|
-
.nativeEnum(UpdateDrainFilterV2DrainsResponseVersion);
|
|
3518
|
-
/** @internal */
|
|
3519
|
-
export const UpdateDrainFilterV2DrainsResponseVersion$outboundSchema:
|
|
3520
|
-
z.ZodNativeEnum<typeof UpdateDrainFilterV2DrainsResponseVersion> =
|
|
3521
|
-
UpdateDrainFilterV2DrainsResponseVersion$inboundSchema;
|
|
3522
|
-
|
|
3523
3253
|
/** @internal */
|
|
3524
3254
|
export const UpdateDrainFilterV2Drains1$inboundSchema: z.ZodType<
|
|
3525
3255
|
UpdateDrainFilterV2Drains1,
|
|
3526
3256
|
z.ZodTypeDef,
|
|
3527
3257
|
unknown
|
|
3528
3258
|
> = z.object({
|
|
3529
|
-
version:
|
|
3259
|
+
version: z.literal("v1"),
|
|
3530
3260
|
});
|
|
3531
3261
|
/** @internal */
|
|
3532
3262
|
export type UpdateDrainFilterV2Drains1$Outbound = {
|
|
3533
|
-
version:
|
|
3263
|
+
version: "v1";
|
|
3534
3264
|
};
|
|
3535
3265
|
|
|
3536
3266
|
/** @internal */
|
|
@@ -3539,7 +3269,7 @@ export const UpdateDrainFilterV2Drains1$outboundSchema: z.ZodType<
|
|
|
3539
3269
|
z.ZodTypeDef,
|
|
3540
3270
|
UpdateDrainFilterV2Drains1
|
|
3541
3271
|
> = z.object({
|
|
3542
|
-
version:
|
|
3272
|
+
version: z.literal("v1"),
|
|
3543
3273
|
});
|
|
3544
3274
|
|
|
3545
3275
|
export function updateDrainFilterV2Drains1ToJSON(
|
|
@@ -3565,13 +3295,13 @@ export const UpdateDrainResponseBodyDrainsFilterV2$inboundSchema: z.ZodType<
|
|
|
3565
3295
|
z.ZodTypeDef,
|
|
3566
3296
|
unknown
|
|
3567
3297
|
> = z.union([
|
|
3568
|
-
z.lazy(() => UpdateDrainFilterV2Drains2$inboundSchema),
|
|
3569
3298
|
z.lazy(() => UpdateDrainFilterV2Drains1$inboundSchema),
|
|
3299
|
+
z.lazy(() => UpdateDrainFilterV2Drains2$inboundSchema),
|
|
3570
3300
|
]);
|
|
3571
3301
|
/** @internal */
|
|
3572
3302
|
export type UpdateDrainResponseBodyDrainsFilterV2$Outbound =
|
|
3573
|
-
|
|
|
3574
|
-
|
|
|
3303
|
+
| UpdateDrainFilterV2Drains1$Outbound
|
|
3304
|
+
| UpdateDrainFilterV2Drains2$Outbound;
|
|
3575
3305
|
|
|
3576
3306
|
/** @internal */
|
|
3577
3307
|
export const UpdateDrainResponseBodyDrainsFilterV2$outboundSchema: z.ZodType<
|
|
@@ -3579,8 +3309,8 @@ export const UpdateDrainResponseBodyDrainsFilterV2$outboundSchema: z.ZodType<
|
|
|
3579
3309
|
z.ZodTypeDef,
|
|
3580
3310
|
UpdateDrainResponseBodyDrainsFilterV2
|
|
3581
3311
|
> = z.union([
|
|
3582
|
-
z.lazy(() => UpdateDrainFilterV2Drains2$outboundSchema),
|
|
3583
3312
|
z.lazy(() => UpdateDrainFilterV2Drains1$outboundSchema),
|
|
3313
|
+
z.lazy(() => UpdateDrainFilterV2Drains2$outboundSchema),
|
|
3584
3314
|
]);
|
|
3585
3315
|
|
|
3586
3316
|
export function updateDrainResponseBodyDrainsFilterV2ToJSON(
|
|
@@ -3603,28 +3333,18 @@ export function updateDrainResponseBodyDrainsFilterV2FromJSON(
|
|
|
3603
3333
|
);
|
|
3604
3334
|
}
|
|
3605
3335
|
|
|
3606
|
-
/** @internal */
|
|
3607
|
-
export const UpdateDrainProjectAccessDrainsAccess$inboundSchema:
|
|
3608
|
-
z.ZodNativeEnum<typeof UpdateDrainProjectAccessDrainsAccess> = z.nativeEnum(
|
|
3609
|
-
UpdateDrainProjectAccessDrainsAccess,
|
|
3610
|
-
);
|
|
3611
|
-
/** @internal */
|
|
3612
|
-
export const UpdateDrainProjectAccessDrainsAccess$outboundSchema:
|
|
3613
|
-
z.ZodNativeEnum<typeof UpdateDrainProjectAccessDrainsAccess> =
|
|
3614
|
-
UpdateDrainProjectAccessDrainsAccess$inboundSchema;
|
|
3615
|
-
|
|
3616
3336
|
/** @internal */
|
|
3617
3337
|
export const UpdateDrainProjectAccess2$inboundSchema: z.ZodType<
|
|
3618
3338
|
UpdateDrainProjectAccess2,
|
|
3619
3339
|
z.ZodTypeDef,
|
|
3620
3340
|
unknown
|
|
3621
3341
|
> = z.object({
|
|
3622
|
-
access:
|
|
3342
|
+
access: z.literal("some"),
|
|
3623
3343
|
projectIds: z.array(z.string()),
|
|
3624
3344
|
});
|
|
3625
3345
|
/** @internal */
|
|
3626
3346
|
export type UpdateDrainProjectAccess2$Outbound = {
|
|
3627
|
-
access:
|
|
3347
|
+
access: "some";
|
|
3628
3348
|
projectIds: Array<string>;
|
|
3629
3349
|
};
|
|
3630
3350
|
|
|
@@ -3634,7 +3354,7 @@ export const UpdateDrainProjectAccess2$outboundSchema: z.ZodType<
|
|
|
3634
3354
|
z.ZodTypeDef,
|
|
3635
3355
|
UpdateDrainProjectAccess2
|
|
3636
3356
|
> = z.object({
|
|
3637
|
-
access:
|
|
3357
|
+
access: z.literal("some"),
|
|
3638
3358
|
projectIds: z.array(z.string()),
|
|
3639
3359
|
});
|
|
3640
3360
|
|
|
@@ -3655,26 +3375,17 @@ export function updateDrainProjectAccess2FromJSON(
|
|
|
3655
3375
|
);
|
|
3656
3376
|
}
|
|
3657
3377
|
|
|
3658
|
-
/** @internal */
|
|
3659
|
-
export const UpdateDrainProjectAccessAccess$inboundSchema: z.ZodNativeEnum<
|
|
3660
|
-
typeof UpdateDrainProjectAccessAccess
|
|
3661
|
-
> = z.nativeEnum(UpdateDrainProjectAccessAccess);
|
|
3662
|
-
/** @internal */
|
|
3663
|
-
export const UpdateDrainProjectAccessAccess$outboundSchema: z.ZodNativeEnum<
|
|
3664
|
-
typeof UpdateDrainProjectAccessAccess
|
|
3665
|
-
> = UpdateDrainProjectAccessAccess$inboundSchema;
|
|
3666
|
-
|
|
3667
3378
|
/** @internal */
|
|
3668
3379
|
export const UpdateDrainProjectAccess1$inboundSchema: z.ZodType<
|
|
3669
3380
|
UpdateDrainProjectAccess1,
|
|
3670
3381
|
z.ZodTypeDef,
|
|
3671
3382
|
unknown
|
|
3672
3383
|
> = z.object({
|
|
3673
|
-
access:
|
|
3384
|
+
access: z.literal("all"),
|
|
3674
3385
|
});
|
|
3675
3386
|
/** @internal */
|
|
3676
3387
|
export type UpdateDrainProjectAccess1$Outbound = {
|
|
3677
|
-
access:
|
|
3388
|
+
access: "all";
|
|
3678
3389
|
};
|
|
3679
3390
|
|
|
3680
3391
|
/** @internal */
|
|
@@ -3683,7 +3394,7 @@ export const UpdateDrainProjectAccess1$outboundSchema: z.ZodType<
|
|
|
3683
3394
|
z.ZodTypeDef,
|
|
3684
3395
|
UpdateDrainProjectAccess1
|
|
3685
3396
|
> = z.object({
|
|
3686
|
-
access:
|
|
3397
|
+
access: z.literal("all"),
|
|
3687
3398
|
});
|
|
3688
3399
|
|
|
3689
3400
|
export function updateDrainProjectAccess1ToJSON(
|
|
@@ -3709,13 +3420,13 @@ export const UpdateDrainResponseBodyProjectAccess$inboundSchema: z.ZodType<
|
|
|
3709
3420
|
z.ZodTypeDef,
|
|
3710
3421
|
unknown
|
|
3711
3422
|
> = z.union([
|
|
3712
|
-
z.lazy(() => UpdateDrainProjectAccess2$inboundSchema),
|
|
3713
3423
|
z.lazy(() => UpdateDrainProjectAccess1$inboundSchema),
|
|
3424
|
+
z.lazy(() => UpdateDrainProjectAccess2$inboundSchema),
|
|
3714
3425
|
]);
|
|
3715
3426
|
/** @internal */
|
|
3716
3427
|
export type UpdateDrainResponseBodyProjectAccess$Outbound =
|
|
3717
|
-
|
|
|
3718
|
-
|
|
|
3428
|
+
| UpdateDrainProjectAccess1$Outbound
|
|
3429
|
+
| UpdateDrainProjectAccess2$Outbound;
|
|
3719
3430
|
|
|
3720
3431
|
/** @internal */
|
|
3721
3432
|
export const UpdateDrainResponseBodyProjectAccess$outboundSchema: z.ZodType<
|
|
@@ -3723,8 +3434,8 @@ export const UpdateDrainResponseBodyProjectAccess$outboundSchema: z.ZodType<
|
|
|
3723
3434
|
z.ZodTypeDef,
|
|
3724
3435
|
UpdateDrainResponseBodyProjectAccess
|
|
3725
3436
|
> = z.union([
|
|
3726
|
-
z.lazy(() => UpdateDrainProjectAccess2$outboundSchema),
|
|
3727
3437
|
z.lazy(() => UpdateDrainProjectAccess1$outboundSchema),
|
|
3438
|
+
z.lazy(() => UpdateDrainProjectAccess2$outboundSchema),
|
|
3728
3439
|
]);
|
|
3729
3440
|
|
|
3730
3441
|
export function updateDrainResponseBodyProjectAccessToJSON(
|
|
@@ -3778,20 +3489,20 @@ export const UpdateDrainResponseBody2$inboundSchema: z.ZodType<
|
|
|
3778
3489
|
disabledBy: z.string().optional(),
|
|
3779
3490
|
firstErrorTimestamp: z.number().optional(),
|
|
3780
3491
|
source: z.union([
|
|
3781
|
-
z.lazy(() => UpdateDrainSourceDrainsResponse2$inboundSchema),
|
|
3782
3492
|
z.lazy(() => UpdateDrainSourceDrainsResponse1$inboundSchema),
|
|
3493
|
+
z.lazy(() => UpdateDrainSourceDrainsResponse2$inboundSchema),
|
|
3783
3494
|
]),
|
|
3784
3495
|
filter: z.string().optional(),
|
|
3785
3496
|
filterV2: z.union([
|
|
3786
|
-
z.lazy(() => UpdateDrainFilterV2Drains2$inboundSchema),
|
|
3787
3497
|
z.lazy(() => UpdateDrainFilterV2Drains1$inboundSchema),
|
|
3498
|
+
z.lazy(() => UpdateDrainFilterV2Drains2$inboundSchema),
|
|
3788
3499
|
]).optional(),
|
|
3789
3500
|
integrationIcon: z.string().optional(),
|
|
3790
3501
|
integrationConfigurationUri: z.string().optional(),
|
|
3791
3502
|
integrationWebsite: z.string().optional(),
|
|
3792
3503
|
projectAccess: z.union([
|
|
3793
|
-
z.lazy(() => UpdateDrainProjectAccess2$inboundSchema),
|
|
3794
3504
|
z.lazy(() => UpdateDrainProjectAccess1$inboundSchema),
|
|
3505
|
+
z.lazy(() => UpdateDrainProjectAccess2$inboundSchema),
|
|
3795
3506
|
]).optional(),
|
|
3796
3507
|
});
|
|
3797
3508
|
/** @internal */
|
|
@@ -3817,19 +3528,19 @@ export type UpdateDrainResponseBody2$Outbound = {
|
|
|
3817
3528
|
disabledBy?: string | undefined;
|
|
3818
3529
|
firstErrorTimestamp?: number | undefined;
|
|
3819
3530
|
source:
|
|
3820
|
-
|
|
|
3821
|
-
|
|
|
3531
|
+
| UpdateDrainSourceDrainsResponse1$Outbound
|
|
3532
|
+
| UpdateDrainSourceDrainsResponse2$Outbound;
|
|
3822
3533
|
filter?: string | undefined;
|
|
3823
3534
|
filterV2?:
|
|
3824
|
-
| UpdateDrainFilterV2Drains2$Outbound
|
|
3825
3535
|
| UpdateDrainFilterV2Drains1$Outbound
|
|
3536
|
+
| UpdateDrainFilterV2Drains2$Outbound
|
|
3826
3537
|
| undefined;
|
|
3827
3538
|
integrationIcon?: string | undefined;
|
|
3828
3539
|
integrationConfigurationUri?: string | undefined;
|
|
3829
3540
|
integrationWebsite?: string | undefined;
|
|
3830
3541
|
projectAccess?:
|
|
3831
|
-
| UpdateDrainProjectAccess2$Outbound
|
|
3832
3542
|
| UpdateDrainProjectAccess1$Outbound
|
|
3543
|
+
| UpdateDrainProjectAccess2$Outbound
|
|
3833
3544
|
| undefined;
|
|
3834
3545
|
};
|
|
3835
3546
|
|
|
@@ -3864,20 +3575,20 @@ export const UpdateDrainResponseBody2$outboundSchema: z.ZodType<
|
|
|
3864
3575
|
disabledBy: z.string().optional(),
|
|
3865
3576
|
firstErrorTimestamp: z.number().optional(),
|
|
3866
3577
|
source: z.union([
|
|
3867
|
-
z.lazy(() => UpdateDrainSourceDrainsResponse2$outboundSchema),
|
|
3868
3578
|
z.lazy(() => UpdateDrainSourceDrainsResponse1$outboundSchema),
|
|
3579
|
+
z.lazy(() => UpdateDrainSourceDrainsResponse2$outboundSchema),
|
|
3869
3580
|
]),
|
|
3870
3581
|
filter: z.string().optional(),
|
|
3871
3582
|
filterV2: z.union([
|
|
3872
|
-
z.lazy(() => UpdateDrainFilterV2Drains2$outboundSchema),
|
|
3873
3583
|
z.lazy(() => UpdateDrainFilterV2Drains1$outboundSchema),
|
|
3584
|
+
z.lazy(() => UpdateDrainFilterV2Drains2$outboundSchema),
|
|
3874
3585
|
]).optional(),
|
|
3875
3586
|
integrationIcon: z.string().optional(),
|
|
3876
3587
|
integrationConfigurationUri: z.string().optional(),
|
|
3877
3588
|
integrationWebsite: z.string().optional(),
|
|
3878
3589
|
projectAccess: z.union([
|
|
3879
|
-
z.lazy(() => UpdateDrainProjectAccess2$outboundSchema),
|
|
3880
3590
|
z.lazy(() => UpdateDrainProjectAccess1$outboundSchema),
|
|
3591
|
+
z.lazy(() => UpdateDrainProjectAccess2$outboundSchema),
|
|
3881
3592
|
]).optional(),
|
|
3882
3593
|
});
|
|
3883
3594
|
|
|
@@ -4101,15 +3812,6 @@ export function updateDrainResponseBodySchemasFromJSON(
|
|
|
4101
3812
|
);
|
|
4102
3813
|
}
|
|
4103
3814
|
|
|
4104
|
-
/** @internal */
|
|
4105
|
-
export const UpdateDrainDeliveryDrainsResponse200Type$inboundSchema:
|
|
4106
|
-
z.ZodNativeEnum<typeof UpdateDrainDeliveryDrainsResponse200Type> = z
|
|
4107
|
-
.nativeEnum(UpdateDrainDeliveryDrainsResponse200Type);
|
|
4108
|
-
/** @internal */
|
|
4109
|
-
export const UpdateDrainDeliveryDrainsResponse200Type$outboundSchema:
|
|
4110
|
-
z.ZodNativeEnum<typeof UpdateDrainDeliveryDrainsResponse200Type> =
|
|
4111
|
-
UpdateDrainDeliveryDrainsResponse200Type$inboundSchema;
|
|
4112
|
-
|
|
4113
3815
|
/** @internal */
|
|
4114
3816
|
export const UpdateDrainDeliveryTarget$inboundSchema: z.ZodNativeEnum<
|
|
4115
3817
|
typeof UpdateDrainDeliveryTarget
|
|
@@ -4125,12 +3827,12 @@ export const UpdateDrainDelivery4$inboundSchema: z.ZodType<
|
|
|
4125
3827
|
z.ZodTypeDef,
|
|
4126
3828
|
unknown
|
|
4127
3829
|
> = z.object({
|
|
4128
|
-
type:
|
|
3830
|
+
type: z.literal("internal"),
|
|
4129
3831
|
target: UpdateDrainDeliveryTarget$inboundSchema,
|
|
4130
3832
|
});
|
|
4131
3833
|
/** @internal */
|
|
4132
3834
|
export type UpdateDrainDelivery4$Outbound = {
|
|
4133
|
-
type:
|
|
3835
|
+
type: "internal";
|
|
4134
3836
|
target: string;
|
|
4135
3837
|
};
|
|
4136
3838
|
|
|
@@ -4140,7 +3842,7 @@ export const UpdateDrainDelivery4$outboundSchema: z.ZodType<
|
|
|
4140
3842
|
z.ZodTypeDef,
|
|
4141
3843
|
UpdateDrainDelivery4
|
|
4142
3844
|
> = z.object({
|
|
4143
|
-
type:
|
|
3845
|
+
type: z.literal("internal"),
|
|
4144
3846
|
target: UpdateDrainDeliveryTarget$outboundSchema,
|
|
4145
3847
|
});
|
|
4146
3848
|
|
|
@@ -4161,29 +3863,19 @@ export function updateDrainDelivery4FromJSON(
|
|
|
4161
3863
|
);
|
|
4162
3864
|
}
|
|
4163
3865
|
|
|
4164
|
-
/** @internal */
|
|
4165
|
-
export const UpdateDrainDeliveryDrainsResponseType$inboundSchema:
|
|
4166
|
-
z.ZodNativeEnum<typeof UpdateDrainDeliveryDrainsResponseType> = z.nativeEnum(
|
|
4167
|
-
UpdateDrainDeliveryDrainsResponseType,
|
|
4168
|
-
);
|
|
4169
|
-
/** @internal */
|
|
4170
|
-
export const UpdateDrainDeliveryDrainsResponseType$outboundSchema:
|
|
4171
|
-
z.ZodNativeEnum<typeof UpdateDrainDeliveryDrainsResponseType> =
|
|
4172
|
-
UpdateDrainDeliveryDrainsResponseType$inboundSchema;
|
|
4173
|
-
|
|
4174
3866
|
/** @internal */
|
|
4175
3867
|
export const UpdateDrainDelivery3$inboundSchema: z.ZodType<
|
|
4176
3868
|
UpdateDrainDelivery3,
|
|
4177
3869
|
z.ZodTypeDef,
|
|
4178
3870
|
unknown
|
|
4179
3871
|
> = z.object({
|
|
4180
|
-
type:
|
|
3872
|
+
type: z.literal("clickhouse"),
|
|
4181
3873
|
endpoint: z.string(),
|
|
4182
3874
|
table: z.string(),
|
|
4183
3875
|
});
|
|
4184
3876
|
/** @internal */
|
|
4185
3877
|
export type UpdateDrainDelivery3$Outbound = {
|
|
4186
|
-
type:
|
|
3878
|
+
type: "clickhouse";
|
|
4187
3879
|
endpoint: string;
|
|
4188
3880
|
table: string;
|
|
4189
3881
|
};
|
|
@@ -4194,7 +3886,7 @@ export const UpdateDrainDelivery3$outboundSchema: z.ZodType<
|
|
|
4194
3886
|
z.ZodTypeDef,
|
|
4195
3887
|
UpdateDrainDelivery3
|
|
4196
3888
|
> = z.object({
|
|
4197
|
-
type:
|
|
3889
|
+
type: z.literal("clickhouse"),
|
|
4198
3890
|
endpoint: z.string(),
|
|
4199
3891
|
table: z.string(),
|
|
4200
3892
|
});
|
|
@@ -4216,15 +3908,6 @@ export function updateDrainDelivery3FromJSON(
|
|
|
4216
3908
|
);
|
|
4217
3909
|
}
|
|
4218
3910
|
|
|
4219
|
-
/** @internal */
|
|
4220
|
-
export const UpdateDrainDeliveryDrainsType$inboundSchema: z.ZodNativeEnum<
|
|
4221
|
-
typeof UpdateDrainDeliveryDrainsType
|
|
4222
|
-
> = z.nativeEnum(UpdateDrainDeliveryDrainsType);
|
|
4223
|
-
/** @internal */
|
|
4224
|
-
export const UpdateDrainDeliveryDrainsType$outboundSchema: z.ZodNativeEnum<
|
|
4225
|
-
typeof UpdateDrainDeliveryDrainsType
|
|
4226
|
-
> = UpdateDrainDeliveryDrainsType$inboundSchema;
|
|
4227
|
-
|
|
4228
3911
|
/** @internal */
|
|
4229
3912
|
export const UpdateDrainDeliveryEndpoint$inboundSchema: z.ZodType<
|
|
4230
3913
|
UpdateDrainDeliveryEndpoint,
|
|
@@ -4369,7 +4052,7 @@ export const UpdateDrainDeliveryDrains2$inboundSchema: z.ZodType<
|
|
|
4369
4052
|
z.ZodTypeDef,
|
|
4370
4053
|
unknown
|
|
4371
4054
|
> = z.object({
|
|
4372
|
-
type:
|
|
4055
|
+
type: z.literal("otlphttp"),
|
|
4373
4056
|
endpoint: z.lazy(() => UpdateDrainDeliveryEndpoint$inboundSchema),
|
|
4374
4057
|
encoding: UpdateDrainDeliveryDrainsResponse200Encoding$inboundSchema,
|
|
4375
4058
|
headers: z.record(z.string()),
|
|
@@ -4380,7 +4063,7 @@ export const UpdateDrainDeliveryDrains2$inboundSchema: z.ZodType<
|
|
|
4380
4063
|
});
|
|
4381
4064
|
/** @internal */
|
|
4382
4065
|
export type UpdateDrainDeliveryDrains2$Outbound = {
|
|
4383
|
-
type:
|
|
4066
|
+
type: "otlphttp";
|
|
4384
4067
|
endpoint: UpdateDrainDeliveryEndpoint$Outbound;
|
|
4385
4068
|
encoding: string;
|
|
4386
4069
|
headers: { [k: string]: string };
|
|
@@ -4393,7 +4076,7 @@ export const UpdateDrainDeliveryDrains2$outboundSchema: z.ZodType<
|
|
|
4393
4076
|
z.ZodTypeDef,
|
|
4394
4077
|
UpdateDrainDeliveryDrains2
|
|
4395
4078
|
> = z.object({
|
|
4396
|
-
type:
|
|
4079
|
+
type: z.literal("otlphttp"),
|
|
4397
4080
|
endpoint: z.lazy(() => UpdateDrainDeliveryEndpoint$outboundSchema),
|
|
4398
4081
|
encoding: UpdateDrainDeliveryDrainsResponse200Encoding$outboundSchema,
|
|
4399
4082
|
headers: z.record(z.string()),
|
|
@@ -4420,15 +4103,6 @@ export function updateDrainDeliveryDrains2FromJSON(
|
|
|
4420
4103
|
);
|
|
4421
4104
|
}
|
|
4422
4105
|
|
|
4423
|
-
/** @internal */
|
|
4424
|
-
export const UpdateDrainDeliveryType$inboundSchema: z.ZodNativeEnum<
|
|
4425
|
-
typeof UpdateDrainDeliveryType
|
|
4426
|
-
> = z.nativeEnum(UpdateDrainDeliveryType);
|
|
4427
|
-
/** @internal */
|
|
4428
|
-
export const UpdateDrainDeliveryType$outboundSchema: z.ZodNativeEnum<
|
|
4429
|
-
typeof UpdateDrainDeliveryType
|
|
4430
|
-
> = UpdateDrainDeliveryType$inboundSchema;
|
|
4431
|
-
|
|
4432
4106
|
/** @internal */
|
|
4433
4107
|
export const UpdateDrainDeliveryDrainsResponseEncoding$inboundSchema:
|
|
4434
4108
|
z.ZodNativeEnum<typeof UpdateDrainDeliveryDrainsResponseEncoding> = z
|
|
@@ -4536,7 +4210,7 @@ export const UpdateDrainDeliveryDrains1$inboundSchema: z.ZodType<
|
|
|
4536
4210
|
z.ZodTypeDef,
|
|
4537
4211
|
unknown
|
|
4538
4212
|
> = z.object({
|
|
4539
|
-
type:
|
|
4213
|
+
type: z.literal("http"),
|
|
4540
4214
|
endpoint: z.string(),
|
|
4541
4215
|
encoding: UpdateDrainDeliveryDrainsResponseEncoding$inboundSchema,
|
|
4542
4216
|
compression: UpdateDrainDeliveryCompression$inboundSchema.optional(),
|
|
@@ -4546,7 +4220,7 @@ export const UpdateDrainDeliveryDrains1$inboundSchema: z.ZodType<
|
|
|
4546
4220
|
});
|
|
4547
4221
|
/** @internal */
|
|
4548
4222
|
export type UpdateDrainDeliveryDrains1$Outbound = {
|
|
4549
|
-
type:
|
|
4223
|
+
type: "http";
|
|
4550
4224
|
endpoint: string;
|
|
4551
4225
|
encoding: string;
|
|
4552
4226
|
compression?: string | undefined;
|
|
@@ -4560,7 +4234,7 @@ export const UpdateDrainDeliveryDrains1$outboundSchema: z.ZodType<
|
|
|
4560
4234
|
z.ZodTypeDef,
|
|
4561
4235
|
UpdateDrainDeliveryDrains1
|
|
4562
4236
|
> = z.object({
|
|
4563
|
-
type:
|
|
4237
|
+
type: z.literal("http"),
|
|
4564
4238
|
endpoint: z.string(),
|
|
4565
4239
|
encoding: UpdateDrainDeliveryDrainsResponseEncoding$outboundSchema,
|
|
4566
4240
|
compression: UpdateDrainDeliveryCompression$outboundSchema.optional(),
|
|
@@ -4722,22 +4396,13 @@ export const UpdateDrainResponseBodyDisabledReason$outboundSchema:
|
|
|
4722
4396
|
z.ZodNativeEnum<typeof UpdateDrainResponseBodyDisabledReason> =
|
|
4723
4397
|
UpdateDrainResponseBodyDisabledReason$inboundSchema;
|
|
4724
4398
|
|
|
4725
|
-
/** @internal */
|
|
4726
|
-
export const UpdateDrainSourceDrainsKind$inboundSchema: z.ZodNativeEnum<
|
|
4727
|
-
typeof UpdateDrainSourceDrainsKind
|
|
4728
|
-
> = z.nativeEnum(UpdateDrainSourceDrainsKind);
|
|
4729
|
-
/** @internal */
|
|
4730
|
-
export const UpdateDrainSourceDrainsKind$outboundSchema: z.ZodNativeEnum<
|
|
4731
|
-
typeof UpdateDrainSourceDrainsKind
|
|
4732
|
-
> = UpdateDrainSourceDrainsKind$inboundSchema;
|
|
4733
|
-
|
|
4734
4399
|
/** @internal */
|
|
4735
4400
|
export const UpdateDrainSourceDrains2$inboundSchema: z.ZodType<
|
|
4736
4401
|
UpdateDrainSourceDrains2,
|
|
4737
4402
|
z.ZodTypeDef,
|
|
4738
4403
|
unknown
|
|
4739
4404
|
> = z.object({
|
|
4740
|
-
kind:
|
|
4405
|
+
kind: z.literal("integration"),
|
|
4741
4406
|
resourceId: z.string().optional(),
|
|
4742
4407
|
externalResourceId: z.string().optional(),
|
|
4743
4408
|
integrationId: z.string(),
|
|
@@ -4745,7 +4410,7 @@ export const UpdateDrainSourceDrains2$inboundSchema: z.ZodType<
|
|
|
4745
4410
|
});
|
|
4746
4411
|
/** @internal */
|
|
4747
4412
|
export type UpdateDrainSourceDrains2$Outbound = {
|
|
4748
|
-
kind:
|
|
4413
|
+
kind: "integration";
|
|
4749
4414
|
resourceId?: string | undefined;
|
|
4750
4415
|
externalResourceId?: string | undefined;
|
|
4751
4416
|
integrationId: string;
|
|
@@ -4758,7 +4423,7 @@ export const UpdateDrainSourceDrains2$outboundSchema: z.ZodType<
|
|
|
4758
4423
|
z.ZodTypeDef,
|
|
4759
4424
|
UpdateDrainSourceDrains2
|
|
4760
4425
|
> = z.object({
|
|
4761
|
-
kind:
|
|
4426
|
+
kind: z.literal("integration"),
|
|
4762
4427
|
resourceId: z.string().optional(),
|
|
4763
4428
|
externalResourceId: z.string().optional(),
|
|
4764
4429
|
integrationId: z.string(),
|
|
@@ -4782,26 +4447,17 @@ export function updateDrainSourceDrains2FromJSON(
|
|
|
4782
4447
|
);
|
|
4783
4448
|
}
|
|
4784
4449
|
|
|
4785
|
-
/** @internal */
|
|
4786
|
-
export const UpdateDrainSourceKind$inboundSchema: z.ZodNativeEnum<
|
|
4787
|
-
typeof UpdateDrainSourceKind
|
|
4788
|
-
> = z.nativeEnum(UpdateDrainSourceKind);
|
|
4789
|
-
/** @internal */
|
|
4790
|
-
export const UpdateDrainSourceKind$outboundSchema: z.ZodNativeEnum<
|
|
4791
|
-
typeof UpdateDrainSourceKind
|
|
4792
|
-
> = UpdateDrainSourceKind$inboundSchema;
|
|
4793
|
-
|
|
4794
4450
|
/** @internal */
|
|
4795
4451
|
export const UpdateDrainSourceDrains1$inboundSchema: z.ZodType<
|
|
4796
4452
|
UpdateDrainSourceDrains1,
|
|
4797
4453
|
z.ZodTypeDef,
|
|
4798
4454
|
unknown
|
|
4799
4455
|
> = z.object({
|
|
4800
|
-
kind:
|
|
4456
|
+
kind: z.literal("self-served"),
|
|
4801
4457
|
});
|
|
4802
4458
|
/** @internal */
|
|
4803
4459
|
export type UpdateDrainSourceDrains1$Outbound = {
|
|
4804
|
-
kind:
|
|
4460
|
+
kind: "self-served";
|
|
4805
4461
|
};
|
|
4806
4462
|
|
|
4807
4463
|
/** @internal */
|
|
@@ -4810,7 +4466,7 @@ export const UpdateDrainSourceDrains1$outboundSchema: z.ZodType<
|
|
|
4810
4466
|
z.ZodTypeDef,
|
|
4811
4467
|
UpdateDrainSourceDrains1
|
|
4812
4468
|
> = z.object({
|
|
4813
|
-
kind:
|
|
4469
|
+
kind: z.literal("self-served"),
|
|
4814
4470
|
});
|
|
4815
4471
|
|
|
4816
4472
|
export function updateDrainSourceDrains1ToJSON(
|
|
@@ -4836,13 +4492,13 @@ export const UpdateDrainResponseBodySource$inboundSchema: z.ZodType<
|
|
|
4836
4492
|
z.ZodTypeDef,
|
|
4837
4493
|
unknown
|
|
4838
4494
|
> = z.union([
|
|
4839
|
-
z.lazy(() => UpdateDrainSourceDrains2$inboundSchema),
|
|
4840
4495
|
z.lazy(() => UpdateDrainSourceDrains1$inboundSchema),
|
|
4496
|
+
z.lazy(() => UpdateDrainSourceDrains2$inboundSchema),
|
|
4841
4497
|
]);
|
|
4842
4498
|
/** @internal */
|
|
4843
4499
|
export type UpdateDrainResponseBodySource$Outbound =
|
|
4844
|
-
|
|
|
4845
|
-
|
|
|
4500
|
+
| UpdateDrainSourceDrains1$Outbound
|
|
4501
|
+
| UpdateDrainSourceDrains2$Outbound;
|
|
4846
4502
|
|
|
4847
4503
|
/** @internal */
|
|
4848
4504
|
export const UpdateDrainResponseBodySource$outboundSchema: z.ZodType<
|
|
@@ -4850,8 +4506,8 @@ export const UpdateDrainResponseBodySource$outboundSchema: z.ZodType<
|
|
|
4850
4506
|
z.ZodTypeDef,
|
|
4851
4507
|
UpdateDrainResponseBodySource
|
|
4852
4508
|
> = z.union([
|
|
4853
|
-
z.lazy(() => UpdateDrainSourceDrains2$outboundSchema),
|
|
4854
4509
|
z.lazy(() => UpdateDrainSourceDrains1$outboundSchema),
|
|
4510
|
+
z.lazy(() => UpdateDrainSourceDrains2$outboundSchema),
|
|
4855
4511
|
]);
|
|
4856
4512
|
|
|
4857
4513
|
export function updateDrainResponseBodySourceToJSON(
|
|
@@ -4873,36 +4529,18 @@ export function updateDrainResponseBodySourceFromJSON(
|
|
|
4873
4529
|
);
|
|
4874
4530
|
}
|
|
4875
4531
|
|
|
4876
|
-
/** @internal */
|
|
4877
|
-
export const UpdateDrainFilterV2DrainsVersion$inboundSchema: z.ZodNativeEnum<
|
|
4878
|
-
typeof UpdateDrainFilterV2DrainsVersion
|
|
4879
|
-
> = z.nativeEnum(UpdateDrainFilterV2DrainsVersion);
|
|
4880
|
-
/** @internal */
|
|
4881
|
-
export const UpdateDrainFilterV2DrainsVersion$outboundSchema: z.ZodNativeEnum<
|
|
4882
|
-
typeof UpdateDrainFilterV2DrainsVersion
|
|
4883
|
-
> = UpdateDrainFilterV2DrainsVersion$inboundSchema;
|
|
4884
|
-
|
|
4885
|
-
/** @internal */
|
|
4886
|
-
export const UpdateDrainFilterDrainsType$inboundSchema: z.ZodNativeEnum<
|
|
4887
|
-
typeof UpdateDrainFilterDrainsType
|
|
4888
|
-
> = z.nativeEnum(UpdateDrainFilterDrainsType);
|
|
4889
|
-
/** @internal */
|
|
4890
|
-
export const UpdateDrainFilterDrainsType$outboundSchema: z.ZodNativeEnum<
|
|
4891
|
-
typeof UpdateDrainFilterDrainsType
|
|
4892
|
-
> = UpdateDrainFilterDrainsType$inboundSchema;
|
|
4893
|
-
|
|
4894
4532
|
/** @internal */
|
|
4895
4533
|
export const UpdateDrainFilterDrainsResponse2$inboundSchema: z.ZodType<
|
|
4896
4534
|
UpdateDrainFilterDrainsResponse2,
|
|
4897
4535
|
z.ZodTypeDef,
|
|
4898
4536
|
unknown
|
|
4899
4537
|
> = z.object({
|
|
4900
|
-
type:
|
|
4538
|
+
type: z.literal("odata"),
|
|
4901
4539
|
text: z.string(),
|
|
4902
4540
|
});
|
|
4903
4541
|
/** @internal */
|
|
4904
4542
|
export type UpdateDrainFilterDrainsResponse2$Outbound = {
|
|
4905
|
-
type:
|
|
4543
|
+
type: "odata";
|
|
4906
4544
|
text: string;
|
|
4907
4545
|
};
|
|
4908
4546
|
|
|
@@ -4912,7 +4550,7 @@ export const UpdateDrainFilterDrainsResponse2$outboundSchema: z.ZodType<
|
|
|
4912
4550
|
z.ZodTypeDef,
|
|
4913
4551
|
UpdateDrainFilterDrainsResponse2
|
|
4914
4552
|
> = z.object({
|
|
4915
|
-
type:
|
|
4553
|
+
type: z.literal("odata"),
|
|
4916
4554
|
text: z.string(),
|
|
4917
4555
|
});
|
|
4918
4556
|
|
|
@@ -4935,15 +4573,6 @@ export function updateDrainFilterDrainsResponse2FromJSON(
|
|
|
4935
4573
|
);
|
|
4936
4574
|
}
|
|
4937
4575
|
|
|
4938
|
-
/** @internal */
|
|
4939
|
-
export const UpdateDrainFilterType$inboundSchema: z.ZodNativeEnum<
|
|
4940
|
-
typeof UpdateDrainFilterType
|
|
4941
|
-
> = z.nativeEnum(UpdateDrainFilterType);
|
|
4942
|
-
/** @internal */
|
|
4943
|
-
export const UpdateDrainFilterType$outboundSchema: z.ZodNativeEnum<
|
|
4944
|
-
typeof UpdateDrainFilterType
|
|
4945
|
-
> = UpdateDrainFilterType$inboundSchema;
|
|
4946
|
-
|
|
4947
4576
|
/** @internal */
|
|
4948
4577
|
export const UpdateDrainFilterProject$inboundSchema: z.ZodType<
|
|
4949
4578
|
UpdateDrainFilterProject,
|
|
@@ -5100,7 +4729,7 @@ export const UpdateDrainFilterDrains1$inboundSchema: z.ZodType<
|
|
|
5100
4729
|
z.ZodTypeDef,
|
|
5101
4730
|
unknown
|
|
5102
4731
|
> = z.object({
|
|
5103
|
-
type:
|
|
4732
|
+
type: z.literal("basic"),
|
|
5104
4733
|
project: z.lazy(() => UpdateDrainFilterProject$inboundSchema).optional(),
|
|
5105
4734
|
log: z.lazy(() => UpdateDrainFilterLog$inboundSchema).optional(),
|
|
5106
4735
|
deployment: z.lazy(() => UpdateDrainFilterDeployment$inboundSchema)
|
|
@@ -5108,7 +4737,7 @@ export const UpdateDrainFilterDrains1$inboundSchema: z.ZodType<
|
|
|
5108
4737
|
});
|
|
5109
4738
|
/** @internal */
|
|
5110
4739
|
export type UpdateDrainFilterDrains1$Outbound = {
|
|
5111
|
-
type:
|
|
4740
|
+
type: "basic";
|
|
5112
4741
|
project?: UpdateDrainFilterProject$Outbound | undefined;
|
|
5113
4742
|
log?: UpdateDrainFilterLog$Outbound | undefined;
|
|
5114
4743
|
deployment?: UpdateDrainFilterDeployment$Outbound | undefined;
|
|
@@ -5120,7 +4749,7 @@ export const UpdateDrainFilterDrains1$outboundSchema: z.ZodType<
|
|
|
5120
4749
|
z.ZodTypeDef,
|
|
5121
4750
|
UpdateDrainFilterDrains1
|
|
5122
4751
|
> = z.object({
|
|
5123
|
-
type:
|
|
4752
|
+
type: z.literal("basic"),
|
|
5124
4753
|
project: z.lazy(() => UpdateDrainFilterProject$outboundSchema).optional(),
|
|
5125
4754
|
log: z.lazy(() => UpdateDrainFilterLog$outboundSchema).optional(),
|
|
5126
4755
|
deployment: z.lazy(() => UpdateDrainFilterDeployment$outboundSchema)
|
|
@@ -5150,13 +4779,13 @@ export const UpdateDrainFilterV2Filter$inboundSchema: z.ZodType<
|
|
|
5150
4779
|
z.ZodTypeDef,
|
|
5151
4780
|
unknown
|
|
5152
4781
|
> = z.union([
|
|
5153
|
-
z.lazy(() => UpdateDrainFilterDrainsResponse2$inboundSchema),
|
|
5154
4782
|
z.lazy(() => UpdateDrainFilterDrains1$inboundSchema),
|
|
4783
|
+
z.lazy(() => UpdateDrainFilterDrainsResponse2$inboundSchema),
|
|
5155
4784
|
]);
|
|
5156
4785
|
/** @internal */
|
|
5157
4786
|
export type UpdateDrainFilterV2Filter$Outbound =
|
|
5158
|
-
|
|
|
5159
|
-
|
|
|
4787
|
+
| UpdateDrainFilterDrains1$Outbound
|
|
4788
|
+
| UpdateDrainFilterDrainsResponse2$Outbound;
|
|
5160
4789
|
|
|
5161
4790
|
/** @internal */
|
|
5162
4791
|
export const UpdateDrainFilterV2Filter$outboundSchema: z.ZodType<
|
|
@@ -5164,8 +4793,8 @@ export const UpdateDrainFilterV2Filter$outboundSchema: z.ZodType<
|
|
|
5164
4793
|
z.ZodTypeDef,
|
|
5165
4794
|
UpdateDrainFilterV2Filter
|
|
5166
4795
|
> = z.union([
|
|
5167
|
-
z.lazy(() => UpdateDrainFilterDrainsResponse2$outboundSchema),
|
|
5168
4796
|
z.lazy(() => UpdateDrainFilterDrains1$outboundSchema),
|
|
4797
|
+
z.lazy(() => UpdateDrainFilterDrainsResponse2$outboundSchema),
|
|
5169
4798
|
]);
|
|
5170
4799
|
|
|
5171
4800
|
export function updateDrainFilterV2FilterToJSON(
|
|
@@ -5191,18 +4820,18 @@ export const UpdateDrainFilterV22$inboundSchema: z.ZodType<
|
|
|
5191
4820
|
z.ZodTypeDef,
|
|
5192
4821
|
unknown
|
|
5193
4822
|
> = z.object({
|
|
5194
|
-
version:
|
|
4823
|
+
version: z.literal("v2"),
|
|
5195
4824
|
filter: z.union([
|
|
5196
|
-
z.lazy(() => UpdateDrainFilterDrainsResponse2$inboundSchema),
|
|
5197
4825
|
z.lazy(() => UpdateDrainFilterDrains1$inboundSchema),
|
|
4826
|
+
z.lazy(() => UpdateDrainFilterDrainsResponse2$inboundSchema),
|
|
5198
4827
|
]),
|
|
5199
4828
|
});
|
|
5200
4829
|
/** @internal */
|
|
5201
4830
|
export type UpdateDrainFilterV22$Outbound = {
|
|
5202
|
-
version:
|
|
4831
|
+
version: "v2";
|
|
5203
4832
|
filter:
|
|
5204
|
-
|
|
|
5205
|
-
|
|
|
4833
|
+
| UpdateDrainFilterDrains1$Outbound
|
|
4834
|
+
| UpdateDrainFilterDrainsResponse2$Outbound;
|
|
5206
4835
|
};
|
|
5207
4836
|
|
|
5208
4837
|
/** @internal */
|
|
@@ -5211,10 +4840,10 @@ export const UpdateDrainFilterV22$outboundSchema: z.ZodType<
|
|
|
5211
4840
|
z.ZodTypeDef,
|
|
5212
4841
|
UpdateDrainFilterV22
|
|
5213
4842
|
> = z.object({
|
|
5214
|
-
version:
|
|
4843
|
+
version: z.literal("v2"),
|
|
5215
4844
|
filter: z.union([
|
|
5216
|
-
z.lazy(() => UpdateDrainFilterDrainsResponse2$outboundSchema),
|
|
5217
4845
|
z.lazy(() => UpdateDrainFilterDrains1$outboundSchema),
|
|
4846
|
+
z.lazy(() => UpdateDrainFilterDrainsResponse2$outboundSchema),
|
|
5218
4847
|
]),
|
|
5219
4848
|
});
|
|
5220
4849
|
|
|
@@ -5235,26 +4864,17 @@ export function updateDrainFilterV22FromJSON(
|
|
|
5235
4864
|
);
|
|
5236
4865
|
}
|
|
5237
4866
|
|
|
5238
|
-
/** @internal */
|
|
5239
|
-
export const UpdateDrainFilterV2Version$inboundSchema: z.ZodNativeEnum<
|
|
5240
|
-
typeof UpdateDrainFilterV2Version
|
|
5241
|
-
> = z.nativeEnum(UpdateDrainFilterV2Version);
|
|
5242
|
-
/** @internal */
|
|
5243
|
-
export const UpdateDrainFilterV2Version$outboundSchema: z.ZodNativeEnum<
|
|
5244
|
-
typeof UpdateDrainFilterV2Version
|
|
5245
|
-
> = UpdateDrainFilterV2Version$inboundSchema;
|
|
5246
|
-
|
|
5247
4867
|
/** @internal */
|
|
5248
4868
|
export const UpdateDrainFilterV21$inboundSchema: z.ZodType<
|
|
5249
4869
|
UpdateDrainFilterV21,
|
|
5250
4870
|
z.ZodTypeDef,
|
|
5251
4871
|
unknown
|
|
5252
4872
|
> = z.object({
|
|
5253
|
-
version:
|
|
4873
|
+
version: z.literal("v1"),
|
|
5254
4874
|
});
|
|
5255
4875
|
/** @internal */
|
|
5256
4876
|
export type UpdateDrainFilterV21$Outbound = {
|
|
5257
|
-
version:
|
|
4877
|
+
version: "v1";
|
|
5258
4878
|
};
|
|
5259
4879
|
|
|
5260
4880
|
/** @internal */
|
|
@@ -5263,7 +4883,7 @@ export const UpdateDrainFilterV21$outboundSchema: z.ZodType<
|
|
|
5263
4883
|
z.ZodTypeDef,
|
|
5264
4884
|
UpdateDrainFilterV21
|
|
5265
4885
|
> = z.object({
|
|
5266
|
-
version:
|
|
4886
|
+
version: z.literal("v1"),
|
|
5267
4887
|
});
|
|
5268
4888
|
|
|
5269
4889
|
export function updateDrainFilterV21ToJSON(
|
|
@@ -5289,13 +4909,13 @@ export const UpdateDrainResponseBodyFilterV2$inboundSchema: z.ZodType<
|
|
|
5289
4909
|
z.ZodTypeDef,
|
|
5290
4910
|
unknown
|
|
5291
4911
|
> = z.union([
|
|
5292
|
-
z.lazy(() => UpdateDrainFilterV22$inboundSchema),
|
|
5293
4912
|
z.lazy(() => UpdateDrainFilterV21$inboundSchema),
|
|
4913
|
+
z.lazy(() => UpdateDrainFilterV22$inboundSchema),
|
|
5294
4914
|
]);
|
|
5295
4915
|
/** @internal */
|
|
5296
4916
|
export type UpdateDrainResponseBodyFilterV2$Outbound =
|
|
5297
|
-
|
|
|
5298
|
-
|
|
|
4917
|
+
| UpdateDrainFilterV21$Outbound
|
|
4918
|
+
| UpdateDrainFilterV22$Outbound;
|
|
5299
4919
|
|
|
5300
4920
|
/** @internal */
|
|
5301
4921
|
export const UpdateDrainResponseBodyFilterV2$outboundSchema: z.ZodType<
|
|
@@ -5303,8 +4923,8 @@ export const UpdateDrainResponseBodyFilterV2$outboundSchema: z.ZodType<
|
|
|
5303
4923
|
z.ZodTypeDef,
|
|
5304
4924
|
UpdateDrainResponseBodyFilterV2
|
|
5305
4925
|
> = z.union([
|
|
5306
|
-
z.lazy(() => UpdateDrainFilterV22$outboundSchema),
|
|
5307
4926
|
z.lazy(() => UpdateDrainFilterV21$outboundSchema),
|
|
4927
|
+
z.lazy(() => UpdateDrainFilterV22$outboundSchema),
|
|
5308
4928
|
]);
|
|
5309
4929
|
|
|
5310
4930
|
export function updateDrainResponseBodyFilterV2ToJSON(
|
|
@@ -5356,13 +4976,13 @@ export const UpdateDrainResponseBody1$inboundSchema: z.ZodType<
|
|
|
5356
4976
|
disabledBy: z.string().optional(),
|
|
5357
4977
|
firstErrorTimestamp: z.number().optional(),
|
|
5358
4978
|
source: z.union([
|
|
5359
|
-
z.lazy(() => UpdateDrainSourceDrains2$inboundSchema),
|
|
5360
4979
|
z.lazy(() => UpdateDrainSourceDrains1$inboundSchema),
|
|
4980
|
+
z.lazy(() => UpdateDrainSourceDrains2$inboundSchema),
|
|
5361
4981
|
]),
|
|
5362
4982
|
filter: z.string().optional(),
|
|
5363
4983
|
filterV2: z.union([
|
|
5364
|
-
z.lazy(() => UpdateDrainFilterV22$inboundSchema),
|
|
5365
4984
|
z.lazy(() => UpdateDrainFilterV21$inboundSchema),
|
|
4985
|
+
z.lazy(() => UpdateDrainFilterV22$inboundSchema),
|
|
5366
4986
|
]).optional(),
|
|
5367
4987
|
});
|
|
5368
4988
|
/** @internal */
|
|
@@ -5387,11 +5007,11 @@ export type UpdateDrainResponseBody1$Outbound = {
|
|
|
5387
5007
|
disabledReason?: string | undefined;
|
|
5388
5008
|
disabledBy?: string | undefined;
|
|
5389
5009
|
firstErrorTimestamp?: number | undefined;
|
|
5390
|
-
source:
|
|
5010
|
+
source: UpdateDrainSourceDrains1$Outbound | UpdateDrainSourceDrains2$Outbound;
|
|
5391
5011
|
filter?: string | undefined;
|
|
5392
5012
|
filterV2?:
|
|
5393
|
-
| UpdateDrainFilterV22$Outbound
|
|
5394
5013
|
| UpdateDrainFilterV21$Outbound
|
|
5014
|
+
| UpdateDrainFilterV22$Outbound
|
|
5395
5015
|
| undefined;
|
|
5396
5016
|
};
|
|
5397
5017
|
|
|
@@ -5426,13 +5046,13 @@ export const UpdateDrainResponseBody1$outboundSchema: z.ZodType<
|
|
|
5426
5046
|
disabledBy: z.string().optional(),
|
|
5427
5047
|
firstErrorTimestamp: z.number().optional(),
|
|
5428
5048
|
source: z.union([
|
|
5429
|
-
z.lazy(() => UpdateDrainSourceDrains2$outboundSchema),
|
|
5430
5049
|
z.lazy(() => UpdateDrainSourceDrains1$outboundSchema),
|
|
5050
|
+
z.lazy(() => UpdateDrainSourceDrains2$outboundSchema),
|
|
5431
5051
|
]),
|
|
5432
5052
|
filter: z.string().optional(),
|
|
5433
5053
|
filterV2: z.union([
|
|
5434
|
-
z.lazy(() => UpdateDrainFilterV22$outboundSchema),
|
|
5435
5054
|
z.lazy(() => UpdateDrainFilterV21$outboundSchema),
|
|
5055
|
+
z.lazy(() => UpdateDrainFilterV22$outboundSchema),
|
|
5436
5056
|
]).optional(),
|
|
5437
5057
|
});
|
|
5438
5058
|
|