@adcp/sdk 8.1.0-beta.8 → 8.1.0-beta.9

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 (86) hide show
  1. package/README.md +4 -1
  2. package/dist/lib/schemas/index.d.ts +68 -10
  3. package/dist/lib/schemas/index.d.ts.map +1 -1
  4. package/dist/lib/schemas/index.js +57 -16
  5. package/dist/lib/schemas/index.js.map +1 -1
  6. package/dist/lib/schemas-data/v2.5/_provenance.json +1 -1
  7. package/dist/lib/server/create-adcp-server.d.ts +54 -53
  8. package/dist/lib/server/create-adcp-server.d.ts.map +1 -1
  9. package/dist/lib/server/create-adcp-server.js +4 -1
  10. package/dist/lib/server/create-adcp-server.js.map +1 -1
  11. package/dist/lib/server/decisioning/account.d.ts +2 -1
  12. package/dist/lib/server/decisioning/account.d.ts.map +1 -1
  13. package/dist/lib/server/decisioning/account.js.map +1 -1
  14. package/dist/lib/server/decisioning/index.d.ts +9 -8
  15. package/dist/lib/server/decisioning/index.d.ts.map +1 -1
  16. package/dist/lib/server/decisioning/index.js.map +1 -1
  17. package/dist/lib/server/decisioning/list-helpers.d.ts +3 -2
  18. package/dist/lib/server/decisioning/list-helpers.d.ts.map +1 -1
  19. package/dist/lib/server/decisioning/list-helpers.js +0 -1
  20. package/dist/lib/server/decisioning/list-helpers.js.map +1 -1
  21. package/dist/lib/server/decisioning/manifest-helpers.d.ts +8 -2
  22. package/dist/lib/server/decisioning/manifest-helpers.d.ts.map +1 -1
  23. package/dist/lib/server/decisioning/manifest-helpers.js +8 -2
  24. package/dist/lib/server/decisioning/manifest-helpers.js.map +1 -1
  25. package/dist/lib/server/decisioning/proposal/dispatch.d.ts +3 -2
  26. package/dist/lib/server/decisioning/proposal/dispatch.d.ts.map +1 -1
  27. package/dist/lib/server/decisioning/proposal/dispatch.js +0 -1
  28. package/dist/lib/server/decisioning/proposal/dispatch.js.map +1 -1
  29. package/dist/lib/server/decisioning/proposal/mock-manager.d.ts +3 -2
  30. package/dist/lib/server/decisioning/proposal/mock-manager.d.ts.map +1 -1
  31. package/dist/lib/server/decisioning/proposal/mock-manager.js.map +1 -1
  32. package/dist/lib/server/decisioning/proposal/types.d.ts +3 -2
  33. package/dist/lib/server/decisioning/proposal/types.d.ts.map +1 -1
  34. package/dist/lib/server/decisioning/proposal/types.js.map +1 -1
  35. package/dist/lib/server/decisioning/runtime/from-platform.d.ts.map +1 -1
  36. package/dist/lib/server/decisioning/runtime/from-platform.js.map +1 -1
  37. package/dist/lib/server/decisioning/specialisms/campaign-governance.d.ts +9 -4
  38. package/dist/lib/server/decisioning/specialisms/campaign-governance.d.ts.map +1 -1
  39. package/dist/lib/server/decisioning/specialisms/content-standards.d.ts +17 -8
  40. package/dist/lib/server/decisioning/specialisms/content-standards.d.ts.map +1 -1
  41. package/dist/lib/server/decisioning/specialisms/creative-ad-server.d.ts +9 -4
  42. package/dist/lib/server/decisioning/specialisms/creative-ad-server.d.ts.map +1 -1
  43. package/dist/lib/server/decisioning/specialisms/creative.d.ts +5 -2
  44. package/dist/lib/server/decisioning/specialisms/creative.d.ts.map +1 -1
  45. package/dist/lib/server/decisioning/specialisms/lists.d.ts +21 -10
  46. package/dist/lib/server/decisioning/specialisms/lists.d.ts.map +1 -1
  47. package/dist/lib/server/decisioning/specialisms/sales.d.ts +11 -5
  48. package/dist/lib/server/decisioning/specialisms/sales.d.ts.map +1 -1
  49. package/dist/lib/server/decisioning/specialisms/signals.d.ts +3 -1
  50. package/dist/lib/server/decisioning/specialisms/signals.d.ts.map +1 -1
  51. package/dist/lib/server/decisioning/specialisms/sponsored-intelligence.d.ts +9 -4
  52. package/dist/lib/server/decisioning/specialisms/sponsored-intelligence.d.ts.map +1 -1
  53. package/dist/lib/server/index.d.ts +1 -0
  54. package/dist/lib/server/index.d.ts.map +1 -1
  55. package/dist/lib/server/index.js.map +1 -1
  56. package/dist/lib/server/operational-platform.d.ts +4 -3
  57. package/dist/lib/server/operational-platform.d.ts.map +1 -1
  58. package/dist/lib/server/operational-platform.js.map +1 -1
  59. package/dist/lib/server/responses.d.ts +27 -26
  60. package/dist/lib/server/responses.d.ts.map +1 -1
  61. package/dist/lib/server/responses.js +49 -29
  62. package/dist/lib/server/responses.js.map +1 -1
  63. package/dist/lib/types/index.d.ts +1 -0
  64. package/dist/lib/types/index.d.ts.map +1 -1
  65. package/dist/lib/types/index.js.map +1 -1
  66. package/dist/lib/types/inline-enums.generated.d.ts +163 -7
  67. package/dist/lib/types/inline-enums.generated.d.ts.map +1 -1
  68. package/dist/lib/types/inline-enums.generated.js +222 -9
  69. package/dist/lib/types/inline-enums.generated.js.map +1 -1
  70. package/dist/lib/types/schemas.generated.d.ts +465 -538
  71. package/dist/lib/types/schemas.generated.d.ts.map +1 -1
  72. package/dist/lib/types/schemas.generated.js +57 -57
  73. package/dist/lib/types/schemas.generated.js.map +1 -1
  74. package/dist/lib/types/server-payload.d.ts +22 -0
  75. package/dist/lib/types/server-payload.d.ts.map +1 -0
  76. package/dist/lib/types/server-payload.js +11 -0
  77. package/dist/lib/types/server-payload.js.map +1 -0
  78. package/dist/lib/utils/tool-request-schemas.d.ts +8574 -1
  79. package/dist/lib/utils/tool-request-schemas.d.ts.map +1 -1
  80. package/dist/lib/utils/tool-request-schemas.js +4 -5
  81. package/dist/lib/utils/tool-request-schemas.js.map +1 -1
  82. package/dist/lib/version.d.ts +3 -3
  83. package/dist/lib/version.js +3 -3
  84. package/examples/hello_seller_adapter_guaranteed.ts +7 -8
  85. package/examples/hello_seller_adapter_non_guaranteed.ts +10 -12
  86. package/package.json +1 -1
@@ -8,20 +8,70 @@ export declare const AudioAssetRequirements_ChannelsValues: readonly ["mono", "s
8
8
  export declare const AudioAssetRequirements_FormatsValues: readonly ["mp3", "aac", "wav", "ogg", "flac"];
9
9
  /** single | AuthorizationResult.status */
10
10
  export declare const AuthorizationResult_StatusValues: readonly ["authorized", "unauthorized", "unknown"];
11
+ /** single | BillingNotSupportedDetails.scope */
12
+ export declare const BillingNotSupportedDetails_ScopeValues: readonly ["capability", "account"];
11
13
  /** single | BriefAsset.objective */
12
14
  export declare const BriefAsset_ObjectiveValues: readonly ["awareness", "consideration", "conversion", "retention", "engagement"];
13
15
  /** single | BuildCreativeAsyncInputRequired.reason */
14
16
  export declare const BuildCreativeAsyncInputRequired_ReasonValues: readonly ["APPROVAL_REQUIRED", "CREATIVE_DIRECTION_NEEDED", "ASSET_SELECTION_NEEDED"];
17
+ /** single | CanonicalFormatAgentPlacementAISurfaceSponsoredPlacement.composition_model */
18
+ export declare const CanonicalFormatAgentPlacementAISurfaceSponsoredPlacement_CompositionModelValues: readonly ["deterministic", "algorithmic"];
19
+ /** single | CanonicalFormatAgentPlacementAISurfaceSponsoredPlacement.output_modality */
20
+ export declare const CanonicalFormatAgentPlacementAISurfaceSponsoredPlacement_OutputModalityValues: readonly ["text", "audio", "card"];
21
+ /** array of | CanonicalFormatDisplayTag.supported_tag_types */
22
+ export declare const CanonicalFormatDisplayTag_SupportedTagTypesValues: readonly ["iframe", "javascript", "1x1_redirect"];
23
+ /** single | CanonicalFormatHostedAudio.asset_source */
24
+ export declare const CanonicalFormatHostedAudio_AssetSourceValues: readonly ["buyer_uploaded", "publisher_host_recorded", "seller_pre_rendered_from_brief", "seller_human_designed", "agent_synthesized"];
25
+ /** array of | CanonicalFormatHostedAudio.audio_codecs */
26
+ export declare const CanonicalFormatHostedAudio_AudioCodecsValues: readonly ["mp3", "aac", "wav", "opus", "flac"];
27
+ /** single | CanonicalFormatHostedAudio.buyer_asset_acceptance */
28
+ export declare const CanonicalFormatHostedAudio_BuyerAssetAcceptanceValues: readonly ["accepted", "rejected"];
29
+ /** array of | CanonicalFormatHostedVideo.audio_codecs */
30
+ export declare const CanonicalFormatHostedVideo_AudioCodecsValues: readonly ["aac", "mp3", "opus", "pcm"];
31
+ /** single | CanonicalFormatHostedVideo.captions */
32
+ export declare const CanonicalFormatHostedVideo_CaptionsValues: readonly ["required", "recommended", "not_required"];
33
+ /** array of | CanonicalFormatHostedVideo.containers */
34
+ export declare const CanonicalFormatHostedVideo_ContainersValues: readonly ["mp4", "webm", "mov"];
35
+ /** single | CanonicalFormatHostedVideo.orientation */
36
+ export declare const CanonicalFormatHostedVideo_OrientationValues: readonly ["vertical", "horizontal", "square"];
37
+ /** array of | CanonicalFormatHostedVideo.video_codecs */
38
+ export declare const CanonicalFormatHostedVideo_VideoCodecsValues: readonly ["h264", "h265", "vp8", "vp9", "av1", "prores"];
39
+ /** single | CanonicalFormatHTML5Banner.clicktag_macro */
40
+ export declare const CanonicalFormatHTML5Banner_ClicktagMacroValues: readonly ["clickTag", "clickTAG"];
41
+ /** single | CanonicalFormatHTML5Banner.mraid_version */
42
+ export declare const CanonicalFormatHTML5Banner_MraidVersionValues: readonly ["2.0", "3.0"];
43
+ /** array of | CanonicalFormatImage.image_formats */
44
+ export declare const CanonicalFormatImage_ImageFormatsValues: readonly ["jpg", "jpeg", "png", "gif", "webp", "svg"];
45
+ /** array of | CanonicalFormatImageCarousel.allowed_card_asset_types */
46
+ export declare const CanonicalFormatImageCarousel_AllowedCardAssetTypesValues: readonly ["image", "video"];
47
+ /** single | CanonicalFormatNativeInFeed.asset_source */
48
+ export declare const CanonicalFormatNativeInFeed_AssetSourceValues: readonly ["buyer_uploaded", "seller_pre_rendered_from_brief", "seller_human_designed", "agent_synthesized"];
49
+ /** array of | CanonicalFormatNativeInFeed.image_formats */
50
+ export declare const CanonicalFormatNativeInFeed_ImageFormatsValues: readonly ["jpg", "jpeg", "png", "gif", "webp"];
51
+ /** single | CanonicalFormatSponsoredPlacementRetailMediaCatalogDriven.fanout_mode */
52
+ export declare const CanonicalFormatSponsoredPlacementRetailMediaCatalogDriven_FanoutModeValues: readonly ["per_item", "multi_item_in_creative", "single_item"];
53
+ /** array of | CanonicalFormatSponsoredPlacementRetailMediaCatalogDriven.supported_catalog_types */
54
+ export declare const CanonicalFormatSponsoredPlacementRetailMediaCatalogDriven_SupportedCatalogTypesValues: readonly ["product", "store", "offering", "hotel", "flight", "vehicle", "real_estate", "education", "destination", "app", "job", "inventory"];
55
+ /** array of | CanonicalFormatSponsoredPlacementRetailMediaCatalogDriven.supported_id_types */
56
+ export declare const CanonicalFormatSponsoredPlacementRetailMediaCatalogDriven_SupportedIdTypesValues: readonly ["asin", "sku", "gtin", "offering_id", "store_id", "hotel_id", "flight_id", "vehicle_id", "listing_id", "program_id", "destination_id", "app_id", "job_id"];
57
+ /** single | CanonicalFormatVASTVideo.vpaid_version */
58
+ export declare const CanonicalFormatVASTVideo_VpaidVersionValues: readonly ["1.0", "2.0"];
15
59
  /** single | CatalogFieldMapping.transform */
16
60
  export declare const CatalogFieldMapping_TransformValues: readonly ["date", "divide", "boolean", "split"];
17
61
  /** single | ComplyTestControllerRequest.scenario */
18
- export declare const ComplyTestControllerRequest_ScenarioValues: readonly ["list_scenarios", "force_creative_status", "force_account_status", "force_media_buy_status", "force_create_media_buy_arm", "force_task_completion", "force_session_status", "simulate_delivery", "simulate_budget_spend", "seed_product", "seed_pricing_option", "seed_creative", "seed_plan", "seed_media_buy", "seed_creative_format"];
62
+ export declare const ComplyTestControllerRequest_ScenarioValues: readonly ["list_scenarios", "force_creative_status", "force_account_status", "force_media_buy_status", "force_create_media_buy_arm", "force_task_completion", "force_session_status", "simulate_delivery", "simulate_budget_spend", "seed_product", "seed_pricing_option", "seed_creative", "seed_plan", "seed_media_buy", "seed_creative_format", "query_upstream_traffic"];
19
63
  /** single | ControllerError.error */
20
64
  export declare const ControllerError_ErrorValues: readonly ["INVALID_TRANSITION", "INVALID_STATE", "NOT_FOUND", "UNKNOWN_SCENARIO", "INVALID_PARAMS", "FORBIDDEN", "INTERNAL_ERROR"];
21
65
  /** single | CreateMediaBuyAsyncInputRequired.reason */
22
66
  export declare const CreateMediaBuyAsyncInputRequired_ReasonValues: readonly ["APPROVAL_REQUIRED", "BUDGET_EXCEEDS_LIMIT"];
67
+ /** single | CreativePurgedWebhook.initiator */
68
+ export declare const CreativePurgedWebhook_InitiatorValues: readonly ["seller", "system"];
69
+ /** single | CreativePurgedWebhook.purge_kind */
70
+ export declare const CreativePurgedWebhook_PurgeKindValues: readonly ["soft", "hard"];
23
71
  /** single | CreativeVariable.variable_type */
24
72
  export declare const CreativeVariable_VariableTypeValues: readonly ["text", "image", "video", "audio", "url", "number", "boolean", "color", "date"];
73
+ /** single | DAASTTrackerAsset.target */
74
+ export declare const DAASTTrackerAsset_TargetValues: readonly ["linear", "companion"];
25
75
  /** single | DestinationItem.destination_type */
26
76
  export declare const DestinationItem_DestinationTypeValues: readonly ["beach", "mountain", "urban", "cultural", "adventure", "wellness", "cruise"];
27
77
  /** single | DiagnosticIssue.severity */
@@ -36,6 +86,8 @@ export declare const EducationItem_LevelValues: readonly ["beginner", "intermedi
36
86
  export declare const EducationItem_ModalityValues: readonly ["online", "in_person", "hybrid"];
37
87
  /** single | Error.recovery */
38
88
  export declare const Error_RecoveryValues: readonly ["transient", "correctable", "terminal"];
89
+ /** single | Error.source */
90
+ export declare const Error_SourceValues: readonly ["producer", "sdk"];
39
91
  /** single | FeatureRequirement.if_not_covered */
40
92
  export declare const FeatureRequirement_IfNotCoveredValues: readonly ["exclude", "include"];
41
93
  /** single | FlatFeePricing.period */
@@ -45,7 +97,7 @@ export declare const GetAccountFinancialsSuccess_PaymentStatusValues: readonly [
45
97
  /** array of | GetAdCPCapabilitiesRequest.protocols */
46
98
  export declare const GetAdCPCapabilitiesRequest_ProtocolsValues: readonly ["media_buy", "signals", "governance", "sponsored_intelligence", "creative"];
47
99
  /** array of | GetAdCPCapabilitiesResponse.supported_protocols */
48
- export declare const GetAdCPCapabilitiesResponse_SupportedProtocolsValues: readonly ["media_buy", "signals", "governance", "sponsored_intelligence", "creative", "brand"];
100
+ export declare const GetAdCPCapabilitiesResponse_SupportedProtocolsValues: readonly ["media_buy", "signals", "governance", "sponsored_intelligence", "creative", "brand", "measurement"];
49
101
  /** array of | GetBrandIdentityRequest.fields */
50
102
  export declare const GetBrandIdentityRequest_FieldsValues: readonly ["description", "industries", "keller_type", "logos", "colors", "fonts", "visual_guidelines", "tone", "tagline", "voice_synthesis", "assets", "rights"];
51
103
  /** single | GetBrandIdentitySuccess.keller_type */
@@ -58,12 +110,18 @@ export declare const GetProductsAsyncInputRequired_ReasonValues: readonly ["CLAR
58
110
  export declare const GetProductsRequest_BuyingModeValues: readonly ["brief", "wholesale", "refine"];
59
111
  /** array of | GetProductsRequest.fields */
60
112
  export declare const GetProductsRequest_FieldsValues: readonly ["product_id", "name", "description", "publisher_properties", "channels", "format_ids", "placements", "delivery_type", "exclusivity", "pricing_options", "forecast", "outcome_measurement", "delivery_measurement", "reporting_capabilities", "creative_policy", "catalog_types", "metric_optimization", "conversion_tracking", "data_provider_signals", "max_optimization_goals", "catalog_match", "collections", "collection_targeting_allowed", "installments", "brief_relevance", "expires_at", "product_card", "product_card_detailed", "enforced_policies", "trusted_match"];
113
+ /** single | GetProductsResponse.cache_scope */
114
+ export declare const GetProductsResponse_CacheScopeValues: readonly ["public", "account"];
115
+ /** single | GetSignalsRequest.discovery_mode */
116
+ export declare const GetSignalsRequest_DiscoveryModeValues: readonly ["brief", "wholesale"];
61
117
  /** single | HTMLAssetRequirements.sandbox */
62
118
  export declare const HTMLAssetRequirements_SandboxValues: readonly ["none", "iframe", "safeframe", "fencedframe"];
63
119
  /** single | ImageAssetRequirements.color_space */
64
120
  export declare const ImageAssetRequirements_ColorSpaceValues: readonly ["rgb", "cmyk", "grayscale"];
65
121
  /** array of | ImageAssetRequirements.formats */
66
122
  export declare const ImageAssetRequirements_FormatsValues: readonly ["jpg", "jpeg", "png", "gif", "webp", "svg", "avif", "tiff", "pdf", "eps"];
123
+ /** single | Impairment.resource_type */
124
+ export declare const Impairment_ResourceTypeValues: readonly ["audience", "creative", "catalog_item", "event_source", "property"];
67
125
  /** single | JavaScriptAssetRequirements.module_type */
68
126
  export declare const JavaScriptAssetRequirements_ModuleTypeValues: readonly ["script", "module", "iife"];
69
127
  /** single | JobItem.employment_type */
@@ -74,12 +132,18 @@ export declare const JobItem_ExperienceLevelValues: readonly ["entry_level", "mi
74
132
  export declare const ListCreativeFormatsRequestCreativeAgent_AssetTypesValues: readonly ["image", "video", "audio", "text", "html", "javascript", "url"];
75
133
  /** single | ListCreativeFormatsRequestCreativeAgent.type */
76
134
  export declare const ListCreativeFormatsRequestCreativeAgent_TypeValues: readonly ["audio", "video", "display", "dooh"];
135
+ /** single | ListCreativeFormatsResponse.source */
136
+ export declare const ListCreativeFormatsResponse_SourceValues: readonly ["publisher", "aao_mirror", "agent_derived"];
77
137
  /** array of | ListCreativesRequest.fields */
78
138
  export declare const ListCreativesRequest_FieldsValues: readonly ["creative_id", "name", "format_id", "status", "created_date", "updated_date", "tags", "assignments", "snapshot", "items", "variables", "concept", "pricing_options"];
79
139
  /** array of | ListScenariosSuccess.scenarios */
80
- export declare const ListScenariosSuccess_ScenariosValues: readonly ["force_creative_status", "force_account_status", "force_media_buy_status", "force_create_media_buy_arm", "force_task_completion", "force_session_status", "simulate_delivery", "simulate_budget_spend", "seed_product", "seed_pricing_option", "seed_creative", "seed_plan", "seed_media_buy", "seed_creative_format"];
140
+ export declare const ListScenariosSuccess_ScenariosValues: readonly ["force_creative_status", "force_account_status", "force_media_buy_status", "force_create_media_buy_arm", "force_task_completion", "force_session_status", "simulate_delivery", "simulate_budget_spend", "seed_product", "seed_pricing_option", "seed_creative", "seed_plan", "seed_media_buy", "seed_creative_format", "query_upstream_traffic"];
81
141
  /** single | PerformanceFeedback.status */
82
142
  export declare const PerformanceFeedback_StatusValues: readonly ["accepted", "queued", "applied", "rejected"];
143
+ /** single | PixelTrackerAsset.event */
144
+ export declare const PixelTrackerAsset_EventValues: readonly ["impression", "viewable_mrc_50", "viewable_mrc_100", "viewable_video_50", "audible_video_complete", "click", "custom"];
145
+ /** single | PixelTrackerAsset.method */
146
+ export declare const PixelTrackerAsset_MethodValues: readonly ["img", "js"];
83
147
  /** single | PolicyEntry.source */
84
148
  export declare const PolicyEntry_SourceValues: readonly ["registry", "inline"];
85
149
  /** single | PreviewCreativeRequest.request_type */
@@ -94,6 +158,10 @@ export declare const PropertyFeatureDefinition_TypeValues: readonly ["binary", "
94
158
  export declare const PropertyFeatureResult_CoverageStatusValues: readonly ["covered", "not_covered", "pending"];
95
159
  /** single | Provenance.human_oversight */
96
160
  export declare const Provenance_HumanOversightValues: readonly ["none", "prompt_only", "selected", "edited", "directed"];
161
+ /** single | PublisherEntry.discovery_method */
162
+ export declare const PublisherEntry_DiscoveryMethodValues: readonly ["direct", "authoritative_location", "adagents_authoritative", "ads_txt_managerdomain"];
163
+ /** single | PublisherEntry.status */
164
+ export declare const PublisherEntry_StatusValues: readonly ["authorized", "revoked"];
97
165
  /** single | RateLimitedDetails.scope */
98
166
  export declare const RateLimitedDetails_ScopeValues: readonly ["account", "tool", "global"];
99
167
  /** single | RealEstateItem.listing_type */
@@ -106,8 +174,8 @@ export declare const ReferenceAsset_RoleValues: readonly ["style_reference", "pr
106
174
  export declare const RepeatableGroupAsset_SelectionModeValues: readonly ["sequential", "optimize"];
107
175
  /** single | ReportingCapabilities.date_range_support */
108
176
  export declare const ReportingCapabilities_DateRangeSupportValues: readonly ["date_range", "lifetime_only"];
109
- /** single | ReportPlanOutcomeResponse.status */
110
- export declare const ReportPlanOutcomeResponse_StatusValues: readonly ["accepted", "findings"];
177
+ /** single | ReportPlanOutcomeResponse.outcome_state */
178
+ export declare const ReportPlanOutcomeResponse_OutcomeStateValues: readonly ["accepted", "findings"];
111
179
  /** single | RightsConstraint.approval_status */
112
180
  export declare const RightsConstraint_ApprovalStatusValues: readonly ["pending", "approved", "rejected"];
113
181
  /** array of | SIComponentCatalog.components */
@@ -128,8 +196,12 @@ export declare const UpdateMediaBuyAsyncInputRequired_ReasonValues: readonly ["A
128
196
  export declare const URLAssetRequirements_ProtocolsValues: readonly ["https", "http"];
129
197
  /** single | URLAssetRequirements.role */
130
198
  export declare const URLAssetRequirements_RoleValues: readonly ["clickthrough", "landing_page", "impression_tracker", "click_tracker", "viewability_tracker", "third_party_tracker"];
199
+ /** single | ValidateInputResult.result_kind */
200
+ export declare const ValidateInputResult_ResultKindValues: readonly ["validated_pass", "validated_fail", "unvalidatable_nondeterministic"];
131
201
  /** single | ValidationResult.status */
132
202
  export declare const ValidationResult_StatusValues: readonly ["compliant", "non_compliant", "not_covered", "unidentified"];
203
+ /** single | VASTTrackerAsset.target */
204
+ export declare const VASTTrackerAsset_TargetValues: readonly ["linear", "non_linear", "companion"];
133
205
  /** single | VehicleItem.body_style */
134
206
  export declare const VehicleItem_BodyStyleValues: readonly ["sedan", "suv", "truck", "coupe", "convertible", "wagon", "van", "hatchback"];
135
207
  /** single | VehicleItem.condition */
@@ -138,6 +210,8 @@ export declare const VehicleItem_ConditionValues: readonly ["new", "used", "cert
138
210
  export declare const VehicleItem_FuelTypeValues: readonly ["gasoline", "diesel", "electric", "hybrid", "plug_in_hybrid"];
139
211
  /** single | VehicleItem.transmission */
140
212
  export declare const VehicleItem_TransmissionValues: readonly ["automatic", "manual", "cvt"];
213
+ /** single | VerifyBrandClaimsResultSuccess.claim_type */
214
+ export declare const VerifyBrandClaimsResultSuccess_ClaimTypeValues: readonly ["subsidiary", "parent", "property", "trademark"];
141
215
  /** single | VideoAsset.chroma_subsampling */
142
216
  export declare const VideoAsset_ChromaSubsamplingValues: readonly ["4:2:0", "4:2:2", "4:4:4"];
143
217
  /** single | VideoAsset.color_space */
@@ -146,14 +220,96 @@ export declare const VideoAsset_ColorSpaceValues: readonly ["rec709", "rec2020",
146
220
  export declare const VideoAsset_HdrFormatValues: readonly ["sdr", "hdr10", "hdr10_plus", "hlg", "dolby_vision"];
147
221
  /** array of | VideoAssetRequirements.audio_codecs */
148
222
  export declare const VideoAssetRequirements_AudioCodecsValues: readonly ["aac", "pcm", "ac3", "eac3", "mp3", "opus", "vorbis", "flac"];
149
- /** array of | VideoAssetRequirements.codecs */
150
- export declare const VideoAssetRequirements_CodecsValues: readonly ["h264", "h265", "vp8", "vp9", "av1", "prores"];
151
223
  /** array of | VideoAssetRequirements.containers */
152
224
  export declare const VideoAssetRequirements_ContainersValues: readonly ["mp4", "webm", "mov", "avi", "mkv"];
225
+ /** single | WebhookActivityRecord.status */
226
+ export declare const WebhookActivityRecord_StatusValues: readonly ["success", "failed", "timeout", "connection_error", "pending"];
227
+ /** single | WholesaleFeedWebhook.notification_type */
228
+ export declare const WholesaleFeedWebhook_NotificationTypeValues: readonly ["product.created", "product.updated", "product.priced", "product.removed", "signal.created", "signal.updated", "signal.priced", "signal.removed", "wholesale_feed.bulk_change"];
153
229
  /** @deprecated use `BriefAsset_ObjectiveValues` — same literal set, BriefAsset1.objective duplicates the canonical export. */
154
230
  export declare const BriefAsset1_ObjectiveValues: readonly ["awareness", "consideration", "conversion", "retention", "engagement"];
231
+ /** @deprecated use `BriefAsset_ObjectiveValues` — same literal set, BriefAsset2.objective duplicates the canonical export. */
232
+ export declare const BriefAsset2_ObjectiveValues: readonly ["awareness", "consideration", "conversion", "retention", "engagement"];
233
+ /** @deprecated use `BriefAsset_ObjectiveValues` — same literal set, BriefAsset3.objective duplicates the canonical export. */
234
+ export declare const BriefAsset3_ObjectiveValues: readonly ["awareness", "consideration", "conversion", "retention", "engagement"];
235
+ /** @deprecated use `BriefAsset_ObjectiveValues` — same literal set, BriefAsset4.objective duplicates the canonical export. */
236
+ export declare const BriefAsset4_ObjectiveValues: readonly ["awareness", "consideration", "conversion", "retention", "engagement"];
237
+ /** @deprecated use `BriefAsset_ObjectiveValues` — same literal set, BriefAsset5.objective duplicates the canonical export. */
238
+ export declare const BriefAsset5_ObjectiveValues: readonly ["awareness", "consideration", "conversion", "retention", "engagement"];
239
+ /** @deprecated use `BriefAsset_ObjectiveValues` — same literal set, BriefAsset6.objective duplicates the canonical export. */
240
+ export declare const BriefAsset6_ObjectiveValues: readonly ["awareness", "consideration", "conversion", "retention", "engagement"];
241
+ /** @deprecated use `BriefAsset_ObjectiveValues` — same literal set, BriefAsset7.objective duplicates the canonical export. */
242
+ export declare const BriefAsset7_ObjectiveValues: readonly ["awareness", "consideration", "conversion", "retention", "engagement"];
243
+ /** @deprecated use `BuildCreativeAsyncInputRequired_ReasonValues` — same literal set, BuildCreativeInputRequired.reason duplicates the canonical export. */
244
+ export declare const BuildCreativeInputRequired_ReasonValues: readonly ["APPROVAL_REQUIRED", "CREATIVE_DIRECTION_NEEDED", "ASSET_SELECTION_NEEDED"];
245
+ /** @deprecated use `CanonicalFormatAgentPlacementAISurfaceSponsoredPlacement_CompositionModelValues` — same literal set, CanonicalFormatBase.composition_model duplicates the canonical export. */
246
+ export declare const CanonicalFormatBase_CompositionModelValues: readonly ["deterministic", "algorithmic"];
247
+ /** @deprecated use `CanonicalFormatAgentPlacementAISurfaceSponsoredPlacement_CompositionModelValues` — same literal set, CanonicalFormatDAASTAudio.composition_model duplicates the canonical export. */
248
+ export declare const CanonicalFormatDAASTAudio_CompositionModelValues: readonly ["deterministic", "algorithmic"];
249
+ /** @deprecated use `CanonicalFormatAgentPlacementAISurfaceSponsoredPlacement_CompositionModelValues` — same literal set, CanonicalFormatDisplayTag.composition_model duplicates the canonical export. */
250
+ export declare const CanonicalFormatDisplayTag_CompositionModelValues: readonly ["deterministic", "algorithmic"];
251
+ /** @deprecated use `AudioAssetRequirements_ChannelsValues` — same literal set, CanonicalFormatHostedAudio.audio_channels duplicates the canonical export. */
252
+ export declare const CanonicalFormatHostedAudio_AudioChannelsValues: readonly ["mono", "stereo"];
253
+ /** @deprecated use `CanonicalFormatAgentPlacementAISurfaceSponsoredPlacement_CompositionModelValues` — same literal set, CanonicalFormatHostedAudio.composition_model duplicates the canonical export. */
254
+ export declare const CanonicalFormatHostedAudio_CompositionModelValues: readonly ["deterministic", "algorithmic"];
255
+ /** @deprecated use `CanonicalFormatHostedAudio_AssetSourceValues` — same literal set, CanonicalFormatHostedVideo.asset_source duplicates the canonical export. */
256
+ export declare const CanonicalFormatHostedVideo_AssetSourceValues: readonly ["buyer_uploaded", "publisher_host_recorded", "seller_pre_rendered_from_brief", "seller_human_designed", "agent_synthesized"];
257
+ /** @deprecated use `CanonicalFormatHostedAudio_BuyerAssetAcceptanceValues` — same literal set, CanonicalFormatHostedVideo.buyer_asset_acceptance duplicates the canonical export. */
258
+ export declare const CanonicalFormatHostedVideo_BuyerAssetAcceptanceValues: readonly ["accepted", "rejected"];
259
+ /** @deprecated use `CanonicalFormatAgentPlacementAISurfaceSponsoredPlacement_CompositionModelValues` — same literal set, CanonicalFormatHostedVideo.composition_model duplicates the canonical export. */
260
+ export declare const CanonicalFormatHostedVideo_CompositionModelValues: readonly ["deterministic", "algorithmic"];
261
+ /** @deprecated use `CanonicalFormatAgentPlacementAISurfaceSponsoredPlacement_CompositionModelValues` — same literal set, CanonicalFormatHTML5Banner.composition_model duplicates the canonical export. */
262
+ export declare const CanonicalFormatHTML5Banner_CompositionModelValues: readonly ["deterministic", "algorithmic"];
263
+ /** @deprecated use `CanonicalFormatHostedAudio_AssetSourceValues` — same literal set, CanonicalFormatImage.asset_source duplicates the canonical export. */
264
+ export declare const CanonicalFormatImage_AssetSourceValues: readonly ["buyer_uploaded", "publisher_host_recorded", "seller_pre_rendered_from_brief", "seller_human_designed", "agent_synthesized"];
265
+ /** @deprecated use `CanonicalFormatHostedAudio_BuyerAssetAcceptanceValues` — same literal set, CanonicalFormatImage.buyer_asset_acceptance duplicates the canonical export. */
266
+ export declare const CanonicalFormatImage_BuyerAssetAcceptanceValues: readonly ["accepted", "rejected"];
267
+ /** @deprecated use `CanonicalFormatAgentPlacementAISurfaceSponsoredPlacement_CompositionModelValues` — same literal set, CanonicalFormatImage.composition_model duplicates the canonical export. */
268
+ export declare const CanonicalFormatImage_CompositionModelValues: readonly ["deterministic", "algorithmic"];
269
+ /** @deprecated use `CanonicalFormatImageCarousel_AllowedCardAssetTypesValues` — same literal set, CanonicalFormatImageCarousel.allowed_card_media_asset_types duplicates the canonical export. */
270
+ export declare const CanonicalFormatImageCarousel_AllowedCardMediaAssetTypesValues: readonly ["image", "video"];
271
+ /** @deprecated use `CanonicalFormatAgentPlacementAISurfaceSponsoredPlacement_CompositionModelValues` — same literal set, CanonicalFormatImageCarousel.composition_model duplicates the canonical export. */
272
+ export declare const CanonicalFormatImageCarousel_CompositionModelValues: readonly ["deterministic", "algorithmic"];
273
+ /** @deprecated use `CanonicalFormatHostedAudio_BuyerAssetAcceptanceValues` — same literal set, CanonicalFormatNativeInFeed.buyer_asset_acceptance duplicates the canonical export. */
274
+ export declare const CanonicalFormatNativeInFeed_BuyerAssetAcceptanceValues: readonly ["accepted", "rejected"];
275
+ /** @deprecated use `CanonicalFormatAgentPlacementAISurfaceSponsoredPlacement_CompositionModelValues` — same literal set, CanonicalFormatNativeInFeed.composition_model duplicates the canonical export. */
276
+ export declare const CanonicalFormatNativeInFeed_CompositionModelValues: readonly ["deterministic", "algorithmic"];
277
+ /** @deprecated use `CanonicalFormatAgentPlacementAISurfaceSponsoredPlacement_CompositionModelValues` — same literal set, CanonicalFormatResponsiveCreative.composition_model duplicates the canonical export. */
278
+ export declare const CanonicalFormatResponsiveCreative_CompositionModelValues: readonly ["deterministic", "algorithmic"];
279
+ /** @deprecated use `CanonicalFormatAgentPlacementAISurfaceSponsoredPlacement_CompositionModelValues` — same literal set, CanonicalFormatSponsoredPlacementRetailMediaCatalogDriven.composition_model duplicates the canonical export. */
280
+ export declare const CanonicalFormatSponsoredPlacementRetailMediaCatalogDriven_CompositionModelValues: readonly ["deterministic", "algorithmic"];
281
+ /** @deprecated use `CanonicalFormatNativeInFeed_AssetSourceValues` — same literal set, CanonicalFormatSponsoredPlacementRetailMediaCatalogDriven.item_production_model duplicates the canonical export. */
282
+ export declare const CanonicalFormatSponsoredPlacementRetailMediaCatalogDriven_ItemProductionModelValues: readonly ["buyer_uploaded", "seller_pre_rendered_from_brief", "seller_human_designed", "agent_synthesized"];
283
+ /** @deprecated use `CanonicalFormatAgentPlacementAISurfaceSponsoredPlacement_CompositionModelValues` — same literal set, CanonicalFormatVASTVideo.composition_model duplicates the canonical export. */
284
+ export declare const CanonicalFormatVASTVideo_CompositionModelValues: readonly ["deterministic", "algorithmic"];
285
+ /** @deprecated use `CanonicalFormatHostedVideo_OrientationValues` — same literal set, CanonicalFormatVASTVideo.orientation duplicates the canonical export. */
286
+ export declare const CanonicalFormatVASTVideo_OrientationValues: readonly ["vertical", "horizontal", "square"];
287
+ /** @deprecated use `CanonicalFormatHostedAudio_AssetSourceValues` — same literal set, CanonicalProjectionReference.asset_source duplicates the canonical export. */
288
+ export declare const CanonicalProjectionReference_AssetSourceValues: readonly ["buyer_uploaded", "publisher_host_recorded", "seller_pre_rendered_from_brief", "seller_human_designed", "agent_synthesized"];
289
+ /** @deprecated use `CreateMediaBuyAsyncInputRequired_ReasonValues` — same literal set, CreateMediaBuyInputRequired.reason duplicates the canonical export. */
290
+ export declare const CreateMediaBuyInputRequired_ReasonValues: readonly ["APPROVAL_REQUIRED", "BUDGET_EXCEEDS_LIMIT"];
155
291
  /** @deprecated use `BriefAsset_ObjectiveValues` — same literal set, CreativeBrief.objective duplicates the canonical export. */
156
292
  export declare const CreativeBrief_ObjectiveValues: readonly ["awareness", "consideration", "conversion", "retention", "engagement"];
293
+ /** @deprecated use `CreativePurgedWebhook_InitiatorValues` — same literal set, CreativeStatusChangedWebhook.initiator duplicates the canonical export. */
294
+ export declare const CreativeStatusChangedWebhook_InitiatorValues: readonly ["seller", "system"];
157
295
  /** @deprecated use `GetBrandIdentityRequest_FieldsValues` — same literal set, GetBrandIdentitySuccess.available_fields duplicates the canonical export. */
158
296
  export declare const GetBrandIdentitySuccess_AvailableFieldsValues: readonly ["description", "industries", "keller_type", "logos", "colors", "fonts", "visual_guidelines", "tone", "tagline", "voice_synthesis", "assets", "rights"];
297
+ /** @deprecated use `GetProductsAsyncInputRequired_ReasonValues` — same literal set, GetProductsInputRequired.reason duplicates the canonical export. */
298
+ export declare const GetProductsInputRequired_ReasonValues: readonly ["CLARIFICATION_NEEDED", "BUDGET_REQUIRED"];
299
+ /** @deprecated use `GetProductsResponse_CacheScopeValues` — same literal set, GetSignalsResponse.cache_scope duplicates the canonical export. */
300
+ export declare const GetSignalsResponse_CacheScopeValues: readonly ["public", "account"];
301
+ /** @deprecated use `GetBrandIdentitySuccess_KellerTypeValues` — same literal set, SearchBrandResult.keller_type duplicates the canonical export. */
302
+ export declare const SearchBrandResult_KellerTypeValues: readonly ["master", "sub_brand", "endorsed", "independent"];
303
+ /** @deprecated use `SyncCatalogsAsyncInputRequired_ReasonValues` — same literal set, SyncCatalogsInputRequired.reason duplicates the canonical export. */
304
+ export declare const SyncCatalogsInputRequired_ReasonValues: readonly ["APPROVAL_REQUIRED", "FEED_VALIDATION", "ITEM_REVIEW", "FEED_ACCESS"];
305
+ /** @deprecated use `SyncCreativesAsyncInputRequired_ReasonValues` — same literal set, SyncCreativesInputRequired.reason duplicates the canonical export. */
306
+ export declare const SyncCreativesInputRequired_ReasonValues: readonly ["APPROVAL_REQUIRED", "ASSET_CONFIRMATION", "FORMAT_CLARIFICATION"];
307
+ /** @deprecated use `UpdateMediaBuyAsyncInputRequired_ReasonValues` — same literal set, UpdateMediaBuyInputRequired.reason duplicates the canonical export. */
308
+ export declare const UpdateMediaBuyInputRequired_ReasonValues: readonly ["APPROVAL_REQUIRED", "CHANGE_CONFIRMATION"];
309
+ /** @deprecated use `VerifyBrandClaimsResultSuccess_ClaimTypeValues` — same literal set, VerifyBrandClaimSuccess.claim_type duplicates the canonical export. */
310
+ export declare const VerifyBrandClaimSuccess_ClaimTypeValues: readonly ["subsidiary", "parent", "property", "trademark"];
311
+ /** @deprecated use `CanonicalFormatHostedVideo_VideoCodecsValues` — same literal set, VideoAssetRequirements.codecs duplicates the canonical export. */
312
+ export declare const VideoAssetRequirements_CodecsValues: readonly ["h264", "h265", "vp8", "vp9", "av1", "prores"];
313
+ /** @deprecated use `GetProductsResponse_CacheScopeValues` — same literal set, WholesaleFeedWebhook.cache_scope duplicates the canonical export. */
314
+ export declare const WholesaleFeedWebhook_CacheScopeValues: readonly ["public", "account"];
159
315
  //# sourceMappingURL=inline-enums.generated.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"inline-enums.generated.d.ts","sourceRoot":"","sources":["../../../src/lib/types/inline-enums.generated.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"inline-enums.generated.d.ts","sourceRoot":"","sources":["../../../src/lib/types/inline-enums.generated.ts"],"names":[],"mappings":"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"}