@adcp/sdk 6.6.0 → 6.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ADCP_VERSION +1 -1
- package/AGENTS.md +4 -0
- package/README.md +29 -16
- package/bin/adcp-resolve.js +166 -0
- package/bin/adcp.js +450 -11
- package/compliance/cache/{3.0.1 → 3.0.5}/index.json +2 -2
- package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/audience-sync/index.yaml +1 -1
- package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/brand-rights/index.yaml +3 -3
- package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/sales-social/index.yaml +7 -0
- package/compliance/cache/{3.0.1 → 3.0.5}/universal/runner-output-contract.yaml +23 -4
- package/compliance/cache/{3.0.1 → 3.0.5}/universal/storyboard-schema.yaml +106 -1
- package/compliance/cache/{3.0.1 → 3.0.5}/universal/v3-envelope-integrity.yaml +4 -2
- package/dist/lib/adapters/implicit-account-store.d.ts +170 -0
- package/dist/lib/adapters/implicit-account-store.d.ts.map +1 -0
- package/dist/lib/adapters/implicit-account-store.js +313 -0
- package/dist/lib/adapters/implicit-account-store.js.map +1 -0
- package/dist/lib/adapters/index.d.ts +4 -0
- package/dist/lib/adapters/index.d.ts.map +1 -1
- package/dist/lib/adapters/index.js +19 -1
- package/dist/lib/adapters/index.js.map +1 -1
- package/dist/lib/adapters/oauth-passthrough-resolver.d.ts +191 -0
- package/dist/lib/adapters/oauth-passthrough-resolver.d.ts.map +1 -0
- package/dist/lib/adapters/oauth-passthrough-resolver.js +178 -0
- package/dist/lib/adapters/oauth-passthrough-resolver.js.map +1 -0
- package/dist/lib/adapters/roster-account-store.d.ts +221 -0
- package/dist/lib/adapters/roster-account-store.d.ts.map +1 -0
- package/dist/lib/adapters/roster-account-store.js +194 -0
- package/dist/lib/adapters/roster-account-store.js.map +1 -0
- package/dist/lib/auth/oauth/ClientCredentialsFlow.d.ts.map +1 -1
- package/dist/lib/auth/oauth/ClientCredentialsFlow.js +5 -1
- package/dist/lib/auth/oauth/ClientCredentialsFlow.js.map +1 -1
- package/dist/lib/auth/oauth/discovery.d.ts.map +1 -1
- package/dist/lib/auth/oauth/discovery.js +6 -1
- package/dist/lib/auth/oauth/discovery.js.map +1 -1
- package/dist/lib/core/AgentClient.d.ts.map +1 -1
- package/dist/lib/core/SingleAgentClient.d.ts +22 -0
- package/dist/lib/core/SingleAgentClient.d.ts.map +1 -1
- package/dist/lib/core/SingleAgentClient.js +86 -23
- package/dist/lib/core/SingleAgentClient.js.map +1 -1
- package/dist/lib/index.d.ts +3 -3
- package/dist/lib/index.d.ts.map +1 -1
- package/dist/lib/index.js +22 -7
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/mock-server/creative-template/server.d.ts.map +1 -1
- package/dist/lib/mock-server/creative-template/server.js +54 -9
- package/dist/lib/mock-server/creative-template/server.js.map +1 -1
- package/dist/lib/mock-server/index.d.ts +27 -1
- package/dist/lib/mock-server/index.d.ts.map +1 -1
- package/dist/lib/mock-server/index.js +127 -9
- package/dist/lib/mock-server/index.js.map +1 -1
- package/dist/lib/mock-server/sales-guaranteed/seed-data.d.ts +46 -0
- package/dist/lib/mock-server/sales-guaranteed/seed-data.d.ts.map +1 -0
- package/dist/lib/mock-server/sales-guaranteed/seed-data.js +167 -0
- package/dist/lib/mock-server/sales-guaranteed/seed-data.js.map +1 -0
- package/dist/lib/mock-server/sales-guaranteed/server.d.ts +14 -0
- package/dist/lib/mock-server/sales-guaranteed/server.d.ts.map +1 -0
- package/dist/lib/mock-server/sales-guaranteed/server.js +893 -0
- package/dist/lib/mock-server/sales-guaranteed/server.js.map +1 -0
- package/dist/lib/mock-server/sales-social/seed-data.d.ts +34 -0
- package/dist/lib/mock-server/sales-social/seed-data.d.ts.map +1 -0
- package/dist/lib/mock-server/sales-social/seed-data.js +42 -0
- package/dist/lib/mock-server/sales-social/seed-data.js.map +1 -0
- package/dist/lib/mock-server/sales-social/server.d.ts +17 -0
- package/dist/lib/mock-server/sales-social/server.d.ts.map +1 -0
- package/dist/lib/mock-server/sales-social/server.js +1219 -0
- package/dist/lib/mock-server/sales-social/server.js.map +1 -0
- package/dist/lib/mock-server/signal-marketplace/server.d.ts.map +1 -1
- package/dist/lib/mock-server/signal-marketplace/server.js +58 -9
- package/dist/lib/mock-server/signal-marketplace/server.js.map +1 -1
- package/dist/lib/protocols/mcp.d.ts +4 -4
- package/dist/lib/protocols/mcp.d.ts.map +1 -1
- package/dist/lib/protocols/mcp.js +19 -13
- package/dist/lib/protocols/mcp.js.map +1 -1
- package/dist/lib/schemas-data/3.0/a2ui/bound-value.json +1 -1
- package/dist/lib/schemas-data/3.0/a2ui/component.json +1 -1
- package/dist/lib/schemas-data/3.0/a2ui/si-catalog.json +25 -25
- package/dist/lib/schemas-data/3.0/a2ui/surface.json +2 -2
- package/dist/lib/schemas-data/3.0/a2ui/user-action.json +1 -1
- package/dist/lib/schemas-data/3.0/account/get-account-financials-request.json +5 -5
- package/dist/lib/schemas-data/3.0/account/get-account-financials-response.json +10 -10
- package/dist/lib/schemas-data/3.0/account/list-accounts-request.json +4 -4
- package/dist/lib/schemas-data/3.0/account/list-accounts-response.json +6 -6
- package/dist/lib/schemas-data/3.0/account/report-usage-request.json +5 -5
- package/dist/lib/schemas-data/3.0/account/report-usage-response.json +4 -4
- package/dist/lib/schemas-data/3.0/account/sync-accounts-request.json +9 -9
- package/dist/lib/schemas-data/3.0/account/sync-accounts-response.json +12 -12
- package/dist/lib/schemas-data/3.0/account/sync-governance-request.json +5 -5
- package/dist/lib/schemas-data/3.0/account/sync-governance-response.json +8 -8
- package/dist/lib/schemas-data/3.0/adagents.json +32 -32
- package/dist/lib/schemas-data/3.0/brand/acquire-rights-request.json +8 -8
- package/dist/lib/schemas-data/3.0/brand/acquire-rights-response.json +14 -14
- package/dist/lib/schemas-data/3.0/brand/creative-approval-request.json +4 -4
- package/dist/lib/schemas-data/3.0/brand/creative-approval-response.json +10 -10
- package/dist/lib/schemas-data/3.0/brand/get-brand-identity-request.json +3 -3
- package/dist/lib/schemas-data/3.0/brand/get-brand-identity-response.json +8 -8
- package/dist/lib/schemas-data/3.0/brand/get-rights-request.json +7 -7
- package/dist/lib/schemas-data/3.0/brand/get-rights-response.json +9 -9
- package/dist/lib/schemas-data/3.0/brand/revocation-notification.json +4 -4
- package/dist/lib/schemas-data/3.0/brand/rights-pricing-option.json +5 -5
- package/dist/lib/schemas-data/3.0/brand/rights-terms.json +3 -3
- package/dist/lib/schemas-data/3.0/brand/update-rights-request.json +4 -4
- package/dist/lib/schemas-data/3.0/brand/update-rights-response.json +9 -9
- package/dist/lib/schemas-data/3.0/brand.json +14 -14
- package/dist/lib/schemas-data/3.0/bundled/content-standards/calibrate-content-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/calibrate-content-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/content-standards/create-content-standards-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/create-content-standards-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/content-standards/get-content-standards-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/get-content-standards-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/content-standards/get-media-buy-artifacts-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/get-media-buy-artifacts-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/content-standards/list-content-standards-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/list-content-standards-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/content-standards/update-content-standards-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/update-content-standards-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/content-standards/validate-content-delivery-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/validate-content-delivery-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/core/tasks-get-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/core/tasks-get-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/core/tasks-list-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/core/tasks-list-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/get-creative-delivery-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/get-creative-delivery-response.json +40 -6
- package/dist/lib/schemas-data/3.0/bundled/creative/get-creative-features-request.json +7 -4
- package/dist/lib/schemas-data/3.0/bundled/creative/get-creative-features-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/creative/list-creative-formats-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/list-creative-formats-response.json +38 -7
- package/dist/lib/schemas-data/3.0/bundled/creative/list-creatives-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/list-creatives-response.json +40 -6
- package/dist/lib/schemas-data/3.0/bundled/creative/preview-creative-request.json +11 -5
- package/dist/lib/schemas-data/3.0/bundled/creative/preview-creative-response.json +40 -6
- package/dist/lib/schemas-data/3.0/bundled/creative/sync-creatives-request.json +7 -4
- package/dist/lib/schemas-data/3.0/bundled/creative/sync-creatives-response.json +101 -8
- package/dist/lib/schemas-data/3.0/bundled/media-buy/build-creative-request.json +7 -4
- package/dist/lib/schemas-data/3.0/bundled/media-buy/build-creative-response.json +110 -11
- package/dist/lib/schemas-data/3.0/bundled/media-buy/create-media-buy-request.json +7 -4
- package/dist/lib/schemas-data/3.0/bundled/media-buy/create-media-buy-response.json +68 -6
- package/dist/lib/schemas-data/3.0/bundled/media-buy/get-media-buy-delivery-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/get-media-buy-delivery-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/media-buy/get-media-buys-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/get-media-buys-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/media-buy/get-products-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/get-products-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/media-buy/list-creative-formats-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/list-creative-formats-response.json +38 -7
- package/dist/lib/schemas-data/3.0/bundled/media-buy/log-event-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/log-event-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/media-buy/package-request.json +7 -4
- package/dist/lib/schemas-data/3.0/bundled/media-buy/provide-performance-feedback-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/provide-performance-feedback-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/media-buy/sync-audiences-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/sync-audiences-response.json +68 -6
- package/dist/lib/schemas-data/3.0/bundled/media-buy/sync-catalogs-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/sync-catalogs-response.json +68 -6
- package/dist/lib/schemas-data/3.0/bundled/media-buy/sync-event-sources-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/sync-event-sources-response.json +68 -6
- package/dist/lib/schemas-data/3.0/bundled/media-buy/update-media-buy-request.json +11 -5
- package/dist/lib/schemas-data/3.0/bundled/media-buy/update-media-buy-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/property/create-property-list-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/create-property-list-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/delete-property-list-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/delete-property-list-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/get-property-list-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/get-property-list-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/list-property-lists-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/list-property-lists-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/update-property-list-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/update-property-list-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/validate-property-delivery-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/validate-property-delivery-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/protocol/get-adcp-capabilities-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/protocol/get-adcp-capabilities-response.json +36 -5
- package/dist/lib/schemas-data/3.0/bundled/signals/activate-signal-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/signals/activate-signal-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/signals/get-signals-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/signals/get-signals-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-get-offering-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-get-offering-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-initiate-session-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-initiate-session-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-send-message-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-send-message-response.json +35 -4
- package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-terminate-session-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-terminate-session-response.json +35 -4
- package/dist/lib/schemas-data/3.0/collection/base-collection-source.json +3 -3
- package/dist/lib/schemas-data/3.0/collection/collection-list-changed-webhook.json +2 -2
- package/dist/lib/schemas-data/3.0/collection/collection-list-filters.json +7 -7
- package/dist/lib/schemas-data/3.0/collection/collection-list.json +5 -5
- package/dist/lib/schemas-data/3.0/collection/create-collection-list-request.json +7 -7
- package/dist/lib/schemas-data/3.0/collection/create-collection-list-response.json +4 -4
- package/dist/lib/schemas-data/3.0/collection/delete-collection-list-request.json +4 -4
- package/dist/lib/schemas-data/3.0/collection/delete-collection-list-response.json +3 -3
- package/dist/lib/schemas-data/3.0/collection/get-collection-list-request.json +4 -4
- package/dist/lib/schemas-data/3.0/collection/get-collection-list-response.json +10 -10
- package/dist/lib/schemas-data/3.0/collection/list-collection-lists-request.json +5 -5
- package/dist/lib/schemas-data/3.0/collection/list-collection-lists-response.json +5 -5
- package/dist/lib/schemas-data/3.0/collection/update-collection-list-request.json +7 -7
- package/dist/lib/schemas-data/3.0/collection/update-collection-list-response.json +4 -4
- package/dist/lib/schemas-data/3.0/content-standards/artifact-webhook-payload.json +3 -3
- package/dist/lib/schemas-data/3.0/content-standards/artifact.json +7 -7
- package/dist/lib/schemas-data/3.0/content-standards/calibrate-content-request.json +4 -4
- package/dist/lib/schemas-data/3.0/content-standards/calibrate-content-response.json +8 -8
- package/dist/lib/schemas-data/3.0/content-standards/content-standards.json +7 -7
- package/dist/lib/schemas-data/3.0/content-standards/create-content-standards-request.json +7 -7
- package/dist/lib/schemas-data/3.0/content-standards/create-content-standards-response.json +6 -6
- package/dist/lib/schemas-data/3.0/content-standards/get-content-standards-request.json +3 -3
- package/dist/lib/schemas-data/3.0/content-standards/get-content-standards-response.json +7 -7
- package/dist/lib/schemas-data/3.0/content-standards/get-media-buy-artifacts-request.json +4 -4
- package/dist/lib/schemas-data/3.0/content-standards/get-media-buy-artifacts-response.json +8 -8
- package/dist/lib/schemas-data/3.0/content-standards/list-content-standards-request.json +5 -5
- package/dist/lib/schemas-data/3.0/content-standards/list-content-standards-response.json +8 -8
- package/dist/lib/schemas-data/3.0/content-standards/update-content-standards-request.json +7 -7
- package/dist/lib/schemas-data/3.0/content-standards/update-content-standards-response.json +6 -6
- package/dist/lib/schemas-data/3.0/content-standards/validate-content-delivery-request.json +4 -4
- package/dist/lib/schemas-data/3.0/content-standards/validate-content-delivery-response.json +8 -8
- package/dist/lib/schemas-data/3.0/core/account-ref.json +2 -2
- package/dist/lib/schemas-data/3.0/core/account.json +9 -9
- package/dist/lib/schemas-data/3.0/core/activation-key.json +1 -1
- package/dist/lib/schemas-data/3.0/core/ad-inventory-config.json +1 -1
- package/dist/lib/schemas-data/3.0/core/agent-encryption-key.json +1 -1
- package/dist/lib/schemas-data/3.0/core/agent-signing-key.json +1 -1
- package/dist/lib/schemas-data/3.0/core/app-item.json +4 -4
- package/dist/lib/schemas-data/3.0/core/assets/asset-union.json +53 -0
- package/dist/lib/schemas-data/3.0/core/assets/audio-asset.json +3 -3
- package/dist/lib/schemas-data/3.0/core/assets/brief-asset.json +2 -2
- package/dist/lib/schemas-data/3.0/core/assets/catalog-asset.json +2 -2
- package/dist/lib/schemas-data/3.0/core/assets/css-asset.json +2 -2
- package/dist/lib/schemas-data/3.0/core/assets/daast-asset.json +4 -4
- package/dist/lib/schemas-data/3.0/core/assets/html-asset.json +2 -2
- package/dist/lib/schemas-data/3.0/core/assets/image-asset.json +2 -2
- package/dist/lib/schemas-data/3.0/core/assets/javascript-asset.json +3 -3
- package/dist/lib/schemas-data/3.0/core/assets/markdown-asset.json +2 -2
- package/dist/lib/schemas-data/3.0/core/assets/text-asset.json +2 -2
- package/dist/lib/schemas-data/3.0/core/assets/url-asset.json +6 -5
- package/dist/lib/schemas-data/3.0/core/assets/vast-asset.json +4 -4
- package/dist/lib/schemas-data/3.0/core/assets/video-asset.json +7 -7
- package/dist/lib/schemas-data/3.0/core/assets/webhook-asset.json +7 -7
- package/dist/lib/schemas-data/3.0/core/async-response-data.json +25 -25
- package/dist/lib/schemas-data/3.0/core/attribution-window.json +4 -4
- package/dist/lib/schemas-data/3.0/core/audience-member.json +3 -3
- package/dist/lib/schemas-data/3.0/core/audience-selector.json +4 -4
- package/dist/lib/schemas-data/3.0/core/brand-id.json +1 -1
- package/dist/lib/schemas-data/3.0/core/brand-ref.json +2 -2
- package/dist/lib/schemas-data/3.0/core/business-entity.json +2 -2
- package/dist/lib/schemas-data/3.0/core/cancellation-policy.json +2 -2
- package/dist/lib/schemas-data/3.0/core/catalog-field-mapping.json +2 -2
- package/dist/lib/schemas-data/3.0/core/catalog.json +7 -7
- package/dist/lib/schemas-data/3.0/core/catchment.json +5 -5
- package/dist/lib/schemas-data/3.0/core/collection-distribution.json +2 -2
- package/dist/lib/schemas-data/3.0/core/collection-list-ref.json +1 -1
- package/dist/lib/schemas-data/3.0/core/collection-selector.json +1 -1
- package/dist/lib/schemas-data/3.0/core/collection.json +13 -13
- package/dist/lib/schemas-data/3.0/core/content-rating.json +2 -2
- package/dist/lib/schemas-data/3.0/core/context.json +1 -1
- package/dist/lib/schemas-data/3.0/core/creative-asset.json +6 -52
- package/dist/lib/schemas-data/3.0/core/creative-assignment.json +1 -1
- package/dist/lib/schemas-data/3.0/core/creative-brief.json +4 -4
- package/dist/lib/schemas-data/3.0/core/creative-consumption.json +1 -1
- package/dist/lib/schemas-data/3.0/core/creative-filters.json +4 -4
- package/dist/lib/schemas-data/3.0/core/creative-item.json +1 -1
- package/dist/lib/schemas-data/3.0/core/creative-manifest.json +7 -53
- package/dist/lib/schemas-data/3.0/core/creative-policy.json +3 -3
- package/dist/lib/schemas-data/3.0/core/creative-variable.json +1 -1
- package/dist/lib/schemas-data/3.0/core/creative-variant.json +5 -5
- package/dist/lib/schemas-data/3.0/core/data-provider-signal-selector.json +1 -1
- package/dist/lib/schemas-data/3.0/core/date-range.json +1 -1
- package/dist/lib/schemas-data/3.0/core/datetime-range.json +1 -1
- package/dist/lib/schemas-data/3.0/core/daypart-target.json +2 -2
- package/dist/lib/schemas-data/3.0/core/deadline-policy.json +1 -1
- package/dist/lib/schemas-data/3.0/core/delivery-forecast.json +7 -7
- package/dist/lib/schemas-data/3.0/core/delivery-metrics.json +5 -5
- package/dist/lib/schemas-data/3.0/core/deployment.json +3 -3
- package/dist/lib/schemas-data/3.0/core/destination-item.json +4 -4
- package/dist/lib/schemas-data/3.0/core/destination.json +1 -1
- package/dist/lib/schemas-data/3.0/core/diagnostic-issue.json +1 -1
- package/dist/lib/schemas-data/3.0/core/duration.json +1 -1
- package/dist/lib/schemas-data/3.0/core/education-item.json +4 -4
- package/dist/lib/schemas-data/3.0/core/error.json +34 -3
- package/dist/lib/schemas-data/3.0/core/event-custom-data.json +2 -2
- package/dist/lib/schemas-data/3.0/core/event-source-health.json +3 -3
- package/dist/lib/schemas-data/3.0/core/event.json +6 -6
- package/dist/lib/schemas-data/3.0/core/ext.json +1 -1
- package/dist/lib/schemas-data/3.0/core/feature-requirement.json +1 -1
- package/dist/lib/schemas-data/3.0/core/flight-item.json +4 -4
- package/dist/lib/schemas-data/3.0/core/forecast-point.json +18 -18
- package/dist/lib/schemas-data/3.0/core/forecast-range.json +1 -1
- package/dist/lib/schemas-data/3.0/core/format-id.json +1 -1
- package/dist/lib/schemas-data/3.0/core/format.json +42 -42
- package/dist/lib/schemas-data/3.0/core/frequency-cap.json +4 -4
- package/dist/lib/schemas-data/3.0/core/generation-credential.json +3 -3
- package/dist/lib/schemas-data/3.0/core/geo-breakdown-support.json +3 -3
- package/dist/lib/schemas-data/3.0/core/hotel-item.json +4 -4
- package/dist/lib/schemas-data/3.0/core/identifier.json +2 -2
- package/dist/lib/schemas-data/3.0/core/industry-identifier.json +2 -2
- package/dist/lib/schemas-data/3.0/core/insertion-order.json +1 -1
- package/dist/lib/schemas-data/3.0/core/installment-deadlines.json +2 -2
- package/dist/lib/schemas-data/3.0/core/installment.json +9 -9
- package/dist/lib/schemas-data/3.0/core/job-item.json +3 -3
- package/dist/lib/schemas-data/3.0/core/limited-series.json +1 -1
- package/dist/lib/schemas-data/3.0/core/material-deadline.json +1 -1
- package/dist/lib/schemas-data/3.0/core/mcp-webhook-payload.json +5 -5
- package/dist/lib/schemas-data/3.0/core/measurement-readiness.json +5 -5
- package/dist/lib/schemas-data/3.0/core/measurement-terms.json +3 -3
- package/dist/lib/schemas-data/3.0/core/measurement-window.json +1 -1
- package/dist/lib/schemas-data/3.0/core/media-buy-features.json +1 -1
- package/dist/lib/schemas-data/3.0/core/media-buy.json +7 -7
- package/dist/lib/schemas-data/3.0/core/offering-asset-group.json +16 -16
- package/dist/lib/schemas-data/3.0/core/offering.json +5 -5
- package/dist/lib/schemas-data/3.0/core/optimization-goal.json +6 -6
- package/dist/lib/schemas-data/3.0/core/outcome-measurement.json +2 -2
- package/dist/lib/schemas-data/3.0/core/overlay.json +1 -1
- package/dist/lib/schemas-data/3.0/core/package.json +14 -14
- package/dist/lib/schemas-data/3.0/core/pagination-request.json +1 -1
- package/dist/lib/schemas-data/3.0/core/pagination-response.json +1 -1
- package/dist/lib/schemas-data/3.0/core/performance-feedback.json +3 -3
- package/dist/lib/schemas-data/3.0/core/performance-standard.json +4 -4
- package/dist/lib/schemas-data/3.0/core/placement-definition.json +5 -5
- package/dist/lib/schemas-data/3.0/core/placement.json +2 -2
- package/dist/lib/schemas-data/3.0/core/planned-delivery.json +5 -5
- package/dist/lib/schemas-data/3.0/core/price.json +1 -1
- package/dist/lib/schemas-data/3.0/core/pricing-option.json +10 -10
- package/dist/lib/schemas-data/3.0/core/product-allocation.json +4 -4
- package/dist/lib/schemas-data/3.0/core/product-filters.json +16 -16
- package/dist/lib/schemas-data/3.0/core/product.json +28 -28
- package/dist/lib/schemas-data/3.0/core/property-id.json +1 -1
- package/dist/lib/schemas-data/3.0/core/property-list-ref.json +1 -1
- package/dist/lib/schemas-data/3.0/core/property-tag.json +1 -1
- package/dist/lib/schemas-data/3.0/core/property.json +6 -6
- package/dist/lib/schemas-data/3.0/core/proposal.json +6 -6
- package/dist/lib/schemas-data/3.0/core/protocol-envelope.json +3 -3
- package/dist/lib/schemas-data/3.0/core/provenance.json +6 -6
- package/dist/lib/schemas-data/3.0/core/publisher-property-selector.json +3 -3
- package/dist/lib/schemas-data/3.0/core/push-notification-config.json +2 -2
- package/dist/lib/schemas-data/3.0/core/real-estate-item.json +4 -4
- package/dist/lib/schemas-data/3.0/core/reference-asset.json +1 -1
- package/dist/lib/schemas-data/3.0/core/reporting-capabilities.json +5 -5
- package/dist/lib/schemas-data/3.0/core/reporting-webhook.json +3 -3
- package/dist/lib/schemas-data/3.0/core/requirements/asset-requirements.json +13 -13
- package/dist/lib/schemas-data/3.0/core/requirements/audio-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/catalog-field-binding.json +4 -4
- package/dist/lib/schemas-data/3.0/core/requirements/catalog-requirements.json +5 -5
- package/dist/lib/schemas-data/3.0/core/requirements/css-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/daast-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/html-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/image-asset-requirements.json +2 -2
- package/dist/lib/schemas-data/3.0/core/requirements/javascript-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/markdown-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/offering-asset-constraint.json +4 -4
- package/dist/lib/schemas-data/3.0/core/requirements/text-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/url-asset-requirements.json +2 -2
- package/dist/lib/schemas-data/3.0/core/requirements/vast-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/video-asset-requirements.json +6 -6
- package/dist/lib/schemas-data/3.0/core/requirements/webhook-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/response.json +1 -1
- package/dist/lib/schemas-data/3.0/core/rights-constraint.json +4 -4
- package/dist/lib/schemas-data/3.0/core/seller-agent-ref.json +1 -1
- package/dist/lib/schemas-data/3.0/core/signal-definition.json +3 -3
- package/dist/lib/schemas-data/3.0/core/signal-filters.json +2 -2
- package/dist/lib/schemas-data/3.0/core/signal-id.json +1 -1
- package/dist/lib/schemas-data/3.0/core/signal-pricing-option.json +2 -2
- package/dist/lib/schemas-data/3.0/core/signal-pricing.json +6 -6
- package/dist/lib/schemas-data/3.0/core/signal-targeting.json +4 -4
- package/dist/lib/schemas-data/3.0/core/special.json +2 -2
- package/dist/lib/schemas-data/3.0/core/start-timing.json +1 -1
- package/dist/lib/schemas-data/3.0/core/store-item.json +3 -3
- package/dist/lib/schemas-data/3.0/core/talent.json +2 -2
- package/dist/lib/schemas-data/3.0/core/targeting.json +20 -20
- package/dist/lib/schemas-data/3.0/core/tasks-get-request.json +3 -3
- package/dist/lib/schemas-data/3.0/core/tasks-get-response.json +7 -7
- package/dist/lib/schemas-data/3.0/core/tasks-list-request.json +11 -11
- package/dist/lib/schemas-data/3.0/core/tasks-list-response.json +6 -6
- package/dist/lib/schemas-data/3.0/core/user-match.json +3 -3
- package/dist/lib/schemas-data/3.0/core/vehicle-item.json +4 -4
- package/dist/lib/schemas-data/3.0/core/vendor-pricing-option.json +2 -2
- package/dist/lib/schemas-data/3.0/core/x-entity-types.json +1 -1
- package/dist/lib/schemas-data/3.0/creative/asset-types/index.json +5 -5
- package/dist/lib/schemas-data/3.0/creative/creative-feature-result.json +2 -2
- package/dist/lib/schemas-data/3.0/creative/get-creative-delivery-request.json +5 -5
- package/dist/lib/schemas-data/3.0/creative/get-creative-delivery-response.json +7 -7
- package/dist/lib/schemas-data/3.0/creative/get-creative-features-request.json +5 -5
- package/dist/lib/schemas-data/3.0/creative/get-creative-features-response.json +8 -8
- package/dist/lib/schemas-data/3.0/creative/list-creative-formats-request.json +11 -11
- package/dist/lib/schemas-data/3.0/creative/list-creative-formats-response.json +7 -7
- package/dist/lib/schemas-data/3.0/creative/list-creatives-request.json +8 -8
- package/dist/lib/schemas-data/3.0/creative/list-creatives-response.json +14 -60
- package/dist/lib/schemas-data/3.0/creative/preview-creative-request.json +11 -11
- package/dist/lib/schemas-data/3.0/creative/preview-creative-response.json +12 -12
- package/dist/lib/schemas-data/3.0/creative/preview-render.json +1 -1
- package/dist/lib/schemas-data/3.0/creative/sync-creatives-async-response-input-required.json +3 -3
- package/dist/lib/schemas-data/3.0/creative/sync-creatives-async-response-submitted.json +3 -3
- package/dist/lib/schemas-data/3.0/creative/sync-creatives-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.0/creative/sync-creatives-request.json +7 -7
- package/dist/lib/schemas-data/3.0/creative/sync-creatives-response.json +13 -13
- package/dist/lib/schemas-data/3.0/enums/account-scope.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/account-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/action-source.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/adcp-protocol.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/adjustment-kind.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/advertiser-industry.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/age-verification-method.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/assessment-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/asset-content-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/attribution-model.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/audience-source.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/audience-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/audio-channel-layout.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/auth-scheme.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/available-metric.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/billing-party.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/binary-verdict.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/brand-agent-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/canceled-by.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/catalog-action.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/catalog-item-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/catalog-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/channels.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/cloud-storage-protocol.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/co-branding-requirement.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/collection-cadence.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/collection-kind.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/collection-relationship.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/collection-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/consent-basis.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/content-id-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/content-rating-system.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/creative-action.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/creative-agent-capability.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/creative-approval-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/creative-identifier-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/creative-quality.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/creative-sort-field.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/creative-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/daast-tracking-event.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/daast-version.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/day-of-week.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/delegation-authority.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/delivery-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/demographic-system.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/derivative-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/device-platform.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/device-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/digital-source-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/dimension-unit.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/disclosure-persistence.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/disclosure-position.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/distance-unit.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/distribution-identifier-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/error-code.json +185 -2
- package/dist/lib/schemas-data/3.0/enums/escalation-severity.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/event-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/exclusivity.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/feature-check-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/feed-format.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/feedback-source.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/forecast-method.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/forecast-range-unit.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/forecastable-metric.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/format-id-parameter.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/frame-rate-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/frequency-cap-scope.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/genre-taxonomy.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/geo-level.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/gop-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/governance-decision.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/governance-domain.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/governance-mode.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/governance-phase.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/history-entry-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/http-method.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/identifier-types.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/installment-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/javascript-module-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/landing-page-requirement.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/makegood-remedy.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/markdown-flavor.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/match-id-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/match-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/media-buy-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/media-buy-valid-action.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/metric-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/metro-system.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/moov-atom-position.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/notification-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/outcome-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/pacing.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/payment-terms.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/performance-standard-metric.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/policy-category.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/policy-enforcement.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/postal-system.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/preview-output-format.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/pricing-model.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/production-quality.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/property-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/proposal-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/publisher-identifier-types.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/purchase-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/reach-unit.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/reporting-frequency.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/response-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/restricted-attribute.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/right-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/right-use.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/rights-billing-period.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/scan-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/si-session-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/signal-catalog-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/signal-source.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/signal-value-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/snapshot-unavailable-reason.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/sort-direction.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/sort-metric.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/special-category.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/specialism.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/talent-role.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/task-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/task-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/transport-mode.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/travel-time-unit.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/uid-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/universal-macro.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/update-frequency.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/url-asset-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/validation-mode.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/vast-tracking-event.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/vast-version.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/viewability-standard.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/wcag-level.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/webhook-response-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/webhook-security-method.json +1 -1
- package/dist/lib/schemas-data/3.0/error-details/account-setup-required.json +2 -2
- package/dist/lib/schemas-data/3.0/error-details/audience-too-small.json +2 -2
- package/dist/lib/schemas-data/3.0/error-details/budget-too-low.json +2 -2
- package/dist/lib/schemas-data/3.0/error-details/conflict.json +2 -2
- package/dist/lib/schemas-data/3.0/error-details/creative-rejected.json +2 -2
- package/dist/lib/schemas-data/3.0/error-details/policy-violation.json +2 -2
- package/dist/lib/schemas-data/3.0/error-details/rate-limited.json +1 -1
- package/dist/lib/schemas-data/3.0/error-details/vendor-error-codes.json +1 -1
- package/dist/lib/schemas-data/3.0/extensions/extension-meta.json +1 -1
- package/dist/lib/schemas-data/3.0/extensions/index.json +2 -2
- package/dist/lib/schemas-data/3.0/governance/attribute-definition.json +1 -1
- package/dist/lib/schemas-data/3.0/governance/audience-constraints.json +3 -3
- package/dist/lib/schemas-data/3.0/governance/check-governance-request.json +7 -7
- package/dist/lib/schemas-data/3.0/governance/check-governance-response.json +6 -6
- package/dist/lib/schemas-data/3.0/governance/get-plan-audit-logs-request.json +4 -4
- package/dist/lib/schemas-data/3.0/governance/get-plan-audit-logs-response.json +9 -9
- package/dist/lib/schemas-data/3.0/governance/policy-category-definition.json +2 -2
- package/dist/lib/schemas-data/3.0/governance/policy-entry.json +6 -6
- package/dist/lib/schemas-data/3.0/governance/policy-ref.json +1 -1
- package/dist/lib/schemas-data/3.0/governance/report-plan-outcome-request.json +6 -6
- package/dist/lib/schemas-data/3.0/governance/report-plan-outcome-response.json +4 -4
- package/dist/lib/schemas-data/3.0/governance/sync-plans-request.json +13 -13
- package/dist/lib/schemas-data/3.0/governance/sync-plans-response.json +4 -4
- package/dist/lib/schemas-data/3.0/index.json +364 -364
- package/dist/lib/schemas-data/3.0/manifest.json +1190 -0
- package/dist/lib/schemas-data/3.0/manifest.schema.json +202 -0
- package/dist/lib/schemas-data/3.0/media-buy/build-creative-async-response-input-required.json +4 -4
- package/dist/lib/schemas-data/3.0/media-buy/build-creative-async-response-submitted.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/build-creative-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/build-creative-request.json +11 -11
- package/dist/lib/schemas-data/3.0/media-buy/build-creative-response.json +17 -17
- package/dist/lib/schemas-data/3.0/media-buy/create-media-buy-async-response-input-required.json +4 -4
- package/dist/lib/schemas-data/3.0/media-buy/create-media-buy-async-response-submitted.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/create-media-buy-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/create-media-buy-request.json +12 -12
- package/dist/lib/schemas-data/3.0/media-buy/create-media-buy-response.json +15 -15
- package/dist/lib/schemas-data/3.0/media-buy/get-media-buy-delivery-request.json +17 -17
- package/dist/lib/schemas-data/3.0/media-buy/get-media-buy-delivery-response.json +24 -24
- package/dist/lib/schemas-data/3.0/media-buy/get-media-buys-request.json +7 -7
- package/dist/lib/schemas-data/3.0/media-buy/get-media-buys-response.json +19 -19
- package/dist/lib/schemas-data/3.0/media-buy/get-products-async-response-input-required.json +4 -4
- package/dist/lib/schemas-data/3.0/media-buy/get-products-async-response-submitted.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/get-products-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/get-products-request.json +11 -11
- package/dist/lib/schemas-data/3.0/media-buy/get-products-response.json +8 -8
- package/dist/lib/schemas-data/3.0/media-buy/list-creative-formats-request.json +11 -11
- package/dist/lib/schemas-data/3.0/media-buy/list-creative-formats-response.json +7 -7
- package/dist/lib/schemas-data/3.0/media-buy/log-event-request.json +4 -4
- package/dist/lib/schemas-data/3.0/media-buy/log-event-response.json +6 -6
- package/dist/lib/schemas-data/3.0/media-buy/package-request.json +12 -12
- package/dist/lib/schemas-data/3.0/media-buy/package-update.json +13 -13
- package/dist/lib/schemas-data/3.0/media-buy/provide-performance-feedback-request.json +6 -6
- package/dist/lib/schemas-data/3.0/media-buy/provide-performance-feedback-response.json +6 -6
- package/dist/lib/schemas-data/3.0/media-buy/sync-audiences-request.json +7 -7
- package/dist/lib/schemas-data/3.0/media-buy/sync-audiences-response.json +9 -9
- package/dist/lib/schemas-data/3.0/media-buy/sync-catalogs-async-response-input-required.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/sync-catalogs-async-response-submitted.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/sync-catalogs-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/sync-catalogs-request.json +7 -7
- package/dist/lib/schemas-data/3.0/media-buy/sync-catalogs-response.json +9 -9
- package/dist/lib/schemas-data/3.0/media-buy/sync-event-sources-request.json +5 -5
- package/dist/lib/schemas-data/3.0/media-buy/sync-event-sources-response.json +10 -10
- package/dist/lib/schemas-data/3.0/media-buy/update-media-buy-async-response-input-required.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/update-media-buy-async-response-submitted.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/update-media-buy-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/update-media-buy-request.json +10 -10
- package/dist/lib/schemas-data/3.0/media-buy/update-media-buy-response.json +10 -10
- package/dist/lib/schemas-data/3.0/pricing-options/cpa-option.json +4 -4
- package/dist/lib/schemas-data/3.0/pricing-options/cpc-option.json +4 -4
- package/dist/lib/schemas-data/3.0/pricing-options/cpcv-option.json +4 -4
- package/dist/lib/schemas-data/3.0/pricing-options/cpm-option.json +4 -4
- package/dist/lib/schemas-data/3.0/pricing-options/cpp-option.json +5 -5
- package/dist/lib/schemas-data/3.0/pricing-options/cpv-option.json +4 -4
- package/dist/lib/schemas-data/3.0/pricing-options/flat-rate-option.json +4 -4
- package/dist/lib/schemas-data/3.0/pricing-options/price-breakdown.json +2 -2
- package/dist/lib/schemas-data/3.0/pricing-options/price-guidance.json +1 -1
- package/dist/lib/schemas-data/3.0/pricing-options/time-option.json +4 -4
- package/dist/lib/schemas-data/3.0/pricing-options/vcpm-option.json +4 -4
- package/dist/lib/schemas-data/3.0/property/authorization-result.json +1 -1
- package/dist/lib/schemas-data/3.0/property/base-property-source.json +4 -4
- package/dist/lib/schemas-data/3.0/property/create-property-list-request.json +7 -7
- package/dist/lib/schemas-data/3.0/property/create-property-list-response.json +4 -4
- package/dist/lib/schemas-data/3.0/property/delete-property-list-request.json +4 -4
- package/dist/lib/schemas-data/3.0/property/delete-property-list-response.json +3 -3
- package/dist/lib/schemas-data/3.0/property/delivery-record.json +3 -3
- package/dist/lib/schemas-data/3.0/property/get-property-list-request.json +4 -4
- package/dist/lib/schemas-data/3.0/property/get-property-list-response.json +7 -7
- package/dist/lib/schemas-data/3.0/property/list-property-lists-request.json +5 -5
- package/dist/lib/schemas-data/3.0/property/list-property-lists-response.json +5 -5
- package/dist/lib/schemas-data/3.0/property/property-error.json +2 -2
- package/dist/lib/schemas-data/3.0/property/property-feature-definition.json +2 -2
- package/dist/lib/schemas-data/3.0/property/property-feature-result.json +4 -4
- package/dist/lib/schemas-data/3.0/property/property-feature-value.json +2 -2
- package/dist/lib/schemas-data/3.0/property/property-feature.json +1 -1
- package/dist/lib/schemas-data/3.0/property/property-list-changed-webhook.json +2 -2
- package/dist/lib/schemas-data/3.0/property/property-list-filters.json +5 -5
- package/dist/lib/schemas-data/3.0/property/property-list.json +6 -6
- package/dist/lib/schemas-data/3.0/property/update-property-list-request.json +7 -7
- package/dist/lib/schemas-data/3.0/property/update-property-list-response.json +4 -4
- package/dist/lib/schemas-data/3.0/property/validate-property-delivery-request.json +5 -5
- package/dist/lib/schemas-data/3.0/property/validate-property-delivery-response.json +4 -4
- package/dist/lib/schemas-data/3.0/property/validation-result.json +5 -5
- package/dist/lib/schemas-data/3.0/protocol/get-adcp-capabilities-request.json +3 -3
- package/dist/lib/schemas-data/3.0/protocol/get-adcp-capabilities-response.json +26 -26
- package/dist/lib/schemas-data/3.0/signals/activate-signal-request.json +5 -5
- package/dist/lib/schemas-data/3.0/signals/activate-signal-response.json +7 -7
- package/dist/lib/schemas-data/3.0/signals/get-signals-request.json +8 -8
- package/dist/lib/schemas-data/3.0/signals/get-signals-response.json +10 -10
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-capabilities.json +1 -1
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-get-offering-request.json +3 -3
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-get-offering-response.json +4 -4
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-identity.json +1 -1
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-initiate-session-request.json +5 -5
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-initiate-session-response.json +7 -7
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-send-message-request.json +3 -3
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-send-message-response.json +7 -7
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-terminate-session-request.json +3 -3
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-terminate-session-response.json +5 -5
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-ui-element.json +1 -1
- package/dist/lib/schemas-data/v2.5/_provenance.json +1 -1
- package/dist/lib/server/adcp-server.d.ts +21 -0
- package/dist/lib/server/adcp-server.d.ts.map +1 -1
- package/dist/lib/server/adcp-server.js +22 -1
- package/dist/lib/server/adcp-server.js.map +1 -1
- package/dist/lib/server/auth-signature.d.ts.map +1 -1
- package/dist/lib/server/auth-signature.js +21 -0
- package/dist/lib/server/auth-signature.js.map +1 -1
- package/dist/lib/server/auth.d.ts +24 -0
- package/dist/lib/server/auth.d.ts.map +1 -1
- package/dist/lib/server/auth.js +71 -3
- package/dist/lib/server/auth.js.map +1 -1
- package/dist/lib/server/create-adcp-server.d.ts +203 -21
- package/dist/lib/server/create-adcp-server.d.ts.map +1 -1
- package/dist/lib/server/create-adcp-server.js +322 -13
- package/dist/lib/server/create-adcp-server.js.map +1 -1
- package/dist/lib/server/decisioning/account.d.ts +340 -21
- package/dist/lib/server/decisioning/account.d.ts.map +1 -1
- package/dist/lib/server/decisioning/account.js +150 -4
- package/dist/lib/server/decisioning/account.js.map +1 -1
- package/dist/lib/server/decisioning/admin-router.d.ts.map +1 -1
- package/dist/lib/server/decisioning/admin-router.js +5 -1
- package/dist/lib/server/decisioning/admin-router.js.map +1 -1
- package/dist/lib/server/decisioning/buyer-agent.d.ts +465 -0
- package/dist/lib/server/decisioning/buyer-agent.d.ts.map +1 -0
- package/dist/lib/server/decisioning/buyer-agent.js +372 -0
- package/dist/lib/server/decisioning/buyer-agent.js.map +1 -0
- package/dist/lib/server/decisioning/capabilities.d.ts +32 -5
- package/dist/lib/server/decisioning/capabilities.d.ts.map +1 -1
- package/dist/lib/server/decisioning/compose.d.ts +93 -0
- package/dist/lib/server/decisioning/compose.d.ts.map +1 -0
- package/dist/lib/server/decisioning/compose.js +81 -0
- package/dist/lib/server/decisioning/compose.js.map +1 -0
- package/dist/lib/server/decisioning/context.d.ts +11 -0
- package/dist/lib/server/decisioning/context.d.ts.map +1 -1
- package/dist/lib/server/decisioning/index.d.ts +12 -3
- package/dist/lib/server/decisioning/index.d.ts.map +1 -1
- package/dist/lib/server/decisioning/index.js +45 -2
- package/dist/lib/server/decisioning/index.js.map +1 -1
- package/dist/lib/server/decisioning/platform-helpers.d.ts +269 -0
- package/dist/lib/server/decisioning/platform-helpers.d.ts.map +1 -0
- package/dist/lib/server/decisioning/platform-helpers.js +316 -0
- package/dist/lib/server/decisioning/platform-helpers.js.map +1 -0
- package/dist/lib/server/decisioning/platform.d.ts +127 -4
- package/dist/lib/server/decisioning/platform.d.ts.map +1 -1
- package/dist/lib/server/decisioning/platform.js.map +1 -1
- package/dist/lib/server/decisioning/resolve-presets.d.ts +129 -0
- package/dist/lib/server/decisioning/resolve-presets.d.ts.map +1 -0
- package/dist/lib/server/decisioning/resolve-presets.js +142 -0
- package/dist/lib/server/decisioning/resolve-presets.js.map +1 -0
- package/dist/lib/server/decisioning/runtime/entity-hydration.generated.d.ts +8 -0
- package/dist/lib/server/decisioning/runtime/entity-hydration.generated.d.ts.map +1 -0
- package/dist/lib/server/decisioning/runtime/entity-hydration.generated.js +101 -0
- package/dist/lib/server/decisioning/runtime/entity-hydration.generated.js.map +1 -0
- package/dist/lib/server/decisioning/runtime/from-platform.d.ts +91 -8
- package/dist/lib/server/decisioning/runtime/from-platform.d.ts.map +1 -1
- package/dist/lib/server/decisioning/runtime/from-platform.js +630 -138
- package/dist/lib/server/decisioning/runtime/from-platform.js.map +1 -1
- package/dist/lib/server/decisioning/runtime/to-context.d.ts.map +1 -1
- package/dist/lib/server/decisioning/runtime/to-context.js +1 -0
- package/dist/lib/server/decisioning/runtime/to-context.js.map +1 -1
- package/dist/lib/server/decisioning/runtime/validate-platform.d.ts.map +1 -1
- package/dist/lib/server/decisioning/runtime/validate-platform.js +31 -3
- package/dist/lib/server/decisioning/runtime/validate-platform.js.map +1 -1
- package/dist/lib/server/decisioning/specialisms/brand-rights.d.ts +83 -6
- package/dist/lib/server/decisioning/specialisms/brand-rights.d.ts.map +1 -1
- package/dist/lib/server/decisioning/specialisms/brand-rights.js +12 -5
- package/dist/lib/server/decisioning/specialisms/brand-rights.js.map +1 -1
- package/dist/lib/server/decisioning/specialisms/creative-ad-server.d.ts +41 -4
- package/dist/lib/server/decisioning/specialisms/creative-ad-server.d.ts.map +1 -1
- package/dist/lib/server/decisioning/specialisms/creative.d.ts +47 -3
- package/dist/lib/server/decisioning/specialisms/creative.d.ts.map +1 -1
- package/dist/lib/server/decisioning/specialisms/sales.d.ts +115 -9
- package/dist/lib/server/decisioning/specialisms/sales.d.ts.map +1 -1
- package/dist/lib/server/decisioning/tenant-registry.d.ts.map +1 -1
- package/dist/lib/server/decisioning/tenant-registry.js +8 -3
- package/dist/lib/server/decisioning/tenant-registry.js.map +1 -1
- package/dist/lib/server/decisioning/tenant-store.d.ts +200 -0
- package/dist/lib/server/decisioning/tenant-store.d.ts.map +1 -0
- package/dist/lib/server/decisioning/tenant-store.js +182 -0
- package/dist/lib/server/decisioning/tenant-store.js.map +1 -0
- package/dist/lib/server/decisioning/validate-specialisms.d.ts +66 -0
- package/dist/lib/server/decisioning/validate-specialisms.d.ts.map +1 -0
- package/dist/lib/server/decisioning/validate-specialisms.js +119 -0
- package/dist/lib/server/decisioning/validate-specialisms.js.map +1 -0
- package/dist/lib/server/index.d.ts +11 -2
- package/dist/lib/server/index.d.ts.map +1 -1
- package/dist/lib/server/index.js +35 -3
- package/dist/lib/server/index.js.map +1 -1
- package/dist/lib/server/media-buy-store.d.ts +126 -0
- package/dist/lib/server/media-buy-store.d.ts.map +1 -0
- package/dist/lib/server/media-buy-store.js +171 -0
- package/dist/lib/server/media-buy-store.js.map +1 -0
- package/dist/lib/server/redact.d.ts +52 -0
- package/dist/lib/server/redact.d.ts.map +1 -0
- package/dist/lib/server/redact.js +86 -0
- package/dist/lib/server/redact.js.map +1 -0
- package/dist/lib/server/responses.d.ts +60 -1
- package/dist/lib/server/responses.d.ts.map +1 -1
- package/dist/lib/server/responses.js +110 -1
- package/dist/lib/server/responses.js.map +1 -1
- package/dist/lib/server/serve.d.ts.map +1 -1
- package/dist/lib/server/serve.js +35 -1
- package/dist/lib/server/serve.js.map +1 -1
- package/dist/lib/server/state-machine.d.ts +80 -0
- package/dist/lib/server/state-machine.d.ts.map +1 -0
- package/dist/lib/server/state-machine.js +125 -0
- package/dist/lib/server/state-machine.js.map +1 -0
- package/dist/lib/server/test-controller.d.ts +48 -0
- package/dist/lib/server/test-controller.d.ts.map +1 -1
- package/dist/lib/server/test-controller.js +89 -10
- package/dist/lib/server/test-controller.js.map +1 -1
- package/dist/lib/server/upstream-helpers.d.ts +182 -0
- package/dist/lib/server/upstream-helpers.d.ts.map +1 -0
- package/dist/lib/server/upstream-helpers.js +140 -0
- package/dist/lib/server/upstream-helpers.js.map +1 -0
- package/dist/lib/signing/agent-resolver/canonicalize.d.ts +44 -0
- package/dist/lib/signing/agent-resolver/canonicalize.d.ts.map +1 -0
- package/dist/lib/signing/agent-resolver/canonicalize.js +85 -0
- package/dist/lib/signing/agent-resolver/canonicalize.js.map +1 -0
- package/dist/lib/signing/agent-resolver/capabilities-types.d.ts +54 -0
- package/dist/lib/signing/agent-resolver/capabilities-types.d.ts.map +1 -0
- package/dist/lib/signing/agent-resolver/capabilities-types.js +49 -0
- package/dist/lib/signing/agent-resolver/capabilities-types.js.map +1 -0
- package/dist/lib/signing/agent-resolver/consistency.d.ts +84 -0
- package/dist/lib/signing/agent-resolver/consistency.d.ts.map +1 -0
- package/dist/lib/signing/agent-resolver/consistency.js +121 -0
- package/dist/lib/signing/agent-resolver/consistency.js.map +1 -0
- package/dist/lib/signing/agent-resolver/errors.d.ts +68 -0
- package/dist/lib/signing/agent-resolver/errors.d.ts.map +1 -0
- package/dist/lib/signing/agent-resolver/errors.js +45 -0
- package/dist/lib/signing/agent-resolver/errors.js.map +1 -0
- package/dist/lib/signing/agent-resolver/etld.d.ts +25 -0
- package/dist/lib/signing/agent-resolver/etld.d.ts.map +1 -0
- package/dist/lib/signing/agent-resolver/etld.js +75 -0
- package/dist/lib/signing/agent-resolver/etld.js.map +1 -0
- package/dist/lib/signing/agent-resolver/fetch-helpers.d.ts +41 -0
- package/dist/lib/signing/agent-resolver/fetch-helpers.d.ts.map +1 -0
- package/dist/lib/signing/agent-resolver/fetch-helpers.js +85 -0
- package/dist/lib/signing/agent-resolver/fetch-helpers.js.map +1 -0
- package/dist/lib/signing/agent-resolver/index.d.ts +26 -0
- package/dist/lib/signing/agent-resolver/index.d.ts.map +1 -0
- package/dist/lib/signing/agent-resolver/index.js +33 -0
- package/dist/lib/signing/agent-resolver/index.js.map +1 -0
- package/dist/lib/signing/agent-resolver/jwks-set.d.ts +76 -0
- package/dist/lib/signing/agent-resolver/jwks-set.d.ts.map +1 -0
- package/dist/lib/signing/agent-resolver/jwks-set.js +124 -0
- package/dist/lib/signing/agent-resolver/jwks-set.js.map +1 -0
- package/dist/lib/signing/agent-resolver/resolve-agent.d.ts +123 -0
- package/dist/lib/signing/agent-resolver/resolve-agent.d.ts.map +1 -0
- package/dist/lib/signing/agent-resolver/resolve-agent.js +398 -0
- package/dist/lib/signing/agent-resolver/resolve-agent.js.map +1 -0
- package/dist/lib/signing/agent-resolver/select-agent.d.ts +54 -0
- package/dist/lib/signing/agent-resolver/select-agent.d.ts.map +1 -0
- package/dist/lib/signing/agent-resolver/select-agent.js +94 -0
- package/dist/lib/signing/agent-resolver/select-agent.js.map +1 -0
- package/dist/lib/signing/agent-resolver/strict-json.d.ts +44 -0
- package/dist/lib/signing/agent-resolver/strict-json.d.ts.map +1 -0
- package/dist/lib/signing/agent-resolver/strict-json.js +219 -0
- package/dist/lib/signing/agent-resolver/strict-json.js.map +1 -0
- package/dist/lib/signing/capability-priming.d.ts.map +1 -1
- package/dist/lib/signing/capability-priming.js +2 -55
- package/dist/lib/signing/capability-priming.js.map +1 -1
- package/dist/lib/signing/protocol-response.d.ts +18 -0
- package/dist/lib/signing/protocol-response.d.ts.map +1 -0
- package/dist/lib/signing/protocol-response.js +69 -0
- package/dist/lib/signing/protocol-response.js.map +1 -0
- package/dist/lib/signing/server.d.ts +1 -0
- package/dist/lib/signing/server.d.ts.map +1 -1
- package/dist/lib/signing/server.js +10 -1
- package/dist/lib/signing/server.js.map +1 -1
- package/dist/lib/signing/testing.d.ts +64 -0
- package/dist/lib/signing/testing.d.ts.map +1 -1
- package/dist/lib/signing/testing.js +100 -5
- package/dist/lib/signing/testing.js.map +1 -1
- package/dist/lib/testing/compliance/comply.d.ts.map +1 -1
- package/dist/lib/testing/compliance/comply.js +2 -0
- package/dist/lib/testing/compliance/comply.js.map +1 -1
- package/dist/lib/testing/compliance/types.d.ts +8 -0
- package/dist/lib/testing/compliance/types.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/agent-routing.d.ts +92 -0
- package/dist/lib/testing/storyboard/agent-routing.d.ts.map +1 -0
- package/dist/lib/testing/storyboard/agent-routing.js +291 -0
- package/dist/lib/testing/storyboard/agent-routing.js.map +1 -0
- package/dist/lib/testing/storyboard/context.d.ts +22 -0
- package/dist/lib/testing/storyboard/context.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/context.js +35 -8
- package/dist/lib/testing/storyboard/context.js.map +1 -1
- package/dist/lib/testing/storyboard/default-invariants.js +6 -35
- package/dist/lib/testing/storyboard/default-invariants.js.map +1 -1
- package/dist/lib/testing/storyboard/index.d.ts +1 -1
- package/dist/lib/testing/storyboard/index.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/index.js.map +1 -1
- package/dist/lib/testing/storyboard/loader.js +46 -12
- package/dist/lib/testing/storyboard/loader.js.map +1 -1
- package/dist/lib/testing/storyboard/request-builder.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/request-builder.js +14 -1
- package/dist/lib/testing/storyboard/request-builder.js.map +1 -1
- package/dist/lib/testing/storyboard/runner.d.ts +17 -0
- package/dist/lib/testing/storyboard/runner.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/runner.js +800 -92
- package/dist/lib/testing/storyboard/runner.js.map +1 -1
- package/dist/lib/testing/storyboard/types.d.ts +221 -12
- package/dist/lib/testing/storyboard/types.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/types.js.map +1 -1
- package/dist/lib/testing/storyboard/validations.d.ts +65 -0
- package/dist/lib/testing/storyboard/validations.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/validations.js +529 -2
- package/dist/lib/testing/storyboard/validations.js.map +1 -1
- package/dist/lib/testing/test-controller.d.ts +59 -1
- package/dist/lib/testing/test-controller.d.ts.map +1 -1
- package/dist/lib/testing/test-controller.js +30 -0
- package/dist/lib/testing/test-controller.js.map +1 -1
- package/dist/lib/testing/types.d.ts +14 -0
- package/dist/lib/testing/types.d.ts.map +1 -1
- package/dist/lib/types/core.generated.d.ts +299 -141
- package/dist/lib/types/core.generated.d.ts.map +1 -1
- package/dist/lib/types/core.generated.js +2 -2
- package/dist/lib/types/error-codes.d.ts +168 -108
- package/dist/lib/types/error-codes.d.ts.map +1 -1
- package/dist/lib/types/error-codes.js +23 -190
- package/dist/lib/types/error-codes.js.map +1 -1
- package/dist/lib/types/error-details.aliases.d.ts +48 -0
- package/dist/lib/types/error-details.aliases.d.ts.map +1 -0
- package/dist/lib/types/error-details.aliases.js +41 -0
- package/dist/lib/types/error-details.aliases.js.map +1 -0
- package/dist/lib/types/index.d.ts +14 -1
- package/dist/lib/types/index.d.ts.map +1 -1
- package/dist/lib/types/index.js +4 -0
- package/dist/lib/types/index.js.map +1 -1
- package/dist/lib/types/inline-enums.generated.d.ts +2 -4
- package/dist/lib/types/inline-enums.generated.d.ts.map +1 -1
- package/dist/lib/types/inline-enums.generated.js +10 -7
- package/dist/lib/types/inline-enums.generated.js.map +1 -1
- package/dist/lib/types/manifest.generated.d.ts +280 -0
- package/dist/lib/types/manifest.generated.d.ts.map +1 -0
- package/dist/lib/types/manifest.generated.js +339 -0
- package/dist/lib/types/manifest.generated.js.map +1 -0
- package/dist/lib/types/schemas.generated.d.ts +27229 -25160
- package/dist/lib/types/schemas.generated.d.ts.map +1 -1
- package/dist/lib/types/schemas.generated.js +584 -533
- package/dist/lib/types/schemas.generated.js.map +1 -1
- package/dist/lib/types/tools.generated.d.ts +146 -21
- package/dist/lib/types/tools.generated.d.ts.map +1 -1
- package/dist/lib/types/v2-5/tools.generated.d.ts +48 -1
- package/dist/lib/types/v2-5/tools.generated.d.ts.map +1 -1
- package/dist/lib/upstream-recorder/index.d.ts +57 -0
- package/dist/lib/upstream-recorder/index.d.ts.map +1 -0
- package/dist/lib/upstream-recorder/index.js +62 -0
- package/dist/lib/upstream-recorder/index.js.map +1 -0
- package/dist/lib/upstream-recorder/recorder.d.ts +35 -0
- package/dist/lib/upstream-recorder/recorder.d.ts.map +1 -0
- package/dist/lib/upstream-recorder/recorder.js +507 -0
- package/dist/lib/upstream-recorder/recorder.js.map +1 -0
- package/dist/lib/upstream-recorder/types.d.ts +365 -0
- package/dist/lib/upstream-recorder/types.d.ts.map +1 -0
- package/dist/lib/upstream-recorder/types.js +30 -0
- package/dist/lib/upstream-recorder/types.js.map +1 -0
- package/dist/lib/utils/capabilities.d.ts +44 -3
- package/dist/lib/utils/capabilities.d.ts.map +1 -1
- package/dist/lib/utils/capabilities.js +67 -3
- package/dist/lib/utils/capabilities.js.map +1 -1
- package/dist/lib/utils/error-extraction.d.ts +24 -0
- package/dist/lib/utils/error-extraction.d.ts.map +1 -1
- package/dist/lib/utils/error-extraction.js +0 -2
- package/dist/lib/utils/error-extraction.js.map +1 -1
- package/dist/lib/utils/format-render-builders.d.ts +2 -1
- package/dist/lib/utils/format-render-builders.d.ts.map +1 -1
- package/dist/lib/utils/format-render-builders.js +0 -23
- package/dist/lib/utils/format-render-builders.js.map +1 -1
- package/dist/lib/utils/glob.d.ts +28 -0
- package/dist/lib/utils/glob.d.ts.map +1 -0
- package/dist/lib/utils/glob.js +37 -0
- package/dist/lib/utils/glob.js.map +1 -0
- package/dist/lib/utils/redact-secrets.d.ts +37 -0
- package/dist/lib/utils/redact-secrets.d.ts.map +1 -0
- package/dist/lib/utils/redact-secrets.js +65 -0
- package/dist/lib/utils/redact-secrets.js.map +1 -0
- package/dist/lib/utils/tool-request-schemas.d.ts.map +1 -1
- package/dist/lib/utils/tool-request-schemas.js +1 -0
- package/dist/lib/utils/tool-request-schemas.js.map +1 -1
- package/dist/lib/validation/hints.d.ts +50 -0
- package/dist/lib/validation/hints.d.ts.map +1 -0
- package/dist/lib/validation/hints.js +194 -0
- package/dist/lib/validation/hints.js.map +1 -0
- package/dist/lib/validation/schema-errors.d.ts +2 -1
- package/dist/lib/validation/schema-errors.d.ts.map +1 -1
- package/dist/lib/validation/schema-errors.js +39 -4
- package/dist/lib/validation/schema-errors.js.map +1 -1
- package/dist/lib/validation/schema-loader.d.ts +13 -0
- package/dist/lib/validation/schema-loader.d.ts.map +1 -1
- package/dist/lib/validation/schema-loader.js +20 -0
- package/dist/lib/validation/schema-loader.js.map +1 -1
- package/dist/lib/validation/schema-validator.d.ts +107 -2
- package/dist/lib/validation/schema-validator.d.ts.map +1 -1
- package/dist/lib/validation/schema-validator.js +205 -12
- package/dist/lib/validation/schema-validator.js.map +1 -1
- package/dist/lib/validation/sync-creatives.d.ts +30 -0
- package/dist/lib/validation/sync-creatives.d.ts.map +1 -1
- package/dist/lib/version.d.ts +7 -7
- package/dist/lib/version.d.ts.map +1 -1
- package/dist/lib/version.js +9 -5
- package/dist/lib/version.js.map +1 -1
- package/docs/guides/BUILD-AN-AGENT.md +267 -137
- package/docs/llms.txt +110 -55
- package/examples/CONTRIBUTING.md +173 -0
- package/examples/README.md +32 -0
- package/examples/comply-controller-seller.ts +9 -17
- package/examples/decisioning-platform-broadcast-tv.ts +3 -2
- package/examples/decisioning-platform-implicit-accounts.ts +168 -0
- package/examples/decisioning-platform-mock-seller.ts +3 -2
- package/examples/decisioning-platform-multi-tenant-db.ts +317 -0
- package/examples/decisioning-platform-programmatic.ts +3 -2
- package/examples/hello-cluster.ts +421 -0
- package/examples/hello_creative_adapter_template.ts +528 -0
- package/examples/hello_seller_adapter_guaranteed.ts +1080 -0
- package/examples/hello_seller_adapter_multi_tenant.ts +1046 -0
- package/examples/hello_seller_adapter_social.ts +829 -0
- package/examples/hello_signals_adapter_marketplace.ts +532 -0
- package/examples/seller-test-controller.ts +22 -28
- package/package.json +30 -3
- package/skills/SHAPE-GOTCHAS.md +233 -0
- package/skills/build-brand-rights-agent/SKILL.md +121 -16
- package/skills/build-creative-agent/SKILL.md +25 -1
- package/skills/build-decisioning-platform/advanced/MULTI-TENANT.md +104 -28
- package/skills/build-holdco-agent/SKILL.md +250 -0
- package/skills/build-seller-agent/SKILL.md +313 -49
- package/skills/build-seller-agent/specialisms/sales-broadcast-tv.md +2 -0
- package/skills/build-seller-agent/specialisms/sales-guaranteed.md +18 -0
- package/skills/build-seller-agent/specialisms/sales-non-guaranteed.md +2 -0
- package/skills/build-seller-agent/specialisms/sales-social.md +63 -2
- package/skills/build-signals-agent/SKILL.md +2 -0
- package/skills/call-adcp-agent.previous/SKILL.md +8 -86
- package/skills/run-by-experts/SKILL.md +116 -0
- package/skills/triage-storyboard-failure/SKILL.md +96 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/brand/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/creative/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/governance/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/creative-reception.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/create_media_buy_async.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/delivery_reporting.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/governance_approved.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/governance_conditions.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/governance_denied_recovery.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/invalid_transitions.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/inventory_list_no_match.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/inventory_list_targeting.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/measurement_terms_rejected.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/pending_creatives_to_start.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/proposal_finalize.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/scenarios/refine_products.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/media-buy/state-machine.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/signals/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/domains/sponsored-intelligence/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/brand/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/creative/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/governance/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/creative-reception.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/create_media_buy_async.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/delivery_reporting.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/governance_approved.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/governance_conditions.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/governance_denied_recovery.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/invalid_transitions.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/inventory_list_no_match.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/inventory_list_targeting.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/measurement_terms_rejected.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/pending_creatives_to_start.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/proposal_finalize.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/scenarios/refine_products.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/media-buy/state-machine.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/signals/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/protocols/sponsored-intelligence/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/brand-rights/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/collection-lists/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/content-standards/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/creative-ad-server/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/creative-generative/generative-seller.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/creative-generative/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/creative-template/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/governance-aware-seller/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/governance-delivery-monitor/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/governance-spend-authority/denied.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/governance-spend-authority/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/property-lists/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/sales-broadcast-tv/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/sales-catalog-driven/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/sales-guaranteed/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/sales-non-guaranteed/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/sales-proposal-mode/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/signal-marketplace/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/signal-marketplace/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/specialisms/signal-owned/index.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-kits/acme-outdoor.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-kits/bistro-oranje.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-kits/nova-motors.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-kits/osei-natural.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-kits/signed-requests-runner.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-kits/substitution-observer-runner.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-kits/summit-foods.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-kits/webhook-receiver-runner.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/plan-hash/001-minimal-plan.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/plan-hash/002-full-plan.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/plan-hash/003-bookkeeping-stripped.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/plan-hash/004a-human-review-omitted.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/plan-hash/004b-human-review-explicit-null.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/plan-hash/005a-policy-categories-order-1.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/plan-hash/005b-policy-categories-order-2.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/plan-hash/006a-ext-trace-v1.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/plan-hash/006b-ext-trace-v2.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/plan-hash/007-unicode-objectives.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/plan-hash/008-numeric-canonicalization.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/README.md +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/canonicalization.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/keys.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/001-no-signature-header.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/002-wrong-tag.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/003-expired-signature.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/004-window-too-long.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/005-alg-not-allowed.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/006-missing-covered-component.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/007-missing-content-digest.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/008-unknown-keyid.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/009-key-ops-missing-verify.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/010-content-digest-mismatch.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/011-malformed-header.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/012-missing-expires-param.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/013-expires-le-created.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/014-missing-nonce-param.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/015-signature-invalid.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/016-replayed-nonce.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/017-key-revoked.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/018-digest-covered-when-forbidden.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/019-signature-without-signature-input.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/020-rate-abuse.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/021-duplicate-signature-input-label.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/022-multi-valued-content-type.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/023-multi-valued-content-digest.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/024-unquoted-string-param.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/025-jwk-alg-crv-mismatch.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/026-non-ascii-host.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/negative/027-webhook-registration-authentication-unsigned.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/positive/001-basic-post.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/positive/002-post-with-content-digest.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/positive/003-es256-post.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/positive/004-multiple-signature-labels.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/positive/005-default-port-stripped.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/positive/006-dot-segment-path.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/positive/007-query-byte-preserved.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/positive/008-percent-encoded-path.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/positive/009-percent-encoded-unreserved-decoded.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/positive/010-percent-encoded-slash-preserved.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/positive/011-ipv6-authority.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/request-signing/positive/012-ipv6-authority-default-port-stripped.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/README.md +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/keys.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/001-wrong-tag.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/002-expired-signature.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/003-window-too-long.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/004-alg-not-allowed.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/005-missing-authority-component.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/006-missing-content-digest.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/007-unknown-keyid.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/008-wrong-adcp-use.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/009-content-digest-mismatch.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/010-malformed-signature-input.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/011-signature-without-input.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/012-missing-expires-param.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/013-expires-le-created.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/014-missing-nonce-param.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/015-signature-invalid.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/016-replayed-nonce.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/017-key-revoked.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/018-rate-abuse.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/019-revocation-stale.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/020-key-ops-missing-verify.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/negative/021-base64-alphabet-mixing.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/positive/001-basic-post.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/positive/002-es256-post.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/positive/003-multiple-signature-labels.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/positive/004-default-port-stripped.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/positive/005-percent-encoded-path.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/positive/006-query-byte-preserved.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/test-vectors/webhook-signing/positive/007-body-without-idempotency-key.json +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/capability-discovery.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/collection-lists-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/content-standards-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/deterministic-testing.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/error-compliance.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/fictional-entities.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/get-media-buys-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/get-signals-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/idempotency.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/pagination-integrity-creative-formats.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/pagination-integrity-list-accounts.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/property-lists-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/schema-validation.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/security.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/signed-requests.yaml +0 -0
- /package/compliance/cache/{3.0.1 → 3.0.5}/universal/webhook-emission.yaml +0 -0
|
@@ -0,0 +1,1190 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "/schemas/3.0.5/manifest.schema.json",
|
|
3
|
+
"adcp_version": "3.0.5",
|
|
4
|
+
"generated_at": "2026-05-02T21:51:30.257Z",
|
|
5
|
+
"tools": {
|
|
6
|
+
"acquire_rights": {
|
|
7
|
+
"protocol": "brand",
|
|
8
|
+
"mutating": true,
|
|
9
|
+
"request_schema": "brand/acquire-rights-request.json",
|
|
10
|
+
"response_schema": "brand/acquire-rights-response.json",
|
|
11
|
+
"async_response_schemas": [],
|
|
12
|
+
"specialisms": [
|
|
13
|
+
"brand_rights"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"activate_signal": {
|
|
17
|
+
"protocol": "signals",
|
|
18
|
+
"mutating": true,
|
|
19
|
+
"request_schema": "signals/activate-signal-request.json",
|
|
20
|
+
"response_schema": "signals/activate-signal-response.json",
|
|
21
|
+
"async_response_schemas": [],
|
|
22
|
+
"specialisms": [
|
|
23
|
+
"signal_marketplace",
|
|
24
|
+
"signal_owned"
|
|
25
|
+
]
|
|
26
|
+
},
|
|
27
|
+
"build_creative": {
|
|
28
|
+
"protocol": "media-buy",
|
|
29
|
+
"mutating": true,
|
|
30
|
+
"request_schema": "media-buy/build-creative-request.json",
|
|
31
|
+
"response_schema": "media-buy/build-creative-response.json",
|
|
32
|
+
"async_response_schemas": [
|
|
33
|
+
"media-buy/build-creative-async-response-input-required.json",
|
|
34
|
+
"media-buy/build-creative-async-response-submitted.json",
|
|
35
|
+
"media-buy/build-creative-async-response-working.json"
|
|
36
|
+
],
|
|
37
|
+
"specialisms": [
|
|
38
|
+
"creative_ad_server",
|
|
39
|
+
"creative_generative",
|
|
40
|
+
"creative_template",
|
|
41
|
+
"sales_catalog_driven"
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"calibrate_content": {
|
|
45
|
+
"protocol": "content-standards",
|
|
46
|
+
"mutating": true,
|
|
47
|
+
"request_schema": "content-standards/calibrate-content-request.json",
|
|
48
|
+
"response_schema": "content-standards/calibrate-content-response.json",
|
|
49
|
+
"async_response_schemas": [],
|
|
50
|
+
"specialisms": [
|
|
51
|
+
"content_standards"
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"check_governance": {
|
|
55
|
+
"protocol": "governance",
|
|
56
|
+
"mutating": false,
|
|
57
|
+
"request_schema": "governance/check-governance-request.json",
|
|
58
|
+
"response_schema": "governance/check-governance-response.json",
|
|
59
|
+
"async_response_schemas": [],
|
|
60
|
+
"specialisms": [
|
|
61
|
+
"governance_delivery_monitor",
|
|
62
|
+
"governance_spend_authority"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
"comply_test_controller": {
|
|
66
|
+
"protocol": "compliance",
|
|
67
|
+
"mutating": true,
|
|
68
|
+
"request_schema": "compliance/comply-test-controller-request.json",
|
|
69
|
+
"response_schema": "compliance/comply-test-controller-response.json",
|
|
70
|
+
"async_response_schemas": []
|
|
71
|
+
},
|
|
72
|
+
"create_collection_list": {
|
|
73
|
+
"protocol": "collection",
|
|
74
|
+
"mutating": true,
|
|
75
|
+
"request_schema": "collection/create-collection-list-request.json",
|
|
76
|
+
"response_schema": "collection/create-collection-list-response.json",
|
|
77
|
+
"async_response_schemas": [],
|
|
78
|
+
"specialisms": [
|
|
79
|
+
"collection_lists"
|
|
80
|
+
]
|
|
81
|
+
},
|
|
82
|
+
"create_content_standards": {
|
|
83
|
+
"protocol": "content-standards",
|
|
84
|
+
"mutating": true,
|
|
85
|
+
"request_schema": "content-standards/create-content-standards-request.json",
|
|
86
|
+
"response_schema": "content-standards/create-content-standards-response.json",
|
|
87
|
+
"async_response_schemas": [],
|
|
88
|
+
"specialisms": [
|
|
89
|
+
"content_standards"
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
"create_media_buy": {
|
|
93
|
+
"protocol": "media-buy",
|
|
94
|
+
"mutating": true,
|
|
95
|
+
"request_schema": "media-buy/create-media-buy-request.json",
|
|
96
|
+
"response_schema": "media-buy/create-media-buy-response.json",
|
|
97
|
+
"async_response_schemas": [
|
|
98
|
+
"media-buy/create-media-buy-async-response-input-required.json",
|
|
99
|
+
"media-buy/create-media-buy-async-response-submitted.json",
|
|
100
|
+
"media-buy/create-media-buy-async-response-working.json"
|
|
101
|
+
],
|
|
102
|
+
"specialisms": [
|
|
103
|
+
"governance_aware_seller",
|
|
104
|
+
"governance_delivery_monitor",
|
|
105
|
+
"governance_spend_authority",
|
|
106
|
+
"sales_broadcast_tv",
|
|
107
|
+
"sales_catalog_driven",
|
|
108
|
+
"sales_guaranteed",
|
|
109
|
+
"sales_non_guaranteed",
|
|
110
|
+
"sales_proposal_mode"
|
|
111
|
+
]
|
|
112
|
+
},
|
|
113
|
+
"create_property_list": {
|
|
114
|
+
"protocol": "property",
|
|
115
|
+
"mutating": true,
|
|
116
|
+
"request_schema": "property/create-property-list-request.json",
|
|
117
|
+
"response_schema": "property/create-property-list-response.json",
|
|
118
|
+
"async_response_schemas": [],
|
|
119
|
+
"specialisms": [
|
|
120
|
+
"property_lists"
|
|
121
|
+
]
|
|
122
|
+
},
|
|
123
|
+
"creative_approval": {
|
|
124
|
+
"protocol": "brand",
|
|
125
|
+
"mutating": true,
|
|
126
|
+
"request_schema": "brand/creative-approval-request.json",
|
|
127
|
+
"response_schema": "brand/creative-approval-response.json",
|
|
128
|
+
"async_response_schemas": []
|
|
129
|
+
},
|
|
130
|
+
"delete_collection_list": {
|
|
131
|
+
"protocol": "collection",
|
|
132
|
+
"mutating": true,
|
|
133
|
+
"request_schema": "collection/delete-collection-list-request.json",
|
|
134
|
+
"response_schema": "collection/delete-collection-list-response.json",
|
|
135
|
+
"async_response_schemas": [],
|
|
136
|
+
"specialisms": [
|
|
137
|
+
"collection_lists"
|
|
138
|
+
]
|
|
139
|
+
},
|
|
140
|
+
"delete_property_list": {
|
|
141
|
+
"protocol": "property",
|
|
142
|
+
"mutating": true,
|
|
143
|
+
"request_schema": "property/delete-property-list-request.json",
|
|
144
|
+
"response_schema": "property/delete-property-list-response.json",
|
|
145
|
+
"async_response_schemas": [],
|
|
146
|
+
"specialisms": [
|
|
147
|
+
"property_lists"
|
|
148
|
+
]
|
|
149
|
+
},
|
|
150
|
+
"get_account_financials": {
|
|
151
|
+
"protocol": "account",
|
|
152
|
+
"mutating": false,
|
|
153
|
+
"request_schema": "account/get-account-financials-request.json",
|
|
154
|
+
"response_schema": "account/get-account-financials-response.json",
|
|
155
|
+
"async_response_schemas": [],
|
|
156
|
+
"specialisms": [
|
|
157
|
+
"sales_social"
|
|
158
|
+
]
|
|
159
|
+
},
|
|
160
|
+
"get_adcp_capabilities": {
|
|
161
|
+
"protocol": "protocol",
|
|
162
|
+
"mutating": false,
|
|
163
|
+
"request_schema": "protocol/get-adcp-capabilities-request.json",
|
|
164
|
+
"response_schema": "protocol/get-adcp-capabilities-response.json",
|
|
165
|
+
"async_response_schemas": [],
|
|
166
|
+
"specialisms": [
|
|
167
|
+
"audience_sync",
|
|
168
|
+
"brand_rights",
|
|
169
|
+
"collection_lists",
|
|
170
|
+
"content_standards",
|
|
171
|
+
"creative_ad_server",
|
|
172
|
+
"creative_generative",
|
|
173
|
+
"creative_template",
|
|
174
|
+
"governance_aware_seller",
|
|
175
|
+
"governance_delivery_monitor",
|
|
176
|
+
"governance_spend_authority",
|
|
177
|
+
"property_lists",
|
|
178
|
+
"sales_broadcast_tv",
|
|
179
|
+
"sales_catalog_driven",
|
|
180
|
+
"sales_guaranteed",
|
|
181
|
+
"sales_non_guaranteed",
|
|
182
|
+
"sales_proposal_mode",
|
|
183
|
+
"sales_social",
|
|
184
|
+
"signal_marketplace",
|
|
185
|
+
"signal_owned"
|
|
186
|
+
]
|
|
187
|
+
},
|
|
188
|
+
"get_brand_identity": {
|
|
189
|
+
"protocol": "brand",
|
|
190
|
+
"mutating": false,
|
|
191
|
+
"request_schema": "brand/get-brand-identity-request.json",
|
|
192
|
+
"response_schema": "brand/get-brand-identity-response.json",
|
|
193
|
+
"async_response_schemas": [],
|
|
194
|
+
"specialisms": [
|
|
195
|
+
"brand_rights"
|
|
196
|
+
]
|
|
197
|
+
},
|
|
198
|
+
"get_collection_list": {
|
|
199
|
+
"protocol": "collection",
|
|
200
|
+
"mutating": false,
|
|
201
|
+
"request_schema": "collection/get-collection-list-request.json",
|
|
202
|
+
"response_schema": "collection/get-collection-list-response.json",
|
|
203
|
+
"async_response_schemas": [],
|
|
204
|
+
"specialisms": [
|
|
205
|
+
"collection_lists"
|
|
206
|
+
]
|
|
207
|
+
},
|
|
208
|
+
"get_content_standards": {
|
|
209
|
+
"protocol": "content-standards",
|
|
210
|
+
"mutating": false,
|
|
211
|
+
"request_schema": "content-standards/get-content-standards-request.json",
|
|
212
|
+
"response_schema": "content-standards/get-content-standards-response.json",
|
|
213
|
+
"async_response_schemas": [],
|
|
214
|
+
"specialisms": [
|
|
215
|
+
"content_standards"
|
|
216
|
+
]
|
|
217
|
+
},
|
|
218
|
+
"get_creative_delivery": {
|
|
219
|
+
"protocol": "creative",
|
|
220
|
+
"mutating": false,
|
|
221
|
+
"request_schema": "creative/get-creative-delivery-request.json",
|
|
222
|
+
"response_schema": "creative/get-creative-delivery-response.json",
|
|
223
|
+
"async_response_schemas": [],
|
|
224
|
+
"specialisms": [
|
|
225
|
+
"creative_ad_server"
|
|
226
|
+
]
|
|
227
|
+
},
|
|
228
|
+
"get_creative_features": {
|
|
229
|
+
"protocol": "creative",
|
|
230
|
+
"mutating": false,
|
|
231
|
+
"request_schema": "creative/get-creative-features-request.json",
|
|
232
|
+
"response_schema": "creative/get-creative-features-response.json",
|
|
233
|
+
"async_response_schemas": []
|
|
234
|
+
},
|
|
235
|
+
"get_media_buy_artifacts": {
|
|
236
|
+
"protocol": "content-standards",
|
|
237
|
+
"mutating": false,
|
|
238
|
+
"request_schema": "content-standards/get-media-buy-artifacts-request.json",
|
|
239
|
+
"response_schema": "content-standards/get-media-buy-artifacts-response.json",
|
|
240
|
+
"async_response_schemas": []
|
|
241
|
+
},
|
|
242
|
+
"get_media_buy_delivery": {
|
|
243
|
+
"protocol": "media-buy",
|
|
244
|
+
"mutating": false,
|
|
245
|
+
"request_schema": "media-buy/get-media-buy-delivery-request.json",
|
|
246
|
+
"response_schema": "media-buy/get-media-buy-delivery-response.json",
|
|
247
|
+
"async_response_schemas": [],
|
|
248
|
+
"specialisms": [
|
|
249
|
+
"governance_delivery_monitor",
|
|
250
|
+
"sales_broadcast_tv",
|
|
251
|
+
"sales_catalog_driven",
|
|
252
|
+
"sales_guaranteed",
|
|
253
|
+
"sales_non_guaranteed",
|
|
254
|
+
"sales_proposal_mode"
|
|
255
|
+
]
|
|
256
|
+
},
|
|
257
|
+
"get_media_buys": {
|
|
258
|
+
"protocol": "media-buy",
|
|
259
|
+
"mutating": false,
|
|
260
|
+
"request_schema": "media-buy/get-media-buys-request.json",
|
|
261
|
+
"response_schema": "media-buy/get-media-buys-response.json",
|
|
262
|
+
"async_response_schemas": [],
|
|
263
|
+
"specialisms": [
|
|
264
|
+
"sales_broadcast_tv",
|
|
265
|
+
"sales_catalog_driven",
|
|
266
|
+
"sales_guaranteed",
|
|
267
|
+
"sales_non_guaranteed",
|
|
268
|
+
"sales_proposal_mode"
|
|
269
|
+
]
|
|
270
|
+
},
|
|
271
|
+
"get_plan_audit_logs": {
|
|
272
|
+
"protocol": "governance",
|
|
273
|
+
"mutating": false,
|
|
274
|
+
"request_schema": "governance/get-plan-audit-logs-request.json",
|
|
275
|
+
"response_schema": "governance/get-plan-audit-logs-response.json",
|
|
276
|
+
"async_response_schemas": []
|
|
277
|
+
},
|
|
278
|
+
"get_products": {
|
|
279
|
+
"protocol": "media-buy",
|
|
280
|
+
"mutating": false,
|
|
281
|
+
"request_schema": "media-buy/get-products-request.json",
|
|
282
|
+
"response_schema": "media-buy/get-products-response.json",
|
|
283
|
+
"async_response_schemas": [
|
|
284
|
+
"media-buy/get-products-async-response-input-required.json",
|
|
285
|
+
"media-buy/get-products-async-response-submitted.json",
|
|
286
|
+
"media-buy/get-products-async-response-working.json"
|
|
287
|
+
],
|
|
288
|
+
"specialisms": [
|
|
289
|
+
"governance_aware_seller",
|
|
290
|
+
"sales_broadcast_tv",
|
|
291
|
+
"sales_catalog_driven",
|
|
292
|
+
"sales_guaranteed",
|
|
293
|
+
"sales_non_guaranteed",
|
|
294
|
+
"sales_proposal_mode"
|
|
295
|
+
]
|
|
296
|
+
},
|
|
297
|
+
"get_property_list": {
|
|
298
|
+
"protocol": "property",
|
|
299
|
+
"mutating": false,
|
|
300
|
+
"request_schema": "property/get-property-list-request.json",
|
|
301
|
+
"response_schema": "property/get-property-list-response.json",
|
|
302
|
+
"async_response_schemas": [],
|
|
303
|
+
"specialisms": [
|
|
304
|
+
"property_lists"
|
|
305
|
+
]
|
|
306
|
+
},
|
|
307
|
+
"get_rights": {
|
|
308
|
+
"protocol": "brand",
|
|
309
|
+
"mutating": false,
|
|
310
|
+
"request_schema": "brand/get-rights-request.json",
|
|
311
|
+
"response_schema": "brand/get-rights-response.json",
|
|
312
|
+
"async_response_schemas": [],
|
|
313
|
+
"specialisms": [
|
|
314
|
+
"brand_rights"
|
|
315
|
+
]
|
|
316
|
+
},
|
|
317
|
+
"get_signals": {
|
|
318
|
+
"protocol": "signals",
|
|
319
|
+
"mutating": false,
|
|
320
|
+
"request_schema": "signals/get-signals-request.json",
|
|
321
|
+
"response_schema": "signals/get-signals-response.json",
|
|
322
|
+
"async_response_schemas": [],
|
|
323
|
+
"specialisms": [
|
|
324
|
+
"signal_marketplace",
|
|
325
|
+
"signal_owned"
|
|
326
|
+
]
|
|
327
|
+
},
|
|
328
|
+
"list_accounts": {
|
|
329
|
+
"protocol": "account",
|
|
330
|
+
"mutating": false,
|
|
331
|
+
"request_schema": "account/list-accounts-request.json",
|
|
332
|
+
"response_schema": "account/list-accounts-response.json",
|
|
333
|
+
"async_response_schemas": [],
|
|
334
|
+
"specialisms": [
|
|
335
|
+
"audience_sync",
|
|
336
|
+
"sales_social"
|
|
337
|
+
]
|
|
338
|
+
},
|
|
339
|
+
"list_collection_lists": {
|
|
340
|
+
"protocol": "collection",
|
|
341
|
+
"mutating": false,
|
|
342
|
+
"request_schema": "collection/list-collection-lists-request.json",
|
|
343
|
+
"response_schema": "collection/list-collection-lists-response.json",
|
|
344
|
+
"async_response_schemas": [],
|
|
345
|
+
"specialisms": [
|
|
346
|
+
"collection_lists"
|
|
347
|
+
]
|
|
348
|
+
},
|
|
349
|
+
"list_content_standards": {
|
|
350
|
+
"protocol": "content-standards",
|
|
351
|
+
"mutating": false,
|
|
352
|
+
"request_schema": "content-standards/list-content-standards-request.json",
|
|
353
|
+
"response_schema": "content-standards/list-content-standards-response.json",
|
|
354
|
+
"async_response_schemas": [],
|
|
355
|
+
"specialisms": [
|
|
356
|
+
"content_standards"
|
|
357
|
+
]
|
|
358
|
+
},
|
|
359
|
+
"list_creative_formats": {
|
|
360
|
+
"protocol": "media-buy",
|
|
361
|
+
"mutating": false,
|
|
362
|
+
"request_schema": "media-buy/list-creative-formats-request.json",
|
|
363
|
+
"response_schema": "media-buy/list-creative-formats-response.json",
|
|
364
|
+
"async_response_schemas": [],
|
|
365
|
+
"specialisms": [
|
|
366
|
+
"creative_ad_server",
|
|
367
|
+
"creative_generative",
|
|
368
|
+
"creative_template",
|
|
369
|
+
"sales_broadcast_tv",
|
|
370
|
+
"sales_catalog_driven",
|
|
371
|
+
"sales_proposal_mode"
|
|
372
|
+
]
|
|
373
|
+
},
|
|
374
|
+
"list_creatives": {
|
|
375
|
+
"protocol": "creative",
|
|
376
|
+
"mutating": false,
|
|
377
|
+
"request_schema": "creative/list-creatives-request.json",
|
|
378
|
+
"response_schema": "creative/list-creatives-response.json",
|
|
379
|
+
"async_response_schemas": [],
|
|
380
|
+
"specialisms": [
|
|
381
|
+
"creative_ad_server"
|
|
382
|
+
]
|
|
383
|
+
},
|
|
384
|
+
"list_property_lists": {
|
|
385
|
+
"protocol": "property",
|
|
386
|
+
"mutating": false,
|
|
387
|
+
"request_schema": "property/list-property-lists-request.json",
|
|
388
|
+
"response_schema": "property/list-property-lists-response.json",
|
|
389
|
+
"async_response_schemas": [],
|
|
390
|
+
"specialisms": [
|
|
391
|
+
"property_lists"
|
|
392
|
+
]
|
|
393
|
+
},
|
|
394
|
+
"log_event": {
|
|
395
|
+
"protocol": "media-buy",
|
|
396
|
+
"mutating": true,
|
|
397
|
+
"request_schema": "media-buy/log-event-request.json",
|
|
398
|
+
"response_schema": "media-buy/log-event-response.json",
|
|
399
|
+
"async_response_schemas": [],
|
|
400
|
+
"specialisms": [
|
|
401
|
+
"sales_catalog_driven",
|
|
402
|
+
"sales_social"
|
|
403
|
+
]
|
|
404
|
+
},
|
|
405
|
+
"preview_creative": {
|
|
406
|
+
"protocol": "creative",
|
|
407
|
+
"mutating": false,
|
|
408
|
+
"request_schema": "creative/preview-creative-request.json",
|
|
409
|
+
"response_schema": "creative/preview-creative-response.json",
|
|
410
|
+
"async_response_schemas": [],
|
|
411
|
+
"specialisms": [
|
|
412
|
+
"creative_template"
|
|
413
|
+
]
|
|
414
|
+
},
|
|
415
|
+
"provide_performance_feedback": {
|
|
416
|
+
"protocol": "media-buy",
|
|
417
|
+
"mutating": true,
|
|
418
|
+
"request_schema": "media-buy/provide-performance-feedback-request.json",
|
|
419
|
+
"response_schema": "media-buy/provide-performance-feedback-response.json",
|
|
420
|
+
"async_response_schemas": [],
|
|
421
|
+
"specialisms": [
|
|
422
|
+
"sales_catalog_driven"
|
|
423
|
+
]
|
|
424
|
+
},
|
|
425
|
+
"report_plan_outcome": {
|
|
426
|
+
"protocol": "governance",
|
|
427
|
+
"mutating": true,
|
|
428
|
+
"request_schema": "governance/report-plan-outcome-request.json",
|
|
429
|
+
"response_schema": "governance/report-plan-outcome-response.json",
|
|
430
|
+
"async_response_schemas": []
|
|
431
|
+
},
|
|
432
|
+
"report_usage": {
|
|
433
|
+
"protocol": "account",
|
|
434
|
+
"mutating": true,
|
|
435
|
+
"request_schema": "account/report-usage-request.json",
|
|
436
|
+
"response_schema": "account/report-usage-response.json",
|
|
437
|
+
"async_response_schemas": [],
|
|
438
|
+
"specialisms": [
|
|
439
|
+
"creative_ad_server"
|
|
440
|
+
]
|
|
441
|
+
},
|
|
442
|
+
"si_get_offering": {
|
|
443
|
+
"protocol": "sponsored-intelligence",
|
|
444
|
+
"mutating": false,
|
|
445
|
+
"request_schema": "sponsored-intelligence/si-get-offering-request.json",
|
|
446
|
+
"response_schema": "sponsored-intelligence/si-get-offering-response.json",
|
|
447
|
+
"async_response_schemas": []
|
|
448
|
+
},
|
|
449
|
+
"si_initiate_session": {
|
|
450
|
+
"protocol": "sponsored-intelligence",
|
|
451
|
+
"mutating": true,
|
|
452
|
+
"request_schema": "sponsored-intelligence/si-initiate-session-request.json",
|
|
453
|
+
"response_schema": "sponsored-intelligence/si-initiate-session-response.json",
|
|
454
|
+
"async_response_schemas": []
|
|
455
|
+
},
|
|
456
|
+
"si_send_message": {
|
|
457
|
+
"protocol": "sponsored-intelligence",
|
|
458
|
+
"mutating": true,
|
|
459
|
+
"request_schema": "sponsored-intelligence/si-send-message-request.json",
|
|
460
|
+
"response_schema": "sponsored-intelligence/si-send-message-response.json",
|
|
461
|
+
"async_response_schemas": []
|
|
462
|
+
},
|
|
463
|
+
"si_terminate_session": {
|
|
464
|
+
"protocol": "sponsored-intelligence",
|
|
465
|
+
"mutating": true,
|
|
466
|
+
"request_schema": "sponsored-intelligence/si-terminate-session-request.json",
|
|
467
|
+
"response_schema": "sponsored-intelligence/si-terminate-session-response.json",
|
|
468
|
+
"async_response_schemas": []
|
|
469
|
+
},
|
|
470
|
+
"sync_accounts": {
|
|
471
|
+
"protocol": "account",
|
|
472
|
+
"mutating": true,
|
|
473
|
+
"request_schema": "account/sync-accounts-request.json",
|
|
474
|
+
"response_schema": "account/sync-accounts-response.json",
|
|
475
|
+
"async_response_schemas": [],
|
|
476
|
+
"specialisms": [
|
|
477
|
+
"brand_rights",
|
|
478
|
+
"governance_aware_seller",
|
|
479
|
+
"sales_broadcast_tv",
|
|
480
|
+
"sales_catalog_driven",
|
|
481
|
+
"sales_guaranteed",
|
|
482
|
+
"sales_non_guaranteed",
|
|
483
|
+
"sales_proposal_mode",
|
|
484
|
+
"sales_social",
|
|
485
|
+
"signal_marketplace"
|
|
486
|
+
]
|
|
487
|
+
},
|
|
488
|
+
"sync_audiences": {
|
|
489
|
+
"protocol": "media-buy",
|
|
490
|
+
"mutating": true,
|
|
491
|
+
"request_schema": "media-buy/sync-audiences-request.json",
|
|
492
|
+
"response_schema": "media-buy/sync-audiences-response.json",
|
|
493
|
+
"async_response_schemas": [],
|
|
494
|
+
"specialisms": [
|
|
495
|
+
"audience_sync",
|
|
496
|
+
"sales_social"
|
|
497
|
+
]
|
|
498
|
+
},
|
|
499
|
+
"sync_catalogs": {
|
|
500
|
+
"protocol": "media-buy",
|
|
501
|
+
"mutating": true,
|
|
502
|
+
"request_schema": "media-buy/sync-catalogs-request.json",
|
|
503
|
+
"response_schema": "media-buy/sync-catalogs-response.json",
|
|
504
|
+
"async_response_schemas": [
|
|
505
|
+
"media-buy/sync-catalogs-async-response-input-required.json",
|
|
506
|
+
"media-buy/sync-catalogs-async-response-submitted.json",
|
|
507
|
+
"media-buy/sync-catalogs-async-response-working.json"
|
|
508
|
+
],
|
|
509
|
+
"specialisms": [
|
|
510
|
+
"creative_generative",
|
|
511
|
+
"sales_catalog_driven",
|
|
512
|
+
"sales_social"
|
|
513
|
+
]
|
|
514
|
+
},
|
|
515
|
+
"sync_creatives": {
|
|
516
|
+
"protocol": "creative",
|
|
517
|
+
"mutating": true,
|
|
518
|
+
"request_schema": "creative/sync-creatives-request.json",
|
|
519
|
+
"response_schema": "creative/sync-creatives-response.json",
|
|
520
|
+
"async_response_schemas": [
|
|
521
|
+
"creative/sync-creatives-async-response-input-required.json",
|
|
522
|
+
"creative/sync-creatives-async-response-submitted.json",
|
|
523
|
+
"creative/sync-creatives-async-response-working.json"
|
|
524
|
+
],
|
|
525
|
+
"specialisms": [
|
|
526
|
+
"sales_broadcast_tv",
|
|
527
|
+
"sales_catalog_driven",
|
|
528
|
+
"sales_guaranteed",
|
|
529
|
+
"sales_non_guaranteed",
|
|
530
|
+
"sales_proposal_mode",
|
|
531
|
+
"sales_social"
|
|
532
|
+
]
|
|
533
|
+
},
|
|
534
|
+
"sync_event_sources": {
|
|
535
|
+
"protocol": "media-buy",
|
|
536
|
+
"mutating": true,
|
|
537
|
+
"request_schema": "media-buy/sync-event-sources-request.json",
|
|
538
|
+
"response_schema": "media-buy/sync-event-sources-response.json",
|
|
539
|
+
"async_response_schemas": [],
|
|
540
|
+
"specialisms": [
|
|
541
|
+
"sales_catalog_driven",
|
|
542
|
+
"sales_social"
|
|
543
|
+
]
|
|
544
|
+
},
|
|
545
|
+
"sync_governance": {
|
|
546
|
+
"protocol": "account",
|
|
547
|
+
"mutating": true,
|
|
548
|
+
"request_schema": "account/sync-governance-request.json",
|
|
549
|
+
"response_schema": "account/sync-governance-response.json",
|
|
550
|
+
"async_response_schemas": [],
|
|
551
|
+
"specialisms": [
|
|
552
|
+
"brand_rights",
|
|
553
|
+
"governance_aware_seller",
|
|
554
|
+
"signal_marketplace"
|
|
555
|
+
]
|
|
556
|
+
},
|
|
557
|
+
"sync_plans": {
|
|
558
|
+
"protocol": "governance",
|
|
559
|
+
"mutating": true,
|
|
560
|
+
"request_schema": "governance/sync-plans-request.json",
|
|
561
|
+
"response_schema": "governance/sync-plans-response.json",
|
|
562
|
+
"async_response_schemas": [],
|
|
563
|
+
"specialisms": [
|
|
564
|
+
"brand_rights",
|
|
565
|
+
"governance_aware_seller",
|
|
566
|
+
"governance_delivery_monitor",
|
|
567
|
+
"governance_spend_authority",
|
|
568
|
+
"signal_marketplace"
|
|
569
|
+
]
|
|
570
|
+
},
|
|
571
|
+
"update_collection_list": {
|
|
572
|
+
"protocol": "collection",
|
|
573
|
+
"mutating": true,
|
|
574
|
+
"request_schema": "collection/update-collection-list-request.json",
|
|
575
|
+
"response_schema": "collection/update-collection-list-response.json",
|
|
576
|
+
"async_response_schemas": [],
|
|
577
|
+
"specialisms": [
|
|
578
|
+
"collection_lists"
|
|
579
|
+
]
|
|
580
|
+
},
|
|
581
|
+
"update_content_standards": {
|
|
582
|
+
"protocol": "content-standards",
|
|
583
|
+
"mutating": true,
|
|
584
|
+
"request_schema": "content-standards/update-content-standards-request.json",
|
|
585
|
+
"response_schema": "content-standards/update-content-standards-response.json",
|
|
586
|
+
"async_response_schemas": [],
|
|
587
|
+
"specialisms": [
|
|
588
|
+
"content_standards"
|
|
589
|
+
]
|
|
590
|
+
},
|
|
591
|
+
"update_media_buy": {
|
|
592
|
+
"protocol": "media-buy",
|
|
593
|
+
"mutating": true,
|
|
594
|
+
"request_schema": "media-buy/update-media-buy-request.json",
|
|
595
|
+
"response_schema": "media-buy/update-media-buy-response.json",
|
|
596
|
+
"async_response_schemas": [
|
|
597
|
+
"media-buy/update-media-buy-async-response-input-required.json",
|
|
598
|
+
"media-buy/update-media-buy-async-response-submitted.json",
|
|
599
|
+
"media-buy/update-media-buy-async-response-working.json"
|
|
600
|
+
],
|
|
601
|
+
"specialisms": [
|
|
602
|
+
"sales_broadcast_tv",
|
|
603
|
+
"sales_catalog_driven",
|
|
604
|
+
"sales_guaranteed",
|
|
605
|
+
"sales_non_guaranteed",
|
|
606
|
+
"sales_proposal_mode"
|
|
607
|
+
]
|
|
608
|
+
},
|
|
609
|
+
"update_property_list": {
|
|
610
|
+
"protocol": "property",
|
|
611
|
+
"mutating": true,
|
|
612
|
+
"request_schema": "property/update-property-list-request.json",
|
|
613
|
+
"response_schema": "property/update-property-list-response.json",
|
|
614
|
+
"async_response_schemas": [],
|
|
615
|
+
"specialisms": [
|
|
616
|
+
"property_lists"
|
|
617
|
+
]
|
|
618
|
+
},
|
|
619
|
+
"update_rights": {
|
|
620
|
+
"protocol": "brand",
|
|
621
|
+
"mutating": true,
|
|
622
|
+
"request_schema": "brand/update-rights-request.json",
|
|
623
|
+
"response_schema": "brand/update-rights-response.json",
|
|
624
|
+
"async_response_schemas": []
|
|
625
|
+
},
|
|
626
|
+
"validate_content_delivery": {
|
|
627
|
+
"protocol": "content-standards",
|
|
628
|
+
"mutating": false,
|
|
629
|
+
"request_schema": "content-standards/validate-content-delivery-request.json",
|
|
630
|
+
"response_schema": "content-standards/validate-content-delivery-response.json",
|
|
631
|
+
"async_response_schemas": [],
|
|
632
|
+
"specialisms": [
|
|
633
|
+
"content_standards"
|
|
634
|
+
]
|
|
635
|
+
},
|
|
636
|
+
"validate_property_delivery": {
|
|
637
|
+
"protocol": "property",
|
|
638
|
+
"mutating": false,
|
|
639
|
+
"request_schema": "property/validate-property-delivery-request.json",
|
|
640
|
+
"response_schema": "property/validate-property-delivery-response.json",
|
|
641
|
+
"async_response_schemas": [],
|
|
642
|
+
"specialisms": [
|
|
643
|
+
"property_lists"
|
|
644
|
+
]
|
|
645
|
+
}
|
|
646
|
+
},
|
|
647
|
+
"error_code_policy": {
|
|
648
|
+
"default_unknown_recovery": "transient",
|
|
649
|
+
"note": "Sellers MAY return platform-specific codes that are not listed in error_codes. Agents MUST classify unknown codes as default_unknown_recovery and SHOULD retry with backoff before surfacing to the operator. Throwing on an unknown code is non-conformant client behavior."
|
|
650
|
+
},
|
|
651
|
+
"error_codes": {
|
|
652
|
+
"INVALID_REQUEST": {
|
|
653
|
+
"recovery": "correctable",
|
|
654
|
+
"description": "Request is malformed, missing required fields, or violates schema constraints.",
|
|
655
|
+
"suggestion": "check request parameters and fix"
|
|
656
|
+
},
|
|
657
|
+
"AUTH_REQUIRED": {
|
|
658
|
+
"recovery": "correctable",
|
|
659
|
+
"description": "Authentication is required, or presented credentials were rejected. Two operational sub-cases share this code: (a) credentials missing — agent provides credentials and retries; (b) credentials presented but rejected (expired / revoked / malformed signature) — agent SHOULD NOT auto-retry, since re-presenting a rejected credential against an SSO endpoint creates retry-storm patterns indistinguishable from brute-force probes. In sub-case (b) the agent SHOULD escalate to operator for credential rotation rather than loop. A future minor release splits this code into AUTH_MISSING (correctable) and AUTH_INVALID (terminal); agents handling 3.0.x sellers SHOULD apply the same operational distinction at the application layer.",
|
|
660
|
+
"suggestion": "provide credentials via auth header on missing-credential case; do NOT auto-retry on presented-but-rejected credentials — escalate to operator for credential rotation (3.1+ splits this into AUTH_MISSING / AUTH_INVALID)"
|
|
661
|
+
},
|
|
662
|
+
"RATE_LIMITED": {
|
|
663
|
+
"recovery": "transient",
|
|
664
|
+
"description": "Request rate exceeded. Retry after the retry_after interval.",
|
|
665
|
+
"suggestion": "retry after the retry_after interval"
|
|
666
|
+
},
|
|
667
|
+
"SERVICE_UNAVAILABLE": {
|
|
668
|
+
"recovery": "transient",
|
|
669
|
+
"description": "Seller service is temporarily unavailable. Retry with exponential backoff.",
|
|
670
|
+
"suggestion": "retry with exponential backoff"
|
|
671
|
+
},
|
|
672
|
+
"POLICY_VIOLATION": {
|
|
673
|
+
"recovery": "correctable",
|
|
674
|
+
"description": "Request violates the seller's content or advertising policies.",
|
|
675
|
+
"suggestion": "review policy requirements in the error details"
|
|
676
|
+
},
|
|
677
|
+
"PRODUCT_NOT_FOUND": {
|
|
678
|
+
"recovery": "correctable",
|
|
679
|
+
"description": "One or more referenced product IDs are unknown or expired.",
|
|
680
|
+
"suggestion": "remove invalid IDs and retry, or re-discover with get_products"
|
|
681
|
+
},
|
|
682
|
+
"PRODUCT_UNAVAILABLE": {
|
|
683
|
+
"recovery": "correctable",
|
|
684
|
+
"description": "The requested product is sold out or no longer available.",
|
|
685
|
+
"suggestion": "choose a different product"
|
|
686
|
+
},
|
|
687
|
+
"PROPOSAL_EXPIRED": {
|
|
688
|
+
"recovery": "correctable",
|
|
689
|
+
"description": "A referenced proposal ID has passed its expires_at timestamp.",
|
|
690
|
+
"suggestion": "re-discover with get_products to get a fresh proposal"
|
|
691
|
+
},
|
|
692
|
+
"BUDGET_TOO_LOW": {
|
|
693
|
+
"recovery": "correctable",
|
|
694
|
+
"description": "Budget is below the seller's minimum.",
|
|
695
|
+
"suggestion": "increase budget or check capabilities.media_buy.limits"
|
|
696
|
+
},
|
|
697
|
+
"CREATIVE_REJECTED": {
|
|
698
|
+
"recovery": "correctable",
|
|
699
|
+
"description": "Creative failed content policy review. For deadline violations, see CREATIVE_DEADLINE_EXCEEDED.",
|
|
700
|
+
"suggestion": "revise the creative per the seller's advertising_policies"
|
|
701
|
+
},
|
|
702
|
+
"UNSUPPORTED_FEATURE": {
|
|
703
|
+
"recovery": "correctable",
|
|
704
|
+
"description": "A requested feature or field is not supported by this seller.",
|
|
705
|
+
"suggestion": "check get_adcp_capabilities and remove unsupported fields"
|
|
706
|
+
},
|
|
707
|
+
"AUDIENCE_TOO_SMALL": {
|
|
708
|
+
"recovery": "correctable",
|
|
709
|
+
"description": "Audience segment is below the minimum required size for targeting.",
|
|
710
|
+
"suggestion": "broaden targeting or upload more audience members"
|
|
711
|
+
},
|
|
712
|
+
"ACCOUNT_NOT_FOUND": {
|
|
713
|
+
"recovery": "terminal",
|
|
714
|
+
"description": "The account reference could not be resolved.",
|
|
715
|
+
"suggestion": "verify account via list_accounts or contact seller"
|
|
716
|
+
},
|
|
717
|
+
"ACCOUNT_SETUP_REQUIRED": {
|
|
718
|
+
"recovery": "correctable",
|
|
719
|
+
"description": "Natural key resolved but the account needs setup before use.",
|
|
720
|
+
"suggestion": "check details.setup for URL or instructions"
|
|
721
|
+
},
|
|
722
|
+
"ACCOUNT_AMBIGUOUS": {
|
|
723
|
+
"recovery": "correctable",
|
|
724
|
+
"description": "Natural key resolves to multiple accounts.",
|
|
725
|
+
"suggestion": "pass explicit account_id or a more specific natural key"
|
|
726
|
+
},
|
|
727
|
+
"ACCOUNT_PAYMENT_REQUIRED": {
|
|
728
|
+
"recovery": "terminal",
|
|
729
|
+
"description": "Account has an outstanding balance requiring payment before new buys.",
|
|
730
|
+
"suggestion": "buyer must resolve billing"
|
|
731
|
+
},
|
|
732
|
+
"ACCOUNT_SUSPENDED": {
|
|
733
|
+
"recovery": "terminal",
|
|
734
|
+
"description": "Account has been suspended.",
|
|
735
|
+
"suggestion": "contact seller to resolve suspension"
|
|
736
|
+
},
|
|
737
|
+
"COMPLIANCE_UNSATISFIED": {
|
|
738
|
+
"recovery": "correctable",
|
|
739
|
+
"description": "A required disclosure from the brief's compliance section cannot be satisfied by the target format — either the required position or the required persistence mode is not in the format's disclosure_capabilities.",
|
|
740
|
+
"suggestion": "choose a format that supports the required disclosure positions and persistence modes, or remove the disclosure requirement"
|
|
741
|
+
},
|
|
742
|
+
"GOVERNANCE_DENIED": {
|
|
743
|
+
"recovery": "correctable",
|
|
744
|
+
"description": "A registered governance agent denied the transaction. The buyer may restructure the buy (e.g., reduce budget, split into smaller transactions), escalate to human spending authority, or contact the governance agent for details.",
|
|
745
|
+
"suggestion": "restructure the buy, escalate to human spending authority, or contact the governance agent for details"
|
|
746
|
+
},
|
|
747
|
+
"BUDGET_EXHAUSTED": {
|
|
748
|
+
"recovery": "terminal",
|
|
749
|
+
"description": "Account or campaign budget has been fully spent. Distinct from BUDGET_TOO_LOW (rejected at submission).",
|
|
750
|
+
"suggestion": "buyer must add funds or increase budget cap"
|
|
751
|
+
},
|
|
752
|
+
"BUDGET_EXCEEDED": {
|
|
753
|
+
"recovery": "correctable",
|
|
754
|
+
"description": "Operation would exceed the allocated budget for the media buy or package. Distinct from BUDGET_EXHAUSTED (already spent) and BUDGET_TOO_LOW (below minimum).",
|
|
755
|
+
"suggestion": "reduce requested amount or increase budget allocation"
|
|
756
|
+
},
|
|
757
|
+
"CONFLICT": {
|
|
758
|
+
"recovery": "transient",
|
|
759
|
+
"description": "Concurrent modification detected. The resource was modified by another request between read and write.",
|
|
760
|
+
"suggestion": "re-read the resource and retry with current state"
|
|
761
|
+
},
|
|
762
|
+
"IDEMPOTENCY_CONFLICT": {
|
|
763
|
+
"recovery": "correctable",
|
|
764
|
+
"description": "An earlier request with the same idempotency_key was processed with a different canonical payload within the seller's replay window. Distinct from CONFLICT (concurrent write) — this indicates the client reused a key across semantically different requests.",
|
|
765
|
+
"suggestion": "use a fresh UUID v4 for the new request, or resend the exact original payload to get the cached response"
|
|
766
|
+
},
|
|
767
|
+
"IDEMPOTENCY_EXPIRED": {
|
|
768
|
+
"recovery": "correctable",
|
|
769
|
+
"description": "The idempotency_key was seen previously but its cached response has been evicted because it is past the seller's declared replay_ttl_seconds. Distinct from IDEMPOTENCY_CONFLICT (different payload within window) — this indicates the retry arrived too late for at-most-once guarantees. If the buyer has any evidence the prior call succeeded (partial response received before crash, entry in the buyer's own DB, a webhook fired), the buyer MUST do the natural-key check BEFORE minting a new key — minting a new key in that situation is exactly how double-creation happens.",
|
|
770
|
+
"suggestion": "perform a natural-key check to determine whether the original request succeeded; if no evidence of success, generate a fresh idempotency_key for a new attempt"
|
|
771
|
+
},
|
|
772
|
+
"CREATIVE_DEADLINE_EXCEEDED": {
|
|
773
|
+
"recovery": "correctable",
|
|
774
|
+
"description": "Creative change submitted after the package's creative_deadline. Distinct from CREATIVE_REJECTED (content policy failure).",
|
|
775
|
+
"suggestion": "check creative_deadline via get_media_buys before submitting changes, or negotiate a deadline extension with the seller"
|
|
776
|
+
},
|
|
777
|
+
"INVALID_STATE": {
|
|
778
|
+
"recovery": "correctable",
|
|
779
|
+
"description": "Operation is not permitted for the resource's current status (e.g., updating a completed or canceled media buy, or modifying a canceled package).",
|
|
780
|
+
"suggestion": "check current status via get_media_buys and adjust request"
|
|
781
|
+
},
|
|
782
|
+
"MEDIA_BUY_NOT_FOUND": {
|
|
783
|
+
"recovery": "correctable",
|
|
784
|
+
"description": "Referenced media buy does not exist or is not accessible to the requesting agent.",
|
|
785
|
+
"suggestion": "verify media_buy_id or buyer_ref"
|
|
786
|
+
},
|
|
787
|
+
"NOT_CANCELLABLE": {
|
|
788
|
+
"recovery": "correctable",
|
|
789
|
+
"description": "The media buy or package cannot be canceled in its current state. The seller may have contractual or operational constraints that prevent cancellation.",
|
|
790
|
+
"suggestion": "check the seller's cancellation policy or contact the seller"
|
|
791
|
+
},
|
|
792
|
+
"PACKAGE_NOT_FOUND": {
|
|
793
|
+
"recovery": "correctable",
|
|
794
|
+
"description": "Referenced package does not exist within the specified media buy.",
|
|
795
|
+
"suggestion": "verify package_id or buyer_ref via get_media_buys"
|
|
796
|
+
},
|
|
797
|
+
"CREATIVE_NOT_FOUND": {
|
|
798
|
+
"recovery": "correctable",
|
|
799
|
+
"description": "Referenced creative does not exist in the agent's creative library. Sellers MUST return this code uniformly for any creative_id not owned by the calling account — never distinguish 'exists in another tenant' from 'does not exist', which would enable cross-tenant enumeration.",
|
|
800
|
+
"suggestion": "verify creative_id via list_creatives, or sync_creatives to register it"
|
|
801
|
+
},
|
|
802
|
+
"SIGNAL_NOT_FOUND": {
|
|
803
|
+
"recovery": "correctable",
|
|
804
|
+
"description": "Referenced signal does not exist in the agent's catalog. Sellers MUST return this code uniformly for any signal_id not accessible to the calling account — never distinguish 'exists but unauthorized' from 'does not exist', which would enable cross-tenant enumeration.",
|
|
805
|
+
"suggestion": "verify signal_id via get_signals, or confirm the signal is available from this agent"
|
|
806
|
+
},
|
|
807
|
+
"SESSION_NOT_FOUND": {
|
|
808
|
+
"recovery": "correctable",
|
|
809
|
+
"description": "SI session ID is invalid, expired, or does not exist.",
|
|
810
|
+
"suggestion": "initiate a new session via si_initiate_session"
|
|
811
|
+
},
|
|
812
|
+
"PLAN_NOT_FOUND": {
|
|
813
|
+
"recovery": "correctable",
|
|
814
|
+
"description": "Referenced governance plan does not exist or is not accessible to the requesting agent. Sellers MUST return this code uniformly for any plan_id not accessible to the calling account — never distinguish 'exists but unauthorized' from 'does not exist', which would enable cross-tenant enumeration of governance plans.",
|
|
815
|
+
"suggestion": "verify plan_id via sync_plans, or register the plan first"
|
|
816
|
+
},
|
|
817
|
+
"REFERENCE_NOT_FOUND": {
|
|
818
|
+
"recovery": "correctable",
|
|
819
|
+
"description": "Generic fallback for a referenced identifier, grant, session, or other resource that does not exist or is not accessible by the caller. Use when no resource-specific not-found code applies (e.g., property lists, content standards, rights grants, SI offerings, proposals, catalogs, event sources, collection lists, brands, individual properties). Typed parameters that lack a dedicated standard code MUST also use REFERENCE_NOT_FOUND rather than minting a custom *_NOT_FOUND code. See 'Uniform response for inaccessible references' in error-handling.mdx for the full MUST list. Summary of the uniform-response MUST: sellers MUST return the same response for 'exists but the caller lacks access' as for 'does not exist' across every observable channel — error.code/message/field/details (message MUST be generic; error.field MUST be identical across both cases on typed parameters); HTTP status, A2A task.status.state, and MCP isError; response headers (ETag, Cache-Control, per-type rate-limit buckets, CDN tags); side effects (webhook/audit writes, background-job enqueues, per-type quota counters, DB-shard routing); and observability (logs, APM spans, third-party error telemetry like Sentry/Datadog). Sellers MUST perform the same resolution-and-authorization work on both paths (resolve-then-authorize; on true-miss still run an authorization decision of equivalent shape against an empty principal set so authorizer latency is not a side channel). Cache population MUST NOT be gated on authorization. Polymorphism is evaluated against the tool-schema's declared parameter shape before any lookup, and a tool's declared shape MUST be identical across all callers.",
|
|
820
|
+
"suggestion": "verify the referenced identifier exists and is accessible to the caller"
|
|
821
|
+
},
|
|
822
|
+
"SESSION_TERMINATED": {
|
|
823
|
+
"recovery": "correctable",
|
|
824
|
+
"description": "SI session has already been terminated and cannot accept further messages.",
|
|
825
|
+
"suggestion": "initiate a new session via si_initiate_session"
|
|
826
|
+
},
|
|
827
|
+
"VALIDATION_ERROR": {
|
|
828
|
+
"recovery": "correctable",
|
|
829
|
+
"description": "Request contains invalid field values or violates business rules beyond schema validation.",
|
|
830
|
+
"suggestion": "review error details and fix field values"
|
|
831
|
+
},
|
|
832
|
+
"PRODUCT_EXPIRED": {
|
|
833
|
+
"recovery": "correctable",
|
|
834
|
+
"description": "One or more referenced products have passed their expires_at timestamp and are no longer available for purchase.",
|
|
835
|
+
"suggestion": "re-discover with get_products to find current inventory"
|
|
836
|
+
},
|
|
837
|
+
"PROPOSAL_NOT_COMMITTED": {
|
|
838
|
+
"recovery": "correctable",
|
|
839
|
+
"description": "The referenced proposal has proposal_status 'draft' and cannot be used to create a media buy.",
|
|
840
|
+
"suggestion": "finalize the proposal first using get_products with buying_mode 'refine' and action 'finalize'"
|
|
841
|
+
},
|
|
842
|
+
"IO_REQUIRED": {
|
|
843
|
+
"recovery": "correctable",
|
|
844
|
+
"description": "The committed proposal requires a signed insertion order but no io_acceptance was provided.",
|
|
845
|
+
"suggestion": "review the proposal's insertion_order, accept terms, and include io_acceptance on create_media_buy"
|
|
846
|
+
},
|
|
847
|
+
"TERMS_REJECTED": {
|
|
848
|
+
"recovery": "correctable",
|
|
849
|
+
"description": "Buyer-proposed measurement_terms were rejected by the seller. The error details SHOULD identify which specific term was rejected and the seller's acceptable range or supported vendors.",
|
|
850
|
+
"suggestion": "adjust the proposed terms and retry, or omit measurement_terms to accept the product's defaults"
|
|
851
|
+
},
|
|
852
|
+
"REQUOTE_REQUIRED": {
|
|
853
|
+
"recovery": "correctable",
|
|
854
|
+
"description": "An update_media_buy request changes the parameter envelope (budget, flight dates, volume, targeting) the original quote was priced against. The pricing_option remains locked; the seller is declining the requested shape at that price. Distinct from TERMS_REJECTED (measurement) and POLICY_VIOLATION (content). Sellers SHOULD populate error.details.envelope_field with the field path(s) that breached the envelope (e.g., 'packages[0].budget', 'end_time') so the buyer's agent can autonomously re-discover.",
|
|
855
|
+
"suggestion": "re-negotiate via get_products in 'refine' mode against the existing proposal_id to obtain a fresh quote, then resubmit against the new proposal_id"
|
|
856
|
+
},
|
|
857
|
+
"VERSION_UNSUPPORTED": {
|
|
858
|
+
"recovery": "correctable",
|
|
859
|
+
"description": "The declared adcp_major_version is not supported by this seller.",
|
|
860
|
+
"suggestion": "re-pin to a release in supported_versions and retry, or call get_adcp_capabilities without a version pin to discover supported_versions"
|
|
861
|
+
},
|
|
862
|
+
"CAMPAIGN_SUSPENDED": {
|
|
863
|
+
"recovery": "transient",
|
|
864
|
+
"description": "Campaign governance has been suspended pending human review; the governance agent MUST reject `check_governance` and `report_plan_outcome` calls on the affected plan until the escalation is resolved. Distinct from `ACCOUNT_SUSPENDED` (account-wide) — this is scoped to a single plan/campaign.",
|
|
865
|
+
"suggestion": "wait for the escalation to resolve; contact the plan operator if the suspension persists"
|
|
866
|
+
},
|
|
867
|
+
"GOVERNANCE_UNAVAILABLE": {
|
|
868
|
+
"recovery": "transient",
|
|
869
|
+
"description": "A registered governance agent is unreachable (timeout, network error, or repeated failure) and the seller cannot obtain a governance decision for the spend-commit. Distinct from `GOVERNANCE_DENIED` (agent reachable and explicitly denied).",
|
|
870
|
+
"suggestion": "retry with backoff; if the agent remains unreachable, the buyer MUST contact the plan's governance operator"
|
|
871
|
+
},
|
|
872
|
+
"PERMISSION_DENIED": {
|
|
873
|
+
"recovery": "correctable",
|
|
874
|
+
"description": "The authenticated caller is not authorized for the requested action under the seller's own policies, or a required signed credential (e.g., a `governance_context` token on a spend-commit) is missing, fails verification, or was issued for a different plan, seller, or phase. Distinct from `AUTH_REQUIRED` (no credentials presented) and `GOVERNANCE_DENIED` (governance agent denied).",
|
|
875
|
+
"suggestion": "call check_governance to mint a valid token, or contact the seller to resolve the underlying permission"
|
|
876
|
+
}
|
|
877
|
+
},
|
|
878
|
+
"specialisms": {
|
|
879
|
+
"audience_sync": {
|
|
880
|
+
"protocol": "media-buy",
|
|
881
|
+
"title": "Audience sync",
|
|
882
|
+
"entry_point_tools": [
|
|
883
|
+
"list_accounts",
|
|
884
|
+
"sync_audiences"
|
|
885
|
+
],
|
|
886
|
+
"exercised_tools": [
|
|
887
|
+
"get_adcp_capabilities",
|
|
888
|
+
"list_accounts",
|
|
889
|
+
"sync_audiences"
|
|
890
|
+
]
|
|
891
|
+
},
|
|
892
|
+
"brand_rights": {
|
|
893
|
+
"protocol": "brand",
|
|
894
|
+
"title": "Brand identity and rights licensing",
|
|
895
|
+
"entry_point_tools": [
|
|
896
|
+
"get_brand_identity"
|
|
897
|
+
],
|
|
898
|
+
"exercised_tools": [
|
|
899
|
+
"acquire_rights",
|
|
900
|
+
"get_adcp_capabilities",
|
|
901
|
+
"get_brand_identity",
|
|
902
|
+
"get_rights",
|
|
903
|
+
"sync_accounts",
|
|
904
|
+
"sync_governance",
|
|
905
|
+
"sync_plans"
|
|
906
|
+
]
|
|
907
|
+
},
|
|
908
|
+
"collection_lists": {
|
|
909
|
+
"protocol": "governance",
|
|
910
|
+
"title": "Collection lists",
|
|
911
|
+
"entry_point_tools": [
|
|
912
|
+
"create_collection_list"
|
|
913
|
+
],
|
|
914
|
+
"exercised_tools": [
|
|
915
|
+
"create_collection_list",
|
|
916
|
+
"delete_collection_list",
|
|
917
|
+
"get_adcp_capabilities",
|
|
918
|
+
"get_collection_list",
|
|
919
|
+
"list_collection_lists",
|
|
920
|
+
"update_collection_list"
|
|
921
|
+
]
|
|
922
|
+
},
|
|
923
|
+
"content_standards": {
|
|
924
|
+
"protocol": "governance",
|
|
925
|
+
"title": "Content standards",
|
|
926
|
+
"entry_point_tools": [
|
|
927
|
+
"list_content_standards"
|
|
928
|
+
],
|
|
929
|
+
"exercised_tools": [
|
|
930
|
+
"calibrate_content",
|
|
931
|
+
"create_content_standards",
|
|
932
|
+
"get_adcp_capabilities",
|
|
933
|
+
"get_content_standards",
|
|
934
|
+
"list_content_standards",
|
|
935
|
+
"update_content_standards",
|
|
936
|
+
"validate_content_delivery"
|
|
937
|
+
]
|
|
938
|
+
},
|
|
939
|
+
"creative_ad_server": {
|
|
940
|
+
"protocol": "creative",
|
|
941
|
+
"title": "Creative ad server",
|
|
942
|
+
"entry_point_tools": [
|
|
943
|
+
"build_creative"
|
|
944
|
+
],
|
|
945
|
+
"exercised_tools": [
|
|
946
|
+
"build_creative",
|
|
947
|
+
"get_adcp_capabilities",
|
|
948
|
+
"get_creative_delivery",
|
|
949
|
+
"list_creative_formats",
|
|
950
|
+
"list_creatives",
|
|
951
|
+
"report_usage"
|
|
952
|
+
]
|
|
953
|
+
},
|
|
954
|
+
"creative_generative": {
|
|
955
|
+
"protocol": "creative",
|
|
956
|
+
"title": "Generative creative agent",
|
|
957
|
+
"entry_point_tools": [
|
|
958
|
+
"build_creative"
|
|
959
|
+
],
|
|
960
|
+
"exercised_tools": [
|
|
961
|
+
"build_creative",
|
|
962
|
+
"expect_substitution_safe",
|
|
963
|
+
"get_adcp_capabilities",
|
|
964
|
+
"list_creative_formats",
|
|
965
|
+
"sync_catalogs"
|
|
966
|
+
]
|
|
967
|
+
},
|
|
968
|
+
"creative_template": {
|
|
969
|
+
"protocol": "creative",
|
|
970
|
+
"title": "Creative template and transformation agent",
|
|
971
|
+
"entry_point_tools": [
|
|
972
|
+
"build_creative"
|
|
973
|
+
],
|
|
974
|
+
"exercised_tools": [
|
|
975
|
+
"build_creative",
|
|
976
|
+
"get_adcp_capabilities",
|
|
977
|
+
"list_creative_formats",
|
|
978
|
+
"preview_creative"
|
|
979
|
+
]
|
|
980
|
+
},
|
|
981
|
+
"governance_aware_seller": {
|
|
982
|
+
"protocol": "media-buy",
|
|
983
|
+
"title": "Governance-aware seller",
|
|
984
|
+
"entry_point_tools": [
|
|
985
|
+
"create_media_buy",
|
|
986
|
+
"sync_governance"
|
|
987
|
+
],
|
|
988
|
+
"exercised_tools": [
|
|
989
|
+
"create_media_buy",
|
|
990
|
+
"get_adcp_capabilities",
|
|
991
|
+
"get_products",
|
|
992
|
+
"sync_accounts",
|
|
993
|
+
"sync_governance",
|
|
994
|
+
"sync_plans"
|
|
995
|
+
]
|
|
996
|
+
},
|
|
997
|
+
"governance_delivery_monitor": {
|
|
998
|
+
"protocol": "governance",
|
|
999
|
+
"title": "Campaign governance — delivery monitoring with drift detection",
|
|
1000
|
+
"entry_point_tools": [
|
|
1001
|
+
"check_governance"
|
|
1002
|
+
],
|
|
1003
|
+
"exercised_tools": [
|
|
1004
|
+
"check_governance",
|
|
1005
|
+
"create_media_buy",
|
|
1006
|
+
"get_adcp_capabilities",
|
|
1007
|
+
"get_media_buy_delivery",
|
|
1008
|
+
"sync_plans"
|
|
1009
|
+
]
|
|
1010
|
+
},
|
|
1011
|
+
"governance_spend_authority": {
|
|
1012
|
+
"protocol": "governance",
|
|
1013
|
+
"title": "Campaign governance — conditional approval",
|
|
1014
|
+
"entry_point_tools": [
|
|
1015
|
+
"check_governance",
|
|
1016
|
+
"sync_plans"
|
|
1017
|
+
],
|
|
1018
|
+
"exercised_tools": [
|
|
1019
|
+
"check_governance",
|
|
1020
|
+
"create_media_buy",
|
|
1021
|
+
"get_adcp_capabilities",
|
|
1022
|
+
"sync_plans"
|
|
1023
|
+
]
|
|
1024
|
+
},
|
|
1025
|
+
"property_lists": {
|
|
1026
|
+
"protocol": "governance",
|
|
1027
|
+
"title": "Property lists",
|
|
1028
|
+
"entry_point_tools": [
|
|
1029
|
+
"create_property_list"
|
|
1030
|
+
],
|
|
1031
|
+
"exercised_tools": [
|
|
1032
|
+
"create_property_list",
|
|
1033
|
+
"delete_property_list",
|
|
1034
|
+
"get_adcp_capabilities",
|
|
1035
|
+
"get_property_list",
|
|
1036
|
+
"list_property_lists",
|
|
1037
|
+
"update_property_list",
|
|
1038
|
+
"validate_property_delivery"
|
|
1039
|
+
]
|
|
1040
|
+
},
|
|
1041
|
+
"sales_broadcast_tv": {
|
|
1042
|
+
"protocol": "media-buy",
|
|
1043
|
+
"title": "Broadcast linear TV seller agent",
|
|
1044
|
+
"entry_point_tools": [
|
|
1045
|
+
"create_media_buy",
|
|
1046
|
+
"get_products"
|
|
1047
|
+
],
|
|
1048
|
+
"exercised_tools": [
|
|
1049
|
+
"create_media_buy",
|
|
1050
|
+
"expect_webhook",
|
|
1051
|
+
"get_adcp_capabilities",
|
|
1052
|
+
"get_media_buy_delivery",
|
|
1053
|
+
"get_media_buys",
|
|
1054
|
+
"get_products",
|
|
1055
|
+
"list_creative_formats",
|
|
1056
|
+
"sync_accounts",
|
|
1057
|
+
"sync_creatives",
|
|
1058
|
+
"update_media_buy"
|
|
1059
|
+
]
|
|
1060
|
+
},
|
|
1061
|
+
"sales_catalog_driven": {
|
|
1062
|
+
"protocol": "media-buy",
|
|
1063
|
+
"title": "Catalog-driven creative and conversion tracking",
|
|
1064
|
+
"entry_point_tools": [
|
|
1065
|
+
"create_media_buy",
|
|
1066
|
+
"get_products"
|
|
1067
|
+
],
|
|
1068
|
+
"exercised_tools": [
|
|
1069
|
+
"build_creative",
|
|
1070
|
+
"create_media_buy",
|
|
1071
|
+
"expect_substitution_safe",
|
|
1072
|
+
"get_adcp_capabilities",
|
|
1073
|
+
"get_media_buy_delivery",
|
|
1074
|
+
"get_media_buys",
|
|
1075
|
+
"get_products",
|
|
1076
|
+
"list_creative_formats",
|
|
1077
|
+
"log_event",
|
|
1078
|
+
"provide_performance_feedback",
|
|
1079
|
+
"sync_accounts",
|
|
1080
|
+
"sync_catalogs",
|
|
1081
|
+
"sync_creatives",
|
|
1082
|
+
"sync_event_sources",
|
|
1083
|
+
"update_media_buy"
|
|
1084
|
+
]
|
|
1085
|
+
},
|
|
1086
|
+
"sales_guaranteed": {
|
|
1087
|
+
"protocol": "media-buy",
|
|
1088
|
+
"title": "Guaranteed media buy with human IO approval",
|
|
1089
|
+
"entry_point_tools": [
|
|
1090
|
+
"create_media_buy",
|
|
1091
|
+
"get_products"
|
|
1092
|
+
],
|
|
1093
|
+
"exercised_tools": [
|
|
1094
|
+
"create_media_buy",
|
|
1095
|
+
"get_adcp_capabilities",
|
|
1096
|
+
"get_media_buy_delivery",
|
|
1097
|
+
"get_media_buys",
|
|
1098
|
+
"get_products",
|
|
1099
|
+
"sync_accounts",
|
|
1100
|
+
"sync_creatives",
|
|
1101
|
+
"update_media_buy"
|
|
1102
|
+
]
|
|
1103
|
+
},
|
|
1104
|
+
"sales_non_guaranteed": {
|
|
1105
|
+
"protocol": "media-buy",
|
|
1106
|
+
"title": "Non-guaranteed auction-based media buy",
|
|
1107
|
+
"entry_point_tools": [
|
|
1108
|
+
"create_media_buy",
|
|
1109
|
+
"get_products"
|
|
1110
|
+
],
|
|
1111
|
+
"exercised_tools": [
|
|
1112
|
+
"create_media_buy",
|
|
1113
|
+
"get_adcp_capabilities",
|
|
1114
|
+
"get_media_buy_delivery",
|
|
1115
|
+
"get_media_buys",
|
|
1116
|
+
"get_products",
|
|
1117
|
+
"sync_accounts",
|
|
1118
|
+
"sync_creatives",
|
|
1119
|
+
"update_media_buy"
|
|
1120
|
+
]
|
|
1121
|
+
},
|
|
1122
|
+
"sales_proposal_mode": {
|
|
1123
|
+
"protocol": "media-buy",
|
|
1124
|
+
"title": "Media buy via proposal acceptance",
|
|
1125
|
+
"entry_point_tools": [
|
|
1126
|
+
"create_media_buy",
|
|
1127
|
+
"get_products"
|
|
1128
|
+
],
|
|
1129
|
+
"exercised_tools": [
|
|
1130
|
+
"create_media_buy",
|
|
1131
|
+
"get_adcp_capabilities",
|
|
1132
|
+
"get_media_buy_delivery",
|
|
1133
|
+
"get_media_buys",
|
|
1134
|
+
"get_products",
|
|
1135
|
+
"list_creative_formats",
|
|
1136
|
+
"sync_accounts",
|
|
1137
|
+
"sync_creatives",
|
|
1138
|
+
"update_media_buy"
|
|
1139
|
+
]
|
|
1140
|
+
},
|
|
1141
|
+
"sales_social": {
|
|
1142
|
+
"protocol": "media-buy",
|
|
1143
|
+
"title": "Social platform",
|
|
1144
|
+
"entry_point_tools": [
|
|
1145
|
+
"sync_audiences",
|
|
1146
|
+
"sync_catalogs",
|
|
1147
|
+
"sync_creatives",
|
|
1148
|
+
"sync_event_sources"
|
|
1149
|
+
],
|
|
1150
|
+
"exercised_tools": [
|
|
1151
|
+
"get_account_financials",
|
|
1152
|
+
"get_adcp_capabilities",
|
|
1153
|
+
"list_accounts",
|
|
1154
|
+
"log_event",
|
|
1155
|
+
"sync_accounts",
|
|
1156
|
+
"sync_audiences",
|
|
1157
|
+
"sync_catalogs",
|
|
1158
|
+
"sync_creatives",
|
|
1159
|
+
"sync_event_sources"
|
|
1160
|
+
]
|
|
1161
|
+
},
|
|
1162
|
+
"signal_marketplace": {
|
|
1163
|
+
"protocol": "signals",
|
|
1164
|
+
"title": "Marketplace signal agent",
|
|
1165
|
+
"entry_point_tools": [
|
|
1166
|
+
"get_signals"
|
|
1167
|
+
],
|
|
1168
|
+
"exercised_tools": [
|
|
1169
|
+
"activate_signal",
|
|
1170
|
+
"get_adcp_capabilities",
|
|
1171
|
+
"get_signals",
|
|
1172
|
+
"sync_accounts",
|
|
1173
|
+
"sync_governance",
|
|
1174
|
+
"sync_plans"
|
|
1175
|
+
]
|
|
1176
|
+
},
|
|
1177
|
+
"signal_owned": {
|
|
1178
|
+
"protocol": "signals",
|
|
1179
|
+
"title": "Owned signal agent",
|
|
1180
|
+
"entry_point_tools": [
|
|
1181
|
+
"get_signals"
|
|
1182
|
+
],
|
|
1183
|
+
"exercised_tools": [
|
|
1184
|
+
"activate_signal",
|
|
1185
|
+
"get_adcp_capabilities",
|
|
1186
|
+
"get_signals"
|
|
1187
|
+
]
|
|
1188
|
+
}
|
|
1189
|
+
}
|
|
1190
|
+
}
|