@adcp/client 4.18.2 → 4.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/dist/lib/adapters/governance-adapter.d.ts.map +1 -1
  2. package/dist/lib/adapters/governance-adapter.js +0 -1
  3. package/dist/lib/adapters/governance-adapter.js.map +1 -1
  4. package/dist/lib/core/GovernanceMiddleware.d.ts.map +1 -1
  5. package/dist/lib/core/GovernanceMiddleware.js +0 -2
  6. package/dist/lib/core/GovernanceMiddleware.js.map +1 -1
  7. package/dist/lib/core/GovernanceTypes.d.ts +1 -3
  8. package/dist/lib/core/GovernanceTypes.d.ts.map +1 -1
  9. package/dist/lib/core/GovernanceTypes.js +0 -10
  10. package/dist/lib/core/GovernanceTypes.js.map +1 -1
  11. package/dist/lib/core/TaskExecutor.d.ts.map +1 -1
  12. package/dist/lib/core/TaskExecutor.js +2 -3
  13. package/dist/lib/core/TaskExecutor.js.map +1 -1
  14. package/dist/lib/index.d.ts +3 -2
  15. package/dist/lib/index.d.ts.map +1 -1
  16. package/dist/lib/index.js +6 -5
  17. package/dist/lib/index.js.map +1 -1
  18. package/dist/lib/registry/index.d.ts +81 -4
  19. package/dist/lib/registry/index.d.ts.map +1 -1
  20. package/dist/lib/registry/index.js +188 -3
  21. package/dist/lib/registry/index.js.map +1 -1
  22. package/dist/lib/registry/sync.d.ts +126 -0
  23. package/dist/lib/registry/sync.d.ts.map +1 -0
  24. package/dist/lib/registry/sync.js +345 -0
  25. package/dist/lib/registry/sync.js.map +1 -0
  26. package/dist/lib/registry/types.d.ts +7 -1
  27. package/dist/lib/registry/types.d.ts.map +1 -1
  28. package/dist/lib/registry/types.generated.d.ts +341 -0
  29. package/dist/lib/registry/types.generated.d.ts.map +1 -1
  30. package/dist/lib/registry/types.generated.js +1 -1
  31. package/dist/lib/testing/agent-tester.d.ts +1 -1
  32. package/dist/lib/testing/agent-tester.d.ts.map +1 -1
  33. package/dist/lib/testing/agent-tester.js +8 -2
  34. package/dist/lib/testing/agent-tester.js.map +1 -1
  35. package/dist/lib/testing/compliance/comply.d.ts.map +1 -1
  36. package/dist/lib/testing/compliance/comply.js +1 -3
  37. package/dist/lib/testing/compliance/comply.js.map +1 -1
  38. package/dist/lib/testing/index.d.ts +1 -1
  39. package/dist/lib/testing/index.d.ts.map +1 -1
  40. package/dist/lib/testing/index.js +3 -2
  41. package/dist/lib/testing/index.js.map +1 -1
  42. package/dist/lib/testing/orchestrator.d.ts.map +1 -1
  43. package/dist/lib/testing/orchestrator.js +1 -0
  44. package/dist/lib/testing/orchestrator.js.map +1 -1
  45. package/dist/lib/testing/scenarios/index.d.ts +1 -1
  46. package/dist/lib/testing/scenarios/index.d.ts.map +1 -1
  47. package/dist/lib/testing/scenarios/index.js +3 -2
  48. package/dist/lib/testing/scenarios/index.js.map +1 -1
  49. package/dist/lib/testing/scenarios/media-buy.d.ts +16 -0
  50. package/dist/lib/testing/scenarios/media-buy.d.ts.map +1 -1
  51. package/dist/lib/testing/scenarios/media-buy.js +183 -0
  52. package/dist/lib/testing/scenarios/media-buy.js.map +1 -1
  53. package/dist/lib/testing/stubs/governance-agent-stub.d.ts.map +1 -1
  54. package/dist/lib/testing/stubs/governance-agent-stub.js +0 -2
  55. package/dist/lib/testing/stubs/governance-agent-stub.js.map +1 -1
  56. package/dist/lib/testing/types.d.ts +1 -1
  57. package/dist/lib/testing/types.d.ts.map +1 -1
  58. package/dist/lib/types/core.generated.d.ts +7 -7
  59. package/dist/lib/types/core.generated.d.ts.map +1 -1
  60. package/dist/lib/types/core.generated.js +1 -1
  61. package/dist/lib/types/schemas.generated.d.ts +113 -98
  62. package/dist/lib/types/schemas.generated.d.ts.map +1 -1
  63. package/dist/lib/types/schemas.generated.js +40 -31
  64. package/dist/lib/types/schemas.generated.js.map +1 -1
  65. package/dist/lib/types/tools.generated.d.ts +121 -80
  66. package/dist/lib/types/tools.generated.d.ts.map +1 -1
  67. package/package.json +1 -1
@@ -949,7 +949,7 @@ export declare const DeliveryTypeSchema: z.ZodUnion<readonly [z.ZodLiteral<"guar
949
949
  export declare const ExclusivitySchema: z.ZodUnion<readonly [z.ZodLiteral<"none">, z.ZodLiteral<"category">, z.ZodLiteral<"exclusive">]>;
950
950
  export declare const PriceAdjustmentKindSchema: z.ZodUnion<readonly [z.ZodLiteral<"fee">, z.ZodLiteral<"discount">, z.ZodLiteral<"commission">, z.ZodLiteral<"settlement">]>;
951
951
  export declare const DemographicSystemSchema: z.ZodUnion<readonly [z.ZodLiteral<"nielsen">, z.ZodLiteral<"barb">, z.ZodLiteral<"agf">, z.ZodLiteral<"oztam">, z.ZodLiteral<"mediametrie">, z.ZodLiteral<"custom">]>;
952
- export declare const ForecastRangeUnitSchema: z.ZodUnion<readonly [z.ZodLiteral<"spend">, z.ZodLiteral<"reach_freq">, z.ZodLiteral<"weekly">, z.ZodLiteral<"daily">, z.ZodLiteral<"clicks">, z.ZodLiteral<"conversions">]>;
952
+ export declare const ForecastRangeUnitSchema: z.ZodUnion<readonly [z.ZodLiteral<"spend">, z.ZodLiteral<"availability">, z.ZodLiteral<"reach_freq">, z.ZodLiteral<"weekly">, z.ZodLiteral<"daily">, z.ZodLiteral<"clicks">, z.ZodLiteral<"conversions">]>;
953
953
  export declare const ForecastMethodSchema: z.ZodUnion<readonly [z.ZodLiteral<"estimate">, z.ZodLiteral<"modeled">, z.ZodLiteral<"guaranteed">]>;
954
954
  export declare const ReportingFrequencySchema: z.ZodUnion<readonly [z.ZodLiteral<"hourly">, z.ZodLiteral<"daily">, z.ZodLiteral<"monthly">]>;
955
955
  export declare const AvailableMetricSchema: z.ZodUnion<readonly [z.ZodLiteral<"impressions">, z.ZodLiteral<"spend">, z.ZodLiteral<"clicks">, z.ZodLiteral<"ctr">, z.ZodLiteral<"video_completions">, z.ZodLiteral<"completion_rate">, z.ZodLiteral<"conversions">, z.ZodLiteral<"conversion_value">, z.ZodLiteral<"roas">, z.ZodLiteral<"cost_per_acquisition">, z.ZodLiteral<"new_to_brand_rate">, z.ZodLiteral<"viewability">, z.ZodLiteral<"engagement_rate">, z.ZodLiteral<"views">, z.ZodLiteral<"completed_views">, z.ZodLiteral<"leads">, z.ZodLiteral<"reach">, z.ZodLiteral<"frequency">, z.ZodLiteral<"grps">, z.ZodLiteral<"quartile_data">, z.ZodLiteral<"dooh_metrics">, z.ZodLiteral<"cost_per_click">]>;
@@ -2073,7 +2073,7 @@ export declare const MeasurementReadinessSchema: z.ZodObject<{
2073
2073
  notes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2074
2074
  }, z.core.$loose>;
2075
2075
  export declare const ForecastPointSchema: z.ZodObject<{
2076
- budget: z.ZodNumber;
2076
+ budget: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2077
2077
  metrics: z.ZodIntersection<z.ZodRecord<z.ZodString, z.ZodObject<{
2078
2078
  low: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2079
2079
  mid: z.ZodNumber;
@@ -2157,7 +2157,7 @@ export declare const InstallmentDeadlinesSchema: z.ZodObject<{
2157
2157
  }, z.core.$loose>;
2158
2158
  export declare const DeliveryForecastSchema: z.ZodObject<{
2159
2159
  points: z.ZodArray<z.ZodObject<{
2160
- budget: z.ZodNumber;
2160
+ budget: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2161
2161
  metrics: z.ZodIntersection<z.ZodRecord<z.ZodString, z.ZodObject<{
2162
2162
  low: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2163
2163
  mid: z.ZodNumber;
@@ -2230,7 +2230,7 @@ export declare const DeliveryForecastSchema: z.ZodObject<{
2230
2230
  }, z.core.$loose>>>;
2231
2231
  }, z.core.$loose>>;
2232
2232
  }, z.core.$loose>>;
2233
- forecast_range_unit: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"spend">, z.ZodLiteral<"reach_freq">, z.ZodLiteral<"weekly">, z.ZodLiteral<"daily">, z.ZodLiteral<"clicks">, z.ZodLiteral<"conversions">]>>>;
2233
+ forecast_range_unit: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"spend">, z.ZodLiteral<"availability">, z.ZodLiteral<"reach_freq">, z.ZodLiteral<"weekly">, z.ZodLiteral<"daily">, z.ZodLiteral<"clicks">, z.ZodLiteral<"conversions">]>>>;
2234
2234
  method: z.ZodUnion<readonly [z.ZodLiteral<"estimate">, z.ZodLiteral<"modeled">, z.ZodLiteral<"guaranteed">]>;
2235
2235
  currency: z.ZodString;
2236
2236
  demographic_system: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"nielsen">, z.ZodLiteral<"barb">, z.ZodLiteral<"agf">, z.ZodLiteral<"oztam">, z.ZodLiteral<"mediametrie">, z.ZodLiteral<"custom">]>>>;
@@ -2257,7 +2257,7 @@ export declare const ProductAllocationSchema: z.ZodObject<{
2257
2257
  }, z.core.$loose>>>>;
2258
2258
  forecast: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2259
2259
  points: z.ZodArray<z.ZodObject<{
2260
- budget: z.ZodNumber;
2260
+ budget: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2261
2261
  metrics: z.ZodIntersection<z.ZodRecord<z.ZodString, z.ZodObject<{
2262
2262
  low: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2263
2263
  mid: z.ZodNumber;
@@ -2330,7 +2330,7 @@ export declare const ProductAllocationSchema: z.ZodObject<{
2330
2330
  }, z.core.$loose>>>;
2331
2331
  }, z.core.$loose>>;
2332
2332
  }, z.core.$loose>>;
2333
- forecast_range_unit: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"spend">, z.ZodLiteral<"reach_freq">, z.ZodLiteral<"weekly">, z.ZodLiteral<"daily">, z.ZodLiteral<"clicks">, z.ZodLiteral<"conversions">]>>>;
2333
+ forecast_range_unit: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"spend">, z.ZodLiteral<"availability">, z.ZodLiteral<"reach_freq">, z.ZodLiteral<"weekly">, z.ZodLiteral<"daily">, z.ZodLiteral<"clicks">, z.ZodLiteral<"conversions">]>>>;
2334
2334
  method: z.ZodUnion<readonly [z.ZodLiteral<"estimate">, z.ZodLiteral<"modeled">, z.ZodLiteral<"guaranteed">]>;
2335
2335
  currency: z.ZodString;
2336
2336
  demographic_system: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"nielsen">, z.ZodLiteral<"barb">, z.ZodLiteral<"agf">, z.ZodLiteral<"oztam">, z.ZodLiteral<"mediametrie">, z.ZodLiteral<"custom">]>>>;
@@ -2452,6 +2452,7 @@ export declare const CreativeBriefSchema: z.ZodObject<{
2452
2452
  prohibited_claims: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
2453
2453
  }, z.core.$loose>>>;
2454
2454
  }, z.core.$loose>;
2455
+ export declare const AdvertiserIndustrySchema: z.ZodUnion<readonly [z.ZodLiteral<"automotive">, z.ZodLiteral<"automotive.electric_vehicles">, z.ZodLiteral<"automotive.parts_accessories">, z.ZodLiteral<"automotive.luxury">, z.ZodLiteral<"beauty_cosmetics">, z.ZodLiteral<"beauty_cosmetics.skincare">, z.ZodLiteral<"beauty_cosmetics.fragrance">, z.ZodLiteral<"beauty_cosmetics.haircare">, z.ZodLiteral<"cannabis">, z.ZodLiteral<"cpg">, z.ZodLiteral<"cpg.personal_care">, z.ZodLiteral<"cpg.household">, z.ZodLiteral<"dating">, z.ZodLiteral<"education">, z.ZodLiteral<"education.higher_education">, z.ZodLiteral<"education.online_learning">, z.ZodLiteral<"education.k12">, z.ZodLiteral<"energy_utilities">, z.ZodLiteral<"energy_utilities.renewable">, z.ZodLiteral<"fashion_apparel">, z.ZodLiteral<"fashion_apparel.luxury">, z.ZodLiteral<"fashion_apparel.sportswear">, z.ZodLiteral<"finance">, z.ZodLiteral<"finance.banking">, z.ZodLiteral<"finance.insurance">, z.ZodLiteral<"finance.investment">, z.ZodLiteral<"finance.cryptocurrency">, z.ZodLiteral<"food_beverage">, z.ZodLiteral<"food_beverage.alcohol">, z.ZodLiteral<"food_beverage.restaurants">, z.ZodLiteral<"food_beverage.packaged_goods">, z.ZodLiteral<"gambling_betting">, z.ZodLiteral<"gambling_betting.sports_betting">, z.ZodLiteral<"gambling_betting.casino">, z.ZodLiteral<"gaming">, z.ZodLiteral<"gaming.mobile">, z.ZodLiteral<"gaming.console_pc">, z.ZodLiteral<"gaming.esports">, z.ZodLiteral<"government_nonprofit">, z.ZodLiteral<"government_nonprofit.political">, z.ZodLiteral<"government_nonprofit.charity">, z.ZodLiteral<"healthcare">, z.ZodLiteral<"healthcare.pharmaceutical">, z.ZodLiteral<"healthcare.medical_devices">, z.ZodLiteral<"healthcare.wellness">, z.ZodLiteral<"home_garden">, z.ZodLiteral<"home_garden.furniture">, z.ZodLiteral<"home_garden.home_improvement">, z.ZodLiteral<"media_entertainment">, z.ZodLiteral<"media_entertainment.podcasts">, z.ZodLiteral<"media_entertainment.music">, z.ZodLiteral<"media_entertainment.film_tv">, z.ZodLiteral<"media_entertainment.publishing">, z.ZodLiteral<"media_entertainment.live_events">, z.ZodLiteral<"pets">, z.ZodLiteral<"professional_services">, z.ZodLiteral<"professional_services.legal">, z.ZodLiteral<"professional_services.consulting">, z.ZodLiteral<"real_estate">, z.ZodLiteral<"real_estate.residential">, z.ZodLiteral<"real_estate.commercial">, z.ZodLiteral<"recruitment_hr">, z.ZodLiteral<"retail">, z.ZodLiteral<"retail.ecommerce">, z.ZodLiteral<"retail.department_stores">, z.ZodLiteral<"sports_fitness">, z.ZodLiteral<"sports_fitness.equipment">, z.ZodLiteral<"sports_fitness.teams_leagues">, z.ZodLiteral<"technology">, z.ZodLiteral<"technology.software">, z.ZodLiteral<"technology.hardware">, z.ZodLiteral<"technology.ai_ml">, z.ZodLiteral<"telecom">, z.ZodLiteral<"telecom.mobile_carriers">, z.ZodLiteral<"telecom.internet_providers">, z.ZodLiteral<"transportation_logistics">, z.ZodLiteral<"travel_hospitality">, z.ZodLiteral<"travel_hospitality.airlines">, z.ZodLiteral<"travel_hospitality.hotels">, z.ZodLiteral<"travel_hospitality.cruise">, z.ZodLiteral<"travel_hospitality.tourism">]>;
2455
2456
  export declare const StartTimingSchema: z.ZodUnion<readonly [z.ZodLiteral<"asap">, z.ZodString]>;
2456
2457
  export declare const AuthenticationSchemeSchema: z.ZodUnion<readonly [z.ZodLiteral<"Bearer">, z.ZodLiteral<"HMAC-SHA256">]>;
2457
2458
  export declare const PushNotificationConfigSchema: z.ZodObject<{
@@ -11749,10 +11750,7 @@ export declare const AssetAccessSchema: z.ZodUnion<readonly [z.ZodObject<{
11749
11750
  method: z.ZodLiteral<"signed_url">;
11750
11751
  }, z.core.$loose>]>;
11751
11752
  export declare const ArtifactSchema: z.ZodObject<{
11752
- property_id: z.ZodObject<{
11753
- type: z.ZodUnion<readonly [z.ZodLiteral<"domain">, z.ZodLiteral<"subdomain">, z.ZodLiteral<"network_id">, z.ZodLiteral<"ios_bundle">, z.ZodLiteral<"android_package">, z.ZodLiteral<"apple_app_store_id">, z.ZodLiteral<"google_play_id">, z.ZodLiteral<"roku_store_id">, z.ZodLiteral<"fire_tv_asin">, z.ZodLiteral<"samsung_app_id">, z.ZodLiteral<"apple_tv_bundle">, z.ZodLiteral<"bundle_id">, z.ZodLiteral<"venue_id">, z.ZodLiteral<"screen_id">, z.ZodLiteral<"openooh_venue_type">, z.ZodLiteral<"rss_url">, z.ZodLiteral<"apple_podcast_id">, z.ZodLiteral<"spotify_collection_id">, z.ZodLiteral<"podcast_guid">]>;
11754
- value: z.ZodString;
11755
- }, z.core.$loose>;
11753
+ property_rid: z.ZodString;
11756
11754
  artifact_id: z.ZodString;
11757
11755
  variant_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11758
11756
  format_id: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -11769,6 +11767,7 @@ export declare const ArtifactSchema: z.ZodObject<{
11769
11767
  type: z.ZodLiteral<"text">;
11770
11768
  role: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"title">, z.ZodLiteral<"paragraph">, z.ZodLiteral<"heading">, z.ZodLiteral<"caption">, z.ZodLiteral<"quote">, z.ZodLiteral<"list_item">, z.ZodLiteral<"description">]>>>;
11771
11769
  content: z.ZodString;
11770
+ content_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"text/html">, z.ZodLiteral<"application/json">]>>>;
11772
11771
  language: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11773
11772
  heading_level: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
11774
11773
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -11885,6 +11884,7 @@ export declare const ArtifactSchema: z.ZodObject<{
11885
11884
  }, z.core.$loose>]>>>;
11886
11885
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
11887
11886
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11887
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
11888
11888
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"subtitles">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"dub">, z.ZodLiteral<"generated">]>>>;
11889
11889
  thumbnail_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11890
11890
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -11943,6 +11943,7 @@ export declare const ArtifactSchema: z.ZodObject<{
11943
11943
  }, z.core.$loose>]>>>;
11944
11944
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
11945
11945
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11946
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
11946
11947
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"generated">]>>>;
11947
11948
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
11948
11949
  digital_source_type: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"digital_capture">, z.ZodLiteral<"digital_creation">, z.ZodLiteral<"trained_algorithmic_media">, z.ZodLiteral<"composite_with_trained_algorithmic_media">, z.ZodLiteral<"algorithmic_media">, z.ZodLiteral<"composite_capture">, z.ZodLiteral<"composite_synthetic">, z.ZodLiteral<"human_edits">, z.ZodLiteral<"data_driven_media">]>>>;
@@ -12057,10 +12058,7 @@ export declare const ContentStandardsSchema: z.ZodObject<{
12057
12058
  policy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12058
12059
  calibration_exemplars: z.ZodOptional<z.ZodNullable<z.ZodObject<{
12059
12060
  pass: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
12060
- property_id: z.ZodObject<{
12061
- type: z.ZodUnion<readonly [z.ZodLiteral<"domain">, z.ZodLiteral<"subdomain">, z.ZodLiteral<"network_id">, z.ZodLiteral<"ios_bundle">, z.ZodLiteral<"android_package">, z.ZodLiteral<"apple_app_store_id">, z.ZodLiteral<"google_play_id">, z.ZodLiteral<"roku_store_id">, z.ZodLiteral<"fire_tv_asin">, z.ZodLiteral<"samsung_app_id">, z.ZodLiteral<"apple_tv_bundle">, z.ZodLiteral<"bundle_id">, z.ZodLiteral<"venue_id">, z.ZodLiteral<"screen_id">, z.ZodLiteral<"openooh_venue_type">, z.ZodLiteral<"rss_url">, z.ZodLiteral<"apple_podcast_id">, z.ZodLiteral<"spotify_collection_id">, z.ZodLiteral<"podcast_guid">]>;
12062
- value: z.ZodString;
12063
- }, z.core.$loose>;
12061
+ property_rid: z.ZodString;
12064
12062
  artifact_id: z.ZodString;
12065
12063
  variant_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12066
12064
  format_id: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -12077,6 +12075,7 @@ export declare const ContentStandardsSchema: z.ZodObject<{
12077
12075
  type: z.ZodLiteral<"text">;
12078
12076
  role: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"title">, z.ZodLiteral<"paragraph">, z.ZodLiteral<"heading">, z.ZodLiteral<"caption">, z.ZodLiteral<"quote">, z.ZodLiteral<"list_item">, z.ZodLiteral<"description">]>>>;
12079
12077
  content: z.ZodString;
12078
+ content_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"text/html">, z.ZodLiteral<"application/json">]>>>;
12080
12079
  language: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12081
12080
  heading_level: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
12082
12081
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -12193,6 +12192,7 @@ export declare const ContentStandardsSchema: z.ZodObject<{
12193
12192
  }, z.core.$loose>]>>>;
12194
12193
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
12195
12194
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12195
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
12196
12196
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"subtitles">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"dub">, z.ZodLiteral<"generated">]>>>;
12197
12197
  thumbnail_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12198
12198
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -12251,6 +12251,7 @@ export declare const ContentStandardsSchema: z.ZodObject<{
12251
12251
  }, z.core.$loose>]>>>;
12252
12252
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
12253
12253
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12254
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
12254
12255
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"generated">]>>>;
12255
12256
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
12256
12257
  digital_source_type: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"digital_capture">, z.ZodLiteral<"digital_creation">, z.ZodLiteral<"trained_algorithmic_media">, z.ZodLiteral<"composite_with_trained_algorithmic_media">, z.ZodLiteral<"algorithmic_media">, z.ZodLiteral<"composite_capture">, z.ZodLiteral<"composite_synthetic">, z.ZodLiteral<"human_edits">, z.ZodLiteral<"data_driven_media">]>>>;
@@ -12352,10 +12353,7 @@ export declare const ContentStandardsSchema: z.ZodObject<{
12352
12353
  }, z.core.$loose>>>;
12353
12354
  }, z.core.$loose>>>>;
12354
12355
  fail: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
12355
- property_id: z.ZodObject<{
12356
- type: z.ZodUnion<readonly [z.ZodLiteral<"domain">, z.ZodLiteral<"subdomain">, z.ZodLiteral<"network_id">, z.ZodLiteral<"ios_bundle">, z.ZodLiteral<"android_package">, z.ZodLiteral<"apple_app_store_id">, z.ZodLiteral<"google_play_id">, z.ZodLiteral<"roku_store_id">, z.ZodLiteral<"fire_tv_asin">, z.ZodLiteral<"samsung_app_id">, z.ZodLiteral<"apple_tv_bundle">, z.ZodLiteral<"bundle_id">, z.ZodLiteral<"venue_id">, z.ZodLiteral<"screen_id">, z.ZodLiteral<"openooh_venue_type">, z.ZodLiteral<"rss_url">, z.ZodLiteral<"apple_podcast_id">, z.ZodLiteral<"spotify_collection_id">, z.ZodLiteral<"podcast_guid">]>;
12357
- value: z.ZodString;
12358
- }, z.core.$loose>;
12356
+ property_rid: z.ZodString;
12359
12357
  artifact_id: z.ZodString;
12360
12358
  variant_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12361
12359
  format_id: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -12372,6 +12370,7 @@ export declare const ContentStandardsSchema: z.ZodObject<{
12372
12370
  type: z.ZodLiteral<"text">;
12373
12371
  role: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"title">, z.ZodLiteral<"paragraph">, z.ZodLiteral<"heading">, z.ZodLiteral<"caption">, z.ZodLiteral<"quote">, z.ZodLiteral<"list_item">, z.ZodLiteral<"description">]>>>;
12374
12372
  content: z.ZodString;
12373
+ content_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"text/html">, z.ZodLiteral<"application/json">]>>>;
12375
12374
  language: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12376
12375
  heading_level: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
12377
12376
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -12488,6 +12487,7 @@ export declare const ContentStandardsSchema: z.ZodObject<{
12488
12487
  }, z.core.$loose>]>>>;
12489
12488
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
12490
12489
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12490
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
12491
12491
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"subtitles">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"dub">, z.ZodLiteral<"generated">]>>>;
12492
12492
  thumbnail_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12493
12493
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -12546,6 +12546,7 @@ export declare const ContentStandardsSchema: z.ZodObject<{
12546
12546
  }, z.core.$loose>]>>>;
12547
12547
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
12548
12548
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12549
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
12549
12550
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"generated">]>>>;
12550
12551
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
12551
12552
  digital_source_type: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"digital_capture">, z.ZodLiteral<"digital_creation">, z.ZodLiteral<"trained_algorithmic_media">, z.ZodLiteral<"composite_with_trained_algorithmic_media">, z.ZodLiteral<"algorithmic_media">, z.ZodLiteral<"composite_capture">, z.ZodLiteral<"composite_synthetic">, z.ZodLiteral<"human_edits">, z.ZodLiteral<"data_driven_media">]>>>;
@@ -12853,10 +12854,7 @@ export declare const CreateContentStandardsRequestSchema: z.ZodObject<{
12853
12854
  value: z.ZodString;
12854
12855
  language: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12855
12856
  }, z.core.$loose>, z.ZodObject<{
12856
- property_id: z.ZodObject<{
12857
- type: z.ZodUnion<readonly [z.ZodLiteral<"domain">, z.ZodLiteral<"subdomain">, z.ZodLiteral<"network_id">, z.ZodLiteral<"ios_bundle">, z.ZodLiteral<"android_package">, z.ZodLiteral<"apple_app_store_id">, z.ZodLiteral<"google_play_id">, z.ZodLiteral<"roku_store_id">, z.ZodLiteral<"fire_tv_asin">, z.ZodLiteral<"samsung_app_id">, z.ZodLiteral<"apple_tv_bundle">, z.ZodLiteral<"bundle_id">, z.ZodLiteral<"venue_id">, z.ZodLiteral<"screen_id">, z.ZodLiteral<"openooh_venue_type">, z.ZodLiteral<"rss_url">, z.ZodLiteral<"apple_podcast_id">, z.ZodLiteral<"spotify_collection_id">, z.ZodLiteral<"podcast_guid">]>;
12858
- value: z.ZodString;
12859
- }, z.core.$loose>;
12857
+ property_rid: z.ZodString;
12860
12858
  artifact_id: z.ZodString;
12861
12859
  variant_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12862
12860
  format_id: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -12873,6 +12871,7 @@ export declare const CreateContentStandardsRequestSchema: z.ZodObject<{
12873
12871
  type: z.ZodLiteral<"text">;
12874
12872
  role: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"title">, z.ZodLiteral<"paragraph">, z.ZodLiteral<"heading">, z.ZodLiteral<"caption">, z.ZodLiteral<"quote">, z.ZodLiteral<"list_item">, z.ZodLiteral<"description">]>>>;
12875
12873
  content: z.ZodString;
12874
+ content_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"text/html">, z.ZodLiteral<"application/json">]>>>;
12876
12875
  language: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12877
12876
  heading_level: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
12878
12877
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -12989,6 +12988,7 @@ export declare const CreateContentStandardsRequestSchema: z.ZodObject<{
12989
12988
  }, z.core.$loose>]>>>;
12990
12989
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
12991
12990
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12991
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
12992
12992
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"subtitles">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"dub">, z.ZodLiteral<"generated">]>>>;
12993
12993
  thumbnail_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12994
12994
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -13047,6 +13047,7 @@ export declare const CreateContentStandardsRequestSchema: z.ZodObject<{
13047
13047
  }, z.core.$loose>]>>>;
13048
13048
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
13049
13049
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13050
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
13050
13051
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"generated">]>>>;
13051
13052
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
13052
13053
  digital_source_type: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"digital_capture">, z.ZodLiteral<"digital_creation">, z.ZodLiteral<"trained_algorithmic_media">, z.ZodLiteral<"composite_with_trained_algorithmic_media">, z.ZodLiteral<"algorithmic_media">, z.ZodLiteral<"composite_capture">, z.ZodLiteral<"composite_synthetic">, z.ZodLiteral<"human_edits">, z.ZodLiteral<"data_driven_media">]>>>;
@@ -13152,10 +13153,7 @@ export declare const CreateContentStandardsRequestSchema: z.ZodObject<{
13152
13153
  value: z.ZodString;
13153
13154
  language: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13154
13155
  }, z.core.$loose>, z.ZodObject<{
13155
- property_id: z.ZodObject<{
13156
- type: z.ZodUnion<readonly [z.ZodLiteral<"domain">, z.ZodLiteral<"subdomain">, z.ZodLiteral<"network_id">, z.ZodLiteral<"ios_bundle">, z.ZodLiteral<"android_package">, z.ZodLiteral<"apple_app_store_id">, z.ZodLiteral<"google_play_id">, z.ZodLiteral<"roku_store_id">, z.ZodLiteral<"fire_tv_asin">, z.ZodLiteral<"samsung_app_id">, z.ZodLiteral<"apple_tv_bundle">, z.ZodLiteral<"bundle_id">, z.ZodLiteral<"venue_id">, z.ZodLiteral<"screen_id">, z.ZodLiteral<"openooh_venue_type">, z.ZodLiteral<"rss_url">, z.ZodLiteral<"apple_podcast_id">, z.ZodLiteral<"spotify_collection_id">, z.ZodLiteral<"podcast_guid">]>;
13157
- value: z.ZodString;
13158
- }, z.core.$loose>;
13156
+ property_rid: z.ZodString;
13159
13157
  artifact_id: z.ZodString;
13160
13158
  variant_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13161
13159
  format_id: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -13172,6 +13170,7 @@ export declare const CreateContentStandardsRequestSchema: z.ZodObject<{
13172
13170
  type: z.ZodLiteral<"text">;
13173
13171
  role: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"title">, z.ZodLiteral<"paragraph">, z.ZodLiteral<"heading">, z.ZodLiteral<"caption">, z.ZodLiteral<"quote">, z.ZodLiteral<"list_item">, z.ZodLiteral<"description">]>>>;
13174
13172
  content: z.ZodString;
13173
+ content_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"text/html">, z.ZodLiteral<"application/json">]>>>;
13175
13174
  language: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13176
13175
  heading_level: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
13177
13176
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -13288,6 +13287,7 @@ export declare const CreateContentStandardsRequestSchema: z.ZodObject<{
13288
13287
  }, z.core.$loose>]>>>;
13289
13288
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
13290
13289
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13290
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
13291
13291
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"subtitles">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"dub">, z.ZodLiteral<"generated">]>>>;
13292
13292
  thumbnail_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13293
13293
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -13346,6 +13346,7 @@ export declare const CreateContentStandardsRequestSchema: z.ZodObject<{
13346
13346
  }, z.core.$loose>]>>>;
13347
13347
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
13348
13348
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13349
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
13349
13350
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"generated">]>>>;
13350
13351
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
13351
13352
  digital_source_type: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"digital_capture">, z.ZodLiteral<"digital_creation">, z.ZodLiteral<"trained_algorithmic_media">, z.ZodLiteral<"composite_with_trained_algorithmic_media">, z.ZodLiteral<"algorithmic_media">, z.ZodLiteral<"composite_capture">, z.ZodLiteral<"composite_synthetic">, z.ZodLiteral<"human_edits">, z.ZodLiteral<"data_driven_media">]>>>;
@@ -13485,10 +13486,7 @@ export declare const UpdateContentStandardsRequestSchema: z.ZodObject<{
13485
13486
  value: z.ZodString;
13486
13487
  language: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13487
13488
  }, z.core.$loose>, z.ZodObject<{
13488
- property_id: z.ZodObject<{
13489
- type: z.ZodUnion<readonly [z.ZodLiteral<"domain">, z.ZodLiteral<"subdomain">, z.ZodLiteral<"network_id">, z.ZodLiteral<"ios_bundle">, z.ZodLiteral<"android_package">, z.ZodLiteral<"apple_app_store_id">, z.ZodLiteral<"google_play_id">, z.ZodLiteral<"roku_store_id">, z.ZodLiteral<"fire_tv_asin">, z.ZodLiteral<"samsung_app_id">, z.ZodLiteral<"apple_tv_bundle">, z.ZodLiteral<"bundle_id">, z.ZodLiteral<"venue_id">, z.ZodLiteral<"screen_id">, z.ZodLiteral<"openooh_venue_type">, z.ZodLiteral<"rss_url">, z.ZodLiteral<"apple_podcast_id">, z.ZodLiteral<"spotify_collection_id">, z.ZodLiteral<"podcast_guid">]>;
13490
- value: z.ZodString;
13491
- }, z.core.$loose>;
13489
+ property_rid: z.ZodString;
13492
13490
  artifact_id: z.ZodString;
13493
13491
  variant_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13494
13492
  format_id: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -13505,6 +13503,7 @@ export declare const UpdateContentStandardsRequestSchema: z.ZodObject<{
13505
13503
  type: z.ZodLiteral<"text">;
13506
13504
  role: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"title">, z.ZodLiteral<"paragraph">, z.ZodLiteral<"heading">, z.ZodLiteral<"caption">, z.ZodLiteral<"quote">, z.ZodLiteral<"list_item">, z.ZodLiteral<"description">]>>>;
13507
13505
  content: z.ZodString;
13506
+ content_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"text/html">, z.ZodLiteral<"application/json">]>>>;
13508
13507
  language: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13509
13508
  heading_level: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
13510
13509
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -13621,6 +13620,7 @@ export declare const UpdateContentStandardsRequestSchema: z.ZodObject<{
13621
13620
  }, z.core.$loose>]>>>;
13622
13621
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
13623
13622
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13623
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
13624
13624
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"subtitles">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"dub">, z.ZodLiteral<"generated">]>>>;
13625
13625
  thumbnail_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13626
13626
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -13679,6 +13679,7 @@ export declare const UpdateContentStandardsRequestSchema: z.ZodObject<{
13679
13679
  }, z.core.$loose>]>>>;
13680
13680
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
13681
13681
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13682
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
13682
13683
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"generated">]>>>;
13683
13684
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
13684
13685
  digital_source_type: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"digital_capture">, z.ZodLiteral<"digital_creation">, z.ZodLiteral<"trained_algorithmic_media">, z.ZodLiteral<"composite_with_trained_algorithmic_media">, z.ZodLiteral<"algorithmic_media">, z.ZodLiteral<"composite_capture">, z.ZodLiteral<"composite_synthetic">, z.ZodLiteral<"human_edits">, z.ZodLiteral<"data_driven_media">]>>>;
@@ -13784,10 +13785,7 @@ export declare const UpdateContentStandardsRequestSchema: z.ZodObject<{
13784
13785
  value: z.ZodString;
13785
13786
  language: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13786
13787
  }, z.core.$loose>, z.ZodObject<{
13787
- property_id: z.ZodObject<{
13788
- type: z.ZodUnion<readonly [z.ZodLiteral<"domain">, z.ZodLiteral<"subdomain">, z.ZodLiteral<"network_id">, z.ZodLiteral<"ios_bundle">, z.ZodLiteral<"android_package">, z.ZodLiteral<"apple_app_store_id">, z.ZodLiteral<"google_play_id">, z.ZodLiteral<"roku_store_id">, z.ZodLiteral<"fire_tv_asin">, z.ZodLiteral<"samsung_app_id">, z.ZodLiteral<"apple_tv_bundle">, z.ZodLiteral<"bundle_id">, z.ZodLiteral<"venue_id">, z.ZodLiteral<"screen_id">, z.ZodLiteral<"openooh_venue_type">, z.ZodLiteral<"rss_url">, z.ZodLiteral<"apple_podcast_id">, z.ZodLiteral<"spotify_collection_id">, z.ZodLiteral<"podcast_guid">]>;
13789
- value: z.ZodString;
13790
- }, z.core.$loose>;
13788
+ property_rid: z.ZodString;
13791
13789
  artifact_id: z.ZodString;
13792
13790
  variant_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13793
13791
  format_id: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -13804,6 +13802,7 @@ export declare const UpdateContentStandardsRequestSchema: z.ZodObject<{
13804
13802
  type: z.ZodLiteral<"text">;
13805
13803
  role: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"title">, z.ZodLiteral<"paragraph">, z.ZodLiteral<"heading">, z.ZodLiteral<"caption">, z.ZodLiteral<"quote">, z.ZodLiteral<"list_item">, z.ZodLiteral<"description">]>>>;
13806
13804
  content: z.ZodString;
13805
+ content_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"text/html">, z.ZodLiteral<"application/json">]>>>;
13807
13806
  language: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13808
13807
  heading_level: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
13809
13808
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -13920,6 +13919,7 @@ export declare const UpdateContentStandardsRequestSchema: z.ZodObject<{
13920
13919
  }, z.core.$loose>]>>>;
13921
13920
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
13922
13921
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13922
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
13923
13923
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"subtitles">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"dub">, z.ZodLiteral<"generated">]>>>;
13924
13924
  thumbnail_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13925
13925
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -13978,6 +13978,7 @@ export declare const UpdateContentStandardsRequestSchema: z.ZodObject<{
13978
13978
  }, z.core.$loose>]>>>;
13979
13979
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
13980
13980
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13981
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
13981
13982
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"generated">]>>>;
13982
13983
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
13983
13984
  digital_source_type: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"digital_capture">, z.ZodLiteral<"digital_creation">, z.ZodLiteral<"trained_algorithmic_media">, z.ZodLiteral<"composite_with_trained_algorithmic_media">, z.ZodLiteral<"algorithmic_media">, z.ZodLiteral<"composite_capture">, z.ZodLiteral<"composite_synthetic">, z.ZodLiteral<"human_edits">, z.ZodLiteral<"data_driven_media">]>>>;
@@ -14107,10 +14108,7 @@ export declare const UpdateContentStandardsErrorSchema: z.ZodObject<{
14107
14108
  export declare const CalibrateContentRequestSchema: z.ZodObject<{
14108
14109
  standards_id: z.ZodString;
14109
14110
  artifact: z.ZodObject<{
14110
- property_id: z.ZodObject<{
14111
- type: z.ZodUnion<readonly [z.ZodLiteral<"domain">, z.ZodLiteral<"subdomain">, z.ZodLiteral<"network_id">, z.ZodLiteral<"ios_bundle">, z.ZodLiteral<"android_package">, z.ZodLiteral<"apple_app_store_id">, z.ZodLiteral<"google_play_id">, z.ZodLiteral<"roku_store_id">, z.ZodLiteral<"fire_tv_asin">, z.ZodLiteral<"samsung_app_id">, z.ZodLiteral<"apple_tv_bundle">, z.ZodLiteral<"bundle_id">, z.ZodLiteral<"venue_id">, z.ZodLiteral<"screen_id">, z.ZodLiteral<"openooh_venue_type">, z.ZodLiteral<"rss_url">, z.ZodLiteral<"apple_podcast_id">, z.ZodLiteral<"spotify_collection_id">, z.ZodLiteral<"podcast_guid">]>;
14112
- value: z.ZodString;
14113
- }, z.core.$loose>;
14111
+ property_rid: z.ZodString;
14114
14112
  artifact_id: z.ZodString;
14115
14113
  variant_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14116
14114
  format_id: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -14127,6 +14125,7 @@ export declare const CalibrateContentRequestSchema: z.ZodObject<{
14127
14125
  type: z.ZodLiteral<"text">;
14128
14126
  role: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"title">, z.ZodLiteral<"paragraph">, z.ZodLiteral<"heading">, z.ZodLiteral<"caption">, z.ZodLiteral<"quote">, z.ZodLiteral<"list_item">, z.ZodLiteral<"description">]>>>;
14129
14127
  content: z.ZodString;
14128
+ content_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"text/html">, z.ZodLiteral<"application/json">]>>>;
14130
14129
  language: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14131
14130
  heading_level: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
14132
14131
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -14243,6 +14242,7 @@ export declare const CalibrateContentRequestSchema: z.ZodObject<{
14243
14242
  }, z.core.$loose>]>>>;
14244
14243
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
14245
14244
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14245
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
14246
14246
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"subtitles">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"dub">, z.ZodLiteral<"generated">]>>>;
14247
14247
  thumbnail_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14248
14248
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -14301,6 +14301,7 @@ export declare const CalibrateContentRequestSchema: z.ZodObject<{
14301
14301
  }, z.core.$loose>]>>>;
14302
14302
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
14303
14303
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14304
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
14304
14305
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"generated">]>>>;
14305
14306
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
14306
14307
  digital_source_type: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"digital_capture">, z.ZodLiteral<"digital_creation">, z.ZodLiteral<"trained_algorithmic_media">, z.ZodLiteral<"composite_with_trained_algorithmic_media">, z.ZodLiteral<"algorithmic_media">, z.ZodLiteral<"composite_capture">, z.ZodLiteral<"composite_synthetic">, z.ZodLiteral<"human_edits">, z.ZodLiteral<"data_driven_media">]>>>;
@@ -14434,10 +14435,7 @@ export declare const ValidateContentDeliveryRequestSchema: z.ZodObject<{
14434
14435
  media_buy_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14435
14436
  timestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14436
14437
  artifact: z.ZodObject<{
14437
- property_id: z.ZodObject<{
14438
- type: z.ZodUnion<readonly [z.ZodLiteral<"domain">, z.ZodLiteral<"subdomain">, z.ZodLiteral<"network_id">, z.ZodLiteral<"ios_bundle">, z.ZodLiteral<"android_package">, z.ZodLiteral<"apple_app_store_id">, z.ZodLiteral<"google_play_id">, z.ZodLiteral<"roku_store_id">, z.ZodLiteral<"fire_tv_asin">, z.ZodLiteral<"samsung_app_id">, z.ZodLiteral<"apple_tv_bundle">, z.ZodLiteral<"bundle_id">, z.ZodLiteral<"venue_id">, z.ZodLiteral<"screen_id">, z.ZodLiteral<"openooh_venue_type">, z.ZodLiteral<"rss_url">, z.ZodLiteral<"apple_podcast_id">, z.ZodLiteral<"spotify_collection_id">, z.ZodLiteral<"podcast_guid">]>;
14439
- value: z.ZodString;
14440
- }, z.core.$loose>;
14438
+ property_rid: z.ZodString;
14441
14439
  artifact_id: z.ZodString;
14442
14440
  variant_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14443
14441
  format_id: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -14454,6 +14452,7 @@ export declare const ValidateContentDeliveryRequestSchema: z.ZodObject<{
14454
14452
  type: z.ZodLiteral<"text">;
14455
14453
  role: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"title">, z.ZodLiteral<"paragraph">, z.ZodLiteral<"heading">, z.ZodLiteral<"caption">, z.ZodLiteral<"quote">, z.ZodLiteral<"list_item">, z.ZodLiteral<"description">]>>>;
14456
14454
  content: z.ZodString;
14455
+ content_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"text/html">, z.ZodLiteral<"application/json">]>>>;
14457
14456
  language: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14458
14457
  heading_level: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
14459
14458
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -14570,6 +14569,7 @@ export declare const ValidateContentDeliveryRequestSchema: z.ZodObject<{
14570
14569
  }, z.core.$loose>]>>>;
14571
14570
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
14572
14571
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14572
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
14573
14573
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"subtitles">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"dub">, z.ZodLiteral<"generated">]>>>;
14574
14574
  thumbnail_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14575
14575
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -14628,6 +14628,7 @@ export declare const ValidateContentDeliveryRequestSchema: z.ZodObject<{
14628
14628
  }, z.core.$loose>]>>>;
14629
14629
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
14630
14630
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14631
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
14631
14632
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"generated">]>>>;
14632
14633
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
14633
14634
  digital_source_type: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"digital_capture">, z.ZodLiteral<"digital_creation">, z.ZodLiteral<"trained_algorithmic_media">, z.ZodLiteral<"composite_with_trained_algorithmic_media">, z.ZodLiteral<"algorithmic_media">, z.ZodLiteral<"composite_capture">, z.ZodLiteral<"composite_synthetic">, z.ZodLiteral<"human_edits">, z.ZodLiteral<"data_driven_media">]>>>;
@@ -14785,10 +14786,7 @@ export declare const GetMediaBuyArtifactsRequestSchema: z.ZodObject<{
14785
14786
  }, z.core.$loose>]>>>;
14786
14787
  media_buy_id: z.ZodString;
14787
14788
  package_ids: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
14788
- sampling: z.ZodOptional<z.ZodNullable<z.ZodObject<{
14789
- rate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
14790
- method: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"random">, z.ZodLiteral<"stratified">, z.ZodLiteral<"recent">, z.ZodLiteral<"failures_only">]>>>;
14791
- }, z.core.$loose>>>;
14789
+ failures_only: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
14792
14790
  time_range: z.ZodOptional<z.ZodNullable<z.ZodObject<{
14793
14791
  start: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14794
14792
  end: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -14807,10 +14805,7 @@ export declare const GetMediaBuyArtifactsResponseSchema: z.ZodUnion<readonly [z.
14807
14805
  timestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14808
14806
  package_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14809
14807
  artifact: z.ZodObject<{
14810
- property_id: z.ZodObject<{
14811
- type: z.ZodUnion<readonly [z.ZodLiteral<"domain">, z.ZodLiteral<"subdomain">, z.ZodLiteral<"network_id">, z.ZodLiteral<"ios_bundle">, z.ZodLiteral<"android_package">, z.ZodLiteral<"apple_app_store_id">, z.ZodLiteral<"google_play_id">, z.ZodLiteral<"roku_store_id">, z.ZodLiteral<"fire_tv_asin">, z.ZodLiteral<"samsung_app_id">, z.ZodLiteral<"apple_tv_bundle">, z.ZodLiteral<"bundle_id">, z.ZodLiteral<"venue_id">, z.ZodLiteral<"screen_id">, z.ZodLiteral<"openooh_venue_type">, z.ZodLiteral<"rss_url">, z.ZodLiteral<"apple_podcast_id">, z.ZodLiteral<"spotify_collection_id">, z.ZodLiteral<"podcast_guid">]>;
14812
- value: z.ZodString;
14813
- }, z.core.$loose>;
14808
+ property_rid: z.ZodString;
14814
14809
  artifact_id: z.ZodString;
14815
14810
  variant_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14816
14811
  format_id: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -14827,6 +14822,7 @@ export declare const GetMediaBuyArtifactsResponseSchema: z.ZodUnion<readonly [z.
14827
14822
  type: z.ZodLiteral<"text">;
14828
14823
  role: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"title">, z.ZodLiteral<"paragraph">, z.ZodLiteral<"heading">, z.ZodLiteral<"caption">, z.ZodLiteral<"quote">, z.ZodLiteral<"list_item">, z.ZodLiteral<"description">]>>>;
14829
14824
  content: z.ZodString;
14825
+ content_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"text/html">, z.ZodLiteral<"application/json">]>>>;
14830
14826
  language: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14831
14827
  heading_level: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
14832
14828
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -14943,6 +14939,7 @@ export declare const GetMediaBuyArtifactsResponseSchema: z.ZodUnion<readonly [z.
14943
14939
  }, z.core.$loose>]>>>;
14944
14940
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
14945
14941
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14942
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
14946
14943
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"subtitles">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"dub">, z.ZodLiteral<"generated">]>>>;
14947
14944
  thumbnail_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14948
14945
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -15001,6 +14998,7 @@ export declare const GetMediaBuyArtifactsResponseSchema: z.ZodUnion<readonly [z.
15001
14998
  }, z.core.$loose>]>>>;
15002
14999
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
15003
15000
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15001
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
15004
15002
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"generated">]>>>;
15005
15003
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
15006
15004
  digital_source_type: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"digital_capture">, z.ZodLiteral<"digital_creation">, z.ZodLiteral<"trained_algorithmic_media">, z.ZodLiteral<"composite_with_trained_algorithmic_media">, z.ZodLiteral<"algorithmic_media">, z.ZodLiteral<"composite_capture">, z.ZodLiteral<"composite_synthetic">, z.ZodLiteral<"human_edits">, z.ZodLiteral<"data_driven_media">]>>>;
@@ -15109,11 +15107,11 @@ export declare const GetMediaBuyArtifactsResponseSchema: z.ZodUnion<readonly [z.
15109
15107
  }, z.core.$loose>>>;
15110
15108
  local_verdict: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"pass">, z.ZodLiteral<"fail">, z.ZodLiteral<"unevaluated">]>>>;
15111
15109
  }, z.core.$loose>>;
15112
- sampling_info: z.ZodOptional<z.ZodNullable<z.ZodObject<{
15110
+ collection_info: z.ZodOptional<z.ZodNullable<z.ZodObject<{
15113
15111
  total_deliveries: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
15114
- sampled_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
15112
+ total_collected: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
15113
+ returned_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
15115
15114
  effective_rate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
15116
- method: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"random">, z.ZodLiteral<"stratified">, z.ZodLiteral<"recent">, z.ZodLiteral<"failures_only">]>>>;
15117
15115
  }, z.core.$loose>>>;
15118
15116
  pagination: z.ZodOptional<z.ZodNullable<z.ZodObject<{
15119
15117
  has_more: z.ZodBoolean;
@@ -15951,7 +15949,6 @@ export declare const CreativeFeatureResultSchema: z.ZodObject<{
15951
15949
  export declare const BudgetAuthorityLevelSchema: z.ZodUnion<readonly [z.ZodLiteral<"agent_full">, z.ZodLiteral<"agent_limited">, z.ZodLiteral<"human_required">]>;
15952
15950
  export declare const RestrictedAttributeSchema: z.ZodUnion<readonly [z.ZodLiteral<"racial_ethnic_origin">, z.ZodLiteral<"political_opinions">, z.ZodLiteral<"religious_beliefs">, z.ZodLiteral<"trade_union_membership">, z.ZodLiteral<"health_data">, z.ZodLiteral<"sex_life_sexual_orientation">, z.ZodLiteral<"genetic_data">, z.ZodLiteral<"biometric_data">]>;
15953
15951
  export declare const DelegationAuthoritySchema: z.ZodUnion<readonly [z.ZodLiteral<"full">, z.ZodLiteral<"execute_only">, z.ZodLiteral<"propose_only">]>;
15954
- export declare const GovernanceModeSchema: z.ZodUnion<readonly [z.ZodLiteral<"audit">, z.ZodLiteral<"advisory">, z.ZodLiteral<"enforce">]>;
15955
15952
  export declare const AudienceConstraintsSchema: z.ZodObject<{
15956
15953
  include: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
15957
15954
  type: z.ZodLiteral<"signal">;
@@ -16209,7 +16206,7 @@ export declare const GetPlanAuditLogsResponseSchema: z.ZodObject<{
16209
16206
  approved: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
16210
16207
  denied: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
16211
16208
  conditions: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
16212
- escalated: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
16209
+ human_reviewed: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
16213
16210
  }, z.core.$loose>>>;
16214
16211
  findings_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
16215
16212
  escalations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -16239,8 +16236,8 @@ export declare const GetPlanAuditLogsResponseSchema: z.ZodObject<{
16239
16236
  plan_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16240
16237
  caller: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16241
16238
  tool: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16242
- status: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"approved">, z.ZodLiteral<"denied">, z.ZodLiteral<"conditions">, z.ZodLiteral<"escalated">]>>>;
16243
- binding: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"proposed">, z.ZodLiteral<"committed">]>>>;
16239
+ status: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"approved">, z.ZodLiteral<"denied">, z.ZodLiteral<"conditions">]>>>;
16240
+ check_type: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"intent">, z.ZodLiteral<"execution">]>>>;
16244
16241
  explanation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16245
16242
  policies_evaluated: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
16246
16243
  categories_evaluated: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
@@ -16267,7 +16264,6 @@ export declare const GetPlanAuditLogsResponseSchema: z.ZodObject<{
16267
16264
  export declare const GovernancePhaseSchema: z.ZodUnion<readonly [z.ZodLiteral<"purchase">, z.ZodLiteral<"modification">, z.ZodLiteral<"delivery">]>;
16268
16265
  export declare const CheckGovernanceRequestSchema: z.ZodObject<{
16269
16266
  plan_id: z.ZodString;
16270
- binding: z.ZodUnion<readonly [z.ZodLiteral<"proposed">, z.ZodLiteral<"committed">]>;
16271
16267
  caller: z.ZodString;
16272
16268
  tool: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16273
16269
  payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, z.core.$loose>>>;
@@ -16396,11 +16392,9 @@ export declare const CheckGovernanceRequestSchema: z.ZodObject<{
16396
16392
  }, z.core.$loose>;
16397
16393
  export declare const CheckGovernanceResponseSchema: z.ZodObject<{
16398
16394
  check_id: z.ZodString;
16399
- status: z.ZodUnion<readonly [z.ZodLiteral<"approved">, z.ZodLiteral<"denied">, z.ZodLiteral<"conditions">, z.ZodLiteral<"escalated">]>;
16400
- binding: z.ZodUnion<readonly [z.ZodLiteral<"proposed">, z.ZodLiteral<"committed">]>;
16395
+ status: z.ZodUnion<readonly [z.ZodLiteral<"approved">, z.ZodLiteral<"denied">, z.ZodLiteral<"conditions">]>;
16401
16396
  plan_id: z.ZodString;
16402
16397
  explanation: z.ZodString;
16403
- mode: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"audit">, z.ZodLiteral<"advisory">, z.ZodLiteral<"enforce">]>>>;
16404
16398
  findings: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
16405
16399
  category_id: z.ZodString;
16406
16400
  policy_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -16415,12 +16409,6 @@ export declare const CheckGovernanceResponseSchema: z.ZodObject<{
16415
16409
  required_value: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
16416
16410
  reason: z.ZodString;
16417
16411
  }, z.core.$loose>>>>;
16418
- escalation: z.ZodOptional<z.ZodNullable<z.ZodObject<{
16419
- reason: z.ZodString;
16420
- severity: z.ZodUnion<readonly [z.ZodLiteral<"info">, z.ZodLiteral<"warning">, z.ZodLiteral<"critical">]>;
16421
- requires_human: z.ZodBoolean;
16422
- approval_tier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16423
- }, z.core.$loose>>>;
16424
16412
  expires_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16425
16413
  next_check: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16426
16414
  categories_evaluated: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
@@ -16668,6 +16656,10 @@ export declare const GetAdCPCapabilitiesResponseSchema: z.ZodObject<{
16668
16656
  catalog_management: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
16669
16657
  }, z.core.$loose>>>>;
16670
16658
  execution: z.ZodOptional<z.ZodNullable<z.ZodObject<{
16659
+ trusted_match: z.ZodOptional<z.ZodNullable<z.ZodObject<{
16660
+ supported: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
16661
+ surfaces: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"website">, z.ZodLiteral<"mobile_app">, z.ZodLiteral<"ctv_app">, z.ZodLiteral<"desktop_app">, z.ZodLiteral<"dooh">, z.ZodLiteral<"podcast">, z.ZodLiteral<"radio">, z.ZodLiteral<"streaming_audio">, z.ZodLiteral<"ai_assistant">]>>>>;
16662
+ }, z.core.$loose>>>;
16671
16663
  axe_integrations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
16672
16664
  creative_specs: z.ZodOptional<z.ZodNullable<z.ZodObject<{
16673
16665
  vast_versions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
@@ -16748,6 +16740,11 @@ export declare const GetAdCPCapabilitiesResponseSchema: z.ZodObject<{
16748
16740
  }, z.core.$loose>>>>;
16749
16741
  }, z.core.$loose>>>>;
16750
16742
  }, z.core.$loose>>>;
16743
+ content_standards_detail: z.ZodOptional<z.ZodNullable<z.ZodObject<{
16744
+ supports_local_evaluation: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
16745
+ supported_channels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"display">, z.ZodLiteral<"olv">, z.ZodLiteral<"social">, z.ZodLiteral<"search">, z.ZodLiteral<"ctv">, z.ZodLiteral<"linear_tv">, z.ZodLiteral<"radio">, z.ZodLiteral<"streaming_audio">, z.ZodLiteral<"podcast">, z.ZodLiteral<"dooh">, z.ZodLiteral<"ooh">, z.ZodLiteral<"print">, z.ZodLiteral<"cinema">, z.ZodLiteral<"email">, z.ZodLiteral<"gaming">, z.ZodLiteral<"retail_media">, z.ZodLiteral<"influencer">, z.ZodLiteral<"affiliate">, z.ZodLiteral<"product_placement">, z.ZodLiteral<"sponsored_intelligence">]>>>>;
16746
+ supports_webhook_delivery: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
16747
+ }, z.core.$loose>>>;
16751
16748
  portfolio: z.ZodOptional<z.ZodNullable<z.ZodObject<{
16752
16749
  publisher_domains: z.ZodArray<z.ZodString>;
16753
16750
  primary_channels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"display">, z.ZodLiteral<"olv">, z.ZodLiteral<"social">, z.ZodLiteral<"search">, z.ZodLiteral<"ctv">, z.ZodLiteral<"linear_tv">, z.ZodLiteral<"radio">, z.ZodLiteral<"streaming_audio">, z.ZodLiteral<"podcast">, z.ZodLiteral<"dooh">, z.ZodLiteral<"ooh">, z.ZodLiteral<"print">, z.ZodLiteral<"cinema">, z.ZodLiteral<"email">, z.ZodLiteral<"gaming">, z.ZodLiteral<"retail_media">, z.ZodLiteral<"influencer">, z.ZodLiteral<"affiliate">, z.ZodLiteral<"product_placement">, z.ZodLiteral<"sponsored_intelligence">]>>>>;
@@ -20190,7 +20187,7 @@ export declare const ProductSchema: z.ZodObject<{
20190
20187
  }, z.core.$loose>]>>;
20191
20188
  forecast: z.ZodOptional<z.ZodNullable<z.ZodObject<{
20192
20189
  points: z.ZodArray<z.ZodObject<{
20193
- budget: z.ZodNumber;
20190
+ budget: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
20194
20191
  metrics: z.ZodIntersection<z.ZodRecord<z.ZodString, z.ZodObject<{
20195
20192
  low: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
20196
20193
  mid: z.ZodNumber;
@@ -20263,7 +20260,7 @@ export declare const ProductSchema: z.ZodObject<{
20263
20260
  }, z.core.$loose>>>;
20264
20261
  }, z.core.$loose>>;
20265
20262
  }, z.core.$loose>>;
20266
- forecast_range_unit: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"spend">, z.ZodLiteral<"reach_freq">, z.ZodLiteral<"weekly">, z.ZodLiteral<"daily">, z.ZodLiteral<"clicks">, z.ZodLiteral<"conversions">]>>>;
20263
+ forecast_range_unit: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"spend">, z.ZodLiteral<"availability">, z.ZodLiteral<"reach_freq">, z.ZodLiteral<"weekly">, z.ZodLiteral<"daily">, z.ZodLiteral<"clicks">, z.ZodLiteral<"conversions">]>>>;
20267
20264
  method: z.ZodUnion<readonly [z.ZodLiteral<"estimate">, z.ZodLiteral<"modeled">, z.ZodLiteral<"guaranteed">]>;
20268
20265
  currency: z.ZodString;
20269
20266
  demographic_system: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"nielsen">, z.ZodLiteral<"barb">, z.ZodLiteral<"agf">, z.ZodLiteral<"oztam">, z.ZodLiteral<"mediametrie">, z.ZodLiteral<"custom">]>>>;
@@ -20473,7 +20470,7 @@ export declare const ProposalSchema: z.ZodObject<{
20473
20470
  }, z.core.$loose>>>>;
20474
20471
  forecast: z.ZodOptional<z.ZodNullable<z.ZodObject<{
20475
20472
  points: z.ZodArray<z.ZodObject<{
20476
- budget: z.ZodNumber;
20473
+ budget: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
20477
20474
  metrics: z.ZodIntersection<z.ZodRecord<z.ZodString, z.ZodObject<{
20478
20475
  low: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
20479
20476
  mid: z.ZodNumber;
@@ -20546,7 +20543,7 @@ export declare const ProposalSchema: z.ZodObject<{
20546
20543
  }, z.core.$loose>>>;
20547
20544
  }, z.core.$loose>>;
20548
20545
  }, z.core.$loose>>;
20549
- forecast_range_unit: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"spend">, z.ZodLiteral<"reach_freq">, z.ZodLiteral<"weekly">, z.ZodLiteral<"daily">, z.ZodLiteral<"clicks">, z.ZodLiteral<"conversions">]>>>;
20546
+ forecast_range_unit: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"spend">, z.ZodLiteral<"availability">, z.ZodLiteral<"reach_freq">, z.ZodLiteral<"weekly">, z.ZodLiteral<"daily">, z.ZodLiteral<"clicks">, z.ZodLiteral<"conversions">]>>>;
20550
20547
  method: z.ZodUnion<readonly [z.ZodLiteral<"estimate">, z.ZodLiteral<"modeled">, z.ZodLiteral<"guaranteed">]>;
20551
20548
  currency: z.ZodString;
20552
20549
  demographic_system: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"nielsen">, z.ZodLiteral<"barb">, z.ZodLiteral<"agf">, z.ZodLiteral<"oztam">, z.ZodLiteral<"mediametrie">, z.ZodLiteral<"custom">]>>>;
@@ -20586,7 +20583,7 @@ export declare const ProposalSchema: z.ZodObject<{
20586
20583
  brief_alignment: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20587
20584
  forecast: z.ZodOptional<z.ZodNullable<z.ZodObject<{
20588
20585
  points: z.ZodArray<z.ZodObject<{
20589
- budget: z.ZodNumber;
20586
+ budget: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
20590
20587
  metrics: z.ZodIntersection<z.ZodRecord<z.ZodString, z.ZodObject<{
20591
20588
  low: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
20592
20589
  mid: z.ZodNumber;
@@ -20659,7 +20656,7 @@ export declare const ProposalSchema: z.ZodObject<{
20659
20656
  }, z.core.$loose>>>;
20660
20657
  }, z.core.$loose>>;
20661
20658
  }, z.core.$loose>>;
20662
- forecast_range_unit: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"spend">, z.ZodLiteral<"reach_freq">, z.ZodLiteral<"weekly">, z.ZodLiteral<"daily">, z.ZodLiteral<"clicks">, z.ZodLiteral<"conversions">]>>>;
20659
+ forecast_range_unit: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"spend">, z.ZodLiteral<"availability">, z.ZodLiteral<"reach_freq">, z.ZodLiteral<"weekly">, z.ZodLiteral<"daily">, z.ZodLiteral<"clicks">, z.ZodLiteral<"conversions">]>>>;
20663
20660
  method: z.ZodUnion<readonly [z.ZodLiteral<"estimate">, z.ZodLiteral<"modeled">, z.ZodLiteral<"guaranteed">]>;
20664
20661
  currency: z.ZodString;
20665
20662
  demographic_system: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"nielsen">, z.ZodLiteral<"barb">, z.ZodLiteral<"agf">, z.ZodLiteral<"oztam">, z.ZodLiteral<"mediametrie">, z.ZodLiteral<"custom">]>>>;
@@ -20903,7 +20900,7 @@ export declare const GetProductsAsyncInputRequiredSchema: z.ZodObject<{
20903
20900
  }, z.core.$loose>]>>;
20904
20901
  forecast: z.ZodOptional<z.ZodNullable<z.ZodObject<{
20905
20902
  points: z.ZodArray<z.ZodObject<{
20906
- budget: z.ZodNumber;
20903
+ budget: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
20907
20904
  metrics: z.ZodIntersection<z.ZodRecord<z.ZodString, z.ZodObject<{
20908
20905
  low: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
20909
20906
  mid: z.ZodNumber;
@@ -20976,7 +20973,7 @@ export declare const GetProductsAsyncInputRequiredSchema: z.ZodObject<{
20976
20973
  }, z.core.$loose>>>;
20977
20974
  }, z.core.$loose>>;
20978
20975
  }, z.core.$loose>>;
20979
- forecast_range_unit: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"spend">, z.ZodLiteral<"reach_freq">, z.ZodLiteral<"weekly">, z.ZodLiteral<"daily">, z.ZodLiteral<"clicks">, z.ZodLiteral<"conversions">]>>>;
20976
+ forecast_range_unit: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"spend">, z.ZodLiteral<"availability">, z.ZodLiteral<"reach_freq">, z.ZodLiteral<"weekly">, z.ZodLiteral<"daily">, z.ZodLiteral<"clicks">, z.ZodLiteral<"conversions">]>>>;
20980
20977
  method: z.ZodUnion<readonly [z.ZodLiteral<"estimate">, z.ZodLiteral<"modeled">, z.ZodLiteral<"guaranteed">]>;
20981
20978
  currency: z.ZodString;
20982
20979
  demographic_system: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"nielsen">, z.ZodLiteral<"barb">, z.ZodLiteral<"agf">, z.ZodLiteral<"oztam">, z.ZodLiteral<"mediametrie">, z.ZodLiteral<"custom">]>>>;
@@ -21251,6 +21248,15 @@ export declare const ProductFiltersSchema: z.ZodObject<{
21251
21248
  min_value: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
21252
21249
  max_value: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
21253
21250
  }, z.core.$loose>]>>>>;
21251
+ postal_areas: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
21252
+ system: z.ZodUnion<readonly [z.ZodLiteral<"us_zip">, z.ZodLiteral<"us_zip_plus_four">, z.ZodLiteral<"gb_outward">, z.ZodLiteral<"gb_full">, z.ZodLiteral<"ca_fsa">, z.ZodLiteral<"ca_full">, z.ZodLiteral<"de_plz">, z.ZodLiteral<"fr_code_postal">, z.ZodLiteral<"au_postcode">, z.ZodLiteral<"ch_plz">, z.ZodLiteral<"at_plz">]>;
21253
+ values: z.ZodArray<z.ZodString>;
21254
+ }, z.core.$loose>>>>;
21255
+ geo_proximity: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>;
21256
+ keywords: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
21257
+ keyword: z.ZodString;
21258
+ match_type: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"broad">, z.ZodLiteral<"phrase">, z.ZodLiteral<"exact">]>>>;
21259
+ }, z.core.$loose>>>>;
21254
21260
  }, z.core.$loose>;
21255
21261
  export declare const GetProductsResponseSchema: z.ZodObject<{
21256
21262
  products: z.ZodArray<z.ZodObject<{
@@ -21483,7 +21489,7 @@ export declare const GetProductsResponseSchema: z.ZodObject<{
21483
21489
  }, z.core.$loose>]>>;
21484
21490
  forecast: z.ZodOptional<z.ZodNullable<z.ZodObject<{
21485
21491
  points: z.ZodArray<z.ZodObject<{
21486
- budget: z.ZodNumber;
21492
+ budget: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
21487
21493
  metrics: z.ZodIntersection<z.ZodRecord<z.ZodString, z.ZodObject<{
21488
21494
  low: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
21489
21495
  mid: z.ZodNumber;
@@ -21556,7 +21562,7 @@ export declare const GetProductsResponseSchema: z.ZodObject<{
21556
21562
  }, z.core.$loose>>>;
21557
21563
  }, z.core.$loose>>;
21558
21564
  }, z.core.$loose>>;
21559
- forecast_range_unit: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"spend">, z.ZodLiteral<"reach_freq">, z.ZodLiteral<"weekly">, z.ZodLiteral<"daily">, z.ZodLiteral<"clicks">, z.ZodLiteral<"conversions">]>>>;
21565
+ forecast_range_unit: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"spend">, z.ZodLiteral<"availability">, z.ZodLiteral<"reach_freq">, z.ZodLiteral<"weekly">, z.ZodLiteral<"daily">, z.ZodLiteral<"clicks">, z.ZodLiteral<"conversions">]>>>;
21560
21566
  method: z.ZodUnion<readonly [z.ZodLiteral<"estimate">, z.ZodLiteral<"modeled">, z.ZodLiteral<"guaranteed">]>;
21561
21567
  currency: z.ZodString;
21562
21568
  demographic_system: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"nielsen">, z.ZodLiteral<"barb">, z.ZodLiteral<"agf">, z.ZodLiteral<"oztam">, z.ZodLiteral<"mediametrie">, z.ZodLiteral<"custom">]>>>;
@@ -21766,7 +21772,7 @@ export declare const GetProductsResponseSchema: z.ZodObject<{
21766
21772
  }, z.core.$loose>>>>;
21767
21773
  forecast: z.ZodOptional<z.ZodNullable<z.ZodObject<{
21768
21774
  points: z.ZodArray<z.ZodObject<{
21769
- budget: z.ZodNumber;
21775
+ budget: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
21770
21776
  metrics: z.ZodIntersection<z.ZodRecord<z.ZodString, z.ZodObject<{
21771
21777
  low: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
21772
21778
  mid: z.ZodNumber;
@@ -21839,7 +21845,7 @@ export declare const GetProductsResponseSchema: z.ZodObject<{
21839
21845
  }, z.core.$loose>>>;
21840
21846
  }, z.core.$loose>>;
21841
21847
  }, z.core.$loose>>;
21842
- forecast_range_unit: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"spend">, z.ZodLiteral<"reach_freq">, z.ZodLiteral<"weekly">, z.ZodLiteral<"daily">, z.ZodLiteral<"clicks">, z.ZodLiteral<"conversions">]>>>;
21848
+ forecast_range_unit: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"spend">, z.ZodLiteral<"availability">, z.ZodLiteral<"reach_freq">, z.ZodLiteral<"weekly">, z.ZodLiteral<"daily">, z.ZodLiteral<"clicks">, z.ZodLiteral<"conversions">]>>>;
21843
21849
  method: z.ZodUnion<readonly [z.ZodLiteral<"estimate">, z.ZodLiteral<"modeled">, z.ZodLiteral<"guaranteed">]>;
21844
21850
  currency: z.ZodString;
21845
21851
  demographic_system: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"nielsen">, z.ZodLiteral<"barb">, z.ZodLiteral<"agf">, z.ZodLiteral<"oztam">, z.ZodLiteral<"mediametrie">, z.ZodLiteral<"custom">]>>>;
@@ -21879,7 +21885,7 @@ export declare const GetProductsResponseSchema: z.ZodObject<{
21879
21885
  brief_alignment: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21880
21886
  forecast: z.ZodOptional<z.ZodNullable<z.ZodObject<{
21881
21887
  points: z.ZodArray<z.ZodObject<{
21882
- budget: z.ZodNumber;
21888
+ budget: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
21883
21889
  metrics: z.ZodIntersection<z.ZodRecord<z.ZodString, z.ZodObject<{
21884
21890
  low: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
21885
21891
  mid: z.ZodNumber;
@@ -21952,7 +21958,7 @@ export declare const GetProductsResponseSchema: z.ZodObject<{
21952
21958
  }, z.core.$loose>>>;
21953
21959
  }, z.core.$loose>>;
21954
21960
  }, z.core.$loose>>;
21955
- forecast_range_unit: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"spend">, z.ZodLiteral<"reach_freq">, z.ZodLiteral<"weekly">, z.ZodLiteral<"daily">, z.ZodLiteral<"clicks">, z.ZodLiteral<"conversions">]>>>;
21961
+ forecast_range_unit: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"spend">, z.ZodLiteral<"availability">, z.ZodLiteral<"reach_freq">, z.ZodLiteral<"weekly">, z.ZodLiteral<"daily">, z.ZodLiteral<"clicks">, z.ZodLiteral<"conversions">]>>>;
21956
21962
  method: z.ZodUnion<readonly [z.ZodLiteral<"estimate">, z.ZodLiteral<"modeled">, z.ZodLiteral<"guaranteed">]>;
21957
21963
  currency: z.ZodString;
21958
21964
  demographic_system: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"nielsen">, z.ZodLiteral<"barb">, z.ZodLiteral<"agf">, z.ZodLiteral<"oztam">, z.ZodLiteral<"mediametrie">, z.ZodLiteral<"custom">]>>>;
@@ -28419,10 +28425,7 @@ export declare const ListContentStandardsResponseSchema: z.ZodUnion<readonly [z.
28419
28425
  policy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28420
28426
  calibration_exemplars: z.ZodOptional<z.ZodNullable<z.ZodObject<{
28421
28427
  pass: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
28422
- property_id: z.ZodObject<{
28423
- type: z.ZodUnion<readonly [z.ZodLiteral<"domain">, z.ZodLiteral<"subdomain">, z.ZodLiteral<"network_id">, z.ZodLiteral<"ios_bundle">, z.ZodLiteral<"android_package">, z.ZodLiteral<"apple_app_store_id">, z.ZodLiteral<"google_play_id">, z.ZodLiteral<"roku_store_id">, z.ZodLiteral<"fire_tv_asin">, z.ZodLiteral<"samsung_app_id">, z.ZodLiteral<"apple_tv_bundle">, z.ZodLiteral<"bundle_id">, z.ZodLiteral<"venue_id">, z.ZodLiteral<"screen_id">, z.ZodLiteral<"openooh_venue_type">, z.ZodLiteral<"rss_url">, z.ZodLiteral<"apple_podcast_id">, z.ZodLiteral<"spotify_collection_id">, z.ZodLiteral<"podcast_guid">]>;
28424
- value: z.ZodString;
28425
- }, z.core.$loose>;
28428
+ property_rid: z.ZodString;
28426
28429
  artifact_id: z.ZodString;
28427
28430
  variant_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28428
28431
  format_id: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -28439,6 +28442,7 @@ export declare const ListContentStandardsResponseSchema: z.ZodUnion<readonly [z.
28439
28442
  type: z.ZodLiteral<"text">;
28440
28443
  role: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"title">, z.ZodLiteral<"paragraph">, z.ZodLiteral<"heading">, z.ZodLiteral<"caption">, z.ZodLiteral<"quote">, z.ZodLiteral<"list_item">, z.ZodLiteral<"description">]>>>;
28441
28444
  content: z.ZodString;
28445
+ content_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"text/html">, z.ZodLiteral<"application/json">]>>>;
28442
28446
  language: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28443
28447
  heading_level: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
28444
28448
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -28555,6 +28559,7 @@ export declare const ListContentStandardsResponseSchema: z.ZodUnion<readonly [z.
28555
28559
  }, z.core.$loose>]>>>;
28556
28560
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
28557
28561
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28562
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
28558
28563
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"subtitles">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"dub">, z.ZodLiteral<"generated">]>>>;
28559
28564
  thumbnail_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28560
28565
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -28613,6 +28618,7 @@ export declare const ListContentStandardsResponseSchema: z.ZodUnion<readonly [z.
28613
28618
  }, z.core.$loose>]>>>;
28614
28619
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
28615
28620
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28621
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
28616
28622
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"generated">]>>>;
28617
28623
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
28618
28624
  digital_source_type: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"digital_capture">, z.ZodLiteral<"digital_creation">, z.ZodLiteral<"trained_algorithmic_media">, z.ZodLiteral<"composite_with_trained_algorithmic_media">, z.ZodLiteral<"algorithmic_media">, z.ZodLiteral<"composite_capture">, z.ZodLiteral<"composite_synthetic">, z.ZodLiteral<"human_edits">, z.ZodLiteral<"data_driven_media">]>>>;
@@ -28714,10 +28720,7 @@ export declare const ListContentStandardsResponseSchema: z.ZodUnion<readonly [z.
28714
28720
  }, z.core.$loose>>>;
28715
28721
  }, z.core.$loose>>>>;
28716
28722
  fail: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
28717
- property_id: z.ZodObject<{
28718
- type: z.ZodUnion<readonly [z.ZodLiteral<"domain">, z.ZodLiteral<"subdomain">, z.ZodLiteral<"network_id">, z.ZodLiteral<"ios_bundle">, z.ZodLiteral<"android_package">, z.ZodLiteral<"apple_app_store_id">, z.ZodLiteral<"google_play_id">, z.ZodLiteral<"roku_store_id">, z.ZodLiteral<"fire_tv_asin">, z.ZodLiteral<"samsung_app_id">, z.ZodLiteral<"apple_tv_bundle">, z.ZodLiteral<"bundle_id">, z.ZodLiteral<"venue_id">, z.ZodLiteral<"screen_id">, z.ZodLiteral<"openooh_venue_type">, z.ZodLiteral<"rss_url">, z.ZodLiteral<"apple_podcast_id">, z.ZodLiteral<"spotify_collection_id">, z.ZodLiteral<"podcast_guid">]>;
28719
- value: z.ZodString;
28720
- }, z.core.$loose>;
28723
+ property_rid: z.ZodString;
28721
28724
  artifact_id: z.ZodString;
28722
28725
  variant_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28723
28726
  format_id: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -28734,6 +28737,7 @@ export declare const ListContentStandardsResponseSchema: z.ZodUnion<readonly [z.
28734
28737
  type: z.ZodLiteral<"text">;
28735
28738
  role: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"title">, z.ZodLiteral<"paragraph">, z.ZodLiteral<"heading">, z.ZodLiteral<"caption">, z.ZodLiteral<"quote">, z.ZodLiteral<"list_item">, z.ZodLiteral<"description">]>>>;
28736
28739
  content: z.ZodString;
28740
+ content_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"text/html">, z.ZodLiteral<"application/json">]>>>;
28737
28741
  language: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28738
28742
  heading_level: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
28739
28743
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -28850,6 +28854,7 @@ export declare const ListContentStandardsResponseSchema: z.ZodUnion<readonly [z.
28850
28854
  }, z.core.$loose>]>>>;
28851
28855
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
28852
28856
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28857
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
28853
28858
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"subtitles">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"dub">, z.ZodLiteral<"generated">]>>>;
28854
28859
  thumbnail_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28855
28860
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -28908,6 +28913,7 @@ export declare const ListContentStandardsResponseSchema: z.ZodUnion<readonly [z.
28908
28913
  }, z.core.$loose>]>>>;
28909
28914
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
28910
28915
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28916
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
28911
28917
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"generated">]>>>;
28912
28918
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
28913
28919
  digital_source_type: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"digital_capture">, z.ZodLiteral<"digital_creation">, z.ZodLiteral<"trained_algorithmic_media">, z.ZodLiteral<"composite_with_trained_algorithmic_media">, z.ZodLiteral<"algorithmic_media">, z.ZodLiteral<"composite_capture">, z.ZodLiteral<"composite_synthetic">, z.ZodLiteral<"human_edits">, z.ZodLiteral<"data_driven_media">]>>>;
@@ -29229,10 +29235,7 @@ export declare const GetContentStandardsResponseSchema: z.ZodUnion<readonly [z.Z
29229
29235
  policy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29230
29236
  calibration_exemplars: z.ZodOptional<z.ZodNullable<z.ZodObject<{
29231
29237
  pass: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
29232
- property_id: z.ZodObject<{
29233
- type: z.ZodUnion<readonly [z.ZodLiteral<"domain">, z.ZodLiteral<"subdomain">, z.ZodLiteral<"network_id">, z.ZodLiteral<"ios_bundle">, z.ZodLiteral<"android_package">, z.ZodLiteral<"apple_app_store_id">, z.ZodLiteral<"google_play_id">, z.ZodLiteral<"roku_store_id">, z.ZodLiteral<"fire_tv_asin">, z.ZodLiteral<"samsung_app_id">, z.ZodLiteral<"apple_tv_bundle">, z.ZodLiteral<"bundle_id">, z.ZodLiteral<"venue_id">, z.ZodLiteral<"screen_id">, z.ZodLiteral<"openooh_venue_type">, z.ZodLiteral<"rss_url">, z.ZodLiteral<"apple_podcast_id">, z.ZodLiteral<"spotify_collection_id">, z.ZodLiteral<"podcast_guid">]>;
29234
- value: z.ZodString;
29235
- }, z.core.$loose>;
29238
+ property_rid: z.ZodString;
29236
29239
  artifact_id: z.ZodString;
29237
29240
  variant_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29238
29241
  format_id: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -29249,6 +29252,7 @@ export declare const GetContentStandardsResponseSchema: z.ZodUnion<readonly [z.Z
29249
29252
  type: z.ZodLiteral<"text">;
29250
29253
  role: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"title">, z.ZodLiteral<"paragraph">, z.ZodLiteral<"heading">, z.ZodLiteral<"caption">, z.ZodLiteral<"quote">, z.ZodLiteral<"list_item">, z.ZodLiteral<"description">]>>>;
29251
29254
  content: z.ZodString;
29255
+ content_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"text/html">, z.ZodLiteral<"application/json">]>>>;
29252
29256
  language: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29253
29257
  heading_level: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
29254
29258
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -29365,6 +29369,7 @@ export declare const GetContentStandardsResponseSchema: z.ZodUnion<readonly [z.Z
29365
29369
  }, z.core.$loose>]>>>;
29366
29370
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
29367
29371
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29372
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
29368
29373
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"subtitles">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"dub">, z.ZodLiteral<"generated">]>>>;
29369
29374
  thumbnail_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29370
29375
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -29423,6 +29428,7 @@ export declare const GetContentStandardsResponseSchema: z.ZodUnion<readonly [z.Z
29423
29428
  }, z.core.$loose>]>>>;
29424
29429
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
29425
29430
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29431
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
29426
29432
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"generated">]>>>;
29427
29433
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
29428
29434
  digital_source_type: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"digital_capture">, z.ZodLiteral<"digital_creation">, z.ZodLiteral<"trained_algorithmic_media">, z.ZodLiteral<"composite_with_trained_algorithmic_media">, z.ZodLiteral<"algorithmic_media">, z.ZodLiteral<"composite_capture">, z.ZodLiteral<"composite_synthetic">, z.ZodLiteral<"human_edits">, z.ZodLiteral<"data_driven_media">]>>>;
@@ -29524,10 +29530,7 @@ export declare const GetContentStandardsResponseSchema: z.ZodUnion<readonly [z.Z
29524
29530
  }, z.core.$loose>>>;
29525
29531
  }, z.core.$loose>>>>;
29526
29532
  fail: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
29527
- property_id: z.ZodObject<{
29528
- type: z.ZodUnion<readonly [z.ZodLiteral<"domain">, z.ZodLiteral<"subdomain">, z.ZodLiteral<"network_id">, z.ZodLiteral<"ios_bundle">, z.ZodLiteral<"android_package">, z.ZodLiteral<"apple_app_store_id">, z.ZodLiteral<"google_play_id">, z.ZodLiteral<"roku_store_id">, z.ZodLiteral<"fire_tv_asin">, z.ZodLiteral<"samsung_app_id">, z.ZodLiteral<"apple_tv_bundle">, z.ZodLiteral<"bundle_id">, z.ZodLiteral<"venue_id">, z.ZodLiteral<"screen_id">, z.ZodLiteral<"openooh_venue_type">, z.ZodLiteral<"rss_url">, z.ZodLiteral<"apple_podcast_id">, z.ZodLiteral<"spotify_collection_id">, z.ZodLiteral<"podcast_guid">]>;
29529
- value: z.ZodString;
29530
- }, z.core.$loose>;
29533
+ property_rid: z.ZodString;
29531
29534
  artifact_id: z.ZodString;
29532
29535
  variant_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29533
29536
  format_id: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -29544,6 +29547,7 @@ export declare const GetContentStandardsResponseSchema: z.ZodUnion<readonly [z.Z
29544
29547
  type: z.ZodLiteral<"text">;
29545
29548
  role: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"title">, z.ZodLiteral<"paragraph">, z.ZodLiteral<"heading">, z.ZodLiteral<"caption">, z.ZodLiteral<"quote">, z.ZodLiteral<"list_item">, z.ZodLiteral<"description">]>>>;
29546
29549
  content: z.ZodString;
29550
+ content_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"text/html">, z.ZodLiteral<"application/json">]>>>;
29547
29551
  language: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29548
29552
  heading_level: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
29549
29553
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -29660,6 +29664,7 @@ export declare const GetContentStandardsResponseSchema: z.ZodUnion<readonly [z.Z
29660
29664
  }, z.core.$loose>]>>>;
29661
29665
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
29662
29666
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29667
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
29663
29668
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"subtitles">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"dub">, z.ZodLiteral<"generated">]>>>;
29664
29669
  thumbnail_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29665
29670
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -29718,6 +29723,7 @@ export declare const GetContentStandardsResponseSchema: z.ZodUnion<readonly [z.Z
29718
29723
  }, z.core.$loose>]>>>;
29719
29724
  duration_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
29720
29725
  transcript: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29726
+ transcript_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"text/plain">, z.ZodLiteral<"text/markdown">, z.ZodLiteral<"application/json">]>>>;
29721
29727
  transcript_source: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"original_script">, z.ZodLiteral<"closed_captions">, z.ZodLiteral<"generated">]>>>;
29722
29728
  provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
29723
29729
  digital_source_type: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"digital_capture">, z.ZodLiteral<"digital_creation">, z.ZodLiteral<"trained_algorithmic_media">, z.ZodLiteral<"composite_with_trained_algorithmic_media">, z.ZodLiteral<"algorithmic_media">, z.ZodLiteral<"composite_capture">, z.ZodLiteral<"composite_synthetic">, z.ZodLiteral<"human_edits">, z.ZodLiteral<"data_driven_media">]>>>;
@@ -30217,7 +30223,6 @@ export declare const SyncPlansRequestSchema: z.ZodObject<{
30217
30223
  shared_policy_ids: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
30218
30224
  shared_exclusions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
30219
30225
  }, z.core.$loose>>>;
30220
- mode: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"audit">, z.ZodLiteral<"advisory">, z.ZodLiteral<"enforce">]>>>;
30221
30226
  ext: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, z.core.$loose>>>;
30222
30227
  }, z.core.$loose>>;
30223
30228
  }, z.core.$loose>;
@@ -30682,6 +30687,15 @@ export declare const GetProductsRequestSchema: z.ZodObject<{
30682
30687
  min_value: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
30683
30688
  max_value: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
30684
30689
  }, z.core.$loose>]>>>>;
30690
+ postal_areas: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
30691
+ system: z.ZodUnion<readonly [z.ZodLiteral<"us_zip">, z.ZodLiteral<"us_zip_plus_four">, z.ZodLiteral<"gb_outward">, z.ZodLiteral<"gb_full">, z.ZodLiteral<"ca_fsa">, z.ZodLiteral<"ca_full">, z.ZodLiteral<"de_plz">, z.ZodLiteral<"fr_code_postal">, z.ZodLiteral<"au_postcode">, z.ZodLiteral<"ch_plz">, z.ZodLiteral<"at_plz">]>;
30692
+ values: z.ZodArray<z.ZodString>;
30693
+ }, z.core.$loose>>>>;
30694
+ geo_proximity: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>;
30695
+ keywords: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
30696
+ keyword: z.ZodString;
30697
+ match_type: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"broad">, z.ZodLiteral<"phrase">, z.ZodLiteral<"exact">]>>>;
30698
+ }, z.core.$loose>>>>;
30685
30699
  }, z.core.$loose>>>;
30686
30700
  property_list: z.ZodOptional<z.ZodNullable<z.ZodObject<{
30687
30701
  agent_url: z.ZodString;
@@ -31787,6 +31801,7 @@ export declare const CreateMediaBuyRequestSchema: z.ZodObject<{
31787
31801
  domain: z.ZodString;
31788
31802
  brand_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31789
31803
  }, z.core.$loose>;
31804
+ advertiser_industry: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"automotive">, z.ZodLiteral<"automotive.electric_vehicles">, z.ZodLiteral<"automotive.parts_accessories">, z.ZodLiteral<"automotive.luxury">, z.ZodLiteral<"beauty_cosmetics">, z.ZodLiteral<"beauty_cosmetics.skincare">, z.ZodLiteral<"beauty_cosmetics.fragrance">, z.ZodLiteral<"beauty_cosmetics.haircare">, z.ZodLiteral<"cannabis">, z.ZodLiteral<"cpg">, z.ZodLiteral<"cpg.personal_care">, z.ZodLiteral<"cpg.household">, z.ZodLiteral<"dating">, z.ZodLiteral<"education">, z.ZodLiteral<"education.higher_education">, z.ZodLiteral<"education.online_learning">, z.ZodLiteral<"education.k12">, z.ZodLiteral<"energy_utilities">, z.ZodLiteral<"energy_utilities.renewable">, z.ZodLiteral<"fashion_apparel">, z.ZodLiteral<"fashion_apparel.luxury">, z.ZodLiteral<"fashion_apparel.sportswear">, z.ZodLiteral<"finance">, z.ZodLiteral<"finance.banking">, z.ZodLiteral<"finance.insurance">, z.ZodLiteral<"finance.investment">, z.ZodLiteral<"finance.cryptocurrency">, z.ZodLiteral<"food_beverage">, z.ZodLiteral<"food_beverage.alcohol">, z.ZodLiteral<"food_beverage.restaurants">, z.ZodLiteral<"food_beverage.packaged_goods">, z.ZodLiteral<"gambling_betting">, z.ZodLiteral<"gambling_betting.sports_betting">, z.ZodLiteral<"gambling_betting.casino">, z.ZodLiteral<"gaming">, z.ZodLiteral<"gaming.mobile">, z.ZodLiteral<"gaming.console_pc">, z.ZodLiteral<"gaming.esports">, z.ZodLiteral<"government_nonprofit">, z.ZodLiteral<"government_nonprofit.political">, z.ZodLiteral<"government_nonprofit.charity">, z.ZodLiteral<"healthcare">, z.ZodLiteral<"healthcare.pharmaceutical">, z.ZodLiteral<"healthcare.medical_devices">, z.ZodLiteral<"healthcare.wellness">, z.ZodLiteral<"home_garden">, z.ZodLiteral<"home_garden.furniture">, z.ZodLiteral<"home_garden.home_improvement">, z.ZodLiteral<"media_entertainment">, z.ZodLiteral<"media_entertainment.podcasts">, z.ZodLiteral<"media_entertainment.music">, z.ZodLiteral<"media_entertainment.film_tv">, z.ZodLiteral<"media_entertainment.publishing">, z.ZodLiteral<"media_entertainment.live_events">, z.ZodLiteral<"pets">, z.ZodLiteral<"professional_services">, z.ZodLiteral<"professional_services.legal">, z.ZodLiteral<"professional_services.consulting">, z.ZodLiteral<"real_estate">, z.ZodLiteral<"real_estate.residential">, z.ZodLiteral<"real_estate.commercial">, z.ZodLiteral<"recruitment_hr">, z.ZodLiteral<"retail">, z.ZodLiteral<"retail.ecommerce">, z.ZodLiteral<"retail.department_stores">, z.ZodLiteral<"sports_fitness">, z.ZodLiteral<"sports_fitness.equipment">, z.ZodLiteral<"sports_fitness.teams_leagues">, z.ZodLiteral<"technology">, z.ZodLiteral<"technology.software">, z.ZodLiteral<"technology.hardware">, z.ZodLiteral<"technology.ai_ml">, z.ZodLiteral<"telecom">, z.ZodLiteral<"telecom.mobile_carriers">, z.ZodLiteral<"telecom.internet_providers">, z.ZodLiteral<"transportation_logistics">, z.ZodLiteral<"travel_hospitality">, z.ZodLiteral<"travel_hospitality.airlines">, z.ZodLiteral<"travel_hospitality.hotels">, z.ZodLiteral<"travel_hospitality.cruise">, z.ZodLiteral<"travel_hospitality.tourism">]>>>;
31790
31805
  invoice_recipient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
31791
31806
  legal_name: z.ZodString;
31792
31807
  vat_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;