@adcp/sdk 6.13.2 → 6.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ADCP_VERSION +1 -1
- package/bin/adcp-storyboard-summary.js +152 -0
- package/bin/adcp.js +209 -17
- package/compliance/cache/{3.0.6.previous → 3.0.7}/domains/media-buy/scenarios/measurement_terms_rejected.yaml +5 -4
- package/compliance/cache/{3.0.6.previous → 3.0.7}/domains/media-buy/scenarios/proposal_finalize.yaml +7 -3
- package/compliance/cache/{3.0.6 → 3.0.7}/index.json +2 -2
- package/compliance/cache/{3.0.6 → 3.0.7}/protocols/media-buy/scenarios/measurement_terms_rejected.yaml +5 -4
- package/compliance/cache/{3.0.6 → 3.0.7}/protocols/media-buy/scenarios/proposal_finalize.yaml +7 -3
- package/compliance/cache/{3.0.6 → 3.0.7.previous}/domains/media-buy/scenarios/measurement_terms_rejected.yaml +5 -4
- package/compliance/cache/{3.0.6.previous/protocols → 3.0.7.previous/domains}/media-buy/scenarios/proposal_finalize.yaml +7 -3
- package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/index.json +2 -2
- package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/protocols/media-buy/scenarios/measurement_terms_rejected.yaml +5 -4
- package/compliance/cache/{3.0.6/domains → 3.0.7.previous/protocols}/media-buy/scenarios/proposal_finalize.yaml +7 -3
- package/dist/lib/core/AgentClient.d.ts +22 -26
- package/dist/lib/core/AgentClient.d.ts.map +1 -1
- package/dist/lib/core/AgentClient.js +77 -65
- package/dist/lib/core/AgentClient.js.map +1 -1
- package/dist/lib/schemas-data/3.0/a2ui/bound-value.json +1 -1
- package/dist/lib/schemas-data/3.0/a2ui/component.json +1 -1
- package/dist/lib/schemas-data/3.0/a2ui/si-catalog.json +25 -25
- package/dist/lib/schemas-data/3.0/a2ui/surface.json +2 -2
- package/dist/lib/schemas-data/3.0/a2ui/user-action.json +1 -1
- package/dist/lib/schemas-data/3.0/account/get-account-financials-request.json +5 -5
- package/dist/lib/schemas-data/3.0/account/get-account-financials-response.json +10 -10
- package/dist/lib/schemas-data/3.0/account/list-accounts-request.json +4 -4
- package/dist/lib/schemas-data/3.0/account/list-accounts-response.json +6 -6
- package/dist/lib/schemas-data/3.0/account/report-usage-request.json +5 -5
- package/dist/lib/schemas-data/3.0/account/report-usage-response.json +4 -4
- package/dist/lib/schemas-data/3.0/account/sync-accounts-request.json +9 -9
- package/dist/lib/schemas-data/3.0/account/sync-accounts-response.json +12 -12
- package/dist/lib/schemas-data/3.0/account/sync-governance-request.json +5 -5
- package/dist/lib/schemas-data/3.0/account/sync-governance-response.json +8 -8
- package/dist/lib/schemas-data/3.0/adagents.json +32 -32
- package/dist/lib/schemas-data/3.0/brand/acquire-rights-request.json +8 -8
- package/dist/lib/schemas-data/3.0/brand/acquire-rights-response.json +14 -14
- package/dist/lib/schemas-data/3.0/brand/creative-approval-request.json +4 -4
- package/dist/lib/schemas-data/3.0/brand/creative-approval-response.json +10 -10
- package/dist/lib/schemas-data/3.0/brand/get-brand-identity-request.json +3 -3
- package/dist/lib/schemas-data/3.0/brand/get-brand-identity-response.json +8 -8
- package/dist/lib/schemas-data/3.0/brand/get-rights-request.json +7 -7
- package/dist/lib/schemas-data/3.0/brand/get-rights-response.json +9 -9
- package/dist/lib/schemas-data/3.0/brand/revocation-notification.json +4 -4
- package/dist/lib/schemas-data/3.0/brand/rights-pricing-option.json +5 -5
- package/dist/lib/schemas-data/3.0/brand/rights-terms.json +3 -3
- package/dist/lib/schemas-data/3.0/brand/update-rights-request.json +4 -4
- package/dist/lib/schemas-data/3.0/brand/update-rights-response.json +9 -9
- package/dist/lib/schemas-data/3.0/brand.json +14 -14
- package/dist/lib/schemas-data/3.0/bundled/content-standards/calibrate-content-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/calibrate-content-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/create-content-standards-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/create-content-standards-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/get-content-standards-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/get-content-standards-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/get-media-buy-artifacts-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/get-media-buy-artifacts-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/list-content-standards-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/list-content-standards-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/update-content-standards-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/update-content-standards-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/validate-content-delivery-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/content-standards/validate-content-delivery-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/core/tasks-get-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/core/tasks-get-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/core/tasks-list-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/core/tasks-list-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/get-creative-delivery-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/get-creative-delivery-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/get-creative-features-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/get-creative-features-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/list-creative-formats-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/list-creative-formats-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/list-creatives-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/list-creatives-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/preview-creative-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/preview-creative-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/sync-creatives-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/creative/sync-creatives-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/build-creative-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/build-creative-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/create-media-buy-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/create-media-buy-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/get-media-buy-delivery-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/get-media-buy-delivery-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/get-media-buys-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/get-media-buys-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/get-products-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/get-products-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/list-creative-formats-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/list-creative-formats-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/log-event-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/log-event-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/package-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/provide-performance-feedback-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/provide-performance-feedback-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/sync-audiences-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/sync-audiences-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/sync-catalogs-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/sync-catalogs-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/sync-event-sources-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/sync-event-sources-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/update-media-buy-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/media-buy/update-media-buy-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/create-property-list-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/create-property-list-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/delete-property-list-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/delete-property-list-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/get-property-list-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/get-property-list-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/list-property-lists-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/list-property-lists-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/update-property-list-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/update-property-list-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/validate-property-delivery-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/property/validate-property-delivery-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/protocol/get-adcp-capabilities-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/protocol/get-adcp-capabilities-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/signals/activate-signal-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/signals/activate-signal-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/signals/get-signals-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/signals/get-signals-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-get-offering-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-get-offering-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-initiate-session-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-initiate-session-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-send-message-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-send-message-response.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-terminate-session-request.json +2 -2
- package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-terminate-session-response.json +2 -2
- package/dist/lib/schemas-data/3.0/collection/base-collection-source.json +3 -3
- package/dist/lib/schemas-data/3.0/collection/collection-list-changed-webhook.json +2 -2
- package/dist/lib/schemas-data/3.0/collection/collection-list-filters.json +7 -7
- package/dist/lib/schemas-data/3.0/collection/collection-list.json +5 -5
- package/dist/lib/schemas-data/3.0/collection/create-collection-list-request.json +7 -7
- package/dist/lib/schemas-data/3.0/collection/create-collection-list-response.json +4 -4
- package/dist/lib/schemas-data/3.0/collection/delete-collection-list-request.json +4 -4
- package/dist/lib/schemas-data/3.0/collection/delete-collection-list-response.json +3 -3
- package/dist/lib/schemas-data/3.0/collection/get-collection-list-request.json +4 -4
- package/dist/lib/schemas-data/3.0/collection/get-collection-list-response.json +10 -10
- package/dist/lib/schemas-data/3.0/collection/list-collection-lists-request.json +5 -5
- package/dist/lib/schemas-data/3.0/collection/list-collection-lists-response.json +5 -5
- package/dist/lib/schemas-data/3.0/collection/update-collection-list-request.json +7 -7
- package/dist/lib/schemas-data/3.0/collection/update-collection-list-response.json +4 -4
- package/dist/lib/schemas-data/3.0/content-standards/artifact-webhook-payload.json +3 -3
- package/dist/lib/schemas-data/3.0/content-standards/artifact.json +7 -7
- package/dist/lib/schemas-data/3.0/content-standards/calibrate-content-request.json +4 -4
- package/dist/lib/schemas-data/3.0/content-standards/calibrate-content-response.json +8 -8
- package/dist/lib/schemas-data/3.0/content-standards/content-standards.json +7 -7
- package/dist/lib/schemas-data/3.0/content-standards/create-content-standards-request.json +7 -7
- package/dist/lib/schemas-data/3.0/content-standards/create-content-standards-response.json +6 -6
- package/dist/lib/schemas-data/3.0/content-standards/get-content-standards-request.json +3 -3
- package/dist/lib/schemas-data/3.0/content-standards/get-content-standards-response.json +7 -7
- package/dist/lib/schemas-data/3.0/content-standards/get-media-buy-artifacts-request.json +4 -4
- package/dist/lib/schemas-data/3.0/content-standards/get-media-buy-artifacts-response.json +8 -8
- package/dist/lib/schemas-data/3.0/content-standards/list-content-standards-request.json +5 -5
- package/dist/lib/schemas-data/3.0/content-standards/list-content-standards-response.json +8 -8
- package/dist/lib/schemas-data/3.0/content-standards/update-content-standards-request.json +7 -7
- package/dist/lib/schemas-data/3.0/content-standards/update-content-standards-response.json +6 -6
- package/dist/lib/schemas-data/3.0/content-standards/validate-content-delivery-request.json +4 -4
- package/dist/lib/schemas-data/3.0/content-standards/validate-content-delivery-response.json +8 -8
- package/dist/lib/schemas-data/3.0/core/account-ref.json +2 -2
- package/dist/lib/schemas-data/3.0/core/account.json +9 -9
- package/dist/lib/schemas-data/3.0/core/activation-key.json +1 -1
- package/dist/lib/schemas-data/3.0/core/ad-inventory-config.json +1 -1
- package/dist/lib/schemas-data/3.0/core/agent-encryption-key.json +1 -1
- package/dist/lib/schemas-data/3.0/core/agent-signing-key.json +1 -1
- package/dist/lib/schemas-data/3.0/core/app-item.json +4 -4
- package/dist/lib/schemas-data/3.0/core/assets/asset-union.json +15 -15
- package/dist/lib/schemas-data/3.0/core/assets/audio-asset.json +3 -3
- package/dist/lib/schemas-data/3.0/core/assets/brief-asset.json +2 -2
- package/dist/lib/schemas-data/3.0/core/assets/catalog-asset.json +2 -2
- package/dist/lib/schemas-data/3.0/core/assets/css-asset.json +2 -2
- package/dist/lib/schemas-data/3.0/core/assets/daast-asset.json +4 -4
- package/dist/lib/schemas-data/3.0/core/assets/html-asset.json +2 -2
- package/dist/lib/schemas-data/3.0/core/assets/image-asset.json +2 -2
- package/dist/lib/schemas-data/3.0/core/assets/javascript-asset.json +3 -3
- package/dist/lib/schemas-data/3.0/core/assets/markdown-asset.json +2 -2
- package/dist/lib/schemas-data/3.0/core/assets/text-asset.json +2 -2
- package/dist/lib/schemas-data/3.0/core/assets/url-asset.json +3 -3
- package/dist/lib/schemas-data/3.0/core/assets/vast-asset.json +4 -4
- package/dist/lib/schemas-data/3.0/core/assets/video-asset.json +7 -7
- package/dist/lib/schemas-data/3.0/core/assets/webhook-asset.json +7 -7
- package/dist/lib/schemas-data/3.0/core/async-response-data.json +25 -25
- package/dist/lib/schemas-data/3.0/core/attribution-window.json +4 -4
- package/dist/lib/schemas-data/3.0/core/audience-member.json +3 -3
- package/dist/lib/schemas-data/3.0/core/audience-selector.json +4 -4
- package/dist/lib/schemas-data/3.0/core/brand-id.json +1 -1
- package/dist/lib/schemas-data/3.0/core/brand-ref.json +2 -2
- package/dist/lib/schemas-data/3.0/core/business-entity.json +2 -2
- package/dist/lib/schemas-data/3.0/core/cancellation-policy.json +2 -2
- package/dist/lib/schemas-data/3.0/core/catalog-field-mapping.json +2 -2
- package/dist/lib/schemas-data/3.0/core/catalog.json +7 -7
- package/dist/lib/schemas-data/3.0/core/catchment.json +5 -5
- package/dist/lib/schemas-data/3.0/core/collection-distribution.json +2 -2
- package/dist/lib/schemas-data/3.0/core/collection-list-ref.json +1 -1
- package/dist/lib/schemas-data/3.0/core/collection-selector.json +1 -1
- package/dist/lib/schemas-data/3.0/core/collection.json +13 -13
- package/dist/lib/schemas-data/3.0/core/content-rating.json +2 -2
- package/dist/lib/schemas-data/3.0/core/context.json +1 -1
- package/dist/lib/schemas-data/3.0/core/creative-asset.json +6 -6
- package/dist/lib/schemas-data/3.0/core/creative-assignment.json +1 -1
- package/dist/lib/schemas-data/3.0/core/creative-brief.json +4 -4
- package/dist/lib/schemas-data/3.0/core/creative-consumption.json +1 -1
- package/dist/lib/schemas-data/3.0/core/creative-filters.json +4 -4
- package/dist/lib/schemas-data/3.0/core/creative-item.json +1 -1
- package/dist/lib/schemas-data/3.0/core/creative-manifest.json +7 -7
- package/dist/lib/schemas-data/3.0/core/creative-policy.json +3 -3
- package/dist/lib/schemas-data/3.0/core/creative-variable.json +1 -1
- package/dist/lib/schemas-data/3.0/core/creative-variant.json +5 -5
- package/dist/lib/schemas-data/3.0/core/data-provider-signal-selector.json +1 -1
- package/dist/lib/schemas-data/3.0/core/date-range.json +1 -1
- package/dist/lib/schemas-data/3.0/core/datetime-range.json +1 -1
- package/dist/lib/schemas-data/3.0/core/daypart-target.json +2 -2
- package/dist/lib/schemas-data/3.0/core/deadline-policy.json +1 -1
- package/dist/lib/schemas-data/3.0/core/delivery-forecast.json +7 -7
- package/dist/lib/schemas-data/3.0/core/delivery-metrics.json +5 -5
- package/dist/lib/schemas-data/3.0/core/deployment.json +3 -3
- package/dist/lib/schemas-data/3.0/core/destination-item.json +4 -4
- package/dist/lib/schemas-data/3.0/core/destination.json +1 -1
- package/dist/lib/schemas-data/3.0/core/diagnostic-issue.json +1 -1
- package/dist/lib/schemas-data/3.0/core/duration.json +1 -1
- package/dist/lib/schemas-data/3.0/core/education-item.json +4 -4
- package/dist/lib/schemas-data/3.0/core/error.json +1 -1
- package/dist/lib/schemas-data/3.0/core/event-custom-data.json +2 -2
- package/dist/lib/schemas-data/3.0/core/event-source-health.json +3 -3
- package/dist/lib/schemas-data/3.0/core/event.json +6 -6
- package/dist/lib/schemas-data/3.0/core/ext.json +1 -1
- package/dist/lib/schemas-data/3.0/core/feature-requirement.json +1 -1
- package/dist/lib/schemas-data/3.0/core/flight-item.json +4 -4
- package/dist/lib/schemas-data/3.0/core/forecast-point.json +18 -18
- package/dist/lib/schemas-data/3.0/core/forecast-range.json +1 -1
- package/dist/lib/schemas-data/3.0/core/format-id.json +1 -1
- package/dist/lib/schemas-data/3.0/core/format.json +42 -42
- package/dist/lib/schemas-data/3.0/core/frequency-cap.json +4 -4
- package/dist/lib/schemas-data/3.0/core/generation-credential.json +3 -3
- package/dist/lib/schemas-data/3.0/core/geo-breakdown-support.json +3 -3
- package/dist/lib/schemas-data/3.0/core/hotel-item.json +4 -4
- package/dist/lib/schemas-data/3.0/core/identifier.json +2 -2
- package/dist/lib/schemas-data/3.0/core/industry-identifier.json +2 -2
- package/dist/lib/schemas-data/3.0/core/insertion-order.json +1 -1
- package/dist/lib/schemas-data/3.0/core/installment-deadlines.json +2 -2
- package/dist/lib/schemas-data/3.0/core/installment.json +9 -9
- package/dist/lib/schemas-data/3.0/core/job-item.json +3 -3
- package/dist/lib/schemas-data/3.0/core/limited-series.json +1 -1
- package/dist/lib/schemas-data/3.0/core/material-deadline.json +1 -1
- package/dist/lib/schemas-data/3.0/core/mcp-webhook-payload.json +5 -5
- package/dist/lib/schemas-data/3.0/core/measurement-readiness.json +5 -5
- package/dist/lib/schemas-data/3.0/core/measurement-terms.json +3 -3
- package/dist/lib/schemas-data/3.0/core/measurement-window.json +1 -1
- package/dist/lib/schemas-data/3.0/core/media-buy-features.json +1 -1
- package/dist/lib/schemas-data/3.0/core/media-buy.json +7 -7
- package/dist/lib/schemas-data/3.0/core/offering-asset-group.json +15 -15
- package/dist/lib/schemas-data/3.0/core/offering.json +5 -5
- package/dist/lib/schemas-data/3.0/core/optimization-goal.json +6 -6
- package/dist/lib/schemas-data/3.0/core/outcome-measurement.json +2 -2
- package/dist/lib/schemas-data/3.0/core/overlay.json +1 -1
- package/dist/lib/schemas-data/3.0/core/package.json +14 -14
- package/dist/lib/schemas-data/3.0/core/pagination-request.json +1 -1
- package/dist/lib/schemas-data/3.0/core/pagination-response.json +1 -1
- package/dist/lib/schemas-data/3.0/core/performance-feedback.json +3 -3
- package/dist/lib/schemas-data/3.0/core/performance-standard.json +4 -4
- package/dist/lib/schemas-data/3.0/core/placement-definition.json +5 -5
- package/dist/lib/schemas-data/3.0/core/placement.json +2 -2
- package/dist/lib/schemas-data/3.0/core/planned-delivery.json +5 -5
- package/dist/lib/schemas-data/3.0/core/price.json +1 -1
- package/dist/lib/schemas-data/3.0/core/pricing-option.json +10 -10
- package/dist/lib/schemas-data/3.0/core/product-allocation.json +4 -4
- package/dist/lib/schemas-data/3.0/core/product-filters.json +16 -16
- package/dist/lib/schemas-data/3.0/core/product.json +28 -28
- package/dist/lib/schemas-data/3.0/core/property-id.json +1 -1
- package/dist/lib/schemas-data/3.0/core/property-list-ref.json +1 -1
- package/dist/lib/schemas-data/3.0/core/property-tag.json +1 -1
- package/dist/lib/schemas-data/3.0/core/property.json +6 -6
- package/dist/lib/schemas-data/3.0/core/proposal.json +6 -6
- package/dist/lib/schemas-data/3.0/core/protocol-envelope.json +3 -3
- package/dist/lib/schemas-data/3.0/core/provenance.json +6 -6
- package/dist/lib/schemas-data/3.0/core/publisher-property-selector.json +3 -3
- package/dist/lib/schemas-data/3.0/core/push-notification-config.json +2 -2
- package/dist/lib/schemas-data/3.0/core/real-estate-item.json +4 -4
- package/dist/lib/schemas-data/3.0/core/reference-asset.json +1 -1
- package/dist/lib/schemas-data/3.0/core/reporting-capabilities.json +5 -5
- package/dist/lib/schemas-data/3.0/core/reporting-webhook.json +3 -3
- package/dist/lib/schemas-data/3.0/core/requirements/asset-requirements.json +13 -13
- package/dist/lib/schemas-data/3.0/core/requirements/audio-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/catalog-field-binding.json +4 -4
- package/dist/lib/schemas-data/3.0/core/requirements/catalog-requirements.json +5 -5
- package/dist/lib/schemas-data/3.0/core/requirements/css-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/daast-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/html-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/image-asset-requirements.json +2 -2
- package/dist/lib/schemas-data/3.0/core/requirements/javascript-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/markdown-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/offering-asset-constraint.json +4 -4
- package/dist/lib/schemas-data/3.0/core/requirements/text-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/url-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/vast-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/requirements/video-asset-requirements.json +6 -6
- package/dist/lib/schemas-data/3.0/core/requirements/webhook-asset-requirements.json +1 -1
- package/dist/lib/schemas-data/3.0/core/response.json +1 -1
- package/dist/lib/schemas-data/3.0/core/rights-constraint.json +4 -4
- package/dist/lib/schemas-data/3.0/core/seller-agent-ref.json +1 -1
- package/dist/lib/schemas-data/3.0/core/signal-definition.json +3 -3
- package/dist/lib/schemas-data/3.0/core/signal-filters.json +2 -2
- package/dist/lib/schemas-data/3.0/core/signal-id.json +1 -1
- package/dist/lib/schemas-data/3.0/core/signal-pricing-option.json +2 -2
- package/dist/lib/schemas-data/3.0/core/signal-pricing.json +6 -6
- package/dist/lib/schemas-data/3.0/core/signal-targeting.json +4 -4
- package/dist/lib/schemas-data/3.0/core/special.json +2 -2
- package/dist/lib/schemas-data/3.0/core/start-timing.json +1 -1
- package/dist/lib/schemas-data/3.0/core/store-item.json +3 -3
- package/dist/lib/schemas-data/3.0/core/talent.json +2 -2
- package/dist/lib/schemas-data/3.0/core/targeting.json +20 -20
- package/dist/lib/schemas-data/3.0/core/tasks-get-request.json +3 -3
- package/dist/lib/schemas-data/3.0/core/tasks-get-response.json +7 -7
- package/dist/lib/schemas-data/3.0/core/tasks-list-request.json +11 -11
- package/dist/lib/schemas-data/3.0/core/tasks-list-response.json +6 -6
- package/dist/lib/schemas-data/3.0/core/user-match.json +3 -3
- package/dist/lib/schemas-data/3.0/core/vehicle-item.json +4 -4
- package/dist/lib/schemas-data/3.0/core/vendor-pricing-option.json +2 -2
- package/dist/lib/schemas-data/3.0/core/x-entity-types.json +1 -1
- package/dist/lib/schemas-data/3.0/creative/asset-types/index.json +5 -5
- package/dist/lib/schemas-data/3.0/creative/creative-feature-result.json +2 -2
- package/dist/lib/schemas-data/3.0/creative/get-creative-delivery-request.json +5 -5
- package/dist/lib/schemas-data/3.0/creative/get-creative-delivery-response.json +7 -7
- package/dist/lib/schemas-data/3.0/creative/get-creative-features-request.json +5 -5
- package/dist/lib/schemas-data/3.0/creative/get-creative-features-response.json +8 -8
- package/dist/lib/schemas-data/3.0/creative/list-creative-formats-request.json +11 -11
- package/dist/lib/schemas-data/3.0/creative/list-creative-formats-response.json +7 -7
- package/dist/lib/schemas-data/3.0/creative/list-creatives-request.json +8 -8
- package/dist/lib/schemas-data/3.0/creative/list-creatives-response.json +14 -14
- package/dist/lib/schemas-data/3.0/creative/preview-creative-request.json +11 -11
- package/dist/lib/schemas-data/3.0/creative/preview-creative-response.json +12 -12
- package/dist/lib/schemas-data/3.0/creative/preview-render.json +1 -1
- package/dist/lib/schemas-data/3.0/creative/sync-creatives-async-response-input-required.json +3 -3
- package/dist/lib/schemas-data/3.0/creative/sync-creatives-async-response-submitted.json +3 -3
- package/dist/lib/schemas-data/3.0/creative/sync-creatives-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.0/creative/sync-creatives-request.json +7 -7
- package/dist/lib/schemas-data/3.0/creative/sync-creatives-response.json +13 -13
- package/dist/lib/schemas-data/3.0/enums/account-scope.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/account-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/action-source.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/adcp-protocol.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/adjustment-kind.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/advertiser-industry.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/age-verification-method.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/assessment-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/asset-content-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/attribution-model.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/audience-source.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/audience-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/audio-channel-layout.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/auth-scheme.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/available-metric.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/billing-party.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/binary-verdict.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/brand-agent-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/canceled-by.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/catalog-action.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/catalog-item-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/catalog-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/channels.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/cloud-storage-protocol.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/co-branding-requirement.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/collection-cadence.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/collection-kind.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/collection-relationship.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/collection-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/consent-basis.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/content-id-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/content-rating-system.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/creative-action.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/creative-agent-capability.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/creative-approval-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/creative-identifier-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/creative-quality.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/creative-sort-field.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/creative-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/daast-tracking-event.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/daast-version.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/day-of-week.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/delegation-authority.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/delivery-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/demographic-system.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/derivative-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/device-platform.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/device-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/digital-source-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/dimension-unit.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/disclosure-persistence.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/disclosure-position.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/distance-unit.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/distribution-identifier-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/error-code.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/escalation-severity.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/event-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/exclusivity.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/feature-check-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/feed-format.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/feedback-source.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/forecast-method.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/forecast-range-unit.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/forecastable-metric.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/format-id-parameter.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/frame-rate-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/frequency-cap-scope.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/genre-taxonomy.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/geo-level.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/gop-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/governance-decision.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/governance-domain.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/governance-mode.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/governance-phase.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/history-entry-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/http-method.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/identifier-types.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/installment-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/javascript-module-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/landing-page-requirement.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/makegood-remedy.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/markdown-flavor.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/match-id-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/match-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/media-buy-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/media-buy-valid-action.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/metric-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/metro-system.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/moov-atom-position.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/notification-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/outcome-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/pacing.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/payment-terms.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/performance-standard-metric.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/policy-category.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/policy-enforcement.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/postal-system.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/preview-output-format.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/pricing-model.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/production-quality.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/property-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/proposal-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/publisher-identifier-types.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/purchase-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/reach-unit.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/reporting-frequency.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/response-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/restricted-attribute.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/right-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/right-use.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/rights-billing-period.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/scan-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/si-session-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/signal-catalog-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/signal-source.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/signal-value-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/snapshot-unavailable-reason.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/sort-direction.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/sort-metric.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/special-category.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/specialism.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/talent-role.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/task-status.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/task-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/transport-mode.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/travel-time-unit.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/uid-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/universal-macro.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/update-frequency.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/url-asset-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/validation-mode.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/vast-tracking-event.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/vast-version.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/viewability-standard.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/wcag-level.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/webhook-response-type.json +1 -1
- package/dist/lib/schemas-data/3.0/enums/webhook-security-method.json +1 -1
- package/dist/lib/schemas-data/3.0/error-details/account-setup-required.json +1 -1
- package/dist/lib/schemas-data/3.0/error-details/audience-too-small.json +1 -1
- package/dist/lib/schemas-data/3.0/error-details/budget-too-low.json +1 -1
- package/dist/lib/schemas-data/3.0/error-details/conflict.json +1 -1
- package/dist/lib/schemas-data/3.0/error-details/creative-rejected.json +1 -1
- package/dist/lib/schemas-data/3.0/error-details/policy-violation.json +1 -1
- package/dist/lib/schemas-data/3.0/error-details/rate-limited.json +1 -1
- package/dist/lib/schemas-data/3.0/error-details/vendor-error-codes.json +1 -1
- package/dist/lib/schemas-data/3.0/extensions/extension-meta.json +1 -1
- package/dist/lib/schemas-data/3.0/extensions/index.json +2 -2
- package/dist/lib/schemas-data/3.0/governance/attribute-definition.json +1 -1
- package/dist/lib/schemas-data/3.0/governance/audience-constraints.json +3 -3
- package/dist/lib/schemas-data/3.0/governance/check-governance-request.json +7 -7
- package/dist/lib/schemas-data/3.0/governance/check-governance-response.json +6 -6
- package/dist/lib/schemas-data/3.0/governance/get-plan-audit-logs-request.json +4 -4
- package/dist/lib/schemas-data/3.0/governance/get-plan-audit-logs-response.json +9 -9
- package/dist/lib/schemas-data/3.0/governance/policy-category-definition.json +2 -2
- package/dist/lib/schemas-data/3.0/governance/policy-entry.json +6 -6
- package/dist/lib/schemas-data/3.0/governance/policy-ref.json +1 -1
- package/dist/lib/schemas-data/3.0/governance/report-plan-outcome-request.json +6 -6
- package/dist/lib/schemas-data/3.0/governance/report-plan-outcome-response.json +4 -4
- package/dist/lib/schemas-data/3.0/governance/sync-plans-request.json +13 -13
- package/dist/lib/schemas-data/3.0/governance/sync-plans-response.json +4 -4
- package/dist/lib/schemas-data/3.0/index.json +364 -364
- package/dist/lib/schemas-data/3.0/manifest.json +3 -3
- package/dist/lib/schemas-data/3.0/manifest.schema.json +1 -1
- package/dist/lib/schemas-data/3.0/media-buy/build-creative-async-response-input-required.json +4 -4
- package/dist/lib/schemas-data/3.0/media-buy/build-creative-async-response-submitted.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/build-creative-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/build-creative-request.json +11 -11
- package/dist/lib/schemas-data/3.0/media-buy/build-creative-response.json +17 -17
- package/dist/lib/schemas-data/3.0/media-buy/create-media-buy-async-response-input-required.json +4 -4
- package/dist/lib/schemas-data/3.0/media-buy/create-media-buy-async-response-submitted.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/create-media-buy-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/create-media-buy-request.json +12 -12
- package/dist/lib/schemas-data/3.0/media-buy/create-media-buy-response.json +15 -15
- package/dist/lib/schemas-data/3.0/media-buy/get-media-buy-delivery-request.json +17 -17
- package/dist/lib/schemas-data/3.0/media-buy/get-media-buy-delivery-response.json +24 -24
- package/dist/lib/schemas-data/3.0/media-buy/get-media-buys-request.json +7 -7
- package/dist/lib/schemas-data/3.0/media-buy/get-media-buys-response.json +19 -19
- package/dist/lib/schemas-data/3.0/media-buy/get-products-async-response-input-required.json +4 -4
- package/dist/lib/schemas-data/3.0/media-buy/get-products-async-response-submitted.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/get-products-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/get-products-request.json +11 -11
- package/dist/lib/schemas-data/3.0/media-buy/get-products-response.json +8 -8
- package/dist/lib/schemas-data/3.0/media-buy/list-creative-formats-request.json +11 -11
- package/dist/lib/schemas-data/3.0/media-buy/list-creative-formats-response.json +7 -7
- package/dist/lib/schemas-data/3.0/media-buy/log-event-request.json +4 -4
- package/dist/lib/schemas-data/3.0/media-buy/log-event-response.json +6 -6
- package/dist/lib/schemas-data/3.0/media-buy/package-request.json +12 -12
- package/dist/lib/schemas-data/3.0/media-buy/package-update.json +13 -13
- package/dist/lib/schemas-data/3.0/media-buy/provide-performance-feedback-request.json +6 -6
- package/dist/lib/schemas-data/3.0/media-buy/provide-performance-feedback-response.json +6 -6
- package/dist/lib/schemas-data/3.0/media-buy/sync-audiences-request.json +7 -7
- package/dist/lib/schemas-data/3.0/media-buy/sync-audiences-response.json +9 -9
- package/dist/lib/schemas-data/3.0/media-buy/sync-catalogs-async-response-input-required.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/sync-catalogs-async-response-submitted.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/sync-catalogs-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/sync-catalogs-request.json +7 -7
- package/dist/lib/schemas-data/3.0/media-buy/sync-catalogs-response.json +9 -9
- package/dist/lib/schemas-data/3.0/media-buy/sync-event-sources-request.json +5 -5
- package/dist/lib/schemas-data/3.0/media-buy/sync-event-sources-response.json +10 -10
- package/dist/lib/schemas-data/3.0/media-buy/update-media-buy-async-response-input-required.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/update-media-buy-async-response-submitted.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/update-media-buy-async-response-working.json +3 -3
- package/dist/lib/schemas-data/3.0/media-buy/update-media-buy-request.json +10 -10
- package/dist/lib/schemas-data/3.0/media-buy/update-media-buy-response.json +10 -10
- package/dist/lib/schemas-data/3.0/pricing-options/cpa-option.json +4 -4
- package/dist/lib/schemas-data/3.0/pricing-options/cpc-option.json +4 -4
- package/dist/lib/schemas-data/3.0/pricing-options/cpcv-option.json +4 -4
- package/dist/lib/schemas-data/3.0/pricing-options/cpm-option.json +4 -4
- package/dist/lib/schemas-data/3.0/pricing-options/cpp-option.json +5 -5
- package/dist/lib/schemas-data/3.0/pricing-options/cpv-option.json +4 -4
- package/dist/lib/schemas-data/3.0/pricing-options/flat-rate-option.json +4 -4
- package/dist/lib/schemas-data/3.0/pricing-options/price-breakdown.json +2 -2
- package/dist/lib/schemas-data/3.0/pricing-options/price-guidance.json +1 -1
- package/dist/lib/schemas-data/3.0/pricing-options/time-option.json +4 -4
- package/dist/lib/schemas-data/3.0/pricing-options/vcpm-option.json +4 -4
- package/dist/lib/schemas-data/3.0/property/authorization-result.json +1 -1
- package/dist/lib/schemas-data/3.0/property/base-property-source.json +4 -4
- package/dist/lib/schemas-data/3.0/property/create-property-list-request.json +7 -7
- package/dist/lib/schemas-data/3.0/property/create-property-list-response.json +4 -4
- package/dist/lib/schemas-data/3.0/property/delete-property-list-request.json +4 -4
- package/dist/lib/schemas-data/3.0/property/delete-property-list-response.json +3 -3
- package/dist/lib/schemas-data/3.0/property/delivery-record.json +3 -3
- package/dist/lib/schemas-data/3.0/property/get-property-list-request.json +4 -4
- package/dist/lib/schemas-data/3.0/property/get-property-list-response.json +7 -7
- package/dist/lib/schemas-data/3.0/property/list-property-lists-request.json +5 -5
- package/dist/lib/schemas-data/3.0/property/list-property-lists-response.json +5 -5
- package/dist/lib/schemas-data/3.0/property/property-error.json +2 -2
- package/dist/lib/schemas-data/3.0/property/property-feature-definition.json +2 -2
- package/dist/lib/schemas-data/3.0/property/property-feature-result.json +4 -4
- package/dist/lib/schemas-data/3.0/property/property-feature-value.json +2 -2
- package/dist/lib/schemas-data/3.0/property/property-feature.json +1 -1
- package/dist/lib/schemas-data/3.0/property/property-list-changed-webhook.json +2 -2
- package/dist/lib/schemas-data/3.0/property/property-list-filters.json +5 -5
- package/dist/lib/schemas-data/3.0/property/property-list.json +6 -6
- package/dist/lib/schemas-data/3.0/property/update-property-list-request.json +7 -7
- package/dist/lib/schemas-data/3.0/property/update-property-list-response.json +4 -4
- package/dist/lib/schemas-data/3.0/property/validate-property-delivery-request.json +5 -5
- package/dist/lib/schemas-data/3.0/property/validate-property-delivery-response.json +4 -4
- package/dist/lib/schemas-data/3.0/property/validation-result.json +5 -5
- package/dist/lib/schemas-data/3.0/protocol/get-adcp-capabilities-request.json +3 -3
- package/dist/lib/schemas-data/3.0/protocol/get-adcp-capabilities-response.json +25 -25
- package/dist/lib/schemas-data/3.0/signals/activate-signal-request.json +5 -5
- package/dist/lib/schemas-data/3.0/signals/activate-signal-response.json +7 -7
- package/dist/lib/schemas-data/3.0/signals/get-signals-request.json +8 -8
- package/dist/lib/schemas-data/3.0/signals/get-signals-response.json +10 -10
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-capabilities.json +1 -1
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-get-offering-request.json +3 -3
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-get-offering-response.json +4 -4
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-identity.json +1 -1
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-initiate-session-request.json +5 -5
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-initiate-session-response.json +7 -7
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-send-message-request.json +3 -3
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-send-message-response.json +7 -7
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-terminate-session-request.json +3 -3
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-terminate-session-response.json +5 -5
- package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-ui-element.json +1 -1
- package/dist/lib/schemas-data/v2.5/_provenance.json +1 -1
- package/dist/lib/server/decisioning/runtime/entity-hydration.generated.js +1 -1
- package/dist/lib/server/decisioning/specialisms/creative-ad-server.d.ts +0 -10
- package/dist/lib/server/decisioning/specialisms/creative-ad-server.d.ts.map +1 -1
- package/dist/lib/server/decisioning/specialisms/creative.d.ts +7 -22
- package/dist/lib/server/decisioning/specialisms/creative.d.ts.map +1 -1
- package/dist/lib/server/wire-spec-fields.generated.d.ts +29 -29
- package/dist/lib/server/wire-spec-fields.generated.js +31 -31
- package/dist/lib/testing/storyboard/runner.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/runner.js +35 -0
- package/dist/lib/testing/storyboard/runner.js.map +1 -1
- package/dist/lib/types/core.generated.js +2 -2
- package/dist/lib/types/manifest.generated.d.ts +3 -3
- package/dist/lib/types/manifest.generated.js +1 -1
- package/dist/lib/version.d.ts +7 -7
- package/dist/lib/version.d.ts.map +1 -1
- package/dist/lib/version.js +6 -5
- package/dist/lib/version.js.map +1 -1
- package/docs/guides/BUILD-AN-AGENT.md +25 -36
- package/docs/llms.txt +4 -4
- package/examples/hello_seller_adapter_proposal_mode.ts +71 -0
- package/package.json +2 -2
- package/skills/build-decisioning-creative-template/SKILL.md +8 -10
- package/skills/build-decisioning-platform/SKILL.md +1 -1
- package/skills/build-decisioning-platform/advanced/REFERENCE.md +4 -8
- package/skills/build-decisioning-signal-marketplace/SKILL.md +6 -8
- package/skills/build-seller-agent/deployment.md +34 -36
- package/skills/build-seller-agent/specialisms/audience-sync.md +19 -3
- package/skills/build-seller-agent/specialisms/signed-requests.md +11 -4
- /package/compliance/cache/{3.0.6 → 3.0.7}/domains/brand/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/domains/creative/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/domains/governance/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/domains/media-buy/creative-reception.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/domains/media-buy/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/domains/media-buy/scenarios/create_media_buy_async.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/domains/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/domains/media-buy/scenarios/delivery_reporting.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/domains/media-buy/scenarios/governance_approved.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/domains/media-buy/scenarios/governance_conditions.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/domains/media-buy/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/domains/media-buy/scenarios/governance_denied_recovery.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/domains/media-buy/scenarios/invalid_transitions.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/domains/media-buy/scenarios/inventory_list_no_match.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/domains/media-buy/scenarios/inventory_list_targeting.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/domains/media-buy/scenarios/pending_creatives_to_start.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/domains/media-buy/scenarios/refine_products.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/domains/media-buy/state-machine.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/domains/signals/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/domains/sponsored-intelligence/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/protocols/brand/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/protocols/creative/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/protocols/governance/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/protocols/media-buy/creative-reception.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/protocols/media-buy/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/protocols/media-buy/scenarios/create_media_buy_async.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/protocols/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/protocols/media-buy/scenarios/delivery_reporting.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/protocols/media-buy/scenarios/governance_approved.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/protocols/media-buy/scenarios/governance_conditions.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/protocols/media-buy/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/protocols/media-buy/scenarios/governance_denied_recovery.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/protocols/media-buy/scenarios/invalid_transitions.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/protocols/media-buy/scenarios/inventory_list_no_match.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/protocols/media-buy/scenarios/inventory_list_targeting.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/protocols/media-buy/scenarios/pending_creatives_to_start.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/protocols/media-buy/scenarios/refine_products.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/protocols/media-buy/state-machine.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/protocols/signals/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/protocols/sponsored-intelligence/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/specialisms/audience-sync/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/specialisms/brand-rights/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/specialisms/brand-rights/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/specialisms/collection-lists/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/specialisms/content-standards/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/specialisms/creative-ad-server/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/specialisms/creative-generative/generative-seller.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/specialisms/creative-generative/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/specialisms/creative-template/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/specialisms/governance-aware-seller/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/specialisms/governance-delivery-monitor/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/specialisms/governance-spend-authority/denied.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/specialisms/governance-spend-authority/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/specialisms/property-lists/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/specialisms/sales-broadcast-tv/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/specialisms/sales-catalog-driven/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/specialisms/sales-guaranteed/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/specialisms/sales-non-guaranteed/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/specialisms/sales-proposal-mode/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/specialisms/sales-social/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/specialisms/signal-marketplace/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/specialisms/signal-marketplace/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/specialisms/signal-owned/index.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-kits/acme-outdoor.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-kits/bistro-oranje.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-kits/nova-motors.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-kits/osei-natural.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-kits/signed-requests-runner.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-kits/substitution-observer-runner.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-kits/summit-foods.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-kits/webhook-receiver-runner.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/plan-hash/001-minimal-plan.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/plan-hash/002-full-plan.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/plan-hash/003-bookkeeping-stripped.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/plan-hash/004a-human-review-omitted.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/plan-hash/004b-human-review-explicit-null.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/plan-hash/005a-policy-categories-order-1.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/plan-hash/005b-policy-categories-order-2.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/plan-hash/006a-ext-trace-v1.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/plan-hash/006b-ext-trace-v2.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/plan-hash/007-unicode-objectives.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/plan-hash/008-numeric-canonicalization.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/README.md +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/canonicalization.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/keys.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/001-no-signature-header.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/002-wrong-tag.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/003-expired-signature.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/004-window-too-long.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/005-alg-not-allowed.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/006-missing-covered-component.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/007-missing-content-digest.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/008-unknown-keyid.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/009-key-ops-missing-verify.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/010-content-digest-mismatch.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/011-malformed-header.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/012-missing-expires-param.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/013-expires-le-created.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/014-missing-nonce-param.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/015-signature-invalid.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/016-replayed-nonce.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/017-key-revoked.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/018-digest-covered-when-forbidden.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/019-signature-without-signature-input.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/020-rate-abuse.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/021-duplicate-signature-input-label.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/022-multi-valued-content-type.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/023-multi-valued-content-digest.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/024-unquoted-string-param.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/025-jwk-alg-crv-mismatch.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/026-non-ascii-host.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/negative/027-webhook-registration-authentication-unsigned.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/positive/001-basic-post.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/positive/002-post-with-content-digest.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/positive/003-es256-post.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/positive/004-multiple-signature-labels.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/positive/005-default-port-stripped.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/positive/006-dot-segment-path.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/positive/007-query-byte-preserved.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/positive/008-percent-encoded-path.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/positive/009-percent-encoded-unreserved-decoded.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/positive/010-percent-encoded-slash-preserved.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/positive/011-ipv6-authority.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/request-signing/positive/012-ipv6-authority-default-port-stripped.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/README.md +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/keys.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/negative/001-wrong-tag.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/negative/002-expired-signature.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/negative/003-window-too-long.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/negative/004-alg-not-allowed.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/negative/005-missing-authority-component.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/negative/006-missing-content-digest.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/negative/007-unknown-keyid.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/negative/008-wrong-adcp-use.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/negative/009-content-digest-mismatch.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/negative/010-malformed-signature-input.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/negative/011-signature-without-input.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/negative/012-missing-expires-param.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/negative/013-expires-le-created.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/negative/014-missing-nonce-param.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/negative/015-signature-invalid.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/negative/016-replayed-nonce.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/negative/017-key-revoked.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/negative/018-rate-abuse.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/negative/019-revocation-stale.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/negative/020-key-ops-missing-verify.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/negative/021-base64-alphabet-mixing.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/positive/001-basic-post.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/positive/002-es256-post.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/positive/003-multiple-signature-labels.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/positive/004-default-port-stripped.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/positive/005-percent-encoded-path.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/positive/006-query-byte-preserved.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/test-vectors/webhook-signing/positive/007-body-without-idempotency-key.json +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/universal/capability-discovery.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/universal/collection-lists-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/universal/content-standards-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/universal/deterministic-testing.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/universal/error-compliance.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/universal/fictional-entities.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/universal/get-media-buys-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/universal/get-signals-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/universal/idempotency.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/universal/pagination-integrity-creative-formats.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/universal/pagination-integrity-list-accounts.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/universal/pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/universal/property-lists-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/universal/runner-output-contract.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/universal/schema-validation.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/universal/security.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/universal/signed-requests.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/universal/storyboard-schema.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/universal/v3-envelope-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.6 → 3.0.7}/universal/webhook-emission.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/domains/brand/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/domains/creative/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/domains/governance/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/domains/media-buy/creative-reception.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/domains/media-buy/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/domains/media-buy/scenarios/create_media_buy_async.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/domains/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/domains/media-buy/scenarios/delivery_reporting.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/domains/media-buy/scenarios/governance_approved.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/domains/media-buy/scenarios/governance_conditions.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/domains/media-buy/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/domains/media-buy/scenarios/governance_denied_recovery.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/domains/media-buy/scenarios/invalid_transitions.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/domains/media-buy/scenarios/inventory_list_no_match.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/domains/media-buy/scenarios/inventory_list_targeting.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/domains/media-buy/scenarios/pending_creatives_to_start.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/domains/media-buy/scenarios/refine_products.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/domains/media-buy/state-machine.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/domains/signals/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/domains/sponsored-intelligence/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/protocols/brand/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/protocols/creative/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/protocols/governance/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/protocols/media-buy/creative-reception.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/protocols/media-buy/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/protocols/media-buy/scenarios/create_media_buy_async.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/protocols/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/protocols/media-buy/scenarios/delivery_reporting.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/protocols/media-buy/scenarios/governance_approved.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/protocols/media-buy/scenarios/governance_conditions.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/protocols/media-buy/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/protocols/media-buy/scenarios/governance_denied_recovery.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/protocols/media-buy/scenarios/invalid_transitions.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/protocols/media-buy/scenarios/inventory_list_no_match.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/protocols/media-buy/scenarios/inventory_list_targeting.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/protocols/media-buy/scenarios/pending_creatives_to_start.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/protocols/media-buy/scenarios/refine_products.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/protocols/media-buy/state-machine.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/protocols/signals/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/protocols/sponsored-intelligence/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/specialisms/audience-sync/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/specialisms/brand-rights/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/specialisms/brand-rights/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/specialisms/collection-lists/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/specialisms/content-standards/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/specialisms/creative-ad-server/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/specialisms/creative-generative/generative-seller.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/specialisms/creative-generative/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/specialisms/creative-template/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/specialisms/governance-aware-seller/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/specialisms/governance-delivery-monitor/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/specialisms/governance-spend-authority/denied.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/specialisms/governance-spend-authority/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/specialisms/property-lists/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/specialisms/sales-broadcast-tv/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/specialisms/sales-catalog-driven/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/specialisms/sales-guaranteed/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/specialisms/sales-non-guaranteed/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/specialisms/sales-proposal-mode/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/specialisms/sales-social/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/specialisms/signal-marketplace/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/specialisms/signal-marketplace/scenarios/governance_denied.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/specialisms/signal-owned/index.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-kits/acme-outdoor.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-kits/bistro-oranje.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-kits/nova-motors.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-kits/osei-natural.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-kits/signed-requests-runner.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-kits/substitution-observer-runner.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-kits/summit-foods.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-kits/webhook-receiver-runner.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/plan-hash/001-minimal-plan.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/plan-hash/002-full-plan.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/plan-hash/003-bookkeeping-stripped.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/plan-hash/004a-human-review-omitted.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/plan-hash/004b-human-review-explicit-null.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/plan-hash/005a-policy-categories-order-1.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/plan-hash/005b-policy-categories-order-2.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/plan-hash/006a-ext-trace-v1.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/plan-hash/006b-ext-trace-v2.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/plan-hash/007-unicode-objectives.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/plan-hash/008-numeric-canonicalization.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/README.md +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/canonicalization.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/keys.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/001-no-signature-header.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/002-wrong-tag.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/003-expired-signature.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/004-window-too-long.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/005-alg-not-allowed.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/006-missing-covered-component.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/007-missing-content-digest.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/008-unknown-keyid.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/009-key-ops-missing-verify.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/010-content-digest-mismatch.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/011-malformed-header.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/012-missing-expires-param.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/013-expires-le-created.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/014-missing-nonce-param.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/015-signature-invalid.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/016-replayed-nonce.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/017-key-revoked.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/018-digest-covered-when-forbidden.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/019-signature-without-signature-input.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/020-rate-abuse.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/021-duplicate-signature-input-label.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/022-multi-valued-content-type.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/023-multi-valued-content-digest.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/024-unquoted-string-param.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/025-jwk-alg-crv-mismatch.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/026-non-ascii-host.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/negative/027-webhook-registration-authentication-unsigned.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/positive/001-basic-post.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/positive/002-post-with-content-digest.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/positive/003-es256-post.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/positive/004-multiple-signature-labels.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/positive/005-default-port-stripped.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/positive/006-dot-segment-path.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/positive/007-query-byte-preserved.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/positive/008-percent-encoded-path.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/positive/009-percent-encoded-unreserved-decoded.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/positive/010-percent-encoded-slash-preserved.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/positive/011-ipv6-authority.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/request-signing/positive/012-ipv6-authority-default-port-stripped.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/README.md +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/keys.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/negative/001-wrong-tag.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/negative/002-expired-signature.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/negative/003-window-too-long.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/negative/004-alg-not-allowed.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/negative/005-missing-authority-component.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/negative/006-missing-content-digest.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/negative/007-unknown-keyid.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/negative/008-wrong-adcp-use.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/negative/009-content-digest-mismatch.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/negative/010-malformed-signature-input.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/negative/011-signature-without-input.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/negative/012-missing-expires-param.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/negative/013-expires-le-created.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/negative/014-missing-nonce-param.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/negative/015-signature-invalid.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/negative/016-replayed-nonce.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/negative/017-key-revoked.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/negative/018-rate-abuse.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/negative/019-revocation-stale.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/negative/020-key-ops-missing-verify.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/negative/021-base64-alphabet-mixing.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/positive/001-basic-post.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/positive/002-es256-post.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/positive/003-multiple-signature-labels.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/positive/004-default-port-stripped.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/positive/005-percent-encoded-path.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/positive/006-query-byte-preserved.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/test-vectors/webhook-signing/positive/007-body-without-idempotency-key.json +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/universal/capability-discovery.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/universal/collection-lists-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/universal/content-standards-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/universal/deterministic-testing.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/universal/error-compliance.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/universal/fictional-entities.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/universal/get-media-buys-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/universal/get-signals-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/universal/idempotency.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/universal/pagination-integrity-creative-formats.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/universal/pagination-integrity-list-accounts.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/universal/pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/universal/property-lists-pagination-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/universal/runner-output-contract.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/universal/schema-validation.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/universal/security.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/universal/signed-requests.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/universal/storyboard-schema.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/universal/v3-envelope-integrity.yaml +0 -0
- /package/compliance/cache/{3.0.6.previous → 3.0.7.previous}/universal/webhook-emission.yaml +0 -0
package/dist/lib/version.js
CHANGED
|
@@ -11,11 +11,11 @@ exports.parseAdcpMajorVersion = parseAdcpMajorVersion;
|
|
|
11
11
|
/**
|
|
12
12
|
* AdCP SDK library version
|
|
13
13
|
*/
|
|
14
|
-
exports.LIBRARY_VERSION = '6.
|
|
14
|
+
exports.LIBRARY_VERSION = '6.14.0';
|
|
15
15
|
/**
|
|
16
16
|
* AdCP specification version this library is built for
|
|
17
17
|
*/
|
|
18
|
-
exports.ADCP_VERSION = '3.0.
|
|
18
|
+
exports.ADCP_VERSION = '3.0.7';
|
|
19
19
|
/**
|
|
20
20
|
* AdCP major version sent with every request (adcp_major_version field).
|
|
21
21
|
* Sellers validate this against their supported versions and return
|
|
@@ -38,15 +38,16 @@ exports.COMPATIBLE_ADCP_VERSIONS = [
|
|
|
38
38
|
'3.0.4',
|
|
39
39
|
'3.0.5',
|
|
40
40
|
'3.0.6',
|
|
41
|
+
'3.0.7',
|
|
41
42
|
];
|
|
42
43
|
/**
|
|
43
44
|
* Full version information
|
|
44
45
|
*/
|
|
45
46
|
exports.VERSION_INFO = {
|
|
46
|
-
library: '6.
|
|
47
|
-
adcp: '3.0.
|
|
47
|
+
library: '6.14.0',
|
|
48
|
+
adcp: '3.0.7',
|
|
48
49
|
compatibleVersions: exports.COMPATIBLE_ADCP_VERSIONS,
|
|
49
|
-
generatedAt: '2026-05-
|
|
50
|
+
generatedAt: '2026-05-08T13:17:43.198Z',
|
|
50
51
|
};
|
|
51
52
|
/**
|
|
52
53
|
* Get the AdCP specification version this library is built for
|
package/dist/lib/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/lib/version.ts"],"names":[],"mappings":";AAAA,gCAAgC;AAChC,iDAAiD;;;
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/lib/version.ts"],"names":[],"mappings":";AAAA,gCAAgC;AAChC,iDAAiD;;;AA6DjD,wCAEC;AAKD,8CAEC;AAKD,4CAEC;AAKD,sDAEC;AAWD,sDAKC;AAlGD;;GAEG;AACU,QAAA,eAAe,GAAG,QAAQ,CAAC;AAExC;;GAEG;AACU,QAAA,YAAY,GAAG,OAAO,CAAC;AAEpC;;;;GAIG;AACU,QAAA,kBAAkB,GAAG,CAAC,CAAC;AAEpC;;GAEG;AACU,QAAA,wBAAwB,GAAG;IACtC,MAAM;IACN,MAAM;IACN,IAAI;IACJ,cAAc;IACd,cAAc;IACd,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;CACC,CAAC;AAYX;;GAEG;AACU,QAAA,YAAY,GAAG;IAC1B,OAAO,EAAE,QAAQ;IACjB,IAAI,EAAE,OAAO;IACb,kBAAkB,EAAE,gCAAwB;IAC5C,WAAW,EAAE,0BAA0B;CAC/B,CAAC;AAEX;;GAEG;AACH,SAAgB,cAAc;IAC5B,OAAO,oBAAY,CAAC;AACtB,CAAC;AAED;;GAEG;AACH,SAAgB,iBAAiB;IAC/B,OAAO,uBAAe,CAAC;AACzB,CAAC;AAED;;GAEG;AACH,SAAgB,gBAAgB,CAAC,WAAmB;IAClD,OAAQ,gCAA8C,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC;AAC/E,CAAC;AAED;;GAEG;AACH,SAAgB,qBAAqB;IACnC,OAAO,gCAAwB,CAAC;AAClC,CAAC;AAED;;;;;;;;GAQG;AACH,SAAgB,qBAAqB,CAAC,OAAe;IACnD,MAAM,OAAO,GAAG,OAAO,CAAC,IAAI,EAAE,CAAC;IAC/B,MAAM,UAAU,GAAG,OAAO,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC;IACxE,MAAM,KAAK,GAAG,QAAQ,CAAC,UAAU,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;IAC3D,OAAO,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC;AAC9C,CAAC"}
|
|
@@ -12,38 +12,28 @@ We'll build a **signals agent** that serves audience segments via the `get_signa
|
|
|
12
12
|
- `@adcp/sdk` installed (`npm install @adcp/sdk`)
|
|
13
13
|
- `@modelcontextprotocol/sdk` (installed as a dependency of `@adcp/sdk`)
|
|
14
14
|
|
|
15
|
-
##
|
|
16
|
-
|
|
17
|
-
`@adcp/sdk` exposes
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
6.7 `definePlatform` / `defineSalesCorePlatform` / etc. helpers let
|
|
30
|
-
you write inline platform literals without `req: unknown` casts.
|
|
31
|
-
- **`createAdcpServer`** — the lower-level handler-bag API. Still
|
|
32
|
-
fully supported (it's the substrate `createAdcpServerFromPlatform`
|
|
33
|
-
calls into) but lives at `@adcp/sdk/server/legacy/v5` in 6.x.
|
|
34
|
-
Reach for it only when mid-migration from a v5 codebase, when you
|
|
35
|
-
need a custom-shaped tool the platform interface doesn't yet model,
|
|
36
|
-
or when you've decided to own the whole handler bag yourself. The
|
|
37
|
-
appendix at the bottom of this guide covers it.
|
|
15
|
+
## The server entry point
|
|
16
|
+
|
|
17
|
+
`@adcp/sdk` exposes `createAdcpServerFromPlatform` as the server entry
|
|
18
|
+
point. You declare a typed `DecisioningPlatform` (per-specialism
|
|
19
|
+
interfaces: `SalesCorePlatform` + `SalesIngestionPlatform`,
|
|
20
|
+
`CreativeBuilderPlatform`, `AudiencePlatform`, `SignalsPlatform`,
|
|
21
|
+
`CampaignGovernancePlatform`, `BrandRightsPlatform`, etc.) and the
|
|
22
|
+
framework wires capability projection, idempotency, RFC 9421 signing,
|
|
23
|
+
async tasks, status normalization, lifecycle state, multi-tenant
|
|
24
|
+
routing, and webhook auto-emit on sync mutations. Compile-time
|
|
25
|
+
enforcement via `RequiredPlatformsFor<S>` catches missing methods
|
|
26
|
+
before runtime. The `definePlatform` / `defineSalesCorePlatform` /
|
|
27
|
+
sibling helpers let you write inline platform literals without
|
|
28
|
+
`req: unknown` casts.
|
|
38
29
|
|
|
39
30
|
For multi-specialism production agents (sales + creative + governance +
|
|
40
|
-
brand-rights),
|
|
41
|
-
|
|
42
|
-
copy-paste starting point for each specialism.
|
|
31
|
+
brand-rights), the `examples/hello_*` family is the copy-paste
|
|
32
|
+
starting point for each specialism.
|
|
43
33
|
|
|
44
34
|
## Quick Start
|
|
45
35
|
|
|
46
|
-
A minimal signals agent using `createAdcpServerFromPlatform` + the
|
|
36
|
+
A minimal signals agent using `createAdcpServerFromPlatform` + the
|
|
47
37
|
`definePlatform` / `defineSignalsPlatform` identity helpers:
|
|
48
38
|
|
|
49
39
|
```typescript
|
|
@@ -288,7 +278,7 @@ import { AdcpError } from '@adcp/sdk/server';
|
|
|
288
278
|
throw new AdcpError('CUSTOM_CODE', { recovery: 'terminal', message: '...', details: { foo: 'bar' } });
|
|
289
279
|
```
|
|
290
280
|
|
|
291
|
-
All surface as `isError: true` on the wire and skip response-schema validation.
|
|
281
|
+
All surface as `isError: true` on the wire and skip response-schema validation. Prefer throwing the typed class.
|
|
292
282
|
|
|
293
283
|
**7 domain groups:**
|
|
294
284
|
|
|
@@ -541,7 +531,7 @@ See [SIGNING-GUIDE.md](./SIGNING-GUIDE.md) for the full walkthrough: key generat
|
|
|
541
531
|
|
|
542
532
|
### createTaskCapableServer (Low-Level)
|
|
543
533
|
|
|
544
|
-
For advanced cases where you need direct control over MCP tool registration, schema wiring, and response formatting. `
|
|
534
|
+
For advanced cases where you need direct control over MCP tool registration, schema wiring, and response formatting. `createAdcpServerFromPlatform` calls into this internally.
|
|
545
535
|
|
|
546
536
|
```typescript
|
|
547
537
|
import { createTaskCapableServer, taskToolResponse, GetSignalsRequestSchema } from '@adcp/sdk';
|
|
@@ -585,13 +575,12 @@ return wrapEnvelope(
|
|
|
585
575
|
|
|
586
576
|
### Response Builders
|
|
587
577
|
|
|
588
|
-
With `createAdcpServerFromPlatform
|
|
578
|
+
With `createAdcpServerFromPlatform`, response builders are applied automatically — return raw data and the framework wraps it. If you need manual control (e.g., with `createTaskCapableServer`), builders are available:
|
|
589
579
|
|
|
590
580
|
```typescript
|
|
591
581
|
import { productsResponse, mediaBuyResponse, deliveryResponse, taskToolResponse } from '@adcp/sdk';
|
|
592
|
-
// For error envelopes, throw a typed error class
|
|
593
|
-
//
|
|
594
|
-
// returning the legacy `adcpError(code, ...)` envelope from the v5 substrate.
|
|
582
|
+
// For error envelopes, throw a typed error class — `AuthRequiredError`,
|
|
583
|
+
// `PermissionDeniedError`, `RateLimitedError`, etc. — from `@adcp/sdk/server`.
|
|
595
584
|
```
|
|
596
585
|
|
|
597
586
|
### Task Statuses (Server-Side Contract)
|
|
@@ -606,7 +595,7 @@ When your agent receives a tool call, it returns one of these statuses. The buye
|
|
|
606
595
|
| `input_required` | Need clarification from buyer | Fires buyer's `InputHandler` callback with the question |
|
|
607
596
|
| `deferred` | Requires human decision | Returns a token; human resumes later via `result.deferred.resume()` |
|
|
608
597
|
|
|
609
|
-
With `createAdcpServerFromPlatform
|
|
598
|
+
With `createAdcpServerFromPlatform`, synchronous handlers return raw data and the framework sets `completed` automatically. With `createTaskCapableServer`, use `taskToolResponse()` explicitly.
|
|
610
599
|
|
|
611
600
|
For async tools that need background processing, use `registerAdcpTaskTool()`:
|
|
612
601
|
|
|
@@ -649,7 +638,7 @@ throw new ServiceUnavailableError({ retryAfterSeconds: 30 });
|
|
|
649
638
|
throw new PermissionDeniedError('account_access', { message: 'Contact support' });
|
|
650
639
|
```
|
|
651
640
|
|
|
652
|
-
For codes without a typed wrapper, `throw new AdcpError('CUSTOM_CODE', { recovery, message })` is the raw escape hatch.
|
|
641
|
+
For codes without a typed wrapper, `throw new AdcpError('CUSTOM_CODE', { recovery, message })` is the raw escape hatch.
|
|
653
642
|
|
|
654
643
|
> **Heads-up for buyer-agent authors**: four codes are spec-`correctable` but operator-semantically human-escalate — don't auto-mutate-and-retry on `POLICY_VIOLATION`, `COMPLIANCE_UNSATISFIED`, `GOVERNANCE_DENIED`, or `AUTH_REQUIRED`. Surface to the user. (`AUTH_REQUIRED` conflates missing-creds with revoked-creds; until [adcontextprotocol/adcp#3730](https://github.com/adcontextprotocol/adcp/issues/3730) splits these, treat as escalate.) See `skills/call-adcp-agent/SKILL.md` for the full callout.
|
|
655
644
|
|
|
@@ -778,7 +767,7 @@ See [`examples/signals-agent.ts`](../../examples/signals-agent.ts) for a complet
|
|
|
778
767
|
See [`examples/error-compliant-server.ts`](../../examples/error-compliant-server.ts) for a media buy agent demonstrating:
|
|
779
768
|
|
|
780
769
|
- Multiple tools (`get_products`, `create_media_buy`, `get_media_buy_delivery`)
|
|
781
|
-
- Structured error handling (
|
|
770
|
+
- Structured error handling (throw the typed error classes from `@adcp/sdk/server` — `AuthRequiredError`, `RateLimitedError`, etc. — see § "Returning errors from handlers")
|
|
782
771
|
- Rate limiting
|
|
783
772
|
- Business logic validation
|
|
784
773
|
|
package/docs/llms.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Ad Context Protocol (AdCP)
|
|
2
2
|
|
|
3
|
-
> Generated at: 2026-05-
|
|
4
|
-
> Library: @adcp/sdk v6.
|
|
3
|
+
> Generated at: 2026-05-08
|
|
4
|
+
> Library: @adcp/sdk v6.11.0
|
|
5
5
|
> AdCP major version: 3
|
|
6
6
|
> Canonical URL: https://adcontextprotocol.github.io/adcp-client/llms.txt
|
|
7
7
|
> Note: the `Library` stamp reflects the package.json version at doc-generation time. The narrative below describes the surface that lands on the next-published minor — including any 6.7 helpers documented here ahead of the release tag.
|
|
@@ -1188,12 +1188,12 @@ Run compliance tests with `adcp test <agent> <scenario>`. 24 built-in scenarios:
|
|
|
1188
1188
|
|
|
1189
1189
|
### Seeding fixtures for compliance (seller-side)
|
|
1190
1190
|
|
|
1191
|
-
Group A storyboards seed fixtures via `comply_test_controller.seed_product` (and the other `seed_*` scenarios) before calling the spec tool. Two SDK helpers bridge this
|
|
1191
|
+
Group A storyboards seed fixtures via `comply_test_controller.seed_product` (and the other `seed_*` scenarios) before calling the spec tool. Two SDK helpers bridge this:
|
|
1192
1192
|
|
|
1193
1193
|
- **`mergeSeedProduct`** (plus `mergeSeedPricingOption`, `mergeSeedCreative`, `mergeSeedPlan`, `mergeSeedMediaBuy`): permissive merge of a sparse storyboard fixture onto the seller's baseline defaults. `undefined`/`null` keep base; arrays replace by default; well-known id-keyed lists (`pricing_options`, `publisher_properties`, `packages`, `assets`, plan `findings`) overlay by id so seeding one entry doesn't drop the rest.
|
|
1194
1194
|
- **`bridgeFromTestControllerStore(store, productDefaults)`**: wires a `Map<string, unknown>` seed store into `get_products` responses automatically. Sandbox requests merge seeded + handler products (seeded wins collisions); production traffic (no sandbox marker, or a resolved non-sandbox account) skips the bridge.
|
|
1195
1195
|
|
|
1196
|
-
Wire on `
|
|
1196
|
+
Wire on `createAdcpServerFromPlatform(platform, { testController: bridgeFromTestControllerStore(store, baseline) })`. See `skills/build-seller-agent/SKILL.md` for the full pattern alongside `createComplyController`.
|
|
1197
1197
|
|
|
1198
1198
|
### Anti-façade upstream-traffic recording (`@adcp/sdk/upstream-recorder`)
|
|
1199
1199
|
|
|
@@ -529,6 +529,13 @@ const platform: DecisioningPlatform<unknown, NetworkMeta> = {
|
|
|
529
529
|
channels: ['olv', 'ctv', 'display'],
|
|
530
530
|
pricingModels: ['cpm'],
|
|
531
531
|
config: undefined,
|
|
532
|
+
// Declare the comply_test_controller surface so the conformance runner
|
|
533
|
+
// grades missing scenarios as `not_applicable` rather than `failed`. The
|
|
534
|
+
// framework auto-derives the `scenarios` list from the `complyTest`
|
|
535
|
+
// adapter set wired below.
|
|
536
|
+
compliance_testing: {
|
|
537
|
+
scenarios: ['force_media_buy_status', 'simulate_delivery'],
|
|
538
|
+
},
|
|
532
539
|
},
|
|
533
540
|
accounts,
|
|
534
541
|
proposalManager,
|
|
@@ -544,6 +551,21 @@ const proposalStore = new InMemoryProposalStore<GAMLikeRecipe>();
|
|
|
544
551
|
const stateStore = new InMemoryStateStore();
|
|
545
552
|
const mediaBuyStore = createMediaBuyStore({ store: stateStore });
|
|
546
553
|
|
|
554
|
+
// ─── TEST-ONLY: in-memory state for comply_test_controller adapters ─────
|
|
555
|
+
// DELETE THESE MAPS BEFORE DEPLOYING (or scope per-tenant if you keep the
|
|
556
|
+
// controller wired in a sandbox tenant). Module-scope shared maps leak
|
|
557
|
+
// state across accounts — that's fine for a worked example whose only
|
|
558
|
+
// caller is the conformance harness, but unacceptable in production.
|
|
559
|
+
// SWAP: scope by `account.id` (or your tenant key) and persist via the
|
|
560
|
+
// same data layer your production handlers read from. The controller
|
|
561
|
+
// and production tools should share one source of truth for state.
|
|
562
|
+
const seededMediaBuys = new Map<string, { status: string; revision: number }>();
|
|
563
|
+
const simulatedDelivery = new Map<
|
|
564
|
+
string,
|
|
565
|
+
{ impressions: number; clicks: number; reported_spend: { amount: number; currency: string } }
|
|
566
|
+
>();
|
|
567
|
+
// ─── /TEST-ONLY ──────────────────────────────────────────────────────────
|
|
568
|
+
|
|
547
569
|
serve(
|
|
548
570
|
({ taskStore }) =>
|
|
549
571
|
createAdcpServerFromPlatform(platform, {
|
|
@@ -559,6 +581,55 @@ serve(
|
|
|
559
581
|
const acct = ctx.account as Account<NetworkMeta> | undefined;
|
|
560
582
|
return acct?.id ?? 'anonymous';
|
|
561
583
|
},
|
|
584
|
+
// ─── TEST-ONLY: comply_test_controller wiring ──────────────────────
|
|
585
|
+
// DELETE THIS BLOCK BEFORE DEPLOYING. The conformance runner uses
|
|
586
|
+
// `comply_test_controller` to seed media-buy fixtures and force
|
|
587
|
+
// state transitions across cascade scenarios in the broader
|
|
588
|
+
// `sales_proposal_mode` storyboard suite (delivery_reporting,
|
|
589
|
+
// invalid_transitions, pending_creatives_to_start). The
|
|
590
|
+
// `proposal_finalize` storyboard itself doesn't invoke the
|
|
591
|
+
// controller, but the surface is wired here for parity with the
|
|
592
|
+
// other reference seller adapters.
|
|
593
|
+
//
|
|
594
|
+
// No `sandboxGate` here — the framework gate inside
|
|
595
|
+
// `createAdcpServerFromPlatform` admits via the resolved account's
|
|
596
|
+
// `mode === 'sandbox'`. Production refs flow through the live path
|
|
597
|
+
// with the field unset (default `'live'`), so the framework gate
|
|
598
|
+
// refuses dispatch for them.
|
|
599
|
+
complyTest: {
|
|
600
|
+
seed: {
|
|
601
|
+
media_buy: ({ media_buy_id, fixture }) => {
|
|
602
|
+
const existing = seededMediaBuys.get(media_buy_id);
|
|
603
|
+
const status = typeof fixture['status'] === 'string' ? (fixture['status'] as string) : 'pending_creatives';
|
|
604
|
+
seededMediaBuys.set(media_buy_id, { status, revision: existing?.revision ?? 0 });
|
|
605
|
+
},
|
|
606
|
+
},
|
|
607
|
+
force: {
|
|
608
|
+
media_buy_status: ({ media_buy_id, status, rejection_reason }) => {
|
|
609
|
+
const buy = seededMediaBuys.get(media_buy_id);
|
|
610
|
+
const previous = buy?.status ?? 'pending_creatives';
|
|
611
|
+
seededMediaBuys.set(media_buy_id, { status, revision: (buy?.revision ?? 0) + 1 });
|
|
612
|
+
void rejection_reason;
|
|
613
|
+
return { success: true, previous_state: previous, current_state: status };
|
|
614
|
+
},
|
|
615
|
+
},
|
|
616
|
+
simulate: {
|
|
617
|
+
delivery: ({ media_buy_id, impressions, clicks, reported_spend }) => {
|
|
618
|
+
const prev = simulatedDelivery.get(media_buy_id) ?? {
|
|
619
|
+
impressions: 0,
|
|
620
|
+
clicks: 0,
|
|
621
|
+
reported_spend: { amount: 0, currency: 'USD' },
|
|
622
|
+
};
|
|
623
|
+
simulatedDelivery.set(media_buy_id, {
|
|
624
|
+
impressions: prev.impressions + (impressions ?? 0),
|
|
625
|
+
clicks: prev.clicks + (clicks ?? 0),
|
|
626
|
+
reported_spend: reported_spend ?? prev.reported_spend,
|
|
627
|
+
});
|
|
628
|
+
return { success: true, simulated: { media_buy_id, impressions, clicks, reported_spend } };
|
|
629
|
+
},
|
|
630
|
+
},
|
|
631
|
+
},
|
|
632
|
+
// ─── /TEST-ONLY ──────────────────────────────────────────────────
|
|
562
633
|
}),
|
|
563
634
|
{
|
|
564
635
|
port: PORT,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adcp/sdk",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.14.0",
|
|
4
4
|
"description": "AdCP SDK — client, server, and compliance harnesses for the AdContext Protocol (MCP + A2A)",
|
|
5
5
|
"workspaces": [
|
|
6
6
|
".",
|
|
@@ -361,5 +361,5 @@
|
|
|
361
361
|
},
|
|
362
362
|
"minimatch": "^10.2.1"
|
|
363
363
|
},
|
|
364
|
-
"adcp_version": "3.0.
|
|
364
|
+
"adcp_version": "3.0.7"
|
|
365
365
|
}
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: build-decisioning-creative-template
|
|
3
|
-
description: Build an AdCP
|
|
3
|
+
description: Build an AdCP creative-template decisioning platform — a stateless creative transform service (TTS, watermarking, format conversion, template fill). Use when the user wants the typed `DecisioningPlatform` shape; for fork-an-adapter starting points, see `build-creative-agent`.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
# Build a Creative-Template Decisioning Platform
|
|
6
|
+
# Build a Creative-Template Decisioning Platform
|
|
7
7
|
|
|
8
8
|
You're building a **stateless creative transform** service that fits the AdCP `creative-template` specialism: take an input creative manifest + format spec, produce an output creative manifest. No library, no review queue, no persisting state. Examples: TTS audio synthesis, image watermarking, video format conversion, template-based ad generation.
|
|
9
9
|
|
|
10
10
|
## When this skill applies
|
|
11
11
|
|
|
12
|
-
- User wants a creative-template service
|
|
12
|
+
- User wants a creative-template service against the typed `DecisioningPlatform` surface
|
|
13
13
|
- Specialism: `creative-template` (stateless transform; not `creative-ad-server` which is stateful, not `creative-generative` which is brief-driven — though `creative-template` and `creative-generative` share the same `CreativeBuilderPlatform` interface; pick the specialism ID that matches your behavior)
|
|
14
|
-
- SDK package: `@adcp/sdk`
|
|
14
|
+
- SDK package: `@adcp/sdk`
|
|
15
15
|
|
|
16
16
|
**Wrong skill if:**
|
|
17
17
|
|
|
18
|
-
- User wants
|
|
18
|
+
- User wants to fork a worked adapter → `skills/build-creative-agent/`
|
|
19
19
|
- User wants stateful creative library/ad-server → `skills/build-creative-agent/` § creative-ad-server
|
|
20
20
|
- User wants brief-to-creative generation → same skill as this one (Builder covers both); declare `'creative-generative'` instead of `'creative-template'`
|
|
21
21
|
- User wants to sell media inventory → `skills/build-seller-agent/`
|
|
22
22
|
|
|
23
23
|
## The whole shape (read this first)
|
|
24
24
|
|
|
25
|
-
A
|
|
25
|
+
A creative-template platform is a **single class** implementing `DecisioningPlatform` with a `creative` field of type `CreativeBuilderPlatform`. The framework dispatches each tool call to the right method. (`CreativeTemplatePlatform` and `CreativeGenerativePlatform` are deprecated aliases of `CreativeBuilderPlatform` for source compat.)
|
|
26
26
|
|
|
27
27
|
### Key fact: `CreativeManifest.assets` is a **keyed map**, not an array
|
|
28
28
|
|
|
@@ -406,7 +406,7 @@ serve(() => server, {
|
|
|
406
406
|
- Wraps each method with `AdcpError`-catch + `submitted`-envelope projection for HITL
|
|
407
407
|
- Returns a `DecisioningAdcpServer` (extends `AdcpServer`) with `getTaskState(taskId)` + `awaitTask(taskId)` for HITL inspection
|
|
408
408
|
|
|
409
|
-
`serve()`
|
|
409
|
+
`serve()` accepts the server and binds HTTP transport for both MCP and A2A.
|
|
410
410
|
|
|
411
411
|
## Capabilities — declare what you support
|
|
412
412
|
|
|
@@ -486,9 +486,7 @@ For HITL platforms, `server.awaitTask(taskId)` settles the background promise; `
|
|
|
486
486
|
|
|
487
487
|
## What NOT to do
|
|
488
488
|
|
|
489
|
-
❌ **Don't
|
|
490
|
-
|
|
491
|
-
❌ **Don't use `ctx.runAsync(...)` or `ctx.startTask(...)`.** Those were in earlier preview drops; they're gone in v2.1. The async story is dual-method (`xxx` vs `xxxTask`), period.
|
|
489
|
+
❌ **Don't use `ctx.runAsync(...)` or `ctx.startTask(...)`.** The async story is dual-method (`xxx` vs `xxxTask`), period.
|
|
492
490
|
|
|
493
491
|
❌ **Don't define both `buildCreative` and `buildCreativeTask`.** `validatePlatform()` will throw with a clear diagnostic. Pick one.
|
|
494
492
|
|
|
@@ -48,7 +48,7 @@ For other agent shapes:
|
|
|
48
48
|
- **Brand-rights agent:** swap for `BrandRightsPlatform`
|
|
49
49
|
- **Multi-tenant host:** add `createTenantRegistry`
|
|
50
50
|
|
|
51
|
-
The full export list is in `@adcp/sdk/server`.
|
|
51
|
+
The full export list is in `@adcp/sdk/server`. Surfaces marked `@deprecated` will strikethrough in your IDE. Trust the strikethrough — pick from the typed-error catalog above instead.
|
|
52
52
|
|
|
53
53
|
## When you need...
|
|
54
54
|
|
|
@@ -5,13 +5,9 @@ description: Use when building an AdCP seller, creative, or audience agent again
|
|
|
5
5
|
|
|
6
6
|
# Build a Decisioning Platform (v6.0)
|
|
7
7
|
|
|
8
|
-
> **Status: GA.**
|
|
9
|
-
> `createAdcpServerFromPlatform` + `DecisioningPlatform`. The
|
|
10
|
-
>
|
|
11
|
-
> as the substrate this framework calls into; reach for it when you need
|
|
12
|
-
> fine control over individual handlers or have custom-shaped tools the
|
|
13
|
-
> platform interface doesn't yet model. The handler-bag skill is at
|
|
14
|
-
> `skills/build-seller-agent/`.
|
|
8
|
+
> **Status: GA.** Ships under `@adcp/sdk/server` —
|
|
9
|
+
> `createAdcpServerFromPlatform` + `DecisioningPlatform`. The handler-bag
|
|
10
|
+
> skill (forking a worked adapter) lives at `skills/build-seller-agent/`.
|
|
15
11
|
|
|
16
12
|
## Overview
|
|
17
13
|
|
|
@@ -102,7 +98,7 @@ const platform = {
|
|
|
102
98
|
const server = createAdcpServerFromPlatform(platform, {
|
|
103
99
|
name: 'My Ad Network',
|
|
104
100
|
version: '1.0.0',
|
|
105
|
-
// Plus standard
|
|
101
|
+
// Plus standard server options: idempotency, signedRequests,
|
|
106
102
|
// webhooks, validation, etc.
|
|
107
103
|
});
|
|
108
104
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: build-decisioning-signal-marketplace
|
|
3
|
-
description: Build an AdCP
|
|
3
|
+
description: Build an AdCP signal-marketplace OR signal-owned decisioning platform — a data provider serving audience signals to buyers. Use when the user wants the typed `DecisioningPlatform` shape; for fork-an-adapter starting points, see `build-signals-agent`.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
# Build a Signals Decisioning Platform
|
|
6
|
+
# Build a Signals Decisioning Platform
|
|
7
7
|
|
|
8
8
|
You're building a **signals data provider** that fits one of two AdCP specialisms:
|
|
9
9
|
|
|
@@ -14,19 +14,19 @@ Both share the same `SignalsPlatform` interface. Pick the specialism that matche
|
|
|
14
14
|
|
|
15
15
|
## When this skill applies
|
|
16
16
|
|
|
17
|
-
- User wants a signals platform on the
|
|
17
|
+
- User wants a signals platform on the typed `DecisioningPlatform` surface
|
|
18
18
|
- Specialism: `signal-marketplace` OR `signal-owned`
|
|
19
|
-
- SDK package: `@adcp/sdk`
|
|
19
|
+
- SDK package: `@adcp/sdk`
|
|
20
20
|
|
|
21
21
|
**Wrong skill if:**
|
|
22
22
|
|
|
23
|
-
- User wants
|
|
23
|
+
- User wants to fork a worked adapter → `skills/build-signals-agent/`
|
|
24
24
|
- User wants creative transforms → `skills/build-decisioning-creative-template/`
|
|
25
25
|
- User wants to sell media inventory → `skills/build-seller-agent/`
|
|
26
26
|
|
|
27
27
|
## The whole shape (read this first)
|
|
28
28
|
|
|
29
|
-
A
|
|
29
|
+
A signals platform implements two methods:
|
|
30
30
|
|
|
31
31
|
- **`getSignals(req, ctx) → Promise<GetSignalsResponse>`** — sync catalog discovery. Buyer sends filters; you return the matching signals. No async envelope.
|
|
32
32
|
- **`activateSignal(req, ctx) → Promise<ActivateSignalSuccess>`** — sync ack with async lifecycle. Provision the signal onto destination platforms (Snap, Meta, TikTok, etc.); return immediately with `deployments[]` rows in current state (`pending` is valid). Each deployment's eventual `activating` / `deployed` / `failed` flows via `publishStatusChange({ resource_type: 'signal', ... })`.
|
|
@@ -229,8 +229,6 @@ console.log(result.structuredContent);
|
|
|
229
229
|
|
|
230
230
|
## What NOT to do
|
|
231
231
|
|
|
232
|
-
❌ **Don't import from `@adcp/sdk/server` for the platform shape.** Use `@adcp/sdk/server` for v6.0.
|
|
233
|
-
|
|
234
232
|
❌ **Don't try to make activateSignal HITL.** The wire response has no `Submitted` arm. Sync ack + `publishStatusChange` is the correct pattern.
|
|
235
233
|
|
|
236
234
|
❌ **Don't return error envelopes manually.** Throw `AdcpError`; the framework projects to wire shape.
|
|
@@ -8,7 +8,7 @@ Companion to [`SKILL.md`](./SKILL.md). Read this only when you need deployment s
|
|
|
8
8
|
|
|
9
9
|
- **Mounting under an existing Express app** (especially alongside OAuth 2.1 Authorization Server routes like `mcpAuthRouter({ provider })`) — use `createExpressAdapter`.
|
|
10
10
|
- **Stdio transport** — for CLI / desktop / local-subprocess agents.
|
|
11
|
-
- **Hand-rolled HTTP** — when even `createExpressAdapter` doesn't fit; `
|
|
11
|
+
- **Hand-rolled HTTP** — when even `createExpressAdapter` doesn't fit; `createAdcpServerFromPlatform(...).connect(transport)` is the raw escape hatch.
|
|
12
12
|
|
|
13
13
|
### Multi-host HTTP
|
|
14
14
|
|
|
@@ -16,16 +16,23 @@ Pass functions for `publicUrl` and `protectedResource`, branch on `ctx.host` in
|
|
|
16
16
|
|
|
17
17
|
```typescript
|
|
18
18
|
import { UnknownHostError, hostname } from '@adcp/sdk';
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
const
|
|
27
|
-
|
|
28
|
-
|
|
19
|
+
import {
|
|
20
|
+
createAdcpServerFromPlatform,
|
|
21
|
+
serve,
|
|
22
|
+
verifyBearer,
|
|
23
|
+
type DecisioningPlatform,
|
|
24
|
+
} from '@adcp/sdk/server';
|
|
25
|
+
|
|
26
|
+
declare const snapPlatform: DecisioningPlatform;
|
|
27
|
+
declare const metaPlatform: DecisioningPlatform;
|
|
28
|
+
|
|
29
|
+
// Host → platform. Whatever shape suits your deployment (DB, env, static).
|
|
30
|
+
// Cache the PLATFORM (not the AdcpServer). serve() still instantiates the
|
|
31
|
+
// server per request today, but a platform Map keeps the expensive part
|
|
32
|
+
// (platform handlers, idempotency store, DB pool) at module scope.
|
|
33
|
+
const adapters = new Map<string, { name: string; platform: DecisioningPlatform }>([
|
|
34
|
+
['snap.agentic-adapters.scope3.com', { name: 'Snap seller', platform: snapPlatform }],
|
|
35
|
+
['meta.agentic-adapters.scope3.com', { name: 'Meta seller', platform: metaPlatform }],
|
|
29
36
|
// ... one entry per hostname you front
|
|
30
37
|
]);
|
|
31
38
|
|
|
@@ -40,11 +47,9 @@ serve(
|
|
|
40
47
|
// UnknownHostError → 404 (generic body, routing table stays off the wire).
|
|
41
48
|
// Any other thrown error still surfaces as 500.
|
|
42
49
|
if (!cfg) throw new UnknownHostError(`No adapter configured for ${ctx.host}`);
|
|
43
|
-
return
|
|
50
|
+
return createAdcpServerFromPlatform(cfg.platform, {
|
|
44
51
|
name: cfg.name,
|
|
45
52
|
version: '1.0.0',
|
|
46
|
-
resolveAccount: async (ref, { authInfo }) => lookupAccount(ctx.host, ref, authInfo),
|
|
47
|
-
mediaBuy: cfg.handlers,
|
|
48
53
|
});
|
|
49
54
|
},
|
|
50
55
|
{
|
|
@@ -77,9 +82,9 @@ Each unique host runs its resolver once and the result is cached. Every host adv
|
|
|
77
82
|
|
|
78
83
|
**Unknown hosts: throw `UnknownHostError` from the factory.** `serve()` catches it and responds 404 with a generic body (the routing table never crosses the wire). Throwing any other `Error` stays as a 500 so unrelated bugs remain loud.
|
|
79
84
|
|
|
80
|
-
**Factory runs per request.** `serve()` calls the factory on every incoming request (to avoid cross-request state bleed). By default it closes the returned server at the end of each request — so caching the `AdcpServer` from one call to the next is unsafe without opt-in. Keep the default-path factory cheap: look up a pre-built
|
|
85
|
+
**Factory runs per request.** `serve()` calls the factory on every incoming request (to avoid cross-request state bleed). By default it closes the returned server at the end of each request — so caching the `AdcpServer` from one call to the next is unsafe without opt-in. Keep the default-path factory cheap: look up a pre-built platform from a module-scoped `Map`, and let `createAdcpServerFromPlatform(...)` build a fresh wrapper from that platform on every call.
|
|
81
86
|
|
|
82
|
-
**Pass `reuseAgent: true` to cache `AdcpServer` instances per host.** When the tool-registration cost inside `
|
|
87
|
+
**Pass `reuseAgent: true` to cache `AdcpServer` instances per host.** When the tool-registration cost inside `createAdcpServerFromPlatform(...)` is a measurable part of request latency (common in multi-host deployments with many tools per host), flip the flag and cache the returned server in the factory:
|
|
83
88
|
|
|
84
89
|
```typescript
|
|
85
90
|
const agents = new Map<string, AdcpServer>();
|
|
@@ -89,11 +94,9 @@ serve(
|
|
|
89
94
|
if (!agent) {
|
|
90
95
|
const cfg = adapters.get(ctx.host);
|
|
91
96
|
if (!cfg) throw new UnknownHostError(`No adapter for ${ctx.host}`);
|
|
92
|
-
agent =
|
|
97
|
+
agent = createAdcpServerFromPlatform(cfg.platform, {
|
|
93
98
|
name: cfg.name,
|
|
94
99
|
version: '1.0.0',
|
|
95
|
-
resolveAccount: cfg.resolveAccount,
|
|
96
|
-
mediaBuy: cfg.handlers,
|
|
97
100
|
});
|
|
98
101
|
agents.set(ctx.host, agent);
|
|
99
102
|
}
|
|
@@ -117,18 +120,19 @@ When your agent is _both_ an OAuth 2.1 AS (issues tokens) and a protected resour
|
|
|
117
120
|
|
|
118
121
|
```typescript
|
|
119
122
|
import express from 'express';
|
|
120
|
-
import {
|
|
121
|
-
|
|
123
|
+
import {
|
|
124
|
+
createAdcpServerFromPlatform,
|
|
125
|
+
createExpressAdapter,
|
|
126
|
+
verifyBearer,
|
|
127
|
+
anyOf,
|
|
128
|
+
verifyApiKey,
|
|
129
|
+
} from '@adcp/sdk/server';
|
|
122
130
|
import { StreamableHTTPServerTransport } from '@modelcontextprotocol/sdk/server/streamableHttp.js';
|
|
123
131
|
import { mcpAuthRouter } from '@modelcontextprotocol/sdk/server/auth/router.js';
|
|
124
132
|
|
|
125
|
-
const agent =
|
|
133
|
+
const agent = createAdcpServerFromPlatform(snapPlatform, {
|
|
126
134
|
name: 'Snap seller',
|
|
127
135
|
version: '1.0.0',
|
|
128
|
-
resolveAccount: async (ref, { authInfo }) => lookupAccount(ref, authInfo),
|
|
129
|
-
mediaBuy: {
|
|
130
|
-
/* ... */
|
|
131
|
-
},
|
|
132
136
|
});
|
|
133
137
|
|
|
134
138
|
const adapter = createExpressAdapter({
|
|
@@ -192,7 +196,7 @@ The shape when one Node process fronts N hostnames AND each hostname is also its
|
|
|
192
196
|
```typescript
|
|
193
197
|
import express from 'express';
|
|
194
198
|
import {
|
|
195
|
-
|
|
199
|
+
createAdcpServerFromPlatform,
|
|
196
200
|
createExpressAdapter,
|
|
197
201
|
verifyBearer,
|
|
198
202
|
resolveHost,
|
|
@@ -218,11 +222,9 @@ const app = express();
|
|
|
218
222
|
// AS routes, and the MCP endpoint.
|
|
219
223
|
const routersByHost = new Map<string, express.Router>();
|
|
220
224
|
for (const [host, cfg] of adapters) {
|
|
221
|
-
const agent =
|
|
225
|
+
const agent = createAdcpServerFromPlatform(cfg.platform, {
|
|
222
226
|
name: cfg.name,
|
|
223
227
|
version: '1.0.0',
|
|
224
|
-
resolveAccount: async (ref, { authInfo }) => cfg.lookupAccount(ref, authInfo),
|
|
225
|
-
mediaBuy: cfg.handlers,
|
|
226
228
|
});
|
|
227
229
|
|
|
228
230
|
const adapter = createExpressAdapter({
|
|
@@ -390,15 +392,11 @@ You own: the `mcpAuthRouter` wiring (provider-specific), the per-request `transp
|
|
|
390
392
|
|
|
391
393
|
```typescript
|
|
392
394
|
import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js';
|
|
393
|
-
import {
|
|
395
|
+
import { createAdcpServerFromPlatform } from '@adcp/sdk/server';
|
|
394
396
|
|
|
395
|
-
const server =
|
|
397
|
+
const server = createAdcpServerFromPlatform(localSellerPlatform, {
|
|
396
398
|
name: 'Local Seller',
|
|
397
399
|
version: '1.0.0',
|
|
398
|
-
resolveAccount: async ref => lookupAccount(ref),
|
|
399
|
-
mediaBuy: {
|
|
400
|
-
/* ... */
|
|
401
|
-
},
|
|
402
400
|
});
|
|
403
401
|
|
|
404
402
|
await server.connect(new StdioServerTransport());
|
|
@@ -13,8 +13,19 @@ Required tools: `sync_audiences` and `list_accounts`. `sync_audiences` is overlo
|
|
|
13
13
|
There is no separate `delete_audience` tool — deletion rides on `sync_audiences`.
|
|
14
14
|
|
|
15
15
|
```typescript
|
|
16
|
-
|
|
16
|
+
import {
|
|
17
|
+
createAdcpServerFromPlatform,
|
|
18
|
+
definePlatform,
|
|
19
|
+
defineAudiencePlatform,
|
|
20
|
+
} from '@adcp/sdk/server';
|
|
21
|
+
|
|
22
|
+
const platform = definePlatform({
|
|
23
|
+
capabilities: {
|
|
24
|
+
specialisms: ['audience-sync', 'sales-non-guaranteed'] as const,
|
|
25
|
+
pricingModels: ['cpm'] as const,
|
|
26
|
+
},
|
|
17
27
|
accounts: {
|
|
28
|
+
resolve: async (ref, ctx) => /* lookup */ null,
|
|
18
29
|
syncAccounts: /* baseline */,
|
|
19
30
|
listAccounts: async (params, ctx) => {
|
|
20
31
|
const { items } = await ctx.store.list('accounts');
|
|
@@ -22,7 +33,7 @@ createAdcpServer({
|
|
|
22
33
|
return { accounts: brandFilter ? items.filter((a) => a.brand.domain === brandFilter) : items };
|
|
23
34
|
},
|
|
24
35
|
},
|
|
25
|
-
|
|
36
|
+
audiences: defineAudiencePlatform({
|
|
26
37
|
syncAudiences: async (params, ctx) => {
|
|
27
38
|
// Discovery mode — no audiences in request
|
|
28
39
|
if (!params.audiences?.length) {
|
|
@@ -52,7 +63,12 @@ createAdcpServer({
|
|
|
52
63
|
})),
|
|
53
64
|
};
|
|
54
65
|
},
|
|
55
|
-
},
|
|
66
|
+
}),
|
|
67
|
+
});
|
|
68
|
+
|
|
69
|
+
const server = createAdcpServerFromPlatform(platform, {
|
|
70
|
+
name: 'Audience-sync seller',
|
|
71
|
+
version: '1.0.0',
|
|
56
72
|
});
|
|
57
73
|
```
|
|
58
74
|
|