@adcp/sdk 13.0.0-rc.14 → 13.0.0-rc.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ADCP_VERSION +1 -1
- package/bin/adcp.js +223 -22
- package/compliance/cache/{3.1.11.previous/protocols → 3.1.13/domains}/media-buy/scenarios/create_media_buy_async.yaml +18 -8
- package/compliance/cache/{3.1.11 → 3.1.13}/index.json +3 -3
- package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/create_media_buy_async.yaml +18 -8
- package/compliance/cache/{3.1.11 → 3.1.13}/test-kits/billing-gate-runner.yaml +9 -5
- package/compliance/cache/{3.1.11.previous → 3.1.13}/test-kits/signed-requests-runner.yaml +1 -1
- package/compliance/cache/{3.1.11.previous → 3.1.13}/universal/billing-gate-dispatch.yaml +25 -13
- package/compliance/cache/{3.1.11 → 3.1.13.previous}/domains/media-buy/scenarios/create_media_buy_async.yaml +18 -8
- package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/index.json +3 -3
- package/compliance/cache/{3.1.11.previous/domains → 3.1.13.previous/protocols}/media-buy/scenarios/create_media_buy_async.yaml +18 -8
- package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-kits/billing-gate-runner.yaml +9 -5
- package/compliance/cache/{3.1.11 → 3.1.13.previous}/test-kits/signed-requests-runner.yaml +1 -1
- package/compliance/cache/{3.1.11 → 3.1.13.previous}/universal/billing-gate-dispatch.yaml +25 -13
- package/dist/lib/auth/index.d.mts +11 -0
- package/dist/lib/auth/index.d.ts +11 -0
- package/dist/lib/auth/index.d.ts.map +1 -1
- package/dist/lib/auth/index.js +21 -0
- package/dist/lib/auth/index.js.map +1 -1
- package/dist/lib/auth/index.mjs +19 -0
- package/dist/lib/auth/index.mjs.map +1 -1
- package/dist/lib/core/AgentClient.d.ts.map +1 -1
- package/dist/lib/core/SingleAgentClient.js +1 -1
- package/dist/lib/core/SingleAgentClient.js.map +1 -1
- package/dist/lib/core/SingleAgentClient.mjs +2 -2
- package/dist/lib/core/SingleAgentClient.mjs.map +1 -1
- package/dist/lib/protocols/mcp-modern.d.ts.map +1 -1
- package/dist/lib/protocols/mcp-modern.js +1 -4
- package/dist/lib/protocols/mcp-modern.js.map +1 -1
- package/dist/lib/protocols/mcp-modern.mjs +2 -5
- package/dist/lib/protocols/mcp-modern.mjs.map +1 -1
- package/dist/lib/protocols/mcp-tasks.d.ts.map +1 -1
- package/dist/lib/protocols/mcp-tasks.js +1 -4
- package/dist/lib/protocols/mcp-tasks.js.map +1 -1
- package/dist/lib/protocols/mcp-tasks.mjs +2 -5
- package/dist/lib/protocols/mcp-tasks.mjs.map +1 -1
- package/dist/lib/protocols/mcp.d.ts.map +1 -1
- package/dist/lib/protocols/mcp.js +14 -15
- package/dist/lib/protocols/mcp.js.map +1 -1
- package/dist/lib/protocols/mcp.mjs +15 -16
- package/dist/lib/protocols/mcp.mjs.map +1 -1
- package/dist/lib/registry/types.generated.d.mts +122 -27
- package/dist/lib/registry/types.generated.d.ts +122 -27
- package/dist/lib/registry/types.generated.d.ts.map +1 -1
- package/dist/lib/registry/types.generated.js.map +1 -1
- package/dist/lib/schemas-data/3.1/a2ui/bound-value.json +1 -1
- package/dist/lib/schemas-data/3.1/a2ui/component.json +1 -1
- package/dist/lib/schemas-data/3.1/a2ui/si-catalog.json +25 -25
- package/dist/lib/schemas-data/3.1/a2ui/surface.json +2 -2
- package/dist/lib/schemas-data/3.1/a2ui/user-action.json +1 -1
- package/dist/lib/schemas-data/3.1/aao/agent-publishers.json +1 -1
- package/dist/lib/schemas-data/3.1/account/get-account-financials-request.json +6 -6
- package/dist/lib/schemas-data/3.1/account/get-account-financials-response.json +12 -12
- package/dist/lib/schemas-data/3.1/account/list-accounts-request.json +6 -6
- package/dist/lib/schemas-data/3.1/account/list-accounts-response.json +8 -8
- package/dist/lib/schemas-data/3.1/account/report-usage-request.json +6 -6
- package/dist/lib/schemas-data/3.1/account/report-usage-response.json +6 -6
- package/dist/lib/schemas-data/3.1/account/sync-accounts-request.json +12 -12
- package/dist/lib/schemas-data/3.1/account/sync-accounts-response.json +16 -16
- package/dist/lib/schemas-data/3.1/account/sync-governance-request.json +6 -6
- package/dist/lib/schemas-data/3.1/account/sync-governance-response.json +10 -10
- package/dist/lib/schemas-data/3.1/adagents.json +29 -29
- package/dist/lib/schemas-data/3.1/brand/acquire-rights-request.json +10 -10
- package/dist/lib/schemas-data/3.1/brand/acquire-rights-response.json +16 -16
- package/dist/lib/schemas-data/3.1/brand/creative-approval-request.json +5 -5
- package/dist/lib/schemas-data/3.1/brand/creative-approval-response.json +12 -12
- package/dist/lib/schemas-data/3.1/brand/get-brand-identity-request.json +4 -4
- package/dist/lib/schemas-data/3.1/brand/get-brand-identity-response.json +10 -10
- package/dist/lib/schemas-data/3.1/brand/get-rights-request.json +8 -8
- package/dist/lib/schemas-data/3.1/brand/get-rights-response.json +11 -11
- package/dist/lib/schemas-data/3.1/brand/revocation-notification.json +4 -4
- package/dist/lib/schemas-data/3.1/brand/rights-pricing-option.json +5 -5
- package/dist/lib/schemas-data/3.1/brand/rights-terms.json +3 -3
- package/dist/lib/schemas-data/3.1/brand/search-brands-request.json +6 -6
- package/dist/lib/schemas-data/3.1/brand/search-brands-response.json +11 -11
- package/dist/lib/schemas-data/3.1/brand/update-rights-request.json +6 -6
- package/dist/lib/schemas-data/3.1/brand/update-rights-response.json +11 -11
- package/dist/lib/schemas-data/3.1/brand/verification-status.json +1 -1
- package/dist/lib/schemas-data/3.1/brand/verify-brand-claim-request.json +2 -2
- package/dist/lib/schemas-data/3.1/brand/verify-brand-claim-response.json +13 -13
- package/dist/lib/schemas-data/3.1/brand/verify-brand-claims-request.json +2 -2
- package/dist/lib/schemas-data/3.1/brand/verify-brand-claims-response.json +13 -13
- package/dist/lib/schemas-data/3.1/brand.json +21 -21
- package/dist/lib/schemas-data/3.1/bundled/content-standards/calibrate-content-request.json +12 -12
- package/dist/lib/schemas-data/3.1/bundled/content-standards/calibrate-content-response.json +12 -12
- package/dist/lib/schemas-data/3.1/bundled/content-standards/create-content-standards-request.json +16 -16
- package/dist/lib/schemas-data/3.1/bundled/content-standards/create-content-standards-response.json +10 -10
- package/dist/lib/schemas-data/3.1/bundled/content-standards/get-content-standards-request.json +5 -5
- package/dist/lib/schemas-data/3.1/bundled/content-standards/get-content-standards-response.json +23 -23
- package/dist/lib/schemas-data/3.1/bundled/content-standards/get-media-buy-artifacts-request.json +16 -16
- package/dist/lib/schemas-data/3.1/bundled/content-standards/get-media-buy-artifacts-response.json +18 -18
- package/dist/lib/schemas-data/3.1/bundled/content-standards/list-content-standards-request.json +7 -7
- package/dist/lib/schemas-data/3.1/bundled/content-standards/list-content-standards-response.json +24 -24
- package/dist/lib/schemas-data/3.1/bundled/content-standards/update-content-standards-request.json +16 -16
- package/dist/lib/schemas-data/3.1/bundled/content-standards/update-content-standards-response.json +10 -10
- package/dist/lib/schemas-data/3.1/bundled/content-standards/validate-content-delivery-request.json +12 -12
- package/dist/lib/schemas-data/3.1/bundled/content-standards/validate-content-delivery-response.json +12 -12
- package/dist/lib/schemas-data/3.1/bundled/core/tasks-get-request.json +16 -16
- package/dist/lib/schemas-data/3.1/bundled/core/tasks-get-response.json +181 -181
- package/dist/lib/schemas-data/3.1/bundled/core/tasks-list-request.json +21 -21
- package/dist/lib/schemas-data/3.1/bundled/core/tasks-list-response.json +11 -11
- package/dist/lib/schemas-data/3.1/bundled/creative/get-creative-delivery-request.json +17 -17
- package/dist/lib/schemas-data/3.1/bundled/creative/get-creative-delivery-response.json +56 -56
- package/dist/lib/schemas-data/3.1/bundled/creative/get-creative-features-request.json +44 -44
- package/dist/lib/schemas-data/3.1/bundled/creative/get-creative-features-response.json +13 -13
- package/dist/lib/schemas-data/3.1/bundled/creative/list-creative-formats-request.json +16 -16
- package/dist/lib/schemas-data/3.1/bundled/creative/list-creative-formats-response.json +48 -48
- package/dist/lib/schemas-data/3.1/bundled/creative/list-creatives-request.json +17 -17
- package/dist/lib/schemas-data/3.1/bundled/creative/list-creatives-response.json +58 -58
- package/dist/lib/schemas-data/3.1/bundled/creative/list-transformers-request.json +18 -18
- package/dist/lib/schemas-data/3.1/bundled/creative/list-transformers-response.json +16 -16
- package/dist/lib/schemas-data/3.1/bundled/creative/preview-creative-request.json +44 -44
- package/dist/lib/schemas-data/3.1/bundled/creative/preview-creative-response.json +50 -50
- package/dist/lib/schemas-data/3.1/bundled/creative/sync-creatives-request.json +46 -46
- package/dist/lib/schemas-data/3.1/bundled/creative/sync-creatives-response.json +27 -27
- package/dist/lib/schemas-data/3.1/bundled/creative/validate-input-request.json +42 -42
- package/dist/lib/schemas-data/3.1/bundled/creative/validate-input-response.json +10 -10
- package/dist/lib/schemas-data/3.1/bundled/media-buy/build-creative-request.json +53 -53
- package/dist/lib/schemas-data/3.1/bundled/media-buy/build-creative-response.json +54 -54
- package/dist/lib/schemas-data/3.1/bundled/media-buy/create-media-buy-request.json +83 -83
- package/dist/lib/schemas-data/3.1/bundled/media-buy/create-media-buy-response.json +77 -77
- package/dist/lib/schemas-data/3.1/bundled/media-buy/get-media-buy-delivery-request.json +25 -25
- package/dist/lib/schemas-data/3.1/bundled/media-buy/get-media-buy-delivery-response.json +40 -40
- package/dist/lib/schemas-data/3.1/bundled/media-buy/get-media-buys-request.json +18 -18
- package/dist/lib/schemas-data/3.1/bundled/media-buy/get-media-buys-response.json +65 -65
- package/dist/lib/schemas-data/3.1/bundled/media-buy/get-products-request.json +49 -49
- package/dist/lib/schemas-data/3.1/bundled/media-buy/get-products-response.json +99 -99
- package/dist/lib/schemas-data/3.1/bundled/media-buy/list-creative-formats-request.json +12 -12
- package/dist/lib/schemas-data/3.1/bundled/media-buy/list-creative-formats-response.json +48 -48
- package/dist/lib/schemas-data/3.1/bundled/media-buy/log-event-request.json +12 -12
- package/dist/lib/schemas-data/3.1/bundled/media-buy/log-event-response.json +10 -10
- package/dist/lib/schemas-data/3.1/bundled/media-buy/package-request.json +79 -79
- package/dist/lib/schemas-data/3.1/bundled/media-buy/provide-performance-feedback-request.json +8 -8
- package/dist/lib/schemas-data/3.1/bundled/media-buy/provide-performance-feedback-response.json +10 -10
- package/dist/lib/schemas-data/3.1/bundled/media-buy/sync-audiences-request.json +18 -18
- package/dist/lib/schemas-data/3.1/bundled/media-buy/sync-audiences-response.json +12 -12
- package/dist/lib/schemas-data/3.1/bundled/media-buy/sync-catalogs-request.json +26 -26
- package/dist/lib/schemas-data/3.1/bundled/media-buy/sync-catalogs-response.json +12 -12
- package/dist/lib/schemas-data/3.1/bundled/media-buy/sync-event-sources-request.json +19 -19
- package/dist/lib/schemas-data/3.1/bundled/media-buy/sync-event-sources-response.json +16 -16
- package/dist/lib/schemas-data/3.1/bundled/media-buy/update-media-buy-request.json +79 -79
- package/dist/lib/schemas-data/3.1/bundled/media-buy/update-media-buy-response.json +71 -71
- package/dist/lib/schemas-data/3.1/bundled/property/create-property-list-request.json +18 -18
- package/dist/lib/schemas-data/3.1/bundled/property/create-property-list-response.json +26 -26
- package/dist/lib/schemas-data/3.1/bundled/property/delete-property-list-request.json +16 -16
- package/dist/lib/schemas-data/3.1/bundled/property/delete-property-list-response.json +10 -10
- package/dist/lib/schemas-data/3.1/bundled/property/get-property-list-request.json +16 -16
- package/dist/lib/schemas-data/3.1/bundled/property/get-property-list-response.json +27 -27
- package/dist/lib/schemas-data/3.1/bundled/property/list-property-lists-request.json +17 -17
- package/dist/lib/schemas-data/3.1/bundled/property/list-property-lists-response.json +27 -27
- package/dist/lib/schemas-data/3.1/bundled/property/update-property-list-request.json +18 -18
- package/dist/lib/schemas-data/3.1/bundled/property/update-property-list-response.json +26 -26
- package/dist/lib/schemas-data/3.1/bundled/property/validate-property-delivery-request.json +19 -19
- package/dist/lib/schemas-data/3.1/bundled/property/validate-property-delivery-response.json +15 -15
- package/dist/lib/schemas-data/3.1/bundled/protocol/get-adcp-capabilities-request.json +5 -5
- package/dist/lib/schemas-data/3.1/bundled/protocol/get-adcp-capabilities-response.json +35 -35
- package/dist/lib/schemas-data/3.1/bundled/protocol/get-task-status-request.json +16 -16
- package/dist/lib/schemas-data/3.1/bundled/protocol/get-task-status-response.json +181 -181
- package/dist/lib/schemas-data/3.1/bundled/protocol/list-tasks-request.json +21 -21
- package/dist/lib/schemas-data/3.1/bundled/protocol/list-tasks-response.json +11 -11
- package/dist/lib/schemas-data/3.1/bundled/signals/activate-signal-request.json +17 -17
- package/dist/lib/schemas-data/3.1/bundled/signals/activate-signal-response.json +12 -12
- package/dist/lib/schemas-data/3.1/bundled/signals/get-signals-request.json +24 -24
- package/dist/lib/schemas-data/3.1/bundled/signals/get-signals-response.json +53 -53
- package/dist/lib/schemas-data/3.1/bundled/sponsored-intelligence/si-get-offering-request.json +5 -5
- package/dist/lib/schemas-data/3.1/bundled/sponsored-intelligence/si-get-offering-response.json +23 -23
- package/dist/lib/schemas-data/3.1/bundled/sponsored-intelligence/si-initiate-session-request.json +18 -18
- package/dist/lib/schemas-data/3.1/bundled/sponsored-intelligence/si-initiate-session-response.json +25 -25
- package/dist/lib/schemas-data/3.1/bundled/sponsored-intelligence/si-send-message-request.json +16 -16
- package/dist/lib/schemas-data/3.1/bundled/sponsored-intelligence/si-send-message-response.json +26 -26
- package/dist/lib/schemas-data/3.1/bundled/sponsored-intelligence/si-terminate-session-request.json +5 -5
- package/dist/lib/schemas-data/3.1/bundled/sponsored-intelligence/si-terminate-session-response.json +11 -11
- package/dist/lib/schemas-data/3.1/collection/base-collection-source.json +3 -3
- package/dist/lib/schemas-data/3.1/collection/collection-list-changed-webhook.json +2 -2
- package/dist/lib/schemas-data/3.1/collection/collection-list-filters.json +7 -7
- package/dist/lib/schemas-data/3.1/collection/collection-list.json +5 -5
- package/dist/lib/schemas-data/3.1/collection/create-collection-list-request.json +8 -8
- package/dist/lib/schemas-data/3.1/collection/create-collection-list-response.json +6 -6
- package/dist/lib/schemas-data/3.1/collection/delete-collection-list-request.json +5 -5
- package/dist/lib/schemas-data/3.1/collection/delete-collection-list-response.json +5 -5
- package/dist/lib/schemas-data/3.1/collection/get-collection-list-request.json +5 -5
- package/dist/lib/schemas-data/3.1/collection/get-collection-list-response.json +12 -12
- package/dist/lib/schemas-data/3.1/collection/list-collection-lists-request.json +6 -6
- package/dist/lib/schemas-data/3.1/collection/list-collection-lists-response.json +7 -7
- package/dist/lib/schemas-data/3.1/collection/update-collection-list-request.json +8 -8
- package/dist/lib/schemas-data/3.1/collection/update-collection-list-response.json +6 -6
- package/dist/lib/schemas-data/3.1/content-standards/artifact-webhook-payload.json +3 -3
- package/dist/lib/schemas-data/3.1/content-standards/artifact.json +7 -7
- package/dist/lib/schemas-data/3.1/content-standards/calibrate-content-request.json +5 -5
- package/dist/lib/schemas-data/3.1/content-standards/calibrate-content-response.json +10 -10
- package/dist/lib/schemas-data/3.1/content-standards/content-standards.json +7 -7
- package/dist/lib/schemas-data/3.1/content-standards/create-content-standards-request.json +8 -8
- package/dist/lib/schemas-data/3.1/content-standards/create-content-standards-response.json +8 -8
- package/dist/lib/schemas-data/3.1/content-standards/get-content-standards-request.json +4 -4
- package/dist/lib/schemas-data/3.1/content-standards/get-content-standards-response.json +9 -9
- package/dist/lib/schemas-data/3.1/content-standards/get-media-buy-artifacts-request.json +5 -5
- package/dist/lib/schemas-data/3.1/content-standards/get-media-buy-artifacts-response.json +10 -10
- package/dist/lib/schemas-data/3.1/content-standards/list-content-standards-request.json +6 -6
- package/dist/lib/schemas-data/3.1/content-standards/list-content-standards-response.json +10 -10
- package/dist/lib/schemas-data/3.1/content-standards/update-content-standards-request.json +8 -8
- package/dist/lib/schemas-data/3.1/content-standards/update-content-standards-response.json +8 -8
- package/dist/lib/schemas-data/3.1/content-standards/validate-content-delivery-request.json +5 -5
- package/dist/lib/schemas-data/3.1/content-standards/validate-content-delivery-response.json +10 -10
- package/dist/lib/schemas-data/3.1/core/account-authorization.json +1 -1
- package/dist/lib/schemas-data/3.1/core/account-ref.json +2 -2
- package/dist/lib/schemas-data/3.1/core/account-with-authorization.json +3 -3
- package/dist/lib/schemas-data/3.1/core/account.json +10 -10
- package/dist/lib/schemas-data/3.1/core/activation-key.json +1 -1
- package/dist/lib/schemas-data/3.1/core/ad-inventory-config.json +1 -1
- package/dist/lib/schemas-data/3.1/core/agent-encryption-key.json +1 -1
- package/dist/lib/schemas-data/3.1/core/agent-signing-key.json +1 -1
- package/dist/lib/schemas-data/3.1/core/app-item.json +4 -4
- package/dist/lib/schemas-data/3.1/core/asset-group-vocabulary.json +1 -1
- package/dist/lib/schemas-data/3.1/core/assets/asset-union.json +21 -21
- package/dist/lib/schemas-data/3.1/core/assets/audio-asset.json +3 -3
- package/dist/lib/schemas-data/3.1/core/assets/brief-asset.json +2 -2
- package/dist/lib/schemas-data/3.1/core/assets/card-asset.json +6 -6
- package/dist/lib/schemas-data/3.1/core/assets/catalog-asset.json +2 -2
- package/dist/lib/schemas-data/3.1/core/assets/css-asset.json +2 -2
- package/dist/lib/schemas-data/3.1/core/assets/daast-asset.json +4 -4
- package/dist/lib/schemas-data/3.1/core/assets/daast-tracker-asset.json +3 -3
- package/dist/lib/schemas-data/3.1/core/assets/html-asset.json +2 -2
- package/dist/lib/schemas-data/3.1/core/assets/image-asset.json +2 -2
- package/dist/lib/schemas-data/3.1/core/assets/javascript-asset.json +3 -3
- package/dist/lib/schemas-data/3.1/core/assets/markdown-asset.json +2 -2
- package/dist/lib/schemas-data/3.1/core/assets/pixel-tracker-asset.json +2 -2
- package/dist/lib/schemas-data/3.1/core/assets/published-post-asset.json +2 -2
- package/dist/lib/schemas-data/3.1/core/assets/text-asset.json +2 -2
- package/dist/lib/schemas-data/3.1/core/assets/url-asset.json +3 -3
- package/dist/lib/schemas-data/3.1/core/assets/vast-asset.json +4 -4
- package/dist/lib/schemas-data/3.1/core/assets/vast-tracker-asset.json +3 -3
- package/dist/lib/schemas-data/3.1/core/assets/video-asset.json +7 -7
- package/dist/lib/schemas-data/3.1/core/assets/webhook-asset.json +7 -7
- package/dist/lib/schemas-data/3.1/core/assets/zip-asset.json +2 -2
- package/dist/lib/schemas-data/3.1/core/async-response-data.json +29 -29
- package/dist/lib/schemas-data/3.1/core/async-response-refs/creative/sync-creatives-async-response-input-required.json +3 -3
- package/dist/lib/schemas-data/3.1/core/async-response-refs/creative/sync-creatives-async-response-submitted.json +4 -4
- package/dist/lib/schemas-data/3.1/core/async-response-refs/creative/sync-creatives-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.1/core/async-response-refs/media-buy/build-creative-async-response-input-required.json +4 -4
- package/dist/lib/schemas-data/3.1/core/async-response-refs/media-buy/build-creative-async-response-submitted.json +4 -4
- package/dist/lib/schemas-data/3.1/core/async-response-refs/media-buy/build-creative-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.1/core/async-response-refs/media-buy/create-media-buy-async-response-input-required.json +4 -4
- package/dist/lib/schemas-data/3.1/core/async-response-refs/media-buy/create-media-buy-async-response-submitted.json +4 -4
- package/dist/lib/schemas-data/3.1/core/async-response-refs/media-buy/create-media-buy-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.1/core/async-response-refs/media-buy/get-products-async-response-input-required.json +4 -4
- package/dist/lib/schemas-data/3.1/core/async-response-refs/media-buy/get-products-async-response-submitted.json +4 -4
- package/dist/lib/schemas-data/3.1/core/async-response-refs/media-buy/get-products-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.1/core/async-response-refs/media-buy/sync-catalogs-async-response-input-required.json +3 -3
- package/dist/lib/schemas-data/3.1/core/async-response-refs/media-buy/sync-catalogs-async-response-submitted.json +4 -4
- package/dist/lib/schemas-data/3.1/core/async-response-refs/media-buy/sync-catalogs-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.1/core/async-response-refs/media-buy/update-media-buy-async-response-input-required.json +3 -3
- package/dist/lib/schemas-data/3.1/core/async-response-refs/media-buy/update-media-buy-async-response-submitted.json +4 -4
- package/dist/lib/schemas-data/3.1/core/async-response-refs/media-buy/update-media-buy-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.1/core/async-response-refs/signals/get-signals-async-response-submitted.json +4 -4
- package/dist/lib/schemas-data/3.1/core/async-response-refs/signals/get-signals-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.1/core/attribution-window.json +4 -4
- package/dist/lib/schemas-data/3.1/core/audience-member.json +3 -3
- package/dist/lib/schemas-data/3.1/core/audience-selector.json +7 -7
- package/dist/lib/schemas-data/3.1/core/authorized-agent-base.json +3 -3
- package/dist/lib/schemas-data/3.1/core/brand-id.json +1 -1
- package/dist/lib/schemas-data/3.1/core/brand-ref.json +3 -3
- package/dist/lib/schemas-data/3.1/core/business-entity.json +2 -2
- package/dist/lib/schemas-data/3.1/core/cancellation-policy.json +2 -2
- package/dist/lib/schemas-data/3.1/core/canonical-format-kind.json +1 -1
- package/dist/lib/schemas-data/3.1/core/canonical-projection-ref.json +3 -3
- package/dist/lib/schemas-data/3.1/core/canonical-projection-slot-override.json +1 -1
- package/dist/lib/schemas-data/3.1/core/catalog-field-mapping.json +2 -2
- package/dist/lib/schemas-data/3.1/core/catalog-item-delivery-metrics.json +3 -3
- package/dist/lib/schemas-data/3.1/core/catalog.json +7 -7
- package/dist/lib/schemas-data/3.1/core/catchment.json +5 -5
- package/dist/lib/schemas-data/3.1/core/collection-distribution.json +2 -2
- package/dist/lib/schemas-data/3.1/core/collection-list-ref.json +1 -1
- package/dist/lib/schemas-data/3.1/core/collection-selector.json +1 -1
- package/dist/lib/schemas-data/3.1/core/collection.json +13 -13
- package/dist/lib/schemas-data/3.1/core/committed-metric.json +9 -9
- package/dist/lib/schemas-data/3.1/core/content-rating.json +2 -2
- package/dist/lib/schemas-data/3.1/core/context.json +1 -1
- package/dist/lib/schemas-data/3.1/core/creative-asset.json +10 -10
- package/dist/lib/schemas-data/3.1/core/creative-assignment.json +2 -2
- package/dist/lib/schemas-data/3.1/core/creative-brief.json +4 -4
- package/dist/lib/schemas-data/3.1/core/creative-consumption.json +1 -1
- package/dist/lib/schemas-data/3.1/core/creative-delivery-metrics.json +2 -2
- package/dist/lib/schemas-data/3.1/core/creative-filters.json +5 -5
- package/dist/lib/schemas-data/3.1/core/creative-item.json +1 -1
- package/dist/lib/schemas-data/3.1/core/creative-manifest.json +11 -11
- package/dist/lib/schemas-data/3.1/core/creative-policy.json +3 -3
- package/dist/lib/schemas-data/3.1/core/creative-variable.json +1 -1
- package/dist/lib/schemas-data/3.1/core/creative-variant.json +5 -5
- package/dist/lib/schemas-data/3.1/core/data-provider-signal-selector.json +1 -1
- package/dist/lib/schemas-data/3.1/core/date-range.json +1 -1
- package/dist/lib/schemas-data/3.1/core/datetime-range.json +1 -1
- package/dist/lib/schemas-data/3.1/core/daypart-target.json +2 -2
- package/dist/lib/schemas-data/3.1/core/deadline-policy.json +1 -1
- package/dist/lib/schemas-data/3.1/core/delivery-forecast.json +7 -7
- package/dist/lib/schemas-data/3.1/core/delivery-metric-aggregate.json +9 -9
- package/dist/lib/schemas-data/3.1/core/delivery-metrics.json +8 -8
- package/dist/lib/schemas-data/3.1/core/deployment.json +3 -3
- package/dist/lib/schemas-data/3.1/core/destination-item.json +4 -4
- package/dist/lib/schemas-data/3.1/core/destination.json +1 -1
- package/dist/lib/schemas-data/3.1/core/diagnostic-issue.json +1 -1
- package/dist/lib/schemas-data/3.1/core/downstream-connection-requirement.json +1 -1
- package/dist/lib/schemas-data/3.1/core/duration.json +1 -1
- package/dist/lib/schemas-data/3.1/core/education-item.json +4 -4
- package/dist/lib/schemas-data/3.1/core/error.json +1 -1
- package/dist/lib/schemas-data/3.1/core/evaluator-spec.json +5 -5
- package/dist/lib/schemas-data/3.1/core/event-custom-data.json +2 -2
- package/dist/lib/schemas-data/3.1/core/event-source-health.json +3 -3
- package/dist/lib/schemas-data/3.1/core/event-surface.json +2 -2
- package/dist/lib/schemas-data/3.1/core/event.json +8 -8
- package/dist/lib/schemas-data/3.1/core/ext.json +1 -1
- package/dist/lib/schemas-data/3.1/core/feature-requirement.json +1 -1
- package/dist/lib/schemas-data/3.1/core/flight-item.json +4 -4
- package/dist/lib/schemas-data/3.1/core/forecast-dimension-audience.json +2 -2
- package/dist/lib/schemas-data/3.1/core/forecast-dimension-device-platform.json +2 -2
- package/dist/lib/schemas-data/3.1/core/forecast-dimension-device-type.json +2 -2
- package/dist/lib/schemas-data/3.1/core/forecast-dimension-geo.json +5 -5
- package/dist/lib/schemas-data/3.1/core/forecast-dimension-placement.json +2 -2
- package/dist/lib/schemas-data/3.1/core/forecast-dimension-signal.json +2 -2
- package/dist/lib/schemas-data/3.1/core/forecast-point-dimensions.json +7 -7
- package/dist/lib/schemas-data/3.1/core/forecast-point.json +27 -27
- package/dist/lib/schemas-data/3.1/core/forecast-range.json +1 -1
- package/dist/lib/schemas-data/3.1/core/forecast-vendor-metric-value.json +5 -5
- package/dist/lib/schemas-data/3.1/core/format-id.json +1 -1
- package/dist/lib/schemas-data/3.1/core/format-option-ref.json +1 -1
- package/dist/lib/schemas-data/3.1/core/format-shape-vocabulary.json +1 -1
- package/dist/lib/schemas-data/3.1/core/format.json +44 -44
- package/dist/lib/schemas-data/3.1/core/frequency-cap.json +4 -4
- package/dist/lib/schemas-data/3.1/core/generation-credential.json +3 -3
- package/dist/lib/schemas-data/3.1/core/geo-breakdown-support.json +3 -3
- package/dist/lib/schemas-data/3.1/core/geo-delivery-metrics.json +6 -6
- package/dist/lib/schemas-data/3.1/core/hotel-item.json +4 -4
- package/dist/lib/schemas-data/3.1/core/identifier.json +2 -2
- package/dist/lib/schemas-data/3.1/core/impairment.json +3 -3
- package/dist/lib/schemas-data/3.1/core/industry-identifier.json +2 -2
- package/dist/lib/schemas-data/3.1/core/insertion-order.json +1 -1
- package/dist/lib/schemas-data/3.1/core/installment-deadlines.json +2 -2
- package/dist/lib/schemas-data/3.1/core/installment.json +9 -9
- package/dist/lib/schemas-data/3.1/core/job-item.json +3 -3
- package/dist/lib/schemas-data/3.1/core/keyword-delivery-metrics.json +3 -3
- package/dist/lib/schemas-data/3.1/core/limited-series.json +1 -1
- package/dist/lib/schemas-data/3.1/core/material-deadline.json +1 -1
- package/dist/lib/schemas-data/3.1/core/mcp-webhook-payload.json +5 -5
- package/dist/lib/schemas-data/3.1/core/measurement-readiness.json +5 -5
- package/dist/lib/schemas-data/3.1/core/measurement-terms.json +3 -3
- package/dist/lib/schemas-data/3.1/core/measurement-window.json +1 -1
- package/dist/lib/schemas-data/3.1/core/media-buy-available-action.json +4 -4
- package/dist/lib/schemas-data/3.1/core/media-buy-features.json +1 -1
- package/dist/lib/schemas-data/3.1/core/media-buy.json +10 -10
- package/dist/lib/schemas-data/3.1/core/missing-metric.json +9 -9
- package/dist/lib/schemas-data/3.1/core/notification-config.json +4 -4
- package/dist/lib/schemas-data/3.1/core/offering-asset-group.json +16 -16
- package/dist/lib/schemas-data/3.1/core/offering.json +5 -5
- package/dist/lib/schemas-data/3.1/core/optimization-goal.json +7 -7
- package/dist/lib/schemas-data/3.1/core/outcome-measurement.json +2 -2
- package/dist/lib/schemas-data/3.1/core/overlay.json +1 -1
- package/dist/lib/schemas-data/3.1/core/package-signal-targeting-group.json +2 -2
- package/dist/lib/schemas-data/3.1/core/package-signal-targeting-groups.json +2 -2
- package/dist/lib/schemas-data/3.1/core/package-signal-targeting.json +3 -3
- package/dist/lib/schemas-data/3.1/core/package.json +17 -17
- package/dist/lib/schemas-data/3.1/core/pagination-request.json +1 -1
- package/dist/lib/schemas-data/3.1/core/pagination-response.json +1 -1
- package/dist/lib/schemas-data/3.1/core/performance-feedback.json +12 -12
- package/dist/lib/schemas-data/3.1/core/performance-standard.json +4 -4
- package/dist/lib/schemas-data/3.1/core/placement-definition.json +10 -10
- package/dist/lib/schemas-data/3.1/core/placement-ref.json +1 -1
- package/dist/lib/schemas-data/3.1/core/placement.json +7 -7
- package/dist/lib/schemas-data/3.1/core/planned-delivery.json +5 -5
- package/dist/lib/schemas-data/3.1/core/platform-extension-ref.json +1 -1
- package/dist/lib/schemas-data/3.1/core/postal-area-support.json +2 -2
- package/dist/lib/schemas-data/3.1/core/postal-area.json +4 -4
- package/dist/lib/schemas-data/3.1/core/postal-country-system.json +2 -2
- package/dist/lib/schemas-data/3.1/core/price.json +1 -1
- package/dist/lib/schemas-data/3.1/core/pricing-option.json +10 -10
- package/dist/lib/schemas-data/3.1/core/product-allocation.json +4 -4
- package/dist/lib/schemas-data/3.1/core/product-allowed-action.json +5 -5
- package/dist/lib/schemas-data/3.1/core/product-filters.json +27 -27
- package/dist/lib/schemas-data/3.1/core/product-format-declaration.json +16 -16
- package/dist/lib/schemas-data/3.1/core/product-signal-targeting-option.json +3 -3
- package/dist/lib/schemas-data/3.1/core/product.json +40 -40
- package/dist/lib/schemas-data/3.1/core/property-id.json +1 -1
- package/dist/lib/schemas-data/3.1/core/property-list-ref.json +1 -1
- package/dist/lib/schemas-data/3.1/core/property-tag.json +1 -1
- package/dist/lib/schemas-data/3.1/core/property.json +6 -6
- package/dist/lib/schemas-data/3.1/core/proposal.json +6 -6
- package/dist/lib/schemas-data/3.1/core/protocol-envelope.json +5 -5
- package/dist/lib/schemas-data/3.1/core/provenance.json +9 -9
- package/dist/lib/schemas-data/3.1/core/publisher-property-selector.json +3 -3
- package/dist/lib/schemas-data/3.1/core/push-notification-config.json +2 -2
- package/dist/lib/schemas-data/3.1/core/real-estate-item.json +4 -4
- package/dist/lib/schemas-data/3.1/core/reference-asset.json +1 -1
- package/dist/lib/schemas-data/3.1/core/registry-event.json +13 -13
- package/dist/lib/schemas-data/3.1/core/registry-feed-response.json +2 -2
- package/dist/lib/schemas-data/3.1/core/reporting-capabilities.json +8 -8
- package/dist/lib/schemas-data/3.1/core/reporting-webhook.json +3 -3
- package/dist/lib/schemas-data/3.1/core/requirements/asset-requirements.json +13 -13
- package/dist/lib/schemas-data/3.1/core/requirements/audio-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.1/core/requirements/catalog-field-binding.json +4 -4
- package/dist/lib/schemas-data/3.1/core/requirements/catalog-requirements.json +5 -5
- package/dist/lib/schemas-data/3.1/core/requirements/css-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.1/core/requirements/daast-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.1/core/requirements/html-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.1/core/requirements/image-asset-requirements.json +2 -2
- package/dist/lib/schemas-data/3.1/core/requirements/javascript-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.1/core/requirements/markdown-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.1/core/requirements/offering-asset-constraint.json +4 -4
- package/dist/lib/schemas-data/3.1/core/requirements/text-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.1/core/requirements/url-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.1/core/requirements/vast-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.1/core/requirements/video-asset-requirements.json +6 -6
- package/dist/lib/schemas-data/3.1/core/requirements/webhook-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.1/core/response-payload-jws-envelope.json +1 -1
- package/dist/lib/schemas-data/3.1/core/response.json +1 -1
- package/dist/lib/schemas-data/3.1/core/rights-constraint.json +4 -4
- package/dist/lib/schemas-data/3.1/core/seller-agent-ref.json +1 -1
- package/dist/lib/schemas-data/3.1/core/signal-coverage-forecast.json +5 -5
- package/dist/lib/schemas-data/3.1/core/signal-definition-enrichment.json +4 -4
- package/dist/lib/schemas-data/3.1/core/signal-definition.json +5 -5
- package/dist/lib/schemas-data/3.1/core/signal-filters.json +3 -3
- package/dist/lib/schemas-data/3.1/core/signal-id.json +1 -1
- package/dist/lib/schemas-data/3.1/core/signal-listing.json +4 -4
- package/dist/lib/schemas-data/3.1/core/signal-modeling-disclosure.json +1 -1
- package/dist/lib/schemas-data/3.1/core/signal-pricing-option.json +2 -2
- package/dist/lib/schemas-data/3.1/core/signal-pricing.json +6 -6
- package/dist/lib/schemas-data/3.1/core/signal-ref.json +1 -1
- package/dist/lib/schemas-data/3.1/core/signal-selection-group-rule.json +1 -1
- package/dist/lib/schemas-data/3.1/core/signal-targeting-expression.json +4 -4
- package/dist/lib/schemas-data/3.1/core/signal-targeting-rules.json +2 -2
- package/dist/lib/schemas-data/3.1/core/signal-targeting.json +7 -7
- package/dist/lib/schemas-data/3.1/core/sla-window.json +1 -1
- package/dist/lib/schemas-data/3.1/core/special.json +2 -2
- package/dist/lib/schemas-data/3.1/core/start-timing.json +1 -1
- package/dist/lib/schemas-data/3.1/core/store-item.json +3 -3
- package/dist/lib/schemas-data/3.1/core/talent.json +2 -2
- package/dist/lib/schemas-data/3.1/core/targeting.json +22 -22
- package/dist/lib/schemas-data/3.1/core/tasks-get-request.json +5 -5
- package/dist/lib/schemas-data/3.1/core/tasks-get-response.json +10 -10
- package/dist/lib/schemas-data/3.1/core/tasks-list-request.json +13 -13
- package/dist/lib/schemas-data/3.1/core/tasks-list-response.json +8 -8
- package/dist/lib/schemas-data/3.1/core/transformer-param.json +1 -1
- package/dist/lib/schemas-data/3.1/core/transformer.json +5 -5
- package/dist/lib/schemas-data/3.1/core/truncation-sentinel.json +1 -1
- package/dist/lib/schemas-data/3.1/core/user-match.json +3 -3
- package/dist/lib/schemas-data/3.1/core/vehicle-item.json +4 -4
- package/dist/lib/schemas-data/3.1/core/vendor-metric-id.json +1 -1
- package/dist/lib/schemas-data/3.1/core/vendor-metric-optimization-supported-metric.json +3 -3
- package/dist/lib/schemas-data/3.1/core/vendor-metric-optimization.json +2 -2
- package/dist/lib/schemas-data/3.1/core/vendor-metric-value.json +3 -3
- package/dist/lib/schemas-data/3.1/core/vendor-pricing-option.json +3 -3
- package/dist/lib/schemas-data/3.1/core/version-envelope.json +1 -1
- package/dist/lib/schemas-data/3.1/core/webhook-activity-record.json +3 -3
- package/dist/lib/schemas-data/3.1/core/webhook-challenge-response.json +1 -1
- package/dist/lib/schemas-data/3.1/core/webhook-challenge.json +2 -2
- package/dist/lib/schemas-data/3.1/core/wholesale-feed-event.json +17 -17
- package/dist/lib/schemas-data/3.1/core/wholesale-feed-webhook.json +3 -3
- package/dist/lib/schemas-data/3.1/core/x-entity-types.json +1 -1
- package/dist/lib/schemas-data/3.1/creative/asset-types/index.json +6 -6
- package/dist/lib/schemas-data/3.1/creative/audit-observation.json +2 -2
- package/dist/lib/schemas-data/3.1/creative/creative-feature-result.json +2 -2
- package/dist/lib/schemas-data/3.1/creative/creative-purged-webhook.json +3 -3
- package/dist/lib/schemas-data/3.1/creative/creative-status-changed-webhook.json +4 -4
- package/dist/lib/schemas-data/3.1/creative/get-creative-delivery-request.json +6 -6
- package/dist/lib/schemas-data/3.1/creative/get-creative-delivery-response.json +9 -9
- package/dist/lib/schemas-data/3.1/creative/get-creative-features-request.json +6 -6
- package/dist/lib/schemas-data/3.1/creative/get-creative-features-response.json +11 -11
- package/dist/lib/schemas-data/3.1/creative/list-creative-formats-request.json +13 -13
- package/dist/lib/schemas-data/3.1/creative/list-creative-formats-response.json +9 -9
- package/dist/lib/schemas-data/3.1/creative/list-creatives-request.json +9 -9
- package/dist/lib/schemas-data/3.1/creative/list-creatives-response.json +21 -21
- package/dist/lib/schemas-data/3.1/creative/list-transformers-request.json +8 -8
- package/dist/lib/schemas-data/3.1/creative/list-transformers-response.json +8 -8
- package/dist/lib/schemas-data/3.1/creative/preview-creative-request.json +12 -12
- package/dist/lib/schemas-data/3.1/creative/preview-creative-response.json +14 -14
- package/dist/lib/schemas-data/3.1/creative/preview-render.json +1 -1
- package/dist/lib/schemas-data/3.1/creative/sync-creatives-async-response-input-required.json +3 -3
- package/dist/lib/schemas-data/3.1/creative/sync-creatives-async-response-submitted.json +4 -4
- package/dist/lib/schemas-data/3.1/creative/sync-creatives-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.1/creative/sync-creatives-request.json +8 -8
- package/dist/lib/schemas-data/3.1/creative/sync-creatives-response.json +15 -15
- package/dist/lib/schemas-data/3.1/creative/validate-input-request.json +4 -4
- package/dist/lib/schemas-data/3.1/creative/validate-input-response.json +4 -4
- package/dist/lib/schemas-data/3.1/creative/validate-input-result.json +1 -1
- package/dist/lib/schemas-data/3.1/creative/video-brief.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/account-scope.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/account-status.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/action-not-allowed-reason.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/action-source.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/adcp-protocol.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/adjustment-kind.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/advertiser-industry.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/age-verification-method.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/assessment-status.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/asset-content-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/attestation-claim.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/attribution-methodology.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/attribution-model.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/audience-source.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/audience-status.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/audio-channel-layout.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/audio-distribution-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/auth-scheme.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/available-metric.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/billing-party.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/binary-verdict.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/brand-agent-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/c2pa-watermark-action.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/canceled-by.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/catalog-action.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/catalog-item-status.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/catalog-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/channels.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/cloud-storage-protocol.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/co-branding-requirement.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/collection-cadence.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/collection-kind.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/collection-relationship.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/collection-status.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/completion-source.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/consent-basis.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/content-id-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/content-rating-system.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/creative-action.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/creative-agent-capability.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/creative-approval-status.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/creative-event-reason-code.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/creative-identifier-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/creative-quality.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/creative-selection-strategy.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/creative-sort-field.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/creative-status.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/daast-tracking-event.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/daast-version.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/day-of-week.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/delegation-authority.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/delivery-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/demographic-system.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/derivative-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/device-platform.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/device-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/digital-source-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/dimension-unit.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/disclosure-persistence.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/disclosure-position.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/distance-unit.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/distribution-identifier-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/embedded-provenance-method.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/error-code.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/error-scope.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/escalation-severity.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/event-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/exclusivity.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/feature-check-status.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/feed-format.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/feedback-source.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/forecast-method.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/forecast-range-unit.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/forecastable-metric.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/format-id-parameter.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/frame-rate-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/frequency-cap-scope.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/genre-taxonomy.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/geo-level.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/gop-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/governance-decision.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/governance-domain.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/governance-mode.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/governance-phase.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/history-entry-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/http-method.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/identifier-types.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/impairment-offline-state.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/impairment-reason-code.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/installment-status.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/javascript-module-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/landing-page-requirement.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/legacy-postal-system.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/lift-dimension.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/logo-slot.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/makegood-remedy.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/markdown-flavor.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/match-id-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/match-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/media-buy-action-mode.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/media-buy-health.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/media-buy-status.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/media-buy-valid-action.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/metric-scope.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/metric-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/metro-system.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/moov-atom-position.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/notification-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/offering-availability-status.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/outcome-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/pacing.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/payment-terms.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/performance-standard-metric.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/policy-category.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/policy-enforcement.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/postal-system.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/preview-output-format.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/pricing-model.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/production-quality.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/property-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/proposal-status.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/publisher-identifier-types.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/purchase-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/reach-unit.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/reporting-frequency.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/response-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/restricted-attribute.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/right-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/right-use.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/rights-billing-period.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/scan-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/si-session-status.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/signal-catalog-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/signal-source.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/signal-value-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/snapshot-unavailable-reason.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/social-placement-surface.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/sort-direction.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/sort-metric.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/special-category.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/specialism.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/sponsored-placement-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/talent-role.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/task-status.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/task-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/transport-mode.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/travel-time-unit.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/uid-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/universal-macro.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/update-frequency.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/url-asset-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/validation-mode.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/vast-tracking-event.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/vast-version.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/video-placement-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/viewability-standard.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/watermark-media-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/wcag-level.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/webhook-response-type.json +1 -1
- package/dist/lib/schemas-data/3.1/enums/webhook-security-method.json +1 -1
- package/dist/lib/schemas-data/3.1/error-details/account-setup-required.json +1 -1
- package/dist/lib/schemas-data/3.1/error-details/action-not-allowed.json +4 -4
- package/dist/lib/schemas-data/3.1/error-details/agent-permission-denied.json +1 -1
- package/dist/lib/schemas-data/3.1/error-details/audience-too-small.json +1 -1
- package/dist/lib/schemas-data/3.1/error-details/authorization-required.json +3 -3
- package/dist/lib/schemas-data/3.1/error-details/billing-not-permitted-for-agent.json +3 -3
- package/dist/lib/schemas-data/3.1/error-details/billing-not-supported.json +2 -2
- package/dist/lib/schemas-data/3.1/error-details/budget-too-low.json +1 -1
- package/dist/lib/schemas-data/3.1/error-details/conflict.json +1 -1
- package/dist/lib/schemas-data/3.1/error-details/creative-rejected.json +1 -1
- package/dist/lib/schemas-data/3.1/error-details/policy-violation.json +1 -1
- package/dist/lib/schemas-data/3.1/error-details/rate-limited.json +1 -1
- package/dist/lib/schemas-data/3.1/error-details/stale-response.json +1 -1
- package/dist/lib/schemas-data/3.1/error-details/vendor-error-codes.json +1 -1
- package/dist/lib/schemas-data/3.1/error-details/version-unsupported.json +2 -2
- package/dist/lib/schemas-data/3.1/extensions/extension-meta.json +1 -1
- package/dist/lib/schemas-data/3.1/extensions/index.json +2 -2
- package/dist/lib/schemas-data/3.1/formats/canonical/_base.json +5 -5
- package/dist/lib/schemas-data/3.1/formats/canonical/agent_placement.json +2 -2
- package/dist/lib/schemas-data/3.1/formats/canonical/audio_daast.json +2 -2
- package/dist/lib/schemas-data/3.1/formats/canonical/audio_hosted.json +2 -2
- package/dist/lib/schemas-data/3.1/formats/canonical/display_tag.json +2 -2
- package/dist/lib/schemas-data/3.1/formats/canonical/html5.json +2 -2
- package/dist/lib/schemas-data/3.1/formats/canonical/image.json +2 -2
- package/dist/lib/schemas-data/3.1/formats/canonical/image_carousel.json +2 -2
- package/dist/lib/schemas-data/3.1/formats/canonical/native_in_feed.json +2 -2
- package/dist/lib/schemas-data/3.1/formats/canonical/responsive_creative.json +2 -2
- package/dist/lib/schemas-data/3.1/formats/canonical/sponsored_placement.json +2 -2
- package/dist/lib/schemas-data/3.1/formats/canonical/video_hosted.json +2 -2
- package/dist/lib/schemas-data/3.1/formats/canonical/video_vast.json +2 -2
- package/dist/lib/schemas-data/3.1/governance/attribute-definition.json +1 -1
- package/dist/lib/schemas-data/3.1/governance/audience-constraints.json +3 -3
- package/dist/lib/schemas-data/3.1/governance/check-governance-request.json +8 -8
- package/dist/lib/schemas-data/3.1/governance/check-governance-response.json +7 -7
- package/dist/lib/schemas-data/3.1/governance/get-plan-audit-logs-request.json +5 -5
- package/dist/lib/schemas-data/3.1/governance/get-plan-audit-logs-response.json +11 -11
- package/dist/lib/schemas-data/3.1/governance/policy-category-definition.json +2 -2
- package/dist/lib/schemas-data/3.1/governance/policy-entry.json +6 -6
- package/dist/lib/schemas-data/3.1/governance/policy-ref.json +1 -1
- package/dist/lib/schemas-data/3.1/governance/report-plan-outcome-request.json +7 -7
- package/dist/lib/schemas-data/3.1/governance/report-plan-outcome-response.json +5 -5
- package/dist/lib/schemas-data/3.1/governance/sync-plans-request.json +14 -14
- package/dist/lib/schemas-data/3.1/governance/sync-plans-response.json +6 -6
- package/dist/lib/schemas-data/3.1/index.json +443 -443
- package/dist/lib/schemas-data/3.1/manifest.json +3 -3
- package/dist/lib/schemas-data/3.1/manifest.schema.json +1 -1
- package/dist/lib/schemas-data/3.1/media-buy/build-creative-async-response-input-required.json +4 -4
- package/dist/lib/schemas-data/3.1/media-buy/build-creative-async-response-submitted.json +4 -4
- package/dist/lib/schemas-data/3.1/media-buy/build-creative-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.1/media-buy/build-creative-request.json +16 -16
- package/dist/lib/schemas-data/3.1/media-buy/build-creative-response.json +35 -35
- package/dist/lib/schemas-data/3.1/media-buy/create-media-buy-async-response-input-required.json +4 -4
- package/dist/lib/schemas-data/3.1/media-buy/create-media-buy-async-response-submitted.json +4 -4
- package/dist/lib/schemas-data/3.1/media-buy/create-media-buy-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.1/media-buy/create-media-buy-request.json +13 -13
- package/dist/lib/schemas-data/3.1/media-buy/create-media-buy-response.json +19 -19
- package/dist/lib/schemas-data/3.1/media-buy/get-media-buy-delivery-request.json +23 -23
- package/dist/lib/schemas-data/3.1/media-buy/get-media-buy-delivery-response.json +27 -27
- package/dist/lib/schemas-data/3.1/media-buy/get-media-buys-request.json +8 -8
- package/dist/lib/schemas-data/3.1/media-buy/get-media-buys-response.json +30 -30
- package/dist/lib/schemas-data/3.1/media-buy/get-products-async-response-input-required.json +4 -4
- package/dist/lib/schemas-data/3.1/media-buy/get-products-async-response-submitted.json +4 -4
- package/dist/lib/schemas-data/3.1/media-buy/get-products-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.1/media-buy/get-products-request.json +13 -13
- package/dist/lib/schemas-data/3.1/media-buy/get-products-response.json +10 -10
- package/dist/lib/schemas-data/3.1/media-buy/list-creative-formats-request.json +13 -13
- package/dist/lib/schemas-data/3.1/media-buy/list-creative-formats-response.json +9 -9
- package/dist/lib/schemas-data/3.1/media-buy/log-event-request.json +5 -5
- package/dist/lib/schemas-data/3.1/media-buy/log-event-response.json +8 -8
- package/dist/lib/schemas-data/3.1/media-buy/media-buy-delivery-webhook-result.json +9 -9
- package/dist/lib/schemas-data/3.1/media-buy/package-request.json +23 -23
- package/dist/lib/schemas-data/3.1/media-buy/package-update.json +13 -13
- package/dist/lib/schemas-data/3.1/media-buy/provide-performance-feedback-request.json +7 -7
- package/dist/lib/schemas-data/3.1/media-buy/provide-performance-feedback-response.json +8 -8
- package/dist/lib/schemas-data/3.1/media-buy/sync-audiences-request.json +8 -8
- package/dist/lib/schemas-data/3.1/media-buy/sync-audiences-response.json +14 -14
- package/dist/lib/schemas-data/3.1/media-buy/sync-catalogs-async-response-input-required.json +3 -3
- package/dist/lib/schemas-data/3.1/media-buy/sync-catalogs-async-response-submitted.json +4 -4
- package/dist/lib/schemas-data/3.1/media-buy/sync-catalogs-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.1/media-buy/sync-catalogs-request.json +8 -8
- package/dist/lib/schemas-data/3.1/media-buy/sync-catalogs-response.json +14 -14
- package/dist/lib/schemas-data/3.1/media-buy/sync-event-sources-request.json +8 -8
- package/dist/lib/schemas-data/3.1/media-buy/sync-event-sources-response.json +14 -14
- package/dist/lib/schemas-data/3.1/media-buy/update-media-buy-async-response-input-required.json +3 -3
- package/dist/lib/schemas-data/3.1/media-buy/update-media-buy-async-response-submitted.json +4 -4
- package/dist/lib/schemas-data/3.1/media-buy/update-media-buy-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.1/media-buy/update-media-buy-request.json +11 -11
- package/dist/lib/schemas-data/3.1/media-buy/update-media-buy-response.json +17 -17
- package/dist/lib/schemas-data/3.1/pricing-options/cpa-option.json +4 -4
- package/dist/lib/schemas-data/3.1/pricing-options/cpc-option.json +4 -4
- package/dist/lib/schemas-data/3.1/pricing-options/cpcv-option.json +4 -4
- package/dist/lib/schemas-data/3.1/pricing-options/cpm-option.json +4 -4
- package/dist/lib/schemas-data/3.1/pricing-options/cpp-option.json +5 -5
- package/dist/lib/schemas-data/3.1/pricing-options/cpv-option.json +4 -4
- package/dist/lib/schemas-data/3.1/pricing-options/flat-rate-option.json +4 -4
- package/dist/lib/schemas-data/3.1/pricing-options/price-breakdown.json +2 -2
- package/dist/lib/schemas-data/3.1/pricing-options/price-guidance.json +1 -1
- package/dist/lib/schemas-data/3.1/pricing-options/time-option.json +4 -4
- package/dist/lib/schemas-data/3.1/pricing-options/vcpm-option.json +4 -4
- package/dist/lib/schemas-data/3.1/property/authorization-result.json +1 -1
- package/dist/lib/schemas-data/3.1/property/base-property-source.json +4 -4
- package/dist/lib/schemas-data/3.1/property/create-property-list-request.json +8 -8
- package/dist/lib/schemas-data/3.1/property/create-property-list-response.json +6 -6
- package/dist/lib/schemas-data/3.1/property/delete-property-list-request.json +5 -5
- package/dist/lib/schemas-data/3.1/property/delete-property-list-response.json +5 -5
- package/dist/lib/schemas-data/3.1/property/delivery-record.json +3 -3
- package/dist/lib/schemas-data/3.1/property/get-property-list-request.json +5 -5
- package/dist/lib/schemas-data/3.1/property/get-property-list-response.json +9 -9
- package/dist/lib/schemas-data/3.1/property/list-property-lists-request.json +6 -6
- package/dist/lib/schemas-data/3.1/property/list-property-lists-response.json +7 -7
- package/dist/lib/schemas-data/3.1/property/property-error.json +2 -2
- package/dist/lib/schemas-data/3.1/property/property-feature-definition.json +2 -2
- package/dist/lib/schemas-data/3.1/property/property-feature-result.json +4 -4
- package/dist/lib/schemas-data/3.1/property/property-feature-value.json +2 -2
- package/dist/lib/schemas-data/3.1/property/property-feature.json +1 -1
- package/dist/lib/schemas-data/3.1/property/property-list-changed-webhook.json +2 -2
- package/dist/lib/schemas-data/3.1/property/property-list-filters.json +5 -5
- package/dist/lib/schemas-data/3.1/property/property-list.json +6 -6
- package/dist/lib/schemas-data/3.1/property/update-property-list-request.json +8 -8
- package/dist/lib/schemas-data/3.1/property/update-property-list-response.json +6 -6
- package/dist/lib/schemas-data/3.1/property/validate-property-delivery-request.json +6 -6
- package/dist/lib/schemas-data/3.1/property/validate-property-delivery-response.json +6 -6
- package/dist/lib/schemas-data/3.1/property/validation-result.json +5 -5
- package/dist/lib/schemas-data/3.1/protocol/get-adcp-capabilities-request.json +4 -4
- package/dist/lib/schemas-data/3.1/protocol/get-adcp-capabilities-response.json +33 -33
- package/dist/lib/schemas-data/3.1/protocol/get-task-status-request.json +5 -5
- package/dist/lib/schemas-data/3.1/protocol/get-task-status-response.json +10 -10
- package/dist/lib/schemas-data/3.1/protocol/list-tasks-request.json +13 -13
- package/dist/lib/schemas-data/3.1/protocol/list-tasks-response.json +8 -8
- package/dist/lib/schemas-data/3.1/registries/v1-canonical-mapping.json +2 -2
- package/dist/lib/schemas-data/3.1/signals/activate-signal-request.json +6 -6
- package/dist/lib/schemas-data/3.1/signals/activate-signal-response.json +9 -9
- package/dist/lib/schemas-data/3.1/signals/get-signals-async-response-submitted.json +4 -4
- package/dist/lib/schemas-data/3.1/signals/get-signals-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.1/signals/get-signals-request.json +11 -11
- package/dist/lib/schemas-data/3.1/signals/get-signals-response.json +17 -17
- package/dist/lib/schemas-data/3.1/sponsored-intelligence/si-capabilities.json +1 -1
- package/dist/lib/schemas-data/3.1/sponsored-intelligence/si-context-use.json +1 -1
- package/dist/lib/schemas-data/3.1/sponsored-intelligence/si-get-offering-request.json +4 -4
- package/dist/lib/schemas-data/3.1/sponsored-intelligence/si-get-offering-response.json +9 -9
- package/dist/lib/schemas-data/3.1/sponsored-intelligence/si-identity.json +1 -1
- package/dist/lib/schemas-data/3.1/sponsored-intelligence/si-initiate-session-request.json +7 -7
- package/dist/lib/schemas-data/3.1/sponsored-intelligence/si-initiate-session-response.json +10 -10
- package/dist/lib/schemas-data/3.1/sponsored-intelligence/si-send-message-request.json +5 -5
- package/dist/lib/schemas-data/3.1/sponsored-intelligence/si-send-message-response.json +10 -10
- package/dist/lib/schemas-data/3.1/sponsored-intelligence/si-sponsored-context-receipt.json +4 -4
- package/dist/lib/schemas-data/3.1/sponsored-intelligence/si-sponsored-context.json +4 -4
- package/dist/lib/schemas-data/3.1/sponsored-intelligence/si-terminate-session-request.json +4 -4
- package/dist/lib/schemas-data/3.1/sponsored-intelligence/si-terminate-session-response.json +7 -7
- package/dist/lib/schemas-data/3.1/sponsored-intelligence/si-ui-element.json +1 -1
- package/dist/lib/schemas-data/3.1/trusted-match/available-package.json +4 -4
- package/dist/lib/schemas-data/3.1/trusted-match/context-match-request.json +5 -5
- package/dist/lib/schemas-data/3.1/trusted-match/context-match-response.json +4 -4
- package/dist/lib/schemas-data/3.1/trusted-match/error.json +1 -1
- package/dist/lib/schemas-data/3.1/trusted-match/identity-match-request.json +4 -4
- package/dist/lib/schemas-data/3.1/trusted-match/identity-match-response.json +4 -4
- package/dist/lib/schemas-data/3.1/trusted-match/offer-price.json +1 -1
- package/dist/lib/schemas-data/3.1/trusted-match/offer.json +5 -5
- package/dist/lib/schemas-data/3.1/trusted-match/provider-identity-match-response.json +4 -4
- package/dist/lib/schemas-data/3.1/trusted-match/provider-registration.json +2 -2
- package/dist/lib/schemas-data/3.1/trusted-match/publisher-tmpx-config.json +1 -1
- package/dist/lib/schemas-data/3.1/trusted-match/tmpx-chunk.json +1 -1
- package/dist/lib/schemas-data/v2.5/_provenance.json +1 -1
- package/dist/lib/server/decisioning/runtime/entity-hydration.generated.js.map +1 -1
- package/dist/lib/server/decisioning/runtime/entity-hydration.generated.mjs.map +1 -1
- package/dist/lib/server/wire-spec-fields.generated.d.mts +29 -29
- package/dist/lib/server/wire-spec-fields.generated.d.ts +29 -29
- package/dist/lib/server/wire-spec-fields.generated.js +29 -29
- package/dist/lib/server/wire-spec-fields.generated.js.map +1 -1
- package/dist/lib/server/wire-spec-fields.generated.mjs +29 -29
- package/dist/lib/server/wire-spec-fields.generated.mjs.map +1 -1
- package/dist/lib/testing/storyboard/validations.d.mts +1 -1
- package/dist/lib/testing/storyboard/validations.d.ts +1 -1
- package/dist/lib/types/core.generated.js.map +1 -1
- package/dist/lib/types/manifest.generated.d.mts +3 -3
- package/dist/lib/types/manifest.generated.d.ts +3 -3
- package/dist/lib/types/manifest.generated.js.map +1 -1
- package/dist/lib/types/manifest.generated.mjs.map +1 -1
- package/dist/lib/types/per-tool-index.json +1 -1
- package/dist/lib/version.d.mts +7 -7
- package/dist/lib/version.d.ts +7 -7
- package/dist/lib/version.d.ts.map +1 -1
- package/dist/lib/version.js +8 -6
- package/dist/lib/version.js.map +1 -1
- package/dist/lib/version.mjs +8 -6
- package/dist/lib/version.mjs.map +1 -1
- package/docs/llms.txt +2 -2
- package/package.json +2 -2
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/brand/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/brand/scenarios/distributed_brand_resolution.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/brand/scenarios/single_side_trust_extension.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/creative/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/creative/scenarios/billing_out_of_band.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/creative/scenarios/canonical_supported_formats.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/creative/scenarios/creative_lifecycle_webhooks.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/creative/scenarios/evaluator_auth.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/creative/scenarios/native_in_feed.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/governance/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/audience_buy_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/available_actions.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/billing_finality_delivery.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/canonical_formats.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/clicks_buy_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/completed_views_buy_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/creative_reception.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/delivery_reporting.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/dependency_impairment.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/dependency_impairment_audience.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/dependency_impairment_cardinality.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/event_dedup_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/frequency_cap_enforcement.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/get_products_async.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/governance_approved.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/governance_conditions.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/governance_denied_recovery.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/inline_creatives_without_sync.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/invalid_transitions.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/inventory_list_no_match.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/inventory_list_targeting.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/measurement_accountability.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/measurement_terms_rejected.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/package_correlation_legacy_fallback.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/pending_creatives_to_start.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/per_creative_conversion_attribution.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/performance_buy_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/performance_buy_flow_roas.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/pricing_currency_filter.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/product_signal_targeting.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/proposal_finalize.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/proposal_finalize_asap_timing.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/proposal_not_found_errors.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/provenance_audit_observation.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/provenance_enforcement.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/provenance_truth_of_claim.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/reach_buy_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/refine_finalize_exclusivity.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/refine_products.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/vendor_metric_accountability.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/vendor_metric_catalog_precondition.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/scenarios/vendor_metric_optimization_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/media-buy/state-machine.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/signals/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/signals/scenarios/get_signals_async.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/sponsored-intelligence/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/domains/sponsored-intelligence/sponsored-context-accountability.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/brand/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/brand/scenarios/distributed_brand_resolution.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/brand/scenarios/single_side_trust_extension.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/creative/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/creative/scenarios/billing_out_of_band.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/creative/scenarios/canonical_supported_formats.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/creative/scenarios/creative_lifecycle_webhooks.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/creative/scenarios/evaluator_auth.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/creative/scenarios/native_in_feed.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/governance/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/audience_buy_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/available_actions.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/billing_finality_delivery.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/canonical_formats.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/clicks_buy_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/completed_views_buy_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/creative_reception.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/delivery_reporting.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/dependency_impairment.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/dependency_impairment_audience.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/dependency_impairment_cardinality.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/event_dedup_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/frequency_cap_enforcement.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/get_products_async.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/governance_approved.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/governance_conditions.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/governance_denied_recovery.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/inline_creatives_without_sync.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/invalid_transitions.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/inventory_list_no_match.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/inventory_list_targeting.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/measurement_accountability.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/measurement_terms_rejected.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/package_correlation_legacy_fallback.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/pending_creatives_to_start.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/per_creative_conversion_attribution.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/performance_buy_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/performance_buy_flow_roas.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/pricing_currency_filter.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/product_signal_targeting.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/proposal_finalize.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/proposal_finalize_asap_timing.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/proposal_not_found_errors.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/provenance_audit_observation.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/provenance_enforcement.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/provenance_truth_of_claim.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/reach_buy_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/refine_finalize_exclusivity.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/refine_products.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/vendor_metric_accountability.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/vendor_metric_catalog_precondition.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/vendor_metric_optimization_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/state-machine.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/signals/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/signals/scenarios/get_signals_async.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/sponsored-intelligence/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/protocols/sponsored-intelligence/sponsored-context-accountability.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/audience-sync/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/brand-rights/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/brand-rights/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/collection-lists/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/content-standards/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/creative-ad-server/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/creative-generative/generative-seller.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/creative-generative/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/creative-template/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/creative-transformers/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/governance-aware-seller/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/governance-aware-seller/scenarios/governance_multi_agent_rejected.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/governance-delivery-monitor/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/governance-spend-authority/denied.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/governance-spend-authority/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/property-lists/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/sales-broadcast-tv/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/sales-catalog-driven/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/sales-guaranteed/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/sales-non-guaranteed/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/sales-proposal-mode/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/sales-social/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/signal-marketplace/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/signal-marketplace/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/signal-owned/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/specialisms/sponsored-intelligence/index.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-kits/acme-outdoor-live.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-kits/acme-outdoor.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-kits/bistro-oranje.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-kits/distributed-brand-runner.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-kits/nova-motors.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-kits/osei-natural.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-kits/parallel-dispatch-runner.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-kits/rate-limit-trip-runner.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-kits/single-side-trust-runner.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-kits/substitution-observer-runner.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-kits/summit-foods.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-kits/webhook-receiver-runner.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/catalog-macro-substitution.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/plan-hash/001-minimal-plan.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/plan-hash/002-full-plan.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/plan-hash/003-bookkeeping-stripped.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/plan-hash/004a-human-review-omitted.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/plan-hash/004b-human-review-explicit-null.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/plan-hash/005a-policy-categories-order-1.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/plan-hash/005b-policy-categories-order-2.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/plan-hash/006a-ext-trace-v1.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/plan-hash/006b-ext-trace-v2.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/plan-hash/007-unicode-objectives.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/plan-hash/008-numeric-canonicalization.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/README.md +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/canonicalization.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/keys.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/001-no-signature-header.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/002-wrong-tag.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/003-expired-signature.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/004-window-too-long.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/005-alg-not-allowed.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/006-missing-covered-component.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/007-missing-content-digest.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/008-unknown-keyid.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/009-key-ops-missing-verify.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/010-content-digest-mismatch.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/011-malformed-header.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/012-missing-expires-param.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/013-expires-le-created.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/014-missing-nonce-param.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/015-signature-invalid.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/016-replayed-nonce.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/017-key-revoked.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/018-digest-covered-when-forbidden.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/019-signature-without-signature-input.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/020-rate-abuse.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/021-duplicate-signature-input-label.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/022-multi-valued-content-type.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/023-multi-valued-content-digest.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/024-unquoted-string-param.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/025-jwk-alg-crv-mismatch.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/026-non-ascii-host.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/027-webhook-registration-authentication-unsigned.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/negative/028-unsigned-protocol-method-required.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/positive/001-basic-post.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/positive/002-post-with-content-digest.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/positive/003-es256-post.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/positive/004-multiple-signature-labels.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/positive/005-default-port-stripped.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/positive/006-dot-segment-path.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/positive/007-query-byte-preserved.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/positive/008-percent-encoded-path.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/positive/009-percent-encoded-unreserved-decoded.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/positive/010-percent-encoded-slash-preserved.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/positive/011-ipv6-authority.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/request-signing/positive/012-ipv6-authority-default-port-stripped.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-receiver-envelope.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/README.md +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/keys.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/negative/001-wrong-tag.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/negative/002-expired-signature.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/negative/003-window-too-long.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/negative/004-alg-not-allowed.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/negative/005-missing-authority-component.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/negative/006-missing-content-digest.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/negative/007-unknown-keyid.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/negative/008-wrong-adcp-use.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/negative/009-content-digest-mismatch.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/negative/010-malformed-signature-input.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/negative/011-signature-without-input.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/negative/012-missing-expires-param.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/negative/013-expires-le-created.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/negative/014-missing-nonce-param.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/negative/015-signature-invalid.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/negative/016-replayed-nonce.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/negative/017-key-revoked.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/negative/018-rate-abuse.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/negative/019-revocation-stale.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/negative/020-key-ops-missing-verify.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/negative/021-base64-alphabet-mixing.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/positive/001-basic-post.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/positive/002-es256-post.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/positive/003-multiple-signature-labels.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/positive/004-default-port-stripped.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/positive/005-percent-encoded-path.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/positive/006-query-byte-preserved.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/positive/007-body-without-idempotency-key.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/test-vectors/webhook-signing/positive/008-request-signing-key-reuse.json +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/canonical-format-validate-input.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/capability-discovery.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/collection-lists-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/comply-controller-mode-gate.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/content-standards-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/deterministic-testing.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/error-compliance-signals.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/error-compliance.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/fictional-entities.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/get-media-buys-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/get-products-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/get-signals-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/idempotency.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/notification-config-event-scope.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/notification-config-lifecycle.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/notification-config-rejections.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/pagination-integrity-creative-formats.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/pagination-integrity-list-accounts.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/property-lists-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/read-tool-idempotency.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/runner-output-contract.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/schema-validation-signals.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/schema-validation.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/security.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/signed-requests.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/stale-response-advisory.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/storyboard-schema.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/v3-envelope-integrity.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/version-negotiation.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/webhook-emission.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/webhook-receiver-envelope.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/wholesale-feed-bulk-webhooks.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/wholesale-feed-product-webhooks.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/wholesale-feed-products.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/wholesale-feed-signal-webhooks.yaml +0 -0
- /package/compliance/cache/{3.1.11 → 3.1.13}/universal/wholesale-feed-signals.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/brand/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/brand/scenarios/distributed_brand_resolution.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/brand/scenarios/single_side_trust_extension.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/creative/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/creative/scenarios/billing_out_of_band.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/creative/scenarios/canonical_supported_formats.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/creative/scenarios/creative_lifecycle_webhooks.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/creative/scenarios/evaluator_auth.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/creative/scenarios/native_in_feed.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/governance/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/audience_buy_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/available_actions.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/billing_finality_delivery.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/canonical_formats.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/clicks_buy_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/completed_views_buy_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/creative_reception.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/delivery_reporting.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/dependency_impairment.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/dependency_impairment_audience.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/dependency_impairment_cardinality.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/event_dedup_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/frequency_cap_enforcement.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/get_products_async.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/governance_approved.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/governance_conditions.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/governance_denied_recovery.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/inline_creatives_without_sync.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/invalid_transitions.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/inventory_list_no_match.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/inventory_list_targeting.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/measurement_accountability.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/measurement_terms_rejected.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/package_correlation_legacy_fallback.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/pending_creatives_to_start.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/per_creative_conversion_attribution.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/performance_buy_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/performance_buy_flow_roas.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/pricing_currency_filter.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/product_signal_targeting.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/proposal_finalize.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/proposal_finalize_asap_timing.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/proposal_not_found_errors.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/provenance_audit_observation.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/provenance_enforcement.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/provenance_truth_of_claim.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/reach_buy_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/refine_finalize_exclusivity.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/refine_products.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/vendor_metric_accountability.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/vendor_metric_catalog_precondition.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/scenarios/vendor_metric_optimization_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/media-buy/state-machine.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/signals/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/signals/scenarios/get_signals_async.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/sponsored-intelligence/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/domains/sponsored-intelligence/sponsored-context-accountability.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/brand/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/brand/scenarios/distributed_brand_resolution.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/brand/scenarios/single_side_trust_extension.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/creative/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/creative/scenarios/billing_out_of_band.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/creative/scenarios/canonical_supported_formats.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/creative/scenarios/creative_lifecycle_webhooks.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/creative/scenarios/evaluator_auth.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/creative/scenarios/native_in_feed.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/governance/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/audience_buy_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/available_actions.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/billing_finality_delivery.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/canonical_formats.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/clicks_buy_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/completed_views_buy_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/creative_reception.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/delivery_reporting.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/dependency_impairment.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/dependency_impairment_audience.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/dependency_impairment_cardinality.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/event_dedup_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/frequency_cap_enforcement.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/get_products_async.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/governance_approved.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/governance_conditions.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/governance_denied_recovery.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/inline_creatives_without_sync.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/invalid_transitions.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/inventory_list_no_match.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/inventory_list_targeting.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/measurement_accountability.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/measurement_terms_rejected.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/package_correlation_legacy_fallback.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/pending_creatives_to_start.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/per_creative_conversion_attribution.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/performance_buy_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/performance_buy_flow_roas.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/pricing_currency_filter.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/product_signal_targeting.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/proposal_finalize.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/proposal_finalize_asap_timing.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/proposal_not_found_errors.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/provenance_audit_observation.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/provenance_enforcement.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/provenance_truth_of_claim.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/reach_buy_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/refine_finalize_exclusivity.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/refine_products.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/vendor_metric_accountability.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/vendor_metric_catalog_precondition.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/scenarios/vendor_metric_optimization_flow.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/media-buy/state-machine.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/signals/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/signals/scenarios/get_signals_async.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/sponsored-intelligence/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/protocols/sponsored-intelligence/sponsored-context-accountability.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/audience-sync/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/brand-rights/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/brand-rights/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/collection-lists/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/content-standards/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/creative-ad-server/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/creative-generative/generative-seller.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/creative-generative/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/creative-template/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/creative-transformers/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/governance-aware-seller/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/governance-aware-seller/scenarios/governance_multi_agent_rejected.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/governance-delivery-monitor/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/governance-spend-authority/denied.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/governance-spend-authority/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/property-lists/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/sales-broadcast-tv/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/sales-catalog-driven/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/sales-guaranteed/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/sales-non-guaranteed/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/sales-proposal-mode/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/sales-social/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/signal-marketplace/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/signal-marketplace/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/signal-owned/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/specialisms/sponsored-intelligence/index.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-kits/acme-outdoor-live.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-kits/acme-outdoor.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-kits/bistro-oranje.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-kits/distributed-brand-runner.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-kits/nova-motors.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-kits/osei-natural.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-kits/parallel-dispatch-runner.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-kits/rate-limit-trip-runner.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-kits/single-side-trust-runner.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-kits/substitution-observer-runner.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-kits/summit-foods.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-kits/webhook-receiver-runner.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/catalog-macro-substitution.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/plan-hash/001-minimal-plan.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/plan-hash/002-full-plan.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/plan-hash/003-bookkeeping-stripped.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/plan-hash/004a-human-review-omitted.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/plan-hash/004b-human-review-explicit-null.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/plan-hash/005a-policy-categories-order-1.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/plan-hash/005b-policy-categories-order-2.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/plan-hash/006a-ext-trace-v1.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/plan-hash/006b-ext-trace-v2.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/plan-hash/007-unicode-objectives.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/plan-hash/008-numeric-canonicalization.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/README.md +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/canonicalization.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/keys.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/001-no-signature-header.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/002-wrong-tag.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/003-expired-signature.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/004-window-too-long.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/005-alg-not-allowed.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/006-missing-covered-component.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/007-missing-content-digest.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/008-unknown-keyid.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/009-key-ops-missing-verify.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/010-content-digest-mismatch.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/011-malformed-header.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/012-missing-expires-param.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/013-expires-le-created.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/014-missing-nonce-param.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/015-signature-invalid.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/016-replayed-nonce.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/017-key-revoked.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/018-digest-covered-when-forbidden.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/019-signature-without-signature-input.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/020-rate-abuse.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/021-duplicate-signature-input-label.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/022-multi-valued-content-type.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/023-multi-valued-content-digest.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/024-unquoted-string-param.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/025-jwk-alg-crv-mismatch.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/026-non-ascii-host.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/027-webhook-registration-authentication-unsigned.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/negative/028-unsigned-protocol-method-required.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/positive/001-basic-post.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/positive/002-post-with-content-digest.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/positive/003-es256-post.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/positive/004-multiple-signature-labels.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/positive/005-default-port-stripped.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/positive/006-dot-segment-path.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/positive/007-query-byte-preserved.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/positive/008-percent-encoded-path.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/positive/009-percent-encoded-unreserved-decoded.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/positive/010-percent-encoded-slash-preserved.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/positive/011-ipv6-authority.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/request-signing/positive/012-ipv6-authority-default-port-stripped.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-receiver-envelope.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/README.md +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/keys.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/negative/001-wrong-tag.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/negative/002-expired-signature.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/negative/003-window-too-long.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/negative/004-alg-not-allowed.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/negative/005-missing-authority-component.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/negative/006-missing-content-digest.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/negative/007-unknown-keyid.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/negative/008-wrong-adcp-use.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/negative/009-content-digest-mismatch.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/negative/010-malformed-signature-input.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/negative/011-signature-without-input.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/negative/012-missing-expires-param.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/negative/013-expires-le-created.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/negative/014-missing-nonce-param.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/negative/015-signature-invalid.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/negative/016-replayed-nonce.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/negative/017-key-revoked.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/negative/018-rate-abuse.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/negative/019-revocation-stale.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/negative/020-key-ops-missing-verify.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/negative/021-base64-alphabet-mixing.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/positive/001-basic-post.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/positive/002-es256-post.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/positive/003-multiple-signature-labels.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/positive/004-default-port-stripped.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/positive/005-percent-encoded-path.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/positive/006-query-byte-preserved.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/positive/007-body-without-idempotency-key.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/test-vectors/webhook-signing/positive/008-request-signing-key-reuse.json +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/canonical-format-validate-input.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/capability-discovery.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/collection-lists-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/comply-controller-mode-gate.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/content-standards-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/deterministic-testing.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/error-compliance-signals.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/error-compliance.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/fictional-entities.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/get-media-buys-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/get-products-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/get-signals-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/idempotency.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/notification-config-event-scope.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/notification-config-lifecycle.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/notification-config-rejections.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/pagination-integrity-creative-formats.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/pagination-integrity-list-accounts.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/property-lists-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/read-tool-idempotency.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/runner-output-contract.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/schema-validation-signals.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/schema-validation.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/security.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/signed-requests.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/stale-response-advisory.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/storyboard-schema.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/v3-envelope-integrity.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/version-negotiation.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/webhook-emission.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/webhook-receiver-envelope.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/wholesale-feed-bulk-webhooks.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/wholesale-feed-product-webhooks.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/wholesale-feed-products.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/wholesale-feed-signal-webhooks.yaml +0 -0
- /package/compliance/cache/{3.1.11.previous → 3.1.13.previous}/universal/wholesale-feed-signals.yaml +0 -0
package/ADCP_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.1.
|
|
1
|
+
3.1.13
|
package/bin/adcp.js
CHANGED
|
@@ -1450,6 +1450,195 @@ function loadTestKitFile(testKitPath) {
|
|
|
1450
1450
|
}
|
|
1451
1451
|
}
|
|
1452
1452
|
|
|
1453
|
+
class TestKitComplianceSelectionError extends Error {
|
|
1454
|
+
constructor(message, details = {}) {
|
|
1455
|
+
super(message);
|
|
1456
|
+
this.name = 'TestKitComplianceSelectionError';
|
|
1457
|
+
this.code = 'TEST_KIT_COMPLIANCE_VERSION_MISMATCH';
|
|
1458
|
+
this.details = details;
|
|
1459
|
+
}
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
function complianceVersionFromIndex(index, indexPath) {
|
|
1463
|
+
const declared = index?.adcp_version;
|
|
1464
|
+
const published = index?.published_version;
|
|
1465
|
+
const { resolveBundleKey } = require('../dist/lib/validation/schema-loader.js');
|
|
1466
|
+
const isConcreteVersion = value => {
|
|
1467
|
+
if (typeof value !== 'string' || value.length === 0 || value === 'latest') return false;
|
|
1468
|
+
try {
|
|
1469
|
+
resolveBundleKey(value);
|
|
1470
|
+
return true;
|
|
1471
|
+
} catch {
|
|
1472
|
+
return false;
|
|
1473
|
+
}
|
|
1474
|
+
};
|
|
1475
|
+
const concreteDeclared = isConcreteVersion(declared);
|
|
1476
|
+
const concretePublished = isConcreteVersion(published);
|
|
1477
|
+
if (concreteDeclared && concretePublished && declared !== published) {
|
|
1478
|
+
throw new TestKitComplianceSelectionError(
|
|
1479
|
+
`Compliance metadata at ${indexPath} disagrees internally: adcp_version is ${declared}, ` +
|
|
1480
|
+
`but published_version is ${published}. Refusing to select an ambiguous compliance line.`,
|
|
1481
|
+
{ test_kit_index: indexPath, adcp_version: declared, published_version: published }
|
|
1482
|
+
);
|
|
1483
|
+
}
|
|
1484
|
+
if (concreteDeclared) return declared;
|
|
1485
|
+
if (concretePublished) return published;
|
|
1486
|
+
return null;
|
|
1487
|
+
}
|
|
1488
|
+
|
|
1489
|
+
function readComplianceMetadata(complianceDir, resolveOptions = {}) {
|
|
1490
|
+
const fs = require('node:fs');
|
|
1491
|
+
const indexPath = path.join(path.resolve(complianceDir), 'index.json');
|
|
1492
|
+
if (!fs.existsSync(indexPath)) return null;
|
|
1493
|
+
let index;
|
|
1494
|
+
try {
|
|
1495
|
+
index = JSON.parse(fs.readFileSync(indexPath, 'utf8'));
|
|
1496
|
+
} catch (err) {
|
|
1497
|
+
throw new TestKitComplianceSelectionError(`Failed to read compliance metadata at ${indexPath}: ${err.message}`, {
|
|
1498
|
+
test_kit_index: indexPath,
|
|
1499
|
+
});
|
|
1500
|
+
}
|
|
1501
|
+
const hasVersionMetadata = index?.adcp_version !== undefined || index?.published_version !== undefined;
|
|
1502
|
+
const looksLikeComplianceIndex =
|
|
1503
|
+
hasVersionMetadata ||
|
|
1504
|
+
index?.generated_at !== undefined ||
|
|
1505
|
+
Array.isArray(index?.universal) ||
|
|
1506
|
+
Array.isArray(index?.protocols) ||
|
|
1507
|
+
Array.isArray(index?.specialisms);
|
|
1508
|
+
if (!hasVersionMetadata) {
|
|
1509
|
+
if (!looksLikeComplianceIndex) return null;
|
|
1510
|
+
throw new TestKitComplianceSelectionError(
|
|
1511
|
+
`Compliance metadata at ${indexPath} is missing adcp_version and published_version. ` +
|
|
1512
|
+
`Refusing to run before the test-kit line is known.`,
|
|
1513
|
+
{ test_kit_index: indexPath, adcp_version: null, published_version: null }
|
|
1514
|
+
);
|
|
1515
|
+
}
|
|
1516
|
+
let version = complianceVersionFromIndex(index, indexPath);
|
|
1517
|
+
if (!version) {
|
|
1518
|
+
try {
|
|
1519
|
+
const { loadComplianceIndex } = require('../dist/lib/testing/storyboard/index.js');
|
|
1520
|
+
version = loadComplianceIndex({
|
|
1521
|
+
complianceDir: path.dirname(indexPath),
|
|
1522
|
+
...(resolveOptions.schemaRoot && { schemaRoot: resolveOptions.schemaRoot }),
|
|
1523
|
+
}).adcp_version;
|
|
1524
|
+
} catch (err) {
|
|
1525
|
+
throw new TestKitComplianceSelectionError(
|
|
1526
|
+
`Unable to resolve a concrete compliance version from ${indexPath}: ${err.message}`,
|
|
1527
|
+
{
|
|
1528
|
+
test_kit_index: indexPath,
|
|
1529
|
+
adcp_version: index?.adcp_version ?? null,
|
|
1530
|
+
published_version: index?.published_version ?? null,
|
|
1531
|
+
...(resolveOptions.schemaRoot && { schema_root: path.resolve(resolveOptions.schemaRoot) }),
|
|
1532
|
+
}
|
|
1533
|
+
);
|
|
1534
|
+
}
|
|
1535
|
+
}
|
|
1536
|
+
return version ? { version, complianceDir: path.dirname(indexPath), indexPath } : null;
|
|
1537
|
+
}
|
|
1538
|
+
|
|
1539
|
+
function findTestKitComplianceMetadata(testKitPath, resolveOptions = {}) {
|
|
1540
|
+
const fs = require('node:fs');
|
|
1541
|
+
const resolved = fs.realpathSync(testKitPath);
|
|
1542
|
+
let current = path.dirname(resolved);
|
|
1543
|
+
while (true) {
|
|
1544
|
+
const metadata = readComplianceMetadata(current, resolveOptions);
|
|
1545
|
+
if (metadata) return metadata;
|
|
1546
|
+
const parent = path.dirname(current);
|
|
1547
|
+
if (parent === current) break;
|
|
1548
|
+
current = parent;
|
|
1549
|
+
}
|
|
1550
|
+
return null;
|
|
1551
|
+
}
|
|
1552
|
+
|
|
1553
|
+
function prepareTestKitComplianceSelection(args, opts) {
|
|
1554
|
+
if (!opts.testKitPath) return { args, opts };
|
|
1555
|
+
|
|
1556
|
+
const resolvedTestKitPath = path.resolve(opts.testKitPath);
|
|
1557
|
+
const loadedTestKit = loadTestKitFile(resolvedTestKitPath);
|
|
1558
|
+
const testKitMetadata = findTestKitComplianceMetadata(resolvedTestKitPath, opts);
|
|
1559
|
+
if (!testKitMetadata) return { args, opts: { ...opts, loadedTestKit } };
|
|
1560
|
+
|
|
1561
|
+
const explicitVersion = opts.complianceVersion;
|
|
1562
|
+
if (explicitVersion && explicitVersion !== testKitMetadata.version) {
|
|
1563
|
+
throw new TestKitComplianceSelectionError(
|
|
1564
|
+
`--test-kit at ${resolvedTestKitPath} targets AdCP ${testKitMetadata.version} ` +
|
|
1565
|
+
`(metadata: ${testKitMetadata.indexPath}), but --compliance-version ${explicitVersion} was specified. ` +
|
|
1566
|
+
`Drop --compliance-version to auto-select the test-kit line, or select matching inputs.`,
|
|
1567
|
+
{
|
|
1568
|
+
test_kit_path: resolvedTestKitPath,
|
|
1569
|
+
test_kit_index: testKitMetadata.indexPath,
|
|
1570
|
+
test_kit_version: testKitMetadata.version,
|
|
1571
|
+
compliance_version: explicitVersion,
|
|
1572
|
+
compliance_version_source: '--compliance-version',
|
|
1573
|
+
}
|
|
1574
|
+
);
|
|
1575
|
+
}
|
|
1576
|
+
|
|
1577
|
+
if (opts.complianceDir) {
|
|
1578
|
+
const selectedMetadata = readComplianceMetadata(opts.complianceDir, opts);
|
|
1579
|
+
if (!selectedMetadata) {
|
|
1580
|
+
throw new TestKitComplianceSelectionError(
|
|
1581
|
+
`--compliance-dir ${path.resolve(opts.complianceDir)} has no index.json with resolvable ` +
|
|
1582
|
+
`adcp_version or published_version metadata. Refusing to run before the active storyboard line is known.`,
|
|
1583
|
+
{
|
|
1584
|
+
test_kit_path: resolvedTestKitPath,
|
|
1585
|
+
test_kit_index: testKitMetadata.indexPath,
|
|
1586
|
+
test_kit_version: testKitMetadata.version,
|
|
1587
|
+
compliance_dir: path.resolve(opts.complianceDir),
|
|
1588
|
+
compliance_version_source: '--compliance-dir',
|
|
1589
|
+
}
|
|
1590
|
+
);
|
|
1591
|
+
}
|
|
1592
|
+
if (selectedMetadata.version !== testKitMetadata.version) {
|
|
1593
|
+
throw new TestKitComplianceSelectionError(
|
|
1594
|
+
`--test-kit at ${resolvedTestKitPath} targets AdCP ${testKitMetadata.version} ` +
|
|
1595
|
+
`(metadata: ${testKitMetadata.indexPath}), but --compliance-dir ${path.resolve(opts.complianceDir)} ` +
|
|
1596
|
+
`targets AdCP ${selectedMetadata.version} (metadata: ${selectedMetadata.indexPath}). ` +
|
|
1597
|
+
`Select a compliance directory from the same published line.`,
|
|
1598
|
+
{
|
|
1599
|
+
test_kit_path: resolvedTestKitPath,
|
|
1600
|
+
test_kit_index: testKitMetadata.indexPath,
|
|
1601
|
+
test_kit_version: testKitMetadata.version,
|
|
1602
|
+
compliance_dir: path.resolve(opts.complianceDir),
|
|
1603
|
+
compliance_index: selectedMetadata.indexPath,
|
|
1604
|
+
compliance_version: selectedMetadata.version,
|
|
1605
|
+
compliance_version_source: '--compliance-dir',
|
|
1606
|
+
}
|
|
1607
|
+
);
|
|
1608
|
+
}
|
|
1609
|
+
}
|
|
1610
|
+
|
|
1611
|
+
const inferredVersion = explicitVersion || testKitMetadata.version;
|
|
1612
|
+
const inferredComplianceDir = opts.complianceDir || testKitMetadata.complianceDir;
|
|
1613
|
+
const resolvedArgs = [...args];
|
|
1614
|
+
if (!explicitVersion) resolvedArgs.push('--compliance-version', inferredVersion);
|
|
1615
|
+
if (!opts.complianceDir) resolvedArgs.push('--compliance-dir', inferredComplianceDir);
|
|
1616
|
+
|
|
1617
|
+
return {
|
|
1618
|
+
args: resolvedArgs,
|
|
1619
|
+
opts: {
|
|
1620
|
+
...opts,
|
|
1621
|
+
loadedTestKit,
|
|
1622
|
+
complianceVersion: inferredVersion,
|
|
1623
|
+
complianceDir: inferredComplianceDir,
|
|
1624
|
+
testKitComplianceVersion: testKitMetadata.version,
|
|
1625
|
+
testKitComplianceIndex: testKitMetadata.indexPath,
|
|
1626
|
+
},
|
|
1627
|
+
};
|
|
1628
|
+
}
|
|
1629
|
+
|
|
1630
|
+
function exitTestKitSelectionError(error, jsonOutput) {
|
|
1631
|
+
const message = error instanceof Error ? error.message : String(error);
|
|
1632
|
+
const code = error?.code || 'TEST_KIT_LOAD_FAILED';
|
|
1633
|
+
const details = error?.details || {};
|
|
1634
|
+
if (jsonOutput) {
|
|
1635
|
+
process.stdout.write(`${JSON.stringify({ success: false, error: { code, message, ...details } })}\n`);
|
|
1636
|
+
} else {
|
|
1637
|
+
console.error(`ERROR: ${message}`);
|
|
1638
|
+
}
|
|
1639
|
+
process.exit(2);
|
|
1640
|
+
}
|
|
1641
|
+
|
|
1453
1642
|
async function resolveAgent(agentArg, authToken, protocolFlag, jsonOutput, authScheme = null) {
|
|
1454
1643
|
let agentUrl;
|
|
1455
1644
|
let protocol = protocolFlag;
|
|
@@ -1779,7 +1968,9 @@ RUN OPTIONS (full assessment):
|
|
|
1779
1968
|
--compliance-version VERSION
|
|
1780
1969
|
Select a compliance cache version, e.g. 3.0.12 or
|
|
1781
1970
|
3.1.0-beta.3. The runner uses this cache for
|
|
1782
|
-
storyboard resolution and wire-version defaults.
|
|
1971
|
+
storyboard resolution and wire-version defaults. When
|
|
1972
|
+
--test-kit points into a compliance cache, its version is
|
|
1973
|
+
selected automatically; an explicit mismatch is rejected.
|
|
1783
1974
|
--compliance-dir PATH
|
|
1784
1975
|
Use a specific compliance cache directory
|
|
1785
1976
|
--schema-root PATH Use a specific schema bundle/root for validation.
|
|
@@ -1788,6 +1979,9 @@ RUN OPTIONS (full assessment):
|
|
|
1788
1979
|
Hosted badge mode: allow a stable line (e.g. 3.1)
|
|
1789
1980
|
to resolve against a prerelease compliance cache.
|
|
1790
1981
|
--file PATH Run an ad-hoc storyboard YAML (spec evolution)
|
|
1982
|
+
--test-kit PATH Load test-kit YAML. If an ancestor index.json declares
|
|
1983
|
+
adcp_version or published_version, the same compliance
|
|
1984
|
+
line is required for storyboard resolution.
|
|
1791
1985
|
--timeout SECONDS Soft budget in seconds: stop starting new storyboards
|
|
1792
1986
|
after this budget, without aborting an active storyboard
|
|
1793
1987
|
(default: 120)
|
|
@@ -2429,8 +2623,8 @@ function enforceStrictFlags(args, removedFound) {
|
|
|
2429
2623
|
}
|
|
2430
2624
|
|
|
2431
2625
|
async function handleStoryboardRun(args) {
|
|
2432
|
-
|
|
2433
|
-
|
|
2626
|
+
let opts = parseAgentOptions(args);
|
|
2627
|
+
let {
|
|
2434
2628
|
authToken,
|
|
2435
2629
|
authScheme,
|
|
2436
2630
|
protocolFlag,
|
|
@@ -2444,6 +2638,26 @@ async function handleStoryboardRun(args) {
|
|
|
2444
2638
|
|
|
2445
2639
|
enforceStrictFlags(args, warnRemovedFlags(args));
|
|
2446
2640
|
|
|
2641
|
+
try {
|
|
2642
|
+
const prepared = prepareTestKitComplianceSelection(args, opts);
|
|
2643
|
+
args = prepared.args;
|
|
2644
|
+
opts = prepared.opts;
|
|
2645
|
+
} catch (err) {
|
|
2646
|
+
exitTestKitSelectionError(err, jsonOutput);
|
|
2647
|
+
}
|
|
2648
|
+
|
|
2649
|
+
({
|
|
2650
|
+
authToken,
|
|
2651
|
+
authScheme,
|
|
2652
|
+
protocolFlag,
|
|
2653
|
+
jsonOutput,
|
|
2654
|
+
dryRun,
|
|
2655
|
+
positionalArgs,
|
|
2656
|
+
file: filePath,
|
|
2657
|
+
localAgent,
|
|
2658
|
+
format,
|
|
2659
|
+
} = opts);
|
|
2660
|
+
|
|
2447
2661
|
// --local-agent <module>: spin the agent up in-process, seed fixtures,
|
|
2448
2662
|
// run storyboards, tear down. Collapses the 300-line seller-side
|
|
2449
2663
|
// bootstrap into one command. See `runAgainstLocalAgent` in
|
|
@@ -2606,15 +2820,7 @@ async function handleStoryboardRun(args) {
|
|
|
2606
2820
|
? await resolveWebhookReceiverOptions(args, { jsonOutput })
|
|
2607
2821
|
: webhookReceiverBase;
|
|
2608
2822
|
|
|
2609
|
-
|
|
2610
|
-
if (opts.testKitPath) {
|
|
2611
|
-
try {
|
|
2612
|
-
loadedTestKit = loadTestKitFile(opts.testKitPath);
|
|
2613
|
-
} catch (err) {
|
|
2614
|
-
console.error(`ERROR: ${err.message}`);
|
|
2615
|
-
process.exit(2);
|
|
2616
|
-
}
|
|
2617
|
-
}
|
|
2823
|
+
const loadedTestKit = opts.loadedTestKit ?? null;
|
|
2618
2824
|
|
|
2619
2825
|
const options = {
|
|
2620
2826
|
protocol,
|
|
@@ -3464,13 +3670,14 @@ async function handleLocalAgentStoryboardRun(modulePath, args, opts) {
|
|
|
3464
3670
|
createAgent,
|
|
3465
3671
|
storyboards: storyboardsSpec,
|
|
3466
3672
|
compliance: resolveOptions,
|
|
3467
|
-
...(opts.complianceVersion || opts.schemaRoot || opts.noSandbox || opts.assertsSeededState
|
|
3673
|
+
...(opts.complianceVersion || opts.schemaRoot || opts.noSandbox || opts.assertsSeededState || opts.loadedTestKit
|
|
3468
3674
|
? {
|
|
3469
3675
|
runStoryboardOptions: {
|
|
3470
3676
|
...(opts.complianceVersion && !opts.complianceDir && { adcpVersion: opts.complianceVersion }),
|
|
3471
3677
|
...(opts.schemaRoot && { schemaRoot: opts.schemaRoot }),
|
|
3472
3678
|
...(opts.noSandbox && { sandbox: false, disable_sandbox: true }),
|
|
3473
3679
|
...(opts.assertsSeededState && { assertsSeededState: true }),
|
|
3680
|
+
...(opts.loadedTestKit && { test_kit: opts.loadedTestKit }),
|
|
3474
3681
|
},
|
|
3475
3682
|
}
|
|
3476
3683
|
: {}),
|
|
@@ -3887,6 +4094,7 @@ async function handleMultiInstanceStoryboardRun(args, opts, urls) {
|
|
|
3887
4094
|
...(opts.schemaRoot && { schemaRoot: opts.schemaRoot }),
|
|
3888
4095
|
...(opts.noSandbox && { sandbox: false, disable_sandbox: true }),
|
|
3889
4096
|
...(opts.assertsSeededState && { assertsSeededState: true }),
|
|
4097
|
+
...(opts.loadedTestKit && { test_kit: opts.loadedTestKit }),
|
|
3890
4098
|
};
|
|
3891
4099
|
|
|
3892
4100
|
const restoreLogs = jsonOutput ? captureStdoutLogs() : null;
|
|
@@ -4150,6 +4358,7 @@ async function handleAgentsRoutedStoryboardRun(args, opts, routing) {
|
|
|
4150
4358
|
...(opts.schemaRoot && { schemaRoot: opts.schemaRoot }),
|
|
4151
4359
|
...(opts.noSandbox && { sandbox: false, disable_sandbox: true }),
|
|
4152
4360
|
...(opts.assertsSeededState && { assertsSeededState: true }),
|
|
4361
|
+
...(opts.loadedTestKit && { test_kit: opts.loadedTestKit }),
|
|
4153
4362
|
};
|
|
4154
4363
|
|
|
4155
4364
|
const restoreLogs = jsonOutput ? captureStdoutLogs() : null;
|
|
@@ -4341,15 +4550,7 @@ async function runFullAssessment(agentArg, rawArgs, parsedOpts) {
|
|
|
4341
4550
|
|
|
4342
4551
|
await loadInvariantModules(rawArgs);
|
|
4343
4552
|
|
|
4344
|
-
|
|
4345
|
-
if (opts.testKitPath) {
|
|
4346
|
-
try {
|
|
4347
|
-
loadedTestKit = loadTestKitFile(opts.testKitPath);
|
|
4348
|
-
} catch (err) {
|
|
4349
|
-
console.error(`ERROR: ${err.message}`);
|
|
4350
|
-
process.exit(2);
|
|
4351
|
-
}
|
|
4352
|
-
}
|
|
4553
|
+
const loadedTestKit = opts.loadedTestKit ?? null;
|
|
4353
4554
|
|
|
4354
4555
|
const testOptions = {
|
|
4355
4556
|
protocol,
|
|
@@ -4,6 +4,15 @@ title: "Seller returns submitted task envelope when create_media_buy goes async"
|
|
|
4
4
|
category: media_buy_seller
|
|
5
5
|
summary: "Verifies the AdCP-payload wire shape of the submitted-arm response from create_media_buy: status='submitted', task_id present, no media_buy_id and no packages on the envelope."
|
|
6
6
|
track: media_buy
|
|
7
|
+
|
|
8
|
+
# The submitted response arm is a production protocol path, but forcing a
|
|
9
|
+
# seller into it is a sandbox-only compliance capability. Gate the entire
|
|
10
|
+
# storyboard on the controller scenario advertisement so sellers that cannot
|
|
11
|
+
# deterministically exercise this path skip before phase execution.
|
|
12
|
+
requires_capability:
|
|
13
|
+
path: compliance_testing.scenarios
|
|
14
|
+
contains: force_create_media_buy_arm
|
|
15
|
+
|
|
7
16
|
required_tools:
|
|
8
17
|
- create_media_buy
|
|
9
18
|
- comply_test_controller
|
|
@@ -33,9 +42,9 @@ narrative: |
|
|
|
33
42
|
buys synchronously. To make this storyboard runnable across implementations, the test
|
|
34
43
|
harness uses comply_test_controller force_create_media_buy_arm to drive the next
|
|
35
44
|
create_media_buy call into the submitted arm. The directive is keyed to the caller's
|
|
36
|
-
authenticated sandbox account (account + principal pair)
|
|
37
|
-
|
|
38
|
-
|
|
45
|
+
authenticated sandbox account (account + principal pair). The storyboard applies only
|
|
46
|
+
when get_adcp_capabilities advertises force_create_media_buy_arm under
|
|
47
|
+
compliance_testing.scenarios; other sellers skip before phase execution.
|
|
39
48
|
|
|
40
49
|
Round-trip integrity. The deterministic task_id is captured from the controller
|
|
41
50
|
response and reused as the expected task_id on the create_media_buy assertion, so the
|
|
@@ -68,11 +77,12 @@ caller:
|
|
|
68
77
|
|
|
69
78
|
prerequisites:
|
|
70
79
|
description: |
|
|
71
|
-
Seller exposes comply_test_controller in sandbox mode and
|
|
72
|
-
force_create_media_buy_arm. The
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
80
|
+
Seller exposes comply_test_controller in sandbox mode and advertises
|
|
81
|
+
force_create_media_buy_arm under compliance_testing.scenarios. The
|
|
82
|
+
directive is keyed to the caller's authenticated sandbox account. Sellers
|
|
83
|
+
that omit the scenario grade not_applicable before phase execution because
|
|
84
|
+
buyer-initiated requests alone cannot deterministically drive the submitted
|
|
85
|
+
arm.
|
|
76
86
|
test_kit: "test-kits/acme-outdoor.yaml"
|
|
77
87
|
controller_seeding: true
|
|
78
88
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"published_version": "3.1.
|
|
3
|
-
"adcp_version": "3.1.
|
|
4
|
-
"generated_at": "2026-08-
|
|
2
|
+
"published_version": "3.1.13",
|
|
3
|
+
"adcp_version": "3.1.13",
|
|
4
|
+
"generated_at": "2026-08-11T10:05:24.827Z",
|
|
5
5
|
"universal": [
|
|
6
6
|
"billing-gate-dispatch",
|
|
7
7
|
"canonical-format-validate-input",
|
package/compliance/cache/{3.1.11 → 3.1.13}/protocols/media-buy/scenarios/create_media_buy_async.yaml
RENAMED
|
@@ -4,6 +4,15 @@ title: "Seller returns submitted task envelope when create_media_buy goes async"
|
|
|
4
4
|
category: media_buy_seller
|
|
5
5
|
summary: "Verifies the AdCP-payload wire shape of the submitted-arm response from create_media_buy: status='submitted', task_id present, no media_buy_id and no packages on the envelope."
|
|
6
6
|
track: media_buy
|
|
7
|
+
|
|
8
|
+
# The submitted response arm is a production protocol path, but forcing a
|
|
9
|
+
# seller into it is a sandbox-only compliance capability. Gate the entire
|
|
10
|
+
# storyboard on the controller scenario advertisement so sellers that cannot
|
|
11
|
+
# deterministically exercise this path skip before phase execution.
|
|
12
|
+
requires_capability:
|
|
13
|
+
path: compliance_testing.scenarios
|
|
14
|
+
contains: force_create_media_buy_arm
|
|
15
|
+
|
|
7
16
|
required_tools:
|
|
8
17
|
- create_media_buy
|
|
9
18
|
- comply_test_controller
|
|
@@ -33,9 +42,9 @@ narrative: |
|
|
|
33
42
|
buys synchronously. To make this storyboard runnable across implementations, the test
|
|
34
43
|
harness uses comply_test_controller force_create_media_buy_arm to drive the next
|
|
35
44
|
create_media_buy call into the submitted arm. The directive is keyed to the caller's
|
|
36
|
-
authenticated sandbox account (account + principal pair)
|
|
37
|
-
|
|
38
|
-
|
|
45
|
+
authenticated sandbox account (account + principal pair). The storyboard applies only
|
|
46
|
+
when get_adcp_capabilities advertises force_create_media_buy_arm under
|
|
47
|
+
compliance_testing.scenarios; other sellers skip before phase execution.
|
|
39
48
|
|
|
40
49
|
Round-trip integrity. The deterministic task_id is captured from the controller
|
|
41
50
|
response and reused as the expected task_id on the create_media_buy assertion, so the
|
|
@@ -68,11 +77,12 @@ caller:
|
|
|
68
77
|
|
|
69
78
|
prerequisites:
|
|
70
79
|
description: |
|
|
71
|
-
Seller exposes comply_test_controller in sandbox mode and
|
|
72
|
-
force_create_media_buy_arm. The
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
80
|
+
Seller exposes comply_test_controller in sandbox mode and advertises
|
|
81
|
+
force_create_media_buy_arm under compliance_testing.scenarios. The
|
|
82
|
+
directive is keyed to the caller's authenticated sandbox account. Sellers
|
|
83
|
+
that omit the scenario grade not_applicable before phase execution because
|
|
84
|
+
buyer-initiated requests alone cannot deterministically drive the submitted
|
|
85
|
+
arm.
|
|
76
86
|
test_kit: "test-kits/acme-outdoor.yaml"
|
|
77
87
|
controller_seeding: true
|
|
78
88
|
|
|
@@ -23,7 +23,9 @@
|
|
|
23
23
|
# This kit is the coordination contract between the runner and a seller-under-
|
|
24
24
|
# test that wants the per-agent-gate phases graded. Sellers that do not ship
|
|
25
25
|
# a passthrough-only test caller leave `commercial_relationship` unset and
|
|
26
|
-
# the per-agent phases grade `not_applicable`.
|
|
26
|
+
# the per-agent phases grade `not_applicable`. Sellers whose
|
|
27
|
+
# `account.supported_billing` omits `agent` also grade those phases
|
|
28
|
+
# `not_applicable`: capability-level rejection is covered separately.
|
|
27
29
|
|
|
28
30
|
id: billing_gate_runner
|
|
29
31
|
applies_to:
|
|
@@ -44,10 +46,12 @@ description: |
|
|
|
44
46
|
|
|
45
47
|
commercial_relationship — (optional) declares the calling buyer agent's
|
|
46
48
|
onboarded commercial state with the seller. When set to
|
|
47
|
-
"passthrough_only"
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
49
|
+
"passthrough_only" AND the seller advertises `"agent"` in
|
|
50
|
+
`account.supported_billing`, the runner submits `billing: "agent"` on
|
|
51
|
+
the per-agent-gate-reject phase and asserts
|
|
52
|
+
BILLING_NOT_PERMITTED_FOR_AGENT with the clamped error.details shape.
|
|
53
|
+
When the relationship is unset or agent billing is not supported,
|
|
54
|
+
both per-agent phases grade `not_applicable`.
|
|
51
55
|
|
|
52
56
|
Establishing the commercial relationship is offline (the same posture as
|
|
53
57
|
operator account creation): the seller-under-test records the test
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# Applies to: universal/signed-requests.yaml (gated on
|
|
4
4
|
# `request_signing.supported: true` in get_adcp_capabilities).
|
|
5
5
|
#
|
|
6
|
-
# The signed-requests storyboard grades an agent's RFC 9421 verifier against
|
|
6
|
+
# The signed-requests storyboard grades an agent's RFC 9421 verifier against
|
|
7
7
|
# conformance vectors at /compliance/{version}/test-vectors/request-signing/.
|
|
8
8
|
# Most vectors are pure black-box: the runner constructs a signed HTTP request,
|
|
9
9
|
# sends it, and checks the response. Three negative vectors assert behavior that
|
|
@@ -67,9 +67,10 @@ narrative: |
|
|
|
67
67
|
field unset).
|
|
68
68
|
|
|
69
69
|
- **`per_agent_gate_reject`** runs only when the test kit declares
|
|
70
|
-
`commercial_relationship: "passthrough_only"
|
|
71
|
-
`
|
|
72
|
-
|
|
70
|
+
`commercial_relationship: "passthrough_only"` AND the seller's
|
|
71
|
+
`supported_billing` capability includes `"agent"`. The runner submits
|
|
72
|
+
`billing: "agent"` (a value the capability accepts but the per-agent
|
|
73
|
+
record does not), and asserts
|
|
73
74
|
`BILLING_NOT_PERMITTED_FOR_AGENT` with the clamped
|
|
74
75
|
`error.details` shape. The seller's `suggested_billing` value is
|
|
75
76
|
captured into context for the recover phase.
|
|
@@ -119,9 +120,11 @@ prerequisites:
|
|
|
119
120
|
|
|
120
121
|
commercial_relationship — (optional) declares whether the calling
|
|
121
122
|
buyer agent is registered with the seller as passthrough-only.
|
|
122
|
-
When set to "passthrough_only"
|
|
123
|
-
|
|
124
|
-
|
|
123
|
+
When set to "passthrough_only" AND the seller advertises `"agent"`
|
|
124
|
+
in `account.supported_billing`, per_agent_gate_reject and
|
|
125
|
+
per_agent_gate_recover run. Sellers that do not offer agent billing
|
|
126
|
+
grade both phases `not_applicable`; they have no per-agent billing
|
|
127
|
+
permission boundary to exercise.
|
|
125
128
|
|
|
126
129
|
Establishing the commercial relationship is offline — the
|
|
127
130
|
seller-under-test records the test caller's commercial state in its
|
|
@@ -258,16 +261,22 @@ phases:
|
|
|
258
261
|
- id: per_agent_gate_reject
|
|
259
262
|
title: "Per-agent gate — BILLING_NOT_PERMITTED_FOR_AGENT (reject)"
|
|
260
263
|
optional: true
|
|
264
|
+
requires_capability:
|
|
265
|
+
path: "account.supported_billing"
|
|
266
|
+
contains: "agent"
|
|
261
267
|
skip_if: "test_kit.commercial_relationship != 'passthrough_only'"
|
|
262
268
|
narrative: |
|
|
263
269
|
The test kit declares the calling buyer agent is registered with
|
|
264
|
-
the seller as passthrough-only
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
the
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
270
|
+
the seller as passthrough-only, and the seller advertises `"agent"`
|
|
271
|
+
in `account.supported_billing`. The runner submits `billing: "agent"`
|
|
272
|
+
(which the capability accepts but the per-agent record does not) and
|
|
273
|
+
asserts the per-buyer-agent gate fires with the clamped
|
|
274
|
+
`error.details` shape. Sellers that do not offer agent billing skip
|
|
275
|
+
this phase as `not_applicable`: their rejection belongs to the
|
|
276
|
+
seller-wide `BILLING_NOT_SUPPORTED` capability gate instead. The
|
|
277
|
+
seller's `suggested_billing` value is captured into context for the
|
|
278
|
+
recover phase, which submits a new request (with a fresh
|
|
279
|
+
idempotency_key) using the suggested value.
|
|
271
280
|
|
|
272
281
|
steps:
|
|
273
282
|
- id: sync_accounts_passthrough_rejects_agent
|
|
@@ -360,6 +369,9 @@ phases:
|
|
|
360
369
|
- id: per_agent_gate_recover
|
|
361
370
|
title: "Per-agent gate — autonomous recovery via suggested_billing"
|
|
362
371
|
optional: true
|
|
372
|
+
requires_capability:
|
|
373
|
+
path: "account.supported_billing"
|
|
374
|
+
contains: "agent"
|
|
363
375
|
skip_if: "test_kit.commercial_relationship != 'passthrough_only'"
|
|
364
376
|
narrative: |
|
|
365
377
|
The runner submits a new request with the `billing` value the
|
|
@@ -4,6 +4,15 @@ title: "Seller returns submitted task envelope when create_media_buy goes async"
|
|
|
4
4
|
category: media_buy_seller
|
|
5
5
|
summary: "Verifies the AdCP-payload wire shape of the submitted-arm response from create_media_buy: status='submitted', task_id present, no media_buy_id and no packages on the envelope."
|
|
6
6
|
track: media_buy
|
|
7
|
+
|
|
8
|
+
# The submitted response arm is a production protocol path, but forcing a
|
|
9
|
+
# seller into it is a sandbox-only compliance capability. Gate the entire
|
|
10
|
+
# storyboard on the controller scenario advertisement so sellers that cannot
|
|
11
|
+
# deterministically exercise this path skip before phase execution.
|
|
12
|
+
requires_capability:
|
|
13
|
+
path: compliance_testing.scenarios
|
|
14
|
+
contains: force_create_media_buy_arm
|
|
15
|
+
|
|
7
16
|
required_tools:
|
|
8
17
|
- create_media_buy
|
|
9
18
|
- comply_test_controller
|
|
@@ -33,9 +42,9 @@ narrative: |
|
|
|
33
42
|
buys synchronously. To make this storyboard runnable across implementations, the test
|
|
34
43
|
harness uses comply_test_controller force_create_media_buy_arm to drive the next
|
|
35
44
|
create_media_buy call into the submitted arm. The directive is keyed to the caller's
|
|
36
|
-
authenticated sandbox account (account + principal pair)
|
|
37
|
-
|
|
38
|
-
|
|
45
|
+
authenticated sandbox account (account + principal pair). The storyboard applies only
|
|
46
|
+
when get_adcp_capabilities advertises force_create_media_buy_arm under
|
|
47
|
+
compliance_testing.scenarios; other sellers skip before phase execution.
|
|
39
48
|
|
|
40
49
|
Round-trip integrity. The deterministic task_id is captured from the controller
|
|
41
50
|
response and reused as the expected task_id on the create_media_buy assertion, so the
|
|
@@ -68,11 +77,12 @@ caller:
|
|
|
68
77
|
|
|
69
78
|
prerequisites:
|
|
70
79
|
description: |
|
|
71
|
-
Seller exposes comply_test_controller in sandbox mode and
|
|
72
|
-
force_create_media_buy_arm. The
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
80
|
+
Seller exposes comply_test_controller in sandbox mode and advertises
|
|
81
|
+
force_create_media_buy_arm under compliance_testing.scenarios. The
|
|
82
|
+
directive is keyed to the caller's authenticated sandbox account. Sellers
|
|
83
|
+
that omit the scenario grade not_applicable before phase execution because
|
|
84
|
+
buyer-initiated requests alone cannot deterministically drive the submitted
|
|
85
|
+
arm.
|
|
76
86
|
test_kit: "test-kits/acme-outdoor.yaml"
|
|
77
87
|
controller_seeding: true
|
|
78
88
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"published_version": "3.1.
|
|
3
|
-
"adcp_version": "3.1.
|
|
4
|
-
"generated_at": "2026-08-
|
|
2
|
+
"published_version": "3.1.13",
|
|
3
|
+
"adcp_version": "3.1.13",
|
|
4
|
+
"generated_at": "2026-08-11T10:05:24.827Z",
|
|
5
5
|
"universal": [
|
|
6
6
|
"billing-gate-dispatch",
|
|
7
7
|
"canonical-format-validate-input",
|
|
@@ -4,6 +4,15 @@ title: "Seller returns submitted task envelope when create_media_buy goes async"
|
|
|
4
4
|
category: media_buy_seller
|
|
5
5
|
summary: "Verifies the AdCP-payload wire shape of the submitted-arm response from create_media_buy: status='submitted', task_id present, no media_buy_id and no packages on the envelope."
|
|
6
6
|
track: media_buy
|
|
7
|
+
|
|
8
|
+
# The submitted response arm is a production protocol path, but forcing a
|
|
9
|
+
# seller into it is a sandbox-only compliance capability. Gate the entire
|
|
10
|
+
# storyboard on the controller scenario advertisement so sellers that cannot
|
|
11
|
+
# deterministically exercise this path skip before phase execution.
|
|
12
|
+
requires_capability:
|
|
13
|
+
path: compliance_testing.scenarios
|
|
14
|
+
contains: force_create_media_buy_arm
|
|
15
|
+
|
|
7
16
|
required_tools:
|
|
8
17
|
- create_media_buy
|
|
9
18
|
- comply_test_controller
|
|
@@ -33,9 +42,9 @@ narrative: |
|
|
|
33
42
|
buys synchronously. To make this storyboard runnable across implementations, the test
|
|
34
43
|
harness uses comply_test_controller force_create_media_buy_arm to drive the next
|
|
35
44
|
create_media_buy call into the submitted arm. The directive is keyed to the caller's
|
|
36
|
-
authenticated sandbox account (account + principal pair)
|
|
37
|
-
|
|
38
|
-
|
|
45
|
+
authenticated sandbox account (account + principal pair). The storyboard applies only
|
|
46
|
+
when get_adcp_capabilities advertises force_create_media_buy_arm under
|
|
47
|
+
compliance_testing.scenarios; other sellers skip before phase execution.
|
|
39
48
|
|
|
40
49
|
Round-trip integrity. The deterministic task_id is captured from the controller
|
|
41
50
|
response and reused as the expected task_id on the create_media_buy assertion, so the
|
|
@@ -68,11 +77,12 @@ caller:
|
|
|
68
77
|
|
|
69
78
|
prerequisites:
|
|
70
79
|
description: |
|
|
71
|
-
Seller exposes comply_test_controller in sandbox mode and
|
|
72
|
-
force_create_media_buy_arm. The
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
80
|
+
Seller exposes comply_test_controller in sandbox mode and advertises
|
|
81
|
+
force_create_media_buy_arm under compliance_testing.scenarios. The
|
|
82
|
+
directive is keyed to the caller's authenticated sandbox account. Sellers
|
|
83
|
+
that omit the scenario grade not_applicable before phase execution because
|
|
84
|
+
buyer-initiated requests alone cannot deterministically drive the submitted
|
|
85
|
+
arm.
|
|
76
86
|
test_kit: "test-kits/acme-outdoor.yaml"
|
|
77
87
|
controller_seeding: true
|
|
78
88
|
|