@adcp/sdk 12.1.1 → 13.0.0-rc.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/README.md +19 -3
- package/bin/adcp-fuzz.js +3 -1
- package/dist/lib/adapters/content-standards-adapter.d.mts +9 -9
- package/dist/lib/adapters/content-standards-adapter.d.ts +9 -9
- package/dist/lib/adapters/content-standards-adapter.d.ts.map +1 -1
- package/dist/lib/adapters/content-standards-adapter.js +22 -22
- package/dist/lib/adapters/content-standards-adapter.js.map +1 -1
- package/dist/lib/adapters/content-standards-adapter.mjs +18 -18
- package/dist/lib/adapters/content-standards-adapter.mjs.map +1 -1
- package/dist/lib/adapters/index.d.mts +2 -2
- package/dist/lib/adapters/index.d.ts +2 -2
- package/dist/lib/adapters/index.d.ts.map +1 -1
- package/dist/lib/adapters/index.js +10 -10
- package/dist/lib/adapters/index.js.map +1 -1
- package/dist/lib/adapters/index.mjs +9 -9
- package/dist/lib/adapters/index.mjs.map +1 -1
- package/dist/lib/auth/oauth/provider-cache.d.mts +7 -0
- package/dist/lib/auth/oauth/provider-cache.d.ts +8 -0
- package/dist/lib/auth/oauth/provider-cache.d.ts.map +1 -0
- package/dist/lib/auth/oauth/provider-cache.js +44 -0
- package/dist/lib/auth/oauth/provider-cache.js.map +1 -0
- package/dist/lib/auth/oauth/provider-cache.mjs +19 -0
- package/dist/lib/auth/oauth/provider-cache.mjs.map +1 -0
- package/dist/lib/conformance/invariants/uniformError.js +1 -1
- package/dist/lib/conformance/invariants/uniformError.js.map +1 -1
- package/dist/lib/conformance/invariants/uniformError.mjs +1 -1
- package/dist/lib/conformance/invariants/uniformError.mjs.map +1 -1
- package/dist/lib/conformance/runners.js +1 -1
- package/dist/lib/conformance/runners.js.map +1 -1
- package/dist/lib/conformance/runners.mjs +1 -1
- package/dist/lib/conformance/runners.mjs.map +1 -1
- package/dist/lib/conformance/seeder.js +5 -5
- package/dist/lib/conformance/seeder.js.map +1 -1
- package/dist/lib/conformance/seeder.mjs +5 -5
- package/dist/lib/conformance/seeder.mjs.map +1 -1
- package/dist/lib/core/ADCPMultiAgentClient.d.mts +26 -29
- package/dist/lib/core/ADCPMultiAgentClient.d.ts +26 -29
- package/dist/lib/core/ADCPMultiAgentClient.d.ts.map +1 -1
- package/dist/lib/core/ADCPMultiAgentClient.js +27 -19
- package/dist/lib/core/ADCPMultiAgentClient.js.map +1 -1
- package/dist/lib/core/ADCPMultiAgentClient.mjs +27 -19
- package/dist/lib/core/ADCPMultiAgentClient.mjs.map +1 -1
- package/dist/lib/core/AgentClient.d.mts +148 -138
- package/dist/lib/core/AgentClient.d.ts +148 -138
- package/dist/lib/core/AgentClient.d.ts.map +1 -1
- package/dist/lib/core/AgentClient.js +174 -85
- package/dist/lib/core/AgentClient.js.map +1 -1
- package/dist/lib/core/AgentClient.mjs +174 -85
- package/dist/lib/core/AgentClient.mjs.map +1 -1
- package/dist/lib/core/AsyncHandler.d.mts +18 -16
- package/dist/lib/core/AsyncHandler.d.ts +18 -16
- package/dist/lib/core/AsyncHandler.d.ts.map +1 -1
- package/dist/lib/core/AsyncHandler.js +22 -1
- package/dist/lib/core/AsyncHandler.js.map +1 -1
- package/dist/lib/core/AsyncHandler.mjs +22 -1
- package/dist/lib/core/AsyncHandler.mjs.map +1 -1
- package/dist/lib/core/ConversationTypes.d.mts +6 -2
- package/dist/lib/core/ConversationTypes.d.ts +6 -2
- package/dist/lib/core/ConversationTypes.d.ts.map +1 -1
- package/dist/lib/core/ConversationTypes.js.map +1 -1
- package/dist/lib/core/CreativeAgentClient.d.mts +41 -17
- package/dist/lib/core/CreativeAgentClient.d.ts +41 -17
- package/dist/lib/core/CreativeAgentClient.d.ts.map +1 -1
- package/dist/lib/core/CreativeAgentClient.js +39 -12
- package/dist/lib/core/CreativeAgentClient.js.map +1 -1
- package/dist/lib/core/CreativeAgentClient.mjs +39 -12
- package/dist/lib/core/CreativeAgentClient.mjs.map +1 -1
- package/dist/lib/core/SingleAgentClient.d.mts +127 -50
- package/dist/lib/core/SingleAgentClient.d.ts +127 -50
- package/dist/lib/core/SingleAgentClient.d.ts.map +1 -1
- package/dist/lib/core/SingleAgentClient.js +1617 -177
- package/dist/lib/core/SingleAgentClient.js.map +1 -1
- package/dist/lib/core/SingleAgentClient.mjs +1627 -177
- package/dist/lib/core/SingleAgentClient.mjs.map +1 -1
- package/dist/lib/core/TaskExecutor.d.mts +9 -0
- package/dist/lib/core/TaskExecutor.d.ts +9 -0
- package/dist/lib/core/TaskExecutor.d.ts.map +1 -1
- package/dist/lib/core/TaskExecutor.js +136 -43
- package/dist/lib/core/TaskExecutor.js.map +1 -1
- package/dist/lib/core/TaskExecutor.mjs +136 -43
- package/dist/lib/core/TaskExecutor.mjs.map +1 -1
- package/dist/lib/index.d.mts +111 -17
- package/dist/lib/index.d.ts +111 -17
- package/dist/lib/index.d.ts.map +1 -1
- package/dist/lib/index.js +94 -94
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +93 -94
- package/dist/lib/index.mjs.map +1 -1
- package/dist/lib/protocols/index.d.ts.map +1 -1
- package/dist/lib/protocols/index.js +6 -15
- package/dist/lib/protocols/index.js.map +1 -1
- package/dist/lib/protocols/index.mjs +6 -16
- package/dist/lib/protocols/index.mjs.map +1 -1
- package/dist/lib/protocols/mcp-modern.d.ts.map +1 -1
- package/dist/lib/protocols/mcp-modern.js +87 -12
- package/dist/lib/protocols/mcp-modern.js.map +1 -1
- package/dist/lib/protocols/mcp-modern.mjs +89 -12
- package/dist/lib/protocols/mcp-modern.mjs.map +1 -1
- package/dist/lib/schemas-data/v2.5/_provenance.json +1 -1
- package/dist/lib/server/create-adcp-server.d.mts +6 -0
- package/dist/lib/server/create-adcp-server.d.ts +6 -0
- package/dist/lib/server/create-adcp-server.d.ts.map +1 -1
- package/dist/lib/server/create-adcp-server.js +295 -48
- package/dist/lib/server/create-adcp-server.js.map +1 -1
- package/dist/lib/server/create-adcp-server.mjs +301 -50
- package/dist/lib/server/create-adcp-server.mjs.map +1 -1
- package/dist/lib/server/decisioning/assembly-helpers.d.mts +27 -13
- package/dist/lib/server/decisioning/assembly-helpers.d.ts +27 -13
- package/dist/lib/server/decisioning/assembly-helpers.d.ts.map +1 -1
- package/dist/lib/server/decisioning/assembly-helpers.js +136 -14
- package/dist/lib/server/decisioning/assembly-helpers.js.map +1 -1
- package/dist/lib/server/decisioning/assembly-helpers.mjs +134 -13
- package/dist/lib/server/decisioning/assembly-helpers.mjs.map +1 -1
- package/dist/lib/server/decisioning/index.d.mts +13 -12
- package/dist/lib/server/decisioning/index.d.ts +13 -12
- package/dist/lib/server/decisioning/index.d.ts.map +1 -1
- package/dist/lib/server/decisioning/index.js +6 -0
- package/dist/lib/server/decisioning/index.js.map +1 -1
- package/dist/lib/server/decisioning/index.mjs +9 -3
- package/dist/lib/server/decisioning/index.mjs.map +1 -1
- package/dist/lib/server/decisioning/list-helpers.d.mts +13 -3
- package/dist/lib/server/decisioning/list-helpers.d.ts +13 -3
- package/dist/lib/server/decisioning/list-helpers.d.ts.map +1 -1
- package/dist/lib/server/decisioning/list-helpers.js +13 -3
- package/dist/lib/server/decisioning/list-helpers.js.map +1 -1
- package/dist/lib/server/decisioning/list-helpers.mjs +11 -2
- package/dist/lib/server/decisioning/list-helpers.mjs.map +1 -1
- package/dist/lib/server/decisioning/manifest-helpers.d.mts +5 -3
- package/dist/lib/server/decisioning/manifest-helpers.d.ts +5 -3
- package/dist/lib/server/decisioning/manifest-helpers.d.ts.map +1 -1
- package/dist/lib/server/decisioning/manifest-helpers.js.map +1 -1
- package/dist/lib/server/decisioning/manifest-helpers.mjs.map +1 -1
- package/dist/lib/server/decisioning/proposal/dispatch.d.mts +2 -2
- package/dist/lib/server/decisioning/proposal/dispatch.d.ts +2 -2
- package/dist/lib/server/decisioning/proposal/dispatch.d.ts.map +1 -1
- package/dist/lib/server/decisioning/proposal/dispatch.js.map +1 -1
- package/dist/lib/server/decisioning/proposal/dispatch.mjs.map +1 -1
- package/dist/lib/server/decisioning/proposal/index.d.mts +1 -1
- package/dist/lib/server/decisioning/proposal/index.d.ts +1 -1
- package/dist/lib/server/decisioning/proposal/index.d.ts.map +1 -1
- package/dist/lib/server/decisioning/proposal/index.js.map +1 -1
- package/dist/lib/server/decisioning/proposal/index.mjs.map +1 -1
- package/dist/lib/server/decisioning/proposal/lifecycle.d.mts +3 -2
- package/dist/lib/server/decisioning/proposal/lifecycle.d.ts +3 -2
- package/dist/lib/server/decisioning/proposal/lifecycle.d.ts.map +1 -1
- package/dist/lib/server/decisioning/proposal/lifecycle.js.map +1 -1
- package/dist/lib/server/decisioning/proposal/lifecycle.mjs.map +1 -1
- package/dist/lib/server/decisioning/proposal/mock-manager.d.mts +3 -3
- package/dist/lib/server/decisioning/proposal/mock-manager.d.ts +3 -3
- package/dist/lib/server/decisioning/proposal/mock-manager.d.ts.map +1 -1
- package/dist/lib/server/decisioning/proposal/mock-manager.js.map +1 -1
- package/dist/lib/server/decisioning/proposal/mock-manager.mjs.map +1 -1
- package/dist/lib/server/decisioning/proposal/types.d.mts +10 -6
- package/dist/lib/server/decisioning/proposal/types.d.ts +10 -6
- package/dist/lib/server/decisioning/proposal/types.d.ts.map +1 -1
- package/dist/lib/server/decisioning/proposal/types.js.map +1 -1
- package/dist/lib/server/decisioning/proposal/types.mjs.map +1 -1
- package/dist/lib/server/decisioning/runtime/from-platform.d.mts +21 -2
- package/dist/lib/server/decisioning/runtime/from-platform.d.ts +21 -2
- package/dist/lib/server/decisioning/runtime/from-platform.d.ts.map +1 -1
- package/dist/lib/server/decisioning/runtime/from-platform.js +754 -81
- package/dist/lib/server/decisioning/runtime/from-platform.js.map +1 -1
- package/dist/lib/server/decisioning/runtime/from-platform.mjs +763 -81
- package/dist/lib/server/decisioning/runtime/from-platform.mjs.map +1 -1
- package/dist/lib/server/decisioning/specialisms/brand-rights.d.mts +9 -9
- package/dist/lib/server/decisioning/specialisms/brand-rights.d.ts +9 -9
- package/dist/lib/server/decisioning/specialisms/brand-rights.d.ts.map +1 -1
- package/dist/lib/server/decisioning/specialisms/brand-rights.js.map +1 -1
- package/dist/lib/server/decisioning/specialisms/content-standards.d.mts +16 -16
- package/dist/lib/server/decisioning/specialisms/content-standards.d.ts +16 -16
- package/dist/lib/server/decisioning/specialisms/content-standards.d.ts.map +1 -1
- package/dist/lib/server/decisioning/specialisms/content-standards.js.map +1 -1
- package/dist/lib/server/decisioning/specialisms/creative-ad-server.d.mts +15 -13
- package/dist/lib/server/decisioning/specialisms/creative-ad-server.d.ts +15 -13
- package/dist/lib/server/decisioning/specialisms/creative-ad-server.d.ts.map +1 -1
- package/dist/lib/server/decisioning/specialisms/creative-ad-server.js.map +1 -1
- package/dist/lib/server/decisioning/specialisms/creative.d.mts +12 -11
- package/dist/lib/server/decisioning/specialisms/creative.d.ts +12 -11
- package/dist/lib/server/decisioning/specialisms/creative.d.ts.map +1 -1
- package/dist/lib/server/decisioning/specialisms/creative.js.map +1 -1
- package/dist/lib/server/decisioning/specialisms/sales.d.mts +25 -15
- package/dist/lib/server/decisioning/specialisms/sales.d.ts +25 -15
- package/dist/lib/server/decisioning/specialisms/sales.d.ts.map +1 -1
- package/dist/lib/server/decisioning/specialisms/sales.js.map +1 -1
- package/dist/lib/server/index.d.mts +3 -3
- package/dist/lib/server/index.d.ts +3 -3
- package/dist/lib/server/index.d.ts.map +1 -1
- package/dist/lib/server/index.js +72 -72
- package/dist/lib/server/index.js.map +1 -1
- package/dist/lib/server/index.mjs +36 -36
- package/dist/lib/server/index.mjs.map +1 -1
- package/dist/lib/server/legacy/v5/index.d.mts +1 -0
- package/dist/lib/server/legacy/v5/index.d.ts +1 -0
- package/dist/lib/server/legacy/v5/index.d.ts.map +1 -1
- package/dist/lib/server/legacy/v5/index.js +74 -1
- package/dist/lib/server/legacy/v5/index.js.map +1 -1
- package/dist/lib/server/legacy/v5/index.mjs +75 -1
- package/dist/lib/server/legacy/v5/index.mjs.map +1 -1
- package/dist/lib/server/responses.d.mts +2 -2
- package/dist/lib/server/responses.d.ts +2 -2
- package/dist/lib/server/responses.js.map +1 -1
- package/dist/lib/server/responses.mjs.map +1 -1
- package/dist/lib/testing/client.js +1 -1
- package/dist/lib/testing/client.js.map +1 -1
- package/dist/lib/testing/client.mjs +1 -1
- package/dist/lib/testing/client.mjs.map +1 -1
- package/dist/lib/testing/scenarios/brand-rights.js +6 -6
- package/dist/lib/testing/scenarios/brand-rights.js.map +1 -1
- package/dist/lib/testing/scenarios/brand-rights.mjs +6 -6
- package/dist/lib/testing/scenarios/brand-rights.mjs.map +1 -1
- package/dist/lib/testing/scenarios/creative.js +7 -7
- package/dist/lib/testing/scenarios/creative.js.map +1 -1
- package/dist/lib/testing/scenarios/creative.mjs +7 -7
- package/dist/lib/testing/scenarios/creative.mjs.map +1 -1
- package/dist/lib/testing/scenarios/discovery.js +2 -2
- package/dist/lib/testing/scenarios/discovery.js.map +1 -1
- package/dist/lib/testing/scenarios/discovery.mjs +2 -2
- package/dist/lib/testing/scenarios/discovery.mjs.map +1 -1
- package/dist/lib/testing/scenarios/edge-cases.js +11 -11
- package/dist/lib/testing/scenarios/edge-cases.js.map +1 -1
- package/dist/lib/testing/scenarios/edge-cases.mjs +11 -11
- package/dist/lib/testing/scenarios/edge-cases.mjs.map +1 -1
- package/dist/lib/testing/scenarios/governance.d.ts.map +1 -1
- package/dist/lib/testing/scenarios/governance.js +16 -22
- package/dist/lib/testing/scenarios/governance.js.map +1 -1
- package/dist/lib/testing/scenarios/governance.mjs +16 -22
- package/dist/lib/testing/scenarios/governance.mjs.map +1 -1
- package/dist/lib/testing/scenarios/media-buy.js +5 -5
- package/dist/lib/testing/scenarios/media-buy.js.map +1 -1
- package/dist/lib/testing/scenarios/media-buy.mjs +5 -5
- package/dist/lib/testing/scenarios/media-buy.mjs.map +1 -1
- package/dist/lib/testing/scenarios/schema-compliance.js +1 -1
- package/dist/lib/testing/scenarios/schema-compliance.js.map +1 -1
- package/dist/lib/testing/scenarios/schema-compliance.mjs +1 -1
- package/dist/lib/testing/scenarios/schema-compliance.mjs.map +1 -1
- package/dist/lib/testing/scenarios/trusted-match.d.ts.map +1 -1
- package/dist/lib/testing/scenarios/trusted-match.js +4 -3
- package/dist/lib/testing/scenarios/trusted-match.js.map +1 -1
- package/dist/lib/testing/scenarios/trusted-match.mjs +4 -3
- package/dist/lib/testing/scenarios/trusted-match.mjs.map +1 -1
- package/dist/lib/testing/storyboard/shape-drift-hints.d.mts +3 -4
- package/dist/lib/testing/storyboard/shape-drift-hints.d.ts +3 -4
- package/dist/lib/testing/storyboard/shape-drift-hints.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/shape-drift-hints.js +27 -27
- package/dist/lib/testing/storyboard/shape-drift-hints.js.map +1 -1
- package/dist/lib/testing/storyboard/shape-drift-hints.mjs +27 -27
- package/dist/lib/testing/storyboard/shape-drift-hints.mjs.map +1 -1
- package/dist/lib/testing/storyboard/task-map.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/task-map.js +43 -5
- package/dist/lib/testing/storyboard/task-map.js.map +1 -1
- package/dist/lib/testing/storyboard/task-map.mjs +43 -5
- package/dist/lib/testing/storyboard/task-map.mjs.map +1 -1
- package/dist/lib/testing/test-helpers.d.mts +2 -2
- package/dist/lib/testing/test-helpers.d.ts +2 -2
- package/dist/lib/testing/test-helpers.js.map +1 -1
- package/dist/lib/testing/test-helpers.mjs.map +1 -1
- package/dist/lib/types/adcp.d.mts +14 -14
- package/dist/lib/types/adcp.d.ts +14 -14
- package/dist/lib/types/adcp.d.ts.map +1 -1
- package/dist/lib/types/adcp.js.map +1 -1
- package/dist/lib/types/adcp.mjs.map +1 -1
- package/dist/lib/types/index.d.mts +2 -2
- package/dist/lib/types/index.d.ts +2 -2
- package/dist/lib/types/index.d.ts.map +1 -1
- package/dist/lib/types/index.js.map +1 -1
- package/dist/lib/types/index.mjs.map +1 -1
- package/dist/lib/utils/capabilities.d.mts +6 -0
- package/dist/lib/utils/capabilities.d.ts +6 -0
- package/dist/lib/utils/capabilities.d.ts.map +1 -1
- package/dist/lib/utils/capabilities.js +4 -0
- package/dist/lib/utils/capabilities.js.map +1 -1
- package/dist/lib/utils/capabilities.mjs +4 -0
- package/dist/lib/utils/capabilities.mjs.map +1 -1
- package/dist/lib/utils/creative-delivery.d.mts +52 -10
- package/dist/lib/utils/creative-delivery.d.ts +52 -10
- package/dist/lib/utils/creative-delivery.d.ts.map +1 -1
- package/dist/lib/utils/creative-delivery.js +104 -9
- package/dist/lib/utils/creative-delivery.js.map +1 -1
- package/dist/lib/utils/creative-delivery.mjs +104 -8
- package/dist/lib/utils/creative-delivery.mjs.map +1 -1
- package/dist/lib/utils/format-assets.d.mts +41 -38
- package/dist/lib/utils/format-assets.d.ts +41 -38
- package/dist/lib/utils/format-assets.d.ts.map +1 -1
- package/dist/lib/utils/format-assets.js +3 -1
- package/dist/lib/utils/format-assets.js.map +1 -1
- package/dist/lib/utils/format-assets.mjs +3 -1
- package/dist/lib/utils/format-assets.mjs.map +1 -1
- package/dist/lib/utils/index.d.mts +8 -8
- package/dist/lib/utils/index.d.ts +8 -8
- package/dist/lib/utils/index.d.ts.map +1 -1
- package/dist/lib/utils/index.js +11 -9
- package/dist/lib/utils/index.js.map +1 -1
- package/dist/lib/utils/index.mjs +9 -8
- package/dist/lib/utils/index.mjs.map +1 -1
- package/dist/lib/utils/preview-utils.d.mts +11 -8
- package/dist/lib/utils/preview-utils.d.ts +11 -8
- package/dist/lib/utils/preview-utils.d.ts.map +1 -1
- package/dist/lib/utils/preview-utils.js +4 -4
- package/dist/lib/utils/preview-utils.js.map +1 -1
- package/dist/lib/utils/preview-utils.mjs +3 -3
- package/dist/lib/utils/preview-utils.mjs.map +1 -1
- package/dist/lib/utils/tool-request-schemas.d.mts +2 -2
- package/dist/lib/utils/tool-request-schemas.d.ts +2 -2
- package/dist/lib/v2/projection/aao-reference-formats.json +492 -0
- package/dist/lib/v2/projection/augment-response.d.mts +31 -11
- package/dist/lib/v2/projection/augment-response.d.ts +31 -11
- package/dist/lib/v2/projection/augment-response.d.ts.map +1 -1
- package/dist/lib/v2/projection/augment-response.js +233 -27
- package/dist/lib/v2/projection/augment-response.js.map +1 -1
- package/dist/lib/v2/projection/augment-response.mjs +232 -27
- package/dist/lib/v2/projection/augment-response.mjs.map +1 -1
- package/dist/lib/v2/projection/builders.d.mts +7 -6
- package/dist/lib/v2/projection/builders.d.ts +7 -6
- package/dist/lib/v2/projection/builders.d.ts.map +1 -1
- package/dist/lib/v2/projection/builders.js +11 -8
- package/dist/lib/v2/projection/builders.js.map +1 -1
- package/dist/lib/v2/projection/builders.mjs +9 -6
- package/dist/lib/v2/projection/builders.mjs.map +1 -1
- package/dist/lib/v2/projection/catalog-snapshot.d.mts +47 -0
- package/dist/lib/v2/projection/catalog-snapshot.d.ts +48 -0
- package/dist/lib/v2/projection/catalog-snapshot.d.ts.map +1 -0
- package/dist/lib/v2/projection/catalog-snapshot.js +291 -0
- package/dist/lib/v2/projection/catalog-snapshot.js.map +1 -0
- package/dist/lib/v2/projection/catalog-snapshot.mjs +265 -0
- package/dist/lib/v2/projection/catalog-snapshot.mjs.map +1 -0
- package/dist/lib/v2/projection/catalog.d.mts +23 -2
- package/dist/lib/v2/projection/catalog.d.ts +23 -2
- package/dist/lib/v2/projection/catalog.d.ts.map +1 -1
- package/dist/lib/v2/projection/catalog.js +34 -10
- package/dist/lib/v2/projection/catalog.js.map +1 -1
- package/dist/lib/v2/projection/catalog.mjs +33 -10
- package/dist/lib/v2/projection/catalog.mjs.map +1 -1
- package/dist/lib/v2/projection/creative-delivery.d.mts +157 -0
- package/dist/lib/v2/projection/creative-delivery.d.ts +158 -0
- package/dist/lib/v2/projection/creative-delivery.d.ts.map +1 -0
- package/dist/lib/v2/projection/creative-delivery.js +967 -0
- package/dist/lib/v2/projection/creative-delivery.js.map +1 -0
- package/dist/lib/v2/projection/creative-delivery.mjs +941 -0
- package/dist/lib/v2/projection/creative-delivery.mjs.map +1 -0
- package/dist/lib/v2/projection/index.d.mts +8 -6
- package/dist/lib/v2/projection/index.d.ts +8 -6
- package/dist/lib/v2/projection/index.d.ts.map +1 -1
- package/dist/lib/v2/projection/index.js +26 -4
- package/dist/lib/v2/projection/index.js.map +1 -1
- package/dist/lib/v2/projection/index.mjs +28 -4
- package/dist/lib/v2/projection/index.mjs.map +1 -1
- package/dist/lib/v2/projection/legacy-metadata.d.mts +21 -0
- package/dist/lib/v2/projection/legacy-metadata.d.ts +22 -0
- package/dist/lib/v2/projection/legacy-metadata.d.ts.map +1 -0
- package/dist/lib/v2/projection/legacy-metadata.js +73 -0
- package/dist/lib/v2/projection/legacy-metadata.js.map +1 -0
- package/dist/lib/v2/projection/legacy-metadata.mjs +45 -0
- package/dist/lib/v2/projection/legacy-metadata.mjs.map +1 -0
- package/dist/lib/v2/projection/types.d.mts +29 -23
- package/dist/lib/v2/projection/types.d.ts +29 -23
- package/dist/lib/v2/projection/types.d.ts.map +1 -1
- package/dist/lib/v2/projection/types.js.map +1 -1
- package/dist/lib/v2/projection/v1-to-v2.d.mts +29 -6
- package/dist/lib/v2/projection/v1-to-v2.d.ts +29 -6
- package/dist/lib/v2/projection/v1-to-v2.d.ts.map +1 -1
- package/dist/lib/v2/projection/v1-to-v2.js +218 -9
- package/dist/lib/v2/projection/v1-to-v2.js.map +1 -1
- package/dist/lib/v2/projection/v1-to-v2.mjs +219 -10
- package/dist/lib/v2/projection/v1-to-v2.mjs.map +1 -1
- package/dist/lib/v2/projection/v2-to-v1.d.mts +31 -2
- package/dist/lib/v2/projection/v2-to-v1.d.ts +31 -2
- package/dist/lib/v2/projection/v2-to-v1.d.ts.map +1 -1
- package/dist/lib/v2/projection/v2-to-v1.js +138 -7
- package/dist/lib/v2/projection/v2-to-v1.js.map +1 -1
- package/dist/lib/v2/projection/v2-to-v1.mjs +135 -6
- package/dist/lib/v2/projection/v2-to-v1.mjs.map +1 -1
- package/dist/lib/v2/projection/write-side.d.mts +12 -13
- package/dist/lib/v2/projection/write-side.d.ts +12 -13
- package/dist/lib/v2/projection/write-side.d.ts.map +1 -1
- package/dist/lib/v2/projection/write-side.js +16 -12
- package/dist/lib/v2/projection/write-side.js.map +1 -1
- package/dist/lib/v2/projection/write-side.mjs +16 -12
- package/dist/lib/v2/projection/write-side.mjs.map +1 -1
- package/dist/lib/version.d.mts +3 -3
- package/dist/lib/version.d.ts +3 -3
- package/dist/lib/version.d.ts.map +1 -1
- package/dist/lib/version.js +3 -3
- package/dist/lib/version.js.map +1 -1
- package/dist/lib/version.mjs +3 -3
- package/dist/lib/version.mjs.map +1 -1
- package/docs/guides/BUILD-AN-AGENT.md +7 -2
- package/docs/guides/PREVIEW-ASSET-DURABILITY.md +6 -2
- package/docs/llms.txt +1 -0
- package/examples/README.md +1 -1
- package/examples/batch-preview-test.ts +3 -3
- package/examples/conversation-client.ts +2 -2
- package/examples/debug-preview-response.ts +1 -1
- package/examples/decisioning-platform-broadcast-tv.ts +10 -4
- package/examples/decisioning-platform-mock-seller.ts +16 -9
- package/examples/decisioning-platform-programmatic.ts +18 -7
- package/examples/error-compliant-server.ts +26 -16
- package/examples/generative-creative-demo.ts +7 -19
- package/examples/hello_creative_adapter_ad_server.ts +37 -16
- package/examples/hello_creative_adapter_template.ts +12 -10
- package/examples/hello_seller_adapter_guaranteed.ts +52 -23
- package/examples/hello_seller_adapter_multi_tenant.ts +6 -3
- package/examples/hello_seller_adapter_non_guaranteed.ts +54 -26
- package/examples/hello_seller_adapter_proposal_mode.ts +40 -14
- package/examples/hello_seller_adapter_social.ts +2 -7
- package/examples/inspect-card-formats.ts +1 -1
- package/examples/simple-getting-started.ts +1 -1
- package/examples/test-helpers-demo.ts +1 -1
- package/package.json +2 -2
- package/skills/build-decisioning-creative-template/SKILL.md +11 -11
- package/skills/build-decisioning-platform/advanced/REFERENCE.md +8 -2
package/dist/lib/index.mjs
CHANGED
|
@@ -200,35 +200,35 @@ import { BrandJsonSchema, AdagentsJsonSchema } from "./types/wellknown-schemas.g
|
|
|
200
200
|
import { STANDARD_ERROR_CODES, isStandardErrorCode, getErrorRecovery } from "./types/error-codes.mjs";
|
|
201
201
|
import {
|
|
202
202
|
adcpError,
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
203
|
+
legacyCapabilitiesResponse,
|
|
204
|
+
legacyProductsResponse,
|
|
205
|
+
legacyMediaBuyResponse,
|
|
206
|
+
legacyDeliveryResponse,
|
|
207
|
+
legacyListAccountsResponse,
|
|
208
|
+
legacyListCreativeFormatsResponse,
|
|
209
|
+
legacyUpdateMediaBuyResponse,
|
|
210
|
+
legacyGetMediaBuysResponse,
|
|
211
|
+
legacyPerformanceFeedbackResponse,
|
|
212
|
+
legacyBuildCreativeResponse,
|
|
213
|
+
legacyBuildCreativeMultiResponse,
|
|
214
|
+
legacyPreviewCreativeResponse,
|
|
215
|
+
legacyCreativeDeliveryResponse,
|
|
216
|
+
legacyListCreativesResponse,
|
|
217
|
+
legacyListPropertyListsResponse,
|
|
218
|
+
legacyListCollectionListsResponse,
|
|
219
|
+
legacyListContentStandardsResponse,
|
|
220
|
+
legacyGetPlanAuditLogsResponse,
|
|
221
|
+
legacySyncCreativesResponse,
|
|
222
|
+
legacyGetSignalsResponse,
|
|
223
|
+
legacyActivateSignalResponse,
|
|
224
|
+
legacyCancelMediaBuyResponse,
|
|
225
|
+
legacyAcquireRightsResponse,
|
|
226
|
+
legacyAcquireRightsAcquired,
|
|
227
|
+
legacyAcquireRightsPendingApproval,
|
|
228
|
+
legacyAcquireRightsRejected,
|
|
229
|
+
legacySyncAccountsResponse,
|
|
230
|
+
legacySyncGovernanceResponse,
|
|
231
|
+
legacyReportUsageResponse,
|
|
232
232
|
validActionsForStatus,
|
|
233
233
|
MEDIA_BUY_TRANSITIONS,
|
|
234
234
|
CREATIVE_ASSET_TRANSITIONS,
|
|
@@ -367,7 +367,7 @@ const wireVersion = {
|
|
|
367
367
|
validate: _validate
|
|
368
368
|
};
|
|
369
369
|
import {
|
|
370
|
-
|
|
370
|
+
getStandardFormatsLegacy,
|
|
371
371
|
unwrapProtocolResponse,
|
|
372
372
|
isAdcpError,
|
|
373
373
|
isAdcpSuccess,
|
|
@@ -379,10 +379,10 @@ import {
|
|
|
379
379
|
} from "./utils/index.mjs";
|
|
380
380
|
import { injectLegacyEnvelopeStatus } from "./utils/envelope-status-compat.mjs";
|
|
381
381
|
import { extractResult } from "./utils/index.mjs";
|
|
382
|
-
import { REQUEST_TIMEOUT, MAX_CONCURRENT,
|
|
382
|
+
import { REQUEST_TIMEOUT, MAX_CONCURRENT, LEGACY_STANDARD_FORMATS } from "./utils/index.mjs";
|
|
383
383
|
import {
|
|
384
384
|
batchPreviewProducts,
|
|
385
|
-
|
|
385
|
+
batchPreviewFormatsLegacy,
|
|
386
386
|
clearPreviewCache
|
|
387
387
|
} from "./utils/index.mjs";
|
|
388
388
|
import { detectProtocol, detectProtocolWithTimeout } from "./utils/index.mjs";
|
|
@@ -450,20 +450,19 @@ import {
|
|
|
450
450
|
templateRender
|
|
451
451
|
} from "./utils/format-render-builders.mjs";
|
|
452
452
|
import {
|
|
453
|
-
CanonicalFormat
|
|
453
|
+
CanonicalFormat,
|
|
454
|
+
canonicalFormatDeclaration
|
|
454
455
|
} from "./v2/projection/index.mjs";
|
|
455
456
|
import {
|
|
456
|
-
augmentProductWithFormatOptions,
|
|
457
|
-
withFormatOptions,
|
|
458
457
|
toCanonicalOnlyProduct,
|
|
459
458
|
toCanonicalOnlyResponse,
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
459
|
+
packageRefsForFormatOptions,
|
|
460
|
+
FormatOptionRefsLookupError,
|
|
461
|
+
CreativeFormatCapabilityError,
|
|
462
|
+
CreativeFormatProjectionError,
|
|
463
|
+
legacyFormatConverterFromCatalogSnapshots,
|
|
464
|
+
canonicalFormatLegacyResolverFromCatalogSnapshots,
|
|
465
|
+
projectionAdaptersFromCatalogSnapshots
|
|
467
466
|
} from "./v2/projection/index.mjs";
|
|
468
467
|
import { activationKey, segmentIdActivationKey, keyValueActivationKey } from "./utils/activation-key-builders.mjs";
|
|
469
468
|
import { signalId, catalogSignalId, agentSignalId, getSignalId, getSignalIssuer } from "./utils/signal-id-builders.mjs";
|
|
@@ -519,7 +518,7 @@ import {
|
|
|
519
518
|
BRAND_RIGHTS_TOOLS,
|
|
520
519
|
TASK_FEATURE_MAP
|
|
521
520
|
} from "./utils/capabilities.mjs";
|
|
522
|
-
import { inlineCreativesForPackages } from "./utils/creative-delivery.mjs";
|
|
521
|
+
import { inlineCreativesForPackages, inlineCreativesForPackagesLegacy } from "./utils/creative-delivery.mjs";
|
|
523
522
|
import {
|
|
524
523
|
adaptPackageRequestForV2,
|
|
525
524
|
adaptCreateMediaBuyRequestForV2,
|
|
@@ -605,10 +604,10 @@ import {
|
|
|
605
604
|
} from "./observability/index.mjs";
|
|
606
605
|
import { Agent, AgentCollection } from "./agents/index.generated.mjs";
|
|
607
606
|
import {
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
607
|
+
LegacyContentStandardsAdapter,
|
|
608
|
+
LegacyContentStandardsErrorCodes,
|
|
609
|
+
isLegacyContentStandardsError,
|
|
610
|
+
legacyDefaultContentStandardsAdapter,
|
|
612
611
|
PropertyListAdapter,
|
|
613
612
|
PropertyListErrorCodes,
|
|
614
613
|
isPropertyListError,
|
|
@@ -702,9 +701,7 @@ export {
|
|
|
702
701
|
ActionNotAllowedError,
|
|
703
702
|
AdCPClient,
|
|
704
703
|
AdagentsJsonSchema,
|
|
705
|
-
Agent,
|
|
706
704
|
AgentClient,
|
|
707
|
-
AgentCollection,
|
|
708
705
|
AgentNotFoundError,
|
|
709
706
|
Asset,
|
|
710
707
|
AsyncHandler,
|
|
@@ -719,13 +716,12 @@ export {
|
|
|
719
716
|
CREATIVE_ASSET_TRANSITIONS,
|
|
720
717
|
CREATIVE_TOOLS,
|
|
721
718
|
CanonicalFormat,
|
|
722
|
-
CapabilityIdsLookupError,
|
|
723
719
|
ClientCredentialsExchangeError,
|
|
724
720
|
ConfigurationError,
|
|
725
721
|
ConfigurationManager,
|
|
726
|
-
ContentStandardsAdapter,
|
|
727
|
-
ContentStandardsErrorCodes,
|
|
728
722
|
CreativeAgentClient,
|
|
723
|
+
CreativeFormatCapabilityError,
|
|
724
|
+
CreativeFormatProjectionError,
|
|
729
725
|
DEFAULT_MACRO_PROHIBITED_PATTERN,
|
|
730
726
|
DEFAULT_MAX_SSE_FRAME_BYTES,
|
|
731
727
|
DEFAULT_REPORTING_CAPABILITIES,
|
|
@@ -741,6 +737,7 @@ export {
|
|
|
741
737
|
FeedStreamUnsupportedError,
|
|
742
738
|
FileCursorStore,
|
|
743
739
|
FormatAsset,
|
|
740
|
+
FormatOptionRefsLookupError,
|
|
744
741
|
FormatRender,
|
|
745
742
|
GOVERNANCE_TOOLS,
|
|
746
743
|
GovernanceAdapter,
|
|
@@ -759,7 +756,12 @@ export {
|
|
|
759
756
|
InvalidContextError,
|
|
760
757
|
InvalidTokenError,
|
|
761
758
|
LEGACY_COARSE_ACTIONS,
|
|
759
|
+
LEGACY_STANDARD_FORMATS,
|
|
762
760
|
LIBRARY_VERSION,
|
|
761
|
+
Agent as LegacyAgent,
|
|
762
|
+
AgentCollection as LegacyAgentCollection,
|
|
763
|
+
LegacyContentStandardsAdapter,
|
|
764
|
+
LegacyContentStandardsErrorCodes,
|
|
763
765
|
MAX_CONCURRENT,
|
|
764
766
|
MCP_APP_RESOURCE_MIME_TYPE,
|
|
765
767
|
MCP_TASKS_MIGRATION,
|
|
@@ -811,7 +813,6 @@ export {
|
|
|
811
813
|
SSRF_TRANSIENT_CODES,
|
|
812
814
|
STANDARD_CREATIVE_AGENTS,
|
|
813
815
|
STANDARD_ERROR_CODES,
|
|
814
|
-
STANDARD_FORMATS,
|
|
815
816
|
SingleAgentClient,
|
|
816
817
|
SsrfRefusedError,
|
|
817
818
|
StateError,
|
|
@@ -836,11 +837,6 @@ export {
|
|
|
836
837
|
VersionUnsupportedError,
|
|
837
838
|
WebhookDispatchError,
|
|
838
839
|
WholesaleFeedWebhookNotificationError,
|
|
839
|
-
acquireRightsAcquired,
|
|
840
|
-
acquireRightsPendingApproval,
|
|
841
|
-
acquireRightsRejected,
|
|
842
|
-
acquireRightsResponse,
|
|
843
|
-
activateSignalResponse,
|
|
844
840
|
activationKey,
|
|
845
841
|
adaptCreateMediaBuyRequestForV2,
|
|
846
842
|
adaptPackageRequestForV2,
|
|
@@ -862,9 +858,8 @@ export {
|
|
|
862
858
|
audioAsset,
|
|
863
859
|
audioAssetSlot,
|
|
864
860
|
audioGroupAsset,
|
|
865
|
-
augmentProductWithFormatOptions,
|
|
866
861
|
batchPreviewCreativeResponse,
|
|
867
|
-
|
|
862
|
+
batchPreviewFormatsLegacy,
|
|
868
863
|
batchPreviewProducts,
|
|
869
864
|
bindAgentStorage,
|
|
870
865
|
bothRender,
|
|
@@ -873,8 +868,6 @@ export {
|
|
|
873
868
|
buildActivateSignalRequest,
|
|
874
869
|
buildCardUrls,
|
|
875
870
|
buildCommunityMirrorAdagents,
|
|
876
|
-
buildCreativeMultiResponse,
|
|
877
|
-
buildCreativeResponse,
|
|
878
871
|
buildCreativeReturn,
|
|
879
872
|
buildHumanOverride,
|
|
880
873
|
buildHumanReviewPlan,
|
|
@@ -900,13 +893,12 @@ export {
|
|
|
900
893
|
canUpdateFrequencyCaps,
|
|
901
894
|
canUpdatePacing,
|
|
902
895
|
canUpdateTargeting,
|
|
903
|
-
|
|
904
|
-
|
|
896
|
+
canonicalFormatDeclaration,
|
|
897
|
+
canonicalFormatLegacyResolverFromCatalogSnapshots,
|
|
905
898
|
canonicalJsonSha256,
|
|
906
899
|
canonicalReferenceCacheKey,
|
|
907
900
|
canonicalize,
|
|
908
901
|
canonicalizeAgentUrl,
|
|
909
|
-
capabilitiesResponse,
|
|
910
902
|
catalogAssetSlot,
|
|
911
903
|
catalogSignalId,
|
|
912
904
|
checkGovernance,
|
|
@@ -944,7 +936,6 @@ export {
|
|
|
944
936
|
createTaskCapableServer,
|
|
945
937
|
createTestAgent,
|
|
946
938
|
creativeAgent,
|
|
947
|
-
creativeDeliveryResponse,
|
|
948
939
|
cssAsset,
|
|
949
940
|
cssAssetSlot,
|
|
950
941
|
cssGroupAsset,
|
|
@@ -954,13 +945,11 @@ export {
|
|
|
954
945
|
decodeAccessTokenClaims,
|
|
955
946
|
decodeBodyAsJsonOrText,
|
|
956
947
|
decomposeUpdateMediaBuy,
|
|
957
|
-
defaultContentStandardsAdapter,
|
|
958
948
|
defaultGovernanceAdapter,
|
|
959
949
|
defaultImplicitKeyFn,
|
|
960
950
|
defaultPropertyListAdapter,
|
|
961
951
|
defaultSISessionManager,
|
|
962
952
|
delayedMediaBuyDeliveryNotification,
|
|
963
|
-
deliveryResponse,
|
|
964
953
|
detectInlineFederatedDivergence,
|
|
965
954
|
detectProtocol,
|
|
966
955
|
detectProtocolWithTimeout,
|
|
@@ -1020,9 +1009,7 @@ export {
|
|
|
1020
1009
|
getIndividualAssets,
|
|
1021
1010
|
getLibraryVersion,
|
|
1022
1011
|
getMcpTasksMigration,
|
|
1023
|
-
getMediaBuysResponse,
|
|
1024
1012
|
getOptionalAssets,
|
|
1025
|
-
getPlanAuditLogsResponse,
|
|
1026
1013
|
getPreviewHtml,
|
|
1027
1014
|
getPreviewUrl,
|
|
1028
1015
|
getPrimaryPreviewRender,
|
|
@@ -1039,8 +1026,7 @@ export {
|
|
|
1039
1026
|
getSignalId,
|
|
1040
1027
|
getSignalIssuer,
|
|
1041
1028
|
getSignalPricingOptionIds,
|
|
1042
|
-
|
|
1043
|
-
getStandardFormats,
|
|
1029
|
+
getStandardFormatsLegacy,
|
|
1044
1030
|
getTracer,
|
|
1045
1031
|
governanceDeniedError,
|
|
1046
1032
|
handleAdCPResponse,
|
|
@@ -1060,6 +1046,7 @@ export {
|
|
|
1060
1046
|
injectLegacyEnvelopeStatus,
|
|
1061
1047
|
injectTraceHeaders,
|
|
1062
1048
|
inlineCreativesForPackages,
|
|
1049
|
+
inlineCreativesForPackagesLegacy,
|
|
1063
1050
|
is401Error,
|
|
1064
1051
|
isADCPError,
|
|
1065
1052
|
isAdcpError,
|
|
@@ -1069,7 +1056,6 @@ export {
|
|
|
1069
1056
|
isCPAPricing,
|
|
1070
1057
|
isCompactPublisherPropertySelector,
|
|
1071
1058
|
isCompatibleWith,
|
|
1072
|
-
isContentStandardsError,
|
|
1073
1059
|
isCreateMediaBuyCompleted,
|
|
1074
1060
|
isCreateMediaBuyFailed,
|
|
1075
1061
|
isCreateMediaBuyInputRequired,
|
|
@@ -1083,6 +1069,7 @@ export {
|
|
|
1083
1069
|
isGetProductsSubmitted,
|
|
1084
1070
|
isGetProductsWorking,
|
|
1085
1071
|
isGovernanceAdapterError,
|
|
1072
|
+
isLegacyContentStandardsError,
|
|
1086
1073
|
isLegalCreativeTransition,
|
|
1087
1074
|
isLegalMediaBuyTransition,
|
|
1088
1075
|
isLikelyPrivateUrl,
|
|
@@ -1121,16 +1108,39 @@ export {
|
|
|
1121
1108
|
javascriptAssetSlot,
|
|
1122
1109
|
javascriptGroupAsset,
|
|
1123
1110
|
keyValueActivationKey,
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1111
|
+
legacyAcquireRightsAcquired,
|
|
1112
|
+
legacyAcquireRightsPendingApproval,
|
|
1113
|
+
legacyAcquireRightsRejected,
|
|
1114
|
+
legacyAcquireRightsResponse,
|
|
1115
|
+
legacyActivateSignalResponse,
|
|
1116
|
+
legacyBuildCreativeMultiResponse,
|
|
1117
|
+
legacyBuildCreativeResponse,
|
|
1118
|
+
legacyCancelMediaBuyResponse,
|
|
1119
|
+
legacyCapabilitiesResponse,
|
|
1120
|
+
legacyCreativeDeliveryResponse,
|
|
1121
|
+
legacyDefaultContentStandardsAdapter,
|
|
1122
|
+
legacyDeliveryResponse,
|
|
1123
|
+
legacyFormatConverterFromCatalogSnapshots,
|
|
1124
|
+
legacyGetMediaBuysResponse,
|
|
1125
|
+
legacyGetPlanAuditLogsResponse,
|
|
1126
|
+
legacyGetSignalsResponse,
|
|
1127
|
+
legacyListAccountsResponse,
|
|
1128
|
+
legacyListCollectionListsResponse,
|
|
1129
|
+
legacyListContentStandardsResponse,
|
|
1130
|
+
legacyListCreativeFormatsResponse,
|
|
1131
|
+
legacyListCreativesResponse,
|
|
1132
|
+
legacyListPropertyListsResponse,
|
|
1133
|
+
legacyMediaBuyResponse,
|
|
1134
|
+
legacyPerformanceFeedbackResponse,
|
|
1135
|
+
legacyPreviewCreativeResponse,
|
|
1136
|
+
legacyProductsResponse,
|
|
1137
|
+
legacyReportUsageResponse,
|
|
1138
|
+
legacySyncAccountsResponse,
|
|
1139
|
+
legacySyncCreativesResponse,
|
|
1140
|
+
legacySyncGovernanceResponse,
|
|
1141
|
+
legacyUpdateMediaBuyResponse,
|
|
1127
1142
|
listAgentPropertyMap,
|
|
1128
|
-
listCollectionListsResponse,
|
|
1129
|
-
listContentStandardsResponse,
|
|
1130
|
-
listCreativeFormatsResponse,
|
|
1131
|
-
listCreativesResponse,
|
|
1132
1143
|
listDeclaredFeatures,
|
|
1133
|
-
listPropertyListsResponse,
|
|
1134
1144
|
mapSdkErrorCodeToProtocolErrorCode,
|
|
1135
1145
|
markdownAsset,
|
|
1136
1146
|
markdownAssetSlot,
|
|
@@ -1138,7 +1148,6 @@ export {
|
|
|
1138
1148
|
match,
|
|
1139
1149
|
matchBindings,
|
|
1140
1150
|
mediaBuyDeliveryNotification,
|
|
1141
|
-
mediaBuyResponse,
|
|
1142
1151
|
memoryBackend,
|
|
1143
1152
|
multiBuildCreativeReturn,
|
|
1144
1153
|
multiEnvelopedBuildCreativeReturn,
|
|
@@ -1155,7 +1164,7 @@ export {
|
|
|
1155
1164
|
normalizeRequestParams,
|
|
1156
1165
|
normalizeWholesaleFeedWebhookNotification,
|
|
1157
1166
|
openFeedStream,
|
|
1158
|
-
|
|
1167
|
+
packageRefsForFormatOptions,
|
|
1159
1168
|
paginate,
|
|
1160
1169
|
paginatePages,
|
|
1161
1170
|
parameterizedRender,
|
|
@@ -1167,12 +1176,10 @@ export {
|
|
|
1167
1176
|
parseWWWAuthenticate,
|
|
1168
1177
|
parseWholesaleFeedWebhookNotification,
|
|
1169
1178
|
patchWithRetry,
|
|
1170
|
-
performanceFeedbackResponse,
|
|
1171
1179
|
pgBackend,
|
|
1172
1180
|
preflightUpdateMediaBuy,
|
|
1173
1181
|
previewCreative,
|
|
1174
|
-
|
|
1175
|
-
productsResponse,
|
|
1182
|
+
projectionAdaptersFromCatalogSnapshots,
|
|
1176
1183
|
promotedOfferingsToCatalog,
|
|
1177
1184
|
promotedProductsToCatalog,
|
|
1178
1185
|
publisherDomainsCoveredBySelectors,
|
|
@@ -1183,14 +1190,12 @@ export {
|
|
|
1183
1190
|
registerAdcpTaskTool,
|
|
1184
1191
|
registerTestController,
|
|
1185
1192
|
repeatableGroup,
|
|
1186
|
-
reportUsageResponse,
|
|
1187
1193
|
requireSessionKey,
|
|
1188
1194
|
requiresAccountForProducts,
|
|
1189
1195
|
requiresOperatorAuth,
|
|
1190
1196
|
resetPropertyIndex,
|
|
1191
1197
|
resolveAdcpVersion,
|
|
1192
1198
|
resolveAgentProperties,
|
|
1193
|
-
resolveCanonicalFormatKind,
|
|
1194
1199
|
resolveCanonicalReference,
|
|
1195
1200
|
resolveFeature,
|
|
1196
1201
|
resolveFormatSchemaReference,
|
|
@@ -1228,9 +1233,6 @@ export {
|
|
|
1228
1233
|
supportsSandbox,
|
|
1229
1234
|
supportsSyncCreatives,
|
|
1230
1235
|
supportsV3,
|
|
1231
|
-
syncAccountsResponse,
|
|
1232
|
-
syncCreativesResponse,
|
|
1233
|
-
syncGovernanceResponse,
|
|
1234
1236
|
taskToolResponse,
|
|
1235
1237
|
templateRender,
|
|
1236
1238
|
testAgent,
|
|
@@ -1248,11 +1250,9 @@ export {
|
|
|
1248
1250
|
toMcpResponse,
|
|
1249
1251
|
toReleasePrecisionWire,
|
|
1250
1252
|
translateUniversalMacros,
|
|
1251
|
-
tryLegacyFormatIdsFromOptions,
|
|
1252
1253
|
unbindAgentStorage,
|
|
1253
1254
|
unwrapProtocolResponse,
|
|
1254
1255
|
updateBrandJsonFromMappings,
|
|
1255
|
-
updateMediaBuyResponse,
|
|
1256
1256
|
urlAsset,
|
|
1257
1257
|
urlAssetSlot,
|
|
1258
1258
|
urlGroupAsset,
|
|
@@ -1288,7 +1288,6 @@ export {
|
|
|
1288
1288
|
webhookGroupAsset,
|
|
1289
1289
|
windowUpdateMediaBuyDeliveryNotification,
|
|
1290
1290
|
wireVersion,
|
|
1291
|
-
withFormatOptions,
|
|
1292
1291
|
withSpan
|
|
1293
1292
|
};
|
|
1294
1293
|
//# sourceMappingURL=index.mjs.map
|