@adcp/sdk 6.7.0 → 6.9.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/bin/adcp.js +15 -3
- package/compliance/cache/{3.0.5 → 3.0.6}/domains/media-buy/scenarios/inventory_list_targeting.yaml +5 -0
- package/compliance/cache/{3.0.5 → 3.0.6}/index.json +2 -2
- package/compliance/cache/{3.0.5 → 3.0.6}/protocols/media-buy/scenarios/inventory_list_targeting.yaml +5 -0
- package/compliance/cache/{3.0.5 → 3.0.6}/specialisms/sales-guaranteed/index.yaml +1 -1
- package/compliance/cache/{3.0.5 → 3.0.6}/universal/storyboard-schema.yaml +15 -0
- package/dist/lib/adapters/derived-account-store.d.ts +152 -0
- package/dist/lib/adapters/derived-account-store.d.ts.map +1 -0
- package/dist/lib/adapters/derived-account-store.js +135 -0
- package/dist/lib/adapters/derived-account-store.js.map +1 -0
- package/dist/lib/adapters/implicit-account-store.d.ts +3 -1
- package/dist/lib/adapters/implicit-account-store.d.ts.map +1 -1
- package/dist/lib/adapters/implicit-account-store.js +3 -1
- package/dist/lib/adapters/implicit-account-store.js.map +1 -1
- package/dist/lib/adapters/index.d.ts +1 -0
- package/dist/lib/adapters/index.d.ts.map +1 -1
- package/dist/lib/adapters/index.js +7 -1
- package/dist/lib/adapters/index.js.map +1 -1
- package/dist/lib/adapters/oauth-passthrough-resolver.d.ts +3 -1
- package/dist/lib/adapters/oauth-passthrough-resolver.d.ts.map +1 -1
- package/dist/lib/adapters/oauth-passthrough-resolver.js +3 -1
- package/dist/lib/adapters/oauth-passthrough-resolver.js.map +1 -1
- package/dist/lib/adapters/roster-account-store.d.ts +85 -24
- package/dist/lib/adapters/roster-account-store.d.ts.map +1 -1
- package/dist/lib/adapters/roster-account-store.js +52 -30
- package/dist/lib/adapters/roster-account-store.js.map +1 -1
- package/dist/lib/core/AgentClient.d.ts.map +1 -1
- package/dist/lib/core/AgentClient.js +20 -0
- package/dist/lib/core/AgentClient.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 +13 -8
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/mock-server/creative-ad-server/seed-data.d.ts +81 -0
- package/dist/lib/mock-server/creative-ad-server/seed-data.d.ts.map +1 -0
- package/dist/lib/mock-server/creative-ad-server/seed-data.js +200 -0
- package/dist/lib/mock-server/creative-ad-server/seed-data.js.map +1 -0
- package/dist/lib/mock-server/creative-ad-server/server.d.ts +39 -0
- package/dist/lib/mock-server/creative-ad-server/server.d.ts.map +1 -0
- package/dist/lib/mock-server/creative-ad-server/server.js +618 -0
- package/dist/lib/mock-server/creative-ad-server/server.js.map +1 -0
- package/dist/lib/mock-server/creative-template/seed-data.d.ts +1 -1
- package/dist/lib/mock-server/creative-template/seed-data.d.ts.map +1 -1
- package/dist/lib/mock-server/creative-template/seed-data.js +53 -0
- package/dist/lib/mock-server/creative-template/seed-data.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 +12 -0
- package/dist/lib/mock-server/creative-template/server.js.map +1 -1
- package/dist/lib/mock-server/index.d.ts.map +1 -1
- package/dist/lib/mock-server/index.js +180 -24
- package/dist/lib/mock-server/index.js.map +1 -1
- package/dist/lib/mock-server/sales-non-guaranteed/seed-data.d.ts +66 -0
- package/dist/lib/mock-server/sales-non-guaranteed/seed-data.d.ts.map +1 -0
- package/dist/lib/mock-server/sales-non-guaranteed/seed-data.js +193 -0
- package/dist/lib/mock-server/sales-non-guaranteed/seed-data.js.map +1 -0
- package/dist/lib/mock-server/sales-non-guaranteed/server.d.ts +33 -0
- package/dist/lib/mock-server/sales-non-guaranteed/server.d.ts.map +1 -0
- package/dist/lib/mock-server/sales-non-guaranteed/server.js +782 -0
- package/dist/lib/mock-server/sales-non-guaranteed/server.js.map +1 -0
- package/dist/lib/mock-server/sponsored-intelligence/seed-data.d.ts +50 -0
- package/dist/lib/mock-server/sponsored-intelligence/seed-data.d.ts.map +1 -0
- package/dist/lib/mock-server/sponsored-intelligence/seed-data.js +133 -0
- package/dist/lib/mock-server/sponsored-intelligence/seed-data.js.map +1 -0
- package/dist/lib/mock-server/sponsored-intelligence/server.d.ts +13 -0
- package/dist/lib/mock-server/sponsored-intelligence/server.d.ts.map +1 -0
- package/dist/lib/mock-server/sponsored-intelligence/server.js +609 -0
- package/dist/lib/mock-server/sponsored-intelligence/server.js.map +1 -0
- package/dist/lib/protocols/mcp.d.ts.map +1 -1
- package/dist/lib/protocols/mcp.js +1 -41
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/get-creative-features-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/get-creative-features-response.json +2 -2
- 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 +2 -2
- 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 +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/preview-creative-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/preview-creative-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/sync-creatives-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/sync-creatives-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/build-creative-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/build-creative-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/create-media-buy-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/create-media-buy-response.json +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/package-request.json +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/update-media-buy-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/update-media-buy-response.json +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +15 -15
- 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 +3 -3
- 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 -6
- 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 -7
- 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 +1 -1
- 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 +15 -15
- 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 +1 -1
- 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 -14
- 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 +3 -3
- 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 +1 -1
- package/dist/lib/schemas-data/3.0/error-details/audience-too-small.json +1 -1
- package/dist/lib/schemas-data/3.0/error-details/budget-too-low.json +1 -1
- package/dist/lib/schemas-data/3.0/error-details/conflict.json +1 -1
- package/dist/lib/schemas-data/3.0/error-details/creative-rejected.json +1 -1
- package/dist/lib/schemas-data/3.0/error-details/policy-violation.json +1 -1
- 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 +5 -5
- package/dist/lib/schemas-data/3.0/manifest.schema.json +1 -1
- 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 +25 -25
- 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/account-mode.d.ts +113 -0
- package/dist/lib/server/account-mode.d.ts.map +1 -0
- package/dist/lib/server/account-mode.js +125 -0
- package/dist/lib/server/account-mode.js.map +1 -0
- package/dist/lib/server/adcp-server.js +41 -0
- package/dist/lib/server/adcp-server.js.map +1 -1
- package/dist/lib/server/auth.d.ts +35 -0
- package/dist/lib/server/auth.d.ts.map +1 -1
- package/dist/lib/server/auth.js.map +1 -1
- package/dist/lib/server/create-adcp-server.d.ts +26 -9
- package/dist/lib/server/create-adcp-server.d.ts.map +1 -1
- package/dist/lib/server/create-adcp-server.js +46 -20
- package/dist/lib/server/create-adcp-server.js.map +1 -1
- package/dist/lib/server/ctx-metadata/store.d.ts +1 -1
- package/dist/lib/server/ctx-metadata/store.d.ts.map +1 -1
- package/dist/lib/server/ctx-metadata/store.js +1 -0
- package/dist/lib/server/ctx-metadata/store.js.map +1 -1
- package/dist/lib/server/decisioning/account.d.ts +19 -0
- package/dist/lib/server/decisioning/account.d.ts.map +1 -1
- package/dist/lib/server/decisioning/account.js.map +1 -1
- package/dist/lib/server/decisioning/buyer-agent.d.ts +37 -4
- package/dist/lib/server/decisioning/buyer-agent.d.ts.map +1 -1
- package/dist/lib/server/decisioning/buyer-agent.js +12 -2
- package/dist/lib/server/decisioning/buyer-agent.js.map +1 -1
- package/dist/lib/server/decisioning/compose.d.ts +33 -2
- package/dist/lib/server/decisioning/compose.d.ts.map +1 -1
- package/dist/lib/server/decisioning/compose.js +13 -46
- package/dist/lib/server/decisioning/compose.js.map +1 -1
- package/dist/lib/server/decisioning/index.d.ts +2 -1
- package/dist/lib/server/decisioning/index.d.ts.map +1 -1
- package/dist/lib/server/decisioning/index.js +2 -1
- package/dist/lib/server/decisioning/index.js.map +1 -1
- package/dist/lib/server/decisioning/platform-helpers.d.ts +18 -0
- package/dist/lib/server/decisioning/platform-helpers.d.ts.map +1 -1
- package/dist/lib/server/decisioning/platform-helpers.js +20 -0
- package/dist/lib/server/decisioning/platform-helpers.js.map +1 -1
- package/dist/lib/server/decisioning/platform.d.ts +19 -21
- 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/runtime/entity-hydration.generated.js +1 -1
- package/dist/lib/server/decisioning/runtime/from-platform.d.ts.map +1 -1
- package/dist/lib/server/decisioning/runtime/from-platform.js +369 -54
- package/dist/lib/server/decisioning/runtime/from-platform.js.map +1 -1
- package/dist/lib/server/decisioning/runtime/observed-modes.d.ts +40 -0
- package/dist/lib/server/decisioning/runtime/observed-modes.d.ts.map +1 -0
- package/dist/lib/server/decisioning/runtime/observed-modes.js +82 -0
- package/dist/lib/server/decisioning/runtime/observed-modes.js.map +1 -0
- package/dist/lib/server/decisioning/runtime/protocol-for-tool.js +2 -2
- package/dist/lib/server/decisioning/runtime/protocol-for-tool.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 +9 -1
- package/dist/lib/server/decisioning/runtime/validate-platform.js.map +1 -1
- package/dist/lib/server/decisioning/specialisms/sponsored-intelligence.d.ts +125 -0
- package/dist/lib/server/decisioning/specialisms/sponsored-intelligence.d.ts.map +1 -0
- package/dist/lib/server/decisioning/specialisms/sponsored-intelligence.js +52 -0
- package/dist/lib/server/decisioning/specialisms/sponsored-intelligence.js.map +1 -0
- package/dist/lib/server/decisioning/tenant-registry.d.ts +16 -0
- package/dist/lib/server/decisioning/tenant-registry.d.ts.map +1 -1
- package/dist/lib/server/decisioning/tenant-registry.js.map +1 -1
- package/dist/lib/server/index.d.ts +5 -1
- package/dist/lib/server/index.d.ts.map +1 -1
- package/dist/lib/server/index.js +15 -3
- package/dist/lib/server/index.js.map +1 -1
- package/dist/lib/server/serve.js +20 -2
- package/dist/lib/server/serve.js.map +1 -1
- package/dist/lib/server/socket-mode/conformance-client.d.ts +83 -0
- package/dist/lib/server/socket-mode/conformance-client.d.ts.map +1 -0
- package/dist/lib/server/socket-mode/conformance-client.js +117 -0
- package/dist/lib/server/socket-mode/conformance-client.js.map +1 -0
- package/dist/lib/server/socket-mode/index.d.ts +15 -0
- package/dist/lib/server/socket-mode/index.d.ts.map +1 -0
- package/dist/lib/server/socket-mode/index.js +20 -0
- package/dist/lib/server/socket-mode/index.js.map +1 -0
- package/dist/lib/server/socket-mode/ws-transport.d.ts +26 -0
- package/dist/lib/server/socket-mode/ws-transport.d.ts.map +1 -0
- package/dist/lib/server/socket-mode/ws-transport.js +93 -0
- package/dist/lib/server/socket-mode/ws-transport.js.map +1 -0
- package/dist/lib/server/test-controller.d.ts +3 -0
- package/dist/lib/server/test-controller.d.ts.map +1 -1
- package/dist/lib/server/test-controller.js +23 -20
- package/dist/lib/server/test-controller.js.map +1 -1
- package/dist/lib/testing/comply-controller.d.ts +65 -3
- package/dist/lib/testing/comply-controller.d.ts.map +1 -1
- package/dist/lib/testing/comply-controller.js +32 -3
- package/dist/lib/testing/comply-controller.js.map +1 -1
- package/dist/lib/testing/index.d.ts +1 -1
- package/dist/lib/testing/index.d.ts.map +1 -1
- package/dist/lib/testing/index.js.map +1 -1
- package/dist/lib/testing/storyboard/request-builder.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/request-builder.js +63 -40
- package/dist/lib/testing/storyboard/request-builder.js.map +1 -1
- package/dist/lib/testing/storyboard/validations.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/validations.js +36 -54
- package/dist/lib/testing/storyboard/validations.js.map +1 -1
- package/dist/lib/testing/test-controller.d.ts +10 -4
- package/dist/lib/testing/test-controller.d.ts.map +1 -1
- package/dist/lib/testing/test-controller.js +9 -3
- package/dist/lib/testing/test-controller.js.map +1 -1
- package/dist/lib/types/core.generated.d.ts +54 -14
- 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 +2 -2
- package/dist/lib/types/index.d.ts +4 -3
- package/dist/lib/types/index.d.ts.map +1 -1
- package/dist/lib/types/index.js +3 -0
- package/dist/lib/types/index.js.map +1 -1
- package/dist/lib/types/manifest.generated.d.ts +5 -5
- package/dist/lib/types/manifest.generated.js +3 -3
- package/dist/lib/types/manifest.generated.js.map +1 -1
- package/dist/lib/types/schemas.generated.d.ts +465 -381
- package/dist/lib/types/schemas.generated.d.ts.map +1 -1
- package/dist/lib/types/schemas.generated.js +171 -143
- package/dist/lib/types/schemas.generated.js.map +1 -1
- package/dist/lib/types/tools.generated.d.ts +42 -14
- package/dist/lib/types/tools.generated.d.ts.map +1 -1
- package/dist/lib/utils/glob.d.ts +4 -2
- package/dist/lib/utils/glob.d.ts.map +1 -1
- package/dist/lib/utils/glob.js +4 -2
- package/dist/lib/utils/glob.js.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 +6 -5
- package/dist/lib/version.js.map +1 -1
- package/docs/llms.txt +5 -4
- package/examples/README.md +29 -13
- package/examples/hello-cluster.ts +62 -23
- package/examples/hello_creative_adapter_ad_server.ts +809 -0
- package/examples/hello_creative_adapter_template.ts +61 -6
- package/examples/hello_seller_adapter_guaranteed.ts +158 -25
- package/examples/hello_seller_adapter_multi_tenant.ts +39 -5
- package/examples/hello_seller_adapter_non_guaranteed.ts +1071 -0
- package/examples/hello_seller_adapter_social.ts +1 -1
- package/examples/hello_si_adapter_brand.ts +572 -0
- package/examples/hello_signals_adapter_marketplace.ts +34 -29
- package/package.json +7 -5
- package/skills/SHAPE-GOTCHAS.md +18 -0
- package/skills/build-brand-rights-agent/SKILL.md +61 -597
- package/skills/build-creative-agent/SKILL.md +69 -830
- package/skills/build-generative-seller-agent/SKILL.md +43 -577
- package/skills/build-governance-agent/SKILL.md +63 -950
- package/skills/build-holdco-agent/SKILL.md +8 -0
- package/skills/build-retail-media-agent/SKILL.md +46 -478
- package/skills/build-seller-agent/SKILL.md +53 -1795
- package/skills/build-seller-agent/specialisms/sales-non-guaranteed.md +9 -31
- package/skills/build-si-agent/SKILL.md +55 -318
- package/skills/build-signals-agent/SKILL.md +49 -537
- package/skills/call-adcp-agent/SKILL.md +7 -1
- package/skills/cross-cutting.md +84 -0
- package/skills/call-adcp-agent.previous/SKILL.md +0 -261
- /package/compliance/cache/{3.0.5 → 3.0.6}/domains/brand/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/domains/creative/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/domains/governance/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/domains/media-buy/creative-reception.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/domains/media-buy/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/domains/media-buy/scenarios/create_media_buy_async.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/domains/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/domains/media-buy/scenarios/delivery_reporting.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/domains/media-buy/scenarios/governance_approved.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/domains/media-buy/scenarios/governance_conditions.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/domains/media-buy/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/domains/media-buy/scenarios/governance_denied_recovery.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/domains/media-buy/scenarios/invalid_transitions.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/domains/media-buy/scenarios/inventory_list_no_match.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/domains/media-buy/scenarios/measurement_terms_rejected.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/domains/media-buy/scenarios/pending_creatives_to_start.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/domains/media-buy/scenarios/proposal_finalize.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/domains/media-buy/scenarios/refine_products.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/domains/media-buy/state-machine.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/domains/signals/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/domains/sponsored-intelligence/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/protocols/brand/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/protocols/creative/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/protocols/governance/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/protocols/media-buy/creative-reception.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/protocols/media-buy/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/protocols/media-buy/scenarios/create_media_buy_async.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/protocols/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/protocols/media-buy/scenarios/delivery_reporting.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/protocols/media-buy/scenarios/governance_approved.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/protocols/media-buy/scenarios/governance_conditions.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/protocols/media-buy/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/protocols/media-buy/scenarios/governance_denied_recovery.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/protocols/media-buy/scenarios/invalid_transitions.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/protocols/media-buy/scenarios/inventory_list_no_match.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/protocols/media-buy/scenarios/measurement_terms_rejected.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/protocols/media-buy/scenarios/pending_creatives_to_start.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/protocols/media-buy/scenarios/proposal_finalize.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/protocols/media-buy/scenarios/refine_products.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/protocols/media-buy/state-machine.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/protocols/signals/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/protocols/sponsored-intelligence/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/specialisms/audience-sync/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/specialisms/brand-rights/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/specialisms/brand-rights/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/specialisms/collection-lists/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/specialisms/content-standards/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/specialisms/creative-ad-server/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/specialisms/creative-generative/generative-seller.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/specialisms/creative-generative/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/specialisms/creative-template/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/specialisms/governance-aware-seller/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/specialisms/governance-delivery-monitor/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/specialisms/governance-spend-authority/denied.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/specialisms/governance-spend-authority/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/specialisms/property-lists/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/specialisms/sales-broadcast-tv/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/specialisms/sales-catalog-driven/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/specialisms/sales-non-guaranteed/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/specialisms/sales-proposal-mode/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/specialisms/sales-social/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/specialisms/signal-marketplace/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/specialisms/signal-marketplace/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/specialisms/signal-owned/index.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-kits/acme-outdoor.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-kits/bistro-oranje.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-kits/nova-motors.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-kits/osei-natural.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-kits/signed-requests-runner.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-kits/substitution-observer-runner.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-kits/summit-foods.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-kits/webhook-receiver-runner.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/plan-hash/001-minimal-plan.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/plan-hash/002-full-plan.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/plan-hash/003-bookkeeping-stripped.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/plan-hash/004a-human-review-omitted.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/plan-hash/004b-human-review-explicit-null.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/plan-hash/005a-policy-categories-order-1.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/plan-hash/005b-policy-categories-order-2.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/plan-hash/006a-ext-trace-v1.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/plan-hash/006b-ext-trace-v2.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/plan-hash/007-unicode-objectives.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/plan-hash/008-numeric-canonicalization.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/README.md +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/canonicalization.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/keys.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/001-no-signature-header.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/002-wrong-tag.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/003-expired-signature.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/004-window-too-long.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/005-alg-not-allowed.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/006-missing-covered-component.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/007-missing-content-digest.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/008-unknown-keyid.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/009-key-ops-missing-verify.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/010-content-digest-mismatch.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/011-malformed-header.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/012-missing-expires-param.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/013-expires-le-created.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/014-missing-nonce-param.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/015-signature-invalid.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/016-replayed-nonce.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/017-key-revoked.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/018-digest-covered-when-forbidden.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/019-signature-without-signature-input.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/020-rate-abuse.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/021-duplicate-signature-input-label.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/022-multi-valued-content-type.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/023-multi-valued-content-digest.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/024-unquoted-string-param.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/025-jwk-alg-crv-mismatch.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/026-non-ascii-host.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/negative/027-webhook-registration-authentication-unsigned.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/positive/001-basic-post.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/positive/002-post-with-content-digest.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/positive/003-es256-post.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/positive/004-multiple-signature-labels.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/positive/005-default-port-stripped.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/positive/006-dot-segment-path.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/positive/007-query-byte-preserved.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/positive/008-percent-encoded-path.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/positive/009-percent-encoded-unreserved-decoded.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/positive/010-percent-encoded-slash-preserved.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/positive/011-ipv6-authority.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/request-signing/positive/012-ipv6-authority-default-port-stripped.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/README.md +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/keys.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/negative/001-wrong-tag.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/negative/002-expired-signature.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/negative/003-window-too-long.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/negative/004-alg-not-allowed.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/negative/005-missing-authority-component.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/negative/006-missing-content-digest.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/negative/007-unknown-keyid.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/negative/008-wrong-adcp-use.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/negative/009-content-digest-mismatch.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/negative/010-malformed-signature-input.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/negative/011-signature-without-input.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/negative/012-missing-expires-param.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/negative/013-expires-le-created.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/negative/014-missing-nonce-param.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/negative/015-signature-invalid.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/negative/016-replayed-nonce.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/negative/017-key-revoked.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/negative/018-rate-abuse.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/negative/019-revocation-stale.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/negative/020-key-ops-missing-verify.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/negative/021-base64-alphabet-mixing.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/positive/001-basic-post.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/positive/002-es256-post.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/positive/003-multiple-signature-labels.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/positive/004-default-port-stripped.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/positive/005-percent-encoded-path.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/positive/006-query-byte-preserved.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/test-vectors/webhook-signing/positive/007-body-without-idempotency-key.json +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/universal/capability-discovery.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/universal/collection-lists-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/universal/content-standards-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/universal/deterministic-testing.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/universal/error-compliance.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/universal/fictional-entities.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/universal/get-media-buys-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/universal/get-signals-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/universal/idempotency.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/universal/pagination-integrity-creative-formats.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/universal/pagination-integrity-list-accounts.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/universal/pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/universal/property-lists-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/universal/runner-output-contract.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/universal/schema-validation.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/universal/security.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/universal/signed-requests.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/universal/v3-envelope-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.5 → 3.0.6}/universal/webhook-emission.yaml +0 -0
|
@@ -9008,6 +9008,111 @@ export declare const FlightItemSchema: z.ZodObject<{
|
|
|
9008
9008
|
}, z.core.$loose>;
|
|
9009
9009
|
export declare const FormatIDParameterSchema: z.ZodUnion<readonly [z.ZodLiteral<"dimensions">, z.ZodLiteral<"duration">]>;
|
|
9010
9010
|
export declare const DimensionUnitSchema: z.ZodUnion<readonly [z.ZodLiteral<"px">, z.ZodLiteral<"dp">, z.ZodLiteral<"inches">, z.ZodLiteral<"cm">, z.ZodLiteral<"mm">, z.ZodLiteral<"pt">]>;
|
|
9011
|
+
export declare const ImageAssetRequirementsSchema: z.ZodObject<{
|
|
9012
|
+
min_width: z.ZodOptional<z.ZodNumber>;
|
|
9013
|
+
max_width: z.ZodOptional<z.ZodNumber>;
|
|
9014
|
+
min_height: z.ZodOptional<z.ZodNumber>;
|
|
9015
|
+
max_height: z.ZodOptional<z.ZodNumber>;
|
|
9016
|
+
unit: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"px">, z.ZodLiteral<"dp">, z.ZodLiteral<"inches">, z.ZodLiteral<"cm">, z.ZodLiteral<"mm">, z.ZodLiteral<"pt">]>>;
|
|
9017
|
+
aspect_ratio: z.ZodOptional<z.ZodString>;
|
|
9018
|
+
formats: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"jpg">, z.ZodLiteral<"jpeg">, z.ZodLiteral<"png">, z.ZodLiteral<"gif">, z.ZodLiteral<"webp">, z.ZodLiteral<"svg">, z.ZodLiteral<"avif">, z.ZodLiteral<"tiff">, z.ZodLiteral<"pdf">, z.ZodLiteral<"eps">]>>>;
|
|
9019
|
+
min_dpi: z.ZodOptional<z.ZodNumber>;
|
|
9020
|
+
bleed: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
9021
|
+
uniform: z.ZodNumber;
|
|
9022
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
9023
|
+
top: z.ZodNumber;
|
|
9024
|
+
right: z.ZodNumber;
|
|
9025
|
+
bottom: z.ZodNumber;
|
|
9026
|
+
left: z.ZodNumber;
|
|
9027
|
+
}, z.core.$loose>]>>;
|
|
9028
|
+
color_space: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"rgb">, z.ZodLiteral<"cmyk">, z.ZodLiteral<"grayscale">]>>;
|
|
9029
|
+
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
9030
|
+
transparency_required: z.ZodOptional<z.ZodBoolean>;
|
|
9031
|
+
animation_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
9032
|
+
max_animation_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
9033
|
+
max_weight_grams: z.ZodOptional<z.ZodNumber>;
|
|
9034
|
+
}, z.core.$loose>;
|
|
9035
|
+
export declare const VideoAssetRequirementsSchema: z.ZodObject<{
|
|
9036
|
+
min_width: z.ZodOptional<z.ZodNumber>;
|
|
9037
|
+
max_width: z.ZodOptional<z.ZodNumber>;
|
|
9038
|
+
min_height: z.ZodOptional<z.ZodNumber>;
|
|
9039
|
+
max_height: z.ZodOptional<z.ZodNumber>;
|
|
9040
|
+
aspect_ratio: z.ZodOptional<z.ZodString>;
|
|
9041
|
+
min_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
9042
|
+
max_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
9043
|
+
containers: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mp4">, z.ZodLiteral<"webm">, z.ZodLiteral<"mov">, z.ZodLiteral<"avi">, z.ZodLiteral<"mkv">]>>>;
|
|
9044
|
+
codecs: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"h264">, z.ZodLiteral<"h265">, z.ZodLiteral<"vp8">, z.ZodLiteral<"vp9">, z.ZodLiteral<"av1">, z.ZodLiteral<"prores">]>>>;
|
|
9045
|
+
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
9046
|
+
min_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
9047
|
+
max_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
9048
|
+
frame_rates: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
9049
|
+
audio_required: z.ZodOptional<z.ZodBoolean>;
|
|
9050
|
+
frame_rate_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"constant">, z.ZodLiteral<"variable">]>>;
|
|
9051
|
+
scan_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"progressive">, z.ZodLiteral<"interlaced">]>>;
|
|
9052
|
+
gop_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"closed">, z.ZodLiteral<"open">]>>;
|
|
9053
|
+
min_gop_interval_seconds: z.ZodOptional<z.ZodNumber>;
|
|
9054
|
+
max_gop_interval_seconds: z.ZodOptional<z.ZodNumber>;
|
|
9055
|
+
moov_atom_position: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"start">, z.ZodLiteral<"end">]>>;
|
|
9056
|
+
audio_codecs: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"aac">, z.ZodLiteral<"pcm">, z.ZodLiteral<"ac3">, z.ZodLiteral<"eac3">, z.ZodLiteral<"mp3">, z.ZodLiteral<"opus">, z.ZodLiteral<"vorbis">, z.ZodLiteral<"flac">]>>>;
|
|
9057
|
+
audio_sample_rates: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
9058
|
+
audio_channels: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mono">, z.ZodLiteral<"stereo">, z.ZodLiteral<"5.1">, z.ZodLiteral<"7.1">]>>>;
|
|
9059
|
+
loudness_lufs: z.ZodOptional<z.ZodNumber>;
|
|
9060
|
+
loudness_tolerance_db: z.ZodOptional<z.ZodNumber>;
|
|
9061
|
+
true_peak_dbfs: z.ZodOptional<z.ZodNumber>;
|
|
9062
|
+
}, z.core.$loose>;
|
|
9063
|
+
export declare const AudioAssetRequirementsSchema: z.ZodObject<{
|
|
9064
|
+
min_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
9065
|
+
max_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
9066
|
+
formats: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mp3">, z.ZodLiteral<"aac">, z.ZodLiteral<"wav">, z.ZodLiteral<"ogg">, z.ZodLiteral<"flac">]>>>;
|
|
9067
|
+
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
9068
|
+
sample_rates: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
9069
|
+
channels: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mono">, z.ZodLiteral<"stereo">]>>>;
|
|
9070
|
+
min_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
9071
|
+
max_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
9072
|
+
}, z.core.$loose>;
|
|
9073
|
+
export declare const TextAssetRequirementsSchema: z.ZodObject<{
|
|
9074
|
+
min_length: z.ZodOptional<z.ZodNumber>;
|
|
9075
|
+
max_length: z.ZodOptional<z.ZodNumber>;
|
|
9076
|
+
min_lines: z.ZodOptional<z.ZodNumber>;
|
|
9077
|
+
max_lines: z.ZodOptional<z.ZodNumber>;
|
|
9078
|
+
character_pattern: z.ZodOptional<z.ZodString>;
|
|
9079
|
+
prohibited_terms: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
9080
|
+
}, z.core.$loose>;
|
|
9081
|
+
export declare const MarkdownAssetRequirementsSchema: z.ZodObject<{
|
|
9082
|
+
max_length: z.ZodOptional<z.ZodNumber>;
|
|
9083
|
+
}, z.core.$loose>;
|
|
9084
|
+
export declare const HTMLAssetRequirementsSchema: z.ZodObject<{
|
|
9085
|
+
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
9086
|
+
sandbox: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"none">, z.ZodLiteral<"iframe">, z.ZodLiteral<"safeframe">, z.ZodLiteral<"fencedframe">]>>;
|
|
9087
|
+
external_resources_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
9088
|
+
allowed_external_domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
9089
|
+
}, z.core.$loose>;
|
|
9090
|
+
export declare const CSSAssetRequirementsSchema: z.ZodObject<{
|
|
9091
|
+
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
9092
|
+
}, z.core.$loose>;
|
|
9093
|
+
export declare const JavaScriptAssetRequirementsSchema: z.ZodObject<{
|
|
9094
|
+
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
9095
|
+
module_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"script">, z.ZodLiteral<"module">, z.ZodLiteral<"iife">]>>;
|
|
9096
|
+
strict_mode_required: z.ZodOptional<z.ZodBoolean>;
|
|
9097
|
+
external_resources_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
9098
|
+
allowed_external_domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
9099
|
+
}, z.core.$loose>;
|
|
9100
|
+
export declare const VASTAssetRequirementsSchema: z.ZodObject<{
|
|
9101
|
+
vast_version: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"2.0">, z.ZodLiteral<"3.0">, z.ZodLiteral<"4.0">, z.ZodLiteral<"4.1">, z.ZodLiteral<"4.2">]>>;
|
|
9102
|
+
}, z.core.$loose>;
|
|
9103
|
+
export declare const DAASTAssetRequirementsSchema: z.ZodObject<{
|
|
9104
|
+
daast_version: z.ZodOptional<z.ZodLiteral<"1.0">>;
|
|
9105
|
+
}, z.core.$loose>;
|
|
9106
|
+
export declare const URLAssetRequirementsSchema: z.ZodObject<{
|
|
9107
|
+
role: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"clickthrough">, z.ZodLiteral<"landing_page">, z.ZodLiteral<"impression_tracker">, z.ZodLiteral<"click_tracker">, z.ZodLiteral<"viewability_tracker">, z.ZodLiteral<"third_party_tracker">]>>;
|
|
9108
|
+
protocols: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"https">, z.ZodLiteral<"http">]>>>;
|
|
9109
|
+
allowed_domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
9110
|
+
max_length: z.ZodOptional<z.ZodNumber>;
|
|
9111
|
+
macro_support: z.ZodOptional<z.ZodBoolean>;
|
|
9112
|
+
}, z.core.$loose>;
|
|
9113
|
+
export declare const WebhookAssetRequirementsSchema: z.ZodObject<{
|
|
9114
|
+
methods: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"GET">, z.ZodLiteral<"POST">]>>>;
|
|
9115
|
+
}, z.core.$loose>;
|
|
9011
9116
|
export declare const OverlaySchema: z.ZodObject<{
|
|
9012
9117
|
id: z.ZodString;
|
|
9013
9118
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -11562,7 +11667,7 @@ export declare const RealEstateItemSchema: z.ZodObject<{
|
|
|
11562
11667
|
}, z.core.$loose>>>;
|
|
11563
11668
|
ext: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
11564
11669
|
}, z.core.$loose>;
|
|
11565
|
-
export declare const
|
|
11670
|
+
export declare const AssetRequirementsSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
11566
11671
|
min_width: z.ZodOptional<z.ZodNumber>;
|
|
11567
11672
|
max_width: z.ZodOptional<z.ZodNumber>;
|
|
11568
11673
|
min_height: z.ZodOptional<z.ZodNumber>;
|
|
@@ -11585,8 +11690,7 @@ export declare const ImageAssetRequirementsSchema: z.ZodObject<{
|
|
|
11585
11690
|
animation_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
11586
11691
|
max_animation_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
11587
11692
|
max_weight_grams: z.ZodOptional<z.ZodNumber>;
|
|
11588
|
-
}, z.core.$loose
|
|
11589
|
-
export declare const VideoAssetRequirementsSchema: z.ZodObject<{
|
|
11693
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
11590
11694
|
min_width: z.ZodOptional<z.ZodNumber>;
|
|
11591
11695
|
max_width: z.ZodOptional<z.ZodNumber>;
|
|
11592
11696
|
min_height: z.ZodOptional<z.ZodNumber>;
|
|
@@ -11613,8 +11717,7 @@ export declare const VideoAssetRequirementsSchema: z.ZodObject<{
|
|
|
11613
11717
|
loudness_lufs: z.ZodOptional<z.ZodNumber>;
|
|
11614
11718
|
loudness_tolerance_db: z.ZodOptional<z.ZodNumber>;
|
|
11615
11719
|
true_peak_dbfs: z.ZodOptional<z.ZodNumber>;
|
|
11616
|
-
}, z.core.$loose
|
|
11617
|
-
export declare const AudioAssetRequirementsSchema: z.ZodObject<{
|
|
11720
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
11618
11721
|
min_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
11619
11722
|
max_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
11620
11723
|
formats: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mp3">, z.ZodLiteral<"aac">, z.ZodLiteral<"wav">, z.ZodLiteral<"ogg">, z.ZodLiteral<"flac">]>>>;
|
|
@@ -11623,50 +11726,41 @@ export declare const AudioAssetRequirementsSchema: z.ZodObject<{
|
|
|
11623
11726
|
channels: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mono">, z.ZodLiteral<"stereo">]>>>;
|
|
11624
11727
|
min_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
11625
11728
|
max_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
11626
|
-
}, z.core.$loose
|
|
11627
|
-
export declare const TextAssetRequirementsSchema: z.ZodObject<{
|
|
11729
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
11628
11730
|
min_length: z.ZodOptional<z.ZodNumber>;
|
|
11629
11731
|
max_length: z.ZodOptional<z.ZodNumber>;
|
|
11630
11732
|
min_lines: z.ZodOptional<z.ZodNumber>;
|
|
11631
11733
|
max_lines: z.ZodOptional<z.ZodNumber>;
|
|
11632
11734
|
character_pattern: z.ZodOptional<z.ZodString>;
|
|
11633
11735
|
prohibited_terms: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
11634
|
-
}, z.core.$loose
|
|
11635
|
-
export declare const MarkdownAssetRequirementsSchema: z.ZodObject<{
|
|
11736
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
11636
11737
|
max_length: z.ZodOptional<z.ZodNumber>;
|
|
11637
|
-
}, z.core.$loose
|
|
11638
|
-
export declare const HTMLAssetRequirementsSchema: z.ZodObject<{
|
|
11738
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
11639
11739
|
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
11640
11740
|
sandbox: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"none">, z.ZodLiteral<"iframe">, z.ZodLiteral<"safeframe">, z.ZodLiteral<"fencedframe">]>>;
|
|
11641
11741
|
external_resources_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
11642
11742
|
allowed_external_domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
11643
|
-
}, z.core.$loose
|
|
11644
|
-
export declare const CSSAssetRequirementsSchema: z.ZodObject<{
|
|
11743
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
11645
11744
|
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
11646
|
-
}, z.core.$loose
|
|
11647
|
-
export declare const JavaScriptAssetRequirementsSchema: z.ZodObject<{
|
|
11745
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
11648
11746
|
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
11649
11747
|
module_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"script">, z.ZodLiteral<"module">, z.ZodLiteral<"iife">]>>;
|
|
11650
11748
|
strict_mode_required: z.ZodOptional<z.ZodBoolean>;
|
|
11651
11749
|
external_resources_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
11652
11750
|
allowed_external_domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
11653
|
-
}, z.core.$loose
|
|
11654
|
-
export declare const VASTAssetRequirementsSchema: z.ZodObject<{
|
|
11751
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
11655
11752
|
vast_version: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"2.0">, z.ZodLiteral<"3.0">, z.ZodLiteral<"4.0">, z.ZodLiteral<"4.1">, z.ZodLiteral<"4.2">]>>;
|
|
11656
|
-
}, z.core.$loose
|
|
11657
|
-
export declare const DAASTAssetRequirementsSchema: z.ZodObject<{
|
|
11753
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
11658
11754
|
daast_version: z.ZodOptional<z.ZodLiteral<"1.0">>;
|
|
11659
|
-
}, z.core.$loose
|
|
11660
|
-
export declare const URLAssetRequirementsSchema: z.ZodObject<{
|
|
11755
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
11661
11756
|
role: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"clickthrough">, z.ZodLiteral<"landing_page">, z.ZodLiteral<"impression_tracker">, z.ZodLiteral<"click_tracker">, z.ZodLiteral<"viewability_tracker">, z.ZodLiteral<"third_party_tracker">]>>;
|
|
11662
11757
|
protocols: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"https">, z.ZodLiteral<"http">]>>>;
|
|
11663
11758
|
allowed_domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
11664
11759
|
max_length: z.ZodOptional<z.ZodNumber>;
|
|
11665
11760
|
macro_support: z.ZodOptional<z.ZodBoolean>;
|
|
11666
|
-
}, z.core.$loose
|
|
11667
|
-
export declare const WebhookAssetRequirementsSchema: z.ZodObject<{
|
|
11761
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
11668
11762
|
methods: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"GET">, z.ZodLiteral<"POST">]>>>;
|
|
11669
|
-
}, z.core.$loose>;
|
|
11763
|
+
}, z.core.$loose>]>;
|
|
11670
11764
|
export declare const ScalarBindingSchema: z.ZodObject<{
|
|
11671
11765
|
kind: z.ZodLiteral<"scalar">;
|
|
11672
11766
|
asset_id: z.ZodString;
|
|
@@ -11679,6 +11773,108 @@ export declare const AssetPoolBindingSchema: z.ZodObject<{
|
|
|
11679
11773
|
asset_group_id: z.ZodString;
|
|
11680
11774
|
ext: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
11681
11775
|
}, z.core.$loose>;
|
|
11776
|
+
export declare const OfferingAssetConstraintSchema: z.ZodObject<{
|
|
11777
|
+
asset_group_id: z.ZodString;
|
|
11778
|
+
asset_type: z.ZodUnion<readonly [z.ZodLiteral<"image">, z.ZodLiteral<"video">, z.ZodLiteral<"audio">, z.ZodLiteral<"text">, z.ZodLiteral<"markdown">, z.ZodLiteral<"html">, z.ZodLiteral<"css">, z.ZodLiteral<"javascript">, z.ZodLiteral<"vast">, z.ZodLiteral<"daast">, z.ZodLiteral<"url">, z.ZodLiteral<"webhook">, z.ZodLiteral<"brief">, z.ZodLiteral<"catalog">]>;
|
|
11779
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
11780
|
+
min_count: z.ZodOptional<z.ZodNumber>;
|
|
11781
|
+
max_count: z.ZodOptional<z.ZodNumber>;
|
|
11782
|
+
asset_requirements: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
11783
|
+
min_width: z.ZodOptional<z.ZodNumber>;
|
|
11784
|
+
max_width: z.ZodOptional<z.ZodNumber>;
|
|
11785
|
+
min_height: z.ZodOptional<z.ZodNumber>;
|
|
11786
|
+
max_height: z.ZodOptional<z.ZodNumber>;
|
|
11787
|
+
unit: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"px">, z.ZodLiteral<"dp">, z.ZodLiteral<"inches">, z.ZodLiteral<"cm">, z.ZodLiteral<"mm">, z.ZodLiteral<"pt">]>>;
|
|
11788
|
+
aspect_ratio: z.ZodOptional<z.ZodString>;
|
|
11789
|
+
formats: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"jpg">, z.ZodLiteral<"jpeg">, z.ZodLiteral<"png">, z.ZodLiteral<"gif">, z.ZodLiteral<"webp">, z.ZodLiteral<"svg">, z.ZodLiteral<"avif">, z.ZodLiteral<"tiff">, z.ZodLiteral<"pdf">, z.ZodLiteral<"eps">]>>>;
|
|
11790
|
+
min_dpi: z.ZodOptional<z.ZodNumber>;
|
|
11791
|
+
bleed: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
11792
|
+
uniform: z.ZodNumber;
|
|
11793
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
11794
|
+
top: z.ZodNumber;
|
|
11795
|
+
right: z.ZodNumber;
|
|
11796
|
+
bottom: z.ZodNumber;
|
|
11797
|
+
left: z.ZodNumber;
|
|
11798
|
+
}, z.core.$loose>]>>;
|
|
11799
|
+
color_space: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"rgb">, z.ZodLiteral<"cmyk">, z.ZodLiteral<"grayscale">]>>;
|
|
11800
|
+
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
11801
|
+
transparency_required: z.ZodOptional<z.ZodBoolean>;
|
|
11802
|
+
animation_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
11803
|
+
max_animation_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
11804
|
+
max_weight_grams: z.ZodOptional<z.ZodNumber>;
|
|
11805
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
11806
|
+
min_width: z.ZodOptional<z.ZodNumber>;
|
|
11807
|
+
max_width: z.ZodOptional<z.ZodNumber>;
|
|
11808
|
+
min_height: z.ZodOptional<z.ZodNumber>;
|
|
11809
|
+
max_height: z.ZodOptional<z.ZodNumber>;
|
|
11810
|
+
aspect_ratio: z.ZodOptional<z.ZodString>;
|
|
11811
|
+
min_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
11812
|
+
max_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
11813
|
+
containers: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mp4">, z.ZodLiteral<"webm">, z.ZodLiteral<"mov">, z.ZodLiteral<"avi">, z.ZodLiteral<"mkv">]>>>;
|
|
11814
|
+
codecs: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"h264">, z.ZodLiteral<"h265">, z.ZodLiteral<"vp8">, z.ZodLiteral<"vp9">, z.ZodLiteral<"av1">, z.ZodLiteral<"prores">]>>>;
|
|
11815
|
+
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
11816
|
+
min_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
11817
|
+
max_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
11818
|
+
frame_rates: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
11819
|
+
audio_required: z.ZodOptional<z.ZodBoolean>;
|
|
11820
|
+
frame_rate_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"constant">, z.ZodLiteral<"variable">]>>;
|
|
11821
|
+
scan_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"progressive">, z.ZodLiteral<"interlaced">]>>;
|
|
11822
|
+
gop_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"closed">, z.ZodLiteral<"open">]>>;
|
|
11823
|
+
min_gop_interval_seconds: z.ZodOptional<z.ZodNumber>;
|
|
11824
|
+
max_gop_interval_seconds: z.ZodOptional<z.ZodNumber>;
|
|
11825
|
+
moov_atom_position: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"start">, z.ZodLiteral<"end">]>>;
|
|
11826
|
+
audio_codecs: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"aac">, z.ZodLiteral<"pcm">, z.ZodLiteral<"ac3">, z.ZodLiteral<"eac3">, z.ZodLiteral<"mp3">, z.ZodLiteral<"opus">, z.ZodLiteral<"vorbis">, z.ZodLiteral<"flac">]>>>;
|
|
11827
|
+
audio_sample_rates: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
11828
|
+
audio_channels: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mono">, z.ZodLiteral<"stereo">, z.ZodLiteral<"5.1">, z.ZodLiteral<"7.1">]>>>;
|
|
11829
|
+
loudness_lufs: z.ZodOptional<z.ZodNumber>;
|
|
11830
|
+
loudness_tolerance_db: z.ZodOptional<z.ZodNumber>;
|
|
11831
|
+
true_peak_dbfs: z.ZodOptional<z.ZodNumber>;
|
|
11832
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
11833
|
+
min_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
11834
|
+
max_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
11835
|
+
formats: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mp3">, z.ZodLiteral<"aac">, z.ZodLiteral<"wav">, z.ZodLiteral<"ogg">, z.ZodLiteral<"flac">]>>>;
|
|
11836
|
+
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
11837
|
+
sample_rates: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
11838
|
+
channels: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mono">, z.ZodLiteral<"stereo">]>>>;
|
|
11839
|
+
min_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
11840
|
+
max_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
11841
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
11842
|
+
min_length: z.ZodOptional<z.ZodNumber>;
|
|
11843
|
+
max_length: z.ZodOptional<z.ZodNumber>;
|
|
11844
|
+
min_lines: z.ZodOptional<z.ZodNumber>;
|
|
11845
|
+
max_lines: z.ZodOptional<z.ZodNumber>;
|
|
11846
|
+
character_pattern: z.ZodOptional<z.ZodString>;
|
|
11847
|
+
prohibited_terms: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
11848
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
11849
|
+
max_length: z.ZodOptional<z.ZodNumber>;
|
|
11850
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
11851
|
+
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
11852
|
+
sandbox: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"none">, z.ZodLiteral<"iframe">, z.ZodLiteral<"safeframe">, z.ZodLiteral<"fencedframe">]>>;
|
|
11853
|
+
external_resources_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
11854
|
+
allowed_external_domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
11855
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
11856
|
+
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
11857
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
11858
|
+
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
11859
|
+
module_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"script">, z.ZodLiteral<"module">, z.ZodLiteral<"iife">]>>;
|
|
11860
|
+
strict_mode_required: z.ZodOptional<z.ZodBoolean>;
|
|
11861
|
+
external_resources_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
11862
|
+
allowed_external_domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
11863
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
11864
|
+
vast_version: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"2.0">, z.ZodLiteral<"3.0">, z.ZodLiteral<"4.0">, z.ZodLiteral<"4.1">, z.ZodLiteral<"4.2">]>>;
|
|
11865
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
11866
|
+
daast_version: z.ZodOptional<z.ZodLiteral<"1.0">>;
|
|
11867
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
11868
|
+
role: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"clickthrough">, z.ZodLiteral<"landing_page">, z.ZodLiteral<"impression_tracker">, z.ZodLiteral<"click_tracker">, z.ZodLiteral<"viewability_tracker">, z.ZodLiteral<"third_party_tracker">]>>;
|
|
11869
|
+
protocols: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"https">, z.ZodLiteral<"http">]>>>;
|
|
11870
|
+
allowed_domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
11871
|
+
max_length: z.ZodOptional<z.ZodNumber>;
|
|
11872
|
+
macro_support: z.ZodOptional<z.ZodBoolean>;
|
|
11873
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
11874
|
+
methods: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"GET">, z.ZodLiteral<"POST">]>>>;
|
|
11875
|
+
}, z.core.$loose>]>>;
|
|
11876
|
+
ext: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
11877
|
+
}, z.core.$loose>;
|
|
11682
11878
|
export declare const CatalogFieldBindingSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
11683
11879
|
kind: z.ZodLiteral<"scalar">;
|
|
11684
11880
|
asset_id: z.ZodString;
|
|
@@ -11706,100 +11902,6 @@ export declare const CatalogFieldBindingSchema: z.ZodUnion<readonly [z.ZodObject
|
|
|
11706
11902
|
}, z.core.$loose>]>>>;
|
|
11707
11903
|
ext: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
11708
11904
|
}, z.core.$loose>]>;
|
|
11709
|
-
export declare const AssetRequirementsSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
11710
|
-
min_width: z.ZodOptional<z.ZodNumber>;
|
|
11711
|
-
max_width: z.ZodOptional<z.ZodNumber>;
|
|
11712
|
-
min_height: z.ZodOptional<z.ZodNumber>;
|
|
11713
|
-
max_height: z.ZodOptional<z.ZodNumber>;
|
|
11714
|
-
unit: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"px">, z.ZodLiteral<"dp">, z.ZodLiteral<"inches">, z.ZodLiteral<"cm">, z.ZodLiteral<"mm">, z.ZodLiteral<"pt">]>>;
|
|
11715
|
-
aspect_ratio: z.ZodOptional<z.ZodString>;
|
|
11716
|
-
formats: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"jpg">, z.ZodLiteral<"jpeg">, z.ZodLiteral<"png">, z.ZodLiteral<"gif">, z.ZodLiteral<"webp">, z.ZodLiteral<"svg">, z.ZodLiteral<"avif">, z.ZodLiteral<"tiff">, z.ZodLiteral<"pdf">, z.ZodLiteral<"eps">]>>>;
|
|
11717
|
-
min_dpi: z.ZodOptional<z.ZodNumber>;
|
|
11718
|
-
bleed: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
11719
|
-
uniform: z.ZodNumber;
|
|
11720
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
11721
|
-
top: z.ZodNumber;
|
|
11722
|
-
right: z.ZodNumber;
|
|
11723
|
-
bottom: z.ZodNumber;
|
|
11724
|
-
left: z.ZodNumber;
|
|
11725
|
-
}, z.core.$loose>]>>;
|
|
11726
|
-
color_space: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"rgb">, z.ZodLiteral<"cmyk">, z.ZodLiteral<"grayscale">]>>;
|
|
11727
|
-
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
11728
|
-
transparency_required: z.ZodOptional<z.ZodBoolean>;
|
|
11729
|
-
animation_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
11730
|
-
max_animation_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
11731
|
-
max_weight_grams: z.ZodOptional<z.ZodNumber>;
|
|
11732
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
11733
|
-
min_width: z.ZodOptional<z.ZodNumber>;
|
|
11734
|
-
max_width: z.ZodOptional<z.ZodNumber>;
|
|
11735
|
-
min_height: z.ZodOptional<z.ZodNumber>;
|
|
11736
|
-
max_height: z.ZodOptional<z.ZodNumber>;
|
|
11737
|
-
aspect_ratio: z.ZodOptional<z.ZodString>;
|
|
11738
|
-
min_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
11739
|
-
max_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
11740
|
-
containers: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mp4">, z.ZodLiteral<"webm">, z.ZodLiteral<"mov">, z.ZodLiteral<"avi">, z.ZodLiteral<"mkv">]>>>;
|
|
11741
|
-
codecs: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"h264">, z.ZodLiteral<"h265">, z.ZodLiteral<"vp8">, z.ZodLiteral<"vp9">, z.ZodLiteral<"av1">, z.ZodLiteral<"prores">]>>>;
|
|
11742
|
-
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
11743
|
-
min_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
11744
|
-
max_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
11745
|
-
frame_rates: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
11746
|
-
audio_required: z.ZodOptional<z.ZodBoolean>;
|
|
11747
|
-
frame_rate_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"constant">, z.ZodLiteral<"variable">]>>;
|
|
11748
|
-
scan_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"progressive">, z.ZodLiteral<"interlaced">]>>;
|
|
11749
|
-
gop_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"closed">, z.ZodLiteral<"open">]>>;
|
|
11750
|
-
min_gop_interval_seconds: z.ZodOptional<z.ZodNumber>;
|
|
11751
|
-
max_gop_interval_seconds: z.ZodOptional<z.ZodNumber>;
|
|
11752
|
-
moov_atom_position: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"start">, z.ZodLiteral<"end">]>>;
|
|
11753
|
-
audio_codecs: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"aac">, z.ZodLiteral<"pcm">, z.ZodLiteral<"ac3">, z.ZodLiteral<"eac3">, z.ZodLiteral<"mp3">, z.ZodLiteral<"opus">, z.ZodLiteral<"vorbis">, z.ZodLiteral<"flac">]>>>;
|
|
11754
|
-
audio_sample_rates: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
11755
|
-
audio_channels: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mono">, z.ZodLiteral<"stereo">, z.ZodLiteral<"5.1">, z.ZodLiteral<"7.1">]>>>;
|
|
11756
|
-
loudness_lufs: z.ZodOptional<z.ZodNumber>;
|
|
11757
|
-
loudness_tolerance_db: z.ZodOptional<z.ZodNumber>;
|
|
11758
|
-
true_peak_dbfs: z.ZodOptional<z.ZodNumber>;
|
|
11759
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
11760
|
-
min_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
11761
|
-
max_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
11762
|
-
formats: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mp3">, z.ZodLiteral<"aac">, z.ZodLiteral<"wav">, z.ZodLiteral<"ogg">, z.ZodLiteral<"flac">]>>>;
|
|
11763
|
-
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
11764
|
-
sample_rates: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
11765
|
-
channels: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mono">, z.ZodLiteral<"stereo">]>>>;
|
|
11766
|
-
min_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
11767
|
-
max_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
11768
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
11769
|
-
min_length: z.ZodOptional<z.ZodNumber>;
|
|
11770
|
-
max_length: z.ZodOptional<z.ZodNumber>;
|
|
11771
|
-
min_lines: z.ZodOptional<z.ZodNumber>;
|
|
11772
|
-
max_lines: z.ZodOptional<z.ZodNumber>;
|
|
11773
|
-
character_pattern: z.ZodOptional<z.ZodString>;
|
|
11774
|
-
prohibited_terms: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
11775
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
11776
|
-
max_length: z.ZodOptional<z.ZodNumber>;
|
|
11777
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
11778
|
-
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
11779
|
-
sandbox: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"none">, z.ZodLiteral<"iframe">, z.ZodLiteral<"safeframe">, z.ZodLiteral<"fencedframe">]>>;
|
|
11780
|
-
external_resources_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
11781
|
-
allowed_external_domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
11782
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
11783
|
-
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
11784
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
11785
|
-
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
11786
|
-
module_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"script">, z.ZodLiteral<"module">, z.ZodLiteral<"iife">]>>;
|
|
11787
|
-
strict_mode_required: z.ZodOptional<z.ZodBoolean>;
|
|
11788
|
-
external_resources_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
11789
|
-
allowed_external_domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
11790
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
11791
|
-
vast_version: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"2.0">, z.ZodLiteral<"3.0">, z.ZodLiteral<"4.0">, z.ZodLiteral<"4.1">, z.ZodLiteral<"4.2">]>>;
|
|
11792
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
11793
|
-
daast_version: z.ZodOptional<z.ZodLiteral<"1.0">>;
|
|
11794
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
11795
|
-
role: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"clickthrough">, z.ZodLiteral<"landing_page">, z.ZodLiteral<"impression_tracker">, z.ZodLiteral<"click_tracker">, z.ZodLiteral<"viewability_tracker">, z.ZodLiteral<"third_party_tracker">]>>;
|
|
11796
|
-
protocols: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"https">, z.ZodLiteral<"http">]>>>;
|
|
11797
|
-
allowed_domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
11798
|
-
max_length: z.ZodOptional<z.ZodNumber>;
|
|
11799
|
-
macro_support: z.ZodOptional<z.ZodBoolean>;
|
|
11800
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
11801
|
-
methods: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"GET">, z.ZodLiteral<"POST">]>>>;
|
|
11802
|
-
}, z.core.$loose>]>;
|
|
11803
11905
|
export declare const ProtocolResponseSchema: z.ZodObject<{
|
|
11804
11906
|
message: z.ZodString;
|
|
11805
11907
|
context_id: z.ZodOptional<z.ZodString>;
|
|
@@ -13450,7 +13552,7 @@ export declare const BaseIndividualAssetSchema: z.ZodObject<{
|
|
|
13450
13552
|
}, z.core.$loose>;
|
|
13451
13553
|
}, z.core.$loose>>>;
|
|
13452
13554
|
}, z.core.$loose>;
|
|
13453
|
-
export declare const IndividualVideoAssetSchema: z.ZodObject<{
|
|
13555
|
+
export declare const IndividualVideoAssetSchema: z.ZodIntersection<z.ZodObject<{
|
|
13454
13556
|
item_type: z.ZodLiteral<"individual">;
|
|
13455
13557
|
asset_id: z.ZodString;
|
|
13456
13558
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -13471,8 +13573,10 @@ export declare const IndividualVideoAssetSchema: z.ZodObject<{
|
|
|
13471
13573
|
unit: z.ZodUnion<readonly [z.ZodLiteral<"px">, z.ZodLiteral<"fraction">, z.ZodLiteral<"inches">, z.ZodLiteral<"cm">, z.ZodLiteral<"mm">, z.ZodLiteral<"pt">]>;
|
|
13472
13574
|
}, z.core.$loose>;
|
|
13473
13575
|
}, z.core.$loose>>>;
|
|
13474
|
-
}, z.core.$loose
|
|
13475
|
-
|
|
13576
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
13577
|
+
asset_type: z.ZodLiteral<"video">;
|
|
13578
|
+
}, z.core.$loose>>;
|
|
13579
|
+
export declare const IndividualAudioAssetSchema: z.ZodIntersection<z.ZodObject<{
|
|
13476
13580
|
item_type: z.ZodLiteral<"individual">;
|
|
13477
13581
|
asset_id: z.ZodString;
|
|
13478
13582
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -13493,8 +13597,10 @@ export declare const IndividualAudioAssetSchema: z.ZodObject<{
|
|
|
13493
13597
|
unit: z.ZodUnion<readonly [z.ZodLiteral<"px">, z.ZodLiteral<"fraction">, z.ZodLiteral<"inches">, z.ZodLiteral<"cm">, z.ZodLiteral<"mm">, z.ZodLiteral<"pt">]>;
|
|
13494
13598
|
}, z.core.$loose>;
|
|
13495
13599
|
}, z.core.$loose>>>;
|
|
13496
|
-
}, z.core.$loose
|
|
13497
|
-
|
|
13600
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
13601
|
+
asset_type: z.ZodLiteral<"audio">;
|
|
13602
|
+
}, z.core.$loose>>;
|
|
13603
|
+
export declare const IndividualTextAssetSchema: z.ZodIntersection<z.ZodObject<{
|
|
13498
13604
|
item_type: z.ZodLiteral<"individual">;
|
|
13499
13605
|
asset_id: z.ZodString;
|
|
13500
13606
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -13515,8 +13621,10 @@ export declare const IndividualTextAssetSchema: z.ZodObject<{
|
|
|
13515
13621
|
unit: z.ZodUnion<readonly [z.ZodLiteral<"px">, z.ZodLiteral<"fraction">, z.ZodLiteral<"inches">, z.ZodLiteral<"cm">, z.ZodLiteral<"mm">, z.ZodLiteral<"pt">]>;
|
|
13516
13622
|
}, z.core.$loose>;
|
|
13517
13623
|
}, z.core.$loose>>>;
|
|
13518
|
-
}, z.core.$loose
|
|
13519
|
-
|
|
13624
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
13625
|
+
asset_type: z.ZodLiteral<"text">;
|
|
13626
|
+
}, z.core.$loose>>;
|
|
13627
|
+
export declare const IndividualMarkdownAssetSchema: z.ZodIntersection<z.ZodObject<{
|
|
13520
13628
|
item_type: z.ZodLiteral<"individual">;
|
|
13521
13629
|
asset_id: z.ZodString;
|
|
13522
13630
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -13537,8 +13645,10 @@ export declare const IndividualMarkdownAssetSchema: z.ZodObject<{
|
|
|
13537
13645
|
unit: z.ZodUnion<readonly [z.ZodLiteral<"px">, z.ZodLiteral<"fraction">, z.ZodLiteral<"inches">, z.ZodLiteral<"cm">, z.ZodLiteral<"mm">, z.ZodLiteral<"pt">]>;
|
|
13538
13646
|
}, z.core.$loose>;
|
|
13539
13647
|
}, z.core.$loose>>>;
|
|
13540
|
-
}, z.core.$loose
|
|
13541
|
-
|
|
13648
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
13649
|
+
asset_type: z.ZodLiteral<"markdown">;
|
|
13650
|
+
}, z.core.$loose>>;
|
|
13651
|
+
export declare const IndividualHtmlAssetSchema: z.ZodIntersection<z.ZodObject<{
|
|
13542
13652
|
item_type: z.ZodLiteral<"individual">;
|
|
13543
13653
|
asset_id: z.ZodString;
|
|
13544
13654
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -13559,8 +13669,10 @@ export declare const IndividualHtmlAssetSchema: z.ZodObject<{
|
|
|
13559
13669
|
unit: z.ZodUnion<readonly [z.ZodLiteral<"px">, z.ZodLiteral<"fraction">, z.ZodLiteral<"inches">, z.ZodLiteral<"cm">, z.ZodLiteral<"mm">, z.ZodLiteral<"pt">]>;
|
|
13560
13670
|
}, z.core.$loose>;
|
|
13561
13671
|
}, z.core.$loose>>>;
|
|
13562
|
-
}, z.core.$loose
|
|
13563
|
-
|
|
13672
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
13673
|
+
asset_type: z.ZodLiteral<"html">;
|
|
13674
|
+
}, z.core.$loose>>;
|
|
13675
|
+
export declare const IndividualCssAssetSchema: z.ZodIntersection<z.ZodObject<{
|
|
13564
13676
|
item_type: z.ZodLiteral<"individual">;
|
|
13565
13677
|
asset_id: z.ZodString;
|
|
13566
13678
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -13581,8 +13693,10 @@ export declare const IndividualCssAssetSchema: z.ZodObject<{
|
|
|
13581
13693
|
unit: z.ZodUnion<readonly [z.ZodLiteral<"px">, z.ZodLiteral<"fraction">, z.ZodLiteral<"inches">, z.ZodLiteral<"cm">, z.ZodLiteral<"mm">, z.ZodLiteral<"pt">]>;
|
|
13582
13694
|
}, z.core.$loose>;
|
|
13583
13695
|
}, z.core.$loose>>>;
|
|
13584
|
-
}, z.core.$loose
|
|
13585
|
-
|
|
13696
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
13697
|
+
asset_type: z.ZodLiteral<"css">;
|
|
13698
|
+
}, z.core.$loose>>;
|
|
13699
|
+
export declare const IndividualJavaScriptAssetSchema: z.ZodIntersection<z.ZodObject<{
|
|
13586
13700
|
item_type: z.ZodLiteral<"individual">;
|
|
13587
13701
|
asset_id: z.ZodString;
|
|
13588
13702
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -13603,8 +13717,10 @@ export declare const IndividualJavaScriptAssetSchema: z.ZodObject<{
|
|
|
13603
13717
|
unit: z.ZodUnion<readonly [z.ZodLiteral<"px">, z.ZodLiteral<"fraction">, z.ZodLiteral<"inches">, z.ZodLiteral<"cm">, z.ZodLiteral<"mm">, z.ZodLiteral<"pt">]>;
|
|
13604
13718
|
}, z.core.$loose>;
|
|
13605
13719
|
}, z.core.$loose>>>;
|
|
13606
|
-
}, z.core.$loose
|
|
13607
|
-
|
|
13720
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
13721
|
+
asset_type: z.ZodLiteral<"javascript">;
|
|
13722
|
+
}, z.core.$loose>>;
|
|
13723
|
+
export declare const IndividualVastAssetSchema: z.ZodIntersection<z.ZodObject<{
|
|
13608
13724
|
item_type: z.ZodLiteral<"individual">;
|
|
13609
13725
|
asset_id: z.ZodString;
|
|
13610
13726
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -13625,8 +13741,10 @@ export declare const IndividualVastAssetSchema: z.ZodObject<{
|
|
|
13625
13741
|
unit: z.ZodUnion<readonly [z.ZodLiteral<"px">, z.ZodLiteral<"fraction">, z.ZodLiteral<"inches">, z.ZodLiteral<"cm">, z.ZodLiteral<"mm">, z.ZodLiteral<"pt">]>;
|
|
13626
13742
|
}, z.core.$loose>;
|
|
13627
13743
|
}, z.core.$loose>>>;
|
|
13628
|
-
}, z.core.$loose
|
|
13629
|
-
|
|
13744
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
13745
|
+
asset_type: z.ZodLiteral<"vast">;
|
|
13746
|
+
}, z.core.$loose>>;
|
|
13747
|
+
export declare const IndividualDaastAssetSchema: z.ZodIntersection<z.ZodObject<{
|
|
13630
13748
|
item_type: z.ZodLiteral<"individual">;
|
|
13631
13749
|
asset_id: z.ZodString;
|
|
13632
13750
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -13647,8 +13765,10 @@ export declare const IndividualDaastAssetSchema: z.ZodObject<{
|
|
|
13647
13765
|
unit: z.ZodUnion<readonly [z.ZodLiteral<"px">, z.ZodLiteral<"fraction">, z.ZodLiteral<"inches">, z.ZodLiteral<"cm">, z.ZodLiteral<"mm">, z.ZodLiteral<"pt">]>;
|
|
13648
13766
|
}, z.core.$loose>;
|
|
13649
13767
|
}, z.core.$loose>>>;
|
|
13650
|
-
}, z.core.$loose
|
|
13651
|
-
|
|
13768
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
13769
|
+
asset_type: z.ZodLiteral<"daast">;
|
|
13770
|
+
}, z.core.$loose>>;
|
|
13771
|
+
export declare const IndividualUrlAssetSchema: z.ZodIntersection<z.ZodObject<{
|
|
13652
13772
|
item_type: z.ZodLiteral<"individual">;
|
|
13653
13773
|
asset_id: z.ZodString;
|
|
13654
13774
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -13669,8 +13789,10 @@ export declare const IndividualUrlAssetSchema: z.ZodObject<{
|
|
|
13669
13789
|
unit: z.ZodUnion<readonly [z.ZodLiteral<"px">, z.ZodLiteral<"fraction">, z.ZodLiteral<"inches">, z.ZodLiteral<"cm">, z.ZodLiteral<"mm">, z.ZodLiteral<"pt">]>;
|
|
13670
13790
|
}, z.core.$loose>;
|
|
13671
13791
|
}, z.core.$loose>>>;
|
|
13672
|
-
}, z.core.$loose
|
|
13673
|
-
|
|
13792
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
13793
|
+
asset_type: z.ZodLiteral<"url">;
|
|
13794
|
+
}, z.core.$loose>>;
|
|
13795
|
+
export declare const IndividualWebhookAssetSchema: z.ZodIntersection<z.ZodObject<{
|
|
13674
13796
|
item_type: z.ZodLiteral<"individual">;
|
|
13675
13797
|
asset_id: z.ZodString;
|
|
13676
13798
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -13691,8 +13813,10 @@ export declare const IndividualWebhookAssetSchema: z.ZodObject<{
|
|
|
13691
13813
|
unit: z.ZodUnion<readonly [z.ZodLiteral<"px">, z.ZodLiteral<"fraction">, z.ZodLiteral<"inches">, z.ZodLiteral<"cm">, z.ZodLiteral<"mm">, z.ZodLiteral<"pt">]>;
|
|
13692
13814
|
}, z.core.$loose>;
|
|
13693
13815
|
}, z.core.$loose>>>;
|
|
13694
|
-
}, z.core.$loose
|
|
13695
|
-
|
|
13816
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
13817
|
+
asset_type: z.ZodLiteral<"webhook">;
|
|
13818
|
+
}, z.core.$loose>>;
|
|
13819
|
+
export declare const IndividualBriefAssetSchema: z.ZodIntersection<z.ZodObject<{
|
|
13696
13820
|
item_type: z.ZodLiteral<"individual">;
|
|
13697
13821
|
asset_id: z.ZodString;
|
|
13698
13822
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -13713,8 +13837,10 @@ export declare const IndividualBriefAssetSchema: z.ZodObject<{
|
|
|
13713
13837
|
unit: z.ZodUnion<readonly [z.ZodLiteral<"px">, z.ZodLiteral<"fraction">, z.ZodLiteral<"inches">, z.ZodLiteral<"cm">, z.ZodLiteral<"mm">, z.ZodLiteral<"pt">]>;
|
|
13714
13838
|
}, z.core.$loose>;
|
|
13715
13839
|
}, z.core.$loose>>>;
|
|
13716
|
-
}, z.core.$loose
|
|
13717
|
-
|
|
13840
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
13841
|
+
asset_type: z.ZodLiteral<"brief">;
|
|
13842
|
+
}, z.core.$loose>>;
|
|
13843
|
+
export declare const IndividualCatalogAssetSchema: z.ZodIntersection<z.ZodObject<{
|
|
13718
13844
|
item_type: z.ZodLiteral<"individual">;
|
|
13719
13845
|
asset_id: z.ZodString;
|
|
13720
13846
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -13735,7 +13861,9 @@ export declare const IndividualCatalogAssetSchema: z.ZodObject<{
|
|
|
13735
13861
|
unit: z.ZodUnion<readonly [z.ZodLiteral<"px">, z.ZodLiteral<"fraction">, z.ZodLiteral<"inches">, z.ZodLiteral<"cm">, z.ZodLiteral<"mm">, z.ZodLiteral<"pt">]>;
|
|
13736
13862
|
}, z.core.$loose>;
|
|
13737
13863
|
}, z.core.$loose>>>;
|
|
13738
|
-
}, z.core.$loose
|
|
13864
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
13865
|
+
asset_type: z.ZodLiteral<"catalog">;
|
|
13866
|
+
}, z.core.$loose>>;
|
|
13739
13867
|
export declare const GroupImageAssetSchema: z.ZodObject<{
|
|
13740
13868
|
asset_id: z.ZodString;
|
|
13741
13869
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -14022,7 +14150,7 @@ export declare const VendorPricingOptionSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
14022
14150
|
currency: z.ZodOptional<z.ZodString>;
|
|
14023
14151
|
ext: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
14024
14152
|
}, z.core.$loose>]>>;
|
|
14025
|
-
export declare const IndividualImageAssetSchema: z.ZodObject<{
|
|
14153
|
+
export declare const IndividualImageAssetSchema: z.ZodIntersection<z.ZodObject<{
|
|
14026
14154
|
item_type: z.ZodLiteral<"individual">;
|
|
14027
14155
|
asset_id: z.ZodString;
|
|
14028
14156
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -14043,7 +14171,9 @@ export declare const IndividualImageAssetSchema: z.ZodObject<{
|
|
|
14043
14171
|
unit: z.ZodUnion<readonly [z.ZodLiteral<"px">, z.ZodLiteral<"fraction">, z.ZodLiteral<"inches">, z.ZodLiteral<"cm">, z.ZodLiteral<"mm">, z.ZodLiteral<"pt">]>;
|
|
14044
14172
|
}, z.core.$loose>;
|
|
14045
14173
|
}, z.core.$loose>>>;
|
|
14046
|
-
}, z.core.$loose
|
|
14174
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
14175
|
+
asset_type: z.ZodLiteral<"image">;
|
|
14176
|
+
}, z.core.$loose>>;
|
|
14047
14177
|
export declare const RepeatableGroupAssetSchema: z.ZodObject<{
|
|
14048
14178
|
item_type: z.ZodLiteral<"repeatable_group">;
|
|
14049
14179
|
asset_group_id: z.ZodString;
|
|
@@ -38575,7 +38705,7 @@ export declare const FormatSchema: z.ZodObject<{
|
|
|
38575
38705
|
role: z.ZodString;
|
|
38576
38706
|
parameters_from_format_id: z.ZodLiteral<true>;
|
|
38577
38707
|
}, z.core.$loose>]>>>;
|
|
38578
|
-
assets: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
38708
|
+
assets: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
|
|
38579
38709
|
item_type: z.ZodLiteral<"individual">;
|
|
38580
38710
|
asset_id: z.ZodString;
|
|
38581
38711
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -38597,6 +38727,8 @@ export declare const FormatSchema: z.ZodObject<{
|
|
|
38597
38727
|
}, z.core.$loose>;
|
|
38598
38728
|
}, z.core.$loose>>>;
|
|
38599
38729
|
}, z.core.$loose>, z.ZodObject<{
|
|
38730
|
+
asset_type: z.ZodLiteral<"image">;
|
|
38731
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
38600
38732
|
item_type: z.ZodLiteral<"individual">;
|
|
38601
38733
|
asset_id: z.ZodString;
|
|
38602
38734
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -38618,6 +38750,8 @@ export declare const FormatSchema: z.ZodObject<{
|
|
|
38618
38750
|
}, z.core.$loose>;
|
|
38619
38751
|
}, z.core.$loose>>>;
|
|
38620
38752
|
}, z.core.$loose>, z.ZodObject<{
|
|
38753
|
+
asset_type: z.ZodLiteral<"video">;
|
|
38754
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
38621
38755
|
item_type: z.ZodLiteral<"individual">;
|
|
38622
38756
|
asset_id: z.ZodString;
|
|
38623
38757
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -38639,6 +38773,8 @@ export declare const FormatSchema: z.ZodObject<{
|
|
|
38639
38773
|
}, z.core.$loose>;
|
|
38640
38774
|
}, z.core.$loose>>>;
|
|
38641
38775
|
}, z.core.$loose>, z.ZodObject<{
|
|
38776
|
+
asset_type: z.ZodLiteral<"audio">;
|
|
38777
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
38642
38778
|
item_type: z.ZodLiteral<"individual">;
|
|
38643
38779
|
asset_id: z.ZodString;
|
|
38644
38780
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -38660,6 +38796,8 @@ export declare const FormatSchema: z.ZodObject<{
|
|
|
38660
38796
|
}, z.core.$loose>;
|
|
38661
38797
|
}, z.core.$loose>>>;
|
|
38662
38798
|
}, z.core.$loose>, z.ZodObject<{
|
|
38799
|
+
asset_type: z.ZodLiteral<"text">;
|
|
38800
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
38663
38801
|
item_type: z.ZodLiteral<"individual">;
|
|
38664
38802
|
asset_id: z.ZodString;
|
|
38665
38803
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -38681,6 +38819,8 @@ export declare const FormatSchema: z.ZodObject<{
|
|
|
38681
38819
|
}, z.core.$loose>;
|
|
38682
38820
|
}, z.core.$loose>>>;
|
|
38683
38821
|
}, z.core.$loose>, z.ZodObject<{
|
|
38822
|
+
asset_type: z.ZodLiteral<"markdown">;
|
|
38823
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
38684
38824
|
item_type: z.ZodLiteral<"individual">;
|
|
38685
38825
|
asset_id: z.ZodString;
|
|
38686
38826
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -38702,6 +38842,8 @@ export declare const FormatSchema: z.ZodObject<{
|
|
|
38702
38842
|
}, z.core.$loose>;
|
|
38703
38843
|
}, z.core.$loose>>>;
|
|
38704
38844
|
}, z.core.$loose>, z.ZodObject<{
|
|
38845
|
+
asset_type: z.ZodLiteral<"html">;
|
|
38846
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
38705
38847
|
item_type: z.ZodLiteral<"individual">;
|
|
38706
38848
|
asset_id: z.ZodString;
|
|
38707
38849
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -38723,6 +38865,8 @@ export declare const FormatSchema: z.ZodObject<{
|
|
|
38723
38865
|
}, z.core.$loose>;
|
|
38724
38866
|
}, z.core.$loose>>>;
|
|
38725
38867
|
}, z.core.$loose>, z.ZodObject<{
|
|
38868
|
+
asset_type: z.ZodLiteral<"css">;
|
|
38869
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
38726
38870
|
item_type: z.ZodLiteral<"individual">;
|
|
38727
38871
|
asset_id: z.ZodString;
|
|
38728
38872
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -38744,6 +38888,8 @@ export declare const FormatSchema: z.ZodObject<{
|
|
|
38744
38888
|
}, z.core.$loose>;
|
|
38745
38889
|
}, z.core.$loose>>>;
|
|
38746
38890
|
}, z.core.$loose>, z.ZodObject<{
|
|
38891
|
+
asset_type: z.ZodLiteral<"javascript">;
|
|
38892
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
38747
38893
|
item_type: z.ZodLiteral<"individual">;
|
|
38748
38894
|
asset_id: z.ZodString;
|
|
38749
38895
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -38765,6 +38911,8 @@ export declare const FormatSchema: z.ZodObject<{
|
|
|
38765
38911
|
}, z.core.$loose>;
|
|
38766
38912
|
}, z.core.$loose>>>;
|
|
38767
38913
|
}, z.core.$loose>, z.ZodObject<{
|
|
38914
|
+
asset_type: z.ZodLiteral<"vast">;
|
|
38915
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
38768
38916
|
item_type: z.ZodLiteral<"individual">;
|
|
38769
38917
|
asset_id: z.ZodString;
|
|
38770
38918
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -38786,6 +38934,8 @@ export declare const FormatSchema: z.ZodObject<{
|
|
|
38786
38934
|
}, z.core.$loose>;
|
|
38787
38935
|
}, z.core.$loose>>>;
|
|
38788
38936
|
}, z.core.$loose>, z.ZodObject<{
|
|
38937
|
+
asset_type: z.ZodLiteral<"daast">;
|
|
38938
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
38789
38939
|
item_type: z.ZodLiteral<"individual">;
|
|
38790
38940
|
asset_id: z.ZodString;
|
|
38791
38941
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -38807,6 +38957,8 @@ export declare const FormatSchema: z.ZodObject<{
|
|
|
38807
38957
|
}, z.core.$loose>;
|
|
38808
38958
|
}, z.core.$loose>>>;
|
|
38809
38959
|
}, z.core.$loose>, z.ZodObject<{
|
|
38960
|
+
asset_type: z.ZodLiteral<"url">;
|
|
38961
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
38810
38962
|
item_type: z.ZodLiteral<"individual">;
|
|
38811
38963
|
asset_id: z.ZodString;
|
|
38812
38964
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -38828,6 +38980,8 @@ export declare const FormatSchema: z.ZodObject<{
|
|
|
38828
38980
|
}, z.core.$loose>;
|
|
38829
38981
|
}, z.core.$loose>>>;
|
|
38830
38982
|
}, z.core.$loose>, z.ZodObject<{
|
|
38983
|
+
asset_type: z.ZodLiteral<"webhook">;
|
|
38984
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
38831
38985
|
item_type: z.ZodLiteral<"individual">;
|
|
38832
38986
|
asset_id: z.ZodString;
|
|
38833
38987
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -38849,6 +39003,8 @@ export declare const FormatSchema: z.ZodObject<{
|
|
|
38849
39003
|
}, z.core.$loose>;
|
|
38850
39004
|
}, z.core.$loose>>>;
|
|
38851
39005
|
}, z.core.$loose>, z.ZodObject<{
|
|
39006
|
+
asset_type: z.ZodLiteral<"brief">;
|
|
39007
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
38852
39008
|
item_type: z.ZodLiteral<"individual">;
|
|
38853
39009
|
asset_id: z.ZodString;
|
|
38854
39010
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -38870,6 +39026,8 @@ export declare const FormatSchema: z.ZodObject<{
|
|
|
38870
39026
|
}, z.core.$loose>;
|
|
38871
39027
|
}, z.core.$loose>>>;
|
|
38872
39028
|
}, z.core.$loose>, z.ZodObject<{
|
|
39029
|
+
asset_type: z.ZodLiteral<"catalog">;
|
|
39030
|
+
}, z.core.$loose>>, z.ZodObject<{
|
|
38873
39031
|
item_type: z.ZodLiteral<"repeatable_group">;
|
|
38874
39032
|
asset_group_id: z.ZodString;
|
|
38875
39033
|
required: z.ZodBoolean;
|
|
@@ -39199,107 +39357,142 @@ export declare const FormatSchema: z.ZodObject<{
|
|
|
39199
39357
|
ext: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
39200
39358
|
}, z.core.$loose>]>>>>;
|
|
39201
39359
|
}, z.core.$loose>;
|
|
39202
|
-
export declare const
|
|
39203
|
-
|
|
39204
|
-
asset_type: z.ZodUnion<readonly [z.ZodLiteral<"image">, z.ZodLiteral<"video">, z.ZodLiteral<"audio">, z.ZodLiteral<"text">, z.ZodLiteral<"markdown">, z.ZodLiteral<"html">, z.ZodLiteral<"css">, z.ZodLiteral<"javascript">, z.ZodLiteral<"vast">, z.ZodLiteral<"daast">, z.ZodLiteral<"url">, z.ZodLiteral<"webhook">, z.ZodLiteral<"brief">, z.ZodLiteral<"catalog">]>;
|
|
39360
|
+
export declare const CatalogRequirementsSchema: z.ZodObject<{
|
|
39361
|
+
catalog_type: z.ZodUnion<readonly [z.ZodLiteral<"offering">, z.ZodLiteral<"product">, z.ZodLiteral<"inventory">, z.ZodLiteral<"store">, z.ZodLiteral<"promotion">, z.ZodLiteral<"hotel">, z.ZodLiteral<"flight">, z.ZodLiteral<"job">, z.ZodLiteral<"vehicle">, z.ZodLiteral<"real_estate">, z.ZodLiteral<"education">, z.ZodLiteral<"destination">, z.ZodLiteral<"app">]>;
|
|
39205
39362
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
39206
|
-
|
|
39207
|
-
|
|
39208
|
-
|
|
39209
|
-
|
|
39210
|
-
|
|
39211
|
-
|
|
39212
|
-
|
|
39213
|
-
|
|
39214
|
-
|
|
39215
|
-
|
|
39216
|
-
|
|
39217
|
-
|
|
39218
|
-
|
|
39363
|
+
min_items: z.ZodOptional<z.ZodNumber>;
|
|
39364
|
+
max_items: z.ZodOptional<z.ZodNumber>;
|
|
39365
|
+
required_fields: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
39366
|
+
feed_formats: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"google_merchant_center">, z.ZodLiteral<"facebook_catalog">, z.ZodLiteral<"shopify">, z.ZodLiteral<"linkedin_jobs">, z.ZodLiteral<"custom">]>>>;
|
|
39367
|
+
offering_asset_constraints: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
39368
|
+
asset_group_id: z.ZodString;
|
|
39369
|
+
asset_type: z.ZodUnion<readonly [z.ZodLiteral<"image">, z.ZodLiteral<"video">, z.ZodLiteral<"audio">, z.ZodLiteral<"text">, z.ZodLiteral<"markdown">, z.ZodLiteral<"html">, z.ZodLiteral<"css">, z.ZodLiteral<"javascript">, z.ZodLiteral<"vast">, z.ZodLiteral<"daast">, z.ZodLiteral<"url">, z.ZodLiteral<"webhook">, z.ZodLiteral<"brief">, z.ZodLiteral<"catalog">]>;
|
|
39370
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
39371
|
+
min_count: z.ZodOptional<z.ZodNumber>;
|
|
39372
|
+
max_count: z.ZodOptional<z.ZodNumber>;
|
|
39373
|
+
asset_requirements: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
39374
|
+
min_width: z.ZodOptional<z.ZodNumber>;
|
|
39375
|
+
max_width: z.ZodOptional<z.ZodNumber>;
|
|
39376
|
+
min_height: z.ZodOptional<z.ZodNumber>;
|
|
39377
|
+
max_height: z.ZodOptional<z.ZodNumber>;
|
|
39378
|
+
unit: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"px">, z.ZodLiteral<"dp">, z.ZodLiteral<"inches">, z.ZodLiteral<"cm">, z.ZodLiteral<"mm">, z.ZodLiteral<"pt">]>>;
|
|
39379
|
+
aspect_ratio: z.ZodOptional<z.ZodString>;
|
|
39380
|
+
formats: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"jpg">, z.ZodLiteral<"jpeg">, z.ZodLiteral<"png">, z.ZodLiteral<"gif">, z.ZodLiteral<"webp">, z.ZodLiteral<"svg">, z.ZodLiteral<"avif">, z.ZodLiteral<"tiff">, z.ZodLiteral<"pdf">, z.ZodLiteral<"eps">]>>>;
|
|
39381
|
+
min_dpi: z.ZodOptional<z.ZodNumber>;
|
|
39382
|
+
bleed: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
39383
|
+
uniform: z.ZodNumber;
|
|
39384
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
39385
|
+
top: z.ZodNumber;
|
|
39386
|
+
right: z.ZodNumber;
|
|
39387
|
+
bottom: z.ZodNumber;
|
|
39388
|
+
left: z.ZodNumber;
|
|
39389
|
+
}, z.core.$loose>]>>;
|
|
39390
|
+
color_space: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"rgb">, z.ZodLiteral<"cmyk">, z.ZodLiteral<"grayscale">]>>;
|
|
39391
|
+
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
39392
|
+
transparency_required: z.ZodOptional<z.ZodBoolean>;
|
|
39393
|
+
animation_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
39394
|
+
max_animation_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
39395
|
+
max_weight_grams: z.ZodOptional<z.ZodNumber>;
|
|
39219
39396
|
}, z.core.$loose>, z.ZodObject<{
|
|
39220
|
-
|
|
39221
|
-
|
|
39222
|
-
|
|
39223
|
-
|
|
39397
|
+
min_width: z.ZodOptional<z.ZodNumber>;
|
|
39398
|
+
max_width: z.ZodOptional<z.ZodNumber>;
|
|
39399
|
+
min_height: z.ZodOptional<z.ZodNumber>;
|
|
39400
|
+
max_height: z.ZodOptional<z.ZodNumber>;
|
|
39401
|
+
aspect_ratio: z.ZodOptional<z.ZodString>;
|
|
39402
|
+
min_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
39403
|
+
max_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
39404
|
+
containers: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mp4">, z.ZodLiteral<"webm">, z.ZodLiteral<"mov">, z.ZodLiteral<"avi">, z.ZodLiteral<"mkv">]>>>;
|
|
39405
|
+
codecs: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"h264">, z.ZodLiteral<"h265">, z.ZodLiteral<"vp8">, z.ZodLiteral<"vp9">, z.ZodLiteral<"av1">, z.ZodLiteral<"prores">]>>>;
|
|
39406
|
+
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
39407
|
+
min_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
39408
|
+
max_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
39409
|
+
frame_rates: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
39410
|
+
audio_required: z.ZodOptional<z.ZodBoolean>;
|
|
39411
|
+
frame_rate_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"constant">, z.ZodLiteral<"variable">]>>;
|
|
39412
|
+
scan_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"progressive">, z.ZodLiteral<"interlaced">]>>;
|
|
39413
|
+
gop_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"closed">, z.ZodLiteral<"open">]>>;
|
|
39414
|
+
min_gop_interval_seconds: z.ZodOptional<z.ZodNumber>;
|
|
39415
|
+
max_gop_interval_seconds: z.ZodOptional<z.ZodNumber>;
|
|
39416
|
+
moov_atom_position: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"start">, z.ZodLiteral<"end">]>>;
|
|
39417
|
+
audio_codecs: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"aac">, z.ZodLiteral<"pcm">, z.ZodLiteral<"ac3">, z.ZodLiteral<"eac3">, z.ZodLiteral<"mp3">, z.ZodLiteral<"opus">, z.ZodLiteral<"vorbis">, z.ZodLiteral<"flac">]>>>;
|
|
39418
|
+
audio_sample_rates: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
39419
|
+
audio_channels: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mono">, z.ZodLiteral<"stereo">, z.ZodLiteral<"5.1">, z.ZodLiteral<"7.1">]>>>;
|
|
39420
|
+
loudness_lufs: z.ZodOptional<z.ZodNumber>;
|
|
39421
|
+
loudness_tolerance_db: z.ZodOptional<z.ZodNumber>;
|
|
39422
|
+
true_peak_dbfs: z.ZodOptional<z.ZodNumber>;
|
|
39423
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
39424
|
+
min_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
39425
|
+
max_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
39426
|
+
formats: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mp3">, z.ZodLiteral<"aac">, z.ZodLiteral<"wav">, z.ZodLiteral<"ogg">, z.ZodLiteral<"flac">]>>>;
|
|
39427
|
+
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
39428
|
+
sample_rates: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
39429
|
+
channels: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mono">, z.ZodLiteral<"stereo">]>>>;
|
|
39430
|
+
min_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
39431
|
+
max_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
39432
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
39433
|
+
min_length: z.ZodOptional<z.ZodNumber>;
|
|
39434
|
+
max_length: z.ZodOptional<z.ZodNumber>;
|
|
39435
|
+
min_lines: z.ZodOptional<z.ZodNumber>;
|
|
39436
|
+
max_lines: z.ZodOptional<z.ZodNumber>;
|
|
39437
|
+
character_pattern: z.ZodOptional<z.ZodString>;
|
|
39438
|
+
prohibited_terms: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
39439
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
39440
|
+
max_length: z.ZodOptional<z.ZodNumber>;
|
|
39441
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
39442
|
+
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
39443
|
+
sandbox: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"none">, z.ZodLiteral<"iframe">, z.ZodLiteral<"safeframe">, z.ZodLiteral<"fencedframe">]>>;
|
|
39444
|
+
external_resources_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
39445
|
+
allowed_external_domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
39446
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
39447
|
+
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
39448
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
39449
|
+
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
39450
|
+
module_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"script">, z.ZodLiteral<"module">, z.ZodLiteral<"iife">]>>;
|
|
39451
|
+
strict_mode_required: z.ZodOptional<z.ZodBoolean>;
|
|
39452
|
+
external_resources_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
39453
|
+
allowed_external_domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
39454
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
39455
|
+
vast_version: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"2.0">, z.ZodLiteral<"3.0">, z.ZodLiteral<"4.0">, z.ZodLiteral<"4.1">, z.ZodLiteral<"4.2">]>>;
|
|
39456
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
39457
|
+
daast_version: z.ZodOptional<z.ZodLiteral<"1.0">>;
|
|
39458
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
39459
|
+
role: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"clickthrough">, z.ZodLiteral<"landing_page">, z.ZodLiteral<"impression_tracker">, z.ZodLiteral<"click_tracker">, z.ZodLiteral<"viewability_tracker">, z.ZodLiteral<"third_party_tracker">]>>;
|
|
39460
|
+
protocols: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"https">, z.ZodLiteral<"http">]>>>;
|
|
39461
|
+
allowed_domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
39462
|
+
max_length: z.ZodOptional<z.ZodNumber>;
|
|
39463
|
+
macro_support: z.ZodOptional<z.ZodBoolean>;
|
|
39464
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
39465
|
+
methods: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"GET">, z.ZodLiteral<"POST">]>>>;
|
|
39224
39466
|
}, z.core.$loose>]>>;
|
|
39225
|
-
|
|
39226
|
-
|
|
39227
|
-
|
|
39228
|
-
|
|
39229
|
-
|
|
39230
|
-
|
|
39231
|
-
|
|
39232
|
-
min_width: z.ZodOptional<z.ZodNumber>;
|
|
39233
|
-
max_width: z.ZodOptional<z.ZodNumber>;
|
|
39234
|
-
min_height: z.ZodOptional<z.ZodNumber>;
|
|
39235
|
-
max_height: z.ZodOptional<z.ZodNumber>;
|
|
39236
|
-
aspect_ratio: z.ZodOptional<z.ZodString>;
|
|
39237
|
-
min_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
39238
|
-
max_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
39239
|
-
containers: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mp4">, z.ZodLiteral<"webm">, z.ZodLiteral<"mov">, z.ZodLiteral<"avi">, z.ZodLiteral<"mkv">]>>>;
|
|
39240
|
-
codecs: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"h264">, z.ZodLiteral<"h265">, z.ZodLiteral<"vp8">, z.ZodLiteral<"vp9">, z.ZodLiteral<"av1">, z.ZodLiteral<"prores">]>>>;
|
|
39241
|
-
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
39242
|
-
min_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
39243
|
-
max_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
39244
|
-
frame_rates: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
39245
|
-
audio_required: z.ZodOptional<z.ZodBoolean>;
|
|
39246
|
-
frame_rate_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"constant">, z.ZodLiteral<"variable">]>>;
|
|
39247
|
-
scan_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"progressive">, z.ZodLiteral<"interlaced">]>>;
|
|
39248
|
-
gop_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"closed">, z.ZodLiteral<"open">]>>;
|
|
39249
|
-
min_gop_interval_seconds: z.ZodOptional<z.ZodNumber>;
|
|
39250
|
-
max_gop_interval_seconds: z.ZodOptional<z.ZodNumber>;
|
|
39251
|
-
moov_atom_position: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"start">, z.ZodLiteral<"end">]>>;
|
|
39252
|
-
audio_codecs: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"aac">, z.ZodLiteral<"pcm">, z.ZodLiteral<"ac3">, z.ZodLiteral<"eac3">, z.ZodLiteral<"mp3">, z.ZodLiteral<"opus">, z.ZodLiteral<"vorbis">, z.ZodLiteral<"flac">]>>>;
|
|
39253
|
-
audio_sample_rates: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
39254
|
-
audio_channels: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mono">, z.ZodLiteral<"stereo">, z.ZodLiteral<"5.1">, z.ZodLiteral<"7.1">]>>>;
|
|
39255
|
-
loudness_lufs: z.ZodOptional<z.ZodNumber>;
|
|
39256
|
-
loudness_tolerance_db: z.ZodOptional<z.ZodNumber>;
|
|
39257
|
-
true_peak_dbfs: z.ZodOptional<z.ZodNumber>;
|
|
39258
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
39259
|
-
min_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
39260
|
-
max_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
39261
|
-
formats: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mp3">, z.ZodLiteral<"aac">, z.ZodLiteral<"wav">, z.ZodLiteral<"ogg">, z.ZodLiteral<"flac">]>>>;
|
|
39262
|
-
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
39263
|
-
sample_rates: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
39264
|
-
channels: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mono">, z.ZodLiteral<"stereo">]>>>;
|
|
39265
|
-
min_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
39266
|
-
max_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
39267
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
39268
|
-
min_length: z.ZodOptional<z.ZodNumber>;
|
|
39269
|
-
max_length: z.ZodOptional<z.ZodNumber>;
|
|
39270
|
-
min_lines: z.ZodOptional<z.ZodNumber>;
|
|
39271
|
-
max_lines: z.ZodOptional<z.ZodNumber>;
|
|
39272
|
-
character_pattern: z.ZodOptional<z.ZodString>;
|
|
39273
|
-
prohibited_terms: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
39274
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
39275
|
-
max_length: z.ZodOptional<z.ZodNumber>;
|
|
39276
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
39277
|
-
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
39278
|
-
sandbox: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"none">, z.ZodLiteral<"iframe">, z.ZodLiteral<"safeframe">, z.ZodLiteral<"fencedframe">]>>;
|
|
39279
|
-
external_resources_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
39280
|
-
allowed_external_domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
39281
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
39282
|
-
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
39283
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
39284
|
-
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
39285
|
-
module_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"script">, z.ZodLiteral<"module">, z.ZodLiteral<"iife">]>>;
|
|
39286
|
-
strict_mode_required: z.ZodOptional<z.ZodBoolean>;
|
|
39287
|
-
external_resources_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
39288
|
-
allowed_external_domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
39289
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
39290
|
-
vast_version: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"2.0">, z.ZodLiteral<"3.0">, z.ZodLiteral<"4.0">, z.ZodLiteral<"4.1">, z.ZodLiteral<"4.2">]>>;
|
|
39291
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
39292
|
-
daast_version: z.ZodOptional<z.ZodLiteral<"1.0">>;
|
|
39467
|
+
ext: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
39468
|
+
}, z.core.$loose>>>;
|
|
39469
|
+
field_bindings: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
39470
|
+
kind: z.ZodLiteral<"scalar">;
|
|
39471
|
+
asset_id: z.ZodString;
|
|
39472
|
+
catalog_field: z.ZodString;
|
|
39473
|
+
ext: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
39293
39474
|
}, z.core.$loose>, z.ZodObject<{
|
|
39294
|
-
|
|
39295
|
-
|
|
39296
|
-
|
|
39297
|
-
|
|
39298
|
-
macro_support: z.ZodOptional<z.ZodBoolean>;
|
|
39475
|
+
kind: z.ZodLiteral<"asset_pool">;
|
|
39476
|
+
asset_id: z.ZodString;
|
|
39477
|
+
asset_group_id: z.ZodString;
|
|
39478
|
+
ext: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
39299
39479
|
}, z.core.$loose>, z.ZodObject<{
|
|
39300
|
-
|
|
39301
|
-
|
|
39302
|
-
|
|
39480
|
+
kind: z.ZodLiteral<"catalog_group">;
|
|
39481
|
+
format_group_id: z.ZodString;
|
|
39482
|
+
catalog_item: z.ZodLiteral<true>;
|
|
39483
|
+
per_item_bindings: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
39484
|
+
kind: z.ZodLiteral<"scalar">;
|
|
39485
|
+
asset_id: z.ZodString;
|
|
39486
|
+
catalog_field: z.ZodString;
|
|
39487
|
+
ext: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
39488
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
39489
|
+
kind: z.ZodLiteral<"asset_pool">;
|
|
39490
|
+
asset_id: z.ZodString;
|
|
39491
|
+
asset_group_id: z.ZodString;
|
|
39492
|
+
ext: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
39493
|
+
}, z.core.$loose>]>>>;
|
|
39494
|
+
ext: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
39495
|
+
}, z.core.$loose>]>>>;
|
|
39303
39496
|
}, z.core.$loose>;
|
|
39304
39497
|
export declare const SignalPricingOptionSchema: z.ZodIntersection<z.ZodObject<{
|
|
39305
39498
|
pricing_option_id: z.ZodString;
|
|
@@ -40280,7 +40473,7 @@ export declare const ListCreativeFormatsResponseSchema: z.ZodObject<{
|
|
|
40280
40473
|
role: z.ZodString;
|
|
40281
40474
|
parameters_from_format_id: z.ZodLiteral<true>;
|
|
40282
40475
|
}, z.core.$loose>]>>>;
|
|
40283
|
-
assets: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
40476
|
+
assets: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
|
|
40284
40477
|
item_type: z.ZodLiteral<"individual">;
|
|
40285
40478
|
asset_id: z.ZodString;
|
|
40286
40479
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -40302,6 +40495,8 @@ export declare const ListCreativeFormatsResponseSchema: z.ZodObject<{
|
|
|
40302
40495
|
}, z.core.$loose>;
|
|
40303
40496
|
}, z.core.$loose>>>;
|
|
40304
40497
|
}, z.core.$loose>, z.ZodObject<{
|
|
40498
|
+
asset_type: z.ZodLiteral<"image">;
|
|
40499
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
40305
40500
|
item_type: z.ZodLiteral<"individual">;
|
|
40306
40501
|
asset_id: z.ZodString;
|
|
40307
40502
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -40323,6 +40518,8 @@ export declare const ListCreativeFormatsResponseSchema: z.ZodObject<{
|
|
|
40323
40518
|
}, z.core.$loose>;
|
|
40324
40519
|
}, z.core.$loose>>>;
|
|
40325
40520
|
}, z.core.$loose>, z.ZodObject<{
|
|
40521
|
+
asset_type: z.ZodLiteral<"video">;
|
|
40522
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
40326
40523
|
item_type: z.ZodLiteral<"individual">;
|
|
40327
40524
|
asset_id: z.ZodString;
|
|
40328
40525
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -40344,6 +40541,8 @@ export declare const ListCreativeFormatsResponseSchema: z.ZodObject<{
|
|
|
40344
40541
|
}, z.core.$loose>;
|
|
40345
40542
|
}, z.core.$loose>>>;
|
|
40346
40543
|
}, z.core.$loose>, z.ZodObject<{
|
|
40544
|
+
asset_type: z.ZodLiteral<"audio">;
|
|
40545
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
40347
40546
|
item_type: z.ZodLiteral<"individual">;
|
|
40348
40547
|
asset_id: z.ZodString;
|
|
40349
40548
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -40365,6 +40564,8 @@ export declare const ListCreativeFormatsResponseSchema: z.ZodObject<{
|
|
|
40365
40564
|
}, z.core.$loose>;
|
|
40366
40565
|
}, z.core.$loose>>>;
|
|
40367
40566
|
}, z.core.$loose>, z.ZodObject<{
|
|
40567
|
+
asset_type: z.ZodLiteral<"text">;
|
|
40568
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
40368
40569
|
item_type: z.ZodLiteral<"individual">;
|
|
40369
40570
|
asset_id: z.ZodString;
|
|
40370
40571
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -40386,6 +40587,8 @@ export declare const ListCreativeFormatsResponseSchema: z.ZodObject<{
|
|
|
40386
40587
|
}, z.core.$loose>;
|
|
40387
40588
|
}, z.core.$loose>>>;
|
|
40388
40589
|
}, z.core.$loose>, z.ZodObject<{
|
|
40590
|
+
asset_type: z.ZodLiteral<"markdown">;
|
|
40591
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
40389
40592
|
item_type: z.ZodLiteral<"individual">;
|
|
40390
40593
|
asset_id: z.ZodString;
|
|
40391
40594
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -40407,6 +40610,8 @@ export declare const ListCreativeFormatsResponseSchema: z.ZodObject<{
|
|
|
40407
40610
|
}, z.core.$loose>;
|
|
40408
40611
|
}, z.core.$loose>>>;
|
|
40409
40612
|
}, z.core.$loose>, z.ZodObject<{
|
|
40613
|
+
asset_type: z.ZodLiteral<"html">;
|
|
40614
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
40410
40615
|
item_type: z.ZodLiteral<"individual">;
|
|
40411
40616
|
asset_id: z.ZodString;
|
|
40412
40617
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -40428,6 +40633,8 @@ export declare const ListCreativeFormatsResponseSchema: z.ZodObject<{
|
|
|
40428
40633
|
}, z.core.$loose>;
|
|
40429
40634
|
}, z.core.$loose>>>;
|
|
40430
40635
|
}, z.core.$loose>, z.ZodObject<{
|
|
40636
|
+
asset_type: z.ZodLiteral<"css">;
|
|
40637
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
40431
40638
|
item_type: z.ZodLiteral<"individual">;
|
|
40432
40639
|
asset_id: z.ZodString;
|
|
40433
40640
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -40449,6 +40656,8 @@ export declare const ListCreativeFormatsResponseSchema: z.ZodObject<{
|
|
|
40449
40656
|
}, z.core.$loose>;
|
|
40450
40657
|
}, z.core.$loose>>>;
|
|
40451
40658
|
}, z.core.$loose>, z.ZodObject<{
|
|
40659
|
+
asset_type: z.ZodLiteral<"javascript">;
|
|
40660
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
40452
40661
|
item_type: z.ZodLiteral<"individual">;
|
|
40453
40662
|
asset_id: z.ZodString;
|
|
40454
40663
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -40470,6 +40679,8 @@ export declare const ListCreativeFormatsResponseSchema: z.ZodObject<{
|
|
|
40470
40679
|
}, z.core.$loose>;
|
|
40471
40680
|
}, z.core.$loose>>>;
|
|
40472
40681
|
}, z.core.$loose>, z.ZodObject<{
|
|
40682
|
+
asset_type: z.ZodLiteral<"vast">;
|
|
40683
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
40473
40684
|
item_type: z.ZodLiteral<"individual">;
|
|
40474
40685
|
asset_id: z.ZodString;
|
|
40475
40686
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -40491,6 +40702,8 @@ export declare const ListCreativeFormatsResponseSchema: z.ZodObject<{
|
|
|
40491
40702
|
}, z.core.$loose>;
|
|
40492
40703
|
}, z.core.$loose>>>;
|
|
40493
40704
|
}, z.core.$loose>, z.ZodObject<{
|
|
40705
|
+
asset_type: z.ZodLiteral<"daast">;
|
|
40706
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
40494
40707
|
item_type: z.ZodLiteral<"individual">;
|
|
40495
40708
|
asset_id: z.ZodString;
|
|
40496
40709
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -40512,6 +40725,8 @@ export declare const ListCreativeFormatsResponseSchema: z.ZodObject<{
|
|
|
40512
40725
|
}, z.core.$loose>;
|
|
40513
40726
|
}, z.core.$loose>>>;
|
|
40514
40727
|
}, z.core.$loose>, z.ZodObject<{
|
|
40728
|
+
asset_type: z.ZodLiteral<"url">;
|
|
40729
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
40515
40730
|
item_type: z.ZodLiteral<"individual">;
|
|
40516
40731
|
asset_id: z.ZodString;
|
|
40517
40732
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -40533,6 +40748,8 @@ export declare const ListCreativeFormatsResponseSchema: z.ZodObject<{
|
|
|
40533
40748
|
}, z.core.$loose>;
|
|
40534
40749
|
}, z.core.$loose>>>;
|
|
40535
40750
|
}, z.core.$loose>, z.ZodObject<{
|
|
40751
|
+
asset_type: z.ZodLiteral<"webhook">;
|
|
40752
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
40536
40753
|
item_type: z.ZodLiteral<"individual">;
|
|
40537
40754
|
asset_id: z.ZodString;
|
|
40538
40755
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -40554,6 +40771,8 @@ export declare const ListCreativeFormatsResponseSchema: z.ZodObject<{
|
|
|
40554
40771
|
}, z.core.$loose>;
|
|
40555
40772
|
}, z.core.$loose>>>;
|
|
40556
40773
|
}, z.core.$loose>, z.ZodObject<{
|
|
40774
|
+
asset_type: z.ZodLiteral<"brief">;
|
|
40775
|
+
}, z.core.$loose>>, z.ZodIntersection<z.ZodObject<{
|
|
40557
40776
|
item_type: z.ZodLiteral<"individual">;
|
|
40558
40777
|
asset_id: z.ZodString;
|
|
40559
40778
|
asset_role: z.ZodOptional<z.ZodString>;
|
|
@@ -40575,6 +40794,8 @@ export declare const ListCreativeFormatsResponseSchema: z.ZodObject<{
|
|
|
40575
40794
|
}, z.core.$loose>;
|
|
40576
40795
|
}, z.core.$loose>>>;
|
|
40577
40796
|
}, z.core.$loose>, z.ZodObject<{
|
|
40797
|
+
asset_type: z.ZodLiteral<"catalog">;
|
|
40798
|
+
}, z.core.$loose>>, z.ZodObject<{
|
|
40578
40799
|
item_type: z.ZodLiteral<"repeatable_group">;
|
|
40579
40800
|
asset_group_id: z.ZodString;
|
|
40580
40801
|
required: z.ZodBoolean;
|
|
@@ -48869,143 +49090,6 @@ export declare const ValidatePropertyDeliveryResponseSchema: z.ZodObject<{
|
|
|
48869
49090
|
context: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
48870
49091
|
ext: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
48871
49092
|
}, z.core.$loose>;
|
|
48872
|
-
export declare const CatalogRequirementsSchema: z.ZodObject<{
|
|
48873
|
-
catalog_type: z.ZodUnion<readonly [z.ZodLiteral<"offering">, z.ZodLiteral<"product">, z.ZodLiteral<"inventory">, z.ZodLiteral<"store">, z.ZodLiteral<"promotion">, z.ZodLiteral<"hotel">, z.ZodLiteral<"flight">, z.ZodLiteral<"job">, z.ZodLiteral<"vehicle">, z.ZodLiteral<"real_estate">, z.ZodLiteral<"education">, z.ZodLiteral<"destination">, z.ZodLiteral<"app">]>;
|
|
48874
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
48875
|
-
min_items: z.ZodOptional<z.ZodNumber>;
|
|
48876
|
-
max_items: z.ZodOptional<z.ZodNumber>;
|
|
48877
|
-
required_fields: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
48878
|
-
feed_formats: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"google_merchant_center">, z.ZodLiteral<"facebook_catalog">, z.ZodLiteral<"shopify">, z.ZodLiteral<"linkedin_jobs">, z.ZodLiteral<"custom">]>>>;
|
|
48879
|
-
offering_asset_constraints: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
48880
|
-
asset_group_id: z.ZodString;
|
|
48881
|
-
asset_type: z.ZodUnion<readonly [z.ZodLiteral<"image">, z.ZodLiteral<"video">, z.ZodLiteral<"audio">, z.ZodLiteral<"text">, z.ZodLiteral<"markdown">, z.ZodLiteral<"html">, z.ZodLiteral<"css">, z.ZodLiteral<"javascript">, z.ZodLiteral<"vast">, z.ZodLiteral<"daast">, z.ZodLiteral<"url">, z.ZodLiteral<"webhook">, z.ZodLiteral<"brief">, z.ZodLiteral<"catalog">]>;
|
|
48882
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
48883
|
-
min_count: z.ZodOptional<z.ZodNumber>;
|
|
48884
|
-
max_count: z.ZodOptional<z.ZodNumber>;
|
|
48885
|
-
asset_requirements: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
48886
|
-
min_width: z.ZodOptional<z.ZodNumber>;
|
|
48887
|
-
max_width: z.ZodOptional<z.ZodNumber>;
|
|
48888
|
-
min_height: z.ZodOptional<z.ZodNumber>;
|
|
48889
|
-
max_height: z.ZodOptional<z.ZodNumber>;
|
|
48890
|
-
unit: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"px">, z.ZodLiteral<"dp">, z.ZodLiteral<"inches">, z.ZodLiteral<"cm">, z.ZodLiteral<"mm">, z.ZodLiteral<"pt">]>>;
|
|
48891
|
-
aspect_ratio: z.ZodOptional<z.ZodString>;
|
|
48892
|
-
formats: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"jpg">, z.ZodLiteral<"jpeg">, z.ZodLiteral<"png">, z.ZodLiteral<"gif">, z.ZodLiteral<"webp">, z.ZodLiteral<"svg">, z.ZodLiteral<"avif">, z.ZodLiteral<"tiff">, z.ZodLiteral<"pdf">, z.ZodLiteral<"eps">]>>>;
|
|
48893
|
-
min_dpi: z.ZodOptional<z.ZodNumber>;
|
|
48894
|
-
bleed: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
48895
|
-
uniform: z.ZodNumber;
|
|
48896
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
48897
|
-
top: z.ZodNumber;
|
|
48898
|
-
right: z.ZodNumber;
|
|
48899
|
-
bottom: z.ZodNumber;
|
|
48900
|
-
left: z.ZodNumber;
|
|
48901
|
-
}, z.core.$loose>]>>;
|
|
48902
|
-
color_space: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"rgb">, z.ZodLiteral<"cmyk">, z.ZodLiteral<"grayscale">]>>;
|
|
48903
|
-
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
48904
|
-
transparency_required: z.ZodOptional<z.ZodBoolean>;
|
|
48905
|
-
animation_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
48906
|
-
max_animation_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
48907
|
-
max_weight_grams: z.ZodOptional<z.ZodNumber>;
|
|
48908
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
48909
|
-
min_width: z.ZodOptional<z.ZodNumber>;
|
|
48910
|
-
max_width: z.ZodOptional<z.ZodNumber>;
|
|
48911
|
-
min_height: z.ZodOptional<z.ZodNumber>;
|
|
48912
|
-
max_height: z.ZodOptional<z.ZodNumber>;
|
|
48913
|
-
aspect_ratio: z.ZodOptional<z.ZodString>;
|
|
48914
|
-
min_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
48915
|
-
max_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
48916
|
-
containers: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mp4">, z.ZodLiteral<"webm">, z.ZodLiteral<"mov">, z.ZodLiteral<"avi">, z.ZodLiteral<"mkv">]>>>;
|
|
48917
|
-
codecs: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"h264">, z.ZodLiteral<"h265">, z.ZodLiteral<"vp8">, z.ZodLiteral<"vp9">, z.ZodLiteral<"av1">, z.ZodLiteral<"prores">]>>>;
|
|
48918
|
-
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
48919
|
-
min_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
48920
|
-
max_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
48921
|
-
frame_rates: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
48922
|
-
audio_required: z.ZodOptional<z.ZodBoolean>;
|
|
48923
|
-
frame_rate_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"constant">, z.ZodLiteral<"variable">]>>;
|
|
48924
|
-
scan_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"progressive">, z.ZodLiteral<"interlaced">]>>;
|
|
48925
|
-
gop_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"closed">, z.ZodLiteral<"open">]>>;
|
|
48926
|
-
min_gop_interval_seconds: z.ZodOptional<z.ZodNumber>;
|
|
48927
|
-
max_gop_interval_seconds: z.ZodOptional<z.ZodNumber>;
|
|
48928
|
-
moov_atom_position: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"start">, z.ZodLiteral<"end">]>>;
|
|
48929
|
-
audio_codecs: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"aac">, z.ZodLiteral<"pcm">, z.ZodLiteral<"ac3">, z.ZodLiteral<"eac3">, z.ZodLiteral<"mp3">, z.ZodLiteral<"opus">, z.ZodLiteral<"vorbis">, z.ZodLiteral<"flac">]>>>;
|
|
48930
|
-
audio_sample_rates: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
48931
|
-
audio_channels: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mono">, z.ZodLiteral<"stereo">, z.ZodLiteral<"5.1">, z.ZodLiteral<"7.1">]>>>;
|
|
48932
|
-
loudness_lufs: z.ZodOptional<z.ZodNumber>;
|
|
48933
|
-
loudness_tolerance_db: z.ZodOptional<z.ZodNumber>;
|
|
48934
|
-
true_peak_dbfs: z.ZodOptional<z.ZodNumber>;
|
|
48935
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
48936
|
-
min_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
48937
|
-
max_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
48938
|
-
formats: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mp3">, z.ZodLiteral<"aac">, z.ZodLiteral<"wav">, z.ZodLiteral<"ogg">, z.ZodLiteral<"flac">]>>>;
|
|
48939
|
-
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
48940
|
-
sample_rates: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
48941
|
-
channels: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"mono">, z.ZodLiteral<"stereo">]>>>;
|
|
48942
|
-
min_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
48943
|
-
max_bitrate_kbps: z.ZodOptional<z.ZodNumber>;
|
|
48944
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
48945
|
-
min_length: z.ZodOptional<z.ZodNumber>;
|
|
48946
|
-
max_length: z.ZodOptional<z.ZodNumber>;
|
|
48947
|
-
min_lines: z.ZodOptional<z.ZodNumber>;
|
|
48948
|
-
max_lines: z.ZodOptional<z.ZodNumber>;
|
|
48949
|
-
character_pattern: z.ZodOptional<z.ZodString>;
|
|
48950
|
-
prohibited_terms: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
48951
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
48952
|
-
max_length: z.ZodOptional<z.ZodNumber>;
|
|
48953
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
48954
|
-
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
48955
|
-
sandbox: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"none">, z.ZodLiteral<"iframe">, z.ZodLiteral<"safeframe">, z.ZodLiteral<"fencedframe">]>>;
|
|
48956
|
-
external_resources_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
48957
|
-
allowed_external_domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
48958
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
48959
|
-
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
48960
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
48961
|
-
max_file_size_kb: z.ZodOptional<z.ZodNumber>;
|
|
48962
|
-
module_type: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"script">, z.ZodLiteral<"module">, z.ZodLiteral<"iife">]>>;
|
|
48963
|
-
strict_mode_required: z.ZodOptional<z.ZodBoolean>;
|
|
48964
|
-
external_resources_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
48965
|
-
allowed_external_domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
48966
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
48967
|
-
vast_version: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"2.0">, z.ZodLiteral<"3.0">, z.ZodLiteral<"4.0">, z.ZodLiteral<"4.1">, z.ZodLiteral<"4.2">]>>;
|
|
48968
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
48969
|
-
daast_version: z.ZodOptional<z.ZodLiteral<"1.0">>;
|
|
48970
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
48971
|
-
role: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"clickthrough">, z.ZodLiteral<"landing_page">, z.ZodLiteral<"impression_tracker">, z.ZodLiteral<"click_tracker">, z.ZodLiteral<"viewability_tracker">, z.ZodLiteral<"third_party_tracker">]>>;
|
|
48972
|
-
protocols: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"https">, z.ZodLiteral<"http">]>>>;
|
|
48973
|
-
allowed_domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
48974
|
-
max_length: z.ZodOptional<z.ZodNumber>;
|
|
48975
|
-
macro_support: z.ZodOptional<z.ZodBoolean>;
|
|
48976
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
48977
|
-
methods: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"GET">, z.ZodLiteral<"POST">]>>>;
|
|
48978
|
-
}, z.core.$loose>]>>;
|
|
48979
|
-
ext: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
48980
|
-
}, z.core.$loose>>>;
|
|
48981
|
-
field_bindings: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
48982
|
-
kind: z.ZodLiteral<"scalar">;
|
|
48983
|
-
asset_id: z.ZodString;
|
|
48984
|
-
catalog_field: z.ZodString;
|
|
48985
|
-
ext: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
48986
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
48987
|
-
kind: z.ZodLiteral<"asset_pool">;
|
|
48988
|
-
asset_id: z.ZodString;
|
|
48989
|
-
asset_group_id: z.ZodString;
|
|
48990
|
-
ext: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
48991
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
48992
|
-
kind: z.ZodLiteral<"catalog_group">;
|
|
48993
|
-
format_group_id: z.ZodString;
|
|
48994
|
-
catalog_item: z.ZodLiteral<true>;
|
|
48995
|
-
per_item_bindings: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
48996
|
-
kind: z.ZodLiteral<"scalar">;
|
|
48997
|
-
asset_id: z.ZodString;
|
|
48998
|
-
catalog_field: z.ZodString;
|
|
48999
|
-
ext: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
49000
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
49001
|
-
kind: z.ZodLiteral<"asset_pool">;
|
|
49002
|
-
asset_id: z.ZodString;
|
|
49003
|
-
asset_group_id: z.ZodString;
|
|
49004
|
-
ext: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
49005
|
-
}, z.core.$loose>]>>>;
|
|
49006
|
-
ext: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
49007
|
-
}, z.core.$loose>]>>>;
|
|
49008
|
-
}, z.core.$loose>;
|
|
49009
49093
|
export declare const ComplyTestControllerRequestSchema: z.ZodObject<{
|
|
49010
49094
|
scenario: z.ZodUnion<readonly [z.ZodLiteral<"list_scenarios">, z.ZodLiteral<"force_creative_status">, z.ZodLiteral<"force_account_status">, z.ZodLiteral<"force_media_buy_status">, z.ZodLiteral<"force_create_media_buy_arm">, z.ZodLiteral<"force_task_completion">, z.ZodLiteral<"force_session_status">, z.ZodLiteral<"simulate_delivery">, z.ZodLiteral<"simulate_budget_spend">, z.ZodLiteral<"seed_product">, z.ZodLiteral<"seed_pricing_option">, z.ZodLiteral<"seed_creative">, z.ZodLiteral<"seed_plan">, z.ZodLiteral<"seed_media_buy">, z.ZodLiteral<"seed_creative_format">]>;
|
|
49011
49095
|
params: z.ZodOptional<z.ZodObject<{
|