@adcp/sdk 14.0.0-beta.26 → 14.0.0-beta.27
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/dist/lib/schemas-data/v2.5/_provenance.json +1 -1
- package/dist/lib/testing/storyboard/validations.d.mts +1 -1
- package/dist/lib/testing/storyboard/validations.d.ts +1 -1
- package/dist/lib/types/create-media-buy.d.ts +21 -16
- package/dist/lib/types/get-media-buys.d.ts +21 -16
- package/dist/lib/types/list-accounts.d.ts +21 -16
- package/dist/lib/types/list-creatives.d.ts +21 -16
- package/dist/lib/types/schemas.generated.d.ts +688 -952
- package/dist/lib/types/schemas.generated.js +385 -385
- package/dist/lib/types/schemas.generated.mjs +385 -385
- package/dist/lib/types/sync-accounts.d.ts +21 -16
- package/dist/lib/types/sync-creatives.d.ts +21 -16
- package/dist/lib/types/tools.generated.d.mts +2 -6
- package/dist/lib/types/tools.generated.d.ts +2 -6
- package/dist/lib/validation/sync-creatives.d.mts +42 -108
- package/dist/lib/validation/sync-creatives.d.ts +42 -108
- package/dist/lib/version.d.mts +3 -3
- package/dist/lib/version.d.ts +3 -3
- package/dist/lib/version.js +3 -3
- package/dist/lib/version.mjs +3 -3
- package/docs/TYPE-SUMMARY.md +2 -2
- package/docs/llms.txt +2 -2
- package/package.json +1 -1
|
@@ -36208,79 +36208,6 @@ export declare const TrackerExecutionContractSchema: z.ZodObject<{
|
|
|
36208
36208
|
daast_versions: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"1.0">, z.ZodLiteral<"1.1">]>>>;
|
|
36209
36209
|
}, z.core.$loose>]>>;
|
|
36210
36210
|
}, z.core.$loose>;
|
|
36211
|
-
export declare const ReportingDeliveryMethodSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
36212
|
-
pattern: z.ZodLiteral<"file_transfer">;
|
|
36213
|
-
transport: z.ZodUnion<readonly [z.ZodLiteral<"s3">, z.ZodLiteral<"gcs">, z.ZodLiteral<"azure_blob">]>;
|
|
36214
|
-
directions: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"buyer_to_seller">, z.ZodLiteral<"seller_to_buyer">]>>>;
|
|
36215
|
-
vendor: z.ZodObject<{
|
|
36216
|
-
domain: z.ZodString;
|
|
36217
|
-
brand_id: z.ZodOptional<z.ZodString>;
|
|
36218
|
-
countries: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
36219
|
-
industries: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
36220
|
-
data_subject_contestation: z.ZodOptional<z.ZodObject<{
|
|
36221
|
-
url: z.ZodOptional<z.ZodString>;
|
|
36222
|
-
email: z.ZodOptional<z.ZodEmail>;
|
|
36223
|
-
languages: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
36224
|
-
}, z.core.$loose>>;
|
|
36225
|
-
brand_kit_override: z.ZodOptional<z.ZodObject<{
|
|
36226
|
-
logo: z.ZodOptional<Omit<z.ZodObject<{
|
|
36227
|
-
asset_type: z.ZodType<"image", "image", z.core.$ZodTypeInternals<"image", "image">>;
|
|
36228
|
-
url: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
36229
|
-
width: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
36230
|
-
height: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
36231
|
-
file_size_bytes: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
36232
|
-
pixel_ratio: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
36233
|
-
state_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
36234
|
-
breakpoint_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
36235
|
-
focal_point: z.ZodOptional<z.ZodType<[number, number], [number, number], z.core.$ZodTypeInternals<[number, number], [number, number]>>>;
|
|
36236
|
-
format: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
36237
|
-
alt_text: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
36238
|
-
provenance: z.ZodOptional<z.ZodType<import("./core.generated").Provenance, import("./core.generated").Provenance, z.core.$ZodTypeInternals<import("./core.generated").Provenance, import("./core.generated").Provenance>>>;
|
|
36239
|
-
}, z.core.$loose>, keyof z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>> & z.ZodType<ImageAsset & Record<string, unknown>, ImageAsset, z.core.$ZodTypeInternals<ImageAsset & Record<string, unknown>, ImageAsset>>>;
|
|
36240
|
-
colors: z.ZodOptional<z.ZodObject<{
|
|
36241
|
-
primary: z.ZodOptional<z.ZodString>;
|
|
36242
|
-
secondary: z.ZodOptional<z.ZodString>;
|
|
36243
|
-
accent: z.ZodOptional<z.ZodString>;
|
|
36244
|
-
}, z.core.$loose>>;
|
|
36245
|
-
voice: z.ZodOptional<z.ZodString>;
|
|
36246
|
-
tagline: z.ZodOptional<z.ZodString>;
|
|
36247
|
-
}, z.core.$loose>>;
|
|
36248
|
-
}, z.core.$loose>;
|
|
36249
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
36250
|
-
pattern: z.ZodLiteral<"dataset_share">;
|
|
36251
|
-
transport: z.ZodString;
|
|
36252
|
-
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
36253
|
-
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
36254
|
-
mode: z.ZodLiteral<"existing">;
|
|
36255
|
-
destination_ref: z.ZodString;
|
|
36256
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
36257
|
-
mode: z.ZodLiteral<"provision">;
|
|
36258
|
-
provider: z.ZodObject<{
|
|
36259
|
-
domain: z.ZodString;
|
|
36260
|
-
}, z.core.$loose>;
|
|
36261
|
-
access_mode: z.ZodString;
|
|
36262
|
-
recipient: z.ZodObject<{
|
|
36263
|
-
identity: z.ZodString;
|
|
36264
|
-
cloud: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"aws">, z.ZodLiteral<"azure">, z.ZodLiteral<"gcp">]>>;
|
|
36265
|
-
region: z.ZodOptional<z.ZodString>;
|
|
36266
|
-
}, z.core.$loose>;
|
|
36267
|
-
}, z.core.$loose>]>;
|
|
36268
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
36269
|
-
pattern: z.ZodLiteral<"warehouse_materialization">;
|
|
36270
|
-
transport: z.ZodString;
|
|
36271
|
-
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
36272
|
-
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
36273
|
-
mode: z.ZodLiteral<"existing">;
|
|
36274
|
-
destination_ref: z.ZodString;
|
|
36275
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
36276
|
-
mode: z.ZodLiteral<"provision">;
|
|
36277
|
-
provider: z.ZodObject<{
|
|
36278
|
-
domain: z.ZodString;
|
|
36279
|
-
}, z.core.$loose>;
|
|
36280
|
-
location: z.ZodString;
|
|
36281
|
-
access_mode: z.ZodOptional<z.ZodString>;
|
|
36282
|
-
}, z.core.$loose>]>;
|
|
36283
|
-
}, z.core.$loose>]>;
|
|
36284
36211
|
export declare const ReportingFileTransferSchema: z.ZodObject<{
|
|
36285
36212
|
pattern: z.ZodLiteral<"file_transfer">;
|
|
36286
36213
|
transport: z.ZodString;
|
|
@@ -37398,152 +37325,106 @@ export declare const ValidationResultSchema: z.ZodObject<{
|
|
|
37398
37325
|
}, z.core.$loose>>;
|
|
37399
37326
|
ext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
37400
37327
|
}, z.core.$loose>;
|
|
37401
|
-
export declare const
|
|
37402
|
-
|
|
37403
|
-
|
|
37404
|
-
|
|
37405
|
-
|
|
37406
|
-
|
|
37407
|
-
|
|
37408
|
-
|
|
37409
|
-
|
|
37410
|
-
|
|
37411
|
-
media_buy_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
37412
|
-
}, z.core.$loose>;
|
|
37413
|
-
coverage_requirement: z.ZodUnion<readonly [z.ZodLiteral<"full">, z.ZodLiteral<"allow_partial">]>;
|
|
37414
|
-
required_finality: z.ZodUnion<readonly [z.ZodLiteral<"snapshot">, z.ZodLiteral<"official">]>;
|
|
37415
|
-
reconciliation_mode: z.ZodUnion<readonly [z.ZodLiteral<"delivery_only">, z.ZodLiteral<"consumer_receipt">]>;
|
|
37416
|
-
schedule: z.ZodObject<{
|
|
37417
|
-
period_duration: z.ZodString;
|
|
37418
|
-
alignment: z.ZodUnion<readonly [z.ZodLiteral<"utc">, z.ZodLiteral<"account_timezone">, z.ZodLiteral<"billing_cycle">]>;
|
|
37419
|
-
period_anchor: z.ZodOptional<z.ZodString>;
|
|
37420
|
-
period_timezone: z.ZodOptional<z.ZodString>;
|
|
37421
|
-
delivery_sla: z.ZodString;
|
|
37422
|
-
}, z.core.$loose>;
|
|
37423
|
-
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
37424
|
-
pattern: z.ZodLiteral<"file_transfer">;
|
|
37425
|
-
transport: z.ZodUnion<readonly [z.ZodLiteral<"s3">, z.ZodLiteral<"gcs">, z.ZodLiteral<"azure_blob">]>;
|
|
37426
|
-
directions: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"buyer_to_seller">, z.ZodLiteral<"seller_to_buyer">]>>>;
|
|
37427
|
-
vendor: z.ZodObject<{
|
|
37328
|
+
export declare const ReportingDeliveryMethodSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
37329
|
+
pattern: z.ZodLiteral<"file_transfer">;
|
|
37330
|
+
transport: z.ZodString;
|
|
37331
|
+
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
37332
|
+
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
37333
|
+
mode: z.ZodLiteral<"existing">;
|
|
37334
|
+
destination_ref: z.ZodString;
|
|
37335
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
37336
|
+
mode: z.ZodLiteral<"provision">;
|
|
37337
|
+
provider: z.ZodObject<{
|
|
37428
37338
|
domain: z.ZodString;
|
|
37429
|
-
brand_id: z.ZodOptional<z.ZodString>;
|
|
37430
|
-
countries: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
37431
|
-
industries: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
37432
|
-
data_subject_contestation: z.ZodOptional<z.ZodObject<{
|
|
37433
|
-
url: z.ZodOptional<z.ZodString>;
|
|
37434
|
-
email: z.ZodOptional<z.ZodEmail>;
|
|
37435
|
-
languages: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
37436
|
-
}, z.core.$loose>>;
|
|
37437
|
-
brand_kit_override: z.ZodOptional<z.ZodObject<{
|
|
37438
|
-
logo: z.ZodOptional<Omit<z.ZodObject<{
|
|
37439
|
-
asset_type: z.ZodType<"image", "image", z.core.$ZodTypeInternals<"image", "image">>;
|
|
37440
|
-
url: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
37441
|
-
width: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
37442
|
-
height: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
37443
|
-
file_size_bytes: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
37444
|
-
pixel_ratio: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
37445
|
-
state_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
37446
|
-
breakpoint_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
37447
|
-
focal_point: z.ZodOptional<z.ZodType<[number, number], [number, number], z.core.$ZodTypeInternals<[number, number], [number, number]>>>;
|
|
37448
|
-
format: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
37449
|
-
alt_text: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
37450
|
-
provenance: z.ZodOptional<z.ZodType<import("./core.generated").Provenance, import("./core.generated").Provenance, z.core.$ZodTypeInternals<import("./core.generated").Provenance, import("./core.generated").Provenance>>>;
|
|
37451
|
-
}, z.core.$loose>, keyof z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>> & z.ZodType<ImageAsset & Record<string, unknown>, ImageAsset, z.core.$ZodTypeInternals<ImageAsset & Record<string, unknown>, ImageAsset>>>;
|
|
37452
|
-
colors: z.ZodOptional<z.ZodObject<{
|
|
37453
|
-
primary: z.ZodOptional<z.ZodString>;
|
|
37454
|
-
secondary: z.ZodOptional<z.ZodString>;
|
|
37455
|
-
accent: z.ZodOptional<z.ZodString>;
|
|
37456
|
-
}, z.core.$loose>>;
|
|
37457
|
-
voice: z.ZodOptional<z.ZodString>;
|
|
37458
|
-
tagline: z.ZodOptional<z.ZodString>;
|
|
37459
|
-
}, z.core.$loose>>;
|
|
37460
37339
|
}, z.core.$loose>;
|
|
37340
|
+
location: z.ZodString;
|
|
37341
|
+
access_mode: z.ZodOptional<z.ZodString>;
|
|
37342
|
+
}, z.core.$loose>]>;
|
|
37343
|
+
format: z.ZodUnion<readonly [z.ZodLiteral<"jsonl">, z.ZodLiteral<"csv">, z.ZodLiteral<"parquet">, z.ZodLiteral<"avro">, z.ZodLiteral<"orc">]>;
|
|
37344
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
37345
|
+
pattern: z.ZodLiteral<"dataset_share">;
|
|
37346
|
+
transport: z.ZodString;
|
|
37347
|
+
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
37348
|
+
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
37349
|
+
mode: z.ZodLiteral<"existing">;
|
|
37350
|
+
destination_ref: z.ZodString;
|
|
37461
37351
|
}, z.core.$loose>, z.ZodObject<{
|
|
37462
|
-
|
|
37463
|
-
|
|
37464
|
-
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
37465
|
-
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
37466
|
-
mode: z.ZodLiteral<"existing">;
|
|
37467
|
-
destination_ref: z.ZodString;
|
|
37468
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
37469
|
-
mode: z.ZodLiteral<"provision">;
|
|
37470
|
-
provider: z.ZodObject<{
|
|
37471
|
-
domain: z.ZodString;
|
|
37472
|
-
}, z.core.$loose>;
|
|
37473
|
-
access_mode: z.ZodString;
|
|
37474
|
-
recipient: z.ZodObject<{
|
|
37475
|
-
identity: z.ZodString;
|
|
37476
|
-
cloud: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"aws">, z.ZodLiteral<"azure">, z.ZodLiteral<"gcp">]>>;
|
|
37477
|
-
region: z.ZodOptional<z.ZodString>;
|
|
37478
|
-
}, z.core.$loose>;
|
|
37479
|
-
}, z.core.$loose>]>;
|
|
37480
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
37481
|
-
pattern: z.ZodLiteral<"warehouse_materialization">;
|
|
37482
|
-
transport: z.ZodString;
|
|
37483
|
-
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
37484
|
-
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
37485
|
-
mode: z.ZodLiteral<"existing">;
|
|
37486
|
-
destination_ref: z.ZodString;
|
|
37487
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
37488
|
-
mode: z.ZodLiteral<"provision">;
|
|
37489
|
-
provider: z.ZodObject<{
|
|
37490
|
-
domain: z.ZodString;
|
|
37491
|
-
}, z.core.$loose>;
|
|
37492
|
-
location: z.ZodString;
|
|
37493
|
-
access_mode: z.ZodOptional<z.ZodString>;
|
|
37494
|
-
}, z.core.$loose>]>;
|
|
37495
|
-
}, z.core.$loose>]>>;
|
|
37496
|
-
revocation_effective_at: z.ZodOptional<z.ZodString>;
|
|
37497
|
-
}, z.core.$loose>;
|
|
37498
|
-
export declare const AttestationReferenceSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
37499
|
-
issuer: z.ZodUnion<readonly [z.ZodObject<{
|
|
37500
|
-
type: z.ZodLiteral<"brand">;
|
|
37501
|
-
brand: z.ZodObject<{
|
|
37352
|
+
mode: z.ZodLiteral<"provision">;
|
|
37353
|
+
provider: z.ZodObject<{
|
|
37502
37354
|
domain: z.ZodString;
|
|
37503
|
-
brand_id: z.ZodOptional<z.ZodString>;
|
|
37504
|
-
countries: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
37505
|
-
industries: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
37506
|
-
data_subject_contestation: z.ZodOptional<z.ZodObject<{
|
|
37507
|
-
url: z.ZodOptional<z.ZodString>;
|
|
37508
|
-
email: z.ZodOptional<z.ZodEmail>;
|
|
37509
|
-
languages: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
37510
|
-
}, z.core.$loose>>;
|
|
37511
|
-
brand_kit_override: z.ZodOptional<z.ZodObject<{
|
|
37512
|
-
logo: z.ZodOptional<Omit<z.ZodObject<{
|
|
37513
|
-
asset_type: z.ZodType<"image", "image", z.core.$ZodTypeInternals<"image", "image">>;
|
|
37514
|
-
url: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
37515
|
-
width: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
37516
|
-
height: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
37517
|
-
file_size_bytes: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
37518
|
-
pixel_ratio: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
37519
|
-
state_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
37520
|
-
breakpoint_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
37521
|
-
focal_point: z.ZodOptional<z.ZodType<[number, number], [number, number], z.core.$ZodTypeInternals<[number, number], [number, number]>>>;
|
|
37522
|
-
format: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
37523
|
-
alt_text: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
37524
|
-
provenance: z.ZodOptional<z.ZodType<import("./core.generated").Provenance, import("./core.generated").Provenance, z.core.$ZodTypeInternals<import("./core.generated").Provenance, import("./core.generated").Provenance>>>;
|
|
37525
|
-
}, z.core.$loose>, keyof z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>> & z.ZodType<ImageAsset & Record<string, unknown>, ImageAsset, z.core.$ZodTypeInternals<ImageAsset & Record<string, unknown>, ImageAsset>>>;
|
|
37526
|
-
colors: z.ZodOptional<z.ZodObject<{
|
|
37527
|
-
primary: z.ZodOptional<z.ZodString>;
|
|
37528
|
-
secondary: z.ZodOptional<z.ZodString>;
|
|
37529
|
-
accent: z.ZodOptional<z.ZodString>;
|
|
37530
|
-
}, z.core.$loose>>;
|
|
37531
|
-
voice: z.ZodOptional<z.ZodString>;
|
|
37532
|
-
tagline: z.ZodOptional<z.ZodString>;
|
|
37533
|
-
}, z.core.$loose>>;
|
|
37534
37355
|
}, z.core.$loose>;
|
|
37535
|
-
|
|
37536
|
-
|
|
37537
|
-
|
|
37538
|
-
|
|
37539
|
-
|
|
37356
|
+
access_mode: z.ZodString;
|
|
37357
|
+
recipient: z.ZodObject<{
|
|
37358
|
+
identity: z.ZodString;
|
|
37359
|
+
cloud: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"aws">, z.ZodLiteral<"azure">, z.ZodLiteral<"gcp">]>>;
|
|
37360
|
+
region: z.ZodOptional<z.ZodString>;
|
|
37361
|
+
}, z.core.$loose>;
|
|
37362
|
+
}, z.core.$loose>]>;
|
|
37363
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
37364
|
+
pattern: z.ZodLiteral<"warehouse_materialization">;
|
|
37365
|
+
transport: z.ZodString;
|
|
37366
|
+
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
37367
|
+
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
37368
|
+
mode: z.ZodLiteral<"existing">;
|
|
37369
|
+
destination_ref: z.ZodString;
|
|
37540
37370
|
}, z.core.$loose>, z.ZodObject<{
|
|
37541
|
-
|
|
37542
|
-
|
|
37543
|
-
|
|
37371
|
+
mode: z.ZodLiteral<"provision">;
|
|
37372
|
+
provider: z.ZodObject<{
|
|
37373
|
+
domain: z.ZodString;
|
|
37374
|
+
}, z.core.$loose>;
|
|
37375
|
+
location: z.ZodString;
|
|
37376
|
+
access_mode: z.ZodOptional<z.ZodString>;
|
|
37544
37377
|
}, z.core.$loose>]>;
|
|
37545
|
-
|
|
37546
|
-
|
|
37378
|
+
}, z.core.$loose>]>;
|
|
37379
|
+
export declare const AttestationReferenceSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
37380
|
+
issuer: z.ZodUnion<readonly [z.ZodObject<{
|
|
37381
|
+
type: z.ZodLiteral<"brand">;
|
|
37382
|
+
brand: z.ZodObject<{
|
|
37383
|
+
domain: z.ZodString;
|
|
37384
|
+
brand_id: z.ZodOptional<z.ZodString>;
|
|
37385
|
+
countries: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
37386
|
+
industries: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
37387
|
+
data_subject_contestation: z.ZodOptional<z.ZodObject<{
|
|
37388
|
+
url: z.ZodOptional<z.ZodString>;
|
|
37389
|
+
email: z.ZodOptional<z.ZodEmail>;
|
|
37390
|
+
languages: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
37391
|
+
}, z.core.$loose>>;
|
|
37392
|
+
brand_kit_override: z.ZodOptional<z.ZodObject<{
|
|
37393
|
+
logo: z.ZodOptional<Omit<z.ZodObject<{
|
|
37394
|
+
asset_type: z.ZodType<"image", "image", z.core.$ZodTypeInternals<"image", "image">>;
|
|
37395
|
+
url: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
37396
|
+
width: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
37397
|
+
height: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
37398
|
+
file_size_bytes: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
37399
|
+
pixel_ratio: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
37400
|
+
state_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
37401
|
+
breakpoint_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
37402
|
+
focal_point: z.ZodOptional<z.ZodType<[number, number], [number, number], z.core.$ZodTypeInternals<[number, number], [number, number]>>>;
|
|
37403
|
+
format: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
37404
|
+
alt_text: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
37405
|
+
provenance: z.ZodOptional<z.ZodType<import("./core.generated").Provenance, import("./core.generated").Provenance, z.core.$ZodTypeInternals<import("./core.generated").Provenance, import("./core.generated").Provenance>>>;
|
|
37406
|
+
}, z.core.$loose>, keyof z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>> & z.ZodType<ImageAsset & Record<string, unknown>, ImageAsset, z.core.$ZodTypeInternals<ImageAsset & Record<string, unknown>, ImageAsset>>>;
|
|
37407
|
+
colors: z.ZodOptional<z.ZodObject<{
|
|
37408
|
+
primary: z.ZodOptional<z.ZodString>;
|
|
37409
|
+
secondary: z.ZodOptional<z.ZodString>;
|
|
37410
|
+
accent: z.ZodOptional<z.ZodString>;
|
|
37411
|
+
}, z.core.$loose>>;
|
|
37412
|
+
voice: z.ZodOptional<z.ZodString>;
|
|
37413
|
+
tagline: z.ZodOptional<z.ZodString>;
|
|
37414
|
+
}, z.core.$loose>>;
|
|
37415
|
+
}, z.core.$loose>;
|
|
37416
|
+
ext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
37417
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
37418
|
+
type: z.ZodLiteral<"agent">;
|
|
37419
|
+
agent_url: z.ZodString;
|
|
37420
|
+
ext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
37421
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
37422
|
+
type: z.ZodLiteral<"origin">;
|
|
37423
|
+
origin: z.ZodString;
|
|
37424
|
+
ext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
37425
|
+
}, z.core.$loose>]>;
|
|
37426
|
+
claim_type: z.ZodString;
|
|
37427
|
+
subject: z.ZodUnion<readonly [z.ZodObject<{
|
|
37547
37428
|
type: z.ZodLiteral<"brand">;
|
|
37548
37429
|
brand: z.ZodObject<{
|
|
37549
37430
|
domain: z.ZodString;
|
|
@@ -37743,153 +37624,6 @@ export declare const AttestationReferenceSchema: z.ZodIntersection<z.ZodIntersec
|
|
|
37743
37624
|
export declare const ProductFormatDeclarationSchema: z.ZodObject<{
|
|
37744
37625
|
[K in keyof ProductFormatDeclaration]-?: undefined extends ProductFormatDeclaration[K] ? z.ZodOptional<z.ZodType<Exclude<ProductFormatDeclaration[K], undefined>, Exclude<ProductFormatDeclaration[K], undefined>>> : z.ZodType<ProductFormatDeclaration[K], ProductFormatDeclaration[K]>;
|
|
37745
37626
|
}, z.core.$loose> & z.ZodType<ProductFormatDeclaration & Record<string, unknown>, ProductFormatDeclaration & Record<string, unknown>>;
|
|
37746
|
-
export declare const ReportingDeliveryConfigurationStateSchema: z.ZodObject<{
|
|
37747
|
-
configuration: z.ZodObject<{
|
|
37748
|
-
delivery_config_id: z.ZodString;
|
|
37749
|
-
delivery_config_version: z.ZodNumber;
|
|
37750
|
-
offering_id: z.ZodString;
|
|
37751
|
-
active: z.ZodBoolean;
|
|
37752
|
-
feed_purpose: z.ZodUnion<readonly [z.ZodLiteral<"pacing">, z.ZodLiteral<"analytics">, z.ZodLiteral<"billing">]>;
|
|
37753
|
-
report_definition_id: z.ZodString;
|
|
37754
|
-
reporting_profile: z.ZodString;
|
|
37755
|
-
scope: z.ZodObject<{
|
|
37756
|
-
all_media_buys: z.ZodOptional<z.ZodLiteral<true>>;
|
|
37757
|
-
media_buy_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
37758
|
-
}, z.core.$loose>;
|
|
37759
|
-
coverage_requirement: z.ZodUnion<readonly [z.ZodLiteral<"full">, z.ZodLiteral<"allow_partial">]>;
|
|
37760
|
-
required_finality: z.ZodUnion<readonly [z.ZodLiteral<"snapshot">, z.ZodLiteral<"official">]>;
|
|
37761
|
-
reconciliation_mode: z.ZodUnion<readonly [z.ZodLiteral<"delivery_only">, z.ZodLiteral<"consumer_receipt">]>;
|
|
37762
|
-
schedule: z.ZodObject<{
|
|
37763
|
-
period_duration: z.ZodString;
|
|
37764
|
-
alignment: z.ZodUnion<readonly [z.ZodLiteral<"utc">, z.ZodLiteral<"account_timezone">, z.ZodLiteral<"billing_cycle">]>;
|
|
37765
|
-
period_anchor: z.ZodOptional<z.ZodString>;
|
|
37766
|
-
period_timezone: z.ZodOptional<z.ZodString>;
|
|
37767
|
-
delivery_sla: z.ZodString;
|
|
37768
|
-
}, z.core.$loose>;
|
|
37769
|
-
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
37770
|
-
pattern: z.ZodLiteral<"file_transfer">;
|
|
37771
|
-
transport: z.ZodUnion<readonly [z.ZodLiteral<"s3">, z.ZodLiteral<"gcs">, z.ZodLiteral<"azure_blob">]>;
|
|
37772
|
-
directions: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"buyer_to_seller">, z.ZodLiteral<"seller_to_buyer">]>>>;
|
|
37773
|
-
vendor: z.ZodObject<{
|
|
37774
|
-
domain: z.ZodString;
|
|
37775
|
-
brand_id: z.ZodOptional<z.ZodString>;
|
|
37776
|
-
countries: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
37777
|
-
industries: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
37778
|
-
data_subject_contestation: z.ZodOptional<z.ZodObject<{
|
|
37779
|
-
url: z.ZodOptional<z.ZodString>;
|
|
37780
|
-
email: z.ZodOptional<z.ZodEmail>;
|
|
37781
|
-
languages: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
37782
|
-
}, z.core.$loose>>;
|
|
37783
|
-
brand_kit_override: z.ZodOptional<z.ZodObject<{
|
|
37784
|
-
logo: z.ZodOptional<Omit<z.ZodObject<{
|
|
37785
|
-
asset_type: z.ZodType<"image", "image", z.core.$ZodTypeInternals<"image", "image">>;
|
|
37786
|
-
url: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
37787
|
-
width: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
37788
|
-
height: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
37789
|
-
file_size_bytes: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
37790
|
-
pixel_ratio: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
37791
|
-
state_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
37792
|
-
breakpoint_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
37793
|
-
focal_point: z.ZodOptional<z.ZodType<[number, number], [number, number], z.core.$ZodTypeInternals<[number, number], [number, number]>>>;
|
|
37794
|
-
format: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
37795
|
-
alt_text: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
37796
|
-
provenance: z.ZodOptional<z.ZodType<import("./core.generated").Provenance, import("./core.generated").Provenance, z.core.$ZodTypeInternals<import("./core.generated").Provenance, import("./core.generated").Provenance>>>;
|
|
37797
|
-
}, z.core.$loose>, keyof z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>> & z.ZodType<ImageAsset & Record<string, unknown>, ImageAsset, z.core.$ZodTypeInternals<ImageAsset & Record<string, unknown>, ImageAsset>>>;
|
|
37798
|
-
colors: z.ZodOptional<z.ZodObject<{
|
|
37799
|
-
primary: z.ZodOptional<z.ZodString>;
|
|
37800
|
-
secondary: z.ZodOptional<z.ZodString>;
|
|
37801
|
-
accent: z.ZodOptional<z.ZodString>;
|
|
37802
|
-
}, z.core.$loose>>;
|
|
37803
|
-
voice: z.ZodOptional<z.ZodString>;
|
|
37804
|
-
tagline: z.ZodOptional<z.ZodString>;
|
|
37805
|
-
}, z.core.$loose>>;
|
|
37806
|
-
}, z.core.$loose>;
|
|
37807
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
37808
|
-
pattern: z.ZodLiteral<"dataset_share">;
|
|
37809
|
-
transport: z.ZodString;
|
|
37810
|
-
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
37811
|
-
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
37812
|
-
mode: z.ZodLiteral<"existing">;
|
|
37813
|
-
destination_ref: z.ZodString;
|
|
37814
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
37815
|
-
mode: z.ZodLiteral<"provision">;
|
|
37816
|
-
provider: z.ZodObject<{
|
|
37817
|
-
domain: z.ZodString;
|
|
37818
|
-
}, z.core.$loose>;
|
|
37819
|
-
access_mode: z.ZodString;
|
|
37820
|
-
recipient: z.ZodObject<{
|
|
37821
|
-
identity: z.ZodString;
|
|
37822
|
-
cloud: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"aws">, z.ZodLiteral<"azure">, z.ZodLiteral<"gcp">]>>;
|
|
37823
|
-
region: z.ZodOptional<z.ZodString>;
|
|
37824
|
-
}, z.core.$loose>;
|
|
37825
|
-
}, z.core.$loose>]>;
|
|
37826
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
37827
|
-
pattern: z.ZodLiteral<"warehouse_materialization">;
|
|
37828
|
-
transport: z.ZodString;
|
|
37829
|
-
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
37830
|
-
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
37831
|
-
mode: z.ZodLiteral<"existing">;
|
|
37832
|
-
destination_ref: z.ZodString;
|
|
37833
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
37834
|
-
mode: z.ZodLiteral<"provision">;
|
|
37835
|
-
provider: z.ZodObject<{
|
|
37836
|
-
domain: z.ZodString;
|
|
37837
|
-
}, z.core.$loose>;
|
|
37838
|
-
location: z.ZodString;
|
|
37839
|
-
access_mode: z.ZodOptional<z.ZodString>;
|
|
37840
|
-
}, z.core.$loose>]>;
|
|
37841
|
-
}, z.core.$loose>]>>;
|
|
37842
|
-
revocation_effective_at: z.ZodOptional<z.ZodString>;
|
|
37843
|
-
}, z.core.$loose>;
|
|
37844
|
-
state: z.ZodUnion<readonly [z.ZodLiteral<"pending_validation">, z.ZodLiteral<"pending_setup">, z.ZodLiteral<"ready">, z.ZodLiteral<"action_required">, z.ZodLiteral<"inactive">]>;
|
|
37845
|
-
destination_ref: z.ZodOptional<z.ZodString>;
|
|
37846
|
-
validated_at: z.ZodOptional<z.ZodString>;
|
|
37847
|
-
activated_at: z.ZodOptional<z.ZodString>;
|
|
37848
|
-
deactivated_at: z.ZodOptional<z.ZodString>;
|
|
37849
|
-
publication_stopped_at: z.ZodOptional<z.ZodString>;
|
|
37850
|
-
seller_managed_access_ends_at: z.ZodOptional<z.ZodString>;
|
|
37851
|
-
current_coverage: z.ZodOptional<z.ZodObject<{
|
|
37852
|
-
status: z.ZodUnion<readonly [z.ZodLiteral<"full">, z.ZodLiteral<"partial">, z.ZodLiteral<"none">, z.ZodLiteral<"unknown">]>;
|
|
37853
|
-
evaluated_at: z.ZodString;
|
|
37854
|
-
media_buy_ids: z.ZodArray<z.ZodString>;
|
|
37855
|
-
fully_covered_media_buy_ids: z.ZodArray<z.ZodString>;
|
|
37856
|
-
partially_covered_media_buy_ids: z.ZodArray<z.ZodString>;
|
|
37857
|
-
unsupported_media_buy_ids: z.ZodArray<z.ZodString>;
|
|
37858
|
-
unknown_media_buy_ids: z.ZodArray<z.ZodString>;
|
|
37859
|
-
package_ids: z.ZodArray<z.ZodString>;
|
|
37860
|
-
covered_package_ids: z.ZodArray<z.ZodString>;
|
|
37861
|
-
unsupported_package_ids: z.ZodArray<z.ZodString>;
|
|
37862
|
-
unknown_package_ids: z.ZodArray<z.ZodString>;
|
|
37863
|
-
limitations: z.ZodArray<z.ZodObject<{
|
|
37864
|
-
reason: z.ZodUnion<readonly [z.ZodLiteral<"offering_unsupported">, z.ZodLiteral<"account_entitlement_unavailable">, z.ZodLiteral<"credential_scope_insufficient">, z.ZodLiteral<"provider_limitation">, z.ZodLiteral<"capability_unknown">]>;
|
|
37865
|
-
media_buy_id: z.ZodString;
|
|
37866
|
-
package_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
37867
|
-
}, z.core.$loose>>;
|
|
37868
|
-
}, z.core.$loose>>;
|
|
37869
|
-
setup: z.ZodOptional<z.ZodObject<{
|
|
37870
|
-
action: z.ZodUnion<readonly [z.ZodLiteral<"grant_access">, z.ZodLiteral<"activate_recipient">, z.ZodLiteral<"authorize_provider">, z.ZodLiteral<"repair_access">]>;
|
|
37871
|
-
message: z.ZodString;
|
|
37872
|
-
url: z.ZodOptional<z.ZodString>;
|
|
37873
|
-
expires_at: z.ZodOptional<z.ZodString>;
|
|
37874
|
-
}, z.core.$loose>>;
|
|
37875
|
-
issues: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
37876
|
-
issue_id: z.ZodString;
|
|
37877
|
-
code: z.ZodUnion<readonly [z.ZodLiteral<"REPORT_OVERDUE">, z.ZodLiteral<"PRODUCTION_FAILED">, z.ZodLiteral<"DELIVERY_FAILED">, z.ZodLiteral<"ACCESS_REQUIRED">, z.ZodLiteral<"CONFIGURATION_REQUIRED">, z.ZodLiteral<"REPORTING_COVERAGE_INCOMPLETE">, z.ZodLiteral<"RESOURCE_EXPIRED">, z.ZodLiteral<"READER_INCOMPATIBLE">, z.ZodLiteral<"HISTORY_UNAVAILABLE">]>;
|
|
37878
|
-
severity: z.ZodUnion<readonly [z.ZodLiteral<"delayed">, z.ZodLiteral<"action_required">]>;
|
|
37879
|
-
responsible_party: z.ZodUnion<readonly [z.ZodLiteral<"buyer">, z.ZodLiteral<"seller">, z.ZodLiteral<"provider">]>;
|
|
37880
|
-
recommended_action: z.ZodUnion<readonly [z.ZodLiteral<"wait_for_retry">, z.ZodLiteral<"contact_buyer">, z.ZodLiteral<"contact_seller">, z.ZodLiteral<"contact_provider">, z.ZodLiteral<"repair_access">, z.ZodLiteral<"update_configuration">, z.ZodLiteral<"change_reporting_scope">, z.ZodLiteral<"use_supported_reader">]>;
|
|
37881
|
-
message: z.ZodOptional<z.ZodString>;
|
|
37882
|
-
reporting_obligation_id: z.ZodOptional<z.ZodString>;
|
|
37883
|
-
delivery_config_id: z.ZodOptional<z.ZodString>;
|
|
37884
|
-
delivery_config_version: z.ZodOptional<z.ZodNumber>;
|
|
37885
|
-
feed_purpose: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"pacing">, z.ZodLiteral<"analytics">, z.ZodLiteral<"billing">]>>;
|
|
37886
|
-
media_buy_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
37887
|
-
package_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
37888
|
-
period_start: z.ZodOptional<z.ZodString>;
|
|
37889
|
-
period_end: z.ZodOptional<z.ZodString>;
|
|
37890
|
-
expected_at: z.ZodOptional<z.ZodString>;
|
|
37891
|
-
}, z.core.$loose>>>;
|
|
37892
|
-
}, z.core.$loose>;
|
|
37893
37627
|
export declare const AudienceEvidenceSchema: z.ZodType;
|
|
37894
37628
|
export declare const PlacementSchema: z.ZodType<Placement & Record<string, unknown>, Placement & Record<string, unknown>>;
|
|
37895
37629
|
export declare const PricingOptionSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
@@ -50272,309 +50006,6 @@ export declare const ContentStandardsSchema: z.ZodObject<{
|
|
|
50272
50006
|
}, z.core.$loose>]>>>>;
|
|
50273
50007
|
ext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
50274
50008
|
}, z.core.$loose>;
|
|
50275
|
-
export declare const AccountSchema: z.ZodObject<{
|
|
50276
|
-
account_id: z.ZodString;
|
|
50277
|
-
name: z.ZodString;
|
|
50278
|
-
advertiser: z.ZodOptional<z.ZodString>;
|
|
50279
|
-
billing_proxy: z.ZodOptional<z.ZodString>;
|
|
50280
|
-
status: z.ZodUnion<readonly [z.ZodLiteral<"active">, z.ZodLiteral<"pending_approval">, z.ZodLiteral<"rejected">, z.ZodLiteral<"payment_required">, z.ZodLiteral<"suspended">, z.ZodLiteral<"closed">]>;
|
|
50281
|
-
brand: z.ZodOptional<z.ZodObject<{
|
|
50282
|
-
domain: z.ZodString;
|
|
50283
|
-
brand_id: z.ZodOptional<z.ZodString>;
|
|
50284
|
-
countries: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
50285
|
-
industries: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
50286
|
-
data_subject_contestation: z.ZodOptional<z.ZodObject<{
|
|
50287
|
-
url: z.ZodOptional<z.ZodString>;
|
|
50288
|
-
email: z.ZodOptional<z.ZodEmail>;
|
|
50289
|
-
languages: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
50290
|
-
}, z.core.$loose>>;
|
|
50291
|
-
brand_kit_override: z.ZodOptional<z.ZodObject<{
|
|
50292
|
-
logo: z.ZodOptional<Omit<z.ZodObject<{
|
|
50293
|
-
asset_type: z.ZodType<"image", "image", z.core.$ZodTypeInternals<"image", "image">>;
|
|
50294
|
-
url: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
50295
|
-
width: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
50296
|
-
height: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
50297
|
-
file_size_bytes: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
50298
|
-
pixel_ratio: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
50299
|
-
state_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
50300
|
-
breakpoint_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
50301
|
-
focal_point: z.ZodOptional<z.ZodType<[number, number], [number, number], z.core.$ZodTypeInternals<[number, number], [number, number]>>>;
|
|
50302
|
-
format: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
50303
|
-
alt_text: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
50304
|
-
provenance: z.ZodOptional<z.ZodType<import("./core.generated").Provenance, import("./core.generated").Provenance, z.core.$ZodTypeInternals<import("./core.generated").Provenance, import("./core.generated").Provenance>>>;
|
|
50305
|
-
}, z.core.$loose>, keyof z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>> & z.ZodType<ImageAsset & Record<string, unknown>, ImageAsset, z.core.$ZodTypeInternals<ImageAsset & Record<string, unknown>, ImageAsset>>>;
|
|
50306
|
-
colors: z.ZodOptional<z.ZodObject<{
|
|
50307
|
-
primary: z.ZodOptional<z.ZodString>;
|
|
50308
|
-
secondary: z.ZodOptional<z.ZodString>;
|
|
50309
|
-
accent: z.ZodOptional<z.ZodString>;
|
|
50310
|
-
}, z.core.$loose>>;
|
|
50311
|
-
voice: z.ZodOptional<z.ZodString>;
|
|
50312
|
-
tagline: z.ZodOptional<z.ZodString>;
|
|
50313
|
-
}, z.core.$loose>>;
|
|
50314
|
-
}, z.core.$loose>>;
|
|
50315
|
-
operator: z.ZodOptional<z.ZodString>;
|
|
50316
|
-
operator_unit: z.ZodOptional<z.ZodObject<{
|
|
50317
|
-
id: z.ZodString;
|
|
50318
|
-
name: z.ZodOptional<z.ZodString>;
|
|
50319
|
-
}, z.core.$loose>>;
|
|
50320
|
-
revision: z.ZodOptional<z.ZodNumber>;
|
|
50321
|
-
identity_change: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
50322
|
-
status: z.ZodLiteral<"pending_approval">;
|
|
50323
|
-
requested_operator_identity: z.ZodObject<{
|
|
50324
|
-
operator: z.ZodString;
|
|
50325
|
-
operator_unit: z.ZodOptional<z.ZodObject<{
|
|
50326
|
-
id: z.ZodString;
|
|
50327
|
-
name: z.ZodOptional<z.ZodString>;
|
|
50328
|
-
}, z.core.$loose>>;
|
|
50329
|
-
}, z.core.$loose>;
|
|
50330
|
-
requested_at: z.ZodOptional<z.ZodString>;
|
|
50331
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
50332
|
-
status: z.ZodLiteral<"rejected">;
|
|
50333
|
-
requested_operator_identity: z.ZodObject<{
|
|
50334
|
-
operator: z.ZodString;
|
|
50335
|
-
operator_unit: z.ZodOptional<z.ZodObject<{
|
|
50336
|
-
id: z.ZodString;
|
|
50337
|
-
name: z.ZodOptional<z.ZodString>;
|
|
50338
|
-
}, z.core.$loose>>;
|
|
50339
|
-
}, z.core.$loose>;
|
|
50340
|
-
requested_at: z.ZodOptional<z.ZodString>;
|
|
50341
|
-
reason: z.ZodString;
|
|
50342
|
-
}, z.core.$loose>]>>;
|
|
50343
|
-
currency: z.ZodOptional<z.ZodString>;
|
|
50344
|
-
timezone: z.ZodOptional<z.ZodString>;
|
|
50345
|
-
billing: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"operator">, z.ZodLiteral<"agent">, z.ZodLiteral<"advertiser">]>>;
|
|
50346
|
-
billing_entity: z.ZodOptional<z.ZodObject<{
|
|
50347
|
-
legal_name: z.ZodString;
|
|
50348
|
-
vat_id: z.ZodOptional<z.ZodString>;
|
|
50349
|
-
tax_id: z.ZodOptional<z.ZodString>;
|
|
50350
|
-
registration_number: z.ZodOptional<z.ZodString>;
|
|
50351
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
50352
|
-
street: z.ZodString;
|
|
50353
|
-
city: z.ZodString;
|
|
50354
|
-
postal_code: z.ZodString;
|
|
50355
|
-
region: z.ZodOptional<z.ZodString>;
|
|
50356
|
-
country: z.ZodString;
|
|
50357
|
-
}, z.core.$loose>>;
|
|
50358
|
-
contacts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
50359
|
-
role: z.ZodUnion<readonly [z.ZodLiteral<"billing">, z.ZodLiteral<"legal">, z.ZodLiteral<"creative">, z.ZodLiteral<"general">]>;
|
|
50360
|
-
name: z.ZodOptional<z.ZodString>;
|
|
50361
|
-
email: z.ZodOptional<z.ZodEmail>;
|
|
50362
|
-
phone: z.ZodOptional<z.ZodString>;
|
|
50363
|
-
}, z.core.$loose>>>;
|
|
50364
|
-
bank: z.ZodOptional<z.ZodObject<{
|
|
50365
|
-
account_holder: z.ZodString;
|
|
50366
|
-
iban: z.ZodOptional<z.ZodString>;
|
|
50367
|
-
bic: z.ZodOptional<z.ZodString>;
|
|
50368
|
-
routing_number: z.ZodOptional<z.ZodString>;
|
|
50369
|
-
account_number: z.ZodOptional<z.ZodString>;
|
|
50370
|
-
}, z.core.$loose>>;
|
|
50371
|
-
ext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
50372
|
-
}, z.core.$loose>>;
|
|
50373
|
-
destination_billing_entity: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
50374
|
-
rate_card: z.ZodOptional<z.ZodString>;
|
|
50375
|
-
payment_terms: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"net_15">, z.ZodLiteral<"net_30">, z.ZodLiteral<"net_45">, z.ZodLiteral<"net_60">, z.ZodLiteral<"net_90">, z.ZodLiteral<"prepay">]>>;
|
|
50376
|
-
credit_limit: z.ZodOptional<z.ZodObject<{
|
|
50377
|
-
amount: z.ZodNumber;
|
|
50378
|
-
currency: z.ZodString;
|
|
50379
|
-
}, z.core.$loose>>;
|
|
50380
|
-
setup: z.ZodOptional<z.ZodObject<{
|
|
50381
|
-
url: z.ZodOptional<z.ZodString>;
|
|
50382
|
-
message: z.ZodString;
|
|
50383
|
-
expires_at: z.ZodOptional<z.ZodString>;
|
|
50384
|
-
}, z.core.$loose>>;
|
|
50385
|
-
account_scope: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"operator">, z.ZodLiteral<"brand">, z.ZodLiteral<"operator_brand">, z.ZodLiteral<"agent">]>>;
|
|
50386
|
-
governance_agents: z.ZodOptional<z.ZodTuple<[z.ZodObject<{
|
|
50387
|
-
url: z.ZodString;
|
|
50388
|
-
}, z.core.$loose>], null>>;
|
|
50389
|
-
reporting_bucket: z.ZodOptional<z.ZodObject<{
|
|
50390
|
-
protocol: z.ZodUnion<readonly [z.ZodLiteral<"s3">, z.ZodLiteral<"gcs">, z.ZodLiteral<"azure_blob">]>;
|
|
50391
|
-
bucket: z.ZodString;
|
|
50392
|
-
prefix: z.ZodOptional<z.ZodString>;
|
|
50393
|
-
region: z.ZodOptional<z.ZodString>;
|
|
50394
|
-
format: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"jsonl">, z.ZodLiteral<"csv">, z.ZodLiteral<"parquet">, z.ZodLiteral<"avro">, z.ZodLiteral<"orc">]>>;
|
|
50395
|
-
compression: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"gzip">, z.ZodLiteral<"none">]>>;
|
|
50396
|
-
file_retention_days: z.ZodNumber;
|
|
50397
|
-
setup_instructions: z.ZodOptional<z.ZodString>;
|
|
50398
|
-
}, z.core.$loose>>;
|
|
50399
|
-
sandbox: z.ZodOptional<z.ZodBoolean>;
|
|
50400
|
-
notification_configs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
50401
|
-
subscriber_id: z.ZodString;
|
|
50402
|
-
url: z.ZodString;
|
|
50403
|
-
event_types: z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"creative.status_changed">, z.ZodLiteral<"creative.assignment_changed">, z.ZodLiteral<"indicators.changed">, z.ZodLiteral<"creative.purged">, z.ZodLiteral<"account.status_changed">, z.ZodLiteral<"account.change_recorded">, z.ZodLiteral<"product.created">, z.ZodLiteral<"product.updated">, z.ZodLiteral<"product.priced">, z.ZodLiteral<"product.removed">, z.ZodLiteral<"signal.created">, z.ZodLiteral<"signal.updated">, z.ZodLiteral<"signal.priced">, z.ZodLiteral<"signal.removed">, z.ZodLiteral<"wholesale_feed.bulk_change">, z.ZodLiteral<"reporting.delivery_ready">, z.ZodLiteral<"reporting.status_changed">]>>;
|
|
50404
|
-
product_payload_view: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"canonical">, z.ZodLiteral<"legacy">]>>;
|
|
50405
|
-
authentication: z.ZodOptional<z.ZodObject<{
|
|
50406
|
-
schemes: z.ZodTuple<[z.ZodUnion<readonly [z.ZodLiteral<"Bearer">, z.ZodLiteral<"HMAC-SHA256">]>], null>;
|
|
50407
|
-
credentials: z.ZodOptional<z.ZodString>;
|
|
50408
|
-
}, z.core.$loose>>;
|
|
50409
|
-
active: z.ZodOptional<z.ZodBoolean>;
|
|
50410
|
-
ext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
50411
|
-
}, z.core.$loose>>>;
|
|
50412
|
-
reporting_delivery_configs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
50413
|
-
configuration: z.ZodObject<{
|
|
50414
|
-
delivery_config_id: z.ZodString;
|
|
50415
|
-
delivery_config_version: z.ZodNumber;
|
|
50416
|
-
offering_id: z.ZodString;
|
|
50417
|
-
active: z.ZodBoolean;
|
|
50418
|
-
feed_purpose: z.ZodUnion<readonly [z.ZodLiteral<"pacing">, z.ZodLiteral<"analytics">, z.ZodLiteral<"billing">]>;
|
|
50419
|
-
report_definition_id: z.ZodString;
|
|
50420
|
-
reporting_profile: z.ZodString;
|
|
50421
|
-
scope: z.ZodObject<{
|
|
50422
|
-
all_media_buys: z.ZodOptional<z.ZodLiteral<true>>;
|
|
50423
|
-
media_buy_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
50424
|
-
}, z.core.$loose>;
|
|
50425
|
-
coverage_requirement: z.ZodUnion<readonly [z.ZodLiteral<"full">, z.ZodLiteral<"allow_partial">]>;
|
|
50426
|
-
required_finality: z.ZodUnion<readonly [z.ZodLiteral<"snapshot">, z.ZodLiteral<"official">]>;
|
|
50427
|
-
reconciliation_mode: z.ZodUnion<readonly [z.ZodLiteral<"delivery_only">, z.ZodLiteral<"consumer_receipt">]>;
|
|
50428
|
-
schedule: z.ZodObject<{
|
|
50429
|
-
period_duration: z.ZodString;
|
|
50430
|
-
alignment: z.ZodUnion<readonly [z.ZodLiteral<"utc">, z.ZodLiteral<"account_timezone">, z.ZodLiteral<"billing_cycle">]>;
|
|
50431
|
-
period_anchor: z.ZodOptional<z.ZodString>;
|
|
50432
|
-
period_timezone: z.ZodOptional<z.ZodString>;
|
|
50433
|
-
delivery_sla: z.ZodString;
|
|
50434
|
-
}, z.core.$loose>;
|
|
50435
|
-
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
50436
|
-
pattern: z.ZodLiteral<"file_transfer">;
|
|
50437
|
-
transport: z.ZodUnion<readonly [z.ZodLiteral<"s3">, z.ZodLiteral<"gcs">, z.ZodLiteral<"azure_blob">]>;
|
|
50438
|
-
directions: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"buyer_to_seller">, z.ZodLiteral<"seller_to_buyer">]>>>;
|
|
50439
|
-
vendor: z.ZodObject<{
|
|
50440
|
-
domain: z.ZodString;
|
|
50441
|
-
brand_id: z.ZodOptional<z.ZodString>;
|
|
50442
|
-
countries: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
50443
|
-
industries: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
50444
|
-
data_subject_contestation: z.ZodOptional<z.ZodObject<{
|
|
50445
|
-
url: z.ZodOptional<z.ZodString>;
|
|
50446
|
-
email: z.ZodOptional<z.ZodEmail>;
|
|
50447
|
-
languages: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
50448
|
-
}, z.core.$loose>>;
|
|
50449
|
-
brand_kit_override: z.ZodOptional<z.ZodObject<{
|
|
50450
|
-
logo: z.ZodOptional<Omit<z.ZodObject<{
|
|
50451
|
-
asset_type: z.ZodType<"image", "image", z.core.$ZodTypeInternals<"image", "image">>;
|
|
50452
|
-
url: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
50453
|
-
width: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
50454
|
-
height: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
50455
|
-
file_size_bytes: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
50456
|
-
pixel_ratio: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
50457
|
-
state_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
50458
|
-
breakpoint_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
50459
|
-
focal_point: z.ZodOptional<z.ZodType<[number, number], [number, number], z.core.$ZodTypeInternals<[number, number], [number, number]>>>;
|
|
50460
|
-
format: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
50461
|
-
alt_text: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
50462
|
-
provenance: z.ZodOptional<z.ZodType<import("./core.generated").Provenance, import("./core.generated").Provenance, z.core.$ZodTypeInternals<import("./core.generated").Provenance, import("./core.generated").Provenance>>>;
|
|
50463
|
-
}, z.core.$loose>, keyof z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>> & z.ZodType<ImageAsset & Record<string, unknown>, ImageAsset, z.core.$ZodTypeInternals<ImageAsset & Record<string, unknown>, ImageAsset>>>;
|
|
50464
|
-
colors: z.ZodOptional<z.ZodObject<{
|
|
50465
|
-
primary: z.ZodOptional<z.ZodString>;
|
|
50466
|
-
secondary: z.ZodOptional<z.ZodString>;
|
|
50467
|
-
accent: z.ZodOptional<z.ZodString>;
|
|
50468
|
-
}, z.core.$loose>>;
|
|
50469
|
-
voice: z.ZodOptional<z.ZodString>;
|
|
50470
|
-
tagline: z.ZodOptional<z.ZodString>;
|
|
50471
|
-
}, z.core.$loose>>;
|
|
50472
|
-
}, z.core.$loose>;
|
|
50473
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
50474
|
-
pattern: z.ZodLiteral<"dataset_share">;
|
|
50475
|
-
transport: z.ZodString;
|
|
50476
|
-
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
50477
|
-
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
50478
|
-
mode: z.ZodLiteral<"existing">;
|
|
50479
|
-
destination_ref: z.ZodString;
|
|
50480
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
50481
|
-
mode: z.ZodLiteral<"provision">;
|
|
50482
|
-
provider: z.ZodObject<{
|
|
50483
|
-
domain: z.ZodString;
|
|
50484
|
-
}, z.core.$loose>;
|
|
50485
|
-
access_mode: z.ZodString;
|
|
50486
|
-
recipient: z.ZodObject<{
|
|
50487
|
-
identity: z.ZodString;
|
|
50488
|
-
cloud: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"aws">, z.ZodLiteral<"azure">, z.ZodLiteral<"gcp">]>>;
|
|
50489
|
-
region: z.ZodOptional<z.ZodString>;
|
|
50490
|
-
}, z.core.$loose>;
|
|
50491
|
-
}, z.core.$loose>]>;
|
|
50492
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
50493
|
-
pattern: z.ZodLiteral<"warehouse_materialization">;
|
|
50494
|
-
transport: z.ZodString;
|
|
50495
|
-
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
50496
|
-
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
50497
|
-
mode: z.ZodLiteral<"existing">;
|
|
50498
|
-
destination_ref: z.ZodString;
|
|
50499
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
50500
|
-
mode: z.ZodLiteral<"provision">;
|
|
50501
|
-
provider: z.ZodObject<{
|
|
50502
|
-
domain: z.ZodString;
|
|
50503
|
-
}, z.core.$loose>;
|
|
50504
|
-
location: z.ZodString;
|
|
50505
|
-
access_mode: z.ZodOptional<z.ZodString>;
|
|
50506
|
-
}, z.core.$loose>]>;
|
|
50507
|
-
}, z.core.$loose>]>>;
|
|
50508
|
-
revocation_effective_at: z.ZodOptional<z.ZodString>;
|
|
50509
|
-
}, z.core.$loose>;
|
|
50510
|
-
state: z.ZodUnion<readonly [z.ZodLiteral<"pending_validation">, z.ZodLiteral<"pending_setup">, z.ZodLiteral<"ready">, z.ZodLiteral<"action_required">, z.ZodLiteral<"inactive">]>;
|
|
50511
|
-
destination_ref: z.ZodOptional<z.ZodString>;
|
|
50512
|
-
validated_at: z.ZodOptional<z.ZodString>;
|
|
50513
|
-
activated_at: z.ZodOptional<z.ZodString>;
|
|
50514
|
-
deactivated_at: z.ZodOptional<z.ZodString>;
|
|
50515
|
-
publication_stopped_at: z.ZodOptional<z.ZodString>;
|
|
50516
|
-
seller_managed_access_ends_at: z.ZodOptional<z.ZodString>;
|
|
50517
|
-
current_coverage: z.ZodOptional<z.ZodObject<{
|
|
50518
|
-
status: z.ZodUnion<readonly [z.ZodLiteral<"full">, z.ZodLiteral<"partial">, z.ZodLiteral<"none">, z.ZodLiteral<"unknown">]>;
|
|
50519
|
-
evaluated_at: z.ZodString;
|
|
50520
|
-
media_buy_ids: z.ZodArray<z.ZodString>;
|
|
50521
|
-
fully_covered_media_buy_ids: z.ZodArray<z.ZodString>;
|
|
50522
|
-
partially_covered_media_buy_ids: z.ZodArray<z.ZodString>;
|
|
50523
|
-
unsupported_media_buy_ids: z.ZodArray<z.ZodString>;
|
|
50524
|
-
unknown_media_buy_ids: z.ZodArray<z.ZodString>;
|
|
50525
|
-
package_ids: z.ZodArray<z.ZodString>;
|
|
50526
|
-
covered_package_ids: z.ZodArray<z.ZodString>;
|
|
50527
|
-
unsupported_package_ids: z.ZodArray<z.ZodString>;
|
|
50528
|
-
unknown_package_ids: z.ZodArray<z.ZodString>;
|
|
50529
|
-
limitations: z.ZodArray<z.ZodObject<{
|
|
50530
|
-
reason: z.ZodUnion<readonly [z.ZodLiteral<"offering_unsupported">, z.ZodLiteral<"account_entitlement_unavailable">, z.ZodLiteral<"credential_scope_insufficient">, z.ZodLiteral<"provider_limitation">, z.ZodLiteral<"capability_unknown">]>;
|
|
50531
|
-
media_buy_id: z.ZodString;
|
|
50532
|
-
package_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
50533
|
-
}, z.core.$loose>>;
|
|
50534
|
-
}, z.core.$loose>>;
|
|
50535
|
-
setup: z.ZodOptional<z.ZodObject<{
|
|
50536
|
-
action: z.ZodUnion<readonly [z.ZodLiteral<"grant_access">, z.ZodLiteral<"activate_recipient">, z.ZodLiteral<"authorize_provider">, z.ZodLiteral<"repair_access">]>;
|
|
50537
|
-
message: z.ZodString;
|
|
50538
|
-
url: z.ZodOptional<z.ZodString>;
|
|
50539
|
-
expires_at: z.ZodOptional<z.ZodString>;
|
|
50540
|
-
}, z.core.$loose>>;
|
|
50541
|
-
issues: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
50542
|
-
issue_id: z.ZodString;
|
|
50543
|
-
code: z.ZodUnion<readonly [z.ZodLiteral<"REPORT_OVERDUE">, z.ZodLiteral<"PRODUCTION_FAILED">, z.ZodLiteral<"DELIVERY_FAILED">, z.ZodLiteral<"ACCESS_REQUIRED">, z.ZodLiteral<"CONFIGURATION_REQUIRED">, z.ZodLiteral<"REPORTING_COVERAGE_INCOMPLETE">, z.ZodLiteral<"RESOURCE_EXPIRED">, z.ZodLiteral<"READER_INCOMPATIBLE">, z.ZodLiteral<"HISTORY_UNAVAILABLE">]>;
|
|
50544
|
-
severity: z.ZodUnion<readonly [z.ZodLiteral<"delayed">, z.ZodLiteral<"action_required">]>;
|
|
50545
|
-
responsible_party: z.ZodUnion<readonly [z.ZodLiteral<"buyer">, z.ZodLiteral<"seller">, z.ZodLiteral<"provider">]>;
|
|
50546
|
-
recommended_action: z.ZodUnion<readonly [z.ZodLiteral<"wait_for_retry">, z.ZodLiteral<"contact_buyer">, z.ZodLiteral<"contact_seller">, z.ZodLiteral<"contact_provider">, z.ZodLiteral<"repair_access">, z.ZodLiteral<"update_configuration">, z.ZodLiteral<"change_reporting_scope">, z.ZodLiteral<"use_supported_reader">]>;
|
|
50547
|
-
message: z.ZodOptional<z.ZodString>;
|
|
50548
|
-
reporting_obligation_id: z.ZodOptional<z.ZodString>;
|
|
50549
|
-
delivery_config_id: z.ZodOptional<z.ZodString>;
|
|
50550
|
-
delivery_config_version: z.ZodOptional<z.ZodNumber>;
|
|
50551
|
-
feed_purpose: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"pacing">, z.ZodLiteral<"analytics">, z.ZodLiteral<"billing">]>>;
|
|
50552
|
-
media_buy_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
50553
|
-
package_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
50554
|
-
period_start: z.ZodOptional<z.ZodString>;
|
|
50555
|
-
period_end: z.ZodOptional<z.ZodString>;
|
|
50556
|
-
expected_at: z.ZodOptional<z.ZodString>;
|
|
50557
|
-
}, z.core.$loose>>>;
|
|
50558
|
-
}, z.core.$loose>>>;
|
|
50559
|
-
webhook_activity: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
50560
|
-
idempotency_key: z.ZodString;
|
|
50561
|
-
notification_id: z.ZodOptional<z.ZodString>;
|
|
50562
|
-
subscriber_id: z.ZodOptional<z.ZodString>;
|
|
50563
|
-
fired_at: z.ZodString;
|
|
50564
|
-
completed_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
50565
|
-
notification_type: z.ZodUnion<readonly [z.ZodLiteral<"scheduled">, z.ZodLiteral<"final">, z.ZodLiteral<"delayed">, z.ZodLiteral<"adjusted">, z.ZodLiteral<"window_update">, z.ZodLiteral<"impairment">, z.ZodLiteral<"creative.status_changed">, z.ZodLiteral<"creative.assignment_changed">, z.ZodLiteral<"indicators.changed">, z.ZodLiteral<"creative.purged">, z.ZodLiteral<"account.status_changed">, z.ZodLiteral<"account.change_recorded">, z.ZodLiteral<"product.created">, z.ZodLiteral<"product.updated">, z.ZodLiteral<"product.priced">, z.ZodLiteral<"product.removed">, z.ZodLiteral<"signal.created">, z.ZodLiteral<"signal.updated">, z.ZodLiteral<"signal.priced">, z.ZodLiteral<"signal.removed">, z.ZodLiteral<"wholesale_feed.bulk_change">, z.ZodLiteral<"capabilities.changed">, z.ZodLiteral<"reporting.delivery_ready">, z.ZodLiteral<"reporting.status_changed">, z.ZodLiteral<"principal.changed">]>;
|
|
50566
|
-
sequence_number: z.ZodOptional<z.ZodNumber>;
|
|
50567
|
-
attempt: z.ZodNumber;
|
|
50568
|
-
status: z.ZodUnion<readonly [z.ZodLiteral<"success">, z.ZodLiteral<"failed">, z.ZodLiteral<"timeout">, z.ZodLiteral<"connection_error">, z.ZodLiteral<"pending">]>;
|
|
50569
|
-
url: z.ZodString;
|
|
50570
|
-
http_status_code: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
50571
|
-
response_time_ms: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
50572
|
-
payload_size_bytes: z.ZodOptional<z.ZodNumber>;
|
|
50573
|
-
error_message: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
50574
|
-
ext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
50575
|
-
}, z.core.$loose>>>;
|
|
50576
|
-
ext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
50577
|
-
}, z.core.$loose>;
|
|
50578
50009
|
export declare const OfferingAssetGroupSchema: z.ZodObject<{
|
|
50579
50010
|
asset_group_id: z.ZodString;
|
|
50580
50011
|
asset_type: z.ZodUnion<readonly [z.ZodLiteral<"image">, z.ZodLiteral<"video">, z.ZodLiteral<"audio">, z.ZodLiteral<"text">, z.ZodLiteral<"markdown">, z.ZodLiteral<"html">, z.ZodLiteral<"css">, z.ZodLiteral<"javascript">, z.ZodLiteral<"zip">, z.ZodLiteral<"vast">, z.ZodLiteral<"daast">, z.ZodLiteral<"url">, z.ZodLiteral<"webhook">, z.ZodLiteral<"brief">, z.ZodLiteral<"catalog">, z.ZodLiteral<"published_post">]>;
|
|
@@ -117879,14 +117310,494 @@ export declare const CreativeAssetSchema: z.ZodObject<{
|
|
|
117879
117310
|
export declare const PackageRequestSchema: z.ZodObject<{
|
|
117880
117311
|
[K in keyof PackageRequest]-?: undefined extends PackageRequest[K] ? z.ZodOptional<z.ZodType<Exclude<PackageRequest[K], undefined>, Exclude<PackageRequest[K], undefined>>> : z.ZodType<PackageRequest[K], PackageRequest[K]>;
|
|
117881
117312
|
}, z.core.$loose> & z.ZodType<PackageRequest & Record<string, unknown>, PackageRequest & Record<string, unknown>>;
|
|
117313
|
+
export declare const ReportingDeliveryConfigurationSchema: z.ZodObject<{
|
|
117314
|
+
delivery_config_id: z.ZodString;
|
|
117315
|
+
delivery_config_version: z.ZodNumber;
|
|
117316
|
+
offering_id: z.ZodString;
|
|
117317
|
+
active: z.ZodBoolean;
|
|
117318
|
+
feed_purpose: z.ZodUnion<readonly [z.ZodLiteral<"pacing">, z.ZodLiteral<"analytics">, z.ZodLiteral<"billing">]>;
|
|
117319
|
+
report_definition_id: z.ZodString;
|
|
117320
|
+
reporting_profile: z.ZodString;
|
|
117321
|
+
scope: z.ZodObject<{
|
|
117322
|
+
all_media_buys: z.ZodOptional<z.ZodLiteral<true>>;
|
|
117323
|
+
media_buy_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
117324
|
+
}, z.core.$loose>;
|
|
117325
|
+
coverage_requirement: z.ZodUnion<readonly [z.ZodLiteral<"full">, z.ZodLiteral<"allow_partial">]>;
|
|
117326
|
+
required_finality: z.ZodUnion<readonly [z.ZodLiteral<"snapshot">, z.ZodLiteral<"official">]>;
|
|
117327
|
+
reconciliation_mode: z.ZodUnion<readonly [z.ZodLiteral<"delivery_only">, z.ZodLiteral<"consumer_receipt">]>;
|
|
117328
|
+
schedule: z.ZodObject<{
|
|
117329
|
+
period_duration: z.ZodString;
|
|
117330
|
+
alignment: z.ZodUnion<readonly [z.ZodLiteral<"utc">, z.ZodLiteral<"account_timezone">, z.ZodLiteral<"billing_cycle">]>;
|
|
117331
|
+
period_anchor: z.ZodOptional<z.ZodString>;
|
|
117332
|
+
period_timezone: z.ZodOptional<z.ZodString>;
|
|
117333
|
+
delivery_sla: z.ZodString;
|
|
117334
|
+
}, z.core.$loose>;
|
|
117335
|
+
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
117336
|
+
pattern: z.ZodLiteral<"file_transfer">;
|
|
117337
|
+
transport: z.ZodString;
|
|
117338
|
+
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
117339
|
+
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
117340
|
+
mode: z.ZodLiteral<"existing">;
|
|
117341
|
+
destination_ref: z.ZodString;
|
|
117342
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
117343
|
+
mode: z.ZodLiteral<"provision">;
|
|
117344
|
+
provider: z.ZodObject<{
|
|
117345
|
+
domain: z.ZodString;
|
|
117346
|
+
}, z.core.$loose>;
|
|
117347
|
+
location: z.ZodString;
|
|
117348
|
+
access_mode: z.ZodOptional<z.ZodString>;
|
|
117349
|
+
}, z.core.$loose>]>;
|
|
117350
|
+
format: z.ZodUnion<readonly [z.ZodLiteral<"jsonl">, z.ZodLiteral<"csv">, z.ZodLiteral<"parquet">, z.ZodLiteral<"avro">, z.ZodLiteral<"orc">]>;
|
|
117351
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
117352
|
+
pattern: z.ZodLiteral<"dataset_share">;
|
|
117353
|
+
transport: z.ZodString;
|
|
117354
|
+
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
117355
|
+
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
117356
|
+
mode: z.ZodLiteral<"existing">;
|
|
117357
|
+
destination_ref: z.ZodString;
|
|
117358
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
117359
|
+
mode: z.ZodLiteral<"provision">;
|
|
117360
|
+
provider: z.ZodObject<{
|
|
117361
|
+
domain: z.ZodString;
|
|
117362
|
+
}, z.core.$loose>;
|
|
117363
|
+
access_mode: z.ZodString;
|
|
117364
|
+
recipient: z.ZodObject<{
|
|
117365
|
+
identity: z.ZodString;
|
|
117366
|
+
cloud: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"aws">, z.ZodLiteral<"azure">, z.ZodLiteral<"gcp">]>>;
|
|
117367
|
+
region: z.ZodOptional<z.ZodString>;
|
|
117368
|
+
}, z.core.$loose>;
|
|
117369
|
+
}, z.core.$loose>]>;
|
|
117370
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
117371
|
+
pattern: z.ZodLiteral<"warehouse_materialization">;
|
|
117372
|
+
transport: z.ZodString;
|
|
117373
|
+
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
117374
|
+
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
117375
|
+
mode: z.ZodLiteral<"existing">;
|
|
117376
|
+
destination_ref: z.ZodString;
|
|
117377
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
117378
|
+
mode: z.ZodLiteral<"provision">;
|
|
117379
|
+
provider: z.ZodObject<{
|
|
117380
|
+
domain: z.ZodString;
|
|
117381
|
+
}, z.core.$loose>;
|
|
117382
|
+
location: z.ZodString;
|
|
117383
|
+
access_mode: z.ZodOptional<z.ZodString>;
|
|
117384
|
+
}, z.core.$loose>]>;
|
|
117385
|
+
}, z.core.$loose>]>>;
|
|
117386
|
+
revocation_effective_at: z.ZodOptional<z.ZodString>;
|
|
117387
|
+
}, z.core.$loose>;
|
|
117882
117388
|
export declare const PackageSchema: z.ZodObject<{
|
|
117883
117389
|
[K in keyof Package]-?: undefined extends Package[K] ? z.ZodOptional<z.ZodType<Exclude<Package[K], undefined>, Exclude<Package[K], undefined>>> : z.ZodType<Package[K], Package[K]>;
|
|
117884
117390
|
}, z.core.$loose> & z.ZodType<Package & Record<string, unknown>, Package & Record<string, unknown>>;
|
|
117885
|
-
export declare const
|
|
117391
|
+
export declare const ReportingDeliveryConfigurationStateSchema: z.ZodObject<{
|
|
117392
|
+
configuration: z.ZodObject<{
|
|
117393
|
+
delivery_config_id: z.ZodString;
|
|
117394
|
+
delivery_config_version: z.ZodNumber;
|
|
117395
|
+
offering_id: z.ZodString;
|
|
117396
|
+
active: z.ZodBoolean;
|
|
117397
|
+
feed_purpose: z.ZodUnion<readonly [z.ZodLiteral<"pacing">, z.ZodLiteral<"analytics">, z.ZodLiteral<"billing">]>;
|
|
117398
|
+
report_definition_id: z.ZodString;
|
|
117399
|
+
reporting_profile: z.ZodString;
|
|
117400
|
+
scope: z.ZodObject<{
|
|
117401
|
+
all_media_buys: z.ZodOptional<z.ZodLiteral<true>>;
|
|
117402
|
+
media_buy_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
117403
|
+
}, z.core.$loose>;
|
|
117404
|
+
coverage_requirement: z.ZodUnion<readonly [z.ZodLiteral<"full">, z.ZodLiteral<"allow_partial">]>;
|
|
117405
|
+
required_finality: z.ZodUnion<readonly [z.ZodLiteral<"snapshot">, z.ZodLiteral<"official">]>;
|
|
117406
|
+
reconciliation_mode: z.ZodUnion<readonly [z.ZodLiteral<"delivery_only">, z.ZodLiteral<"consumer_receipt">]>;
|
|
117407
|
+
schedule: z.ZodObject<{
|
|
117408
|
+
period_duration: z.ZodString;
|
|
117409
|
+
alignment: z.ZodUnion<readonly [z.ZodLiteral<"utc">, z.ZodLiteral<"account_timezone">, z.ZodLiteral<"billing_cycle">]>;
|
|
117410
|
+
period_anchor: z.ZodOptional<z.ZodString>;
|
|
117411
|
+
period_timezone: z.ZodOptional<z.ZodString>;
|
|
117412
|
+
delivery_sla: z.ZodString;
|
|
117413
|
+
}, z.core.$loose>;
|
|
117414
|
+
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
117415
|
+
pattern: z.ZodLiteral<"file_transfer">;
|
|
117416
|
+
transport: z.ZodString;
|
|
117417
|
+
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
117418
|
+
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
117419
|
+
mode: z.ZodLiteral<"existing">;
|
|
117420
|
+
destination_ref: z.ZodString;
|
|
117421
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
117422
|
+
mode: z.ZodLiteral<"provision">;
|
|
117423
|
+
provider: z.ZodObject<{
|
|
117424
|
+
domain: z.ZodString;
|
|
117425
|
+
}, z.core.$loose>;
|
|
117426
|
+
location: z.ZodString;
|
|
117427
|
+
access_mode: z.ZodOptional<z.ZodString>;
|
|
117428
|
+
}, z.core.$loose>]>;
|
|
117429
|
+
format: z.ZodUnion<readonly [z.ZodLiteral<"jsonl">, z.ZodLiteral<"csv">, z.ZodLiteral<"parquet">, z.ZodLiteral<"avro">, z.ZodLiteral<"orc">]>;
|
|
117430
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
117431
|
+
pattern: z.ZodLiteral<"dataset_share">;
|
|
117432
|
+
transport: z.ZodString;
|
|
117433
|
+
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
117434
|
+
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
117435
|
+
mode: z.ZodLiteral<"existing">;
|
|
117436
|
+
destination_ref: z.ZodString;
|
|
117437
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
117438
|
+
mode: z.ZodLiteral<"provision">;
|
|
117439
|
+
provider: z.ZodObject<{
|
|
117440
|
+
domain: z.ZodString;
|
|
117441
|
+
}, z.core.$loose>;
|
|
117442
|
+
access_mode: z.ZodString;
|
|
117443
|
+
recipient: z.ZodObject<{
|
|
117444
|
+
identity: z.ZodString;
|
|
117445
|
+
cloud: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"aws">, z.ZodLiteral<"azure">, z.ZodLiteral<"gcp">]>>;
|
|
117446
|
+
region: z.ZodOptional<z.ZodString>;
|
|
117447
|
+
}, z.core.$loose>;
|
|
117448
|
+
}, z.core.$loose>]>;
|
|
117449
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
117450
|
+
pattern: z.ZodLiteral<"warehouse_materialization">;
|
|
117451
|
+
transport: z.ZodString;
|
|
117452
|
+
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
117453
|
+
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
117454
|
+
mode: z.ZodLiteral<"existing">;
|
|
117455
|
+
destination_ref: z.ZodString;
|
|
117456
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
117457
|
+
mode: z.ZodLiteral<"provision">;
|
|
117458
|
+
provider: z.ZodObject<{
|
|
117459
|
+
domain: z.ZodString;
|
|
117460
|
+
}, z.core.$loose>;
|
|
117461
|
+
location: z.ZodString;
|
|
117462
|
+
access_mode: z.ZodOptional<z.ZodString>;
|
|
117463
|
+
}, z.core.$loose>]>;
|
|
117464
|
+
}, z.core.$loose>]>>;
|
|
117465
|
+
revocation_effective_at: z.ZodOptional<z.ZodString>;
|
|
117466
|
+
}, z.core.$loose>;
|
|
117467
|
+
state: z.ZodUnion<readonly [z.ZodLiteral<"pending_validation">, z.ZodLiteral<"pending_setup">, z.ZodLiteral<"ready">, z.ZodLiteral<"action_required">, z.ZodLiteral<"inactive">]>;
|
|
117468
|
+
destination_ref: z.ZodOptional<z.ZodString>;
|
|
117469
|
+
validated_at: z.ZodOptional<z.ZodString>;
|
|
117470
|
+
activated_at: z.ZodOptional<z.ZodString>;
|
|
117471
|
+
deactivated_at: z.ZodOptional<z.ZodString>;
|
|
117472
|
+
publication_stopped_at: z.ZodOptional<z.ZodString>;
|
|
117473
|
+
seller_managed_access_ends_at: z.ZodOptional<z.ZodString>;
|
|
117474
|
+
current_coverage: z.ZodOptional<z.ZodObject<{
|
|
117475
|
+
status: z.ZodUnion<readonly [z.ZodLiteral<"full">, z.ZodLiteral<"partial">, z.ZodLiteral<"none">, z.ZodLiteral<"unknown">]>;
|
|
117476
|
+
evaluated_at: z.ZodString;
|
|
117477
|
+
media_buy_ids: z.ZodArray<z.ZodString>;
|
|
117478
|
+
fully_covered_media_buy_ids: z.ZodArray<z.ZodString>;
|
|
117479
|
+
partially_covered_media_buy_ids: z.ZodArray<z.ZodString>;
|
|
117480
|
+
unsupported_media_buy_ids: z.ZodArray<z.ZodString>;
|
|
117481
|
+
unknown_media_buy_ids: z.ZodArray<z.ZodString>;
|
|
117482
|
+
package_ids: z.ZodArray<z.ZodString>;
|
|
117483
|
+
covered_package_ids: z.ZodArray<z.ZodString>;
|
|
117484
|
+
unsupported_package_ids: z.ZodArray<z.ZodString>;
|
|
117485
|
+
unknown_package_ids: z.ZodArray<z.ZodString>;
|
|
117486
|
+
limitations: z.ZodArray<z.ZodObject<{
|
|
117487
|
+
reason: z.ZodUnion<readonly [z.ZodLiteral<"offering_unsupported">, z.ZodLiteral<"account_entitlement_unavailable">, z.ZodLiteral<"credential_scope_insufficient">, z.ZodLiteral<"provider_limitation">, z.ZodLiteral<"capability_unknown">]>;
|
|
117488
|
+
media_buy_id: z.ZodString;
|
|
117489
|
+
package_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
117490
|
+
}, z.core.$loose>>;
|
|
117491
|
+
}, z.core.$loose>>;
|
|
117492
|
+
setup: z.ZodOptional<z.ZodObject<{
|
|
117493
|
+
action: z.ZodUnion<readonly [z.ZodLiteral<"grant_access">, z.ZodLiteral<"activate_recipient">, z.ZodLiteral<"authorize_provider">, z.ZodLiteral<"repair_access">]>;
|
|
117494
|
+
message: z.ZodString;
|
|
117495
|
+
url: z.ZodOptional<z.ZodString>;
|
|
117496
|
+
expires_at: z.ZodOptional<z.ZodString>;
|
|
117497
|
+
}, z.core.$loose>>;
|
|
117498
|
+
issues: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
117499
|
+
issue_id: z.ZodString;
|
|
117500
|
+
code: z.ZodUnion<readonly [z.ZodLiteral<"REPORT_OVERDUE">, z.ZodLiteral<"PRODUCTION_FAILED">, z.ZodLiteral<"DELIVERY_FAILED">, z.ZodLiteral<"ACCESS_REQUIRED">, z.ZodLiteral<"CONFIGURATION_REQUIRED">, z.ZodLiteral<"REPORTING_COVERAGE_INCOMPLETE">, z.ZodLiteral<"RESOURCE_EXPIRED">, z.ZodLiteral<"READER_INCOMPATIBLE">, z.ZodLiteral<"HISTORY_UNAVAILABLE">]>;
|
|
117501
|
+
severity: z.ZodUnion<readonly [z.ZodLiteral<"delayed">, z.ZodLiteral<"action_required">]>;
|
|
117502
|
+
responsible_party: z.ZodUnion<readonly [z.ZodLiteral<"buyer">, z.ZodLiteral<"seller">, z.ZodLiteral<"provider">]>;
|
|
117503
|
+
recommended_action: z.ZodUnion<readonly [z.ZodLiteral<"wait_for_retry">, z.ZodLiteral<"contact_buyer">, z.ZodLiteral<"contact_seller">, z.ZodLiteral<"contact_provider">, z.ZodLiteral<"repair_access">, z.ZodLiteral<"update_configuration">, z.ZodLiteral<"change_reporting_scope">, z.ZodLiteral<"use_supported_reader">]>;
|
|
117504
|
+
message: z.ZodOptional<z.ZodString>;
|
|
117505
|
+
reporting_obligation_id: z.ZodOptional<z.ZodString>;
|
|
117506
|
+
delivery_config_id: z.ZodOptional<z.ZodString>;
|
|
117507
|
+
delivery_config_version: z.ZodOptional<z.ZodNumber>;
|
|
117508
|
+
feed_purpose: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"pacing">, z.ZodLiteral<"analytics">, z.ZodLiteral<"billing">]>>;
|
|
117509
|
+
media_buy_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
117510
|
+
package_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
117511
|
+
period_start: z.ZodOptional<z.ZodString>;
|
|
117512
|
+
period_end: z.ZodOptional<z.ZodString>;
|
|
117513
|
+
expected_at: z.ZodOptional<z.ZodString>;
|
|
117514
|
+
}, z.core.$loose>>>;
|
|
117515
|
+
}, z.core.$loose>;
|
|
117886
117516
|
export declare const PackageUpdateSchema: z.ZodObject<{
|
|
117887
117517
|
[K in keyof PackageUpdate]-?: undefined extends PackageUpdate[K] ? z.ZodOptional<z.ZodType<Exclude<PackageUpdate[K], undefined>, Exclude<PackageUpdate[K], undefined>>> : z.ZodType<PackageUpdate[K], PackageUpdate[K]>;
|
|
117888
117518
|
}, z.core.$loose> & z.ZodType<PackageUpdate & Record<string, unknown>, PackageUpdate & Record<string, unknown>>;
|
|
117889
117519
|
export declare const UpdateMediaBuySuccessSchema: z.ZodType;
|
|
117520
|
+
export declare const AccountSchema: z.ZodObject<{
|
|
117521
|
+
account_id: z.ZodString;
|
|
117522
|
+
name: z.ZodString;
|
|
117523
|
+
advertiser: z.ZodOptional<z.ZodString>;
|
|
117524
|
+
billing_proxy: z.ZodOptional<z.ZodString>;
|
|
117525
|
+
status: z.ZodUnion<readonly [z.ZodLiteral<"active">, z.ZodLiteral<"pending_approval">, z.ZodLiteral<"rejected">, z.ZodLiteral<"payment_required">, z.ZodLiteral<"suspended">, z.ZodLiteral<"closed">]>;
|
|
117526
|
+
brand: z.ZodOptional<z.ZodObject<{
|
|
117527
|
+
domain: z.ZodString;
|
|
117528
|
+
brand_id: z.ZodOptional<z.ZodString>;
|
|
117529
|
+
countries: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
117530
|
+
industries: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
117531
|
+
data_subject_contestation: z.ZodOptional<z.ZodObject<{
|
|
117532
|
+
url: z.ZodOptional<z.ZodString>;
|
|
117533
|
+
email: z.ZodOptional<z.ZodEmail>;
|
|
117534
|
+
languages: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
117535
|
+
}, z.core.$loose>>;
|
|
117536
|
+
brand_kit_override: z.ZodOptional<z.ZodObject<{
|
|
117537
|
+
logo: z.ZodOptional<Omit<z.ZodObject<{
|
|
117538
|
+
asset_type: z.ZodType<"image", "image", z.core.$ZodTypeInternals<"image", "image">>;
|
|
117539
|
+
url: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
117540
|
+
width: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
117541
|
+
height: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
117542
|
+
file_size_bytes: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
117543
|
+
pixel_ratio: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
117544
|
+
state_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
117545
|
+
breakpoint_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
117546
|
+
focal_point: z.ZodOptional<z.ZodType<[number, number], [number, number], z.core.$ZodTypeInternals<[number, number], [number, number]>>>;
|
|
117547
|
+
format: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
117548
|
+
alt_text: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
117549
|
+
provenance: z.ZodOptional<z.ZodType<import("./core.generated").Provenance, import("./core.generated").Provenance, z.core.$ZodTypeInternals<import("./core.generated").Provenance, import("./core.generated").Provenance>>>;
|
|
117550
|
+
}, z.core.$loose>, keyof z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>> & z.ZodType<ImageAsset & Record<string, unknown>, ImageAsset, z.core.$ZodTypeInternals<ImageAsset & Record<string, unknown>, ImageAsset>>>;
|
|
117551
|
+
colors: z.ZodOptional<z.ZodObject<{
|
|
117552
|
+
primary: z.ZodOptional<z.ZodString>;
|
|
117553
|
+
secondary: z.ZodOptional<z.ZodString>;
|
|
117554
|
+
accent: z.ZodOptional<z.ZodString>;
|
|
117555
|
+
}, z.core.$loose>>;
|
|
117556
|
+
voice: z.ZodOptional<z.ZodString>;
|
|
117557
|
+
tagline: z.ZodOptional<z.ZodString>;
|
|
117558
|
+
}, z.core.$loose>>;
|
|
117559
|
+
}, z.core.$loose>>;
|
|
117560
|
+
operator: z.ZodOptional<z.ZodString>;
|
|
117561
|
+
operator_unit: z.ZodOptional<z.ZodObject<{
|
|
117562
|
+
id: z.ZodString;
|
|
117563
|
+
name: z.ZodOptional<z.ZodString>;
|
|
117564
|
+
}, z.core.$loose>>;
|
|
117565
|
+
revision: z.ZodOptional<z.ZodNumber>;
|
|
117566
|
+
identity_change: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
117567
|
+
status: z.ZodLiteral<"pending_approval">;
|
|
117568
|
+
requested_operator_identity: z.ZodObject<{
|
|
117569
|
+
operator: z.ZodString;
|
|
117570
|
+
operator_unit: z.ZodOptional<z.ZodObject<{
|
|
117571
|
+
id: z.ZodString;
|
|
117572
|
+
name: z.ZodOptional<z.ZodString>;
|
|
117573
|
+
}, z.core.$loose>>;
|
|
117574
|
+
}, z.core.$loose>;
|
|
117575
|
+
requested_at: z.ZodOptional<z.ZodString>;
|
|
117576
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
117577
|
+
status: z.ZodLiteral<"rejected">;
|
|
117578
|
+
requested_operator_identity: z.ZodObject<{
|
|
117579
|
+
operator: z.ZodString;
|
|
117580
|
+
operator_unit: z.ZodOptional<z.ZodObject<{
|
|
117581
|
+
id: z.ZodString;
|
|
117582
|
+
name: z.ZodOptional<z.ZodString>;
|
|
117583
|
+
}, z.core.$loose>>;
|
|
117584
|
+
}, z.core.$loose>;
|
|
117585
|
+
requested_at: z.ZodOptional<z.ZodString>;
|
|
117586
|
+
reason: z.ZodString;
|
|
117587
|
+
}, z.core.$loose>]>>;
|
|
117588
|
+
currency: z.ZodOptional<z.ZodString>;
|
|
117589
|
+
timezone: z.ZodOptional<z.ZodString>;
|
|
117590
|
+
billing: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"operator">, z.ZodLiteral<"agent">, z.ZodLiteral<"advertiser">]>>;
|
|
117591
|
+
billing_entity: z.ZodOptional<z.ZodObject<{
|
|
117592
|
+
legal_name: z.ZodString;
|
|
117593
|
+
vat_id: z.ZodOptional<z.ZodString>;
|
|
117594
|
+
tax_id: z.ZodOptional<z.ZodString>;
|
|
117595
|
+
registration_number: z.ZodOptional<z.ZodString>;
|
|
117596
|
+
address: z.ZodOptional<z.ZodObject<{
|
|
117597
|
+
street: z.ZodString;
|
|
117598
|
+
city: z.ZodString;
|
|
117599
|
+
postal_code: z.ZodString;
|
|
117600
|
+
region: z.ZodOptional<z.ZodString>;
|
|
117601
|
+
country: z.ZodString;
|
|
117602
|
+
}, z.core.$loose>>;
|
|
117603
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
117604
|
+
role: z.ZodUnion<readonly [z.ZodLiteral<"billing">, z.ZodLiteral<"legal">, z.ZodLiteral<"creative">, z.ZodLiteral<"general">]>;
|
|
117605
|
+
name: z.ZodOptional<z.ZodString>;
|
|
117606
|
+
email: z.ZodOptional<z.ZodEmail>;
|
|
117607
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
117608
|
+
}, z.core.$loose>>>;
|
|
117609
|
+
bank: z.ZodOptional<z.ZodObject<{
|
|
117610
|
+
account_holder: z.ZodString;
|
|
117611
|
+
iban: z.ZodOptional<z.ZodString>;
|
|
117612
|
+
bic: z.ZodOptional<z.ZodString>;
|
|
117613
|
+
routing_number: z.ZodOptional<z.ZodString>;
|
|
117614
|
+
account_number: z.ZodOptional<z.ZodString>;
|
|
117615
|
+
}, z.core.$loose>>;
|
|
117616
|
+
ext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
117617
|
+
}, z.core.$loose>>;
|
|
117618
|
+
destination_billing_entity: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
117619
|
+
rate_card: z.ZodOptional<z.ZodString>;
|
|
117620
|
+
payment_terms: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"net_15">, z.ZodLiteral<"net_30">, z.ZodLiteral<"net_45">, z.ZodLiteral<"net_60">, z.ZodLiteral<"net_90">, z.ZodLiteral<"prepay">]>>;
|
|
117621
|
+
credit_limit: z.ZodOptional<z.ZodObject<{
|
|
117622
|
+
amount: z.ZodNumber;
|
|
117623
|
+
currency: z.ZodString;
|
|
117624
|
+
}, z.core.$loose>>;
|
|
117625
|
+
setup: z.ZodOptional<z.ZodObject<{
|
|
117626
|
+
url: z.ZodOptional<z.ZodString>;
|
|
117627
|
+
message: z.ZodString;
|
|
117628
|
+
expires_at: z.ZodOptional<z.ZodString>;
|
|
117629
|
+
}, z.core.$loose>>;
|
|
117630
|
+
account_scope: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"operator">, z.ZodLiteral<"brand">, z.ZodLiteral<"operator_brand">, z.ZodLiteral<"agent">]>>;
|
|
117631
|
+
governance_agents: z.ZodOptional<z.ZodTuple<[z.ZodObject<{
|
|
117632
|
+
url: z.ZodString;
|
|
117633
|
+
}, z.core.$loose>], null>>;
|
|
117634
|
+
reporting_bucket: z.ZodOptional<z.ZodObject<{
|
|
117635
|
+
protocol: z.ZodUnion<readonly [z.ZodLiteral<"s3">, z.ZodLiteral<"gcs">, z.ZodLiteral<"azure_blob">]>;
|
|
117636
|
+
bucket: z.ZodString;
|
|
117637
|
+
prefix: z.ZodOptional<z.ZodString>;
|
|
117638
|
+
region: z.ZodOptional<z.ZodString>;
|
|
117639
|
+
format: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"jsonl">, z.ZodLiteral<"csv">, z.ZodLiteral<"parquet">, z.ZodLiteral<"avro">, z.ZodLiteral<"orc">]>>;
|
|
117640
|
+
compression: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"gzip">, z.ZodLiteral<"none">]>>;
|
|
117641
|
+
file_retention_days: z.ZodNumber;
|
|
117642
|
+
setup_instructions: z.ZodOptional<z.ZodString>;
|
|
117643
|
+
}, z.core.$loose>>;
|
|
117644
|
+
sandbox: z.ZodOptional<z.ZodBoolean>;
|
|
117645
|
+
notification_configs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
117646
|
+
subscriber_id: z.ZodString;
|
|
117647
|
+
url: z.ZodString;
|
|
117648
|
+
event_types: z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"creative.status_changed">, z.ZodLiteral<"creative.assignment_changed">, z.ZodLiteral<"indicators.changed">, z.ZodLiteral<"creative.purged">, z.ZodLiteral<"account.status_changed">, z.ZodLiteral<"account.change_recorded">, z.ZodLiteral<"product.created">, z.ZodLiteral<"product.updated">, z.ZodLiteral<"product.priced">, z.ZodLiteral<"product.removed">, z.ZodLiteral<"signal.created">, z.ZodLiteral<"signal.updated">, z.ZodLiteral<"signal.priced">, z.ZodLiteral<"signal.removed">, z.ZodLiteral<"wholesale_feed.bulk_change">, z.ZodLiteral<"reporting.delivery_ready">, z.ZodLiteral<"reporting.status_changed">]>>;
|
|
117649
|
+
product_payload_view: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"canonical">, z.ZodLiteral<"legacy">]>>;
|
|
117650
|
+
authentication: z.ZodOptional<z.ZodObject<{
|
|
117651
|
+
schemes: z.ZodTuple<[z.ZodUnion<readonly [z.ZodLiteral<"Bearer">, z.ZodLiteral<"HMAC-SHA256">]>], null>;
|
|
117652
|
+
credentials: z.ZodOptional<z.ZodString>;
|
|
117653
|
+
}, z.core.$loose>>;
|
|
117654
|
+
active: z.ZodOptional<z.ZodBoolean>;
|
|
117655
|
+
ext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
117656
|
+
}, z.core.$loose>>>;
|
|
117657
|
+
reporting_delivery_configs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
117658
|
+
configuration: z.ZodObject<{
|
|
117659
|
+
delivery_config_id: z.ZodString;
|
|
117660
|
+
delivery_config_version: z.ZodNumber;
|
|
117661
|
+
offering_id: z.ZodString;
|
|
117662
|
+
active: z.ZodBoolean;
|
|
117663
|
+
feed_purpose: z.ZodUnion<readonly [z.ZodLiteral<"pacing">, z.ZodLiteral<"analytics">, z.ZodLiteral<"billing">]>;
|
|
117664
|
+
report_definition_id: z.ZodString;
|
|
117665
|
+
reporting_profile: z.ZodString;
|
|
117666
|
+
scope: z.ZodObject<{
|
|
117667
|
+
all_media_buys: z.ZodOptional<z.ZodLiteral<true>>;
|
|
117668
|
+
media_buy_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
117669
|
+
}, z.core.$loose>;
|
|
117670
|
+
coverage_requirement: z.ZodUnion<readonly [z.ZodLiteral<"full">, z.ZodLiteral<"allow_partial">]>;
|
|
117671
|
+
required_finality: z.ZodUnion<readonly [z.ZodLiteral<"snapshot">, z.ZodLiteral<"official">]>;
|
|
117672
|
+
reconciliation_mode: z.ZodUnion<readonly [z.ZodLiteral<"delivery_only">, z.ZodLiteral<"consumer_receipt">]>;
|
|
117673
|
+
schedule: z.ZodObject<{
|
|
117674
|
+
period_duration: z.ZodString;
|
|
117675
|
+
alignment: z.ZodUnion<readonly [z.ZodLiteral<"utc">, z.ZodLiteral<"account_timezone">, z.ZodLiteral<"billing_cycle">]>;
|
|
117676
|
+
period_anchor: z.ZodOptional<z.ZodString>;
|
|
117677
|
+
period_timezone: z.ZodOptional<z.ZodString>;
|
|
117678
|
+
delivery_sla: z.ZodString;
|
|
117679
|
+
}, z.core.$loose>;
|
|
117680
|
+
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
117681
|
+
pattern: z.ZodLiteral<"file_transfer">;
|
|
117682
|
+
transport: z.ZodString;
|
|
117683
|
+
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
117684
|
+
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
117685
|
+
mode: z.ZodLiteral<"existing">;
|
|
117686
|
+
destination_ref: z.ZodString;
|
|
117687
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
117688
|
+
mode: z.ZodLiteral<"provision">;
|
|
117689
|
+
provider: z.ZodObject<{
|
|
117690
|
+
domain: z.ZodString;
|
|
117691
|
+
}, z.core.$loose>;
|
|
117692
|
+
location: z.ZodString;
|
|
117693
|
+
access_mode: z.ZodOptional<z.ZodString>;
|
|
117694
|
+
}, z.core.$loose>]>;
|
|
117695
|
+
format: z.ZodUnion<readonly [z.ZodLiteral<"jsonl">, z.ZodLiteral<"csv">, z.ZodLiteral<"parquet">, z.ZodLiteral<"avro">, z.ZodLiteral<"orc">]>;
|
|
117696
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
117697
|
+
pattern: z.ZodLiteral<"dataset_share">;
|
|
117698
|
+
transport: z.ZodString;
|
|
117699
|
+
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
117700
|
+
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
117701
|
+
mode: z.ZodLiteral<"existing">;
|
|
117702
|
+
destination_ref: z.ZodString;
|
|
117703
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
117704
|
+
mode: z.ZodLiteral<"provision">;
|
|
117705
|
+
provider: z.ZodObject<{
|
|
117706
|
+
domain: z.ZodString;
|
|
117707
|
+
}, z.core.$loose>;
|
|
117708
|
+
access_mode: z.ZodString;
|
|
117709
|
+
recipient: z.ZodObject<{
|
|
117710
|
+
identity: z.ZodString;
|
|
117711
|
+
cloud: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"aws">, z.ZodLiteral<"azure">, z.ZodLiteral<"gcp">]>>;
|
|
117712
|
+
region: z.ZodOptional<z.ZodString>;
|
|
117713
|
+
}, z.core.$loose>;
|
|
117714
|
+
}, z.core.$loose>]>;
|
|
117715
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
117716
|
+
pattern: z.ZodLiteral<"warehouse_materialization">;
|
|
117717
|
+
transport: z.ZodString;
|
|
117718
|
+
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
117719
|
+
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
117720
|
+
mode: z.ZodLiteral<"existing">;
|
|
117721
|
+
destination_ref: z.ZodString;
|
|
117722
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
117723
|
+
mode: z.ZodLiteral<"provision">;
|
|
117724
|
+
provider: z.ZodObject<{
|
|
117725
|
+
domain: z.ZodString;
|
|
117726
|
+
}, z.core.$loose>;
|
|
117727
|
+
location: z.ZodString;
|
|
117728
|
+
access_mode: z.ZodOptional<z.ZodString>;
|
|
117729
|
+
}, z.core.$loose>]>;
|
|
117730
|
+
}, z.core.$loose>]>>;
|
|
117731
|
+
revocation_effective_at: z.ZodOptional<z.ZodString>;
|
|
117732
|
+
}, z.core.$loose>;
|
|
117733
|
+
state: z.ZodUnion<readonly [z.ZodLiteral<"pending_validation">, z.ZodLiteral<"pending_setup">, z.ZodLiteral<"ready">, z.ZodLiteral<"action_required">, z.ZodLiteral<"inactive">]>;
|
|
117734
|
+
destination_ref: z.ZodOptional<z.ZodString>;
|
|
117735
|
+
validated_at: z.ZodOptional<z.ZodString>;
|
|
117736
|
+
activated_at: z.ZodOptional<z.ZodString>;
|
|
117737
|
+
deactivated_at: z.ZodOptional<z.ZodString>;
|
|
117738
|
+
publication_stopped_at: z.ZodOptional<z.ZodString>;
|
|
117739
|
+
seller_managed_access_ends_at: z.ZodOptional<z.ZodString>;
|
|
117740
|
+
current_coverage: z.ZodOptional<z.ZodObject<{
|
|
117741
|
+
status: z.ZodUnion<readonly [z.ZodLiteral<"full">, z.ZodLiteral<"partial">, z.ZodLiteral<"none">, z.ZodLiteral<"unknown">]>;
|
|
117742
|
+
evaluated_at: z.ZodString;
|
|
117743
|
+
media_buy_ids: z.ZodArray<z.ZodString>;
|
|
117744
|
+
fully_covered_media_buy_ids: z.ZodArray<z.ZodString>;
|
|
117745
|
+
partially_covered_media_buy_ids: z.ZodArray<z.ZodString>;
|
|
117746
|
+
unsupported_media_buy_ids: z.ZodArray<z.ZodString>;
|
|
117747
|
+
unknown_media_buy_ids: z.ZodArray<z.ZodString>;
|
|
117748
|
+
package_ids: z.ZodArray<z.ZodString>;
|
|
117749
|
+
covered_package_ids: z.ZodArray<z.ZodString>;
|
|
117750
|
+
unsupported_package_ids: z.ZodArray<z.ZodString>;
|
|
117751
|
+
unknown_package_ids: z.ZodArray<z.ZodString>;
|
|
117752
|
+
limitations: z.ZodArray<z.ZodObject<{
|
|
117753
|
+
reason: z.ZodUnion<readonly [z.ZodLiteral<"offering_unsupported">, z.ZodLiteral<"account_entitlement_unavailable">, z.ZodLiteral<"credential_scope_insufficient">, z.ZodLiteral<"provider_limitation">, z.ZodLiteral<"capability_unknown">]>;
|
|
117754
|
+
media_buy_id: z.ZodString;
|
|
117755
|
+
package_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
117756
|
+
}, z.core.$loose>>;
|
|
117757
|
+
}, z.core.$loose>>;
|
|
117758
|
+
setup: z.ZodOptional<z.ZodObject<{
|
|
117759
|
+
action: z.ZodUnion<readonly [z.ZodLiteral<"grant_access">, z.ZodLiteral<"activate_recipient">, z.ZodLiteral<"authorize_provider">, z.ZodLiteral<"repair_access">]>;
|
|
117760
|
+
message: z.ZodString;
|
|
117761
|
+
url: z.ZodOptional<z.ZodString>;
|
|
117762
|
+
expires_at: z.ZodOptional<z.ZodString>;
|
|
117763
|
+
}, z.core.$loose>>;
|
|
117764
|
+
issues: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
117765
|
+
issue_id: z.ZodString;
|
|
117766
|
+
code: z.ZodUnion<readonly [z.ZodLiteral<"REPORT_OVERDUE">, z.ZodLiteral<"PRODUCTION_FAILED">, z.ZodLiteral<"DELIVERY_FAILED">, z.ZodLiteral<"ACCESS_REQUIRED">, z.ZodLiteral<"CONFIGURATION_REQUIRED">, z.ZodLiteral<"REPORTING_COVERAGE_INCOMPLETE">, z.ZodLiteral<"RESOURCE_EXPIRED">, z.ZodLiteral<"READER_INCOMPATIBLE">, z.ZodLiteral<"HISTORY_UNAVAILABLE">]>;
|
|
117767
|
+
severity: z.ZodUnion<readonly [z.ZodLiteral<"delayed">, z.ZodLiteral<"action_required">]>;
|
|
117768
|
+
responsible_party: z.ZodUnion<readonly [z.ZodLiteral<"buyer">, z.ZodLiteral<"seller">, z.ZodLiteral<"provider">]>;
|
|
117769
|
+
recommended_action: z.ZodUnion<readonly [z.ZodLiteral<"wait_for_retry">, z.ZodLiteral<"contact_buyer">, z.ZodLiteral<"contact_seller">, z.ZodLiteral<"contact_provider">, z.ZodLiteral<"repair_access">, z.ZodLiteral<"update_configuration">, z.ZodLiteral<"change_reporting_scope">, z.ZodLiteral<"use_supported_reader">]>;
|
|
117770
|
+
message: z.ZodOptional<z.ZodString>;
|
|
117771
|
+
reporting_obligation_id: z.ZodOptional<z.ZodString>;
|
|
117772
|
+
delivery_config_id: z.ZodOptional<z.ZodString>;
|
|
117773
|
+
delivery_config_version: z.ZodOptional<z.ZodNumber>;
|
|
117774
|
+
feed_purpose: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"pacing">, z.ZodLiteral<"analytics">, z.ZodLiteral<"billing">]>>;
|
|
117775
|
+
media_buy_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
117776
|
+
package_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
117777
|
+
period_start: z.ZodOptional<z.ZodString>;
|
|
117778
|
+
period_end: z.ZodOptional<z.ZodString>;
|
|
117779
|
+
expected_at: z.ZodOptional<z.ZodString>;
|
|
117780
|
+
}, z.core.$loose>>>;
|
|
117781
|
+
}, z.core.$loose>>>;
|
|
117782
|
+
webhook_activity: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
117783
|
+
idempotency_key: z.ZodString;
|
|
117784
|
+
notification_id: z.ZodOptional<z.ZodString>;
|
|
117785
|
+
subscriber_id: z.ZodOptional<z.ZodString>;
|
|
117786
|
+
fired_at: z.ZodString;
|
|
117787
|
+
completed_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
117788
|
+
notification_type: z.ZodUnion<readonly [z.ZodLiteral<"scheduled">, z.ZodLiteral<"final">, z.ZodLiteral<"delayed">, z.ZodLiteral<"adjusted">, z.ZodLiteral<"window_update">, z.ZodLiteral<"impairment">, z.ZodLiteral<"creative.status_changed">, z.ZodLiteral<"creative.assignment_changed">, z.ZodLiteral<"indicators.changed">, z.ZodLiteral<"creative.purged">, z.ZodLiteral<"account.status_changed">, z.ZodLiteral<"account.change_recorded">, z.ZodLiteral<"product.created">, z.ZodLiteral<"product.updated">, z.ZodLiteral<"product.priced">, z.ZodLiteral<"product.removed">, z.ZodLiteral<"signal.created">, z.ZodLiteral<"signal.updated">, z.ZodLiteral<"signal.priced">, z.ZodLiteral<"signal.removed">, z.ZodLiteral<"wholesale_feed.bulk_change">, z.ZodLiteral<"capabilities.changed">, z.ZodLiteral<"reporting.delivery_ready">, z.ZodLiteral<"reporting.status_changed">, z.ZodLiteral<"principal.changed">]>;
|
|
117789
|
+
sequence_number: z.ZodOptional<z.ZodNumber>;
|
|
117790
|
+
attempt: z.ZodNumber;
|
|
117791
|
+
status: z.ZodUnion<readonly [z.ZodLiteral<"success">, z.ZodLiteral<"failed">, z.ZodLiteral<"timeout">, z.ZodLiteral<"connection_error">, z.ZodLiteral<"pending">]>;
|
|
117792
|
+
url: z.ZodString;
|
|
117793
|
+
http_status_code: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
117794
|
+
response_time_ms: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
117795
|
+
payload_size_bytes: z.ZodOptional<z.ZodNumber>;
|
|
117796
|
+
error_message: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
117797
|
+
ext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
117798
|
+
}, z.core.$loose>>>;
|
|
117799
|
+
ext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
117800
|
+
}, z.core.$loose>;
|
|
117890
117801
|
export declare const PackageStatusSchema: z.ZodObject<{
|
|
117891
117802
|
[K in keyof PackageStatus]-?: undefined extends PackageStatus[K] ? z.ZodOptional<z.ZodType<Exclude<PackageStatus[K], undefined>, Exclude<PackageStatus[K], undefined>>> : z.ZodType<PackageStatus[K], PackageStatus[K]>;
|
|
117892
117803
|
}, z.core.$loose> & z.ZodType<PackageStatus & Record<string, unknown>, PackageStatus & Record<string, unknown>>;
|
|
@@ -142520,42 +142431,20 @@ export declare const AccountWithAuthorizationSchema: z.ZodObject<{
|
|
|
142520
142431
|
}, z.core.$loose>;
|
|
142521
142432
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
142522
142433
|
pattern: z.ZodLiteral<"file_transfer">;
|
|
142523
|
-
transport: z.
|
|
142524
|
-
|
|
142525
|
-
|
|
142526
|
-
|
|
142527
|
-
|
|
142528
|
-
|
|
142529
|
-
|
|
142530
|
-
|
|
142531
|
-
|
|
142532
|
-
|
|
142533
|
-
|
|
142534
|
-
|
|
142535
|
-
|
|
142536
|
-
|
|
142537
|
-
asset_type: z.ZodType<"image", "image", z.core.$ZodTypeInternals<"image", "image">>;
|
|
142538
|
-
url: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
142539
|
-
width: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
142540
|
-
height: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
142541
|
-
file_size_bytes: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
142542
|
-
pixel_ratio: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
142543
|
-
state_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
142544
|
-
breakpoint_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
142545
|
-
focal_point: z.ZodOptional<z.ZodType<[number, number], [number, number], z.core.$ZodTypeInternals<[number, number], [number, number]>>>;
|
|
142546
|
-
format: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
142547
|
-
alt_text: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
142548
|
-
provenance: z.ZodOptional<z.ZodType<import("./core.generated").Provenance, import("./core.generated").Provenance, z.core.$ZodTypeInternals<import("./core.generated").Provenance, import("./core.generated").Provenance>>>;
|
|
142549
|
-
}, z.core.$loose>, keyof z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>> & z.ZodType<ImageAsset & Record<string, unknown>, ImageAsset, z.core.$ZodTypeInternals<ImageAsset & Record<string, unknown>, ImageAsset>>>;
|
|
142550
|
-
colors: z.ZodOptional<z.ZodObject<{
|
|
142551
|
-
primary: z.ZodOptional<z.ZodString>;
|
|
142552
|
-
secondary: z.ZodOptional<z.ZodString>;
|
|
142553
|
-
accent: z.ZodOptional<z.ZodString>;
|
|
142554
|
-
}, z.core.$loose>>;
|
|
142555
|
-
voice: z.ZodOptional<z.ZodString>;
|
|
142556
|
-
tagline: z.ZodOptional<z.ZodString>;
|
|
142557
|
-
}, z.core.$loose>>;
|
|
142558
|
-
}, z.core.$loose>;
|
|
142434
|
+
transport: z.ZodString;
|
|
142435
|
+
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
142436
|
+
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
142437
|
+
mode: z.ZodLiteral<"existing">;
|
|
142438
|
+
destination_ref: z.ZodString;
|
|
142439
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
142440
|
+
mode: z.ZodLiteral<"provision">;
|
|
142441
|
+
provider: z.ZodObject<{
|
|
142442
|
+
domain: z.ZodString;
|
|
142443
|
+
}, z.core.$loose>;
|
|
142444
|
+
location: z.ZodString;
|
|
142445
|
+
access_mode: z.ZodOptional<z.ZodString>;
|
|
142446
|
+
}, z.core.$loose>]>;
|
|
142447
|
+
format: z.ZodUnion<readonly [z.ZodLiteral<"jsonl">, z.ZodLiteral<"csv">, z.ZodLiteral<"parquet">, z.ZodLiteral<"avro">, z.ZodLiteral<"orc">]>;
|
|
142559
142448
|
}, z.core.$loose>, z.ZodObject<{
|
|
142560
142449
|
pattern: z.ZodLiteral<"dataset_share">;
|
|
142561
142450
|
transport: z.ZodString;
|
|
@@ -142876,42 +142765,20 @@ export declare const ListAccountsResponseSchema: z.ZodObject<{
|
|
|
142876
142765
|
}, z.core.$loose>;
|
|
142877
142766
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
142878
142767
|
pattern: z.ZodLiteral<"file_transfer">;
|
|
142879
|
-
transport: z.
|
|
142880
|
-
|
|
142881
|
-
|
|
142882
|
-
|
|
142883
|
-
|
|
142884
|
-
|
|
142885
|
-
|
|
142886
|
-
|
|
142887
|
-
|
|
142888
|
-
|
|
142889
|
-
|
|
142890
|
-
|
|
142891
|
-
|
|
142892
|
-
|
|
142893
|
-
asset_type: z.ZodType<"image", "image", z.core.$ZodTypeInternals<"image", "image">>;
|
|
142894
|
-
url: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
142895
|
-
width: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
142896
|
-
height: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
142897
|
-
file_size_bytes: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
142898
|
-
pixel_ratio: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
142899
|
-
state_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
142900
|
-
breakpoint_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
142901
|
-
focal_point: z.ZodOptional<z.ZodType<[number, number], [number, number], z.core.$ZodTypeInternals<[number, number], [number, number]>>>;
|
|
142902
|
-
format: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
142903
|
-
alt_text: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
142904
|
-
provenance: z.ZodOptional<z.ZodType<import("./core.generated").Provenance, import("./core.generated").Provenance, z.core.$ZodTypeInternals<import("./core.generated").Provenance, import("./core.generated").Provenance>>>;
|
|
142905
|
-
}, z.core.$loose>, keyof z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>> & z.ZodType<ImageAsset & Record<string, unknown>, ImageAsset, z.core.$ZodTypeInternals<ImageAsset & Record<string, unknown>, ImageAsset>>>;
|
|
142906
|
-
colors: z.ZodOptional<z.ZodObject<{
|
|
142907
|
-
primary: z.ZodOptional<z.ZodString>;
|
|
142908
|
-
secondary: z.ZodOptional<z.ZodString>;
|
|
142909
|
-
accent: z.ZodOptional<z.ZodString>;
|
|
142910
|
-
}, z.core.$loose>>;
|
|
142911
|
-
voice: z.ZodOptional<z.ZodString>;
|
|
142912
|
-
tagline: z.ZodOptional<z.ZodString>;
|
|
142913
|
-
}, z.core.$loose>>;
|
|
142914
|
-
}, z.core.$loose>;
|
|
142768
|
+
transport: z.ZodString;
|
|
142769
|
+
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
142770
|
+
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
142771
|
+
mode: z.ZodLiteral<"existing">;
|
|
142772
|
+
destination_ref: z.ZodString;
|
|
142773
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
142774
|
+
mode: z.ZodLiteral<"provision">;
|
|
142775
|
+
provider: z.ZodObject<{
|
|
142776
|
+
domain: z.ZodString;
|
|
142777
|
+
}, z.core.$loose>;
|
|
142778
|
+
location: z.ZodString;
|
|
142779
|
+
access_mode: z.ZodOptional<z.ZodString>;
|
|
142780
|
+
}, z.core.$loose>]>;
|
|
142781
|
+
format: z.ZodUnion<readonly [z.ZodLiteral<"jsonl">, z.ZodLiteral<"csv">, z.ZodLiteral<"parquet">, z.ZodLiteral<"avro">, z.ZodLiteral<"orc">]>;
|
|
142915
142782
|
}, z.core.$loose>, z.ZodObject<{
|
|
142916
142783
|
pattern: z.ZodLiteral<"dataset_share">;
|
|
142917
142784
|
transport: z.ZodString;
|
|
@@ -143153,42 +143020,20 @@ export declare const ProvisioningModeSchema: z.ZodObject<{
|
|
|
143153
143020
|
}, z.core.$loose>;
|
|
143154
143021
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
143155
143022
|
pattern: z.ZodLiteral<"file_transfer">;
|
|
143156
|
-
transport: z.
|
|
143157
|
-
|
|
143158
|
-
|
|
143159
|
-
|
|
143160
|
-
|
|
143161
|
-
|
|
143162
|
-
|
|
143163
|
-
|
|
143164
|
-
|
|
143165
|
-
|
|
143166
|
-
|
|
143167
|
-
|
|
143168
|
-
|
|
143169
|
-
|
|
143170
|
-
asset_type: z.ZodType<"image", "image", z.core.$ZodTypeInternals<"image", "image">>;
|
|
143171
|
-
url: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
143172
|
-
width: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
143173
|
-
height: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
143174
|
-
file_size_bytes: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
143175
|
-
pixel_ratio: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
143176
|
-
state_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
143177
|
-
breakpoint_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
143178
|
-
focal_point: z.ZodOptional<z.ZodType<[number, number], [number, number], z.core.$ZodTypeInternals<[number, number], [number, number]>>>;
|
|
143179
|
-
format: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
143180
|
-
alt_text: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
143181
|
-
provenance: z.ZodOptional<z.ZodType<import("./core.generated").Provenance, import("./core.generated").Provenance, z.core.$ZodTypeInternals<import("./core.generated").Provenance, import("./core.generated").Provenance>>>;
|
|
143182
|
-
}, z.core.$loose>, keyof z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>> & z.ZodType<ImageAsset & Record<string, unknown>, ImageAsset, z.core.$ZodTypeInternals<ImageAsset & Record<string, unknown>, ImageAsset>>>;
|
|
143183
|
-
colors: z.ZodOptional<z.ZodObject<{
|
|
143184
|
-
primary: z.ZodOptional<z.ZodString>;
|
|
143185
|
-
secondary: z.ZodOptional<z.ZodString>;
|
|
143186
|
-
accent: z.ZodOptional<z.ZodString>;
|
|
143187
|
-
}, z.core.$loose>>;
|
|
143188
|
-
voice: z.ZodOptional<z.ZodString>;
|
|
143189
|
-
tagline: z.ZodOptional<z.ZodString>;
|
|
143190
|
-
}, z.core.$loose>>;
|
|
143191
|
-
}, z.core.$loose>;
|
|
143023
|
+
transport: z.ZodString;
|
|
143024
|
+
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
143025
|
+
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
143026
|
+
mode: z.ZodLiteral<"existing">;
|
|
143027
|
+
destination_ref: z.ZodString;
|
|
143028
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
143029
|
+
mode: z.ZodLiteral<"provision">;
|
|
143030
|
+
provider: z.ZodObject<{
|
|
143031
|
+
domain: z.ZodString;
|
|
143032
|
+
}, z.core.$loose>;
|
|
143033
|
+
location: z.ZodString;
|
|
143034
|
+
access_mode: z.ZodOptional<z.ZodString>;
|
|
143035
|
+
}, z.core.$loose>]>;
|
|
143036
|
+
format: z.ZodUnion<readonly [z.ZodLiteral<"jsonl">, z.ZodLiteral<"csv">, z.ZodLiteral<"parquet">, z.ZodLiteral<"avro">, z.ZodLiteral<"orc">]>;
|
|
143192
143037
|
}, z.core.$loose>, z.ZodObject<{
|
|
143193
143038
|
pattern: z.ZodLiteral<"dataset_share">;
|
|
143194
143039
|
transport: z.ZodString;
|
|
@@ -143375,42 +143220,20 @@ export declare const SettingsUpdateModeSchema: z.ZodObject<{
|
|
|
143375
143220
|
}, z.core.$loose>;
|
|
143376
143221
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
143377
143222
|
pattern: z.ZodLiteral<"file_transfer">;
|
|
143378
|
-
transport: z.
|
|
143379
|
-
|
|
143380
|
-
|
|
143381
|
-
|
|
143382
|
-
|
|
143383
|
-
|
|
143384
|
-
|
|
143385
|
-
|
|
143386
|
-
|
|
143387
|
-
|
|
143388
|
-
|
|
143389
|
-
|
|
143390
|
-
|
|
143391
|
-
|
|
143392
|
-
asset_type: z.ZodType<"image", "image", z.core.$ZodTypeInternals<"image", "image">>;
|
|
143393
|
-
url: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
143394
|
-
width: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
143395
|
-
height: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
143396
|
-
file_size_bytes: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
143397
|
-
pixel_ratio: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
143398
|
-
state_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
143399
|
-
breakpoint_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
143400
|
-
focal_point: z.ZodOptional<z.ZodType<[number, number], [number, number], z.core.$ZodTypeInternals<[number, number], [number, number]>>>;
|
|
143401
|
-
format: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
143402
|
-
alt_text: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
143403
|
-
provenance: z.ZodOptional<z.ZodType<import("./core.generated").Provenance, import("./core.generated").Provenance, z.core.$ZodTypeInternals<import("./core.generated").Provenance, import("./core.generated").Provenance>>>;
|
|
143404
|
-
}, z.core.$loose>, keyof z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>> & z.ZodType<ImageAsset & Record<string, unknown>, ImageAsset, z.core.$ZodTypeInternals<ImageAsset & Record<string, unknown>, ImageAsset>>>;
|
|
143405
|
-
colors: z.ZodOptional<z.ZodObject<{
|
|
143406
|
-
primary: z.ZodOptional<z.ZodString>;
|
|
143407
|
-
secondary: z.ZodOptional<z.ZodString>;
|
|
143408
|
-
accent: z.ZodOptional<z.ZodString>;
|
|
143409
|
-
}, z.core.$loose>>;
|
|
143410
|
-
voice: z.ZodOptional<z.ZodString>;
|
|
143411
|
-
tagline: z.ZodOptional<z.ZodString>;
|
|
143412
|
-
}, z.core.$loose>>;
|
|
143413
|
-
}, z.core.$loose>;
|
|
143223
|
+
transport: z.ZodString;
|
|
143224
|
+
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
143225
|
+
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
143226
|
+
mode: z.ZodLiteral<"existing">;
|
|
143227
|
+
destination_ref: z.ZodString;
|
|
143228
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
143229
|
+
mode: z.ZodLiteral<"provision">;
|
|
143230
|
+
provider: z.ZodObject<{
|
|
143231
|
+
domain: z.ZodString;
|
|
143232
|
+
}, z.core.$loose>;
|
|
143233
|
+
location: z.ZodString;
|
|
143234
|
+
access_mode: z.ZodOptional<z.ZodString>;
|
|
143235
|
+
}, z.core.$loose>]>;
|
|
143236
|
+
format: z.ZodUnion<readonly [z.ZodLiteral<"jsonl">, z.ZodLiteral<"csv">, z.ZodLiteral<"parquet">, z.ZodLiteral<"avro">, z.ZodLiteral<"orc">]>;
|
|
143414
143237
|
}, z.core.$loose>, z.ZodObject<{
|
|
143415
143238
|
pattern: z.ZodLiteral<"dataset_share">;
|
|
143416
143239
|
transport: z.ZodString;
|
|
@@ -143686,42 +143509,20 @@ export declare const SyncAccountsSuccessSchema: z.ZodObject<{
|
|
|
143686
143509
|
}, z.core.$loose>;
|
|
143687
143510
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
143688
143511
|
pattern: z.ZodLiteral<"file_transfer">;
|
|
143689
|
-
transport: z.
|
|
143690
|
-
|
|
143691
|
-
|
|
143692
|
-
|
|
143693
|
-
|
|
143694
|
-
|
|
143695
|
-
|
|
143696
|
-
|
|
143697
|
-
|
|
143698
|
-
|
|
143699
|
-
|
|
143700
|
-
|
|
143701
|
-
|
|
143702
|
-
|
|
143703
|
-
asset_type: z.ZodType<"image", "image", z.core.$ZodTypeInternals<"image", "image">>;
|
|
143704
|
-
url: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
143705
|
-
width: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
143706
|
-
height: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
143707
|
-
file_size_bytes: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
143708
|
-
pixel_ratio: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
143709
|
-
state_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
143710
|
-
breakpoint_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
143711
|
-
focal_point: z.ZodOptional<z.ZodType<[number, number], [number, number], z.core.$ZodTypeInternals<[number, number], [number, number]>>>;
|
|
143712
|
-
format: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
143713
|
-
alt_text: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
143714
|
-
provenance: z.ZodOptional<z.ZodType<import("./core.generated").Provenance, import("./core.generated").Provenance, z.core.$ZodTypeInternals<import("./core.generated").Provenance, import("./core.generated").Provenance>>>;
|
|
143715
|
-
}, z.core.$loose>, keyof z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>> & z.ZodType<ImageAsset & Record<string, unknown>, ImageAsset, z.core.$ZodTypeInternals<ImageAsset & Record<string, unknown>, ImageAsset>>>;
|
|
143716
|
-
colors: z.ZodOptional<z.ZodObject<{
|
|
143717
|
-
primary: z.ZodOptional<z.ZodString>;
|
|
143718
|
-
secondary: z.ZodOptional<z.ZodString>;
|
|
143719
|
-
accent: z.ZodOptional<z.ZodString>;
|
|
143720
|
-
}, z.core.$loose>>;
|
|
143721
|
-
voice: z.ZodOptional<z.ZodString>;
|
|
143722
|
-
tagline: z.ZodOptional<z.ZodString>;
|
|
143723
|
-
}, z.core.$loose>>;
|
|
143724
|
-
}, z.core.$loose>;
|
|
143512
|
+
transport: z.ZodString;
|
|
143513
|
+
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
143514
|
+
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
143515
|
+
mode: z.ZodLiteral<"existing">;
|
|
143516
|
+
destination_ref: z.ZodString;
|
|
143517
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
143518
|
+
mode: z.ZodLiteral<"provision">;
|
|
143519
|
+
provider: z.ZodObject<{
|
|
143520
|
+
domain: z.ZodString;
|
|
143521
|
+
}, z.core.$loose>;
|
|
143522
|
+
location: z.ZodString;
|
|
143523
|
+
access_mode: z.ZodOptional<z.ZodString>;
|
|
143524
|
+
}, z.core.$loose>]>;
|
|
143525
|
+
format: z.ZodUnion<readonly [z.ZodLiteral<"jsonl">, z.ZodLiteral<"csv">, z.ZodLiteral<"parquet">, z.ZodLiteral<"avro">, z.ZodLiteral<"orc">]>;
|
|
143725
143526
|
}, z.core.$loose>, z.ZodObject<{
|
|
143726
143527
|
pattern: z.ZodLiteral<"dataset_share">;
|
|
143727
143528
|
transport: z.ZodString;
|
|
@@ -154028,7 +153829,6 @@ export declare const RefineProposalsResponseSchema: z.ZodUnion<readonly [z.ZodOb
|
|
|
154028
153829
|
ext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
154029
153830
|
replayed: z.ZodOptional<z.ZodLiteral<true>>;
|
|
154030
153831
|
}, z.core.$loose>]>;
|
|
154031
|
-
export declare const CreateMediaBuyResponseSchema: z.ZodType;
|
|
154032
153832
|
export declare const UpdateMediaBuyResponseSchema: z.ZodType<UpdateMediaBuyResponse & Record<string, unknown>, UpdateMediaBuyResponse & Record<string, unknown>>;
|
|
154033
153833
|
export declare const BuildCreativeResponseSchema: z.ZodType<BuildCreativeResponse & Record<string, unknown>, BuildCreativeResponse & Record<string, unknown>>;
|
|
154034
153834
|
export declare const SyncCreativesResponseSchema: z.ZodType;
|
|
@@ -154129,6 +153929,7 @@ export declare const CommittedMediaBuySchema: z.ZodObject<{
|
|
|
154129
153929
|
ext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
154130
153930
|
replayed: z.ZodOptional<z.ZodLiteral<true>>;
|
|
154131
153931
|
}, z.core.$loose>;
|
|
153932
|
+
export declare const CreateMediaBuySuccessSchema: z.ZodType;
|
|
154132
153933
|
export declare const AcquireRightsResponseSchema: z.ZodIntersection<z.ZodObject<{
|
|
154133
153934
|
context_id: z.ZodOptional<z.ZodString>;
|
|
154134
153935
|
context: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
@@ -162381,6 +162182,7 @@ export declare const AcceptProposalResponseSchema: z.ZodUnion<readonly [z.ZodObj
|
|
|
162381
162182
|
replayed: z.ZodOptional<z.ZodLiteral<true>>;
|
|
162382
162183
|
}, z.core.$loose>]>;
|
|
162383
162184
|
export declare const ExplicitPackagesWithFixedAllocationSchema: z.ZodType;
|
|
162185
|
+
export declare const CreateMediaBuyResponseSchema: z.ZodType;
|
|
162384
162186
|
export declare const UpdateMediaBuyRequestSchema: z.ZodObject<{
|
|
162385
162187
|
[K in keyof UpdateMediaBuyRequest]-?: undefined extends UpdateMediaBuyRequest[K] ? z.ZodOptional<z.ZodType<Exclude<UpdateMediaBuyRequest[K], undefined>, Exclude<UpdateMediaBuyRequest[K], undefined>>> : z.ZodType<UpdateMediaBuyRequest[K], UpdateMediaBuyRequest[K]>;
|
|
162386
162188
|
}, z.core.$loose> & z.ZodType<UpdateMediaBuyRequest & Record<string, unknown>, UpdateMediaBuyRequest & Record<string, unknown>>;
|
|
@@ -163791,42 +163593,20 @@ export declare const SyncAccountsRequestSchema: z.ZodObject<{
|
|
|
163791
163593
|
}, z.core.$loose>;
|
|
163792
163594
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
163793
163595
|
pattern: z.ZodLiteral<"file_transfer">;
|
|
163794
|
-
transport: z.
|
|
163795
|
-
|
|
163796
|
-
|
|
163797
|
-
|
|
163798
|
-
|
|
163799
|
-
|
|
163800
|
-
|
|
163801
|
-
|
|
163802
|
-
|
|
163803
|
-
|
|
163804
|
-
|
|
163805
|
-
|
|
163806
|
-
|
|
163807
|
-
|
|
163808
|
-
asset_type: z.ZodType<"image", "image", z.core.$ZodTypeInternals<"image", "image">>;
|
|
163809
|
-
url: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
163810
|
-
width: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
163811
|
-
height: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
163812
|
-
file_size_bytes: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
163813
|
-
pixel_ratio: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
163814
|
-
state_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
163815
|
-
breakpoint_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
163816
|
-
focal_point: z.ZodOptional<z.ZodType<[number, number], [number, number], z.core.$ZodTypeInternals<[number, number], [number, number]>>>;
|
|
163817
|
-
format: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
163818
|
-
alt_text: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
163819
|
-
provenance: z.ZodOptional<z.ZodType<import("./core.generated").Provenance, import("./core.generated").Provenance, z.core.$ZodTypeInternals<import("./core.generated").Provenance, import("./core.generated").Provenance>>>;
|
|
163820
|
-
}, z.core.$loose>, keyof z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>> & z.ZodType<ImageAsset & Record<string, unknown>, ImageAsset, z.core.$ZodTypeInternals<ImageAsset & Record<string, unknown>, ImageAsset>>>;
|
|
163821
|
-
colors: z.ZodOptional<z.ZodObject<{
|
|
163822
|
-
primary: z.ZodOptional<z.ZodString>;
|
|
163823
|
-
secondary: z.ZodOptional<z.ZodString>;
|
|
163824
|
-
accent: z.ZodOptional<z.ZodString>;
|
|
163825
|
-
}, z.core.$loose>>;
|
|
163826
|
-
voice: z.ZodOptional<z.ZodString>;
|
|
163827
|
-
tagline: z.ZodOptional<z.ZodString>;
|
|
163828
|
-
}, z.core.$loose>>;
|
|
163829
|
-
}, z.core.$loose>;
|
|
163596
|
+
transport: z.ZodString;
|
|
163597
|
+
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
163598
|
+
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
163599
|
+
mode: z.ZodLiteral<"existing">;
|
|
163600
|
+
destination_ref: z.ZodString;
|
|
163601
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
163602
|
+
mode: z.ZodLiteral<"provision">;
|
|
163603
|
+
provider: z.ZodObject<{
|
|
163604
|
+
domain: z.ZodString;
|
|
163605
|
+
}, z.core.$loose>;
|
|
163606
|
+
location: z.ZodString;
|
|
163607
|
+
access_mode: z.ZodOptional<z.ZodString>;
|
|
163608
|
+
}, z.core.$loose>]>;
|
|
163609
|
+
format: z.ZodUnion<readonly [z.ZodLiteral<"jsonl">, z.ZodLiteral<"csv">, z.ZodLiteral<"parquet">, z.ZodLiteral<"avro">, z.ZodLiteral<"orc">]>;
|
|
163830
163610
|
}, z.core.$loose>, z.ZodObject<{
|
|
163831
163611
|
pattern: z.ZodLiteral<"dataset_share">;
|
|
163832
163612
|
transport: z.ZodString;
|
|
@@ -164012,42 +163792,20 @@ export declare const SyncAccountsRequestSchema: z.ZodObject<{
|
|
|
164012
163792
|
}, z.core.$loose>;
|
|
164013
163793
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
164014
163794
|
pattern: z.ZodLiteral<"file_transfer">;
|
|
164015
|
-
transport: z.
|
|
164016
|
-
|
|
164017
|
-
|
|
164018
|
-
|
|
164019
|
-
|
|
164020
|
-
|
|
164021
|
-
|
|
164022
|
-
|
|
164023
|
-
|
|
164024
|
-
|
|
164025
|
-
|
|
164026
|
-
|
|
164027
|
-
|
|
164028
|
-
|
|
164029
|
-
asset_type: z.ZodType<"image", "image", z.core.$ZodTypeInternals<"image", "image">>;
|
|
164030
|
-
url: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
164031
|
-
width: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
164032
|
-
height: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
164033
|
-
file_size_bytes: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
164034
|
-
pixel_ratio: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
164035
|
-
state_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
164036
|
-
breakpoint_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
164037
|
-
focal_point: z.ZodOptional<z.ZodType<[number, number], [number, number], z.core.$ZodTypeInternals<[number, number], [number, number]>>>;
|
|
164038
|
-
format: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
164039
|
-
alt_text: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
164040
|
-
provenance: z.ZodOptional<z.ZodType<import("./core.generated").Provenance, import("./core.generated").Provenance, z.core.$ZodTypeInternals<import("./core.generated").Provenance, import("./core.generated").Provenance>>>;
|
|
164041
|
-
}, z.core.$loose>, keyof z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>> & z.ZodType<ImageAsset & Record<string, unknown>, ImageAsset, z.core.$ZodTypeInternals<ImageAsset & Record<string, unknown>, ImageAsset>>>;
|
|
164042
|
-
colors: z.ZodOptional<z.ZodObject<{
|
|
164043
|
-
primary: z.ZodOptional<z.ZodString>;
|
|
164044
|
-
secondary: z.ZodOptional<z.ZodString>;
|
|
164045
|
-
accent: z.ZodOptional<z.ZodString>;
|
|
164046
|
-
}, z.core.$loose>>;
|
|
164047
|
-
voice: z.ZodOptional<z.ZodString>;
|
|
164048
|
-
tagline: z.ZodOptional<z.ZodString>;
|
|
164049
|
-
}, z.core.$loose>>;
|
|
164050
|
-
}, z.core.$loose>;
|
|
163795
|
+
transport: z.ZodString;
|
|
163796
|
+
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
163797
|
+
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
163798
|
+
mode: z.ZodLiteral<"existing">;
|
|
163799
|
+
destination_ref: z.ZodString;
|
|
163800
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
163801
|
+
mode: z.ZodLiteral<"provision">;
|
|
163802
|
+
provider: z.ZodObject<{
|
|
163803
|
+
domain: z.ZodString;
|
|
163804
|
+
}, z.core.$loose>;
|
|
163805
|
+
location: z.ZodString;
|
|
163806
|
+
access_mode: z.ZodOptional<z.ZodString>;
|
|
163807
|
+
}, z.core.$loose>]>;
|
|
163808
|
+
format: z.ZodUnion<readonly [z.ZodLiteral<"jsonl">, z.ZodLiteral<"csv">, z.ZodLiteral<"parquet">, z.ZodLiteral<"avro">, z.ZodLiteral<"orc">]>;
|
|
164051
163809
|
}, z.core.$loose>, z.ZodObject<{
|
|
164052
163810
|
pattern: z.ZodLiteral<"dataset_share">;
|
|
164053
163811
|
transport: z.ZodString;
|
|
@@ -164384,42 +164142,20 @@ export declare const SyncAccountsResponseSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
164384
164142
|
}, z.core.$loose>;
|
|
164385
164143
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
164386
164144
|
pattern: z.ZodLiteral<"file_transfer">;
|
|
164387
|
-
transport: z.
|
|
164388
|
-
|
|
164389
|
-
|
|
164390
|
-
|
|
164391
|
-
|
|
164392
|
-
|
|
164393
|
-
|
|
164394
|
-
|
|
164395
|
-
|
|
164396
|
-
|
|
164397
|
-
|
|
164398
|
-
|
|
164399
|
-
|
|
164400
|
-
|
|
164401
|
-
asset_type: z.ZodType<"image", "image", z.core.$ZodTypeInternals<"image", "image">>;
|
|
164402
|
-
url: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
164403
|
-
width: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
164404
|
-
height: z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>;
|
|
164405
|
-
file_size_bytes: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
164406
|
-
pixel_ratio: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
164407
|
-
state_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
164408
|
-
breakpoint_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
164409
|
-
focal_point: z.ZodOptional<z.ZodType<[number, number], [number, number], z.core.$ZodTypeInternals<[number, number], [number, number]>>>;
|
|
164410
|
-
format: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
164411
|
-
alt_text: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
164412
|
-
provenance: z.ZodOptional<z.ZodType<import("./core.generated").Provenance, import("./core.generated").Provenance, z.core.$ZodTypeInternals<import("./core.generated").Provenance, import("./core.generated").Provenance>>>;
|
|
164413
|
-
}, z.core.$loose>, keyof z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>> & z.ZodType<ImageAsset & Record<string, unknown>, ImageAsset, z.core.$ZodTypeInternals<ImageAsset & Record<string, unknown>, ImageAsset>>>;
|
|
164414
|
-
colors: z.ZodOptional<z.ZodObject<{
|
|
164415
|
-
primary: z.ZodOptional<z.ZodString>;
|
|
164416
|
-
secondary: z.ZodOptional<z.ZodString>;
|
|
164417
|
-
accent: z.ZodOptional<z.ZodString>;
|
|
164418
|
-
}, z.core.$loose>>;
|
|
164419
|
-
voice: z.ZodOptional<z.ZodString>;
|
|
164420
|
-
tagline: z.ZodOptional<z.ZodString>;
|
|
164421
|
-
}, z.core.$loose>>;
|
|
164422
|
-
}, z.core.$loose>;
|
|
164145
|
+
transport: z.ZodString;
|
|
164146
|
+
orchestration: z.ZodUnion<readonly [z.ZodLiteral<"producer_managed">, z.ZodLiteral<"consumer_managed">]>;
|
|
164147
|
+
destination: z.ZodUnion<readonly [z.ZodObject<{
|
|
164148
|
+
mode: z.ZodLiteral<"existing">;
|
|
164149
|
+
destination_ref: z.ZodString;
|
|
164150
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
164151
|
+
mode: z.ZodLiteral<"provision">;
|
|
164152
|
+
provider: z.ZodObject<{
|
|
164153
|
+
domain: z.ZodString;
|
|
164154
|
+
}, z.core.$loose>;
|
|
164155
|
+
location: z.ZodString;
|
|
164156
|
+
access_mode: z.ZodOptional<z.ZodString>;
|
|
164157
|
+
}, z.core.$loose>]>;
|
|
164158
|
+
format: z.ZodUnion<readonly [z.ZodLiteral<"jsonl">, z.ZodLiteral<"csv">, z.ZodLiteral<"parquet">, z.ZodLiteral<"avro">, z.ZodLiteral<"orc">]>;
|
|
164423
164159
|
}, z.core.$loose>, z.ZodObject<{
|
|
164424
164160
|
pattern: z.ZodLiteral<"dataset_share">;
|
|
164425
164161
|
transport: z.ZodString;
|