@adcp/sdk 6.6.0 → 6.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ADCP_VERSION +1 -1
- package/AGENTS.md +4 -0
- package/README.md +29 -16
- package/bin/adcp-resolve.js +166 -0
- package/bin/adcp.js +450 -11
- package/compliance/cache/{3.0.1 → 3.0.5}/index.json +2 -2
- package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/audience-sync/index.yaml +1 -1
- package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/brand-rights/index.yaml +3 -3
- package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/sales-social/index.yaml +7 -0
- package/compliance/cache/{3.0.1 → 3.0.5}/universal/runner-output-contract.yaml +23 -4
- package/compliance/cache/{3.0.1 → 3.0.5}/universal/storyboard-schema.yaml +106 -1
- package/compliance/cache/{3.0.1 → 3.0.5}/universal/v3-envelope-integrity.yaml +4 -2
- package/dist/lib/adapters/implicit-account-store.d.ts +170 -0
- package/dist/lib/adapters/implicit-account-store.d.ts.map +1 -0
- package/dist/lib/adapters/implicit-account-store.js +313 -0
- package/dist/lib/adapters/implicit-account-store.js.map +1 -0
- package/dist/lib/adapters/index.d.ts +4 -0
- package/dist/lib/adapters/index.d.ts.map +1 -1
- package/dist/lib/adapters/index.js +19 -1
- package/dist/lib/adapters/index.js.map +1 -1
- package/dist/lib/adapters/oauth-passthrough-resolver.d.ts +191 -0
- package/dist/lib/adapters/oauth-passthrough-resolver.d.ts.map +1 -0
- package/dist/lib/adapters/oauth-passthrough-resolver.js +178 -0
- package/dist/lib/adapters/oauth-passthrough-resolver.js.map +1 -0
- package/dist/lib/adapters/roster-account-store.d.ts +221 -0
- package/dist/lib/adapters/roster-account-store.d.ts.map +1 -0
- package/dist/lib/adapters/roster-account-store.js +194 -0
- package/dist/lib/adapters/roster-account-store.js.map +1 -0
- package/dist/lib/auth/oauth/ClientCredentialsFlow.d.ts.map +1 -1
- package/dist/lib/auth/oauth/ClientCredentialsFlow.js +5 -1
- package/dist/lib/auth/oauth/ClientCredentialsFlow.js.map +1 -1
- package/dist/lib/auth/oauth/discovery.d.ts.map +1 -1
- package/dist/lib/auth/oauth/discovery.js +6 -1
- package/dist/lib/auth/oauth/discovery.js.map +1 -1
- package/dist/lib/core/AgentClient.d.ts.map +1 -1
- package/dist/lib/core/SingleAgentClient.d.ts +22 -0
- package/dist/lib/core/SingleAgentClient.d.ts.map +1 -1
- package/dist/lib/core/SingleAgentClient.js +86 -23
- package/dist/lib/core/SingleAgentClient.js.map +1 -1
- package/dist/lib/index.d.ts +3 -3
- package/dist/lib/index.d.ts.map +1 -1
- package/dist/lib/index.js +22 -7
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/mock-server/creative-template/server.d.ts.map +1 -1
- package/dist/lib/mock-server/creative-template/server.js +54 -9
- package/dist/lib/mock-server/creative-template/server.js.map +1 -1
- package/dist/lib/mock-server/index.d.ts +27 -1
- package/dist/lib/mock-server/index.d.ts.map +1 -1
- package/dist/lib/mock-server/index.js +127 -9
- package/dist/lib/mock-server/index.js.map +1 -1
- package/dist/lib/mock-server/sales-guaranteed/seed-data.d.ts +46 -0
- package/dist/lib/mock-server/sales-guaranteed/seed-data.d.ts.map +1 -0
- package/dist/lib/mock-server/sales-guaranteed/seed-data.js +167 -0
- package/dist/lib/mock-server/sales-guaranteed/seed-data.js.map +1 -0
- package/dist/lib/mock-server/sales-guaranteed/server.d.ts +14 -0
- package/dist/lib/mock-server/sales-guaranteed/server.d.ts.map +1 -0
- package/dist/lib/mock-server/sales-guaranteed/server.js +893 -0
- package/dist/lib/mock-server/sales-guaranteed/server.js.map +1 -0
- package/dist/lib/mock-server/sales-social/seed-data.d.ts +34 -0
- package/dist/lib/mock-server/sales-social/seed-data.d.ts.map +1 -0
- package/dist/lib/mock-server/sales-social/seed-data.js +42 -0
- package/dist/lib/mock-server/sales-social/seed-data.js.map +1 -0
- package/dist/lib/mock-server/sales-social/server.d.ts +17 -0
- package/dist/lib/mock-server/sales-social/server.d.ts.map +1 -0
- package/dist/lib/mock-server/sales-social/server.js +1219 -0
- package/dist/lib/mock-server/sales-social/server.js.map +1 -0
- package/dist/lib/mock-server/signal-marketplace/server.d.ts.map +1 -1
- package/dist/lib/mock-server/signal-marketplace/server.js +58 -9
- package/dist/lib/mock-server/signal-marketplace/server.js.map +1 -1
- package/dist/lib/protocols/mcp.d.ts +4 -4
- package/dist/lib/protocols/mcp.d.ts.map +1 -1
- package/dist/lib/protocols/mcp.js +19 -13
- package/dist/lib/protocols/mcp.js.map +1 -1
- package/dist/lib/schemas-data/3.0/a2ui/bound-value.json +1 -1
- package/dist/lib/schemas-data/3.0/a2ui/component.json +1 -1
- package/dist/lib/schemas-data/3.0/a2ui/si-catalog.json +25 -25
- package/dist/lib/schemas-data/3.0/a2ui/surface.json +2 -2
- package/dist/lib/schemas-data/3.0/a2ui/user-action.json +1 -1
- package/dist/lib/schemas-data/3.0/account/get-account-financials-request.json +5 -5
- package/dist/lib/schemas-data/3.0/account/get-account-financials-response.json +10 -10
- package/dist/lib/schemas-data/3.0/account/list-accounts-request.json +4 -4
- package/dist/lib/schemas-data/3.0/account/list-accounts-response.json +6 -6
- package/dist/lib/schemas-data/3.0/account/report-usage-request.json +5 -5
- package/dist/lib/schemas-data/3.0/account/report-usage-response.json +4 -4
- package/dist/lib/schemas-data/3.0/account/sync-accounts-request.json +9 -9
- package/dist/lib/schemas-data/3.0/account/sync-accounts-response.json +12 -12
- package/dist/lib/schemas-data/3.0/account/sync-governance-request.json +5 -5
- package/dist/lib/schemas-data/3.0/account/sync-governance-response.json +8 -8
- package/dist/lib/schemas-data/3.0/adagents.json +32 -32
- package/dist/lib/schemas-data/3.0/brand/acquire-rights-request.json +8 -8
- package/dist/lib/schemas-data/3.0/brand/acquire-rights-response.json +14 -14
- package/dist/lib/schemas-data/3.0/brand/creative-approval-request.json +4 -4
- package/dist/lib/schemas-data/3.0/brand/creative-approval-response.json +10 -10
- package/dist/lib/schemas-data/3.0/brand/get-brand-identity-request.json +3 -3
- package/dist/lib/schemas-data/3.0/brand/get-brand-identity-response.json +8 -8
- package/dist/lib/schemas-data/3.0/brand/get-rights-request.json +7 -7
- package/dist/lib/schemas-data/3.0/brand/get-rights-response.json +9 -9
- package/dist/lib/schemas-data/3.0/brand/revocation-notification.json +4 -4
- package/dist/lib/schemas-data/3.0/brand/rights-pricing-option.json +5 -5
- package/dist/lib/schemas-data/3.0/brand/rights-terms.json +3 -3
- package/dist/lib/schemas-data/3.0/brand/update-rights-request.json +4 -4
- package/dist/lib/schemas-data/3.0/brand/update-rights-response.json +9 -9
- package/dist/lib/schemas-data/3.0/brand.json +14 -14
- package/dist/lib/schemas-data/3.0/bundled/content-standards/calibrate-content-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/calibrate-content-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/content-standards/create-content-standards-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/create-content-standards-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/content-standards/get-content-standards-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/get-content-standards-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/content-standards/get-media-buy-artifacts-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/get-media-buy-artifacts-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/content-standards/list-content-standards-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/list-content-standards-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/content-standards/update-content-standards-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/update-content-standards-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/content-standards/validate-content-delivery-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/validate-content-delivery-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/core/tasks-get-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/core/tasks-get-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/core/tasks-list-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/core/tasks-list-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/get-creative-delivery-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/get-creative-delivery-response.json +40 -6
- package/dist/lib/schemas-data/3.0/bundled/creative/get-creative-features-request.json +7 -4
- package/dist/lib/schemas-data/3.0/bundled/creative/get-creative-features-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/creative/list-creative-formats-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/list-creative-formats-response.json +38 -7
- package/dist/lib/schemas-data/3.0/bundled/creative/list-creatives-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/list-creatives-response.json +40 -6
- package/dist/lib/schemas-data/3.0/bundled/creative/preview-creative-request.json +11 -5
- package/dist/lib/schemas-data/3.0/bundled/creative/preview-creative-response.json +40 -6
- package/dist/lib/schemas-data/3.0/bundled/creative/sync-creatives-request.json +7 -4
- package/dist/lib/schemas-data/3.0/bundled/creative/sync-creatives-response.json +101 -8
- package/dist/lib/schemas-data/3.0/bundled/media-buy/build-creative-request.json +7 -4
- package/dist/lib/schemas-data/3.0/bundled/media-buy/build-creative-response.json +110 -11
- package/dist/lib/schemas-data/3.0/bundled/media-buy/create-media-buy-request.json +7 -4
- package/dist/lib/schemas-data/3.0/bundled/media-buy/create-media-buy-response.json +68 -6
- package/dist/lib/schemas-data/3.0/bundled/media-buy/get-media-buy-delivery-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/get-media-buy-delivery-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/media-buy/get-media-buys-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/get-media-buys-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/media-buy/get-products-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/get-products-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/media-buy/list-creative-formats-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/list-creative-formats-response.json +38 -7
- package/dist/lib/schemas-data/3.0/bundled/media-buy/log-event-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/log-event-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/media-buy/package-request.json +7 -4
- package/dist/lib/schemas-data/3.0/bundled/media-buy/provide-performance-feedback-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/provide-performance-feedback-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/media-buy/sync-audiences-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/sync-audiences-response.json +68 -6
- package/dist/lib/schemas-data/3.0/bundled/media-buy/sync-catalogs-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/sync-catalogs-response.json +68 -6
- package/dist/lib/schemas-data/3.0/bundled/media-buy/sync-event-sources-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/sync-event-sources-response.json +68 -6
- package/dist/lib/schemas-data/3.0/bundled/media-buy/update-media-buy-request.json +11 -5
- package/dist/lib/schemas-data/3.0/bundled/media-buy/update-media-buy-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/property/create-property-list-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/create-property-list-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/delete-property-list-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/delete-property-list-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/get-property-list-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/get-property-list-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/list-property-lists-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/list-property-lists-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/update-property-list-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/update-property-list-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/validate-property-delivery-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/validate-property-delivery-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/protocol/get-adcp-capabilities-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/protocol/get-adcp-capabilities-response.json +36 -5
- package/dist/lib/schemas-data/3.0/bundled/signals/activate-signal-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/signals/activate-signal-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/signals/get-signals-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/signals/get-signals-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-get-offering-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-get-offering-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-initiate-session-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-initiate-session-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-send-message-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-send-message-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-terminate-session-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-terminate-session-response.json +35 -4
- package/dist/lib/schemas-data/3.0/collection/base-collection-source.json +3 -3
- package/dist/lib/schemas-data/3.0/collection/collection-list-changed-webhook.json +2 -2
- package/dist/lib/schemas-data/3.0/collection/collection-list-filters.json +7 -7
- package/dist/lib/schemas-data/3.0/collection/collection-list.json +5 -5
- package/dist/lib/schemas-data/3.0/collection/create-collection-list-request.json +7 -7
- package/dist/lib/schemas-data/3.0/collection/create-collection-list-response.json +4 -4
- package/dist/lib/schemas-data/3.0/collection/delete-collection-list-request.json +4 -4
- package/dist/lib/schemas-data/3.0/collection/delete-collection-list-response.json +3 -3
- package/dist/lib/schemas-data/3.0/collection/get-collection-list-request.json +4 -4
- package/dist/lib/schemas-data/3.0/collection/get-collection-list-response.json +10 -10
- package/dist/lib/schemas-data/3.0/collection/list-collection-lists-request.json +5 -5
- package/dist/lib/schemas-data/3.0/collection/list-collection-lists-response.json +5 -5
- package/dist/lib/schemas-data/3.0/collection/update-collection-list-request.json +7 -7
- package/dist/lib/schemas-data/3.0/collection/update-collection-list-response.json +4 -4
- package/dist/lib/schemas-data/3.0/content-standards/artifact-webhook-payload.json +3 -3
- package/dist/lib/schemas-data/3.0/content-standards/artifact.json +7 -7
- package/dist/lib/schemas-data/3.0/content-standards/calibrate-content-request.json +4 -4
- package/dist/lib/schemas-data/3.0/content-standards/calibrate-content-response.json +8 -8
- package/dist/lib/schemas-data/3.0/content-standards/content-standards.json +7 -7
- package/dist/lib/schemas-data/3.0/content-standards/create-content-standards-request.json +7 -7
- package/dist/lib/schemas-data/3.0/content-standards/create-content-standards-response.json +6 -6
- package/dist/lib/schemas-data/3.0/content-standards/get-content-standards-request.json +3 -3
- package/dist/lib/schemas-data/3.0/content-standards/get-content-standards-response.json +7 -7
- package/dist/lib/schemas-data/3.0/content-standards/get-media-buy-artifacts-request.json +4 -4
- package/dist/lib/schemas-data/3.0/content-standards/get-media-buy-artifacts-response.json +8 -8
- package/dist/lib/schemas-data/3.0/content-standards/list-content-standards-request.json +5 -5
- package/dist/lib/schemas-data/3.0/content-standards/list-content-standards-response.json +8 -8
- package/dist/lib/schemas-data/3.0/content-standards/update-content-standards-request.json +7 -7
- package/dist/lib/schemas-data/3.0/content-standards/update-content-standards-response.json +6 -6
- package/dist/lib/schemas-data/3.0/content-standards/validate-content-delivery-request.json +4 -4
- package/dist/lib/schemas-data/3.0/content-standards/validate-content-delivery-response.json +8 -8
- package/dist/lib/schemas-data/3.0/core/account-ref.json +2 -2
- package/dist/lib/schemas-data/3.0/core/account.json +9 -9
- package/dist/lib/schemas-data/3.0/core/activation-key.json +1 -1
- package/dist/lib/schemas-data/3.0/core/ad-inventory-config.json +1 -1
- package/dist/lib/schemas-data/3.0/core/agent-encryption-key.json +1 -1
- package/dist/lib/schemas-data/3.0/core/agent-signing-key.json +1 -1
- package/dist/lib/schemas-data/3.0/core/app-item.json +4 -4
- package/dist/lib/schemas-data/3.0/core/assets/asset-union.json +53 -0
- package/dist/lib/schemas-data/3.0/core/assets/audio-asset.json +3 -3
- package/dist/lib/schemas-data/3.0/core/assets/brief-asset.json +2 -2
- package/dist/lib/schemas-data/3.0/core/assets/catalog-asset.json +2 -2
- package/dist/lib/schemas-data/3.0/core/assets/css-asset.json +2 -2
- package/dist/lib/schemas-data/3.0/core/assets/daast-asset.json +4 -4
- package/dist/lib/schemas-data/3.0/core/assets/html-asset.json +2 -2
- package/dist/lib/schemas-data/3.0/core/assets/image-asset.json +2 -2
- package/dist/lib/schemas-data/3.0/core/assets/javascript-asset.json +3 -3
- package/dist/lib/schemas-data/3.0/core/assets/markdown-asset.json +2 -2
- package/dist/lib/schemas-data/3.0/core/assets/text-asset.json +2 -2
- package/dist/lib/schemas-data/3.0/core/assets/url-asset.json +6 -5
- package/dist/lib/schemas-data/3.0/core/assets/vast-asset.json +4 -4
- package/dist/lib/schemas-data/3.0/core/assets/video-asset.json +7 -7
- package/dist/lib/schemas-data/3.0/core/assets/webhook-asset.json +7 -7
- package/dist/lib/schemas-data/3.0/core/async-response-data.json +25 -25
- package/dist/lib/schemas-data/3.0/core/attribution-window.json +4 -4
- package/dist/lib/schemas-data/3.0/core/audience-member.json +3 -3
- package/dist/lib/schemas-data/3.0/core/audience-selector.json +4 -4
- package/dist/lib/schemas-data/3.0/core/brand-id.json +1 -1
- package/dist/lib/schemas-data/3.0/core/brand-ref.json +2 -2
- package/dist/lib/schemas-data/3.0/core/business-entity.json +2 -2
- package/dist/lib/schemas-data/3.0/core/cancellation-policy.json +2 -2
- package/dist/lib/schemas-data/3.0/core/catalog-field-mapping.json +2 -2
- package/dist/lib/schemas-data/3.0/core/catalog.json +7 -7
- package/dist/lib/schemas-data/3.0/core/catchment.json +5 -5
- package/dist/lib/schemas-data/3.0/core/collection-distribution.json +2 -2
- package/dist/lib/schemas-data/3.0/core/collection-list-ref.json +1 -1
- package/dist/lib/schemas-data/3.0/core/collection-selector.json +1 -1
- package/dist/lib/schemas-data/3.0/core/collection.json +13 -13
- package/dist/lib/schemas-data/3.0/core/content-rating.json +2 -2
- package/dist/lib/schemas-data/3.0/core/context.json +1 -1
- package/dist/lib/schemas-data/3.0/core/creative-asset.json +6 -52
- package/dist/lib/schemas-data/3.0/core/creative-assignment.json +1 -1
- package/dist/lib/schemas-data/3.0/core/creative-brief.json +4 -4
- package/dist/lib/schemas-data/3.0/core/creative-consumption.json +1 -1
- package/dist/lib/schemas-data/3.0/core/creative-filters.json +4 -4
- package/dist/lib/schemas-data/3.0/core/creative-item.json +1 -1
- package/dist/lib/schemas-data/3.0/core/creative-manifest.json +7 -53
- package/dist/lib/schemas-data/3.0/core/creative-policy.json +3 -3
- package/dist/lib/schemas-data/3.0/core/creative-variable.json +1 -1
- package/dist/lib/schemas-data/3.0/core/creative-variant.json +5 -5
- package/dist/lib/schemas-data/3.0/core/data-provider-signal-selector.json +1 -1
- package/dist/lib/schemas-data/3.0/core/date-range.json +1 -1
- package/dist/lib/schemas-data/3.0/core/datetime-range.json +1 -1
- package/dist/lib/schemas-data/3.0/core/daypart-target.json +2 -2
- package/dist/lib/schemas-data/3.0/core/deadline-policy.json +1 -1
- package/dist/lib/schemas-data/3.0/core/delivery-forecast.json +7 -7
- package/dist/lib/schemas-data/3.0/core/delivery-metrics.json +5 -5
- package/dist/lib/schemas-data/3.0/core/deployment.json +3 -3
- package/dist/lib/schemas-data/3.0/core/destination-item.json +4 -4
- package/dist/lib/schemas-data/3.0/core/destination.json +1 -1
- package/dist/lib/schemas-data/3.0/core/diagnostic-issue.json +1 -1
- package/dist/lib/schemas-data/3.0/core/duration.json +1 -1
- package/dist/lib/schemas-data/3.0/core/education-item.json +4 -4
- package/dist/lib/schemas-data/3.0/core/error.json +34 -3
- package/dist/lib/schemas-data/3.0/core/event-custom-data.json +2 -2
- package/dist/lib/schemas-data/3.0/core/event-source-health.json +3 -3
- package/dist/lib/schemas-data/3.0/core/event.json +6 -6
- package/dist/lib/schemas-data/3.0/core/ext.json +1 -1
- package/dist/lib/schemas-data/3.0/core/feature-requirement.json +1 -1
- package/dist/lib/schemas-data/3.0/core/flight-item.json +4 -4
- package/dist/lib/schemas-data/3.0/core/forecast-point.json +18 -18
- package/dist/lib/schemas-data/3.0/core/forecast-range.json +1 -1
- package/dist/lib/schemas-data/3.0/core/format-id.json +1 -1
- package/dist/lib/schemas-data/3.0/core/format.json +42 -42
- package/dist/lib/schemas-data/3.0/core/frequency-cap.json +4 -4
- package/dist/lib/schemas-data/3.0/core/generation-credential.json +3 -3
- package/dist/lib/schemas-data/3.0/core/geo-breakdown-support.json +3 -3
- package/dist/lib/schemas-data/3.0/core/hotel-item.json +4 -4
- package/dist/lib/schemas-data/3.0/core/identifier.json +2 -2
- package/dist/lib/schemas-data/3.0/core/industry-identifier.json +2 -2
- package/dist/lib/schemas-data/3.0/core/insertion-order.json +1 -1
- package/dist/lib/schemas-data/3.0/core/installment-deadlines.json +2 -2
- package/dist/lib/schemas-data/3.0/core/installment.json +9 -9
- package/dist/lib/schemas-data/3.0/core/job-item.json +3 -3
- package/dist/lib/schemas-data/3.0/core/limited-series.json +1 -1
- package/dist/lib/schemas-data/3.0/core/material-deadline.json +1 -1
- package/dist/lib/schemas-data/3.0/core/mcp-webhook-payload.json +5 -5
- package/dist/lib/schemas-data/3.0/core/measurement-readiness.json +5 -5
- package/dist/lib/schemas-data/3.0/core/measurement-terms.json +3 -3
- package/dist/lib/schemas-data/3.0/core/measurement-window.json +1 -1
- package/dist/lib/schemas-data/3.0/core/media-buy-features.json +1 -1
- package/dist/lib/schemas-data/3.0/core/media-buy.json +7 -7
- package/dist/lib/schemas-data/3.0/core/offering-asset-group.json +16 -16
- package/dist/lib/schemas-data/3.0/core/offering.json +5 -5
- package/dist/lib/schemas-data/3.0/core/optimization-goal.json +6 -6
- package/dist/lib/schemas-data/3.0/core/outcome-measurement.json +2 -2
- package/dist/lib/schemas-data/3.0/core/overlay.json +1 -1
- package/dist/lib/schemas-data/3.0/core/package.json +14 -14
- package/dist/lib/schemas-data/3.0/core/pagination-request.json +1 -1
- package/dist/lib/schemas-data/3.0/core/pagination-response.json +1 -1
- package/dist/lib/schemas-data/3.0/core/performance-feedback.json +3 -3
- package/dist/lib/schemas-data/3.0/core/performance-standard.json +4 -4
- package/dist/lib/schemas-data/3.0/core/placement-definition.json +5 -5
- package/dist/lib/schemas-data/3.0/core/placement.json +2 -2
- package/dist/lib/schemas-data/3.0/core/planned-delivery.json +5 -5
- package/dist/lib/schemas-data/3.0/core/price.json +1 -1
- package/dist/lib/schemas-data/3.0/core/pricing-option.json +10 -10
- package/dist/lib/schemas-data/3.0/core/product-allocation.json +4 -4
- package/dist/lib/schemas-data/3.0/core/product-filters.json +16 -16
- package/dist/lib/schemas-data/3.0/core/product.json +28 -28
- package/dist/lib/schemas-data/3.0/core/property-id.json +1 -1
- package/dist/lib/schemas-data/3.0/core/property-list-ref.json +1 -1
- package/dist/lib/schemas-data/3.0/core/property-tag.json +1 -1
- package/dist/lib/schemas-data/3.0/core/property.json +6 -6
- package/dist/lib/schemas-data/3.0/core/proposal.json +6 -6
- package/dist/lib/schemas-data/3.0/core/protocol-envelope.json +3 -3
- package/dist/lib/schemas-data/3.0/core/provenance.json +6 -6
- package/dist/lib/schemas-data/3.0/core/publisher-property-selector.json +3 -3
- package/dist/lib/schemas-data/3.0/core/push-notification-config.json +2 -2
- package/dist/lib/schemas-data/3.0/core/real-estate-item.json +4 -4
- package/dist/lib/schemas-data/3.0/core/reference-asset.json +1 -1
- package/dist/lib/schemas-data/3.0/core/reporting-capabilities.json +5 -5
- package/dist/lib/schemas-data/3.0/core/reporting-webhook.json +3 -3
- package/dist/lib/schemas-data/3.0/core/requirements/asset-requirements.json +13 -13
- package/dist/lib/schemas-data/3.0/core/requirements/audio-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/catalog-field-binding.json +4 -4
- package/dist/lib/schemas-data/3.0/core/requirements/catalog-requirements.json +5 -5
- package/dist/lib/schemas-data/3.0/core/requirements/css-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/daast-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/html-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/image-asset-requirements.json +2 -2
- package/dist/lib/schemas-data/3.0/core/requirements/javascript-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/markdown-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/offering-asset-constraint.json +4 -4
- package/dist/lib/schemas-data/3.0/core/requirements/text-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/url-asset-requirements.json +2 -2
- package/dist/lib/schemas-data/3.0/core/requirements/vast-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/video-asset-requirements.json +6 -6
- package/dist/lib/schemas-data/3.0/core/requirements/webhook-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/response.json +1 -1
- package/dist/lib/schemas-data/3.0/core/rights-constraint.json +4 -4
- package/dist/lib/schemas-data/3.0/core/seller-agent-ref.json +1 -1
- package/dist/lib/schemas-data/3.0/core/signal-definition.json +3 -3
- package/dist/lib/schemas-data/3.0/core/signal-filters.json +2 -2
- package/dist/lib/schemas-data/3.0/core/signal-id.json +1 -1
- package/dist/lib/schemas-data/3.0/core/signal-pricing-option.json +2 -2
- package/dist/lib/schemas-data/3.0/core/signal-pricing.json +6 -6
- package/dist/lib/schemas-data/3.0/core/signal-targeting.json +4 -4
- package/dist/lib/schemas-data/3.0/core/special.json +2 -2
- package/dist/lib/schemas-data/3.0/core/start-timing.json +1 -1
- package/dist/lib/schemas-data/3.0/core/store-item.json +3 -3
- package/dist/lib/schemas-data/3.0/core/talent.json +2 -2
- package/dist/lib/schemas-data/3.0/core/targeting.json +20 -20
- package/dist/lib/schemas-data/3.0/core/tasks-get-request.json +3 -3
- package/dist/lib/schemas-data/3.0/core/tasks-get-response.json +7 -7
- package/dist/lib/schemas-data/3.0/core/tasks-list-request.json +11 -11
- package/dist/lib/schemas-data/3.0/core/tasks-list-response.json +6 -6
- package/dist/lib/schemas-data/3.0/core/user-match.json +3 -3
- package/dist/lib/schemas-data/3.0/core/vehicle-item.json +4 -4
- package/dist/lib/schemas-data/3.0/core/vendor-pricing-option.json +2 -2
- package/dist/lib/schemas-data/3.0/core/x-entity-types.json +1 -1
- package/dist/lib/schemas-data/3.0/creative/asset-types/index.json +5 -5
- package/dist/lib/schemas-data/3.0/creative/creative-feature-result.json +2 -2
- package/dist/lib/schemas-data/3.0/creative/get-creative-delivery-request.json +5 -5
- package/dist/lib/schemas-data/3.0/creative/get-creative-delivery-response.json +7 -7
- package/dist/lib/schemas-data/3.0/creative/get-creative-features-request.json +5 -5
- package/dist/lib/schemas-data/3.0/creative/get-creative-features-response.json +8 -8
- package/dist/lib/schemas-data/3.0/creative/list-creative-formats-request.json +11 -11
- package/dist/lib/schemas-data/3.0/creative/list-creative-formats-response.json +7 -7
- package/dist/lib/schemas-data/3.0/creative/list-creatives-request.json +8 -8
- package/dist/lib/schemas-data/3.0/creative/list-creatives-response.json +14 -60
- package/dist/lib/schemas-data/3.0/creative/preview-creative-request.json +11 -11
- package/dist/lib/schemas-data/3.0/creative/preview-creative-response.json +12 -12
- package/dist/lib/schemas-data/3.0/creative/preview-render.json +1 -1
- package/dist/lib/schemas-data/3.0/creative/sync-creatives-async-response-input-required.json +3 -3
- package/dist/lib/schemas-data/3.0/creative/sync-creatives-async-response-submitted.json +3 -3
- package/dist/lib/schemas-data/3.0/creative/sync-creatives-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.0/creative/sync-creatives-request.json +7 -7
- package/dist/lib/schemas-data/3.0/creative/sync-creatives-response.json +13 -13
- package/dist/lib/schemas-data/3.0/enums/account-scope.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/account-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/action-source.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/adcp-protocol.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/adjustment-kind.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/advertiser-industry.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/age-verification-method.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/assessment-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/asset-content-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/attribution-model.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/audience-source.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/audience-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/audio-channel-layout.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/auth-scheme.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/available-metric.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/billing-party.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/binary-verdict.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/brand-agent-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/canceled-by.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/catalog-action.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/catalog-item-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/catalog-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/channels.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/cloud-storage-protocol.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/co-branding-requirement.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/collection-cadence.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/collection-kind.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/collection-relationship.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/collection-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/consent-basis.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/content-id-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/content-rating-system.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/creative-action.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/creative-agent-capability.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/creative-approval-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/creative-identifier-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/creative-quality.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/creative-sort-field.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/creative-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/daast-tracking-event.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/daast-version.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/day-of-week.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/delegation-authority.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/delivery-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/demographic-system.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/derivative-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/device-platform.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/device-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/digital-source-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/dimension-unit.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/disclosure-persistence.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/disclosure-position.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/distance-unit.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/distribution-identifier-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/error-code.json +185 -2
- package/dist/lib/schemas-data/3.0/enums/escalation-severity.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/event-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/exclusivity.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/feature-check-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/feed-format.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/feedback-source.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/forecast-method.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/forecast-range-unit.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/forecastable-metric.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/format-id-parameter.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/frame-rate-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/frequency-cap-scope.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/genre-taxonomy.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/geo-level.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/gop-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/governance-decision.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/governance-domain.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/governance-mode.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/governance-phase.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/history-entry-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/http-method.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/identifier-types.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/installment-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/javascript-module-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/landing-page-requirement.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/makegood-remedy.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/markdown-flavor.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/match-id-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/match-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/media-buy-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/media-buy-valid-action.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/metric-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/metro-system.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/moov-atom-position.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/notification-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/outcome-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/pacing.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/payment-terms.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/performance-standard-metric.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/policy-category.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/policy-enforcement.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/postal-system.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/preview-output-format.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/pricing-model.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/production-quality.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/property-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/proposal-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/publisher-identifier-types.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/purchase-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/reach-unit.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/reporting-frequency.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/response-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/restricted-attribute.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/right-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/right-use.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/rights-billing-period.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/scan-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/si-session-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/signal-catalog-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/signal-source.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/signal-value-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/snapshot-unavailable-reason.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/sort-direction.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/sort-metric.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/special-category.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/specialism.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/talent-role.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/task-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/task-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/transport-mode.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/travel-time-unit.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/uid-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/universal-macro.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/update-frequency.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/url-asset-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/validation-mode.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/vast-tracking-event.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/vast-version.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/viewability-standard.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/wcag-level.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/webhook-response-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/webhook-security-method.json +1 -1
- package/dist/lib/schemas-data/3.0/error-details/account-setup-required.json +2 -2
- package/dist/lib/schemas-data/3.0/error-details/audience-too-small.json +2 -2
- package/dist/lib/schemas-data/3.0/error-details/budget-too-low.json +2 -2
- package/dist/lib/schemas-data/3.0/error-details/conflict.json +2 -2
- package/dist/lib/schemas-data/3.0/error-details/creative-rejected.json +2 -2
- package/dist/lib/schemas-data/3.0/error-details/policy-violation.json +2 -2
- package/dist/lib/schemas-data/3.0/error-details/rate-limited.json +1 -1
- package/dist/lib/schemas-data/3.0/error-details/vendor-error-codes.json +1 -1
- package/dist/lib/schemas-data/3.0/extensions/extension-meta.json +1 -1
- package/dist/lib/schemas-data/3.0/extensions/index.json +2 -2
- package/dist/lib/schemas-data/3.0/governance/attribute-definition.json +1 -1
- package/dist/lib/schemas-data/3.0/governance/audience-constraints.json +3 -3
- package/dist/lib/schemas-data/3.0/governance/check-governance-request.json +7 -7
- package/dist/lib/schemas-data/3.0/governance/check-governance-response.json +6 -6
- package/dist/lib/schemas-data/3.0/governance/get-plan-audit-logs-request.json +4 -4
- package/dist/lib/schemas-data/3.0/governance/get-plan-audit-logs-response.json +9 -9
- package/dist/lib/schemas-data/3.0/governance/policy-category-definition.json +2 -2
- package/dist/lib/schemas-data/3.0/governance/policy-entry.json +6 -6
- package/dist/lib/schemas-data/3.0/governance/policy-ref.json +1 -1
- package/dist/lib/schemas-data/3.0/governance/report-plan-outcome-request.json +6 -6
- package/dist/lib/schemas-data/3.0/governance/report-plan-outcome-response.json +4 -4
- package/dist/lib/schemas-data/3.0/governance/sync-plans-request.json +13 -13
- package/dist/lib/schemas-data/3.0/governance/sync-plans-response.json +4 -4
- package/dist/lib/schemas-data/3.0/index.json +364 -364
- package/dist/lib/schemas-data/3.0/manifest.json +1190 -0
- package/dist/lib/schemas-data/3.0/manifest.schema.json +202 -0
- package/dist/lib/schemas-data/3.0/media-buy/build-creative-async-response-input-required.json +4 -4
- package/dist/lib/schemas-data/3.0/media-buy/build-creative-async-response-submitted.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/build-creative-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/build-creative-request.json +11 -11
- package/dist/lib/schemas-data/3.0/media-buy/build-creative-response.json +17 -17
- package/dist/lib/schemas-data/3.0/media-buy/create-media-buy-async-response-input-required.json +4 -4
- package/dist/lib/schemas-data/3.0/media-buy/create-media-buy-async-response-submitted.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/create-media-buy-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/create-media-buy-request.json +12 -12
- package/dist/lib/schemas-data/3.0/media-buy/create-media-buy-response.json +15 -15
- package/dist/lib/schemas-data/3.0/media-buy/get-media-buy-delivery-request.json +17 -17
- package/dist/lib/schemas-data/3.0/media-buy/get-media-buy-delivery-response.json +24 -24
- package/dist/lib/schemas-data/3.0/media-buy/get-media-buys-request.json +7 -7
- package/dist/lib/schemas-data/3.0/media-buy/get-media-buys-response.json +19 -19
- package/dist/lib/schemas-data/3.0/media-buy/get-products-async-response-input-required.json +4 -4
- package/dist/lib/schemas-data/3.0/media-buy/get-products-async-response-submitted.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/get-products-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/get-products-request.json +11 -11
- package/dist/lib/schemas-data/3.0/media-buy/get-products-response.json +8 -8
- package/dist/lib/schemas-data/3.0/media-buy/list-creative-formats-request.json +11 -11
- package/dist/lib/schemas-data/3.0/media-buy/list-creative-formats-response.json +7 -7
- package/dist/lib/schemas-data/3.0/media-buy/log-event-request.json +4 -4
- package/dist/lib/schemas-data/3.0/media-buy/log-event-response.json +6 -6
- package/dist/lib/schemas-data/3.0/media-buy/package-request.json +12 -12
- package/dist/lib/schemas-data/3.0/media-buy/package-update.json +13 -13
- package/dist/lib/schemas-data/3.0/media-buy/provide-performance-feedback-request.json +6 -6
- package/dist/lib/schemas-data/3.0/media-buy/provide-performance-feedback-response.json +6 -6
- package/dist/lib/schemas-data/3.0/media-buy/sync-audiences-request.json +7 -7
- package/dist/lib/schemas-data/3.0/media-buy/sync-audiences-response.json +9 -9
- package/dist/lib/schemas-data/3.0/media-buy/sync-catalogs-async-response-input-required.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/sync-catalogs-async-response-submitted.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/sync-catalogs-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/sync-catalogs-request.json +7 -7
- package/dist/lib/schemas-data/3.0/media-buy/sync-catalogs-response.json +9 -9
- package/dist/lib/schemas-data/3.0/media-buy/sync-event-sources-request.json +5 -5
- package/dist/lib/schemas-data/3.0/media-buy/sync-event-sources-response.json +10 -10
- package/dist/lib/schemas-data/3.0/media-buy/update-media-buy-async-response-input-required.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/update-media-buy-async-response-submitted.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/update-media-buy-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/update-media-buy-request.json +10 -10
- package/dist/lib/schemas-data/3.0/media-buy/update-media-buy-response.json +10 -10
- package/dist/lib/schemas-data/3.0/pricing-options/cpa-option.json +4 -4
- package/dist/lib/schemas-data/3.0/pricing-options/cpc-option.json +4 -4
- package/dist/lib/schemas-data/3.0/pricing-options/cpcv-option.json +4 -4
- package/dist/lib/schemas-data/3.0/pricing-options/cpm-option.json +4 -4
- package/dist/lib/schemas-data/3.0/pricing-options/cpp-option.json +5 -5
- package/dist/lib/schemas-data/3.0/pricing-options/cpv-option.json +4 -4
- package/dist/lib/schemas-data/3.0/pricing-options/flat-rate-option.json +4 -4
- package/dist/lib/schemas-data/3.0/pricing-options/price-breakdown.json +2 -2
- package/dist/lib/schemas-data/3.0/pricing-options/price-guidance.json +1 -1
- package/dist/lib/schemas-data/3.0/pricing-options/time-option.json +4 -4
- package/dist/lib/schemas-data/3.0/pricing-options/vcpm-option.json +4 -4
- package/dist/lib/schemas-data/3.0/property/authorization-result.json +1 -1
- package/dist/lib/schemas-data/3.0/property/base-property-source.json +4 -4
- package/dist/lib/schemas-data/3.0/property/create-property-list-request.json +7 -7
- package/dist/lib/schemas-data/3.0/property/create-property-list-response.json +4 -4
- package/dist/lib/schemas-data/3.0/property/delete-property-list-request.json +4 -4
- package/dist/lib/schemas-data/3.0/property/delete-property-list-response.json +3 -3
- package/dist/lib/schemas-data/3.0/property/delivery-record.json +3 -3
- package/dist/lib/schemas-data/3.0/property/get-property-list-request.json +4 -4
- package/dist/lib/schemas-data/3.0/property/get-property-list-response.json +7 -7
- package/dist/lib/schemas-data/3.0/property/list-property-lists-request.json +5 -5
- package/dist/lib/schemas-data/3.0/property/list-property-lists-response.json +5 -5
- package/dist/lib/schemas-data/3.0/property/property-error.json +2 -2
- package/dist/lib/schemas-data/3.0/property/property-feature-definition.json +2 -2
- package/dist/lib/schemas-data/3.0/property/property-feature-result.json +4 -4
- package/dist/lib/schemas-data/3.0/property/property-feature-value.json +2 -2
- package/dist/lib/schemas-data/3.0/property/property-feature.json +1 -1
- package/dist/lib/schemas-data/3.0/property/property-list-changed-webhook.json +2 -2
- package/dist/lib/schemas-data/3.0/property/property-list-filters.json +5 -5
- package/dist/lib/schemas-data/3.0/property/property-list.json +6 -6
- package/dist/lib/schemas-data/3.0/property/update-property-list-request.json +7 -7
- package/dist/lib/schemas-data/3.0/property/update-property-list-response.json +4 -4
- package/dist/lib/schemas-data/3.0/property/validate-property-delivery-request.json +5 -5
- package/dist/lib/schemas-data/3.0/property/validate-property-delivery-response.json +4 -4
- package/dist/lib/schemas-data/3.0/property/validation-result.json +5 -5
- package/dist/lib/schemas-data/3.0/protocol/get-adcp-capabilities-request.json +3 -3
- package/dist/lib/schemas-data/3.0/protocol/get-adcp-capabilities-response.json +26 -26
- package/dist/lib/schemas-data/3.0/signals/activate-signal-request.json +5 -5
- package/dist/lib/schemas-data/3.0/signals/activate-signal-response.json +7 -7
- package/dist/lib/schemas-data/3.0/signals/get-signals-request.json +8 -8
- package/dist/lib/schemas-data/3.0/signals/get-signals-response.json +10 -10
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-capabilities.json +1 -1
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-get-offering-request.json +3 -3
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-get-offering-response.json +4 -4
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-identity.json +1 -1
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-initiate-session-request.json +5 -5
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-initiate-session-response.json +7 -7
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-send-message-request.json +3 -3
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-send-message-response.json +7 -7
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-terminate-session-request.json +3 -3
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-terminate-session-response.json +5 -5
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-ui-element.json +1 -1
- package/dist/lib/schemas-data/v2.5/_provenance.json +1 -1
- package/dist/lib/server/adcp-server.d.ts +21 -0
- package/dist/lib/server/adcp-server.d.ts.map +1 -1
- package/dist/lib/server/adcp-server.js +22 -1
- package/dist/lib/server/adcp-server.js.map +1 -1
- package/dist/lib/server/auth-signature.d.ts.map +1 -1
- package/dist/lib/server/auth-signature.js +21 -0
- package/dist/lib/server/auth-signature.js.map +1 -1
- package/dist/lib/server/auth.d.ts +24 -0
- package/dist/lib/server/auth.d.ts.map +1 -1
- package/dist/lib/server/auth.js +71 -3
- package/dist/lib/server/auth.js.map +1 -1
- package/dist/lib/server/create-adcp-server.d.ts +203 -21
- package/dist/lib/server/create-adcp-server.d.ts.map +1 -1
- package/dist/lib/server/create-adcp-server.js +322 -13
- package/dist/lib/server/create-adcp-server.js.map +1 -1
- package/dist/lib/server/decisioning/account.d.ts +340 -21
- package/dist/lib/server/decisioning/account.d.ts.map +1 -1
- package/dist/lib/server/decisioning/account.js +150 -4
- package/dist/lib/server/decisioning/account.js.map +1 -1
- package/dist/lib/server/decisioning/admin-router.d.ts.map +1 -1
- package/dist/lib/server/decisioning/admin-router.js +5 -1
- package/dist/lib/server/decisioning/admin-router.js.map +1 -1
- package/dist/lib/server/decisioning/buyer-agent.d.ts +465 -0
- package/dist/lib/server/decisioning/buyer-agent.d.ts.map +1 -0
- package/dist/lib/server/decisioning/buyer-agent.js +372 -0
- package/dist/lib/server/decisioning/buyer-agent.js.map +1 -0
- package/dist/lib/server/decisioning/capabilities.d.ts +32 -5
- package/dist/lib/server/decisioning/capabilities.d.ts.map +1 -1
- package/dist/lib/server/decisioning/compose.d.ts +93 -0
- package/dist/lib/server/decisioning/compose.d.ts.map +1 -0
- package/dist/lib/server/decisioning/compose.js +81 -0
- package/dist/lib/server/decisioning/compose.js.map +1 -0
- package/dist/lib/server/decisioning/context.d.ts +11 -0
- package/dist/lib/server/decisioning/context.d.ts.map +1 -1
- package/dist/lib/server/decisioning/index.d.ts +12 -3
- package/dist/lib/server/decisioning/index.d.ts.map +1 -1
- package/dist/lib/server/decisioning/index.js +45 -2
- package/dist/lib/server/decisioning/index.js.map +1 -1
- package/dist/lib/server/decisioning/platform-helpers.d.ts +269 -0
- package/dist/lib/server/decisioning/platform-helpers.d.ts.map +1 -0
- package/dist/lib/server/decisioning/platform-helpers.js +316 -0
- package/dist/lib/server/decisioning/platform-helpers.js.map +1 -0
- package/dist/lib/server/decisioning/platform.d.ts +127 -4
- package/dist/lib/server/decisioning/platform.d.ts.map +1 -1
- package/dist/lib/server/decisioning/platform.js.map +1 -1
- package/dist/lib/server/decisioning/resolve-presets.d.ts +129 -0
- package/dist/lib/server/decisioning/resolve-presets.d.ts.map +1 -0
- package/dist/lib/server/decisioning/resolve-presets.js +142 -0
- package/dist/lib/server/decisioning/resolve-presets.js.map +1 -0
- package/dist/lib/server/decisioning/runtime/entity-hydration.generated.d.ts +8 -0
- package/dist/lib/server/decisioning/runtime/entity-hydration.generated.d.ts.map +1 -0
- package/dist/lib/server/decisioning/runtime/entity-hydration.generated.js +101 -0
- package/dist/lib/server/decisioning/runtime/entity-hydration.generated.js.map +1 -0
- package/dist/lib/server/decisioning/runtime/from-platform.d.ts +91 -8
- package/dist/lib/server/decisioning/runtime/from-platform.d.ts.map +1 -1
- package/dist/lib/server/decisioning/runtime/from-platform.js +630 -138
- package/dist/lib/server/decisioning/runtime/from-platform.js.map +1 -1
- package/dist/lib/server/decisioning/runtime/to-context.d.ts.map +1 -1
- package/dist/lib/server/decisioning/runtime/to-context.js +1 -0
- package/dist/lib/server/decisioning/runtime/to-context.js.map +1 -1
- package/dist/lib/server/decisioning/runtime/validate-platform.d.ts.map +1 -1
- package/dist/lib/server/decisioning/runtime/validate-platform.js +31 -3
- package/dist/lib/server/decisioning/runtime/validate-platform.js.map +1 -1
- package/dist/lib/server/decisioning/specialisms/brand-rights.d.ts +83 -6
- package/dist/lib/server/decisioning/specialisms/brand-rights.d.ts.map +1 -1
- package/dist/lib/server/decisioning/specialisms/brand-rights.js +12 -5
- package/dist/lib/server/decisioning/specialisms/brand-rights.js.map +1 -1
- package/dist/lib/server/decisioning/specialisms/creative-ad-server.d.ts +41 -4
- package/dist/lib/server/decisioning/specialisms/creative-ad-server.d.ts.map +1 -1
- package/dist/lib/server/decisioning/specialisms/creative.d.ts +47 -3
- package/dist/lib/server/decisioning/specialisms/creative.d.ts.map +1 -1
- package/dist/lib/server/decisioning/specialisms/sales.d.ts +115 -9
- package/dist/lib/server/decisioning/specialisms/sales.d.ts.map +1 -1
- package/dist/lib/server/decisioning/tenant-registry.d.ts.map +1 -1
- package/dist/lib/server/decisioning/tenant-registry.js +8 -3
- package/dist/lib/server/decisioning/tenant-registry.js.map +1 -1
- package/dist/lib/server/decisioning/tenant-store.d.ts +200 -0
- package/dist/lib/server/decisioning/tenant-store.d.ts.map +1 -0
- package/dist/lib/server/decisioning/tenant-store.js +182 -0
- package/dist/lib/server/decisioning/tenant-store.js.map +1 -0
- package/dist/lib/server/decisioning/validate-specialisms.d.ts +66 -0
- package/dist/lib/server/decisioning/validate-specialisms.d.ts.map +1 -0
- package/dist/lib/server/decisioning/validate-specialisms.js +119 -0
- package/dist/lib/server/decisioning/validate-specialisms.js.map +1 -0
- package/dist/lib/server/index.d.ts +11 -2
- package/dist/lib/server/index.d.ts.map +1 -1
- package/dist/lib/server/index.js +35 -3
- package/dist/lib/server/index.js.map +1 -1
- package/dist/lib/server/media-buy-store.d.ts +126 -0
- package/dist/lib/server/media-buy-store.d.ts.map +1 -0
- package/dist/lib/server/media-buy-store.js +171 -0
- package/dist/lib/server/media-buy-store.js.map +1 -0
- package/dist/lib/server/redact.d.ts +52 -0
- package/dist/lib/server/redact.d.ts.map +1 -0
- package/dist/lib/server/redact.js +86 -0
- package/dist/lib/server/redact.js.map +1 -0
- package/dist/lib/server/responses.d.ts +60 -1
- package/dist/lib/server/responses.d.ts.map +1 -1
- package/dist/lib/server/responses.js +110 -1
- package/dist/lib/server/responses.js.map +1 -1
- package/dist/lib/server/serve.d.ts.map +1 -1
- package/dist/lib/server/serve.js +35 -1
- package/dist/lib/server/serve.js.map +1 -1
- package/dist/lib/server/state-machine.d.ts +80 -0
- package/dist/lib/server/state-machine.d.ts.map +1 -0
- package/dist/lib/server/state-machine.js +125 -0
- package/dist/lib/server/state-machine.js.map +1 -0
- package/dist/lib/server/test-controller.d.ts +48 -0
- package/dist/lib/server/test-controller.d.ts.map +1 -1
- package/dist/lib/server/test-controller.js +89 -10
- package/dist/lib/server/test-controller.js.map +1 -1
- package/dist/lib/server/upstream-helpers.d.ts +182 -0
- package/dist/lib/server/upstream-helpers.d.ts.map +1 -0
- package/dist/lib/server/upstream-helpers.js +140 -0
- package/dist/lib/server/upstream-helpers.js.map +1 -0
- package/dist/lib/signing/agent-resolver/canonicalize.d.ts +44 -0
- package/dist/lib/signing/agent-resolver/canonicalize.d.ts.map +1 -0
- package/dist/lib/signing/agent-resolver/canonicalize.js +85 -0
- package/dist/lib/signing/agent-resolver/canonicalize.js.map +1 -0
- package/dist/lib/signing/agent-resolver/capabilities-types.d.ts +54 -0
- package/dist/lib/signing/agent-resolver/capabilities-types.d.ts.map +1 -0
- package/dist/lib/signing/agent-resolver/capabilities-types.js +49 -0
- package/dist/lib/signing/agent-resolver/capabilities-types.js.map +1 -0
- package/dist/lib/signing/agent-resolver/consistency.d.ts +84 -0
- package/dist/lib/signing/agent-resolver/consistency.d.ts.map +1 -0
- package/dist/lib/signing/agent-resolver/consistency.js +121 -0
- package/dist/lib/signing/agent-resolver/consistency.js.map +1 -0
- package/dist/lib/signing/agent-resolver/errors.d.ts +68 -0
- package/dist/lib/signing/agent-resolver/errors.d.ts.map +1 -0
- package/dist/lib/signing/agent-resolver/errors.js +45 -0
- package/dist/lib/signing/agent-resolver/errors.js.map +1 -0
- package/dist/lib/signing/agent-resolver/etld.d.ts +25 -0
- package/dist/lib/signing/agent-resolver/etld.d.ts.map +1 -0
- package/dist/lib/signing/agent-resolver/etld.js +75 -0
- package/dist/lib/signing/agent-resolver/etld.js.map +1 -0
- package/dist/lib/signing/agent-resolver/fetch-helpers.d.ts +41 -0
- package/dist/lib/signing/agent-resolver/fetch-helpers.d.ts.map +1 -0
- package/dist/lib/signing/agent-resolver/fetch-helpers.js +85 -0
- package/dist/lib/signing/agent-resolver/fetch-helpers.js.map +1 -0
- package/dist/lib/signing/agent-resolver/index.d.ts +26 -0
- package/dist/lib/signing/agent-resolver/index.d.ts.map +1 -0
- package/dist/lib/signing/agent-resolver/index.js +33 -0
- package/dist/lib/signing/agent-resolver/index.js.map +1 -0
- package/dist/lib/signing/agent-resolver/jwks-set.d.ts +76 -0
- package/dist/lib/signing/agent-resolver/jwks-set.d.ts.map +1 -0
- package/dist/lib/signing/agent-resolver/jwks-set.js +124 -0
- package/dist/lib/signing/agent-resolver/jwks-set.js.map +1 -0
- package/dist/lib/signing/agent-resolver/resolve-agent.d.ts +123 -0
- package/dist/lib/signing/agent-resolver/resolve-agent.d.ts.map +1 -0
- package/dist/lib/signing/agent-resolver/resolve-agent.js +398 -0
- package/dist/lib/signing/agent-resolver/resolve-agent.js.map +1 -0
- package/dist/lib/signing/agent-resolver/select-agent.d.ts +54 -0
- package/dist/lib/signing/agent-resolver/select-agent.d.ts.map +1 -0
- package/dist/lib/signing/agent-resolver/select-agent.js +94 -0
- package/dist/lib/signing/agent-resolver/select-agent.js.map +1 -0
- package/dist/lib/signing/agent-resolver/strict-json.d.ts +44 -0
- package/dist/lib/signing/agent-resolver/strict-json.d.ts.map +1 -0
- package/dist/lib/signing/agent-resolver/strict-json.js +219 -0
- package/dist/lib/signing/agent-resolver/strict-json.js.map +1 -0
- package/dist/lib/signing/capability-priming.d.ts.map +1 -1
- package/dist/lib/signing/capability-priming.js +2 -55
- package/dist/lib/signing/capability-priming.js.map +1 -1
- package/dist/lib/signing/protocol-response.d.ts +18 -0
- package/dist/lib/signing/protocol-response.d.ts.map +1 -0
- package/dist/lib/signing/protocol-response.js +69 -0
- package/dist/lib/signing/protocol-response.js.map +1 -0
- package/dist/lib/signing/server.d.ts +1 -0
- package/dist/lib/signing/server.d.ts.map +1 -1
- package/dist/lib/signing/server.js +10 -1
- package/dist/lib/signing/server.js.map +1 -1
- package/dist/lib/signing/testing.d.ts +64 -0
- package/dist/lib/signing/testing.d.ts.map +1 -1
- package/dist/lib/signing/testing.js +100 -5
- package/dist/lib/signing/testing.js.map +1 -1
- package/dist/lib/testing/compliance/comply.d.ts.map +1 -1
- package/dist/lib/testing/compliance/comply.js +2 -0
- package/dist/lib/testing/compliance/comply.js.map +1 -1
- package/dist/lib/testing/compliance/types.d.ts +8 -0
- package/dist/lib/testing/compliance/types.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/agent-routing.d.ts +92 -0
- package/dist/lib/testing/storyboard/agent-routing.d.ts.map +1 -0
- package/dist/lib/testing/storyboard/agent-routing.js +291 -0
- package/dist/lib/testing/storyboard/agent-routing.js.map +1 -0
- package/dist/lib/testing/storyboard/context.d.ts +22 -0
- package/dist/lib/testing/storyboard/context.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/context.js +35 -8
- package/dist/lib/testing/storyboard/context.js.map +1 -1
- package/dist/lib/testing/storyboard/default-invariants.js +6 -35
- package/dist/lib/testing/storyboard/default-invariants.js.map +1 -1
- package/dist/lib/testing/storyboard/index.d.ts +1 -1
- package/dist/lib/testing/storyboard/index.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/index.js.map +1 -1
- package/dist/lib/testing/storyboard/loader.js +46 -12
- package/dist/lib/testing/storyboard/loader.js.map +1 -1
- package/dist/lib/testing/storyboard/request-builder.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/request-builder.js +14 -1
- package/dist/lib/testing/storyboard/request-builder.js.map +1 -1
- package/dist/lib/testing/storyboard/runner.d.ts +17 -0
- package/dist/lib/testing/storyboard/runner.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/runner.js +800 -92
- package/dist/lib/testing/storyboard/runner.js.map +1 -1
- package/dist/lib/testing/storyboard/types.d.ts +221 -12
- package/dist/lib/testing/storyboard/types.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/types.js.map +1 -1
- package/dist/lib/testing/storyboard/validations.d.ts +65 -0
- package/dist/lib/testing/storyboard/validations.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/validations.js +529 -2
- package/dist/lib/testing/storyboard/validations.js.map +1 -1
- package/dist/lib/testing/test-controller.d.ts +59 -1
- package/dist/lib/testing/test-controller.d.ts.map +1 -1
- package/dist/lib/testing/test-controller.js +30 -0
- package/dist/lib/testing/test-controller.js.map +1 -1
- package/dist/lib/testing/types.d.ts +14 -0
- package/dist/lib/testing/types.d.ts.map +1 -1
- package/dist/lib/types/core.generated.d.ts +299 -141
- package/dist/lib/types/core.generated.d.ts.map +1 -1
- package/dist/lib/types/core.generated.js +2 -2
- package/dist/lib/types/error-codes.d.ts +168 -108
- package/dist/lib/types/error-codes.d.ts.map +1 -1
- package/dist/lib/types/error-codes.js +23 -190
- package/dist/lib/types/error-codes.js.map +1 -1
- package/dist/lib/types/error-details.aliases.d.ts +48 -0
- package/dist/lib/types/error-details.aliases.d.ts.map +1 -0
- package/dist/lib/types/error-details.aliases.js +41 -0
- package/dist/lib/types/error-details.aliases.js.map +1 -0
- package/dist/lib/types/index.d.ts +14 -1
- package/dist/lib/types/index.d.ts.map +1 -1
- package/dist/lib/types/index.js +4 -0
- package/dist/lib/types/index.js.map +1 -1
- package/dist/lib/types/inline-enums.generated.d.ts +2 -4
- package/dist/lib/types/inline-enums.generated.d.ts.map +1 -1
- package/dist/lib/types/inline-enums.generated.js +10 -7
- package/dist/lib/types/inline-enums.generated.js.map +1 -1
- package/dist/lib/types/manifest.generated.d.ts +280 -0
- package/dist/lib/types/manifest.generated.d.ts.map +1 -0
- package/dist/lib/types/manifest.generated.js +339 -0
- package/dist/lib/types/manifest.generated.js.map +1 -0
- package/dist/lib/types/schemas.generated.d.ts +27229 -25160
- package/dist/lib/types/schemas.generated.d.ts.map +1 -1
- package/dist/lib/types/schemas.generated.js +584 -533
- package/dist/lib/types/schemas.generated.js.map +1 -1
- package/dist/lib/types/tools.generated.d.ts +146 -21
- package/dist/lib/types/tools.generated.d.ts.map +1 -1
- package/dist/lib/types/v2-5/tools.generated.d.ts +48 -1
- package/dist/lib/types/v2-5/tools.generated.d.ts.map +1 -1
- package/dist/lib/upstream-recorder/index.d.ts +57 -0
- package/dist/lib/upstream-recorder/index.d.ts.map +1 -0
- package/dist/lib/upstream-recorder/index.js +62 -0
- package/dist/lib/upstream-recorder/index.js.map +1 -0
- package/dist/lib/upstream-recorder/recorder.d.ts +35 -0
- package/dist/lib/upstream-recorder/recorder.d.ts.map +1 -0
- package/dist/lib/upstream-recorder/recorder.js +507 -0
- package/dist/lib/upstream-recorder/recorder.js.map +1 -0
- package/dist/lib/upstream-recorder/types.d.ts +365 -0
- package/dist/lib/upstream-recorder/types.d.ts.map +1 -0
- package/dist/lib/upstream-recorder/types.js +30 -0
- package/dist/lib/upstream-recorder/types.js.map +1 -0
- package/dist/lib/utils/capabilities.d.ts +44 -3
- package/dist/lib/utils/capabilities.d.ts.map +1 -1
- package/dist/lib/utils/capabilities.js +67 -3
- package/dist/lib/utils/capabilities.js.map +1 -1
- package/dist/lib/utils/error-extraction.d.ts +24 -0
- package/dist/lib/utils/error-extraction.d.ts.map +1 -1
- package/dist/lib/utils/error-extraction.js +0 -2
- package/dist/lib/utils/error-extraction.js.map +1 -1
- package/dist/lib/utils/format-render-builders.d.ts +2 -1
- package/dist/lib/utils/format-render-builders.d.ts.map +1 -1
- package/dist/lib/utils/format-render-builders.js +0 -23
- package/dist/lib/utils/format-render-builders.js.map +1 -1
- package/dist/lib/utils/glob.d.ts +28 -0
- package/dist/lib/utils/glob.d.ts.map +1 -0
- package/dist/lib/utils/glob.js +37 -0
- package/dist/lib/utils/glob.js.map +1 -0
- package/dist/lib/utils/redact-secrets.d.ts +37 -0
- package/dist/lib/utils/redact-secrets.d.ts.map +1 -0
- package/dist/lib/utils/redact-secrets.js +65 -0
- package/dist/lib/utils/redact-secrets.js.map +1 -0
- package/dist/lib/utils/tool-request-schemas.d.ts.map +1 -1
- package/dist/lib/utils/tool-request-schemas.js +1 -0
- package/dist/lib/utils/tool-request-schemas.js.map +1 -1
- package/dist/lib/validation/hints.d.ts +50 -0
- package/dist/lib/validation/hints.d.ts.map +1 -0
- package/dist/lib/validation/hints.js +194 -0
- package/dist/lib/validation/hints.js.map +1 -0
- package/dist/lib/validation/schema-errors.d.ts +2 -1
- package/dist/lib/validation/schema-errors.d.ts.map +1 -1
- package/dist/lib/validation/schema-errors.js +39 -4
- package/dist/lib/validation/schema-errors.js.map +1 -1
- package/dist/lib/validation/schema-loader.d.ts +13 -0
- package/dist/lib/validation/schema-loader.d.ts.map +1 -1
- package/dist/lib/validation/schema-loader.js +20 -0
- package/dist/lib/validation/schema-loader.js.map +1 -1
- package/dist/lib/validation/schema-validator.d.ts +107 -2
- package/dist/lib/validation/schema-validator.d.ts.map +1 -1
- package/dist/lib/validation/schema-validator.js +205 -12
- package/dist/lib/validation/schema-validator.js.map +1 -1
- package/dist/lib/validation/sync-creatives.d.ts +30 -0
- package/dist/lib/validation/sync-creatives.d.ts.map +1 -1
- package/dist/lib/version.d.ts +7 -7
- package/dist/lib/version.d.ts.map +1 -1
- package/dist/lib/version.js +9 -5
- package/dist/lib/version.js.map +1 -1
- package/docs/guides/BUILD-AN-AGENT.md +267 -137
- package/docs/llms.txt +110 -55
- package/examples/CONTRIBUTING.md +173 -0
- package/examples/README.md +32 -0
- package/examples/comply-controller-seller.ts +9 -17
- package/examples/decisioning-platform-broadcast-tv.ts +3 -2
- package/examples/decisioning-platform-implicit-accounts.ts +168 -0
- package/examples/decisioning-platform-mock-seller.ts +3 -2
- package/examples/decisioning-platform-multi-tenant-db.ts +317 -0
- package/examples/decisioning-platform-programmatic.ts +3 -2
- package/examples/hello-cluster.ts +421 -0
- package/examples/hello_creative_adapter_template.ts +528 -0
- package/examples/hello_seller_adapter_guaranteed.ts +1080 -0
- package/examples/hello_seller_adapter_multi_tenant.ts +1046 -0
- package/examples/hello_seller_adapter_social.ts +829 -0
- package/examples/hello_signals_adapter_marketplace.ts +532 -0
- package/examples/seller-test-controller.ts +22 -28
- package/package.json +30 -3
- package/skills/SHAPE-GOTCHAS.md +233 -0
- package/skills/build-brand-rights-agent/SKILL.md +121 -16
- package/skills/build-creative-agent/SKILL.md +25 -1
- package/skills/build-decisioning-platform/advanced/MULTI-TENANT.md +104 -28
- package/skills/build-holdco-agent/SKILL.md +250 -0
- package/skills/build-seller-agent/SKILL.md +313 -49
- package/skills/build-seller-agent/specialisms/sales-broadcast-tv.md +2 -0
- package/skills/build-seller-agent/specialisms/sales-guaranteed.md +18 -0
- package/skills/build-seller-agent/specialisms/sales-non-guaranteed.md +2 -0
- package/skills/build-seller-agent/specialisms/sales-social.md +63 -2
- package/skills/build-signals-agent/SKILL.md +2 -0
- package/skills/call-adcp-agent.previous/SKILL.md +8 -86
- package/skills/run-by-experts/SKILL.md +116 -0
- package/skills/triage-storyboard-failure/SKILL.md +96 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/brand/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/creative/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/governance/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/creative-reception.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/create_media_buy_async.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/delivery_reporting.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/governance_approved.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/governance_conditions.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/governance_denied_recovery.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/invalid_transitions.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/inventory_list_no_match.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/inventory_list_targeting.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/measurement_terms_rejected.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/pending_creatives_to_start.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/proposal_finalize.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/refine_products.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/state-machine.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/signals/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/sponsored-intelligence/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/brand/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/creative/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/governance/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/creative-reception.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/create_media_buy_async.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/delivery_reporting.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/governance_approved.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/governance_conditions.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/governance_denied_recovery.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/invalid_transitions.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/inventory_list_no_match.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/inventory_list_targeting.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/measurement_terms_rejected.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/pending_creatives_to_start.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/proposal_finalize.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/refine_products.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/state-machine.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/signals/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/sponsored-intelligence/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/brand-rights/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/collection-lists/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/content-standards/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/creative-ad-server/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/creative-generative/generative-seller.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/creative-generative/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/creative-template/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/governance-aware-seller/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/governance-delivery-monitor/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/governance-spend-authority/denied.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/governance-spend-authority/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/property-lists/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/sales-broadcast-tv/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/sales-catalog-driven/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/sales-guaranteed/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/sales-non-guaranteed/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/sales-proposal-mode/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/signal-marketplace/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/signal-marketplace/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/signal-owned/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-kits/acme-outdoor.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-kits/bistro-oranje.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-kits/nova-motors.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-kits/osei-natural.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-kits/signed-requests-runner.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-kits/substitution-observer-runner.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-kits/summit-foods.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-kits/webhook-receiver-runner.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/plan-hash/001-minimal-plan.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/plan-hash/002-full-plan.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/plan-hash/003-bookkeeping-stripped.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/plan-hash/004a-human-review-omitted.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/plan-hash/004b-human-review-explicit-null.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/plan-hash/005a-policy-categories-order-1.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/plan-hash/005b-policy-categories-order-2.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/plan-hash/006a-ext-trace-v1.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/plan-hash/006b-ext-trace-v2.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/plan-hash/007-unicode-objectives.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/plan-hash/008-numeric-canonicalization.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/README.md +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/canonicalization.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/keys.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/001-no-signature-header.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/002-wrong-tag.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/003-expired-signature.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/004-window-too-long.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/005-alg-not-allowed.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/006-missing-covered-component.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/007-missing-content-digest.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/008-unknown-keyid.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/009-key-ops-missing-verify.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/010-content-digest-mismatch.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/011-malformed-header.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/012-missing-expires-param.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/013-expires-le-created.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/014-missing-nonce-param.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/015-signature-invalid.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/016-replayed-nonce.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/017-key-revoked.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/018-digest-covered-when-forbidden.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/019-signature-without-signature-input.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/020-rate-abuse.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/021-duplicate-signature-input-label.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/022-multi-valued-content-type.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/023-multi-valued-content-digest.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/024-unquoted-string-param.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/025-jwk-alg-crv-mismatch.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/026-non-ascii-host.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/027-webhook-registration-authentication-unsigned.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/positive/001-basic-post.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/positive/002-post-with-content-digest.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/positive/003-es256-post.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/positive/004-multiple-signature-labels.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/positive/005-default-port-stripped.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/positive/006-dot-segment-path.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/positive/007-query-byte-preserved.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/positive/008-percent-encoded-path.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/positive/009-percent-encoded-unreserved-decoded.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/positive/010-percent-encoded-slash-preserved.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/positive/011-ipv6-authority.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/positive/012-ipv6-authority-default-port-stripped.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/README.md +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/keys.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/001-wrong-tag.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/002-expired-signature.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/003-window-too-long.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/004-alg-not-allowed.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/005-missing-authority-component.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/006-missing-content-digest.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/007-unknown-keyid.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/008-wrong-adcp-use.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/009-content-digest-mismatch.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/010-malformed-signature-input.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/011-signature-without-input.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/012-missing-expires-param.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/013-expires-le-created.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/014-missing-nonce-param.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/015-signature-invalid.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/016-replayed-nonce.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/017-key-revoked.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/018-rate-abuse.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/019-revocation-stale.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/020-key-ops-missing-verify.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/021-base64-alphabet-mixing.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/positive/001-basic-post.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/positive/002-es256-post.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/positive/003-multiple-signature-labels.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/positive/004-default-port-stripped.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/positive/005-percent-encoded-path.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/positive/006-query-byte-preserved.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/positive/007-body-without-idempotency-key.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/capability-discovery.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/collection-lists-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/content-standards-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/deterministic-testing.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/error-compliance.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/fictional-entities.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/get-media-buys-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/get-signals-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/idempotency.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/pagination-integrity-creative-formats.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/pagination-integrity-list-accounts.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/property-lists-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/schema-validation.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/security.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/signed-requests.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/webhook-emission.yaml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Generated Zod v4 schemas from TypeScript types
|
|
3
|
-
// Generated at: 2026-
|
|
3
|
+
// Generated at: 2026-05-02T20:06:19.119Z
|
|
4
4
|
// Sources:
|
|
5
5
|
// - core.generated.ts (core types)
|
|
6
6
|
// - tools.generated.ts (tool types)
|
|
@@ -9,17 +9,18 @@
|
|
|
9
9
|
// Generated using ts-to-zod from TypeScript type definitions
|
|
10
10
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11
11
|
exports.VASTVersionSchema = exports.AudioChannelLayoutSchema = exports.MoovAtomPositionSchema = exports.GOPTypeSchema = exports.ScanTypeSchema = exports.FrameRateTypeSchema = exports.DisclosurePositionSchema = exports.DisclosurePersistenceSchema = exports.DigitalSourceTypeSchema = exports.CollectionListReferenceSchema = exports.PropertyListReferenceSchema = exports.FrequencyCapSchema = exports.DaypartTargetSchema = exports.CatalogFieldMappingSchema = exports.ContextObjectSchema = exports.CreativeAssignmentSchema = exports.PerformanceStandardSchema = exports.MeasurementTermsSchema = exports.FormatReferenceStructuredObjectSchema = exports.PriceBreakdownSchema = exports.BusinessEntitySchema = exports.BrandReferenceSchema = exports.ExtensionObjectSchema = exports.OptimizationGoalSchema = exports.ViewabilityStandardSchema = exports.PerformanceStandardMetricSchema = exports.MakegoodRemedySchema = exports.MatchTypeSchema = exports.DeviceTypeSchema = exports.DevicePlatformSchema = exports.AgeVerificationMethodSchema = exports.ReachUnitSchema = exports.DurationSchema = exports.DayOfWeekSchema = exports.PostalCodeSystemSchema = exports.MetroAreaSystemSchema = exports.ContentIDTypeSchema = exports.EventTypeSchema = exports.UpdateFrequencySchema = exports.FeedFormatSchema = exports.CatalogTypeSchema = exports.PacingSchema = exports.CanceledBySchema = exports.MediaBuyStatusSchema = exports.CloudStorageProtocolSchema = exports.AccountScopeSchema = exports.PaymentTermsSchema = exports.BillingPartySchema = exports.BrandIDSchema = exports.AccountStatusSchema = void 0;
|
|
12
|
-
exports.TalentRoleSchema = exports.SpecialCategorySchema = exports.ContentRatingSystemSchema = exports.InstallmentStatusSchema = exports.ActionSourceSchema = exports.AssessmentStatusSchema = exports.DataProviderSignalSelectorSchema = exports.LandingPageRequirementSchema = exports.CoBrandingRequirementSchema = exports.AvailableMetricSchema = exports.ReportingFrequencySchema = exports.ForecastMethodSchema = exports.ForecastRangeUnitSchema = exports.ForecastRangeSchema = exports.DemographicSystemSchema = exports.PriceAdjustmentKindSchema = exports.ExclusivitySchema = exports.DeliveryTypeSchema = exports.MediaChannelSchema = exports.PropertyTagSchema = exports.PropertyIDSchema = exports.ReferenceAssetSchema = exports.
|
|
13
|
-
exports.MediaBuyValidActionSchema = exports.ProposalStatusSchema = exports.SyncCatalogsAsyncSubmittedSchema = exports.SyncCatalogsAsyncInputRequiredSchema = exports.SyncCatalogsAsyncWorkingSchema = exports.SyncCreativesAsyncSubmittedSchema = exports.SyncCreativesAsyncInputRequiredSchema = exports.SyncCreativesAsyncWorkingSchema = exports.BuildCreativeAsyncSubmittedSchema = exports.BuildCreativeAsyncWorkingSchema = exports.UpdateMediaBuyAsyncSubmittedSchema = exports.UpdateMediaBuyAsyncInputRequiredSchema = exports.UpdateMediaBuyAsyncWorkingSchema = exports.CreateMediaBuyAsyncSubmittedSchema = exports.CreateMediaBuyAsyncWorkingSchema = exports.GetProductsAsyncSubmittedSchema = exports.GetProductsAsyncWorkingSchema = exports.TaskStatusSchema = exports.AdCPProtocolSchema = exports.TaskTypeSchema = exports.PropertySchema = exports.PropertyIdentifierTypesSchema = exports.PropertyTypeSchema = exports.MaterialDeadlineSchema = exports.AdInventoryConfigurationSchema = exports.TalentSchema = exports.SpecialSchema = exports.ContentRatingSchema = exports.DiagnosticIssueSchema = exports.MeasurementWindowSchema = exports.GeographicBreakdownSupportSchema = exports.ForecastPointSchema = exports.TimeBasedPricingOptionSchema = exports.DoohParametersSchema = exports.CPAPricingOptionSchema = exports.CPPPricingOptionSchema = exports.CPVPricingOptionSchema = exports.CPCVPricingOptionSchema = exports.CPCPricingOptionSchema = exports.VCPMPricingOptionSchema = exports.PriceGuidanceSchema = exports.CollectionSelectorSchema = exports.CreativePolicySchema = exports.CancellationPolicySchema = exports.OutcomeMeasurementSchema = exports.PlacementSchema = exports.PublisherPropertySelectorSchema =
|
|
14
|
-
exports.PaginationRequestSchema = exports.GetBrandIdentitySuccessSchema = exports.AssetContentTypeSchema = exports.GetBrandIdentityErrorSchema = exports.GetBrandIdentityRequestSchema = exports.CreativeApprovalErrorSchema = exports.CreativePendingReviewSchema = exports.CreativeRejectedSchema = exports.CreativeApprovedSchema = exports.CreativeApprovalRequestSchema = exports.GenerationCredentialSchema = exports.RightsTermsSchema = exports.RightsBillingPeriodSchema = exports.AcquireRightsErrorSchema = exports.AcquireRightsRejectedSchema = exports.AcquireRightsPendingApprovalSchema = exports.PushNotificationConfigSchema = exports.AuthenticationSchemeSchema = exports.A2UIUserActionSchema = exports.A2UISurfaceSchema = exports.SIComponentCatalogSchema = exports.A2UIComponentSchema = exports.A2UIBoundValueSchema = exports.SyncCatalogsErrorSchema = exports.SyncCatalogsSuccessSchema = exports.SyncCreativesSubmittedSchema = exports.SyncCreativesErrorSchema = exports.SyncCreativesSuccessSchema = exports.BuildCreativeAsyncInputRequiredSchema = exports.BuildCreativeErrorSchema = exports.RightsConstraintSchema = exports.CreativeConsumptionSchema = exports.UpdateMediaBuyErrorSchema = exports.CreateMediaBuyAsyncInputRequiredSchema = exports.CreateMediaBuySubmittedSchema = exports.CreateMediaBuyErrorSchema = exports.AudienceSelectorSchema = exports.AccountSchema = exports.ProductAllocationSchema = exports.DeliveryForecastSchema = exports.InsertionOrderSchema = exports.PaginationResponseSchema = exports.ErrorSchema = exports.CatalogItemStatusSchema = exports.CatalogActionSchema = exports.CreativeActionSchema = exports.PreviewRenderSchema =
|
|
15
|
-
exports.PreviewOutputFormatSchema = exports.CreativeQualitySchema = exports.CreativeVariableSchema = exports.CreativeItemSchema = exports.SnapshotUnavailableReasonSchema = exports.CreativeFiltersSchema = exports.CreativeSortFieldSchema = exports.ListCreativeFormatsRequestCreativeAgentSchema = exports.WCAGLevelSchema = exports.CreativeFeatureResultSchema = exports.IdentifierSchema = exports.DeliveryMetricsSchema = exports.GetCreativeDeliveryRequestSchema = exports.TasksListResponseSchema = exports.TasksListRequestSchema = exports.SortDirectionSchema = exports.TasksGetResponseSchema = exports.TasksGetRequestSchema = exports.ValidateContentDeliveryResponseSchema = exports.ValidateContentDeliveryRequestSchema = exports.UpdateContentStandardsErrorSchema = exports.UpdateContentStandardsSuccessSchema = exports.UpdateContentStandardsRequestSchema = exports.ListContentStandardsRequestSchema = exports.GetMediaBuyArtifactsResponseSchema = exports.GetMediaBuyArtifactsRequestSchema = exports.AccountReferenceSchema = exports.PolicyEntrySchema = exports.CustomPricingSchema = exports.PerUnitPricingSchema = exports.FlatFeePricingSchema = exports.PercentOfMediaPricingSchema = exports.CpmPricingSchema = exports.GetContentStandardsRequestSchema = exports.CreateContentStandardsResponseSchema = exports.ExemplarSchema = exports.GovernanceDomainSchema = exports.PolicyEnforcementLevelSchema = exports.PolicyCategorySchema = exports.FeatureCheckStatusSchema = exports.BinaryVerdictSchema = exports.ArtifactSchema = exports.AssetAccessSchema = exports.UpdateRightsErrorSchema = exports.UpdateRightsSuccessSchema = exports.UpdateRightsRequestSchema = exports.RevocationNotificationSchema =
|
|
16
|
-
exports.FeatureRequirementSchema = exports.BasePropertySourceSchema = exports.DirectIdentifiersSourceSchema = exports.PublisherPropertyIDsSourceSchema = exports.PublisherTagsSourceSchema = exports.
|
|
17
|
-
exports.CollectionCadenceSchema = exports.CollectionDistributionSchema = exports.DistanceUnitSchema = exports.TravelTimeUnitSchema = exports.OfferingAssetGroupSchema = exports.PriceSchema = exports.AgentSigningKeySchema = exports.AgentEncryptionKeySchema = exports.ArtifactWebhookPayloadSchema = exports.BaseCollectionSourceSchema = exports.CollectionListFiltersSchema = exports.ProductionQualitySchema = exports.CollectionKindSchema = exports.CollectionListChangedWebhookSchema = exports.PublisherGenresSourceSchema = exports.DistributionIDsSourceSchema = exports.GenreTaxonomySchema = exports.DistributionIdentifierTypeSchema = exports.PublisherCollectionsSourceSchema = exports.SITerminateSessionResponseSchema = exports.SITerminateSessionRequestSchema = exports.SISendMessageResponseSchema = exports.SISendMessageRequestSchema = exports.SIUIElementSchema = exports.SISessionStatusSchema = exports.SIIdentitySchema = exports.SIGetOfferingResponseSchema = exports.SIGetOfferingRequestSchema = exports.SignalValueTypeSchema = exports.SignalFiltersSchema = exports.SignalCatalogTypeSchema = exports.DeploymentSchema = exports.ActivationKeySchema = exports.ActivateSignalErrorSchema = exports.ActivateSignalRequestSchema = exports.DestinationSchema = exports.SICapabilitiesSchema = exports.IdempotencyUnsupportedSchema = exports.IdempotencySupportedSchema = exports.AdCPSpecialismSchema = exports.TransportModeSchema = exports.GetAdCPCapabilitiesRequestSchema = exports.AuthorizationResultSchema = exports.DeliveryRecordSchema = exports.UpdatePropertyListRequestSchema =
|
|
18
|
-
exports.FrequencyCapScopeSchema = exports.ForecastableMetricSchema = exports.EscalationSeveritySchema = exports.ErrorCodeSchema = exports.DelegationAuthoritySchema = exports.CreativeAgentCapabilitySchema = exports.BrandAgentTypeSchema = exports.XEntityTypesSchema = exports.VehicleItemSchema = exports.CatchmentSchema = exports.VendorPricingSchema = exports.SignalDefinitionSchema = exports.RestrictedAttributeSchema = exports.SellerAgentReferenceSchema = exports.ProtocolResponseSchema = exports.AssetRequirementsSchema = exports.CatalogFieldBindingSchema = exports.AssetPoolBindingSchema = exports.ScalarBindingSchema = exports.
|
|
19
|
-
exports.GroupVideoAssetSchema = exports.GroupImageAssetSchema = exports.IndividualCatalogAssetSchema = exports.IndividualBriefAssetSchema = exports.IndividualWebhookAssetSchema = exports.IndividualUrlAssetSchema = exports.IndividualDaastAssetSchema = exports.IndividualVastAssetSchema = exports.IndividualJavaScriptAssetSchema = exports.IndividualCssAssetSchema = exports.IndividualHtmlAssetSchema = exports.IndividualMarkdownAssetSchema = exports.IndividualTextAssetSchema = exports.IndividualAudioAssetSchema = exports.IndividualVideoAssetSchema = exports.BaseIndividualAssetSchema = exports.InstallmentDeadlinesSchema = exports.MeasurementReadinessSchema = exports.ReportingCapabilitiesSchema = exports.PricingOptionSchema = exports.ProposalSchema = exports.FlatRatePricingOptionSchema = exports.CPMPricingOptionSchema = exports.ProductFiltersSchema = exports.PropertyListChangedWebhookSchema = exports.PropertyFeatureSchema = exports.PropertyFeatureValueSchema = exports.PropertyFeatureDefinitionSchema = exports.PropertyErrorSchema = exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
22
|
-
exports.CatalogRequirementsSchema = exports.ValidatePropertyDeliveryResponseSchema = exports.GetRightsResponseSchema = exports.AcquireRightsResponseSchema = exports.MCPWebhookPayloadSchema = exports.ComplyTestControllerResponseSchema = exports.
|
|
12
|
+
exports.UIDTypeSchema = exports.TMPResponseTypeSchema = exports.DerivativeTypeSchema = exports.TalentRoleSchema = exports.SpecialCategorySchema = exports.ContentRatingSystemSchema = exports.InstallmentStatusSchema = exports.ActionSourceSchema = exports.AssessmentStatusSchema = exports.DataProviderSignalSelectorSchema = exports.LandingPageRequirementSchema = exports.CoBrandingRequirementSchema = exports.AvailableMetricSchema = exports.ReportingFrequencySchema = exports.ForecastMethodSchema = exports.ForecastRangeUnitSchema = exports.ForecastRangeSchema = exports.DemographicSystemSchema = exports.PriceAdjustmentKindSchema = exports.ExclusivitySchema = exports.DeliveryTypeSchema = exports.MediaChannelSchema = exports.PropertyTagSchema = exports.PropertyIDSchema = exports.ReferenceAssetSchema = exports.MarkdownAssetSchema = exports.CSSAssetSchema = exports.WebhookAssetSchema = exports.JavaScriptAssetSchema = exports.HTMLAssetSchema = exports.URLAssetSchema = exports.TextAssetSchema = exports.AudioAssetSchema = exports.VideoAssetSchema = exports.ImageAssetSchema = exports.IndustryIdentifierSchema = exports.CreativeIdentifierTypeSchema = exports.CreativeStatusSchema = exports.CatalogSchema = exports.MarkdownFlavorSchema = exports.DAASTTrackingEventSchema = exports.DAASTVersionSchema = exports.WebhookSecurityMethodSchema = exports.WebhookResponseTypeSchema = exports.UniversalMacroSchema = exports.HTTPMethodSchema = exports.JavaScriptModuleTypeSchema = exports.URLAssetTypeSchema = exports.ProvenanceSchema = exports.VASTTrackingEventSchema = void 0;
|
|
13
|
+
exports.RightTypeSchema = exports.RightUseSchema = exports.SignalIDSchema = exports.MediaBuyValidActionSchema = exports.ProposalStatusSchema = exports.SyncCatalogsAsyncSubmittedSchema = exports.SyncCatalogsAsyncInputRequiredSchema = exports.SyncCatalogsAsyncWorkingSchema = exports.SyncCreativesAsyncSubmittedSchema = exports.SyncCreativesAsyncInputRequiredSchema = exports.SyncCreativesAsyncWorkingSchema = exports.BuildCreativeAsyncSubmittedSchema = exports.BuildCreativeAsyncWorkingSchema = exports.UpdateMediaBuyAsyncSubmittedSchema = exports.UpdateMediaBuyAsyncInputRequiredSchema = exports.UpdateMediaBuyAsyncWorkingSchema = exports.CreateMediaBuyAsyncSubmittedSchema = exports.CreateMediaBuyAsyncWorkingSchema = exports.GetProductsAsyncSubmittedSchema = exports.GetProductsAsyncWorkingSchema = exports.TaskStatusSchema = exports.AdCPProtocolSchema = exports.TaskTypeSchema = exports.PropertySchema = exports.PropertyIdentifierTypesSchema = exports.PropertyTypeSchema = exports.MaterialDeadlineSchema = exports.AdInventoryConfigurationSchema = exports.TalentSchema = exports.SpecialSchema = exports.ContentRatingSchema = exports.DiagnosticIssueSchema = exports.MeasurementWindowSchema = exports.GeographicBreakdownSupportSchema = exports.ForecastPointSchema = exports.TimeBasedPricingOptionSchema = exports.DoohParametersSchema = exports.CPAPricingOptionSchema = exports.CPPPricingOptionSchema = exports.CPVPricingOptionSchema = exports.CPCVPricingOptionSchema = exports.CPCPricingOptionSchema = exports.VCPMPricingOptionSchema = exports.PriceGuidanceSchema = exports.CollectionSelectorSchema = exports.CreativePolicySchema = exports.CancellationPolicySchema = exports.OutcomeMeasurementSchema = exports.PlacementSchema = exports.PublisherPropertySelectorSchema = void 0;
|
|
14
|
+
exports.RightsPricingOptionSchema = exports.PricingModelSchema = exports.GetRightsErrorSchema = exports.PaginationRequestSchema = exports.GetBrandIdentitySuccessSchema = exports.AssetContentTypeSchema = exports.GetBrandIdentityErrorSchema = exports.GetBrandIdentityRequestSchema = exports.CreativeApprovalErrorSchema = exports.CreativePendingReviewSchema = exports.CreativeRejectedSchema = exports.CreativeApprovedSchema = exports.CreativeApprovalRequestSchema = exports.GenerationCredentialSchema = exports.RightsTermsSchema = exports.RightsBillingPeriodSchema = exports.AcquireRightsErrorSchema = exports.AcquireRightsRejectedSchema = exports.AcquireRightsPendingApprovalSchema = exports.PushNotificationConfigSchema = exports.AuthenticationSchemeSchema = exports.A2UIUserActionSchema = exports.A2UISurfaceSchema = exports.SIComponentCatalogSchema = exports.A2UIComponentSchema = exports.A2UIBoundValueSchema = exports.SyncCatalogsErrorSchema = exports.SyncCatalogsSuccessSchema = exports.SyncCreativesSubmittedSchema = exports.SyncCreativesErrorSchema = exports.SyncCreativesSuccessSchema = exports.BuildCreativeAsyncInputRequiredSchema = exports.BuildCreativeErrorSchema = exports.RightsConstraintSchema = exports.CreativeConsumptionSchema = exports.UpdateMediaBuyErrorSchema = exports.CreateMediaBuyAsyncInputRequiredSchema = exports.CreateMediaBuySubmittedSchema = exports.CreateMediaBuyErrorSchema = exports.AudienceSelectorSchema = exports.AccountSchema = exports.ProductAllocationSchema = exports.DeliveryForecastSchema = exports.InsertionOrderSchema = exports.PaginationResponseSchema = exports.ErrorSchema = exports.CatalogItemStatusSchema = exports.CatalogActionSchema = exports.CreativeActionSchema = exports.PreviewRenderSchema = void 0;
|
|
15
|
+
exports.CatalogAssetSchema = exports.DAASTAssetSchema = exports.VASTAssetSchema = exports.PreviewOutputFormatSchema = exports.CreativeQualitySchema = exports.CreativeVariableSchema = exports.CreativeItemSchema = exports.SnapshotUnavailableReasonSchema = exports.CreativeFiltersSchema = exports.CreativeSortFieldSchema = exports.ListCreativeFormatsRequestCreativeAgentSchema = exports.WCAGLevelSchema = exports.CreativeFeatureResultSchema = exports.IdentifierSchema = exports.DeliveryMetricsSchema = exports.GetCreativeDeliveryRequestSchema = exports.TasksListResponseSchema = exports.TasksListRequestSchema = exports.SortDirectionSchema = exports.TasksGetResponseSchema = exports.TasksGetRequestSchema = exports.ValidateContentDeliveryResponseSchema = exports.ValidateContentDeliveryRequestSchema = exports.UpdateContentStandardsErrorSchema = exports.UpdateContentStandardsSuccessSchema = exports.UpdateContentStandardsRequestSchema = exports.ListContentStandardsRequestSchema = exports.GetMediaBuyArtifactsResponseSchema = exports.GetMediaBuyArtifactsRequestSchema = exports.AccountReferenceSchema = exports.PolicyEntrySchema = exports.CustomPricingSchema = exports.PerUnitPricingSchema = exports.FlatFeePricingSchema = exports.PercentOfMediaPricingSchema = exports.CpmPricingSchema = exports.GetContentStandardsRequestSchema = exports.CreateContentStandardsResponseSchema = exports.ExemplarSchema = exports.GovernanceDomainSchema = exports.PolicyEnforcementLevelSchema = exports.PolicyCategorySchema = exports.FeatureCheckStatusSchema = exports.BinaryVerdictSchema = exports.ArtifactSchema = exports.AssetAccessSchema = exports.UpdateRightsErrorSchema = exports.UpdateRightsSuccessSchema = exports.UpdateRightsRequestSchema = exports.RevocationNotificationSchema = void 0;
|
|
16
|
+
exports.ListPropertyListsRequestSchema = exports.GetPropertyListRequestSchema = exports.DeletePropertyListResponseSchema = exports.DeletePropertyListRequestSchema = exports.PropertyListFiltersSchema = exports.FeatureRequirementSchema = exports.BasePropertySourceSchema = exports.DirectIdentifiersSourceSchema = exports.PublisherPropertyIDsSourceSchema = exports.PublisherTagsSourceSchema = exports.EventSourceHealthSchema = exports.SyncEventSourcesErrorSchema = exports.SyncEventSourcesRequestSchema = exports.SyncCatalogsRequestSchema = exports.SyncAudiencesSuccessSchema = exports.MatchIDTypeSchema = exports.AudienceStatusSchema = exports.SyncAudiencesErrorSchema = exports.SyncAudiencesRequestSchema = exports.ConsentBasisSchema = exports.AudienceMemberSchema = exports.ProvidePerformanceFeedbackErrorSchema = exports.ProvidePerformanceFeedbackSuccessSchema = exports.DatetimeRangeSchema = exports.FeedbackSourceSchema = exports.MetricTypeSchema = exports.LogEventErrorSchema = exports.LogEventSuccessSchema = exports.EventCustomDataSchema = exports.UserMatchSchema = exports.ListCreativeFormatsRequestSchema = exports.MediaBuyFeaturesSchema = exports.SignalTargetingSchema = exports.PackageStatusSchema = exports.CreativeApprovalStatusSchema = exports.GetMediaBuysRequestSchema = exports.AttributionWindowSchema = exports.AudienceSourceSchema = exports.GetMediaBuyDeliveryRequestSchema = exports.SortMetricSchema = exports.GeographicTargetingLevelSchema = exports.AttributionModelSchema = exports.TargetingOverlaySchema = exports.ReportingWebhookSchema = exports.StartTimingSchema = exports.AdvertiserIndustrySchema = exports.ValidationModeSchema = exports.PreviewBatchResultErrorSchema = exports.PreviewBatchResultSuccessSchema = exports.PreviewCreativeSingleResponseSchema = void 0;
|
|
17
|
+
exports.DateRangeSchema = exports.DeadlinePolicySchema = exports.LimitedSeriesSchema = exports.CollectionRelationshipSchema = exports.CollectionStatusSchema = exports.CollectionCadenceSchema = exports.CollectionDistributionSchema = exports.DistanceUnitSchema = exports.TravelTimeUnitSchema = exports.OfferingAssetGroupSchema = exports.PriceSchema = exports.AgentSigningKeySchema = exports.AgentEncryptionKeySchema = exports.ArtifactWebhookPayloadSchema = exports.BaseCollectionSourceSchema = exports.CollectionListFiltersSchema = exports.ProductionQualitySchema = exports.CollectionKindSchema = exports.CollectionListChangedWebhookSchema = exports.PublisherGenresSourceSchema = exports.DistributionIDsSourceSchema = exports.GenreTaxonomySchema = exports.DistributionIdentifierTypeSchema = exports.PublisherCollectionsSourceSchema = exports.SITerminateSessionResponseSchema = exports.SITerminateSessionRequestSchema = exports.SISendMessageResponseSchema = exports.SISendMessageRequestSchema = exports.SIUIElementSchema = exports.SISessionStatusSchema = exports.SIIdentitySchema = exports.SIGetOfferingResponseSchema = exports.SIGetOfferingRequestSchema = exports.SignalValueTypeSchema = exports.SignalFiltersSchema = exports.SignalCatalogTypeSchema = exports.DeploymentSchema = exports.ActivationKeySchema = exports.ActivateSignalErrorSchema = exports.ActivateSignalRequestSchema = exports.DestinationSchema = exports.SICapabilitiesSchema = exports.IdempotencyUnsupportedSchema = exports.IdempotencySupportedSchema = exports.AdCPSpecialismSchema = exports.TransportModeSchema = exports.GetAdCPCapabilitiesRequestSchema = exports.AuthorizationResultSchema = exports.DeliveryRecordSchema = exports.UpdatePropertyListRequestSchema = void 0;
|
|
18
|
+
exports.NotificationTypeSchema = exports.HistoryEntryTypeSchema = exports.GovernancePhaseSchema = exports.GovernanceModeSchema = exports.GovernanceDecisionSchema = exports.FrequencyCapScopeSchema = exports.ForecastableMetricSchema = exports.EscalationSeveritySchema = exports.ErrorCodeSchema = exports.DelegationAuthoritySchema = exports.CreativeAgentCapabilitySchema = exports.BrandAgentTypeSchema = exports.XEntityTypesSchema = exports.VehicleItemSchema = exports.CatchmentSchema = exports.VendorPricingSchema = exports.SignalDefinitionSchema = exports.RestrictedAttributeSchema = exports.SellerAgentReferenceSchema = exports.ProtocolResponseSchema = exports.AssetRequirementsSchema = exports.CatalogFieldBindingSchema = exports.AssetPoolBindingSchema = exports.ScalarBindingSchema = exports.WebhookAssetRequirementsSchema = exports.URLAssetRequirementsSchema = exports.DAASTAssetRequirementsSchema = exports.VASTAssetRequirementsSchema = exports.JavaScriptAssetRequirementsSchema = exports.CSSAssetRequirementsSchema = exports.HTMLAssetRequirementsSchema = exports.MarkdownAssetRequirementsSchema = exports.TextAssetRequirementsSchema = exports.AudioAssetRequirementsSchema = exports.VideoAssetRequirementsSchema = exports.ImageAssetRequirementsSchema = exports.RealEstateItemSchema = exports.ProtocolEnvelopeSchema = exports.PlacementDefinitionSchema = exports.PerformanceFeedbackSchema = exports.OfferingSchema = exports.JobItemSchema = exports.HotelItemSchema = exports.BaseGroupAssetSchema = exports.OverlaySchema = exports.DimensionUnitSchema = exports.FormatIDParameterSchema = exports.FlightItemSchema = exports.EducationItemSchema = exports.DestinationItemSchema = void 0;
|
|
19
|
+
exports.GroupTextAssetSchema = exports.GroupAudioAssetSchema = exports.GroupVideoAssetSchema = exports.GroupImageAssetSchema = exports.IndividualCatalogAssetSchema = exports.IndividualBriefAssetSchema = exports.IndividualWebhookAssetSchema = exports.IndividualUrlAssetSchema = exports.IndividualDaastAssetSchema = exports.IndividualVastAssetSchema = exports.IndividualJavaScriptAssetSchema = exports.IndividualCssAssetSchema = exports.IndividualHtmlAssetSchema = exports.IndividualMarkdownAssetSchema = exports.IndividualTextAssetSchema = exports.IndividualAudioAssetSchema = exports.IndividualVideoAssetSchema = exports.BaseIndividualAssetSchema = exports.InstallmentDeadlinesSchema = exports.MeasurementReadinessSchema = exports.ReportingCapabilitiesSchema = exports.PricingOptionSchema = exports.ProposalSchema = exports.FlatRatePricingOptionSchema = exports.CPMPricingOptionSchema = exports.ProductFiltersSchema = exports.PropertyListChangedWebhookSchema = exports.PropertyFeatureSchema = exports.PropertyFeatureValueSchema = exports.PropertyFeatureDefinitionSchema = exports.PropertyErrorSchema = exports.AdCPManifestSchema = exports.ManifestSchema = exports.PolicyReferenceSchema = exports.PolicyCategoryDefinitionSchema = exports.AudienceConstraintsSchema = exports.AttributeDefinitionSchema = exports.AdCPExtensionFileSchemaSchema = exports.VendorErrorCodeRegistrySchema = exports.RateLimitedDetailsSchema = exports.PolicyViolationDetailsSchema = exports.CreativeRejectedDetailsSchema = exports.ConflictDetailsSchema = exports.BudgetTooLowDetailsSchema = exports.AudienceTooSmallDetailsSchema = exports.AccountSetupRequiredDetailsSchema = exports.SignalSourceSchema = exports.PurchaseTypeSchema = exports.PublisherIdentifierTypesSchema = exports.OutcomeTypeSchema = void 0;
|
|
20
|
+
exports.CalibrateContentRequestSchema = exports.UpdateContentStandardsResponseSchema = exports.CreateContentStandardsRequestSchema = exports.GetContentStandardsResponseSchema = exports.ContentStandardsSchema = exports.DeleteCollectionListResponseSchema = exports.DeleteCollectionListRequestSchema = exports.ListCollectionListsResponseSchema = exports.ListCollectionListsRequestSchema = exports.GetCollectionListResponseSchema = exports.GetCollectionListRequestSchema = exports.UpdateCollectionListResponseSchema = exports.UpdateCollectionListRequestSchema = exports.CollectionListSchema = exports.CreateCollectionListRequestSchema = exports.ListPropertyListsResponseSchema = exports.GetPropertyListResponseSchema = exports.UpdatePropertyListResponseSchema = exports.PropertyListSchema = exports.CreatePropertyListRequestSchema = exports.ActivateSignalSuccessSchema = exports.GetSignalsResponseSchema = exports.GetSignalsRequestSchema = exports.SyncCreativesResponseSchema = exports.ListCreativesRequestSchema = exports.PreviewCreativeBatchResponseSchema = exports.SyncCatalogsResponseSchema = exports.SyncAudiencesResponseSchema = exports.LogEventResponseSchema = exports.EventSchema = exports.SyncEventSourcesSuccessSchema = exports.ProvidePerformanceFeedbackResponseSchema = exports.ProvidePerformanceFeedbackRequestSchema = exports.GetMediaBuyDeliveryResponseSchema = exports.GetMediaBuysResponseSchema = exports.UpdateMediaBuySuccessSchema = exports.PlannedDeliverySchema = exports.PackageSchema = exports.CreativeBriefSchema = exports.RepeatableGroupAssetSchema = exports.IndividualImageAssetSchema = exports.VendorPricingOptionSchema = exports.GroupWebhookAssetSchema = exports.GroupUrlAssetSchema = exports.GroupDaastAssetSchema = exports.GroupVastAssetSchema = exports.GroupJavaScriptAssetSchema = exports.GroupCssAssetSchema = exports.GroupHtmlAssetSchema = exports.GroupMarkdownAssetSchema = void 0;
|
|
21
|
+
exports.ListContentStandardsResponseSchema = exports.UpdateRightsResponseSchema = exports.GetRightsSuccessSchema = exports.GetRightsRequestSchema = exports.GetBrandIdentityResponseSchema = exports.CreativeApprovalResponseSchema = exports.AcquireRightsAcquiredSchema = exports.AcquireRightsRequestSchema = exports.BuildCreativeMultiSuccessSchema = exports.CreativeManifestSchema = exports.GetProductsAsyncInputRequiredSchema = exports.ProductSchema = exports.CreateMediaBuySuccessSchema = exports.InstallmentSchema = exports.AssetVariantSchema = exports.BriefAssetSchema = exports.MediaBuySchema = exports.ControllerErrorSchema = exports.SeedSuccessSchema = exports.ForcedDirectiveSuccessSchema = exports.SimulationSuccessSchema = exports.StateTransitionSuccessSchema = exports.ListScenariosSuccessSchema = exports.UpdateMediaBuyResponseSchema = exports.GetAccountFinancialsErrorSchema = exports.GetAccountFinancialsSuccessSchema = exports.GetAccountFinancialsRequestSchema = exports.ReportUsageResponseSchema = exports.ReportUsageRequestSchema = exports.SyncGovernanceErrorSchema = exports.SyncGovernanceSuccessSchema = exports.SyncGovernanceRequestSchema = exports.SyncAccountsErrorSchema = exports.SyncAccountsSuccessSchema = exports.SyncAccountsRequestSchema = exports.ListAccountsResponseSchema = exports.ListAccountsRequestSchema = exports.GetAdCPCapabilitiesResponseSchema = exports.SIInitiateSessionResponseSchema = exports.SIInitiateSessionRequestSchema = exports.CheckGovernanceResponseSchema = exports.CheckGovernanceRequestSchema = exports.GetPlanAuditLogsResponseSchema = exports.GetPlanAuditLogsRequestSchema = exports.ReportPlanOutcomeResponseSchema = exports.ReportPlanOutcomeRequestSchema = exports.SyncPlansResponseSchema = exports.SyncPlansRequestSchema = exports.GetCreativeFeaturesResponseSchema = exports.CalibrateContentResponseSchema = void 0;
|
|
22
|
+
exports.CatalogRequirementsSchema = exports.ValidatePropertyDeliveryResponseSchema = exports.GetRightsResponseSchema = exports.AcquireRightsResponseSchema = exports.MCPWebhookPayloadSchema = exports.ComplyTestControllerResponseSchema = exports.AdCPAsyncResponseDataSchema = exports.BuildCreativeResponseSchema = exports.GetAccountFinancialsResponseSchema = exports.SyncGovernanceResponseSchema = exports.SyncAccountsResponseSchema = exports.CreateCollectionListResponseSchema = exports.SyncCreativesRequestSchema = exports.PreviewCreativeResponseSchema = exports.BuildCreativeSuccessSchema = exports.UpdateMediaBuyRequestSchema = exports.CreateMediaBuyResponseSchema = exports.CreateMediaBuyRequestSchema = exports.ListCreativeFormatsResponseSchema = exports.GetProductsResponseSchema = exports.PropertyFeatureResultSchema = exports.StoreItemSchema = exports.SignalPricingOptionSchema = exports.OfferingAssetConstraintSchema = exports.FormatSchema = exports.CollectionSchema = exports.AppItemSchema = exports.ActivateSignalResponseSchema = exports.ValidationResultSchema = exports.ValidatePropertyDeliveryRequestSchema = exports.CreatePropertyListResponseSchema = exports.CreativeAsset1Schema = exports.PackageUpdateSchema = exports.SyncEventSourcesResponseSchema = exports.LogEventRequestSchema = exports.GetProductsRequestSchema = exports.PackageRequestSchema = exports.BuildCreativeRequestSchema = exports.CreativeAssetSchema = exports.PreviewCreativeVariantResponseSchema = exports.PreviewCreativeRequestSchema = exports.CatalogAsset1Schema = exports.BriefAsset1Schema = exports.DAASTAsset1Schema = exports.VASTAsset1Schema = exports.AssetVariant1Schema = exports.ListCreativesResponseSchema = exports.GetCreativeFeaturesRequestSchema = exports.GetCreativeDeliveryResponseSchema = exports.CreativeVariantSchema = void 0;
|
|
23
|
+
exports.ComplyTestControllerRequestSchema = void 0;
|
|
23
24
|
// Generated by ts-to-zod
|
|
24
25
|
const zod_1 = require("zod");
|
|
25
26
|
exports.AccountStatusSchema = zod_1.z.union([zod_1.z.literal("active"), zod_1.z.literal("pending_approval"), zod_1.z.literal("rejected"), zod_1.z.literal("payment_required"), zod_1.z.literal("suspended"), zod_1.z.literal("closed")]);
|
|
@@ -271,6 +272,10 @@ exports.CatalogSchema = zod_1.z.object({
|
|
|
271
272
|
}).passthrough();
|
|
272
273
|
exports.CreativeStatusSchema = zod_1.z.union([zod_1.z.literal("processing"), zod_1.z.literal("pending_review"), zod_1.z.literal("approved"), zod_1.z.literal("rejected"), zod_1.z.literal("archived")]);
|
|
273
274
|
exports.CreativeIdentifierTypeSchema = zod_1.z.union([zod_1.z.literal("ad_id"), zod_1.z.literal("isci"), zod_1.z.literal("clearcast_clock")]);
|
|
275
|
+
exports.IndustryIdentifierSchema = zod_1.z.object({
|
|
276
|
+
type: exports.CreativeIdentifierTypeSchema,
|
|
277
|
+
value: zod_1.z.string()
|
|
278
|
+
}).passthrough();
|
|
274
279
|
exports.ImageAssetSchema = zod_1.z.object({
|
|
275
280
|
asset_type: zod_1.z.literal("image"),
|
|
276
281
|
url: zod_1.z.string(),
|
|
@@ -329,22 +334,6 @@ exports.AudioAssetSchema = zod_1.z.object({
|
|
|
329
334
|
transcript_url: zod_1.z.string().optional(),
|
|
330
335
|
provenance: exports.ProvenanceSchema.optional()
|
|
331
336
|
}).passthrough();
|
|
332
|
-
exports.VASTAssetSchema = zod_1.z.object({
|
|
333
|
-
asset_type: zod_1.z.literal("vast"),
|
|
334
|
-
vast_version: exports.VASTVersionSchema.optional(),
|
|
335
|
-
vpaid_enabled: zod_1.z.boolean().optional(),
|
|
336
|
-
duration_ms: zod_1.z.number().optional(),
|
|
337
|
-
tracking_events: zod_1.z.array(exports.VASTTrackingEventSchema).optional(),
|
|
338
|
-
captions_url: zod_1.z.string().optional(),
|
|
339
|
-
audio_description_url: zod_1.z.string().optional(),
|
|
340
|
-
provenance: exports.ProvenanceSchema.optional()
|
|
341
|
-
}).passthrough().and(zod_1.z.union([zod_1.z.object({
|
|
342
|
-
delivery_type: zod_1.z.literal("url"),
|
|
343
|
-
url: zod_1.z.string()
|
|
344
|
-
}).passthrough(), zod_1.z.object({
|
|
345
|
-
delivery_type: zod_1.z.literal("inline"),
|
|
346
|
-
content: zod_1.z.string()
|
|
347
|
-
}).passthrough()]));
|
|
348
337
|
exports.TextAssetSchema = zod_1.z.object({
|
|
349
338
|
asset_type: zod_1.z.literal("text"),
|
|
350
339
|
content: zod_1.z.string(),
|
|
@@ -403,21 +392,6 @@ exports.CSSAssetSchema = zod_1.z.object({
|
|
|
403
392
|
media: zod_1.z.string().optional(),
|
|
404
393
|
provenance: exports.ProvenanceSchema.optional()
|
|
405
394
|
}).passthrough();
|
|
406
|
-
exports.DAASTAssetSchema = zod_1.z.object({
|
|
407
|
-
asset_type: zod_1.z.literal("daast"),
|
|
408
|
-
daast_version: exports.DAASTVersionSchema.optional(),
|
|
409
|
-
duration_ms: zod_1.z.number().optional(),
|
|
410
|
-
tracking_events: zod_1.z.array(exports.DAASTTrackingEventSchema).optional(),
|
|
411
|
-
companion_ads: zod_1.z.boolean().optional(),
|
|
412
|
-
transcript_url: zod_1.z.string().optional(),
|
|
413
|
-
provenance: exports.ProvenanceSchema.optional()
|
|
414
|
-
}).passthrough().and(zod_1.z.union([zod_1.z.object({
|
|
415
|
-
delivery_type: zod_1.z.literal("url"),
|
|
416
|
-
url: zod_1.z.string()
|
|
417
|
-
}).passthrough(), zod_1.z.object({
|
|
418
|
-
delivery_type: zod_1.z.literal("inline"),
|
|
419
|
-
content: zod_1.z.string()
|
|
420
|
-
}).passthrough()]));
|
|
421
395
|
exports.MarkdownAssetSchema = zod_1.z.object({
|
|
422
396
|
asset_type: zod_1.z.literal("markdown"),
|
|
423
397
|
content: zod_1.z.string(),
|
|
@@ -425,13 +399,6 @@ exports.MarkdownAssetSchema = zod_1.z.object({
|
|
|
425
399
|
markdown_flavor: exports.MarkdownFlavorSchema.optional(),
|
|
426
400
|
allow_raw_html: zod_1.z.boolean().optional()
|
|
427
401
|
}).passthrough();
|
|
428
|
-
exports.CatalogAssetSchema = exports.CatalogSchema.and(zod_1.z.object({
|
|
429
|
-
asset_type: zod_1.z.literal("catalog")
|
|
430
|
-
}).passthrough());
|
|
431
|
-
exports.IndustryIdentifierSchema = zod_1.z.object({
|
|
432
|
-
type: exports.CreativeIdentifierTypeSchema,
|
|
433
|
-
value: zod_1.z.string()
|
|
434
|
-
}).passthrough();
|
|
435
402
|
exports.ReferenceAssetSchema = zod_1.z.object({
|
|
436
403
|
url: zod_1.z.string(),
|
|
437
404
|
role: zod_1.z.union([zod_1.z.literal("style_reference"), zod_1.z.literal("product_shot"), zod_1.z.literal("mood_board"), zod_1.z.literal("example_creative"), zod_1.z.literal("logo"), zod_1.z.literal("strategy_doc"), zod_1.z.literal("storyboard")]),
|
|
@@ -878,6 +845,12 @@ exports.ErrorSchema = zod_1.z.object({
|
|
|
878
845
|
field: zod_1.z.string().optional(),
|
|
879
846
|
suggestion: zod_1.z.string().optional(),
|
|
880
847
|
retry_after: zod_1.z.number().optional(),
|
|
848
|
+
issues: zod_1.z.array(zod_1.z.object({
|
|
849
|
+
pointer: zod_1.z.string(),
|
|
850
|
+
message: zod_1.z.string(),
|
|
851
|
+
keyword: zod_1.z.string(),
|
|
852
|
+
schemaPath: zod_1.z.string().optional()
|
|
853
|
+
}).passthrough()).optional(),
|
|
881
854
|
details: zod_1.z.object({}).passthrough().optional(),
|
|
882
855
|
recovery: zod_1.z.union([zod_1.z.literal("transient"), zod_1.z.literal("correctable"), zod_1.z.literal("terminal")]).optional()
|
|
883
856
|
}).passthrough();
|
|
@@ -1977,47 +1950,40 @@ exports.CreativeVariableSchema = zod_1.z.object({
|
|
|
1977
1950
|
}).passthrough();
|
|
1978
1951
|
exports.CreativeQualitySchema = zod_1.z.union([zod_1.z.literal("draft"), zod_1.z.literal("production")]);
|
|
1979
1952
|
exports.PreviewOutputFormatSchema = zod_1.z.union([zod_1.z.literal("url"), zod_1.z.literal("html")]);
|
|
1980
|
-
exports.
|
|
1953
|
+
exports.VASTAssetSchema = zod_1.z.object({
|
|
1954
|
+
asset_type: zod_1.z.literal("vast"),
|
|
1955
|
+
vast_version: exports.VASTVersionSchema.optional(),
|
|
1956
|
+
vpaid_enabled: zod_1.z.boolean().optional(),
|
|
1957
|
+
duration_ms: zod_1.z.number().optional(),
|
|
1958
|
+
tracking_events: zod_1.z.array(exports.VASTTrackingEventSchema).optional(),
|
|
1959
|
+
captions_url: zod_1.z.string().optional(),
|
|
1960
|
+
audio_description_url: zod_1.z.string().optional(),
|
|
1961
|
+
provenance: exports.ProvenanceSchema.optional()
|
|
1962
|
+
}).passthrough().and(zod_1.z.union([zod_1.z.object({
|
|
1981
1963
|
delivery_type: zod_1.z.literal("url"),
|
|
1982
1964
|
url: zod_1.z.string()
|
|
1983
1965
|
}).passthrough(), zod_1.z.object({
|
|
1984
1966
|
delivery_type: zod_1.z.literal("inline"),
|
|
1985
1967
|
content: zod_1.z.string()
|
|
1986
|
-
}).passthrough()]);
|
|
1987
|
-
exports.
|
|
1968
|
+
}).passthrough()]));
|
|
1969
|
+
exports.DAASTAssetSchema = zod_1.z.object({
|
|
1970
|
+
asset_type: zod_1.z.literal("daast"),
|
|
1971
|
+
daast_version: exports.DAASTVersionSchema.optional(),
|
|
1972
|
+
duration_ms: zod_1.z.number().optional(),
|
|
1973
|
+
tracking_events: zod_1.z.array(exports.DAASTTrackingEventSchema).optional(),
|
|
1974
|
+
companion_ads: zod_1.z.boolean().optional(),
|
|
1975
|
+
transcript_url: zod_1.z.string().optional(),
|
|
1976
|
+
provenance: exports.ProvenanceSchema.optional()
|
|
1977
|
+
}).passthrough().and(zod_1.z.union([zod_1.z.object({
|
|
1988
1978
|
delivery_type: zod_1.z.literal("url"),
|
|
1989
1979
|
url: zod_1.z.string()
|
|
1990
1980
|
}).passthrough(), zod_1.z.object({
|
|
1991
1981
|
delivery_type: zod_1.z.literal("inline"),
|
|
1992
1982
|
content: zod_1.z.string()
|
|
1993
|
-
}).passthrough()]);
|
|
1994
|
-
exports.
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
tone: zod_1.z.string().optional(),
|
|
1998
|
-
audience: zod_1.z.string().optional(),
|
|
1999
|
-
territory: zod_1.z.string().optional(),
|
|
2000
|
-
messaging: zod_1.z.object({
|
|
2001
|
-
headline: zod_1.z.string().optional(),
|
|
2002
|
-
tagline: zod_1.z.string().optional(),
|
|
2003
|
-
cta: zod_1.z.string().optional(),
|
|
2004
|
-
key_messages: zod_1.z.array(zod_1.z.string()).optional()
|
|
2005
|
-
}).passthrough().optional(),
|
|
2006
|
-
reference_assets: zod_1.z.array(exports.ReferenceAssetSchema).optional(),
|
|
2007
|
-
compliance: zod_1.z.object({
|
|
2008
|
-
required_disclosures: zod_1.z.array(zod_1.z.object({
|
|
2009
|
-
text: zod_1.z.string(),
|
|
2010
|
-
position: exports.DisclosurePositionSchema.optional(),
|
|
2011
|
-
jurisdictions: zod_1.z.array(zod_1.z.string()).optional(),
|
|
2012
|
-
regulation: zod_1.z.string().optional(),
|
|
2013
|
-
min_duration_ms: zod_1.z.number().optional(),
|
|
2014
|
-
language: zod_1.z.string().optional(),
|
|
2015
|
-
persistence: exports.DisclosurePersistenceSchema.optional()
|
|
2016
|
-
}).passthrough()).optional(),
|
|
2017
|
-
prohibited_claims: zod_1.z.array(zod_1.z.string()).optional()
|
|
2018
|
-
}).passthrough().optional()
|
|
2019
|
-
}).passthrough();
|
|
2020
|
-
exports.CatalogAsset1Schema = exports.CatalogSchema;
|
|
1983
|
+
}).passthrough()]));
|
|
1984
|
+
exports.CatalogAssetSchema = exports.CatalogSchema.and(zod_1.z.object({
|
|
1985
|
+
asset_type: zod_1.z.literal("catalog")
|
|
1986
|
+
}).passthrough());
|
|
2021
1987
|
exports.PreviewCreativeSingleResponseSchema = zod_1.z.object({
|
|
2022
1988
|
response_type: zod_1.z.literal("single"),
|
|
2023
1989
|
previews: zod_1.z.array(zod_1.z.object({
|
|
@@ -2419,7 +2385,6 @@ exports.EventSourceHealthSchema = zod_1.z.object({
|
|
|
2419
2385
|
events_received_24h: zod_1.z.number().optional(),
|
|
2420
2386
|
issues: zod_1.z.array(exports.DiagnosticIssueSchema).optional()
|
|
2421
2387
|
}).passthrough();
|
|
2422
|
-
exports.BriefAsset1Schema = exports.CreativeBriefSchema;
|
|
2423
2388
|
exports.PublisherTagsSourceSchema = zod_1.z.object({
|
|
2424
2389
|
selection_type: zod_1.z.literal("publisher_tags"),
|
|
2425
2390
|
publisher_domain: zod_1.z.string(),
|
|
@@ -2952,6 +2917,7 @@ exports.FlightItemSchema = zod_1.z.object({
|
|
|
2952
2917
|
ext: exports.ExtensionObjectSchema.optional()
|
|
2953
2918
|
}).passthrough();
|
|
2954
2919
|
exports.FormatIDParameterSchema = zod_1.z.union([zod_1.z.literal("dimensions"), zod_1.z.literal("duration")]);
|
|
2920
|
+
exports.DimensionUnitSchema = zod_1.z.union([zod_1.z.literal("px"), zod_1.z.literal("dp"), zod_1.z.literal("inches"), zod_1.z.literal("cm"), zod_1.z.literal("mm"), zod_1.z.literal("pt")]);
|
|
2955
2921
|
exports.OverlaySchema = zod_1.z.object({
|
|
2956
2922
|
id: zod_1.z.string(),
|
|
2957
2923
|
description: zod_1.z.string().optional(),
|
|
@@ -3122,6 +3088,30 @@ exports.RealEstateItemSchema = zod_1.z.object({
|
|
|
3122
3088
|
assets: zod_1.z.array(exports.OfferingAssetGroupSchema).optional(),
|
|
3123
3089
|
ext: exports.ExtensionObjectSchema.optional()
|
|
3124
3090
|
}).passthrough();
|
|
3091
|
+
exports.ImageAssetRequirementsSchema = zod_1.z.object({
|
|
3092
|
+
min_width: zod_1.z.number().optional(),
|
|
3093
|
+
max_width: zod_1.z.number().optional(),
|
|
3094
|
+
min_height: zod_1.z.number().optional(),
|
|
3095
|
+
max_height: zod_1.z.number().optional(),
|
|
3096
|
+
unit: exports.DimensionUnitSchema.optional(),
|
|
3097
|
+
aspect_ratio: zod_1.z.string().optional(),
|
|
3098
|
+
formats: zod_1.z.array(zod_1.z.union([zod_1.z.literal("jpg"), zod_1.z.literal("jpeg"), zod_1.z.literal("png"), zod_1.z.literal("gif"), zod_1.z.literal("webp"), zod_1.z.literal("svg"), zod_1.z.literal("avif"), zod_1.z.literal("tiff"), zod_1.z.literal("pdf"), zod_1.z.literal("eps")])).optional(),
|
|
3099
|
+
min_dpi: zod_1.z.number().optional(),
|
|
3100
|
+
bleed: zod_1.z.union([zod_1.z.object({
|
|
3101
|
+
uniform: zod_1.z.number()
|
|
3102
|
+
}).passthrough(), zod_1.z.object({
|
|
3103
|
+
top: zod_1.z.number(),
|
|
3104
|
+
right: zod_1.z.number(),
|
|
3105
|
+
bottom: zod_1.z.number(),
|
|
3106
|
+
left: zod_1.z.number()
|
|
3107
|
+
}).passthrough()]).optional(),
|
|
3108
|
+
color_space: zod_1.z.union([zod_1.z.literal("rgb"), zod_1.z.literal("cmyk"), zod_1.z.literal("grayscale")]).optional(),
|
|
3109
|
+
max_file_size_kb: zod_1.z.number().optional(),
|
|
3110
|
+
transparency_required: zod_1.z.boolean().optional(),
|
|
3111
|
+
animation_allowed: zod_1.z.boolean().optional(),
|
|
3112
|
+
max_animation_duration_ms: zod_1.z.number().optional(),
|
|
3113
|
+
max_weight_grams: zod_1.z.number().optional()
|
|
3114
|
+
}).passthrough();
|
|
3125
3115
|
exports.VideoAssetRequirementsSchema = zod_1.z.object({
|
|
3126
3116
|
min_width: zod_1.z.number().optional(),
|
|
3127
3117
|
max_width: zod_1.z.number().optional(),
|
|
@@ -3203,31 +3193,6 @@ exports.URLAssetRequirementsSchema = zod_1.z.object({
|
|
|
3203
3193
|
exports.WebhookAssetRequirementsSchema = zod_1.z.object({
|
|
3204
3194
|
methods: zod_1.z.array(zod_1.z.union([zod_1.z.literal("GET"), zod_1.z.literal("POST")])).optional()
|
|
3205
3195
|
}).passthrough();
|
|
3206
|
-
exports.DimensionUnitSchema = zod_1.z.union([zod_1.z.literal("px"), zod_1.z.literal("dp"), zod_1.z.literal("inches"), zod_1.z.literal("cm"), zod_1.z.literal("mm"), zod_1.z.literal("pt")]);
|
|
3207
|
-
exports.ImageAssetRequirementsSchema = zod_1.z.object({
|
|
3208
|
-
min_width: zod_1.z.number().optional(),
|
|
3209
|
-
max_width: zod_1.z.number().optional(),
|
|
3210
|
-
min_height: zod_1.z.number().optional(),
|
|
3211
|
-
max_height: zod_1.z.number().optional(),
|
|
3212
|
-
unit: exports.DimensionUnitSchema.optional(),
|
|
3213
|
-
aspect_ratio: zod_1.z.string().optional(),
|
|
3214
|
-
formats: zod_1.z.array(zod_1.z.union([zod_1.z.literal("jpg"), zod_1.z.literal("jpeg"), zod_1.z.literal("png"), zod_1.z.literal("gif"), zod_1.z.literal("webp"), zod_1.z.literal("svg"), zod_1.z.literal("avif"), zod_1.z.literal("tiff"), zod_1.z.literal("pdf"), zod_1.z.literal("eps")])).optional(),
|
|
3215
|
-
min_dpi: zod_1.z.number().optional(),
|
|
3216
|
-
bleed: zod_1.z.union([zod_1.z.object({
|
|
3217
|
-
uniform: zod_1.z.number()
|
|
3218
|
-
}).passthrough(), zod_1.z.object({
|
|
3219
|
-
top: zod_1.z.number(),
|
|
3220
|
-
right: zod_1.z.number(),
|
|
3221
|
-
bottom: zod_1.z.number(),
|
|
3222
|
-
left: zod_1.z.number()
|
|
3223
|
-
}).passthrough()]).optional(),
|
|
3224
|
-
color_space: zod_1.z.union([zod_1.z.literal("rgb"), zod_1.z.literal("cmyk"), zod_1.z.literal("grayscale")]).optional(),
|
|
3225
|
-
max_file_size_kb: zod_1.z.number().optional(),
|
|
3226
|
-
transparency_required: zod_1.z.boolean().optional(),
|
|
3227
|
-
animation_allowed: zod_1.z.boolean().optional(),
|
|
3228
|
-
max_animation_duration_ms: zod_1.z.number().optional(),
|
|
3229
|
-
max_weight_grams: zod_1.z.number().optional()
|
|
3230
|
-
}).passthrough();
|
|
3231
3196
|
exports.ScalarBindingSchema = zod_1.z.object({
|
|
3232
3197
|
kind: zod_1.z.literal("scalar"),
|
|
3233
3198
|
asset_id: zod_1.z.string(),
|
|
@@ -3338,24 +3303,29 @@ exports.OutcomeTypeSchema = zod_1.z.union([zod_1.z.literal("completed"), zod_1.z
|
|
|
3338
3303
|
exports.PublisherIdentifierTypesSchema = zod_1.z.union([zod_1.z.literal("tag_id"), zod_1.z.literal("duns"), zod_1.z.literal("lei"), zod_1.z.literal("seller_id"), zod_1.z.literal("gln")]);
|
|
3339
3304
|
exports.PurchaseTypeSchema = zod_1.z.union([zod_1.z.literal("media_buy"), zod_1.z.literal("rights_license"), zod_1.z.literal("signal_activation"), zod_1.z.literal("creative_services")]);
|
|
3340
3305
|
exports.SignalSourceSchema = zod_1.z.union([zod_1.z.literal("catalog"), zod_1.z.literal("agent")]);
|
|
3341
|
-
exports.
|
|
3306
|
+
exports.AccountSetupRequiredDetailsSchema = zod_1.z.object({
|
|
3342
3307
|
setup_url: zod_1.z.string().optional(),
|
|
3343
3308
|
setup_steps: zod_1.z.array(zod_1.z.string()).optional()
|
|
3344
3309
|
}).passthrough();
|
|
3345
|
-
exports.
|
|
3310
|
+
exports.AudienceTooSmallDetailsSchema = zod_1.z.object({
|
|
3346
3311
|
minimum_size: zod_1.z.number().optional(),
|
|
3347
3312
|
current_size: zod_1.z.number().optional()
|
|
3348
3313
|
}).passthrough();
|
|
3349
|
-
exports.
|
|
3314
|
+
exports.BudgetTooLowDetailsSchema = zod_1.z.object({
|
|
3350
3315
|
minimum_budget: zod_1.z.number().optional(),
|
|
3351
3316
|
currency: zod_1.z.string().optional()
|
|
3352
3317
|
}).passthrough();
|
|
3353
|
-
exports.
|
|
3318
|
+
exports.ConflictDetailsSchema = zod_1.z.object({
|
|
3354
3319
|
resource_id: zod_1.z.string().optional(),
|
|
3355
3320
|
expected_version: zod_1.z.union([zod_1.z.number(), zod_1.z.string()]).optional(),
|
|
3356
3321
|
current_version: zod_1.z.union([zod_1.z.number(), zod_1.z.string()]).optional()
|
|
3357
3322
|
}).passthrough();
|
|
3358
|
-
exports.
|
|
3323
|
+
exports.CreativeRejectedDetailsSchema = zod_1.z.object({
|
|
3324
|
+
policy_id: zod_1.z.string().optional(),
|
|
3325
|
+
policy_url: zod_1.z.string().optional(),
|
|
3326
|
+
reasons: zod_1.z.array(zod_1.z.string()).optional()
|
|
3327
|
+
}).passthrough();
|
|
3328
|
+
exports.PolicyViolationDetailsSchema = zod_1.z.object({
|
|
3359
3329
|
policy_id: zod_1.z.string().optional(),
|
|
3360
3330
|
policy_url: zod_1.z.string().optional(),
|
|
3361
3331
|
violated_rules: zod_1.z.array(zod_1.z.string()).optional()
|
|
@@ -3428,6 +3398,38 @@ exports.PolicyReferenceSchema = zod_1.z.object({
|
|
|
3428
3398
|
version: zod_1.z.string().optional(),
|
|
3429
3399
|
config: zod_1.z.object({}).passthrough().optional()
|
|
3430
3400
|
}).passthrough();
|
|
3401
|
+
exports.ManifestSchema = zod_1.z.record(zod_1.z.string(), zod_1.z.unknown());
|
|
3402
|
+
exports.AdCPManifestSchema = zod_1.z.object({
|
|
3403
|
+
$schema: zod_1.z.string().optional(),
|
|
3404
|
+
adcp_version: zod_1.z.string(),
|
|
3405
|
+
generated_at: zod_1.z.string(),
|
|
3406
|
+
tools: zod_1.z.record(zod_1.z.string(), zod_1.z.object({
|
|
3407
|
+
protocol: zod_1.z.union([zod_1.z.literal("media-buy"), zod_1.z.literal("signals"), zod_1.z.literal("governance"), zod_1.z.literal("account"), zod_1.z.literal("creative"), zod_1.z.literal("brand"), zod_1.z.literal("content-standards"), zod_1.z.literal("property"), zod_1.z.literal("collection"), zod_1.z.literal("sponsored-intelligence"), zod_1.z.literal("protocol"), zod_1.z.literal("compliance"), zod_1.z.literal("tmp"), zod_1.z.literal("a2ui")]),
|
|
3408
|
+
mutating: zod_1.z.boolean(),
|
|
3409
|
+
request_schema: zod_1.z.string(),
|
|
3410
|
+
response_schema: zod_1.z.string(),
|
|
3411
|
+
async_response_schemas: zod_1.z.array(zod_1.z.string()),
|
|
3412
|
+
specialisms: zod_1.z.array(zod_1.z.string()).optional(),
|
|
3413
|
+
added_in: zod_1.z.string().optional(),
|
|
3414
|
+
deprecated_in: zod_1.z.string().optional()
|
|
3415
|
+
}).passthrough()),
|
|
3416
|
+
error_code_policy: zod_1.z.object({
|
|
3417
|
+
default_unknown_recovery: zod_1.z.union([zod_1.z.literal("correctable"), zod_1.z.literal("transient"), zod_1.z.literal("terminal")]),
|
|
3418
|
+
note: zod_1.z.string()
|
|
3419
|
+
}).passthrough(),
|
|
3420
|
+
error_codes: zod_1.z.record(zod_1.z.string(), zod_1.z.object({
|
|
3421
|
+
recovery: zod_1.z.union([zod_1.z.literal("correctable"), zod_1.z.literal("transient"), zod_1.z.literal("terminal")]),
|
|
3422
|
+
description: zod_1.z.string(),
|
|
3423
|
+
suggestion: zod_1.z.string(),
|
|
3424
|
+
added_in: zod_1.z.string().optional()
|
|
3425
|
+
}).passthrough()),
|
|
3426
|
+
specialisms: zod_1.z.record(zod_1.z.string(), zod_1.z.object({
|
|
3427
|
+
protocol: zod_1.z.string(),
|
|
3428
|
+
title: zod_1.z.string().optional(),
|
|
3429
|
+
entry_point_tools: zod_1.z.array(zod_1.z.string()),
|
|
3430
|
+
exercised_tools: zod_1.z.array(zod_1.z.string())
|
|
3431
|
+
}).passthrough())
|
|
3432
|
+
}).passthrough();
|
|
3431
3433
|
exports.PropertyErrorSchema = zod_1.z.object({
|
|
3432
3434
|
code: zod_1.z.union([zod_1.z.literal("PROPERTY_NOT_FOUND"), zod_1.z.literal("PROPERTY_NOT_MONITORED"), zod_1.z.literal("LIST_NOT_FOUND"), zod_1.z.literal("LIST_ACCESS_DENIED"), zod_1.z.literal("METHODOLOGY_NOT_SUPPORTED"), zod_1.z.literal("JURISDICTION_NOT_SUPPORTED")]),
|
|
3433
3435
|
property: exports.PropertySchema.optional(),
|
|
@@ -3640,25 +3642,31 @@ exports.RepeatableGroupAssetSchema = zod_1.z.object({
|
|
|
3640
3642
|
selection_mode: zod_1.z.union([zod_1.z.literal("sequential"), zod_1.z.literal("optimize")]).optional(),
|
|
3641
3643
|
assets: zod_1.z.array(zod_1.z.union([exports.GroupImageAssetSchema, exports.GroupVideoAssetSchema, exports.GroupAudioAssetSchema, exports.GroupTextAssetSchema, exports.GroupMarkdownAssetSchema, exports.GroupHtmlAssetSchema, exports.GroupCssAssetSchema, exports.GroupJavaScriptAssetSchema, exports.GroupVastAssetSchema, exports.GroupDaastAssetSchema, exports.GroupUrlAssetSchema, exports.GroupWebhookAssetSchema]))
|
|
3642
3644
|
}).passthrough();
|
|
3643
|
-
exports.
|
|
3644
|
-
asset_type: zod_1.z.literal("brief")
|
|
3645
|
-
}).passthrough());
|
|
3646
|
-
exports.CreativeAssetSchema = zod_1.z.object({
|
|
3647
|
-
creative_id: zod_1.z.string(),
|
|
3645
|
+
exports.CreativeBriefSchema = zod_1.z.object({
|
|
3648
3646
|
name: zod_1.z.string(),
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3647
|
+
objective: zod_1.z.union([zod_1.z.literal("awareness"), zod_1.z.literal("consideration"), zod_1.z.literal("conversion"), zod_1.z.literal("retention"), zod_1.z.literal("engagement")]).optional(),
|
|
3648
|
+
tone: zod_1.z.string().optional(),
|
|
3649
|
+
audience: zod_1.z.string().optional(),
|
|
3650
|
+
territory: zod_1.z.string().optional(),
|
|
3651
|
+
messaging: zod_1.z.object({
|
|
3652
|
+
headline: zod_1.z.string().optional(),
|
|
3653
|
+
tagline: zod_1.z.string().optional(),
|
|
3654
|
+
cta: zod_1.z.string().optional(),
|
|
3655
|
+
key_messages: zod_1.z.array(zod_1.z.string()).optional()
|
|
3656
|
+
}).passthrough().optional(),
|
|
3657
|
+
reference_assets: zod_1.z.array(exports.ReferenceAssetSchema).optional(),
|
|
3658
|
+
compliance: zod_1.z.object({
|
|
3659
|
+
required_disclosures: zod_1.z.array(zod_1.z.object({
|
|
3660
|
+
text: zod_1.z.string(),
|
|
3661
|
+
position: exports.DisclosurePositionSchema.optional(),
|
|
3662
|
+
jurisdictions: zod_1.z.array(zod_1.z.string()).optional(),
|
|
3663
|
+
regulation: zod_1.z.string().optional(),
|
|
3664
|
+
min_duration_ms: zod_1.z.number().optional(),
|
|
3665
|
+
language: zod_1.z.string().optional(),
|
|
3666
|
+
persistence: exports.DisclosurePersistenceSchema.optional()
|
|
3667
|
+
}).passthrough()).optional(),
|
|
3668
|
+
prohibited_claims: zod_1.z.array(zod_1.z.string()).optional()
|
|
3669
|
+
}).passthrough().optional()
|
|
3662
3670
|
}).passthrough();
|
|
3663
3671
|
exports.PackageSchema = zod_1.z.object({
|
|
3664
3672
|
package_id: zod_1.z.string(),
|
|
@@ -3708,74 +3716,15 @@ exports.PlannedDeliverySchema = zod_1.z.object({
|
|
|
3708
3716
|
enforced_policies: zod_1.z.array(zod_1.z.string()).optional(),
|
|
3709
3717
|
ext: exports.ExtensionObjectSchema.optional()
|
|
3710
3718
|
}).passthrough();
|
|
3711
|
-
exports.
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
canceled: zod_1.z.literal(true).optional(),
|
|
3721
|
-
cancellation_reason: zod_1.z.string().optional(),
|
|
3722
|
-
catalogs: zod_1.z.array(exports.CatalogSchema).optional(),
|
|
3723
|
-
optimization_goals: zod_1.z.array(exports.OptimizationGoalSchema).optional(),
|
|
3724
|
-
targeting_overlay: exports.TargetingOverlaySchema.optional(),
|
|
3725
|
-
keyword_targets_add: zod_1.z.array(zod_1.z.object({
|
|
3726
|
-
keyword: zod_1.z.string(),
|
|
3727
|
-
match_type: exports.MatchTypeSchema,
|
|
3728
|
-
bid_price: zod_1.z.number().optional()
|
|
3729
|
-
}).passthrough()).optional(),
|
|
3730
|
-
keyword_targets_remove: zod_1.z.array(zod_1.z.object({
|
|
3731
|
-
keyword: zod_1.z.string(),
|
|
3732
|
-
match_type: exports.MatchTypeSchema
|
|
3733
|
-
}).passthrough()).optional(),
|
|
3734
|
-
negative_keywords_add: zod_1.z.array(zod_1.z.object({
|
|
3735
|
-
keyword: zod_1.z.string(),
|
|
3736
|
-
match_type: exports.MatchTypeSchema
|
|
3737
|
-
}).passthrough()).optional(),
|
|
3738
|
-
negative_keywords_remove: zod_1.z.array(zod_1.z.object({
|
|
3739
|
-
keyword: zod_1.z.string(),
|
|
3740
|
-
match_type: exports.MatchTypeSchema
|
|
3741
|
-
}).passthrough()).optional(),
|
|
3742
|
-
creative_assignments: zod_1.z.array(exports.CreativeAssignmentSchema).optional(),
|
|
3743
|
-
creatives: zod_1.z.array(exports.CreativeAssetSchema).optional(),
|
|
3744
|
-
context: exports.ContextObjectSchema.optional(),
|
|
3745
|
-
ext: exports.ExtensionObjectSchema.optional()
|
|
3746
|
-
}).passthrough();
|
|
3747
|
-
exports.PackageRequestSchema = zod_1.z.object({
|
|
3748
|
-
adcp_major_version: zod_1.z.number().optional(),
|
|
3749
|
-
product_id: zod_1.z.string(),
|
|
3750
|
-
format_ids: zod_1.z.array(exports.FormatReferenceStructuredObjectSchema).optional(),
|
|
3751
|
-
budget: zod_1.z.number(),
|
|
3752
|
-
pacing: exports.PacingSchema.optional(),
|
|
3753
|
-
pricing_option_id: zod_1.z.string(),
|
|
3754
|
-
bid_price: zod_1.z.number().optional(),
|
|
3755
|
-
impressions: zod_1.z.number().optional(),
|
|
3756
|
-
start_time: zod_1.z.string().optional(),
|
|
3757
|
-
end_time: zod_1.z.string().optional(),
|
|
3758
|
-
paused: zod_1.z.boolean().optional(),
|
|
3759
|
-
catalogs: zod_1.z.array(exports.CatalogSchema).optional(),
|
|
3760
|
-
optimization_goals: zod_1.z.array(exports.OptimizationGoalSchema).optional(),
|
|
3761
|
-
targeting_overlay: exports.TargetingOverlaySchema.optional(),
|
|
3762
|
-
measurement_terms: exports.MeasurementTermsSchema.optional(),
|
|
3763
|
-
performance_standards: zod_1.z.array(exports.PerformanceStandardSchema).optional(),
|
|
3764
|
-
creative_assignments: zod_1.z.array(exports.CreativeAssignmentSchema).optional(),
|
|
3765
|
-
creatives: zod_1.z.array(exports.CreativeAssetSchema).optional(),
|
|
3766
|
-
agency_estimate_number: zod_1.z.string().optional(),
|
|
3767
|
-
context: exports.ContextObjectSchema.optional(),
|
|
3768
|
-
ext: exports.ExtensionObjectSchema.optional()
|
|
3769
|
-
}).passthrough();
|
|
3770
|
-
exports.UpdateMediaBuySuccessSchema = zod_1.z.object({
|
|
3771
|
-
media_buy_id: zod_1.z.string(),
|
|
3772
|
-
status: exports.MediaBuyStatusSchema.optional(),
|
|
3773
|
-
revision: zod_1.z.number().optional(),
|
|
3774
|
-
implementation_date: zod_1.z.string().optional().nullable(),
|
|
3775
|
-
invoice_recipient: exports.BusinessEntitySchema.optional(),
|
|
3776
|
-
affected_packages: zod_1.z.array(exports.PackageSchema).optional(),
|
|
3777
|
-
valid_actions: zod_1.z.array(exports.MediaBuyValidActionSchema).optional(),
|
|
3778
|
-
sandbox: zod_1.z.boolean().optional(),
|
|
3719
|
+
exports.UpdateMediaBuySuccessSchema = zod_1.z.object({
|
|
3720
|
+
media_buy_id: zod_1.z.string(),
|
|
3721
|
+
status: exports.MediaBuyStatusSchema.optional(),
|
|
3722
|
+
revision: zod_1.z.number().optional(),
|
|
3723
|
+
implementation_date: zod_1.z.string().optional().nullable(),
|
|
3724
|
+
invoice_recipient: exports.BusinessEntitySchema.optional(),
|
|
3725
|
+
affected_packages: zod_1.z.array(exports.PackageSchema).optional(),
|
|
3726
|
+
valid_actions: zod_1.z.array(exports.MediaBuyValidActionSchema).optional(),
|
|
3727
|
+
sandbox: zod_1.z.boolean().optional(),
|
|
3779
3728
|
context: exports.ContextObjectSchema.optional(),
|
|
3780
3729
|
ext: exports.ExtensionObjectSchema.optional()
|
|
3781
3730
|
}).passthrough();
|
|
@@ -3979,155 +3928,12 @@ exports.EventSchema = zod_1.z.object({
|
|
|
3979
3928
|
exports.LogEventResponseSchema = zod_1.z.union([exports.LogEventSuccessSchema, exports.LogEventErrorSchema]);
|
|
3980
3929
|
exports.SyncAudiencesResponseSchema = zod_1.z.union([exports.SyncAudiencesSuccessSchema, exports.SyncAudiencesErrorSchema]);
|
|
3981
3930
|
exports.SyncCatalogsResponseSchema = zod_1.z.union([exports.SyncCatalogsSuccessSchema, exports.SyncCatalogsErrorSchema]);
|
|
3982
|
-
exports.CreativeManifestSchema = zod_1.z.object({
|
|
3983
|
-
format_id: exports.FormatReferenceStructuredObjectSchema,
|
|
3984
|
-
assets: zod_1.z.record(zod_1.z.string(), zod_1.z.union([exports.ImageAssetSchema, exports.VideoAssetSchema, exports.AudioAssetSchema, exports.VASTAssetSchema, exports.TextAssetSchema, exports.URLAssetSchema, exports.HTMLAssetSchema, exports.JavaScriptAssetSchema, exports.WebhookAssetSchema, exports.CSSAssetSchema, exports.DAASTAssetSchema, exports.MarkdownAssetSchema, exports.BriefAssetSchema, exports.CatalogAssetSchema])),
|
|
3985
|
-
rights: zod_1.z.array(exports.RightsConstraintSchema).optional(),
|
|
3986
|
-
industry_identifiers: zod_1.z.array(exports.IndustryIdentifierSchema).optional(),
|
|
3987
|
-
provenance: exports.ProvenanceSchema.optional(),
|
|
3988
|
-
ext: exports.ExtensionObjectSchema.optional()
|
|
3989
|
-
}).passthrough();
|
|
3990
|
-
exports.BuildCreativeSuccessSchema = zod_1.z.object({
|
|
3991
|
-
creative_manifest: exports.CreativeManifestSchema,
|
|
3992
|
-
sandbox: zod_1.z.boolean().optional(),
|
|
3993
|
-
expires_at: zod_1.z.string().optional(),
|
|
3994
|
-
preview: zod_1.z.object({
|
|
3995
|
-
previews: zod_1.z.array(zod_1.z.object({
|
|
3996
|
-
preview_id: zod_1.z.string(),
|
|
3997
|
-
renders: zod_1.z.array(exports.PreviewRenderSchema),
|
|
3998
|
-
input: zod_1.z.object({
|
|
3999
|
-
name: zod_1.z.string(),
|
|
4000
|
-
macros: zod_1.z.record(zod_1.z.string(), zod_1.z.string()).optional(),
|
|
4001
|
-
context_description: zod_1.z.string().optional()
|
|
4002
|
-
}).passthrough()
|
|
4003
|
-
}).passthrough()),
|
|
4004
|
-
interactive_url: zod_1.z.string().optional(),
|
|
4005
|
-
expires_at: zod_1.z.string()
|
|
4006
|
-
}).passthrough().optional(),
|
|
4007
|
-
preview_error: exports.ErrorSchema.optional(),
|
|
4008
|
-
pricing_option_id: zod_1.z.string().optional(),
|
|
4009
|
-
vendor_cost: zod_1.z.number().optional(),
|
|
4010
|
-
currency: zod_1.z.string().optional(),
|
|
4011
|
-
consumption: exports.CreativeConsumptionSchema.optional(),
|
|
4012
|
-
context: exports.ContextObjectSchema.optional(),
|
|
4013
|
-
ext: exports.ExtensionObjectSchema.optional()
|
|
4014
|
-
}).passthrough();
|
|
4015
|
-
exports.BuildCreativeMultiSuccessSchema = zod_1.z.object({
|
|
4016
|
-
creative_manifests: zod_1.z.array(exports.CreativeManifestSchema),
|
|
4017
|
-
sandbox: zod_1.z.boolean().optional(),
|
|
4018
|
-
expires_at: zod_1.z.string().optional(),
|
|
4019
|
-
preview: zod_1.z.object({
|
|
4020
|
-
previews: zod_1.z.array(zod_1.z.object({
|
|
4021
|
-
preview_id: zod_1.z.string(),
|
|
4022
|
-
format_id: exports.FormatReferenceStructuredObjectSchema,
|
|
4023
|
-
renders: zod_1.z.array(exports.PreviewRenderSchema),
|
|
4024
|
-
input: zod_1.z.object({
|
|
4025
|
-
name: zod_1.z.string(),
|
|
4026
|
-
macros: zod_1.z.record(zod_1.z.string(), zod_1.z.string()).optional(),
|
|
4027
|
-
context_description: zod_1.z.string().optional()
|
|
4028
|
-
}).passthrough()
|
|
4029
|
-
}).passthrough()),
|
|
4030
|
-
interactive_url: zod_1.z.string().optional(),
|
|
4031
|
-
expires_at: zod_1.z.string()
|
|
4032
|
-
}).passthrough().optional(),
|
|
4033
|
-
preview_error: exports.ErrorSchema.optional(),
|
|
4034
|
-
pricing_option_id: zod_1.z.string().optional(),
|
|
4035
|
-
vendor_cost: zod_1.z.number().optional(),
|
|
4036
|
-
currency: zod_1.z.string().optional(),
|
|
4037
|
-
consumption: exports.CreativeConsumptionSchema.optional(),
|
|
4038
|
-
context: exports.ContextObjectSchema.optional(),
|
|
4039
|
-
ext: exports.ExtensionObjectSchema.optional()
|
|
4040
|
-
}).passthrough();
|
|
4041
|
-
exports.PreviewCreativeRequestSchema = zod_1.z.object({
|
|
4042
|
-
adcp_major_version: zod_1.z.number().optional(),
|
|
4043
|
-
request_type: zod_1.z.union([zod_1.z.literal("single"), zod_1.z.literal("batch"), zod_1.z.literal("variant")]),
|
|
4044
|
-
creative_manifest: exports.CreativeManifestSchema.optional(),
|
|
4045
|
-
format_id: exports.FormatReferenceStructuredObjectSchema.optional(),
|
|
4046
|
-
inputs: zod_1.z.array(zod_1.z.object({
|
|
4047
|
-
name: zod_1.z.string(),
|
|
4048
|
-
macros: zod_1.z.record(zod_1.z.string(), zod_1.z.string()).optional(),
|
|
4049
|
-
context_description: zod_1.z.string().optional()
|
|
4050
|
-
}).passthrough()).optional(),
|
|
4051
|
-
template_id: zod_1.z.string().optional(),
|
|
4052
|
-
quality: exports.CreativeQualitySchema.optional(),
|
|
4053
|
-
output_format: exports.PreviewOutputFormatSchema.optional(),
|
|
4054
|
-
item_limit: zod_1.z.number().optional(),
|
|
4055
|
-
requests: zod_1.z.array(zod_1.z.object({
|
|
4056
|
-
format_id: exports.FormatReferenceStructuredObjectSchema.optional(),
|
|
4057
|
-
creative_manifest: exports.CreativeManifestSchema,
|
|
4058
|
-
inputs: zod_1.z.array(zod_1.z.object({
|
|
4059
|
-
name: zod_1.z.string(),
|
|
4060
|
-
macros: zod_1.z.record(zod_1.z.string(), zod_1.z.string()).optional(),
|
|
4061
|
-
context_description: zod_1.z.string().optional()
|
|
4062
|
-
}).passthrough()).optional(),
|
|
4063
|
-
template_id: zod_1.z.string().optional(),
|
|
4064
|
-
quality: exports.CreativeQualitySchema.optional(),
|
|
4065
|
-
output_format: exports.PreviewOutputFormatSchema.optional(),
|
|
4066
|
-
item_limit: zod_1.z.number().optional()
|
|
4067
|
-
}).passthrough()).optional(),
|
|
4068
|
-
variant_id: zod_1.z.string().optional(),
|
|
4069
|
-
creative_id: zod_1.z.string().optional(),
|
|
4070
|
-
context: exports.ContextObjectSchema.optional(),
|
|
4071
|
-
ext: exports.ExtensionObjectSchema.optional()
|
|
4072
|
-
}).passthrough();
|
|
4073
3931
|
exports.PreviewCreativeBatchResponseSchema = zod_1.z.object({
|
|
4074
3932
|
response_type: zod_1.z.literal("batch"),
|
|
4075
3933
|
results: zod_1.z.array(zod_1.z.union([exports.PreviewBatchResultSuccessSchema, exports.PreviewBatchResultErrorSchema])),
|
|
4076
3934
|
context: exports.ContextObjectSchema.optional(),
|
|
4077
3935
|
ext: exports.ExtensionObjectSchema.optional()
|
|
4078
3936
|
}).passthrough();
|
|
4079
|
-
exports.PreviewCreativeVariantResponseSchema = zod_1.z.object({
|
|
4080
|
-
response_type: zod_1.z.literal("variant"),
|
|
4081
|
-
variant_id: zod_1.z.string(),
|
|
4082
|
-
creative_id: zod_1.z.string().optional(),
|
|
4083
|
-
previews: zod_1.z.array(zod_1.z.object({
|
|
4084
|
-
preview_id: zod_1.z.string(),
|
|
4085
|
-
renders: zod_1.z.array(exports.PreviewRenderSchema)
|
|
4086
|
-
}).passthrough()),
|
|
4087
|
-
manifest: exports.CreativeManifestSchema.optional(),
|
|
4088
|
-
expires_at: zod_1.z.string().optional(),
|
|
4089
|
-
context: exports.ContextObjectSchema.optional(),
|
|
4090
|
-
ext: exports.ExtensionObjectSchema.optional()
|
|
4091
|
-
}).passthrough();
|
|
4092
|
-
exports.CreativeVariantSchema = exports.DeliveryMetricsSchema.and(zod_1.z.object({
|
|
4093
|
-
variant_id: zod_1.z.string(),
|
|
4094
|
-
manifest: exports.CreativeManifestSchema.optional(),
|
|
4095
|
-
generation_context: zod_1.z.object({
|
|
4096
|
-
context_type: zod_1.z.string().optional(),
|
|
4097
|
-
artifact: zod_1.z.object({
|
|
4098
|
-
property_id: exports.IdentifierSchema,
|
|
4099
|
-
artifact_id: zod_1.z.string()
|
|
4100
|
-
}).passthrough().optional(),
|
|
4101
|
-
ext: exports.ExtensionObjectSchema.optional()
|
|
4102
|
-
}).passthrough().optional()
|
|
4103
|
-
}).passthrough());
|
|
4104
|
-
exports.GetCreativeDeliveryResponseSchema = zod_1.z.object({
|
|
4105
|
-
account_id: zod_1.z.string().optional(),
|
|
4106
|
-
media_buy_id: zod_1.z.string().optional(),
|
|
4107
|
-
currency: zod_1.z.string(),
|
|
4108
|
-
reporting_period: zod_1.z.object({
|
|
4109
|
-
start: zod_1.z.string(),
|
|
4110
|
-
end: zod_1.z.string(),
|
|
4111
|
-
timezone: zod_1.z.string().optional()
|
|
4112
|
-
}).passthrough(),
|
|
4113
|
-
creatives: zod_1.z.array(zod_1.z.object({
|
|
4114
|
-
creative_id: zod_1.z.string(),
|
|
4115
|
-
media_buy_id: zod_1.z.string().optional(),
|
|
4116
|
-
format_id: exports.FormatReferenceStructuredObjectSchema.optional(),
|
|
4117
|
-
totals: exports.DeliveryMetricsSchema.optional(),
|
|
4118
|
-
variant_count: zod_1.z.number().optional(),
|
|
4119
|
-
variants: zod_1.z.array(exports.CreativeVariantSchema)
|
|
4120
|
-
}).passthrough()),
|
|
4121
|
-
pagination: zod_1.z.object({
|
|
4122
|
-
limit: zod_1.z.number(),
|
|
4123
|
-
offset: zod_1.z.number(),
|
|
4124
|
-
has_more: zod_1.z.boolean(),
|
|
4125
|
-
total: zod_1.z.number().optional()
|
|
4126
|
-
}).passthrough().optional(),
|
|
4127
|
-
errors: zod_1.z.array(exports.ErrorSchema).optional(),
|
|
4128
|
-
context: exports.ContextObjectSchema.optional(),
|
|
4129
|
-
ext: exports.ExtensionObjectSchema.optional()
|
|
4130
|
-
}).passthrough();
|
|
4131
3937
|
exports.ListCreativesRequestSchema = zod_1.z.object({
|
|
4132
3938
|
adcp_major_version: zod_1.z.number().optional(),
|
|
4133
3939
|
filters: exports.CreativeFiltersSchema.optional(),
|
|
@@ -4146,79 +3952,6 @@ exports.ListCreativesRequestSchema = zod_1.z.object({
|
|
|
4146
3952
|
context: exports.ContextObjectSchema.optional(),
|
|
4147
3953
|
ext: exports.ExtensionObjectSchema.optional()
|
|
4148
3954
|
}).passthrough();
|
|
4149
|
-
exports.ListCreativesResponseSchema = zod_1.z.object({
|
|
4150
|
-
query_summary: zod_1.z.object({
|
|
4151
|
-
total_matching: zod_1.z.number(),
|
|
4152
|
-
returned: zod_1.z.number(),
|
|
4153
|
-
filters_applied: zod_1.z.array(zod_1.z.string()).optional(),
|
|
4154
|
-
sort_applied: zod_1.z.object({
|
|
4155
|
-
field: zod_1.z.string().optional(),
|
|
4156
|
-
direction: exports.SortDirectionSchema.optional()
|
|
4157
|
-
}).passthrough().optional()
|
|
4158
|
-
}).passthrough(),
|
|
4159
|
-
pagination: exports.PaginationResponseSchema,
|
|
4160
|
-
creatives: zod_1.z.array(zod_1.z.object({
|
|
4161
|
-
creative_id: zod_1.z.string(),
|
|
4162
|
-
account: exports.AccountSchema.optional(),
|
|
4163
|
-
name: zod_1.z.string(),
|
|
4164
|
-
format_id: exports.FormatReferenceStructuredObjectSchema,
|
|
4165
|
-
status: exports.CreativeStatusSchema,
|
|
4166
|
-
created_date: zod_1.z.string(),
|
|
4167
|
-
updated_date: zod_1.z.string(),
|
|
4168
|
-
assets: zod_1.z.record(zod_1.z.string(), zod_1.z.union([exports.ImageAssetSchema, exports.VideoAssetSchema, exports.AudioAssetSchema, exports.VASTAssetSchema, exports.TextAssetSchema, exports.URLAssetSchema, exports.HTMLAssetSchema, exports.JavaScriptAssetSchema, exports.WebhookAssetSchema, exports.CSSAssetSchema, exports.DAASTAssetSchema, exports.MarkdownAssetSchema, exports.BriefAssetSchema, exports.CatalogAssetSchema])).optional(),
|
|
4169
|
-
tags: zod_1.z.array(zod_1.z.string()).optional(),
|
|
4170
|
-
concept_id: zod_1.z.string().optional(),
|
|
4171
|
-
concept_name: zod_1.z.string().optional(),
|
|
4172
|
-
variables: zod_1.z.array(exports.CreativeVariableSchema).optional(),
|
|
4173
|
-
assignments: zod_1.z.object({
|
|
4174
|
-
assignment_count: zod_1.z.number(),
|
|
4175
|
-
assigned_packages: zod_1.z.array(zod_1.z.object({
|
|
4176
|
-
package_id: zod_1.z.string(),
|
|
4177
|
-
assigned_date: zod_1.z.string()
|
|
4178
|
-
}).passthrough()).optional()
|
|
4179
|
-
}).passthrough().optional(),
|
|
4180
|
-
snapshot: zod_1.z.object({
|
|
4181
|
-
as_of: zod_1.z.string(),
|
|
4182
|
-
staleness_seconds: zod_1.z.number(),
|
|
4183
|
-
impressions: zod_1.z.number(),
|
|
4184
|
-
last_served: zod_1.z.string().optional()
|
|
4185
|
-
}).passthrough().optional(),
|
|
4186
|
-
snapshot_unavailable_reason: exports.SnapshotUnavailableReasonSchema.optional(),
|
|
4187
|
-
items: zod_1.z.array(exports.CreativeItemSchema).optional(),
|
|
4188
|
-
pricing_options: zod_1.z.array(exports.VendorPricingOptionSchema).optional()
|
|
4189
|
-
}).passthrough()),
|
|
4190
|
-
format_summary: zod_1.z.record(zod_1.z.string(), zod_1.z.number()).optional(),
|
|
4191
|
-
status_summary: zod_1.z.object({
|
|
4192
|
-
processing: zod_1.z.number().optional(),
|
|
4193
|
-
approved: zod_1.z.number().optional(),
|
|
4194
|
-
pending_review: zod_1.z.number().optional(),
|
|
4195
|
-
rejected: zod_1.z.number().optional(),
|
|
4196
|
-
archived: zod_1.z.number().optional()
|
|
4197
|
-
}).passthrough().optional(),
|
|
4198
|
-
errors: zod_1.z.array(exports.ErrorSchema).optional(),
|
|
4199
|
-
sandbox: zod_1.z.boolean().optional(),
|
|
4200
|
-
context: exports.ContextObjectSchema.optional(),
|
|
4201
|
-
ext: exports.ExtensionObjectSchema.optional()
|
|
4202
|
-
}).passthrough();
|
|
4203
|
-
exports.SyncCreativesRequestSchema = zod_1.z.object({
|
|
4204
|
-
adcp_major_version: zod_1.z.number().optional(),
|
|
4205
|
-
account: exports.AccountReferenceSchema,
|
|
4206
|
-
creatives: zod_1.z.array(exports.CreativeAssetSchema),
|
|
4207
|
-
creative_ids: zod_1.z.array(zod_1.z.string()).optional(),
|
|
4208
|
-
assignments: zod_1.z.array(zod_1.z.object({
|
|
4209
|
-
creative_id: zod_1.z.string(),
|
|
4210
|
-
package_id: zod_1.z.string(),
|
|
4211
|
-
weight: zod_1.z.number().optional(),
|
|
4212
|
-
placement_ids: zod_1.z.array(zod_1.z.string()).optional()
|
|
4213
|
-
}).passthrough()).optional(),
|
|
4214
|
-
idempotency_key: zod_1.z.string(),
|
|
4215
|
-
delete_missing: zod_1.z.boolean().optional(),
|
|
4216
|
-
dry_run: zod_1.z.boolean().optional(),
|
|
4217
|
-
validation_mode: exports.ValidationModeSchema.optional(),
|
|
4218
|
-
push_notification_config: exports.PushNotificationConfigSchema.optional(),
|
|
4219
|
-
context: exports.ContextObjectSchema.optional(),
|
|
4220
|
-
ext: exports.ExtensionObjectSchema.optional()
|
|
4221
|
-
}).passthrough();
|
|
4222
3955
|
exports.SyncCreativesResponseSchema = zod_1.z.union([exports.SyncCreativesSuccessSchema, exports.SyncCreativesErrorSchema, exports.SyncCreativesSubmittedSchema]);
|
|
4223
3956
|
exports.GetSignalsRequestSchema = zod_1.z.object({
|
|
4224
3957
|
adcp_major_version: zod_1.z.number().optional(),
|
|
@@ -4495,14 +4228,6 @@ exports.CalibrateContentResponseSchema = zod_1.z.union([zod_1.z.object({
|
|
|
4495
4228
|
context: exports.ContextObjectSchema.optional(),
|
|
4496
4229
|
ext: exports.ExtensionObjectSchema.optional()
|
|
4497
4230
|
}).passthrough()]);
|
|
4498
|
-
exports.GetCreativeFeaturesRequestSchema = zod_1.z.object({
|
|
4499
|
-
adcp_major_version: zod_1.z.number().optional(),
|
|
4500
|
-
creative_manifest: exports.CreativeManifestSchema,
|
|
4501
|
-
feature_ids: zod_1.z.array(zod_1.z.string()).optional(),
|
|
4502
|
-
account: exports.AccountReferenceSchema.optional(),
|
|
4503
|
-
context: exports.ContextObjectSchema.optional(),
|
|
4504
|
-
ext: exports.ExtensionObjectSchema.optional()
|
|
4505
|
-
}).passthrough();
|
|
4506
4231
|
exports.GetCreativeFeaturesResponseSchema = zod_1.z.union([zod_1.z.object({
|
|
4507
4232
|
results: zod_1.z.array(exports.CreativeFeatureResultSchema),
|
|
4508
4233
|
detail_url: zod_1.z.string().optional(),
|
|
@@ -4524,8 +4249,24 @@ exports.SyncPlansRequestSchema = zod_1.z.object({
|
|
|
4524
4249
|
plan_id: zod_1.z.string(),
|
|
4525
4250
|
brand: exports.BrandReferenceSchema,
|
|
4526
4251
|
objectives: zod_1.z.string(),
|
|
4527
|
-
budget: zod_1.z.union([zod_1.z.
|
|
4528
|
-
|
|
4252
|
+
budget: zod_1.z.union([zod_1.z.object({
|
|
4253
|
+
total: zod_1.z.number(),
|
|
4254
|
+
currency: zod_1.z.string(),
|
|
4255
|
+
per_seller_max_pct: zod_1.z.number().optional(),
|
|
4256
|
+
reallocation_threshold: zod_1.z.number(),
|
|
4257
|
+
allocations: zod_1.z.record(zod_1.z.string(), zod_1.z.object({
|
|
4258
|
+
amount: zod_1.z.number().optional(),
|
|
4259
|
+
max_pct: zod_1.z.number().optional()
|
|
4260
|
+
}).passthrough()).optional()
|
|
4261
|
+
}).passthrough(), zod_1.z.object({
|
|
4262
|
+
total: zod_1.z.number(),
|
|
4263
|
+
currency: zod_1.z.string(),
|
|
4264
|
+
per_seller_max_pct: zod_1.z.number().optional(),
|
|
4265
|
+
reallocation_unlimited: zod_1.z.literal(true),
|
|
4266
|
+
allocations: zod_1.z.record(zod_1.z.string(), zod_1.z.object({
|
|
4267
|
+
amount: zod_1.z.number().optional(),
|
|
4268
|
+
max_pct: zod_1.z.number().optional()
|
|
4269
|
+
}).passthrough()).optional()
|
|
4529
4270
|
}).passthrough()]),
|
|
4530
4271
|
channels: zod_1.z.object({
|
|
4531
4272
|
required: zod_1.z.array(exports.MediaChannelSchema).optional(),
|
|
@@ -5206,7 +4947,6 @@ exports.GetAccountFinancialsErrorSchema = zod_1.z.object({
|
|
|
5206
4947
|
ext: exports.ExtensionObjectSchema.optional()
|
|
5207
4948
|
}).passthrough();
|
|
5208
4949
|
exports.UpdateMediaBuyResponseSchema = zod_1.z.union([exports.UpdateMediaBuySuccessSchema, exports.UpdateMediaBuyErrorSchema]);
|
|
5209
|
-
exports.BuildCreativeResponseSchema = zod_1.z.union([exports.BuildCreativeSuccessSchema, exports.BuildCreativeMultiSuccessSchema, exports.BuildCreativeErrorSchema]);
|
|
5210
4950
|
exports.ListScenariosSuccessSchema = zod_1.z.object({
|
|
5211
4951
|
success: zod_1.z.literal(true),
|
|
5212
4952
|
scenarios: zod_1.z.array(zod_1.z.union([zod_1.z.literal("force_creative_status"), zod_1.z.literal("force_account_status"), zod_1.z.literal("force_media_buy_status"), zod_1.z.literal("force_create_media_buy_arm"), zod_1.z.literal("force_task_completion"), zod_1.z.literal("force_session_status"), zod_1.z.literal("simulate_delivery"), zod_1.z.literal("simulate_budget_spend"), zod_1.z.literal("seed_product"), zod_1.z.literal("seed_pricing_option"), zod_1.z.literal("seed_creative"), zod_1.z.literal("seed_plan"), zod_1.z.literal("seed_media_buy"), zod_1.z.literal("seed_creative_format")])),
|
|
@@ -5273,6 +5013,10 @@ exports.MediaBuySchema = zod_1.z.object({
|
|
|
5273
5013
|
updated_at: zod_1.z.string().optional(),
|
|
5274
5014
|
ext: exports.ExtensionObjectSchema.optional()
|
|
5275
5015
|
}).passthrough();
|
|
5016
|
+
exports.BriefAssetSchema = exports.CreativeBriefSchema.and(zod_1.z.object({
|
|
5017
|
+
asset_type: zod_1.z.literal("brief")
|
|
5018
|
+
}).passthrough());
|
|
5019
|
+
exports.AssetVariantSchema = zod_1.z.union([exports.ImageAssetSchema, exports.VideoAssetSchema, exports.AudioAssetSchema, exports.VASTAssetSchema, exports.TextAssetSchema, exports.URLAssetSchema, exports.HTMLAssetSchema, exports.JavaScriptAssetSchema, exports.WebhookAssetSchema, exports.CSSAssetSchema, exports.DAASTAssetSchema, exports.MarkdownAssetSchema, exports.BriefAssetSchema, exports.CatalogAssetSchema]);
|
|
5276
5020
|
exports.InstallmentSchema = zod_1.z.object({
|
|
5277
5021
|
installment_id: zod_1.z.string(),
|
|
5278
5022
|
collection_id: zod_1.z.string().optional(),
|
|
@@ -5399,16 +5143,50 @@ exports.GetProductsAsyncInputRequiredSchema = zod_1.z.object({
|
|
|
5399
5143
|
context: exports.ContextObjectSchema.optional(),
|
|
5400
5144
|
ext: exports.ExtensionObjectSchema.optional()
|
|
5401
5145
|
}).passthrough();
|
|
5402
|
-
exports.
|
|
5403
|
-
|
|
5404
|
-
|
|
5405
|
-
|
|
5406
|
-
|
|
5407
|
-
|
|
5408
|
-
|
|
5409
|
-
|
|
5410
|
-
|
|
5411
|
-
|
|
5146
|
+
exports.CreativeManifestSchema = zod_1.z.object({
|
|
5147
|
+
format_id: exports.FormatReferenceStructuredObjectSchema,
|
|
5148
|
+
assets: zod_1.z.record(zod_1.z.string(), exports.AssetVariantSchema),
|
|
5149
|
+
rights: zod_1.z.array(exports.RightsConstraintSchema).optional(),
|
|
5150
|
+
industry_identifiers: zod_1.z.array(exports.IndustryIdentifierSchema).optional(),
|
|
5151
|
+
provenance: exports.ProvenanceSchema.optional(),
|
|
5152
|
+
ext: exports.ExtensionObjectSchema.optional()
|
|
5153
|
+
}).passthrough();
|
|
5154
|
+
exports.BuildCreativeMultiSuccessSchema = zod_1.z.object({
|
|
5155
|
+
creative_manifests: zod_1.z.array(exports.CreativeManifestSchema),
|
|
5156
|
+
sandbox: zod_1.z.boolean().optional(),
|
|
5157
|
+
expires_at: zod_1.z.string().optional(),
|
|
5158
|
+
preview: zod_1.z.object({
|
|
5159
|
+
previews: zod_1.z.array(zod_1.z.object({
|
|
5160
|
+
preview_id: zod_1.z.string(),
|
|
5161
|
+
format_id: exports.FormatReferenceStructuredObjectSchema,
|
|
5162
|
+
renders: zod_1.z.array(exports.PreviewRenderSchema),
|
|
5163
|
+
input: zod_1.z.object({
|
|
5164
|
+
name: zod_1.z.string(),
|
|
5165
|
+
macros: zod_1.z.record(zod_1.z.string(), zod_1.z.string()).optional(),
|
|
5166
|
+
context_description: zod_1.z.string().optional()
|
|
5167
|
+
}).passthrough()
|
|
5168
|
+
}).passthrough()),
|
|
5169
|
+
interactive_url: zod_1.z.string().optional(),
|
|
5170
|
+
expires_at: zod_1.z.string()
|
|
5171
|
+
}).passthrough().optional(),
|
|
5172
|
+
preview_error: exports.ErrorSchema.optional(),
|
|
5173
|
+
pricing_option_id: zod_1.z.string().optional(),
|
|
5174
|
+
vendor_cost: zod_1.z.number().optional(),
|
|
5175
|
+
currency: zod_1.z.string().optional(),
|
|
5176
|
+
consumption: exports.CreativeConsumptionSchema.optional(),
|
|
5177
|
+
context: exports.ContextObjectSchema.optional(),
|
|
5178
|
+
ext: exports.ExtensionObjectSchema.optional()
|
|
5179
|
+
}).passthrough();
|
|
5180
|
+
exports.AcquireRightsRequestSchema = zod_1.z.object({
|
|
5181
|
+
adcp_major_version: zod_1.z.number().optional(),
|
|
5182
|
+
rights_id: zod_1.z.string(),
|
|
5183
|
+
pricing_option_id: zod_1.z.string(),
|
|
5184
|
+
buyer: exports.BrandReferenceSchema,
|
|
5185
|
+
campaign: zod_1.z.object({
|
|
5186
|
+
description: zod_1.z.string(),
|
|
5187
|
+
uses: zod_1.z.array(exports.RightUseSchema),
|
|
5188
|
+
countries: zod_1.z.array(zod_1.z.string()).optional(),
|
|
5189
|
+
format_ids: zod_1.z.array(exports.FormatReferenceStructuredObjectSchema).optional(),
|
|
5412
5190
|
estimated_impressions: zod_1.z.number().optional(),
|
|
5413
5191
|
start_date: zod_1.z.string().optional(),
|
|
5414
5192
|
end_date: zod_1.z.string().optional()
|
|
@@ -5494,7 +5272,174 @@ exports.ListContentStandardsResponseSchema = zod_1.z.union([zod_1.z.object({
|
|
|
5494
5272
|
context: exports.ContextObjectSchema.optional(),
|
|
5495
5273
|
ext: exports.ExtensionObjectSchema.optional()
|
|
5496
5274
|
}).passthrough()]);
|
|
5497
|
-
exports.
|
|
5275
|
+
exports.CreativeVariantSchema = exports.DeliveryMetricsSchema.and(zod_1.z.object({
|
|
5276
|
+
variant_id: zod_1.z.string(),
|
|
5277
|
+
manifest: exports.CreativeManifestSchema.optional(),
|
|
5278
|
+
generation_context: zod_1.z.object({
|
|
5279
|
+
context_type: zod_1.z.string().optional(),
|
|
5280
|
+
artifact: zod_1.z.object({
|
|
5281
|
+
property_id: exports.IdentifierSchema,
|
|
5282
|
+
artifact_id: zod_1.z.string()
|
|
5283
|
+
}).passthrough().optional(),
|
|
5284
|
+
ext: exports.ExtensionObjectSchema.optional()
|
|
5285
|
+
}).passthrough().optional()
|
|
5286
|
+
}).passthrough());
|
|
5287
|
+
exports.GetCreativeDeliveryResponseSchema = zod_1.z.object({
|
|
5288
|
+
account_id: zod_1.z.string().optional(),
|
|
5289
|
+
media_buy_id: zod_1.z.string().optional(),
|
|
5290
|
+
currency: zod_1.z.string(),
|
|
5291
|
+
reporting_period: zod_1.z.object({
|
|
5292
|
+
start: zod_1.z.string(),
|
|
5293
|
+
end: zod_1.z.string(),
|
|
5294
|
+
timezone: zod_1.z.string().optional()
|
|
5295
|
+
}).passthrough(),
|
|
5296
|
+
creatives: zod_1.z.array(zod_1.z.object({
|
|
5297
|
+
creative_id: zod_1.z.string(),
|
|
5298
|
+
media_buy_id: zod_1.z.string().optional(),
|
|
5299
|
+
format_id: exports.FormatReferenceStructuredObjectSchema.optional(),
|
|
5300
|
+
totals: exports.DeliveryMetricsSchema.optional(),
|
|
5301
|
+
variant_count: zod_1.z.number().optional(),
|
|
5302
|
+
variants: zod_1.z.array(exports.CreativeVariantSchema)
|
|
5303
|
+
}).passthrough()),
|
|
5304
|
+
pagination: zod_1.z.object({
|
|
5305
|
+
limit: zod_1.z.number(),
|
|
5306
|
+
offset: zod_1.z.number(),
|
|
5307
|
+
has_more: zod_1.z.boolean(),
|
|
5308
|
+
total: zod_1.z.number().optional()
|
|
5309
|
+
}).passthrough().optional(),
|
|
5310
|
+
errors: zod_1.z.array(exports.ErrorSchema).optional(),
|
|
5311
|
+
context: exports.ContextObjectSchema.optional(),
|
|
5312
|
+
ext: exports.ExtensionObjectSchema.optional()
|
|
5313
|
+
}).passthrough();
|
|
5314
|
+
exports.GetCreativeFeaturesRequestSchema = zod_1.z.object({
|
|
5315
|
+
adcp_major_version: zod_1.z.number().optional(),
|
|
5316
|
+
creative_manifest: exports.CreativeManifestSchema,
|
|
5317
|
+
feature_ids: zod_1.z.array(zod_1.z.string()).optional(),
|
|
5318
|
+
account: exports.AccountReferenceSchema.optional(),
|
|
5319
|
+
context: exports.ContextObjectSchema.optional(),
|
|
5320
|
+
ext: exports.ExtensionObjectSchema.optional()
|
|
5321
|
+
}).passthrough();
|
|
5322
|
+
exports.ListCreativesResponseSchema = zod_1.z.object({
|
|
5323
|
+
query_summary: zod_1.z.object({
|
|
5324
|
+
total_matching: zod_1.z.number(),
|
|
5325
|
+
returned: zod_1.z.number(),
|
|
5326
|
+
filters_applied: zod_1.z.array(zod_1.z.string()).optional(),
|
|
5327
|
+
sort_applied: zod_1.z.object({
|
|
5328
|
+
field: zod_1.z.string().optional(),
|
|
5329
|
+
direction: exports.SortDirectionSchema.optional()
|
|
5330
|
+
}).passthrough().optional()
|
|
5331
|
+
}).passthrough(),
|
|
5332
|
+
pagination: exports.PaginationResponseSchema,
|
|
5333
|
+
creatives: zod_1.z.array(zod_1.z.object({
|
|
5334
|
+
creative_id: zod_1.z.string(),
|
|
5335
|
+
account: exports.AccountSchema.optional(),
|
|
5336
|
+
name: zod_1.z.string(),
|
|
5337
|
+
format_id: exports.FormatReferenceStructuredObjectSchema,
|
|
5338
|
+
status: exports.CreativeStatusSchema,
|
|
5339
|
+
created_date: zod_1.z.string(),
|
|
5340
|
+
updated_date: zod_1.z.string(),
|
|
5341
|
+
assets: zod_1.z.record(zod_1.z.string(), exports.AssetVariantSchema).optional(),
|
|
5342
|
+
tags: zod_1.z.array(zod_1.z.string()).optional(),
|
|
5343
|
+
concept_id: zod_1.z.string().optional(),
|
|
5344
|
+
concept_name: zod_1.z.string().optional(),
|
|
5345
|
+
variables: zod_1.z.array(exports.CreativeVariableSchema).optional(),
|
|
5346
|
+
assignments: zod_1.z.object({
|
|
5347
|
+
assignment_count: zod_1.z.number(),
|
|
5348
|
+
assigned_packages: zod_1.z.array(zod_1.z.object({
|
|
5349
|
+
package_id: zod_1.z.string(),
|
|
5350
|
+
assigned_date: zod_1.z.string()
|
|
5351
|
+
}).passthrough()).optional()
|
|
5352
|
+
}).passthrough().optional(),
|
|
5353
|
+
snapshot: zod_1.z.object({
|
|
5354
|
+
as_of: zod_1.z.string(),
|
|
5355
|
+
staleness_seconds: zod_1.z.number(),
|
|
5356
|
+
impressions: zod_1.z.number(),
|
|
5357
|
+
last_served: zod_1.z.string().optional()
|
|
5358
|
+
}).passthrough().optional(),
|
|
5359
|
+
snapshot_unavailable_reason: exports.SnapshotUnavailableReasonSchema.optional(),
|
|
5360
|
+
items: zod_1.z.array(exports.CreativeItemSchema).optional(),
|
|
5361
|
+
pricing_options: zod_1.z.array(exports.VendorPricingOptionSchema).optional()
|
|
5362
|
+
}).passthrough()),
|
|
5363
|
+
format_summary: zod_1.z.record(zod_1.z.string(), zod_1.z.number()).optional(),
|
|
5364
|
+
status_summary: zod_1.z.object({
|
|
5365
|
+
processing: zod_1.z.number().optional(),
|
|
5366
|
+
approved: zod_1.z.number().optional(),
|
|
5367
|
+
pending_review: zod_1.z.number().optional(),
|
|
5368
|
+
rejected: zod_1.z.number().optional(),
|
|
5369
|
+
archived: zod_1.z.number().optional()
|
|
5370
|
+
}).passthrough().optional(),
|
|
5371
|
+
errors: zod_1.z.array(exports.ErrorSchema).optional(),
|
|
5372
|
+
sandbox: zod_1.z.boolean().optional(),
|
|
5373
|
+
context: exports.ContextObjectSchema.optional(),
|
|
5374
|
+
ext: exports.ExtensionObjectSchema.optional()
|
|
5375
|
+
}).passthrough();
|
|
5376
|
+
exports.AssetVariant1Schema = exports.AssetVariantSchema;
|
|
5377
|
+
exports.VASTAsset1Schema = exports.VASTAssetSchema;
|
|
5378
|
+
exports.DAASTAsset1Schema = exports.DAASTAssetSchema;
|
|
5379
|
+
exports.BriefAsset1Schema = exports.BriefAssetSchema;
|
|
5380
|
+
exports.CatalogAsset1Schema = exports.CatalogAssetSchema;
|
|
5381
|
+
exports.PreviewCreativeRequestSchema = zod_1.z.object({
|
|
5382
|
+
adcp_major_version: zod_1.z.number().optional(),
|
|
5383
|
+
request_type: zod_1.z.union([zod_1.z.literal("single"), zod_1.z.literal("batch"), zod_1.z.literal("variant")]),
|
|
5384
|
+
creative_manifest: exports.CreativeManifestSchema.optional(),
|
|
5385
|
+
format_id: exports.FormatReferenceStructuredObjectSchema.optional(),
|
|
5386
|
+
inputs: zod_1.z.array(zod_1.z.object({
|
|
5387
|
+
name: zod_1.z.string(),
|
|
5388
|
+
macros: zod_1.z.record(zod_1.z.string(), zod_1.z.string()).optional(),
|
|
5389
|
+
context_description: zod_1.z.string().optional()
|
|
5390
|
+
}).passthrough()).optional(),
|
|
5391
|
+
template_id: zod_1.z.string().optional(),
|
|
5392
|
+
quality: exports.CreativeQualitySchema.optional(),
|
|
5393
|
+
output_format: exports.PreviewOutputFormatSchema.optional(),
|
|
5394
|
+
item_limit: zod_1.z.number().optional(),
|
|
5395
|
+
requests: zod_1.z.array(zod_1.z.object({
|
|
5396
|
+
format_id: exports.FormatReferenceStructuredObjectSchema.optional(),
|
|
5397
|
+
creative_manifest: exports.CreativeManifestSchema,
|
|
5398
|
+
inputs: zod_1.z.array(zod_1.z.object({
|
|
5399
|
+
name: zod_1.z.string(),
|
|
5400
|
+
macros: zod_1.z.record(zod_1.z.string(), zod_1.z.string()).optional(),
|
|
5401
|
+
context_description: zod_1.z.string().optional()
|
|
5402
|
+
}).passthrough()).optional(),
|
|
5403
|
+
template_id: zod_1.z.string().optional(),
|
|
5404
|
+
quality: exports.CreativeQualitySchema.optional(),
|
|
5405
|
+
output_format: exports.PreviewOutputFormatSchema.optional(),
|
|
5406
|
+
item_limit: zod_1.z.number().optional()
|
|
5407
|
+
}).passthrough()).optional(),
|
|
5408
|
+
variant_id: zod_1.z.string().optional(),
|
|
5409
|
+
creative_id: zod_1.z.string().optional(),
|
|
5410
|
+
context: exports.ContextObjectSchema.optional(),
|
|
5411
|
+
ext: exports.ExtensionObjectSchema.optional()
|
|
5412
|
+
}).passthrough();
|
|
5413
|
+
exports.PreviewCreativeVariantResponseSchema = zod_1.z.object({
|
|
5414
|
+
response_type: zod_1.z.literal("variant"),
|
|
5415
|
+
variant_id: zod_1.z.string(),
|
|
5416
|
+
creative_id: zod_1.z.string().optional(),
|
|
5417
|
+
previews: zod_1.z.array(zod_1.z.object({
|
|
5418
|
+
preview_id: zod_1.z.string(),
|
|
5419
|
+
renders: zod_1.z.array(exports.PreviewRenderSchema)
|
|
5420
|
+
}).passthrough()),
|
|
5421
|
+
manifest: exports.CreativeManifestSchema.optional(),
|
|
5422
|
+
expires_at: zod_1.z.string().optional(),
|
|
5423
|
+
context: exports.ContextObjectSchema.optional(),
|
|
5424
|
+
ext: exports.ExtensionObjectSchema.optional()
|
|
5425
|
+
}).passthrough();
|
|
5426
|
+
exports.CreativeAssetSchema = zod_1.z.object({
|
|
5427
|
+
creative_id: zod_1.z.string(),
|
|
5428
|
+
name: zod_1.z.string(),
|
|
5429
|
+
format_id: exports.FormatReferenceStructuredObjectSchema,
|
|
5430
|
+
assets: zod_1.z.record(zod_1.z.string(), exports.AssetVariantSchema),
|
|
5431
|
+
inputs: zod_1.z.array(zod_1.z.object({
|
|
5432
|
+
name: zod_1.z.string(),
|
|
5433
|
+
macros: zod_1.z.record(zod_1.z.string(), zod_1.z.string()).optional(),
|
|
5434
|
+
context_description: zod_1.z.string().optional()
|
|
5435
|
+
}).passthrough()).optional(),
|
|
5436
|
+
tags: zod_1.z.array(zod_1.z.string()).optional(),
|
|
5437
|
+
status: exports.CreativeStatusSchema.optional(),
|
|
5438
|
+
weight: zod_1.z.number().optional(),
|
|
5439
|
+
placement_ids: zod_1.z.array(zod_1.z.string()).optional(),
|
|
5440
|
+
industry_identifiers: zod_1.z.array(exports.IndustryIdentifierSchema).optional(),
|
|
5441
|
+
provenance: exports.ProvenanceSchema.optional()
|
|
5442
|
+
}).passthrough();
|
|
5498
5443
|
exports.BuildCreativeRequestSchema = zod_1.z.object({
|
|
5499
5444
|
adcp_major_version: zod_1.z.number().optional(),
|
|
5500
5445
|
message: zod_1.z.string().optional(),
|
|
@@ -5522,43 +5467,26 @@ exports.BuildCreativeRequestSchema = zod_1.z.object({
|
|
|
5522
5467
|
context: exports.ContextObjectSchema.optional(),
|
|
5523
5468
|
ext: exports.ExtensionObjectSchema.optional()
|
|
5524
5469
|
}).passthrough();
|
|
5525
|
-
exports.
|
|
5470
|
+
exports.PackageRequestSchema = zod_1.z.object({
|
|
5526
5471
|
adcp_major_version: zod_1.z.number().optional(),
|
|
5527
|
-
|
|
5528
|
-
|
|
5529
|
-
|
|
5530
|
-
|
|
5531
|
-
|
|
5532
|
-
|
|
5533
|
-
|
|
5534
|
-
|
|
5535
|
-
|
|
5536
|
-
|
|
5537
|
-
|
|
5538
|
-
|
|
5539
|
-
|
|
5540
|
-
|
|
5541
|
-
|
|
5542
|
-
|
|
5543
|
-
|
|
5544
|
-
}).passthrough().optional(),
|
|
5545
|
-
po_number: zod_1.z.string().optional(),
|
|
5472
|
+
product_id: zod_1.z.string(),
|
|
5473
|
+
format_ids: zod_1.z.array(exports.FormatReferenceStructuredObjectSchema).optional(),
|
|
5474
|
+
budget: zod_1.z.number(),
|
|
5475
|
+
pacing: exports.PacingSchema.optional(),
|
|
5476
|
+
pricing_option_id: zod_1.z.string(),
|
|
5477
|
+
bid_price: zod_1.z.number().optional(),
|
|
5478
|
+
impressions: zod_1.z.number().optional(),
|
|
5479
|
+
start_time: zod_1.z.string().optional(),
|
|
5480
|
+
end_time: zod_1.z.string().optional(),
|
|
5481
|
+
paused: zod_1.z.boolean().optional(),
|
|
5482
|
+
catalogs: zod_1.z.array(exports.CatalogSchema).optional(),
|
|
5483
|
+
optimization_goals: zod_1.z.array(exports.OptimizationGoalSchema).optional(),
|
|
5484
|
+
targeting_overlay: exports.TargetingOverlaySchema.optional(),
|
|
5485
|
+
measurement_terms: exports.MeasurementTermsSchema.optional(),
|
|
5486
|
+
performance_standards: zod_1.z.array(exports.PerformanceStandardSchema).optional(),
|
|
5487
|
+
creative_assignments: zod_1.z.array(exports.CreativeAssignmentSchema).optional(),
|
|
5488
|
+
creatives: zod_1.z.array(exports.CreativeAssetSchema).optional(),
|
|
5546
5489
|
agency_estimate_number: zod_1.z.string().optional(),
|
|
5547
|
-
start_time: exports.StartTimingSchema,
|
|
5548
|
-
end_time: zod_1.z.string(),
|
|
5549
|
-
push_notification_config: exports.PushNotificationConfigSchema.optional(),
|
|
5550
|
-
reporting_webhook: exports.ReportingWebhookSchema.optional(),
|
|
5551
|
-
artifact_webhook: zod_1.z.object({
|
|
5552
|
-
url: zod_1.z.string(),
|
|
5553
|
-
token: zod_1.z.string().optional(),
|
|
5554
|
-
authentication: zod_1.z.object({
|
|
5555
|
-
schemes: zod_1.z.array(exports.AuthenticationSchemeSchema),
|
|
5556
|
-
credentials: zod_1.z.string()
|
|
5557
|
-
}).passthrough(),
|
|
5558
|
-
delivery_mode: zod_1.z.union([zod_1.z.literal("realtime"), zod_1.z.literal("batched")]),
|
|
5559
|
-
batch_frequency: zod_1.z.union([zod_1.z.literal("hourly"), zod_1.z.literal("daily")]).optional(),
|
|
5560
|
-
sampling_rate: zod_1.z.number().optional()
|
|
5561
|
-
}).passthrough().optional(),
|
|
5562
5490
|
context: exports.ContextObjectSchema.optional(),
|
|
5563
5491
|
ext: exports.ExtensionObjectSchema.optional()
|
|
5564
5492
|
}).passthrough();
|
|
@@ -5603,42 +5531,43 @@ exports.LogEventRequestSchema = zod_1.z.object({
|
|
|
5603
5531
|
ext: exports.ExtensionObjectSchema.optional()
|
|
5604
5532
|
}).passthrough();
|
|
5605
5533
|
exports.SyncEventSourcesResponseSchema = zod_1.z.union([exports.SyncEventSourcesSuccessSchema, exports.SyncEventSourcesErrorSchema]);
|
|
5606
|
-
exports.
|
|
5607
|
-
|
|
5608
|
-
|
|
5609
|
-
|
|
5610
|
-
|
|
5534
|
+
exports.PackageUpdateSchema = zod_1.z.object({
|
|
5535
|
+
package_id: zod_1.z.string(),
|
|
5536
|
+
budget: zod_1.z.number().optional(),
|
|
5537
|
+
pacing: exports.PacingSchema.optional(),
|
|
5538
|
+
bid_price: zod_1.z.number().optional(),
|
|
5539
|
+
impressions: zod_1.z.number().optional(),
|
|
5540
|
+
start_time: zod_1.z.string().optional(),
|
|
5541
|
+
end_time: zod_1.z.string().optional(),
|
|
5611
5542
|
paused: zod_1.z.boolean().optional(),
|
|
5612
5543
|
canceled: zod_1.z.literal(true).optional(),
|
|
5613
5544
|
cancellation_reason: zod_1.z.string().optional(),
|
|
5614
|
-
|
|
5615
|
-
|
|
5616
|
-
|
|
5617
|
-
|
|
5618
|
-
|
|
5619
|
-
|
|
5620
|
-
|
|
5621
|
-
|
|
5545
|
+
catalogs: zod_1.z.array(exports.CatalogSchema).optional(),
|
|
5546
|
+
optimization_goals: zod_1.z.array(exports.OptimizationGoalSchema).optional(),
|
|
5547
|
+
targeting_overlay: exports.TargetingOverlaySchema.optional(),
|
|
5548
|
+
keyword_targets_add: zod_1.z.array(zod_1.z.object({
|
|
5549
|
+
keyword: zod_1.z.string(),
|
|
5550
|
+
match_type: exports.MatchTypeSchema,
|
|
5551
|
+
bid_price: zod_1.z.number().optional()
|
|
5552
|
+
}).passthrough()).optional(),
|
|
5553
|
+
keyword_targets_remove: zod_1.z.array(zod_1.z.object({
|
|
5554
|
+
keyword: zod_1.z.string(),
|
|
5555
|
+
match_type: exports.MatchTypeSchema
|
|
5556
|
+
}).passthrough()).optional(),
|
|
5557
|
+
negative_keywords_add: zod_1.z.array(zod_1.z.object({
|
|
5558
|
+
keyword: zod_1.z.string(),
|
|
5559
|
+
match_type: exports.MatchTypeSchema
|
|
5560
|
+
}).passthrough()).optional(),
|
|
5561
|
+
negative_keywords_remove: zod_1.z.array(zod_1.z.object({
|
|
5562
|
+
keyword: zod_1.z.string(),
|
|
5563
|
+
match_type: exports.MatchTypeSchema
|
|
5564
|
+
}).passthrough()).optional(),
|
|
5565
|
+
creative_assignments: zod_1.z.array(exports.CreativeAssignmentSchema).optional(),
|
|
5566
|
+
creatives: zod_1.z.array(exports.CreativeAssetSchema).optional(),
|
|
5622
5567
|
context: exports.ContextObjectSchema.optional(),
|
|
5623
5568
|
ext: exports.ExtensionObjectSchema.optional()
|
|
5624
5569
|
}).passthrough();
|
|
5625
|
-
exports.CreativeAsset1Schema =
|
|
5626
|
-
creative_id: zod_1.z.string(),
|
|
5627
|
-
name: zod_1.z.string(),
|
|
5628
|
-
format_id: exports.FormatReferenceStructuredObjectSchema,
|
|
5629
|
-
assets: zod_1.z.record(zod_1.z.string(), zod_1.z.union([exports.ImageAssetSchema, exports.VideoAssetSchema, exports.AudioAssetSchema, exports.VASTAsset1Schema, exports.TextAssetSchema, exports.URLAssetSchema, exports.HTMLAssetSchema, exports.JavaScriptAssetSchema, exports.WebhookAssetSchema, exports.CSSAssetSchema, exports.DAASTAsset1Schema, exports.MarkdownAssetSchema, exports.BriefAsset1Schema, exports.CatalogAsset1Schema])),
|
|
5630
|
-
inputs: zod_1.z.array(zod_1.z.object({
|
|
5631
|
-
name: zod_1.z.string(),
|
|
5632
|
-
macros: zod_1.z.record(zod_1.z.string(), zod_1.z.string()).optional(),
|
|
5633
|
-
context_description: zod_1.z.string().optional()
|
|
5634
|
-
}).passthrough()).optional(),
|
|
5635
|
-
tags: zod_1.z.array(zod_1.z.string()).optional(),
|
|
5636
|
-
status: exports.CreativeStatusSchema.optional(),
|
|
5637
|
-
weight: zod_1.z.number().optional(),
|
|
5638
|
-
placement_ids: zod_1.z.array(zod_1.z.string()).optional(),
|
|
5639
|
-
industry_identifiers: zod_1.z.array(exports.IndustryIdentifierSchema).optional(),
|
|
5640
|
-
provenance: exports.ProvenanceSchema.optional()
|
|
5641
|
-
}).passthrough();
|
|
5570
|
+
exports.CreativeAsset1Schema = exports.CreativeAssetSchema;
|
|
5642
5571
|
exports.CreatePropertyListResponseSchema = zod_1.z.object({
|
|
5643
5572
|
list: exports.PropertyListSchema,
|
|
5644
5573
|
auth_token: zod_1.z.string(),
|
|
@@ -5728,7 +5657,24 @@ exports.FormatSchema = zod_1.z.object({
|
|
|
5728
5657
|
description: zod_1.z.string().optional(),
|
|
5729
5658
|
example_url: zod_1.z.string().optional(),
|
|
5730
5659
|
accepts_parameters: zod_1.z.array(exports.FormatIDParameterSchema).optional(),
|
|
5731
|
-
renders: zod_1.z.array(zod_1.z.union([zod_1.z.
|
|
5660
|
+
renders: zod_1.z.array(zod_1.z.union([zod_1.z.object({
|
|
5661
|
+
role: zod_1.z.string(),
|
|
5662
|
+
dimensions: zod_1.z.object({
|
|
5663
|
+
width: zod_1.z.number().optional(),
|
|
5664
|
+
height: zod_1.z.number().optional(),
|
|
5665
|
+
min_width: zod_1.z.number().optional(),
|
|
5666
|
+
min_height: zod_1.z.number().optional(),
|
|
5667
|
+
max_width: zod_1.z.number().optional(),
|
|
5668
|
+
max_height: zod_1.z.number().optional(),
|
|
5669
|
+
unit: exports.DimensionUnitSchema.optional(),
|
|
5670
|
+
responsive: zod_1.z.object({
|
|
5671
|
+
width: zod_1.z.boolean(),
|
|
5672
|
+
height: zod_1.z.boolean()
|
|
5673
|
+
}).passthrough().optional(),
|
|
5674
|
+
aspect_ratio: zod_1.z.string().optional()
|
|
5675
|
+
}).passthrough()
|
|
5676
|
+
}).passthrough(), zod_1.z.object({
|
|
5677
|
+
role: zod_1.z.string(),
|
|
5732
5678
|
parameters_from_format_id: zod_1.z.literal(true)
|
|
5733
5679
|
}).passthrough()])).optional(),
|
|
5734
5680
|
assets: zod_1.z.array(zod_1.z.union([exports.IndividualImageAssetSchema, exports.IndividualVideoAssetSchema, exports.IndividualAudioAssetSchema, exports.IndividualTextAssetSchema, exports.IndividualMarkdownAssetSchema, exports.IndividualHtmlAssetSchema, exports.IndividualCssAssetSchema, exports.IndividualJavaScriptAssetSchema, exports.IndividualVastAssetSchema, exports.IndividualDaastAssetSchema, exports.IndividualUrlAssetSchema, exports.IndividualWebhookAssetSchema, exports.IndividualBriefAssetSchema, exports.IndividualCatalogAssetSchema, exports.RepeatableGroupAssetSchema])).optional(),
|
|
@@ -5840,7 +5786,111 @@ exports.ListCreativeFormatsResponseSchema = zod_1.z.object({
|
|
|
5840
5786
|
context: exports.ContextObjectSchema.optional(),
|
|
5841
5787
|
ext: exports.ExtensionObjectSchema.optional()
|
|
5842
5788
|
}).passthrough();
|
|
5789
|
+
exports.CreateMediaBuyRequestSchema = zod_1.z.object({
|
|
5790
|
+
adcp_major_version: zod_1.z.number().optional(),
|
|
5791
|
+
idempotency_key: zod_1.z.string(),
|
|
5792
|
+
plan_id: zod_1.z.string().optional(),
|
|
5793
|
+
account: exports.AccountReferenceSchema,
|
|
5794
|
+
proposal_id: zod_1.z.string().optional(),
|
|
5795
|
+
total_budget: zod_1.z.object({
|
|
5796
|
+
amount: zod_1.z.number(),
|
|
5797
|
+
currency: zod_1.z.string()
|
|
5798
|
+
}).passthrough().optional(),
|
|
5799
|
+
packages: zod_1.z.array(exports.PackageRequestSchema).optional(),
|
|
5800
|
+
brand: exports.BrandReferenceSchema,
|
|
5801
|
+
advertiser_industry: exports.AdvertiserIndustrySchema.optional(),
|
|
5802
|
+
invoice_recipient: exports.BusinessEntitySchema.optional(),
|
|
5803
|
+
io_acceptance: zod_1.z.object({
|
|
5804
|
+
io_id: zod_1.z.string(),
|
|
5805
|
+
accepted_at: zod_1.z.string(),
|
|
5806
|
+
signatory: zod_1.z.string(),
|
|
5807
|
+
signature_id: zod_1.z.string().optional()
|
|
5808
|
+
}).passthrough().optional(),
|
|
5809
|
+
po_number: zod_1.z.string().optional(),
|
|
5810
|
+
agency_estimate_number: zod_1.z.string().optional(),
|
|
5811
|
+
start_time: exports.StartTimingSchema,
|
|
5812
|
+
end_time: zod_1.z.string(),
|
|
5813
|
+
push_notification_config: exports.PushNotificationConfigSchema.optional(),
|
|
5814
|
+
reporting_webhook: exports.ReportingWebhookSchema.optional(),
|
|
5815
|
+
artifact_webhook: zod_1.z.object({
|
|
5816
|
+
url: zod_1.z.string(),
|
|
5817
|
+
token: zod_1.z.string().optional(),
|
|
5818
|
+
authentication: zod_1.z.object({
|
|
5819
|
+
schemes: zod_1.z.array(exports.AuthenticationSchemeSchema),
|
|
5820
|
+
credentials: zod_1.z.string()
|
|
5821
|
+
}).passthrough(),
|
|
5822
|
+
delivery_mode: zod_1.z.union([zod_1.z.literal("realtime"), zod_1.z.literal("batched")]),
|
|
5823
|
+
batch_frequency: zod_1.z.union([zod_1.z.literal("hourly"), zod_1.z.literal("daily")]).optional(),
|
|
5824
|
+
sampling_rate: zod_1.z.number().optional()
|
|
5825
|
+
}).passthrough().optional(),
|
|
5826
|
+
context: exports.ContextObjectSchema.optional(),
|
|
5827
|
+
ext: exports.ExtensionObjectSchema.optional()
|
|
5828
|
+
}).passthrough();
|
|
5843
5829
|
exports.CreateMediaBuyResponseSchema = zod_1.z.union([exports.CreateMediaBuySuccessSchema, exports.CreateMediaBuyErrorSchema, exports.CreateMediaBuySubmittedSchema]);
|
|
5830
|
+
exports.UpdateMediaBuyRequestSchema = zod_1.z.object({
|
|
5831
|
+
adcp_major_version: zod_1.z.number().optional(),
|
|
5832
|
+
account: exports.AccountReferenceSchema,
|
|
5833
|
+
media_buy_id: zod_1.z.string(),
|
|
5834
|
+
revision: zod_1.z.number().optional(),
|
|
5835
|
+
paused: zod_1.z.boolean().optional(),
|
|
5836
|
+
canceled: zod_1.z.literal(true).optional(),
|
|
5837
|
+
cancellation_reason: zod_1.z.string().optional(),
|
|
5838
|
+
start_time: exports.StartTimingSchema.optional(),
|
|
5839
|
+
end_time: zod_1.z.string().optional(),
|
|
5840
|
+
packages: zod_1.z.array(exports.PackageUpdateSchema).optional(),
|
|
5841
|
+
invoice_recipient: exports.BusinessEntitySchema.optional(),
|
|
5842
|
+
new_packages: zod_1.z.array(exports.PackageRequestSchema).optional(),
|
|
5843
|
+
reporting_webhook: exports.ReportingWebhookSchema.optional(),
|
|
5844
|
+
push_notification_config: exports.PushNotificationConfigSchema.optional(),
|
|
5845
|
+
idempotency_key: zod_1.z.string(),
|
|
5846
|
+
context: exports.ContextObjectSchema.optional(),
|
|
5847
|
+
ext: exports.ExtensionObjectSchema.optional()
|
|
5848
|
+
}).passthrough();
|
|
5849
|
+
exports.BuildCreativeSuccessSchema = zod_1.z.object({
|
|
5850
|
+
creative_manifest: exports.CreativeManifestSchema,
|
|
5851
|
+
sandbox: zod_1.z.boolean().optional(),
|
|
5852
|
+
expires_at: zod_1.z.string().optional(),
|
|
5853
|
+
preview: zod_1.z.object({
|
|
5854
|
+
previews: zod_1.z.array(zod_1.z.object({
|
|
5855
|
+
preview_id: zod_1.z.string(),
|
|
5856
|
+
renders: zod_1.z.array(exports.PreviewRenderSchema),
|
|
5857
|
+
input: zod_1.z.object({
|
|
5858
|
+
name: zod_1.z.string(),
|
|
5859
|
+
macros: zod_1.z.record(zod_1.z.string(), zod_1.z.string()).optional(),
|
|
5860
|
+
context_description: zod_1.z.string().optional()
|
|
5861
|
+
}).passthrough()
|
|
5862
|
+
}).passthrough()),
|
|
5863
|
+
interactive_url: zod_1.z.string().optional(),
|
|
5864
|
+
expires_at: zod_1.z.string()
|
|
5865
|
+
}).passthrough().optional(),
|
|
5866
|
+
preview_error: exports.ErrorSchema.optional(),
|
|
5867
|
+
pricing_option_id: zod_1.z.string().optional(),
|
|
5868
|
+
vendor_cost: zod_1.z.number().optional(),
|
|
5869
|
+
currency: zod_1.z.string().optional(),
|
|
5870
|
+
consumption: exports.CreativeConsumptionSchema.optional(),
|
|
5871
|
+
context: exports.ContextObjectSchema.optional(),
|
|
5872
|
+
ext: exports.ExtensionObjectSchema.optional()
|
|
5873
|
+
}).passthrough();
|
|
5874
|
+
exports.PreviewCreativeResponseSchema = zod_1.z.union([exports.PreviewCreativeSingleResponseSchema, exports.PreviewCreativeBatchResponseSchema, exports.PreviewCreativeVariantResponseSchema]);
|
|
5875
|
+
exports.SyncCreativesRequestSchema = zod_1.z.object({
|
|
5876
|
+
adcp_major_version: zod_1.z.number().optional(),
|
|
5877
|
+
account: exports.AccountReferenceSchema,
|
|
5878
|
+
creatives: zod_1.z.array(exports.CreativeAssetSchema),
|
|
5879
|
+
creative_ids: zod_1.z.array(zod_1.z.string()).optional(),
|
|
5880
|
+
assignments: zod_1.z.array(zod_1.z.object({
|
|
5881
|
+
creative_id: zod_1.z.string(),
|
|
5882
|
+
package_id: zod_1.z.string(),
|
|
5883
|
+
weight: zod_1.z.number().optional(),
|
|
5884
|
+
placement_ids: zod_1.z.array(zod_1.z.string()).optional()
|
|
5885
|
+
}).passthrough()).optional(),
|
|
5886
|
+
idempotency_key: zod_1.z.string(),
|
|
5887
|
+
delete_missing: zod_1.z.boolean().optional(),
|
|
5888
|
+
dry_run: zod_1.z.boolean().optional(),
|
|
5889
|
+
validation_mode: exports.ValidationModeSchema.optional(),
|
|
5890
|
+
push_notification_config: exports.PushNotificationConfigSchema.optional(),
|
|
5891
|
+
context: exports.ContextObjectSchema.optional(),
|
|
5892
|
+
ext: exports.ExtensionObjectSchema.optional()
|
|
5893
|
+
}).passthrough();
|
|
5844
5894
|
exports.CreateCollectionListResponseSchema = zod_1.z.object({
|
|
5845
5895
|
list: exports.CollectionListSchema,
|
|
5846
5896
|
auth_token: zod_1.z.string(),
|
|
@@ -5851,38 +5901,8 @@ exports.CreateCollectionListResponseSchema = zod_1.z.object({
|
|
|
5851
5901
|
exports.SyncAccountsResponseSchema = zod_1.z.union([exports.SyncAccountsSuccessSchema, exports.SyncAccountsErrorSchema]);
|
|
5852
5902
|
exports.SyncGovernanceResponseSchema = zod_1.z.union([exports.SyncGovernanceSuccessSchema, exports.SyncGovernanceErrorSchema]);
|
|
5853
5903
|
exports.GetAccountFinancialsResponseSchema = zod_1.z.union([exports.GetAccountFinancialsSuccessSchema, exports.GetAccountFinancialsErrorSchema]);
|
|
5904
|
+
exports.BuildCreativeResponseSchema = zod_1.z.union([exports.BuildCreativeSuccessSchema, exports.BuildCreativeMultiSuccessSchema, exports.BuildCreativeErrorSchema]);
|
|
5854
5905
|
exports.AdCPAsyncResponseDataSchema = zod_1.z.union([exports.GetProductsResponseSchema, exports.GetProductsAsyncWorkingSchema, exports.GetProductsAsyncInputRequiredSchema, exports.GetProductsAsyncSubmittedSchema, exports.CreateMediaBuyResponseSchema, exports.CreateMediaBuyAsyncWorkingSchema, exports.CreateMediaBuyAsyncInputRequiredSchema, exports.CreateMediaBuyAsyncSubmittedSchema, exports.UpdateMediaBuyResponseSchema, exports.UpdateMediaBuyAsyncWorkingSchema, exports.UpdateMediaBuyAsyncInputRequiredSchema, exports.UpdateMediaBuyAsyncSubmittedSchema, exports.BuildCreativeResponseSchema, exports.BuildCreativeAsyncWorkingSchema, exports.BuildCreativeAsyncInputRequiredSchema, exports.BuildCreativeAsyncSubmittedSchema, exports.SyncCreativesResponseSchema, exports.SyncCreativesAsyncWorkingSchema, exports.SyncCreativesAsyncInputRequiredSchema, exports.SyncCreativesAsyncSubmittedSchema, exports.SyncCatalogsResponseSchema, exports.SyncCatalogsAsyncWorkingSchema, exports.SyncCatalogsAsyncInputRequiredSchema, exports.SyncCatalogsAsyncSubmittedSchema]);
|
|
5855
|
-
exports.ComplyTestControllerRequestSchema = zod_1.z.object({
|
|
5856
|
-
scenario: zod_1.z.union([zod_1.z.literal("list_scenarios"), zod_1.z.literal("force_creative_status"), zod_1.z.literal("force_account_status"), zod_1.z.literal("force_media_buy_status"), zod_1.z.literal("force_create_media_buy_arm"), zod_1.z.literal("force_task_completion"), zod_1.z.literal("force_session_status"), zod_1.z.literal("simulate_delivery"), zod_1.z.literal("simulate_budget_spend"), zod_1.z.literal("seed_product"), zod_1.z.literal("seed_pricing_option"), zod_1.z.literal("seed_creative"), zod_1.z.literal("seed_plan"), zod_1.z.literal("seed_media_buy"), zod_1.z.literal("seed_creative_format")]),
|
|
5857
|
-
params: zod_1.z.object({
|
|
5858
|
-
creative_id: zod_1.z.string().optional(),
|
|
5859
|
-
account_id: zod_1.z.string().optional(),
|
|
5860
|
-
media_buy_id: zod_1.z.string().optional(),
|
|
5861
|
-
session_id: zod_1.z.string().optional(),
|
|
5862
|
-
product_id: zod_1.z.string().optional(),
|
|
5863
|
-
pricing_option_id: zod_1.z.string().optional(),
|
|
5864
|
-
plan_id: zod_1.z.string().optional(),
|
|
5865
|
-
fixture: zod_1.z.object({}).passthrough().optional(),
|
|
5866
|
-
status: zod_1.z.string().optional(),
|
|
5867
|
-
rejection_reason: zod_1.z.string().optional(),
|
|
5868
|
-
termination_reason: zod_1.z.string().optional(),
|
|
5869
|
-
impressions: zod_1.z.number().optional(),
|
|
5870
|
-
clicks: zod_1.z.number().optional(),
|
|
5871
|
-
conversions: zod_1.z.number().optional(),
|
|
5872
|
-
reported_spend: zod_1.z.object({
|
|
5873
|
-
amount: zod_1.z.number(),
|
|
5874
|
-
currency: zod_1.z.string()
|
|
5875
|
-
}).passthrough().optional(),
|
|
5876
|
-
spend_percentage: zod_1.z.number().optional(),
|
|
5877
|
-
arm: zod_1.z.union([zod_1.z.literal("submitted"), zod_1.z.literal("input-required")]).optional(),
|
|
5878
|
-
task_id: zod_1.z.string().optional(),
|
|
5879
|
-
message: zod_1.z.string().optional(),
|
|
5880
|
-
format_id: zod_1.z.string().optional(),
|
|
5881
|
-
result: exports.AdCPAsyncResponseDataSchema.optional()
|
|
5882
|
-
}).passthrough().optional(),
|
|
5883
|
-
context: exports.ContextObjectSchema.optional(),
|
|
5884
|
-
ext: exports.ExtensionObjectSchema.optional()
|
|
5885
|
-
}).passthrough();
|
|
5886
5906
|
exports.ComplyTestControllerResponseSchema = zod_1.z.union([exports.ListScenariosSuccessSchema, exports.StateTransitionSuccessSchema, exports.SimulationSuccessSchema, exports.ForcedDirectiveSuccessSchema, exports.SeedSuccessSchema, exports.ControllerErrorSchema]);
|
|
5887
5907
|
exports.MCPWebhookPayloadSchema = zod_1.z.object({
|
|
5888
5908
|
idempotency_key: zod_1.z.string(),
|
|
@@ -5945,4 +5965,35 @@ exports.CatalogRequirementsSchema = zod_1.z.object({
|
|
|
5945
5965
|
offering_asset_constraints: zod_1.z.array(exports.OfferingAssetConstraintSchema).optional(),
|
|
5946
5966
|
field_bindings: zod_1.z.array(exports.CatalogFieldBindingSchema).optional()
|
|
5947
5967
|
}).passthrough();
|
|
5968
|
+
exports.ComplyTestControllerRequestSchema = zod_1.z.object({
|
|
5969
|
+
scenario: zod_1.z.union([zod_1.z.literal("list_scenarios"), zod_1.z.literal("force_creative_status"), zod_1.z.literal("force_account_status"), zod_1.z.literal("force_media_buy_status"), zod_1.z.literal("force_create_media_buy_arm"), zod_1.z.literal("force_task_completion"), zod_1.z.literal("force_session_status"), zod_1.z.literal("simulate_delivery"), zod_1.z.literal("simulate_budget_spend"), zod_1.z.literal("seed_product"), zod_1.z.literal("seed_pricing_option"), zod_1.z.literal("seed_creative"), zod_1.z.literal("seed_plan"), zod_1.z.literal("seed_media_buy"), zod_1.z.literal("seed_creative_format")]),
|
|
5970
|
+
params: zod_1.z.object({
|
|
5971
|
+
creative_id: zod_1.z.string().optional(),
|
|
5972
|
+
account_id: zod_1.z.string().optional(),
|
|
5973
|
+
media_buy_id: zod_1.z.string().optional(),
|
|
5974
|
+
session_id: zod_1.z.string().optional(),
|
|
5975
|
+
product_id: zod_1.z.string().optional(),
|
|
5976
|
+
pricing_option_id: zod_1.z.string().optional(),
|
|
5977
|
+
plan_id: zod_1.z.string().optional(),
|
|
5978
|
+
fixture: zod_1.z.object({}).passthrough().optional(),
|
|
5979
|
+
status: zod_1.z.string().optional(),
|
|
5980
|
+
rejection_reason: zod_1.z.string().optional(),
|
|
5981
|
+
termination_reason: zod_1.z.string().optional(),
|
|
5982
|
+
impressions: zod_1.z.number().optional(),
|
|
5983
|
+
clicks: zod_1.z.number().optional(),
|
|
5984
|
+
conversions: zod_1.z.number().optional(),
|
|
5985
|
+
reported_spend: zod_1.z.object({
|
|
5986
|
+
amount: zod_1.z.number(),
|
|
5987
|
+
currency: zod_1.z.string()
|
|
5988
|
+
}).passthrough().optional(),
|
|
5989
|
+
spend_percentage: zod_1.z.number().optional(),
|
|
5990
|
+
arm: zod_1.z.union([zod_1.z.literal("submitted"), zod_1.z.literal("input-required")]).optional(),
|
|
5991
|
+
task_id: zod_1.z.string().optional(),
|
|
5992
|
+
message: zod_1.z.string().optional(),
|
|
5993
|
+
format_id: zod_1.z.string().optional(),
|
|
5994
|
+
result: exports.AdCPAsyncResponseDataSchema.optional()
|
|
5995
|
+
}).passthrough().optional(),
|
|
5996
|
+
context: exports.ContextObjectSchema.optional(),
|
|
5997
|
+
ext: exports.ExtensionObjectSchema.optional()
|
|
5998
|
+
}).passthrough();
|
|
5948
5999
|
//# sourceMappingURL=schemas.generated.js.map
|