@adcp/sdk 14.0.0-beta.11 → 14.0.0-beta.13
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/bin/adcp-storyboard-sandbox.js +16 -0
- package/bin/adcp.js +28 -30
- package/dist/lib/index.d.mts +3 -3
- package/dist/lib/index.d.ts +3 -3
- package/dist/lib/index.d.ts.map +1 -1
- package/dist/lib/index.js +2 -0
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +3 -1
- package/dist/lib/index.mjs.map +1 -1
- package/dist/lib/schemas/index.d.mts +385 -1
- package/dist/lib/schemas/index.d.ts +385 -1
- package/dist/lib/schemas/index.d.ts.map +1 -1
- package/dist/lib/schemas/index.js +13 -0
- package/dist/lib/schemas/index.js.map +1 -1
- package/dist/lib/schemas/index.mjs +11 -0
- package/dist/lib/schemas/index.mjs.map +1 -1
- package/dist/lib/schemas-data/v2.5/_provenance.json +1 -1
- package/dist/lib/server/create-adcp-server.d.mts +2 -2
- package/dist/lib/server/create-adcp-server.d.ts +2 -2
- package/dist/lib/server/create-adcp-server.d.ts.map +1 -1
- package/dist/lib/server/create-adcp-server.js +6 -1
- package/dist/lib/server/create-adcp-server.js.map +1 -1
- package/dist/lib/server/create-adcp-server.mjs +6 -1
- package/dist/lib/server/create-adcp-server.mjs.map +1 -1
- package/dist/lib/server/decisioning/index.d.mts +3 -3
- package/dist/lib/server/decisioning/index.d.ts +3 -3
- package/dist/lib/server/decisioning/index.d.ts.map +1 -1
- package/dist/lib/server/decisioning/index.js.map +1 -1
- package/dist/lib/server/decisioning/index.mjs.map +1 -1
- package/dist/lib/server/decisioning/runtime/from-platform.d.mts +24 -17
- package/dist/lib/server/decisioning/runtime/from-platform.d.ts +24 -17
- package/dist/lib/server/decisioning/runtime/from-platform.d.ts.map +1 -1
- package/dist/lib/server/decisioning/runtime/from-platform.js +71 -42
- package/dist/lib/server/decisioning/runtime/from-platform.js.map +1 -1
- package/dist/lib/server/decisioning/runtime/from-platform.mjs +75 -43
- package/dist/lib/server/decisioning/runtime/from-platform.mjs.map +1 -1
- package/dist/lib/server/decisioning/runtime/postgres-task-registry.d.mts +15 -21
- package/dist/lib/server/decisioning/runtime/postgres-task-registry.d.ts +15 -21
- package/dist/lib/server/decisioning/runtime/postgres-task-registry.d.ts.map +1 -1
- package/dist/lib/server/decisioning/runtime/postgres-task-registry.js +100 -30
- package/dist/lib/server/decisioning/runtime/postgres-task-registry.js.map +1 -1
- package/dist/lib/server/decisioning/runtime/postgres-task-registry.mjs +100 -30
- package/dist/lib/server/decisioning/runtime/postgres-task-registry.mjs.map +1 -1
- package/dist/lib/server/decisioning/runtime/task-registry.d.mts +30 -16
- package/dist/lib/server/decisioning/runtime/task-registry.d.ts +30 -16
- package/dist/lib/server/decisioning/runtime/task-registry.d.ts.map +1 -1
- package/dist/lib/server/decisioning/runtime/task-registry.js +40 -20
- package/dist/lib/server/decisioning/runtime/task-registry.js.map +1 -1
- package/dist/lib/server/decisioning/runtime/task-registry.mjs +38 -19
- package/dist/lib/server/decisioning/runtime/task-registry.mjs.map +1 -1
- package/dist/lib/server/decisioning/runtime/to-context.d.mts +2 -2
- package/dist/lib/server/decisioning/runtime/to-context.d.ts +2 -2
- package/dist/lib/server/decisioning/runtime/to-context.d.ts.map +1 -1
- package/dist/lib/server/decisioning/runtime/to-context.js +2 -2
- package/dist/lib/server/decisioning/runtime/to-context.js.map +1 -1
- package/dist/lib/server/decisioning/runtime/to-context.mjs +2 -2
- package/dist/lib/server/decisioning/runtime/to-context.mjs.map +1 -1
- package/dist/lib/server/decisioning/specialisms/creative-ad-server.d.mts +3 -2
- package/dist/lib/server/decisioning/specialisms/creative-ad-server.d.ts +3 -2
- 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 +10 -10
- package/dist/lib/server/decisioning/specialisms/creative.d.ts +10 -10
- 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/index.d.mts +1 -1
- package/dist/lib/server/index.d.ts +1 -1
- package/dist/lib/server/index.d.ts.map +1 -1
- package/dist/lib/server/index.js.map +1 -1
- package/dist/lib/server/index.mjs.map +1 -1
- package/dist/lib/signing/agent-context.d.mts +1 -0
- package/dist/lib/signing/agent-context.d.ts +1 -0
- package/dist/lib/signing/agent-context.d.ts.map +1 -1
- package/dist/lib/signing/agent-context.js +37 -2
- package/dist/lib/signing/agent-context.js.map +1 -1
- package/dist/lib/signing/agent-context.mjs +38 -3
- package/dist/lib/signing/agent-context.mjs.map +1 -1
- package/dist/lib/signing/agent-fetch.d.mts +1 -2
- package/dist/lib/signing/agent-fetch.d.ts +1 -2
- package/dist/lib/signing/agent-fetch.d.ts.map +1 -1
- package/dist/lib/signing/agent-fetch.js +2 -0
- package/dist/lib/signing/agent-fetch.js.map +1 -1
- package/dist/lib/signing/agent-fetch.mjs +2 -0
- package/dist/lib/signing/agent-fetch.mjs.map +1 -1
- package/dist/lib/signing/agent-resolver/etld.js.map +1 -1
- package/dist/lib/signing/agent-resolver/etld.mjs.map +1 -1
- package/dist/lib/testing/client.d.mts +6 -0
- package/dist/lib/testing/client.d.ts +6 -0
- package/dist/lib/testing/client.d.ts.map +1 -1
- package/dist/lib/testing/client.js +76 -4
- package/dist/lib/testing/client.js.map +1 -1
- package/dist/lib/testing/client.mjs +75 -4
- package/dist/lib/testing/client.mjs.map +1 -1
- package/dist/lib/testing/compliance/comply.d.ts.map +1 -1
- package/dist/lib/testing/compliance/comply.js +6 -0
- package/dist/lib/testing/compliance/comply.js.map +1 -1
- package/dist/lib/testing/compliance/comply.mjs +7 -1
- package/dist/lib/testing/compliance/comply.mjs.map +1 -1
- package/dist/lib/testing/storyboard/default-invariants.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/default-invariants.js +11 -2
- package/dist/lib/testing/storyboard/default-invariants.js.map +1 -1
- package/dist/lib/testing/storyboard/default-invariants.mjs +11 -2
- package/dist/lib/testing/storyboard/default-invariants.mjs.map +1 -1
- package/dist/lib/testing/storyboard/index.d.mts +1 -1
- package/dist/lib/testing/storyboard/index.d.ts +1 -1
- package/dist/lib/testing/storyboard/index.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/index.js.map +1 -1
- package/dist/lib/testing/storyboard/index.mjs.map +1 -1
- package/dist/lib/testing/storyboard/loader.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/loader.js +14 -0
- package/dist/lib/testing/storyboard/loader.js.map +1 -1
- package/dist/lib/testing/storyboard/loader.mjs +14 -0
- package/dist/lib/testing/storyboard/loader.mjs.map +1 -1
- package/dist/lib/testing/storyboard/phase-condition.d.mts +41 -0
- package/dist/lib/testing/storyboard/phase-condition.d.ts +42 -0
- package/dist/lib/testing/storyboard/phase-condition.d.ts.map +1 -0
- package/dist/lib/testing/storyboard/phase-condition.js +215 -0
- package/dist/lib/testing/storyboard/phase-condition.js.map +1 -0
- package/dist/lib/testing/storyboard/phase-condition.mjs +189 -0
- package/dist/lib/testing/storyboard/phase-condition.mjs.map +1 -0
- package/dist/lib/testing/storyboard/request-builder.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/request-builder.js +15 -2
- package/dist/lib/testing/storyboard/request-builder.js.map +1 -1
- package/dist/lib/testing/storyboard/request-builder.mjs +15 -2
- package/dist/lib/testing/storyboard/request-builder.mjs.map +1 -1
- package/dist/lib/testing/storyboard/request-signing/functional-dispatch.d.mts +15 -0
- package/dist/lib/testing/storyboard/request-signing/functional-dispatch.d.ts +16 -0
- package/dist/lib/testing/storyboard/request-signing/functional-dispatch.d.ts.map +1 -0
- package/dist/lib/testing/storyboard/request-signing/functional-dispatch.js +106 -0
- package/dist/lib/testing/storyboard/request-signing/functional-dispatch.js.map +1 -0
- package/dist/lib/testing/storyboard/request-signing/functional-dispatch.mjs +82 -0
- package/dist/lib/testing/storyboard/request-signing/functional-dispatch.mjs.map +1 -0
- package/dist/lib/testing/storyboard/request-signing/test-kit.d.mts +15 -0
- package/dist/lib/testing/storyboard/request-signing/test-kit.d.ts +15 -0
- package/dist/lib/testing/storyboard/request-signing/test-kit.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/request-signing/test-kit.js +58 -0
- package/dist/lib/testing/storyboard/request-signing/test-kit.js.map +1 -1
- package/dist/lib/testing/storyboard/request-signing/test-kit.mjs +58 -0
- package/dist/lib/testing/storyboard/request-signing/test-kit.mjs.map +1 -1
- package/dist/lib/testing/storyboard/request-signing/vector-loader.d.mts +2 -0
- package/dist/lib/testing/storyboard/request-signing/vector-loader.d.ts +2 -0
- package/dist/lib/testing/storyboard/request-signing/vector-loader.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/request-signing/vector-loader.js +7 -1
- package/dist/lib/testing/storyboard/request-signing/vector-loader.js.map +1 -1
- package/dist/lib/testing/storyboard/request-signing/vector-loader.mjs +6 -1
- package/dist/lib/testing/storyboard/request-signing/vector-loader.mjs.map +1 -1
- package/dist/lib/testing/storyboard/runner.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/runner.js +67 -24
- package/dist/lib/testing/storyboard/runner.js.map +1 -1
- package/dist/lib/testing/storyboard/runner.mjs +67 -24
- package/dist/lib/testing/storyboard/runner.mjs.map +1 -1
- package/dist/lib/testing/storyboard/task-map.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/task-map.js +6 -2
- package/dist/lib/testing/storyboard/task-map.js.map +1 -1
- package/dist/lib/testing/storyboard/task-map.mjs +6 -2
- package/dist/lib/testing/storyboard/task-map.mjs.map +1 -1
- package/dist/lib/testing/storyboard/types.d.mts +5 -4
- package/dist/lib/testing/storyboard/types.d.ts +5 -4
- package/dist/lib/testing/storyboard/types.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/types.js.map +1 -1
- package/dist/lib/testing/storyboard/types.mjs.map +1 -1
- package/dist/lib/testing/storyboard/validations.d.mts +1 -1
- package/dist/lib/testing/storyboard/validations.d.ts +1 -1
- package/dist/lib/testing/storyboard/webhook-assertions.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/webhook-assertions.js +60 -4
- package/dist/lib/testing/storyboard/webhook-assertions.js.map +1 -1
- package/dist/lib/testing/storyboard/webhook-assertions.mjs +60 -4
- package/dist/lib/testing/storyboard/webhook-assertions.mjs.map +1 -1
- package/dist/lib/testing/storyboard/webhook-receiver.d.mts +15 -0
- package/dist/lib/testing/storyboard/webhook-receiver.d.ts +15 -0
- package/dist/lib/testing/storyboard/webhook-receiver.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/webhook-receiver.js +57 -6
- package/dist/lib/testing/storyboard/webhook-receiver.js.map +1 -1
- package/dist/lib/testing/storyboard/webhook-receiver.mjs +57 -6
- package/dist/lib/testing/storyboard/webhook-receiver.mjs.map +1 -1
- package/dist/lib/testing/types.d.mts +12 -0
- package/dist/lib/testing/types.d.ts +12 -0
- package/dist/lib/testing/types.d.ts.map +1 -1
- package/dist/lib/testing/types.js.map +1 -1
- package/dist/lib/types/comply-test-controller.d.ts +1 -14
- package/dist/lib/types/core.generated.d.mts +6 -3
- package/dist/lib/types/core.generated.d.ts +6 -3
- package/dist/lib/types/core.generated.d.ts.map +1 -1
- package/dist/lib/types/core.generated.js.map +1 -1
- package/dist/lib/types/get-products.d.ts +1 -14
- package/dist/lib/types/index.d.mts +1 -1
- package/dist/lib/types/index.d.ts +1 -1
- 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/types/list-transformers.d.ts +9 -5
- package/dist/lib/types/schemas.generated.d.ts +23 -352
- package/dist/lib/types/schemas.generated.d.ts.map +1 -1
- package/dist/lib/types/schemas.generated.js +7 -4
- package/dist/lib/types/schemas.generated.js.map +1 -1
- package/dist/lib/types/schemas.generated.mjs +6 -4
- package/dist/lib/types/schemas.generated.mjs.map +1 -1
- package/dist/lib/types/server-payload-aliases.d.mts +2 -1
- package/dist/lib/types/server-payload-aliases.d.ts +2 -1
- package/dist/lib/types/server-payload-aliases.d.ts.map +1 -1
- package/dist/lib/types/server-payload-aliases.js.map +1 -1
- package/dist/lib/types/tools.generated.d.mts +6 -3
- package/dist/lib/types/tools.generated.d.ts +6 -3
- package/dist/lib/types/tools.generated.d.ts.map +1 -1
- package/dist/lib/types/tools.generated.js.map +1 -1
- package/dist/lib/utils/build-creative-return-builders.d.mts +5 -1
- package/dist/lib/utils/build-creative-return-builders.d.ts +5 -1
- package/dist/lib/utils/build-creative-return-builders.d.ts.map +1 -1
- package/dist/lib/utils/build-creative-return-builders.js +9 -3
- package/dist/lib/utils/build-creative-return-builders.js.map +1 -1
- package/dist/lib/utils/build-creative-return-builders.mjs +7 -2
- package/dist/lib/utils/build-creative-return-builders.mjs.map +1 -1
- package/dist/lib/utils/response-unwrapper.js +1 -1
- package/dist/lib/utils/response-unwrapper.js.map +1 -1
- package/dist/lib/utils/response-unwrapper.mjs +1 -1
- package/dist/lib/utils/response-unwrapper.mjs.map +1 -1
- package/dist/lib/validation/schema-loader.d.ts.map +1 -1
- package/dist/lib/validation/schema-loader.js +16 -7
- package/dist/lib/validation/schema-loader.js.map +1 -1
- package/dist/lib/validation/schema-loader.mjs +16 -7
- package/dist/lib/validation/schema-loader.mjs.map +1 -1
- package/dist/lib/version.d.mts +3 -3
- package/dist/lib/version.d.ts +3 -3
- 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/llms.txt +2 -2
- package/docs/migration-5.x-to-6.x.md +3 -2
- package/docs/migration-task-registry-scoping.md +61 -0
- package/examples/hello_seller_adapter_guaranteed.ts +1 -1
- package/package.json +5 -5
- package/skills/build-decisioning-creative-template/SKILL.md +2 -2
- package/skills/build-decisioning-platform/SKILL.md +4 -2
- package/skills/build-decisioning-platform/advanced/REFERENCE.md +7 -6
|
@@ -4801,12 +4801,6 @@ export interface CanonicalFormatNativeInFeed {
|
|
|
4801
4801
|
buyer_asset_acceptance?: 'accepted' | 'rejected';
|
|
4802
4802
|
}
|
|
4803
4803
|
|
|
4804
|
-
/**
|
|
4805
|
-
* Product carries one or more inline ProductFormatDeclarations, each narrowing a canonical format. This is the 3.1+ format-option path introduced by RFC #3305. A single-element `format_options` array is the 90% case; multi-element arrays declare that the product accepts any of the listed format options.
|
|
4806
|
-
*/
|
|
4807
|
-
export interface CanonicalFormatProduct {
|
|
4808
|
-
}
|
|
4809
|
-
|
|
4810
4804
|
/**
|
|
4811
4805
|
* Buyer supplies a pool of typed assets (multiple headlines, descriptions, images, videos, logos); the surface algorithmically composes combinations per placement. **Composition is algorithmic** — surface picks combinations and reports per-asset performance breakdowns. Covers Google Responsive Display Ads (RDA), Responsive Search Ads (RSA), Performance Max (PMax), Demand Gen, and Meta Advantage+ creative. Industry term: "Responsive" (Google) / "Advantage+ creative" (Meta) / "Dynamic Creative" (older Meta term). Distinct from `sponsored_placement` (catalog-driven, deterministic) and `agent_placement` (AI-surface composition). The structured `slots` field below enumerates expected canonical asset_group_id slots; per-slot count/length narrowing lives in flat parameters (`headlines_min`, `headline_max_chars`, etc.).
|
|
4812
4806
|
*/
|
|
@@ -7691,13 +7685,6 @@ export interface MultiSize {
|
|
|
7691
7685
|
}[];
|
|
7692
7686
|
}
|
|
7693
7687
|
|
|
7694
|
-
/**
|
|
7695
|
-
* @deprecated
|
|
7696
|
-
* Deprecated 3.x compatibility branch. Product references one or more named formats by structured format_id ({ agent_url, id }). New 3.2 products use format_options.
|
|
7697
|
-
*/
|
|
7698
|
-
export interface NamedFormatProduct {
|
|
7699
|
-
}
|
|
7700
|
-
|
|
7701
7688
|
export interface NativeInFeedFormatDeclaration {
|
|
7702
7689
|
format_kind: 'native_in_feed';
|
|
7703
7690
|
params: CanonicalFormatNativeInFeed;
|
|
@@ -8542,7 +8529,7 @@ export type PricingStructure = 'fixed' | 'auction' | 'contingent';
|
|
|
8542
8529
|
/**
|
|
8543
8530
|
* Represents available advertising inventory
|
|
8544
8531
|
*/
|
|
8545
|
-
export type Product = {
|
|
8532
|
+
export type Product = {
|
|
8546
8533
|
/**
|
|
8547
8534
|
* Opaque identifier for this buyable product. For a non-custom wholesale product, sellers MUST reuse the ID for the same logical catalog offer within the seller and declared cache_scope across reads and wholesale-feed webhooks; feed and pricing versions communicate temporal catalog mutation, while retirement or replacement may end the identity. Concurrent or request-bound configurations whose effective targeting, disclosed targeting modifications, forecast assumptions, terms, or overlay support differ MUST use distinguishable configured product IDs. For is_custom: true, the ID identifies only the request-specific discovery/refinement lineage and is not stable across independent contexts. Sellers MUST keep every issued configured ID resolvable for its promised lifetime. Pricing variants within one logical product are distinguished by pricing_option_id: a seller MUST mint a new pricing_option_id whenever a binding fixed price, floor, currency, model, or priced applicability changes, and MUST NOT reinterpret an issued option ID at a new price. Selecting product_id plus pricing_option_id in create_media_buy accepts that returned configuration and commercial option.
|
|
8548
8535
|
*/
|
|
@@ -23,7 +23,7 @@ export type { MediaChannel, AudienceStatus, MediaBuyStatus, CreativeStatus, Plac
|
|
|
23
23
|
export type { SyncAudiencesRequest, SyncAudiencesResponse, SyncAudiencesSuccess, SyncAudiencesError, SyncCatalogsRequest, SyncCatalogsResponse, SyncCatalogsSuccess, SyncCatalogsError, SyncCatalogsAsyncSubmitted, SyncEventSourcesRequest, SyncEventSourcesResponse, SyncEventSourcesSuccess, SyncEventSourcesError, LogEventRequest, LogEventResponse, LogEventSuccess, LogEventError, } from './tools.generated.mjs';
|
|
24
24
|
export type { GetSignalsRequest, GetSignalsResponse, ActivateSignalRequest, ActivateSignalResponse, ActivateSignalSuccess, ActivateSignalError, SignalID, SignalValueType, SignalAvailabilityType, SignalAvailabilityType as SignalCatalogType, Destination, Deployment, ActivationKey, VendorPricingOption, SignalFilters, // embedded in GetSignalsRequest.filters
|
|
25
25
|
SignalTargeting, } from './tools.generated.mjs';
|
|
26
|
-
export type { BuildCreativeRequest, BuildCreativeResponse, BuildCreativeSuccess, BuildCreativeError, BuildCreativeMultiSuccess, BuildCreativeAsyncSubmitted, CreativeManifest, PreviewCreativeRequest, PreviewCreativeResponse, PreviewCreativeSingleResponse, PreviewCreativeVariantResponse, PreviewCreativeBatchResponse, PreviewBatchResultSuccess, PreviewBatchResultError, ListCreativeFormatsRequest, ListCreativeFormatsResponse, GetCreativeFeaturesRequest, GetCreativeFeaturesResponse, GetCreativeDeliveryRequest, GetCreativeDeliveryResponse, SyncCreativesRequest, SyncCreativesResponse, SyncCreativesSuccess, SyncCreativesError, SyncCreativesSubmitted, SyncCreativesAsyncSubmitted, ListCreativesRequest, ListCreativesResponse, CreativeFilters, CreativeAsset, CreativeQuality, Format, ProductFormatDeclaration, FormatIDParameter, } from './tools.generated.mjs';
|
|
26
|
+
export type { BuildCreativeRequest, BuildCreativeResponse, BuildCreativeSuccess, BuildCreativeError, BuildCreativeMultiSuccess, BuildCreativeVariantSuccess, BuildCreativeAsyncSubmitted, CreativeManifest, PreviewCreativeRequest, PreviewCreativeResponse, PreviewCreativeSingleResponse, PreviewCreativeVariantResponse, PreviewCreativeBatchResponse, PreviewBatchResultSuccess, PreviewBatchResultError, ListCreativeFormatsRequest, ListCreativeFormatsResponse, GetCreativeFeaturesRequest, GetCreativeFeaturesResponse, GetCreativeDeliveryRequest, GetCreativeDeliveryResponse, SyncCreativesRequest, SyncCreativesResponse, SyncCreativesSuccess, SyncCreativesError, SyncCreativesSubmitted, SyncCreativesAsyncSubmitted, ListCreativesRequest, ListCreativesResponse, CreativeFilters, CreativeAsset, CreativeQuality, Format, ProductFormatDeclaration, FormatIDParameter, } from './tools.generated.mjs';
|
|
27
27
|
export type { PropertyList, CreatePropertyListRequest, CreatePropertyListResponse, UpdatePropertyListRequest, UpdatePropertyListResponse, GetPropertyListRequest, GetPropertyListResponse, ListPropertyListsRequest, ListPropertyListsResponse, DeletePropertyListRequest, DeletePropertyListResponse, } from './tools.generated.mjs';
|
|
28
28
|
export type { CollectionList, CreateCollectionListRequest, CreateCollectionListResponse, UpdateCollectionListRequest, UpdateCollectionListResponse, GetCollectionListRequest, GetCollectionListResponse, ListCollectionListsRequest, ListCollectionListsResponse, DeleteCollectionListRequest, DeleteCollectionListResponse, } from './tools.generated.mjs';
|
|
29
29
|
export type { CheckGovernanceRequest, CheckGovernanceResponse, SyncGovernanceRequest, SyncGovernanceResponse, SyncGovernanceSuccess, SyncGovernanceError, CreateContentStandardsRequest, CreateContentStandardsResponse, UpdateContentStandardsRequest, UpdateContentStandardsResponse, UpdateContentStandardsSuccess, UpdateContentStandardsError, ListContentStandardsRequest, ListContentStandardsResponse, GetContentStandardsRequest, GetContentStandardsResponse, CalibrateContentRequest, CalibrateContentResponse, ValidateContentDeliveryRequest, ValidateContentDeliveryResponse, } from './tools.generated.mjs';
|
|
@@ -23,7 +23,7 @@ export type { MediaChannel, AudienceStatus, MediaBuyStatus, CreativeStatus, Plac
|
|
|
23
23
|
export type { SyncAudiencesRequest, SyncAudiencesResponse, SyncAudiencesSuccess, SyncAudiencesError, SyncCatalogsRequest, SyncCatalogsResponse, SyncCatalogsSuccess, SyncCatalogsError, SyncCatalogsAsyncSubmitted, SyncEventSourcesRequest, SyncEventSourcesResponse, SyncEventSourcesSuccess, SyncEventSourcesError, LogEventRequest, LogEventResponse, LogEventSuccess, LogEventError, } from './tools.generated';
|
|
24
24
|
export type { GetSignalsRequest, GetSignalsResponse, ActivateSignalRequest, ActivateSignalResponse, ActivateSignalSuccess, ActivateSignalError, SignalID, SignalValueType, SignalAvailabilityType, SignalAvailabilityType as SignalCatalogType, Destination, Deployment, ActivationKey, VendorPricingOption, SignalFilters, // embedded in GetSignalsRequest.filters
|
|
25
25
|
SignalTargeting, } from './tools.generated';
|
|
26
|
-
export type { BuildCreativeRequest, BuildCreativeResponse, BuildCreativeSuccess, BuildCreativeError, BuildCreativeMultiSuccess, BuildCreativeAsyncSubmitted, CreativeManifest, PreviewCreativeRequest, PreviewCreativeResponse, PreviewCreativeSingleResponse, PreviewCreativeVariantResponse, PreviewCreativeBatchResponse, PreviewBatchResultSuccess, PreviewBatchResultError, ListCreativeFormatsRequest, ListCreativeFormatsResponse, GetCreativeFeaturesRequest, GetCreativeFeaturesResponse, GetCreativeDeliveryRequest, GetCreativeDeliveryResponse, SyncCreativesRequest, SyncCreativesResponse, SyncCreativesSuccess, SyncCreativesError, SyncCreativesSubmitted, SyncCreativesAsyncSubmitted, ListCreativesRequest, ListCreativesResponse, CreativeFilters, CreativeAsset, CreativeQuality, Format, ProductFormatDeclaration, FormatIDParameter, } from './tools.generated';
|
|
26
|
+
export type { BuildCreativeRequest, BuildCreativeResponse, BuildCreativeSuccess, BuildCreativeError, BuildCreativeMultiSuccess, BuildCreativeVariantSuccess, BuildCreativeAsyncSubmitted, CreativeManifest, PreviewCreativeRequest, PreviewCreativeResponse, PreviewCreativeSingleResponse, PreviewCreativeVariantResponse, PreviewCreativeBatchResponse, PreviewBatchResultSuccess, PreviewBatchResultError, ListCreativeFormatsRequest, ListCreativeFormatsResponse, GetCreativeFeaturesRequest, GetCreativeFeaturesResponse, GetCreativeDeliveryRequest, GetCreativeDeliveryResponse, SyncCreativesRequest, SyncCreativesResponse, SyncCreativesSuccess, SyncCreativesError, SyncCreativesSubmitted, SyncCreativesAsyncSubmitted, ListCreativesRequest, ListCreativesResponse, CreativeFilters, CreativeAsset, CreativeQuality, Format, ProductFormatDeclaration, FormatIDParameter, } from './tools.generated';
|
|
27
27
|
export type { PropertyList, CreatePropertyListRequest, CreatePropertyListResponse, UpdatePropertyListRequest, UpdatePropertyListResponse, GetPropertyListRequest, GetPropertyListResponse, ListPropertyListsRequest, ListPropertyListsResponse, DeletePropertyListRequest, DeletePropertyListResponse, } from './tools.generated';
|
|
28
28
|
export type { CollectionList, CreateCollectionListRequest, CreateCollectionListResponse, UpdateCollectionListRequest, UpdateCollectionListResponse, GetCollectionListRequest, GetCollectionListResponse, ListCollectionListsRequest, ListCollectionListsResponse, DeleteCollectionListRequest, DeleteCollectionListResponse, } from './tools.generated';
|
|
29
29
|
export type { CheckGovernanceRequest, CheckGovernanceResponse, SyncGovernanceRequest, SyncGovernanceResponse, SyncGovernanceSuccess, SyncGovernanceError, CreateContentStandardsRequest, CreateContentStandardsResponse, UpdateContentStandardsRequest, UpdateContentStandardsResponse, UpdateContentStandardsSuccess, UpdateContentStandardsError, ListContentStandardsRequest, ListContentStandardsResponse, GetContentStandardsRequest, GetContentStandardsResponse, CalibrateContentRequest, CalibrateContentResponse, ValidateContentDeliveryRequest, ValidateContentDeliveryResponse, } from './tools.generated';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/types/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/types/index.ts"],"names":[],"mappings":"AACA,cAAc,QAAQ,CAAC;AAGvB,YAAY,EACV,WAAW,EACX,UAAU,EACV,WAAW,EACX,WAAW,EACX,2BAA2B,EAC3B,wBAAwB,EACxB,QAAQ,EACR,SAAS,EACT,0BAA0B,EAC1B,gCAAgC,EAChC,gCAAgC,EAChC,iCAAiC,EACjC,4BAA4B,EAC5B,2BAA2B,EAC3B,4BAA4B,EAC5B,+BAA+B,EAC/B,+BAA+B,EAC/B,4BAA4B,EAC5B,8BAA8B,GAC/B,MAAM,QAAQ,CAAC;AAOhB,YAAY,EAAE,+BAA+B,EAAE,MAAM,kBAAkB,CAAC;AAKxE,YAAY,EACV,wDAAwD,EACxD,mBAAmB,EACnB,yBAAyB,EACzB,yBAAyB,EACzB,0BAA0B,EAC1B,0BAA0B,EAC1B,0BAA0B,EAC1B,4BAA4B,EAC5B,2BAA2B,EAC3B,iCAAiC,EACjC,yDAAyD,EACzD,wBAAwB,EACxB,eAAe,GAChB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,kBAAkB,CAAC;AACxE,YAAY,EAAE,6BAA6B,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACrF,cAAc,0BAA0B,CAAC;AACzC;;;;;;GAMG;AACH,MAAM,MAAM,QAAQ,GAAG,+BAA+B,CAAC;AAqBvD,YAAY,EACV,gBAAgB,EAChB,mBAAmB,EACnB,oBAAoB,EACpB,mBAAmB,EACnB,oBAAoB,EACpB,mBAAmB,EACnB,iBAAiB,EACjB,2BAA2B,EAC3B,4BAA4B,EAC5B,2BAA2B,EAC3B,yBAAyB,GAC1B,MAAM,mBAAmB,CAAC;AAG3B,YAAY,EAAE,cAAc,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,mBAAmB,CAAC;AAGjH,YAAY,EACV,kBAAkB,EAClB,mBAAmB,EACnB,yBAAyB,EACzB,qBAAqB,EACrB,sBAAsB,EACtB,qBAAqB,EACrB,mBAAmB,EACnB,uBAAuB,EACvB,4BAA4B,EAC5B,qBAAqB,EACrB,sBAAsB,EACtB,qBAAqB,EACrB,mBAAmB,EACnB,4BAA4B,EAC5B,mBAAmB,EACnB,oBAAoB,EACpB,0BAA0B,EAC1B,2BAA2B,EAC3B,2BAA2B,EAC3B,4BAA4B,EAC5B,iCAAiC,EACjC,kCAAkC,EAClC,iCAAiC,EACjC,+BAA+B,EAC/B,gBAAgB,EAChB,iBAAiB,EACjB,kBAAkB,EAClB,mBAAmB,EACnB,wBAAwB,EACxB,yBAAyB,EACzB,uBAAuB,EACvB,wBAAwB,GACzB,MAAM,mBAAmB,CAAC;AAK3B,YAAY,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AACjE,YAAY,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AAGjE,YAAY,EAAE,aAAa,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAG7G,YAAY,EACV,YAAY,EACZ,cAAc,EACd,cAAc,EACd,cAAc,EACd,SAAS,EACT,yBAAyB,EACzB,qBAAqB,GACtB,MAAM,mBAAmB,CAAC;AAG3B,YAAY,EACV,oBAAoB,EACpB,qBAAqB,EACrB,oBAAoB,EACpB,kBAAkB,EAClB,mBAAmB,EACnB,oBAAoB,EACpB,mBAAmB,EACnB,iBAAiB,EACjB,0BAA0B,EAC1B,uBAAuB,EACvB,wBAAwB,EACxB,uBAAuB,EACvB,qBAAqB,EACrB,eAAe,EACf,gBAAgB,EAChB,eAAe,EACf,aAAa,GACd,MAAM,mBAAmB,CAAC;AAG3B,YAAY,EACV,iBAAiB,EACjB,kBAAkB,EAClB,qBAAqB,EACrB,sBAAsB,EACtB,qBAAqB,EACrB,mBAAmB,EACnB,QAAQ,EACR,eAAe,EACf,sBAAsB,EACtB,sBAAsB,IAAI,iBAAiB,EAC3C,WAAW,EACX,UAAU,EACV,aAAa,EACb,mBAAmB,EACnB,aAAa,EAAE,wCAAwC;AACvD,eAAe,GAChB,MAAM,mBAAmB,CAAC;AAG3B,YAAY,EACV,oBAAoB,EACpB,qBAAqB,EACrB,oBAAoB,EACpB,kBAAkB,EAClB,yBAAyB,EACzB,2BAA2B,EAC3B,2BAA2B,EAC3B,gBAAgB,EAChB,sBAAsB,EACtB,uBAAuB,EACvB,6BAA6B,EAC7B,8BAA8B,EAC9B,4BAA4B,EAC5B,yBAAyB,EACzB,uBAAuB,EACvB,0BAA0B,EAC1B,2BAA2B,EAC3B,0BAA0B,EAC1B,2BAA2B,EAC3B,0BAA0B,EAC1B,2BAA2B,EAC3B,oBAAoB,EACpB,qBAAqB,EACrB,oBAAoB,EACpB,kBAAkB,EAClB,sBAAsB,EACtB,2BAA2B,EAC3B,oBAAoB,EACpB,qBAAqB,EACrB,eAAe,EACf,aAAa,EACb,eAAe,EACf,MAAM,EACN,wBAAwB,EACxB,iBAAiB,GAClB,MAAM,mBAAmB,CAAC;AAG3B,YAAY,EACV,YAAY,EACZ,yBAAyB,EACzB,0BAA0B,EAC1B,yBAAyB,EACzB,0BAA0B,EAC1B,sBAAsB,EACtB,uBAAuB,EACvB,wBAAwB,EACxB,yBAAyB,EACzB,yBAAyB,EACzB,0BAA0B,GAC3B,MAAM,mBAAmB,CAAC;AAG3B,YAAY,EACV,cAAc,EACd,2BAA2B,EAC3B,4BAA4B,EAC5B,2BAA2B,EAC3B,4BAA4B,EAC5B,wBAAwB,EACxB,yBAAyB,EACzB,0BAA0B,EAC1B,2BAA2B,EAC3B,2BAA2B,EAC3B,4BAA4B,GAC7B,MAAM,mBAAmB,CAAC;AAG3B,YAAY,EACV,sBAAsB,EACtB,uBAAuB,EACvB,qBAAqB,EACrB,sBAAsB,EACtB,qBAAqB,EACrB,mBAAmB,EACnB,6BAA6B,EAC7B,8BAA8B,EAC9B,6BAA6B,EAC7B,8BAA8B,EAC9B,6BAA6B,EAC7B,2BAA2B,EAC3B,2BAA2B,EAC3B,4BAA4B,EAC5B,0BAA0B,EAC1B,2BAA2B,EAC3B,uBAAuB,EACvB,wBAAwB,EACxB,8BAA8B,EAC9B,+BAA+B,GAChC,MAAM,mBAAmB,CAAC;AAG3B,YAAY,EACV,oBAAoB,EACpB,qBAAqB,EACrB,wBAAwB,EACxB,yBAAyB,EACzB,oBAAoB,EACpB,qBAAqB,EACrB,yBAAyB,EACzB,0BAA0B,EAC1B,cAAc,EACd,UAAU,EACV,eAAe,EACf,WAAW,GACZ,MAAM,mBAAmB,CAAC;AAK3B,YAAY,EACV,uBAAuB,EACvB,wBAAwB,EACxB,uBAAuB,EACvB,gBAAgB,EAChB,iBAAiB,EACjB,gBAAgB,EAChB,oBAAoB,EACpB,qBAAqB,EACrB,qBAAqB,EACrB,4BAA4B,EAC5B,qBAAqB,EACrB,kBAAkB,EAClB,mBAAmB,EACnB,oBAAoB,EACpB,mBAAmB,EACnB,iBAAiB,EACjB,uBAAuB,EACvB,wBAAwB,EACxB,gBAAgB,EAChB,gBAAgB,EAChB,qBAAqB,EACrB,qBAAqB,EACrB,WAAW,EACX,gBAAgB,EAChB,QAAQ,EACR,SAAS,EACT,oBAAoB,GACrB,MAAM,kBAAkB,CAAC;AAI1B,cAAc,sBAAsB,CAAC;AASrC,cAAc,mBAAmB,CAAC;AAKlC,cAAc,aAAa,CAAC;AAK5B,cAAc,mBAAmB,CAAC;AAMlC,cAAc,0BAA0B,CAAC;AAMzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAK9B,cAAc,yBAAyB,CAAC;AAQxC,YAAY,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/lib/types/index.ts"],"sourcesContent":["// AdCP Core Types - Main exports for external consumers\nexport * from './adcp';\n\n// Re-export key types for easier importing\nexport type {\n AgentConfig,\n TestResult,\n TestRequest,\n ApiResponse,\n LegacyCreativeFormatSummary,\n LegacyAdvertisingProduct,\n MediaBuy,\n Targeting,\n LegacyManagedCreativeAsset,\n LegacyManageSyncCreativesRequest,\n LegacyManageListCreativesRequest,\n LegacyManageListCreativesResponse,\n LegacyManagedCreativeFilters,\n ManageCreativeAssetsRequest,\n ManageCreativeAssetsResponse,\n CreateMediaBuyAsyncResponseData,\n UpdateMediaBuyAsyncResponseData,\n GetProductsAsyncResponseData,\n SyncCreativesAsyncResponseData,\n} from './adcp';\n\n// Re-export the structured format identifier from generated core types.\n// AdCP 3.0.1 renamed the schema title from \"Format ID\" to \"Format Reference\n// (Structured Object)\" — purely a doc change, the wire shape is identical.\n// We expose the new canonical name AND keep the historical `FormatID` alias\n// so SDK consumers don't break across the version bump.\nexport type { FormatReferenceStructuredObject } from './core.generated';\n// Canonical-format declarations are part of the 3.2 authoring surface. Keep\n// these curated exports available from `@adcp/sdk/types` so adopters can type\n// check the shared array-valued `slots` contract without importing generated\n// implementation files.\nexport type {\n CanonicalFormatAgentPlacementAISurfaceSponsoredPlacement,\n CanonicalFormatBase,\n CanonicalFormatDAASTAudio,\n CanonicalFormatDisplayTag,\n CanonicalFormatHostedAudio,\n CanonicalFormatHostedVideo,\n CanonicalFormatHTML5Banner,\n CanonicalFormatImageCarousel,\n CanonicalFormatNativeInFeed,\n CanonicalFormatResponsiveCreative,\n CanonicalFormatSponsoredPlacementRetailMediaCatalogDriven,\n CanonicalFormatVASTVideo,\n ExtensionObject,\n} from './core.generated';\nimport type { FormatReferenceStructuredObject } from './core.generated';\nexport type { RequireCacheScopeWhenProducts, ServerPayload } from './server-payload';\nexport * from './server-payload-aliases';\n/**\n * @deprecated AdCP 3.0.1 renamed this type to `FormatReferenceStructuredObject`\n * (the wire shape is identical — pure documentation rename per the spec). This\n * alias is preserved for one minor cycle so existing imports keep compiling;\n * editor tooling will surface the rename so downstream code can migrate at its\n * own pace. Slated for removal in the next major.\n */\nexport type FormatID = FormatReferenceStructuredObject;\n\n// Re-export wire request/response types adopters need when building a\n// DecisioningPlatform or calling AdCP agents. Source of truth is\n// `tools.generated.ts`; this curated block is the public surface so\n// adopters never reach into generated files.\n//\n// Intentionally excluded — name conflicts with legacy adcp.ts shapes:\n// LegacyManageSyncCreativesRequest, LegacyManageListCreativesRequest, LegacyManageListCreativesResponse,\n// ManageCreativeAssetsRequest, ManageCreativeAssetsResponse (adcp.ts versions\n// already public via `export * from './adcp'` above; use those).\n// Intentionally excluded — comply-runner internals, not specialism surface:\n// ComplyTestControllerRequest/Response, SeedSuccess, SimulationSuccess,\n// ControllerError, ForcedDirectiveSuccess, StateTransitionSuccess,\n// ListScenariosSuccess.\n// Intentionally excluded — internal pagination/packaging sub-shapes, not\n// part of the top-level tool request/response surface:\n// PaginationRequest, PaginationResponse, PackageRequest,\n// TMPResponseType, WebhookResponseType.\n\n// Account model + account operations\nexport type {\n AccountReference,\n ListAccountsRequest,\n ListAccountsResponse,\n SyncAccountsRequest,\n SyncAccountsResponse,\n SyncAccountsSuccess,\n SyncAccountsError,\n GetAccountFinancialsRequest,\n GetAccountFinancialsResponse,\n GetAccountFinancialsSuccess,\n GetAccountFinancialsError,\n} from './tools.generated';\n\n// Capabilities\nexport type { AdCPSpecialism, GetAdCPCapabilitiesRequest, GetAdCPCapabilitiesResponse } from './tools.generated';\n\n// Sales — media buy\nexport type {\n GetProductsRequest,\n GetProductsResponse,\n GetProductsAsyncSubmitted,\n CreateMediaBuyRequest,\n CreateMediaBuyResponse,\n CreateMediaBuySuccess,\n CreateMediaBuyError,\n CreateMediaBuySubmitted,\n CreateMediaBuyAsyncSubmitted,\n UpdateMediaBuyRequest,\n UpdateMediaBuyResponse,\n UpdateMediaBuySuccess,\n UpdateMediaBuyError,\n UpdateMediaBuyAsyncSubmitted,\n GetMediaBuysRequest,\n GetMediaBuysResponse,\n GetMediaBuyDeliveryRequest,\n GetMediaBuyDeliveryResponse,\n GetMediaBuyArtifactsRequest,\n GetMediaBuyArtifactsResponse,\n ProvidePerformanceFeedbackRequest,\n ProvidePerformanceFeedbackResponse,\n ProvidePerformanceFeedbackSuccess,\n ProvidePerformanceFeedbackError,\n SyncPlansRequest,\n SyncPlansResponse,\n ReportUsageRequest,\n ReportUsageResponse,\n ReportPlanOutcomeRequest,\n ReportPlanOutcomeResponse,\n GetPlanAuditLogsRequest,\n GetPlanAuditLogsResponse,\n} from './tools.generated';\n\n// Compact proposal authoring. The response is owned by core.generated so\n// every public surface retains its discriminated branches and non-empty\n// tuple guarantees instead of the weaker aggregate-tool projection.\nexport type { RequestProposalsRequest } from './tools.generated';\nexport type { RequestProposalsResponse } from './core.generated';\n\n// Pricing models (discriminated union across pricing types)\nexport type { PricingOption, CPMPricingOption, CPCPricingOption, CPVPricingOption } from './tools.generated';\n\n// Media-channel + status enums; publisher property + reporting shapes\nexport type {\n MediaChannel,\n AudienceStatus,\n MediaBuyStatus,\n CreativeStatus,\n Placement,\n PublisherPropertySelector,\n ReportingCapabilities,\n} from './tools.generated';\n\n// Audiences, catalogs, event sources, and events (audience-sync + retail media)\nexport type {\n SyncAudiencesRequest,\n SyncAudiencesResponse,\n SyncAudiencesSuccess,\n SyncAudiencesError,\n SyncCatalogsRequest,\n SyncCatalogsResponse,\n SyncCatalogsSuccess,\n SyncCatalogsError,\n SyncCatalogsAsyncSubmitted,\n SyncEventSourcesRequest,\n SyncEventSourcesResponse,\n SyncEventSourcesSuccess,\n SyncEventSourcesError,\n LogEventRequest,\n LogEventResponse,\n LogEventSuccess,\n LogEventError,\n} from './tools.generated';\n\n// Signals\nexport type {\n GetSignalsRequest,\n GetSignalsResponse,\n ActivateSignalRequest,\n ActivateSignalResponse,\n ActivateSignalSuccess,\n ActivateSignalError,\n SignalID,\n SignalValueType,\n SignalAvailabilityType,\n SignalAvailabilityType as SignalCatalogType,\n Destination,\n Deployment,\n ActivationKey,\n VendorPricingOption,\n SignalFilters, // embedded in GetSignalsRequest.filters\n SignalTargeting, // embedded in ActivateSignalRequest.signal_targeting\n} from './tools.generated';\n\n// Creative\nexport type {\n BuildCreativeRequest,\n BuildCreativeResponse,\n BuildCreativeSuccess,\n BuildCreativeError,\n BuildCreativeMultiSuccess,\n BuildCreativeAsyncSubmitted,\n CreativeManifest,\n PreviewCreativeRequest,\n PreviewCreativeResponse,\n PreviewCreativeSingleResponse,\n PreviewCreativeVariantResponse,\n PreviewCreativeBatchResponse,\n PreviewBatchResultSuccess,\n PreviewBatchResultError,\n ListCreativeFormatsRequest,\n ListCreativeFormatsResponse,\n GetCreativeFeaturesRequest,\n GetCreativeFeaturesResponse,\n GetCreativeDeliveryRequest,\n GetCreativeDeliveryResponse,\n SyncCreativesRequest,\n SyncCreativesResponse,\n SyncCreativesSuccess,\n SyncCreativesError,\n SyncCreativesSubmitted,\n SyncCreativesAsyncSubmitted,\n ListCreativesRequest,\n ListCreativesResponse,\n CreativeFilters,\n CreativeAsset,\n CreativeQuality,\n Format,\n ProductFormatDeclaration,\n FormatIDParameter,\n} from './tools.generated';\n\n// Governance — property lists\nexport type {\n PropertyList,\n CreatePropertyListRequest,\n CreatePropertyListResponse,\n UpdatePropertyListRequest,\n UpdatePropertyListResponse,\n GetPropertyListRequest,\n GetPropertyListResponse,\n ListPropertyListsRequest,\n ListPropertyListsResponse,\n DeletePropertyListRequest,\n DeletePropertyListResponse,\n} from './tools.generated';\n\n// Governance — collection lists\nexport type {\n CollectionList,\n CreateCollectionListRequest,\n CreateCollectionListResponse,\n UpdateCollectionListRequest,\n UpdateCollectionListResponse,\n GetCollectionListRequest,\n GetCollectionListResponse,\n ListCollectionListsRequest,\n ListCollectionListsResponse,\n DeleteCollectionListRequest,\n DeleteCollectionListResponse,\n} from './tools.generated';\n\n// Governance — content standards + delivery validation\nexport type {\n CheckGovernanceRequest,\n CheckGovernanceResponse,\n SyncGovernanceRequest,\n SyncGovernanceResponse,\n SyncGovernanceSuccess,\n SyncGovernanceError,\n CreateContentStandardsRequest,\n CreateContentStandardsResponse,\n UpdateContentStandardsRequest,\n UpdateContentStandardsResponse,\n UpdateContentStandardsSuccess,\n UpdateContentStandardsError,\n ListContentStandardsRequest,\n ListContentStandardsResponse,\n GetContentStandardsRequest,\n GetContentStandardsResponse,\n CalibrateContentRequest,\n CalibrateContentResponse,\n ValidateContentDeliveryRequest,\n ValidateContentDeliveryResponse,\n} from './tools.generated';\n\n// Sponsored intelligence\nexport type {\n SIGetOfferingRequest,\n SIGetOfferingResponse,\n SIInitiateSessionRequest,\n SIInitiateSessionResponse,\n SISendMessageRequest,\n SISendMessageResponse,\n SITerminateSessionRequest,\n SITerminateSessionResponse,\n SICapabilities,\n SIIdentity,\n SISessionStatus,\n SIUIElement,\n} from './tools.generated';\n\n// Brand rights — identity discovery + licensing for branded inventory.\n// `creative_approval` is webhook-only (not an MCP/A2A tool) — types\n// re-exported for adopters wiring their own HTTP receiver.\nexport type {\n GetBrandIdentityRequest,\n GetBrandIdentityResponse,\n GetBrandIdentitySuccess,\n GetRightsRequest,\n GetRightsResponse,\n GetRightsSuccess,\n AcquireRightsRequest,\n AcquireRightsResponse,\n AcquireRightsAcquired,\n AcquireRightsPendingApproval,\n AcquireRightsRejected,\n AcquireRightsError,\n UpdateRightsRequest,\n UpdateRightsResponse,\n UpdateRightsSuccess,\n UpdateRightsError,\n CreativeApprovalRequest,\n CreativeApprovalResponse,\n CreativeApproved,\n CreativeRejected,\n CreativePendingReview,\n CreativeApprovalError,\n RightsTerms,\n RightsConstraint,\n RightUse,\n RightType,\n GenerationCredential,\n} from './core.generated';\n\n// Strict format asset slot types (hand-authored — the codegen drops the\n// discriminated per-asset-type branches of Format.assets[]).\nexport * from './format-asset-slots';\n\n// Discriminated union of creative asset INSTANCES (what a buyer delivers\n// inside `creative_manifest.assets`). Companion to format-asset-slots.ts\n// (which describes what a publisher SELLS in `Format.assets[]`). The\n// individual ImageAsset / VideoAsset / etc. interfaces and their canonical\n// `AssetVariant` union are generated. `AssetInstance` aliases that union so\n// every registry-backed asset branch remains available without curated drift.\n// `AssetVariant` itself is intentionally not re-exported.\nexport * from './asset-instances';\n\n// Strict per-row types for sync_* response success arms. The codegen\n// leaves these row shapes inline; named types make the discriminators\n// (e.g., SyncAccountsResponseRow.action) reachable to handler authors.\nexport * from './sync-rows';\n\n// Re-export const-array enum values (e.g., MediaChannelValues, PacingValues)\n// for consumers that need to enumerate or validate against the spec's\n// literal sets without re-deriving them from Zod schemas.\nexport * from './enums.generated';\n\n// Re-export inline-union value arrays for anonymous string-literal unions\n// inside named schemas (e.g., ImageAssetRequirements_FormatsValues,\n// VideoAssetRequirements_ContainersValues). Companion to enums.generated;\n// see scripts/generate-inline-enum-arrays.ts.\nexport * from './inline-enums.generated';\n\n// Back-compat aliases for inline-enum exports collapsed in AdCP 3.0.1\n// (adcp#3148 / #3174 hoisted byte-identical literal sets into shared\n// `enums/*.json` files). Each alias is `@deprecated` so editor tooling\n// surfaces the canonical replacement; slated for removal in the next major.\nexport * from './inline-enums.aliases';\nexport * from './enum-compat';\n\n// Back-compat aliases for the 6 error-details schemas renamed in AdCP 3.0.x\n// (adcp#3149 / adcp#3566 canonicalized SCREAMING_SNAKE titles into Title Case).\n// Each alias is `@deprecated`; slated for removal in the next major.\nexport * from './error-details.aliases';\n\n// Well-known file shapes (brand.json, adagents.json) inferred from the\n// canonical Zod schemas. Re-exported so adopters can derive types like\n// `BrandDefinition` directly from the spec instead of hand-rolling\n// interfaces that drift across versions. Source of truth is the schema\n// cache (`schemas/cache/{version}/{brand,adagents}.json`) — regenerate\n// with `npm run generate-wellknown-schemas` when the spec bumps.\nexport type { BrandJson, AdagentsJson } from './wellknown-schemas.generated';\nexport { BrandJsonSchema, AdagentsJsonSchema } from './wellknown-schemas.generated';\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,0BAAc,mBADd;AAqDA,0BAAc,qCArDd;AAmVA,0BAAc,iCAnVd;AA4VA,0BAAc,8BA5Vd;AAiWA,0BAAc,wBAjWd;AAsWA,0BAAc,8BAtWd;AA4WA,0BAAc,qCA5Wd;AAkXA,0BAAc,mCAlXd;AAmXA,0BAAc,0BAnXd;AAwXA,0BAAc,oCAxXd;AAiYA,+BAAoD;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../src/lib/types/index.ts"],"sourcesContent":["// AdCP Core Types - Main exports for external consumers\nexport * from './adcp';\n\n// Re-export key types for easier importing\nexport type {\n AgentConfig,\n TestResult,\n TestRequest,\n ApiResponse,\n LegacyCreativeFormatSummary,\n LegacyAdvertisingProduct,\n MediaBuy,\n Targeting,\n LegacyManagedCreativeAsset,\n LegacyManageSyncCreativesRequest,\n LegacyManageListCreativesRequest,\n LegacyManageListCreativesResponse,\n LegacyManagedCreativeFilters,\n ManageCreativeAssetsRequest,\n ManageCreativeAssetsResponse,\n CreateMediaBuyAsyncResponseData,\n UpdateMediaBuyAsyncResponseData,\n GetProductsAsyncResponseData,\n SyncCreativesAsyncResponseData,\n} from './adcp';\n\n// Re-export the structured format identifier from generated core types.\n// AdCP 3.0.1 renamed the schema title from \"Format ID\" to \"Format Reference\n// (Structured Object)\" — purely a doc change, the wire shape is identical.\n// We expose the new canonical name AND keep the historical `FormatID` alias\n// so SDK consumers don't break across the version bump.\nexport type { FormatReferenceStructuredObject } from './core.generated';\n// Canonical-format declarations are part of the 3.2 authoring surface. Keep\n// these curated exports available from `@adcp/sdk/types` so adopters can type\n// check the shared array-valued `slots` contract without importing generated\n// implementation files.\nexport type {\n CanonicalFormatAgentPlacementAISurfaceSponsoredPlacement,\n CanonicalFormatBase,\n CanonicalFormatDAASTAudio,\n CanonicalFormatDisplayTag,\n CanonicalFormatHostedAudio,\n CanonicalFormatHostedVideo,\n CanonicalFormatHTML5Banner,\n CanonicalFormatImageCarousel,\n CanonicalFormatNativeInFeed,\n CanonicalFormatResponsiveCreative,\n CanonicalFormatSponsoredPlacementRetailMediaCatalogDriven,\n CanonicalFormatVASTVideo,\n ExtensionObject,\n} from './core.generated';\nimport type { FormatReferenceStructuredObject } from './core.generated';\nexport type { RequireCacheScopeWhenProducts, ServerPayload } from './server-payload';\nexport * from './server-payload-aliases';\n/**\n * @deprecated AdCP 3.0.1 renamed this type to `FormatReferenceStructuredObject`\n * (the wire shape is identical — pure documentation rename per the spec). This\n * alias is preserved for one minor cycle so existing imports keep compiling;\n * editor tooling will surface the rename so downstream code can migrate at its\n * own pace. Slated for removal in the next major.\n */\nexport type FormatID = FormatReferenceStructuredObject;\n\n// Re-export wire request/response types adopters need when building a\n// DecisioningPlatform or calling AdCP agents. Source of truth is\n// `tools.generated.ts`; this curated block is the public surface so\n// adopters never reach into generated files.\n//\n// Intentionally excluded — name conflicts with legacy adcp.ts shapes:\n// LegacyManageSyncCreativesRequest, LegacyManageListCreativesRequest, LegacyManageListCreativesResponse,\n// ManageCreativeAssetsRequest, ManageCreativeAssetsResponse (adcp.ts versions\n// already public via `export * from './adcp'` above; use those).\n// Intentionally excluded — comply-runner internals, not specialism surface:\n// ComplyTestControllerRequest/Response, SeedSuccess, SimulationSuccess,\n// ControllerError, ForcedDirectiveSuccess, StateTransitionSuccess,\n// ListScenariosSuccess.\n// Intentionally excluded — internal pagination/packaging sub-shapes, not\n// part of the top-level tool request/response surface:\n// PaginationRequest, PaginationResponse, PackageRequest,\n// TMPResponseType, WebhookResponseType.\n\n// Account model + account operations\nexport type {\n AccountReference,\n ListAccountsRequest,\n ListAccountsResponse,\n SyncAccountsRequest,\n SyncAccountsResponse,\n SyncAccountsSuccess,\n SyncAccountsError,\n GetAccountFinancialsRequest,\n GetAccountFinancialsResponse,\n GetAccountFinancialsSuccess,\n GetAccountFinancialsError,\n} from './tools.generated';\n\n// Capabilities\nexport type { AdCPSpecialism, GetAdCPCapabilitiesRequest, GetAdCPCapabilitiesResponse } from './tools.generated';\n\n// Sales — media buy\nexport type {\n GetProductsRequest,\n GetProductsResponse,\n GetProductsAsyncSubmitted,\n CreateMediaBuyRequest,\n CreateMediaBuyResponse,\n CreateMediaBuySuccess,\n CreateMediaBuyError,\n CreateMediaBuySubmitted,\n CreateMediaBuyAsyncSubmitted,\n UpdateMediaBuyRequest,\n UpdateMediaBuyResponse,\n UpdateMediaBuySuccess,\n UpdateMediaBuyError,\n UpdateMediaBuyAsyncSubmitted,\n GetMediaBuysRequest,\n GetMediaBuysResponse,\n GetMediaBuyDeliveryRequest,\n GetMediaBuyDeliveryResponse,\n GetMediaBuyArtifactsRequest,\n GetMediaBuyArtifactsResponse,\n ProvidePerformanceFeedbackRequest,\n ProvidePerformanceFeedbackResponse,\n ProvidePerformanceFeedbackSuccess,\n ProvidePerformanceFeedbackError,\n SyncPlansRequest,\n SyncPlansResponse,\n ReportUsageRequest,\n ReportUsageResponse,\n ReportPlanOutcomeRequest,\n ReportPlanOutcomeResponse,\n GetPlanAuditLogsRequest,\n GetPlanAuditLogsResponse,\n} from './tools.generated';\n\n// Compact proposal authoring. The response is owned by core.generated so\n// every public surface retains its discriminated branches and non-empty\n// tuple guarantees instead of the weaker aggregate-tool projection.\nexport type { RequestProposalsRequest } from './tools.generated';\nexport type { RequestProposalsResponse } from './core.generated';\n\n// Pricing models (discriminated union across pricing types)\nexport type { PricingOption, CPMPricingOption, CPCPricingOption, CPVPricingOption } from './tools.generated';\n\n// Media-channel + status enums; publisher property + reporting shapes\nexport type {\n MediaChannel,\n AudienceStatus,\n MediaBuyStatus,\n CreativeStatus,\n Placement,\n PublisherPropertySelector,\n ReportingCapabilities,\n} from './tools.generated';\n\n// Audiences, catalogs, event sources, and events (audience-sync + retail media)\nexport type {\n SyncAudiencesRequest,\n SyncAudiencesResponse,\n SyncAudiencesSuccess,\n SyncAudiencesError,\n SyncCatalogsRequest,\n SyncCatalogsResponse,\n SyncCatalogsSuccess,\n SyncCatalogsError,\n SyncCatalogsAsyncSubmitted,\n SyncEventSourcesRequest,\n SyncEventSourcesResponse,\n SyncEventSourcesSuccess,\n SyncEventSourcesError,\n LogEventRequest,\n LogEventResponse,\n LogEventSuccess,\n LogEventError,\n} from './tools.generated';\n\n// Signals\nexport type {\n GetSignalsRequest,\n GetSignalsResponse,\n ActivateSignalRequest,\n ActivateSignalResponse,\n ActivateSignalSuccess,\n ActivateSignalError,\n SignalID,\n SignalValueType,\n SignalAvailabilityType,\n SignalAvailabilityType as SignalCatalogType,\n Destination,\n Deployment,\n ActivationKey,\n VendorPricingOption,\n SignalFilters, // embedded in GetSignalsRequest.filters\n SignalTargeting, // embedded in ActivateSignalRequest.signal_targeting\n} from './tools.generated';\n\n// Creative\nexport type {\n BuildCreativeRequest,\n BuildCreativeResponse,\n BuildCreativeSuccess,\n BuildCreativeError,\n BuildCreativeMultiSuccess,\n BuildCreativeVariantSuccess,\n BuildCreativeAsyncSubmitted,\n CreativeManifest,\n PreviewCreativeRequest,\n PreviewCreativeResponse,\n PreviewCreativeSingleResponse,\n PreviewCreativeVariantResponse,\n PreviewCreativeBatchResponse,\n PreviewBatchResultSuccess,\n PreviewBatchResultError,\n ListCreativeFormatsRequest,\n ListCreativeFormatsResponse,\n GetCreativeFeaturesRequest,\n GetCreativeFeaturesResponse,\n GetCreativeDeliveryRequest,\n GetCreativeDeliveryResponse,\n SyncCreativesRequest,\n SyncCreativesResponse,\n SyncCreativesSuccess,\n SyncCreativesError,\n SyncCreativesSubmitted,\n SyncCreativesAsyncSubmitted,\n ListCreativesRequest,\n ListCreativesResponse,\n CreativeFilters,\n CreativeAsset,\n CreativeQuality,\n Format,\n ProductFormatDeclaration,\n FormatIDParameter,\n} from './tools.generated';\n\n// Governance — property lists\nexport type {\n PropertyList,\n CreatePropertyListRequest,\n CreatePropertyListResponse,\n UpdatePropertyListRequest,\n UpdatePropertyListResponse,\n GetPropertyListRequest,\n GetPropertyListResponse,\n ListPropertyListsRequest,\n ListPropertyListsResponse,\n DeletePropertyListRequest,\n DeletePropertyListResponse,\n} from './tools.generated';\n\n// Governance — collection lists\nexport type {\n CollectionList,\n CreateCollectionListRequest,\n CreateCollectionListResponse,\n UpdateCollectionListRequest,\n UpdateCollectionListResponse,\n GetCollectionListRequest,\n GetCollectionListResponse,\n ListCollectionListsRequest,\n ListCollectionListsResponse,\n DeleteCollectionListRequest,\n DeleteCollectionListResponse,\n} from './tools.generated';\n\n// Governance — content standards + delivery validation\nexport type {\n CheckGovernanceRequest,\n CheckGovernanceResponse,\n SyncGovernanceRequest,\n SyncGovernanceResponse,\n SyncGovernanceSuccess,\n SyncGovernanceError,\n CreateContentStandardsRequest,\n CreateContentStandardsResponse,\n UpdateContentStandardsRequest,\n UpdateContentStandardsResponse,\n UpdateContentStandardsSuccess,\n UpdateContentStandardsError,\n ListContentStandardsRequest,\n ListContentStandardsResponse,\n GetContentStandardsRequest,\n GetContentStandardsResponse,\n CalibrateContentRequest,\n CalibrateContentResponse,\n ValidateContentDeliveryRequest,\n ValidateContentDeliveryResponse,\n} from './tools.generated';\n\n// Sponsored intelligence\nexport type {\n SIGetOfferingRequest,\n SIGetOfferingResponse,\n SIInitiateSessionRequest,\n SIInitiateSessionResponse,\n SISendMessageRequest,\n SISendMessageResponse,\n SITerminateSessionRequest,\n SITerminateSessionResponse,\n SICapabilities,\n SIIdentity,\n SISessionStatus,\n SIUIElement,\n} from './tools.generated';\n\n// Brand rights — identity discovery + licensing for branded inventory.\n// `creative_approval` is webhook-only (not an MCP/A2A tool) — types\n// re-exported for adopters wiring their own HTTP receiver.\nexport type {\n GetBrandIdentityRequest,\n GetBrandIdentityResponse,\n GetBrandIdentitySuccess,\n GetRightsRequest,\n GetRightsResponse,\n GetRightsSuccess,\n AcquireRightsRequest,\n AcquireRightsResponse,\n AcquireRightsAcquired,\n AcquireRightsPendingApproval,\n AcquireRightsRejected,\n AcquireRightsError,\n UpdateRightsRequest,\n UpdateRightsResponse,\n UpdateRightsSuccess,\n UpdateRightsError,\n CreativeApprovalRequest,\n CreativeApprovalResponse,\n CreativeApproved,\n CreativeRejected,\n CreativePendingReview,\n CreativeApprovalError,\n RightsTerms,\n RightsConstraint,\n RightUse,\n RightType,\n GenerationCredential,\n} from './core.generated';\n\n// Strict format asset slot types (hand-authored — the codegen drops the\n// discriminated per-asset-type branches of Format.assets[]).\nexport * from './format-asset-slots';\n\n// Discriminated union of creative asset INSTANCES (what a buyer delivers\n// inside `creative_manifest.assets`). Companion to format-asset-slots.ts\n// (which describes what a publisher SELLS in `Format.assets[]`). The\n// individual ImageAsset / VideoAsset / etc. interfaces and their canonical\n// `AssetVariant` union are generated. `AssetInstance` aliases that union so\n// every registry-backed asset branch remains available without curated drift.\n// `AssetVariant` itself is intentionally not re-exported.\nexport * from './asset-instances';\n\n// Strict per-row types for sync_* response success arms. The codegen\n// leaves these row shapes inline; named types make the discriminators\n// (e.g., SyncAccountsResponseRow.action) reachable to handler authors.\nexport * from './sync-rows';\n\n// Re-export const-array enum values (e.g., MediaChannelValues, PacingValues)\n// for consumers that need to enumerate or validate against the spec's\n// literal sets without re-deriving them from Zod schemas.\nexport * from './enums.generated';\n\n// Re-export inline-union value arrays for anonymous string-literal unions\n// inside named schemas (e.g., ImageAssetRequirements_FormatsValues,\n// VideoAssetRequirements_ContainersValues). Companion to enums.generated;\n// see scripts/generate-inline-enum-arrays.ts.\nexport * from './inline-enums.generated';\n\n// Back-compat aliases for inline-enum exports collapsed in AdCP 3.0.1\n// (adcp#3148 / #3174 hoisted byte-identical literal sets into shared\n// `enums/*.json` files). Each alias is `@deprecated` so editor tooling\n// surfaces the canonical replacement; slated for removal in the next major.\nexport * from './inline-enums.aliases';\nexport * from './enum-compat';\n\n// Back-compat aliases for the 6 error-details schemas renamed in AdCP 3.0.x\n// (adcp#3149 / adcp#3566 canonicalized SCREAMING_SNAKE titles into Title Case).\n// Each alias is `@deprecated`; slated for removal in the next major.\nexport * from './error-details.aliases';\n\n// Well-known file shapes (brand.json, adagents.json) inferred from the\n// canonical Zod schemas. Re-exported so adopters can derive types like\n// `BrandDefinition` directly from the spec instead of hand-rolling\n// interfaces that drift across versions. Source of truth is the schema\n// cache (`schemas/cache/{version}/{brand,adagents}.json`) — regenerate\n// with `npm run generate-wellknown-schemas` when the spec bumps.\nexport type { BrandJson, AdagentsJson } from './wellknown-schemas.generated';\nexport { BrandJsonSchema, AdagentsJsonSchema } from './wellknown-schemas.generated';\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,0BAAc,mBADd;AAqDA,0BAAc,qCArDd;AAoVA,0BAAc,iCApVd;AA6VA,0BAAc,8BA7Vd;AAkWA,0BAAc,wBAlWd;AAuWA,0BAAc,8BAvWd;AA6WA,0BAAc,qCA7Wd;AAmXA,0BAAc,mCAnXd;AAoXA,0BAAc,0BApXd;AAyXA,0BAAc,oCAzXd;AAkYA,+BAAoD;","names":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/lib/types/index.ts"],"sourcesContent":["// AdCP Core Types - Main exports for external consumers\nexport * from './adcp';\n\n// Re-export key types for easier importing\nexport type {\n AgentConfig,\n TestResult,\n TestRequest,\n ApiResponse,\n LegacyCreativeFormatSummary,\n LegacyAdvertisingProduct,\n MediaBuy,\n Targeting,\n LegacyManagedCreativeAsset,\n LegacyManageSyncCreativesRequest,\n LegacyManageListCreativesRequest,\n LegacyManageListCreativesResponse,\n LegacyManagedCreativeFilters,\n ManageCreativeAssetsRequest,\n ManageCreativeAssetsResponse,\n CreateMediaBuyAsyncResponseData,\n UpdateMediaBuyAsyncResponseData,\n GetProductsAsyncResponseData,\n SyncCreativesAsyncResponseData,\n} from './adcp';\n\n// Re-export the structured format identifier from generated core types.\n// AdCP 3.0.1 renamed the schema title from \"Format ID\" to \"Format Reference\n// (Structured Object)\" — purely a doc change, the wire shape is identical.\n// We expose the new canonical name AND keep the historical `FormatID` alias\n// so SDK consumers don't break across the version bump.\nexport type { FormatReferenceStructuredObject } from './core.generated';\n// Canonical-format declarations are part of the 3.2 authoring surface. Keep\n// these curated exports available from `@adcp/sdk/types` so adopters can type\n// check the shared array-valued `slots` contract without importing generated\n// implementation files.\nexport type {\n CanonicalFormatAgentPlacementAISurfaceSponsoredPlacement,\n CanonicalFormatBase,\n CanonicalFormatDAASTAudio,\n CanonicalFormatDisplayTag,\n CanonicalFormatHostedAudio,\n CanonicalFormatHostedVideo,\n CanonicalFormatHTML5Banner,\n CanonicalFormatImageCarousel,\n CanonicalFormatNativeInFeed,\n CanonicalFormatResponsiveCreative,\n CanonicalFormatSponsoredPlacementRetailMediaCatalogDriven,\n CanonicalFormatVASTVideo,\n ExtensionObject,\n} from './core.generated';\nimport type { FormatReferenceStructuredObject } from './core.generated';\nexport type { RequireCacheScopeWhenProducts, ServerPayload } from './server-payload';\nexport * from './server-payload-aliases';\n/**\n * @deprecated AdCP 3.0.1 renamed this type to `FormatReferenceStructuredObject`\n * (the wire shape is identical — pure documentation rename per the spec). This\n * alias is preserved for one minor cycle so existing imports keep compiling;\n * editor tooling will surface the rename so downstream code can migrate at its\n * own pace. Slated for removal in the next major.\n */\nexport type FormatID = FormatReferenceStructuredObject;\n\n// Re-export wire request/response types adopters need when building a\n// DecisioningPlatform or calling AdCP agents. Source of truth is\n// `tools.generated.ts`; this curated block is the public surface so\n// adopters never reach into generated files.\n//\n// Intentionally excluded — name conflicts with legacy adcp.ts shapes:\n// LegacyManageSyncCreativesRequest, LegacyManageListCreativesRequest, LegacyManageListCreativesResponse,\n// ManageCreativeAssetsRequest, ManageCreativeAssetsResponse (adcp.ts versions\n// already public via `export * from './adcp'` above; use those).\n// Intentionally excluded — comply-runner internals, not specialism surface:\n// ComplyTestControllerRequest/Response, SeedSuccess, SimulationSuccess,\n// ControllerError, ForcedDirectiveSuccess, StateTransitionSuccess,\n// ListScenariosSuccess.\n// Intentionally excluded — internal pagination/packaging sub-shapes, not\n// part of the top-level tool request/response surface:\n// PaginationRequest, PaginationResponse, PackageRequest,\n// TMPResponseType, WebhookResponseType.\n\n// Account model + account operations\nexport type {\n AccountReference,\n ListAccountsRequest,\n ListAccountsResponse,\n SyncAccountsRequest,\n SyncAccountsResponse,\n SyncAccountsSuccess,\n SyncAccountsError,\n GetAccountFinancialsRequest,\n GetAccountFinancialsResponse,\n GetAccountFinancialsSuccess,\n GetAccountFinancialsError,\n} from './tools.generated';\n\n// Capabilities\nexport type { AdCPSpecialism, GetAdCPCapabilitiesRequest, GetAdCPCapabilitiesResponse } from './tools.generated';\n\n// Sales — media buy\nexport type {\n GetProductsRequest,\n GetProductsResponse,\n GetProductsAsyncSubmitted,\n CreateMediaBuyRequest,\n CreateMediaBuyResponse,\n CreateMediaBuySuccess,\n CreateMediaBuyError,\n CreateMediaBuySubmitted,\n CreateMediaBuyAsyncSubmitted,\n UpdateMediaBuyRequest,\n UpdateMediaBuyResponse,\n UpdateMediaBuySuccess,\n UpdateMediaBuyError,\n UpdateMediaBuyAsyncSubmitted,\n GetMediaBuysRequest,\n GetMediaBuysResponse,\n GetMediaBuyDeliveryRequest,\n GetMediaBuyDeliveryResponse,\n GetMediaBuyArtifactsRequest,\n GetMediaBuyArtifactsResponse,\n ProvidePerformanceFeedbackRequest,\n ProvidePerformanceFeedbackResponse,\n ProvidePerformanceFeedbackSuccess,\n ProvidePerformanceFeedbackError,\n SyncPlansRequest,\n SyncPlansResponse,\n ReportUsageRequest,\n ReportUsageResponse,\n ReportPlanOutcomeRequest,\n ReportPlanOutcomeResponse,\n GetPlanAuditLogsRequest,\n GetPlanAuditLogsResponse,\n} from './tools.generated';\n\n// Compact proposal authoring. The response is owned by core.generated so\n// every public surface retains its discriminated branches and non-empty\n// tuple guarantees instead of the weaker aggregate-tool projection.\nexport type { RequestProposalsRequest } from './tools.generated';\nexport type { RequestProposalsResponse } from './core.generated';\n\n// Pricing models (discriminated union across pricing types)\nexport type { PricingOption, CPMPricingOption, CPCPricingOption, CPVPricingOption } from './tools.generated';\n\n// Media-channel + status enums; publisher property + reporting shapes\nexport type {\n MediaChannel,\n AudienceStatus,\n MediaBuyStatus,\n CreativeStatus,\n Placement,\n PublisherPropertySelector,\n ReportingCapabilities,\n} from './tools.generated';\n\n// Audiences, catalogs, event sources, and events (audience-sync + retail media)\nexport type {\n SyncAudiencesRequest,\n SyncAudiencesResponse,\n SyncAudiencesSuccess,\n SyncAudiencesError,\n SyncCatalogsRequest,\n SyncCatalogsResponse,\n SyncCatalogsSuccess,\n SyncCatalogsError,\n SyncCatalogsAsyncSubmitted,\n SyncEventSourcesRequest,\n SyncEventSourcesResponse,\n SyncEventSourcesSuccess,\n SyncEventSourcesError,\n LogEventRequest,\n LogEventResponse,\n LogEventSuccess,\n LogEventError,\n} from './tools.generated';\n\n// Signals\nexport type {\n GetSignalsRequest,\n GetSignalsResponse,\n ActivateSignalRequest,\n ActivateSignalResponse,\n ActivateSignalSuccess,\n ActivateSignalError,\n SignalID,\n SignalValueType,\n SignalAvailabilityType,\n SignalAvailabilityType as SignalCatalogType,\n Destination,\n Deployment,\n ActivationKey,\n VendorPricingOption,\n SignalFilters, // embedded in GetSignalsRequest.filters\n SignalTargeting, // embedded in ActivateSignalRequest.signal_targeting\n} from './tools.generated';\n\n// Creative\nexport type {\n BuildCreativeRequest,\n BuildCreativeResponse,\n BuildCreativeSuccess,\n BuildCreativeError,\n BuildCreativeMultiSuccess,\n BuildCreativeAsyncSubmitted,\n CreativeManifest,\n PreviewCreativeRequest,\n PreviewCreativeResponse,\n PreviewCreativeSingleResponse,\n PreviewCreativeVariantResponse,\n PreviewCreativeBatchResponse,\n PreviewBatchResultSuccess,\n PreviewBatchResultError,\n ListCreativeFormatsRequest,\n ListCreativeFormatsResponse,\n GetCreativeFeaturesRequest,\n GetCreativeFeaturesResponse,\n GetCreativeDeliveryRequest,\n GetCreativeDeliveryResponse,\n SyncCreativesRequest,\n SyncCreativesResponse,\n SyncCreativesSuccess,\n SyncCreativesError,\n SyncCreativesSubmitted,\n SyncCreativesAsyncSubmitted,\n ListCreativesRequest,\n ListCreativesResponse,\n CreativeFilters,\n CreativeAsset,\n CreativeQuality,\n Format,\n ProductFormatDeclaration,\n FormatIDParameter,\n} from './tools.generated';\n\n// Governance — property lists\nexport type {\n PropertyList,\n CreatePropertyListRequest,\n CreatePropertyListResponse,\n UpdatePropertyListRequest,\n UpdatePropertyListResponse,\n GetPropertyListRequest,\n GetPropertyListResponse,\n ListPropertyListsRequest,\n ListPropertyListsResponse,\n DeletePropertyListRequest,\n DeletePropertyListResponse,\n} from './tools.generated';\n\n// Governance — collection lists\nexport type {\n CollectionList,\n CreateCollectionListRequest,\n CreateCollectionListResponse,\n UpdateCollectionListRequest,\n UpdateCollectionListResponse,\n GetCollectionListRequest,\n GetCollectionListResponse,\n ListCollectionListsRequest,\n ListCollectionListsResponse,\n DeleteCollectionListRequest,\n DeleteCollectionListResponse,\n} from './tools.generated';\n\n// Governance — content standards + delivery validation\nexport type {\n CheckGovernanceRequest,\n CheckGovernanceResponse,\n SyncGovernanceRequest,\n SyncGovernanceResponse,\n SyncGovernanceSuccess,\n SyncGovernanceError,\n CreateContentStandardsRequest,\n CreateContentStandardsResponse,\n UpdateContentStandardsRequest,\n UpdateContentStandardsResponse,\n UpdateContentStandardsSuccess,\n UpdateContentStandardsError,\n ListContentStandardsRequest,\n ListContentStandardsResponse,\n GetContentStandardsRequest,\n GetContentStandardsResponse,\n CalibrateContentRequest,\n CalibrateContentResponse,\n ValidateContentDeliveryRequest,\n ValidateContentDeliveryResponse,\n} from './tools.generated';\n\n// Sponsored intelligence\nexport type {\n SIGetOfferingRequest,\n SIGetOfferingResponse,\n SIInitiateSessionRequest,\n SIInitiateSessionResponse,\n SISendMessageRequest,\n SISendMessageResponse,\n SITerminateSessionRequest,\n SITerminateSessionResponse,\n SICapabilities,\n SIIdentity,\n SISessionStatus,\n SIUIElement,\n} from './tools.generated';\n\n// Brand rights — identity discovery + licensing for branded inventory.\n// `creative_approval` is webhook-only (not an MCP/A2A tool) — types\n// re-exported for adopters wiring their own HTTP receiver.\nexport type {\n GetBrandIdentityRequest,\n GetBrandIdentityResponse,\n GetBrandIdentitySuccess,\n GetRightsRequest,\n GetRightsResponse,\n GetRightsSuccess,\n AcquireRightsRequest,\n AcquireRightsResponse,\n AcquireRightsAcquired,\n AcquireRightsPendingApproval,\n AcquireRightsRejected,\n AcquireRightsError,\n UpdateRightsRequest,\n UpdateRightsResponse,\n UpdateRightsSuccess,\n UpdateRightsError,\n CreativeApprovalRequest,\n CreativeApprovalResponse,\n CreativeApproved,\n CreativeRejected,\n CreativePendingReview,\n CreativeApprovalError,\n RightsTerms,\n RightsConstraint,\n RightUse,\n RightType,\n GenerationCredential,\n} from './core.generated';\n\n// Strict format asset slot types (hand-authored — the codegen drops the\n// discriminated per-asset-type branches of Format.assets[]).\nexport * from './format-asset-slots';\n\n// Discriminated union of creative asset INSTANCES (what a buyer delivers\n// inside `creative_manifest.assets`). Companion to format-asset-slots.ts\n// (which describes what a publisher SELLS in `Format.assets[]`). The\n// individual ImageAsset / VideoAsset / etc. interfaces and their canonical\n// `AssetVariant` union are generated. `AssetInstance` aliases that union so\n// every registry-backed asset branch remains available without curated drift.\n// `AssetVariant` itself is intentionally not re-exported.\nexport * from './asset-instances';\n\n// Strict per-row types for sync_* response success arms. The codegen\n// leaves these row shapes inline; named types make the discriminators\n// (e.g., SyncAccountsResponseRow.action) reachable to handler authors.\nexport * from './sync-rows';\n\n// Re-export const-array enum values (e.g., MediaChannelValues, PacingValues)\n// for consumers that need to enumerate or validate against the spec's\n// literal sets without re-deriving them from Zod schemas.\nexport * from './enums.generated';\n\n// Re-export inline-union value arrays for anonymous string-literal unions\n// inside named schemas (e.g., ImageAssetRequirements_FormatsValues,\n// VideoAssetRequirements_ContainersValues). Companion to enums.generated;\n// see scripts/generate-inline-enum-arrays.ts.\nexport * from './inline-enums.generated';\n\n// Back-compat aliases for inline-enum exports collapsed in AdCP 3.0.1\n// (adcp#3148 / #3174 hoisted byte-identical literal sets into shared\n// `enums/*.json` files). Each alias is `@deprecated` so editor tooling\n// surfaces the canonical replacement; slated for removal in the next major.\nexport * from './inline-enums.aliases';\nexport * from './enum-compat';\n\n// Back-compat aliases for the 6 error-details schemas renamed in AdCP 3.0.x\n// (adcp#3149 / adcp#3566 canonicalized SCREAMING_SNAKE titles into Title Case).\n// Each alias is `@deprecated`; slated for removal in the next major.\nexport * from './error-details.aliases';\n\n// Well-known file shapes (brand.json, adagents.json) inferred from the\n// canonical Zod schemas. Re-exported so adopters can derive types like\n// `BrandDefinition` directly from the spec instead of hand-rolling\n// interfaces that drift across versions. Source of truth is the schema\n// cache (`schemas/cache/{version}/{brand,adagents}.json`) — regenerate\n// with `npm run generate-wellknown-schemas` when the spec bumps.\nexport type { BrandJson, AdagentsJson } from './wellknown-schemas.generated';\nexport { BrandJsonSchema, AdagentsJsonSchema } from './wellknown-schemas.generated';\n"],"mappings":"AACA,cAAc;AAoDd,cAAc;AA8Rd,cAAc;AASd,cAAc;AAKd,cAAc;AAKd,cAAc;AAMd,cAAc;AAMd,cAAc;AACd,cAAc;AAKd,cAAc;AASd,SAAS,iBAAiB,0BAA0B;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../src/lib/types/index.ts"],"sourcesContent":["// AdCP Core Types - Main exports for external consumers\nexport * from './adcp';\n\n// Re-export key types for easier importing\nexport type {\n AgentConfig,\n TestResult,\n TestRequest,\n ApiResponse,\n LegacyCreativeFormatSummary,\n LegacyAdvertisingProduct,\n MediaBuy,\n Targeting,\n LegacyManagedCreativeAsset,\n LegacyManageSyncCreativesRequest,\n LegacyManageListCreativesRequest,\n LegacyManageListCreativesResponse,\n LegacyManagedCreativeFilters,\n ManageCreativeAssetsRequest,\n ManageCreativeAssetsResponse,\n CreateMediaBuyAsyncResponseData,\n UpdateMediaBuyAsyncResponseData,\n GetProductsAsyncResponseData,\n SyncCreativesAsyncResponseData,\n} from './adcp';\n\n// Re-export the structured format identifier from generated core types.\n// AdCP 3.0.1 renamed the schema title from \"Format ID\" to \"Format Reference\n// (Structured Object)\" — purely a doc change, the wire shape is identical.\n// We expose the new canonical name AND keep the historical `FormatID` alias\n// so SDK consumers don't break across the version bump.\nexport type { FormatReferenceStructuredObject } from './core.generated';\n// Canonical-format declarations are part of the 3.2 authoring surface. Keep\n// these curated exports available from `@adcp/sdk/types` so adopters can type\n// check the shared array-valued `slots` contract without importing generated\n// implementation files.\nexport type {\n CanonicalFormatAgentPlacementAISurfaceSponsoredPlacement,\n CanonicalFormatBase,\n CanonicalFormatDAASTAudio,\n CanonicalFormatDisplayTag,\n CanonicalFormatHostedAudio,\n CanonicalFormatHostedVideo,\n CanonicalFormatHTML5Banner,\n CanonicalFormatImageCarousel,\n CanonicalFormatNativeInFeed,\n CanonicalFormatResponsiveCreative,\n CanonicalFormatSponsoredPlacementRetailMediaCatalogDriven,\n CanonicalFormatVASTVideo,\n ExtensionObject,\n} from './core.generated';\nimport type { FormatReferenceStructuredObject } from './core.generated';\nexport type { RequireCacheScopeWhenProducts, ServerPayload } from './server-payload';\nexport * from './server-payload-aliases';\n/**\n * @deprecated AdCP 3.0.1 renamed this type to `FormatReferenceStructuredObject`\n * (the wire shape is identical — pure documentation rename per the spec). This\n * alias is preserved for one minor cycle so existing imports keep compiling;\n * editor tooling will surface the rename so downstream code can migrate at its\n * own pace. Slated for removal in the next major.\n */\nexport type FormatID = FormatReferenceStructuredObject;\n\n// Re-export wire request/response types adopters need when building a\n// DecisioningPlatform or calling AdCP agents. Source of truth is\n// `tools.generated.ts`; this curated block is the public surface so\n// adopters never reach into generated files.\n//\n// Intentionally excluded — name conflicts with legacy adcp.ts shapes:\n// LegacyManageSyncCreativesRequest, LegacyManageListCreativesRequest, LegacyManageListCreativesResponse,\n// ManageCreativeAssetsRequest, ManageCreativeAssetsResponse (adcp.ts versions\n// already public via `export * from './adcp'` above; use those).\n// Intentionally excluded — comply-runner internals, not specialism surface:\n// ComplyTestControllerRequest/Response, SeedSuccess, SimulationSuccess,\n// ControllerError, ForcedDirectiveSuccess, StateTransitionSuccess,\n// ListScenariosSuccess.\n// Intentionally excluded — internal pagination/packaging sub-shapes, not\n// part of the top-level tool request/response surface:\n// PaginationRequest, PaginationResponse, PackageRequest,\n// TMPResponseType, WebhookResponseType.\n\n// Account model + account operations\nexport type {\n AccountReference,\n ListAccountsRequest,\n ListAccountsResponse,\n SyncAccountsRequest,\n SyncAccountsResponse,\n SyncAccountsSuccess,\n SyncAccountsError,\n GetAccountFinancialsRequest,\n GetAccountFinancialsResponse,\n GetAccountFinancialsSuccess,\n GetAccountFinancialsError,\n} from './tools.generated';\n\n// Capabilities\nexport type { AdCPSpecialism, GetAdCPCapabilitiesRequest, GetAdCPCapabilitiesResponse } from './tools.generated';\n\n// Sales — media buy\nexport type {\n GetProductsRequest,\n GetProductsResponse,\n GetProductsAsyncSubmitted,\n CreateMediaBuyRequest,\n CreateMediaBuyResponse,\n CreateMediaBuySuccess,\n CreateMediaBuyError,\n CreateMediaBuySubmitted,\n CreateMediaBuyAsyncSubmitted,\n UpdateMediaBuyRequest,\n UpdateMediaBuyResponse,\n UpdateMediaBuySuccess,\n UpdateMediaBuyError,\n UpdateMediaBuyAsyncSubmitted,\n GetMediaBuysRequest,\n GetMediaBuysResponse,\n GetMediaBuyDeliveryRequest,\n GetMediaBuyDeliveryResponse,\n GetMediaBuyArtifactsRequest,\n GetMediaBuyArtifactsResponse,\n ProvidePerformanceFeedbackRequest,\n ProvidePerformanceFeedbackResponse,\n ProvidePerformanceFeedbackSuccess,\n ProvidePerformanceFeedbackError,\n SyncPlansRequest,\n SyncPlansResponse,\n ReportUsageRequest,\n ReportUsageResponse,\n ReportPlanOutcomeRequest,\n ReportPlanOutcomeResponse,\n GetPlanAuditLogsRequest,\n GetPlanAuditLogsResponse,\n} from './tools.generated';\n\n// Compact proposal authoring. The response is owned by core.generated so\n// every public surface retains its discriminated branches and non-empty\n// tuple guarantees instead of the weaker aggregate-tool projection.\nexport type { RequestProposalsRequest } from './tools.generated';\nexport type { RequestProposalsResponse } from './core.generated';\n\n// Pricing models (discriminated union across pricing types)\nexport type { PricingOption, CPMPricingOption, CPCPricingOption, CPVPricingOption } from './tools.generated';\n\n// Media-channel + status enums; publisher property + reporting shapes\nexport type {\n MediaChannel,\n AudienceStatus,\n MediaBuyStatus,\n CreativeStatus,\n Placement,\n PublisherPropertySelector,\n ReportingCapabilities,\n} from './tools.generated';\n\n// Audiences, catalogs, event sources, and events (audience-sync + retail media)\nexport type {\n SyncAudiencesRequest,\n SyncAudiencesResponse,\n SyncAudiencesSuccess,\n SyncAudiencesError,\n SyncCatalogsRequest,\n SyncCatalogsResponse,\n SyncCatalogsSuccess,\n SyncCatalogsError,\n SyncCatalogsAsyncSubmitted,\n SyncEventSourcesRequest,\n SyncEventSourcesResponse,\n SyncEventSourcesSuccess,\n SyncEventSourcesError,\n LogEventRequest,\n LogEventResponse,\n LogEventSuccess,\n LogEventError,\n} from './tools.generated';\n\n// Signals\nexport type {\n GetSignalsRequest,\n GetSignalsResponse,\n ActivateSignalRequest,\n ActivateSignalResponse,\n ActivateSignalSuccess,\n ActivateSignalError,\n SignalID,\n SignalValueType,\n SignalAvailabilityType,\n SignalAvailabilityType as SignalCatalogType,\n Destination,\n Deployment,\n ActivationKey,\n VendorPricingOption,\n SignalFilters, // embedded in GetSignalsRequest.filters\n SignalTargeting, // embedded in ActivateSignalRequest.signal_targeting\n} from './tools.generated';\n\n// Creative\nexport type {\n BuildCreativeRequest,\n BuildCreativeResponse,\n BuildCreativeSuccess,\n BuildCreativeError,\n BuildCreativeMultiSuccess,\n BuildCreativeVariantSuccess,\n BuildCreativeAsyncSubmitted,\n CreativeManifest,\n PreviewCreativeRequest,\n PreviewCreativeResponse,\n PreviewCreativeSingleResponse,\n PreviewCreativeVariantResponse,\n PreviewCreativeBatchResponse,\n PreviewBatchResultSuccess,\n PreviewBatchResultError,\n ListCreativeFormatsRequest,\n ListCreativeFormatsResponse,\n GetCreativeFeaturesRequest,\n GetCreativeFeaturesResponse,\n GetCreativeDeliveryRequest,\n GetCreativeDeliveryResponse,\n SyncCreativesRequest,\n SyncCreativesResponse,\n SyncCreativesSuccess,\n SyncCreativesError,\n SyncCreativesSubmitted,\n SyncCreativesAsyncSubmitted,\n ListCreativesRequest,\n ListCreativesResponse,\n CreativeFilters,\n CreativeAsset,\n CreativeQuality,\n Format,\n ProductFormatDeclaration,\n FormatIDParameter,\n} from './tools.generated';\n\n// Governance — property lists\nexport type {\n PropertyList,\n CreatePropertyListRequest,\n CreatePropertyListResponse,\n UpdatePropertyListRequest,\n UpdatePropertyListResponse,\n GetPropertyListRequest,\n GetPropertyListResponse,\n ListPropertyListsRequest,\n ListPropertyListsResponse,\n DeletePropertyListRequest,\n DeletePropertyListResponse,\n} from './tools.generated';\n\n// Governance — collection lists\nexport type {\n CollectionList,\n CreateCollectionListRequest,\n CreateCollectionListResponse,\n UpdateCollectionListRequest,\n UpdateCollectionListResponse,\n GetCollectionListRequest,\n GetCollectionListResponse,\n ListCollectionListsRequest,\n ListCollectionListsResponse,\n DeleteCollectionListRequest,\n DeleteCollectionListResponse,\n} from './tools.generated';\n\n// Governance — content standards + delivery validation\nexport type {\n CheckGovernanceRequest,\n CheckGovernanceResponse,\n SyncGovernanceRequest,\n SyncGovernanceResponse,\n SyncGovernanceSuccess,\n SyncGovernanceError,\n CreateContentStandardsRequest,\n CreateContentStandardsResponse,\n UpdateContentStandardsRequest,\n UpdateContentStandardsResponse,\n UpdateContentStandardsSuccess,\n UpdateContentStandardsError,\n ListContentStandardsRequest,\n ListContentStandardsResponse,\n GetContentStandardsRequest,\n GetContentStandardsResponse,\n CalibrateContentRequest,\n CalibrateContentResponse,\n ValidateContentDeliveryRequest,\n ValidateContentDeliveryResponse,\n} from './tools.generated';\n\n// Sponsored intelligence\nexport type {\n SIGetOfferingRequest,\n SIGetOfferingResponse,\n SIInitiateSessionRequest,\n SIInitiateSessionResponse,\n SISendMessageRequest,\n SISendMessageResponse,\n SITerminateSessionRequest,\n SITerminateSessionResponse,\n SICapabilities,\n SIIdentity,\n SISessionStatus,\n SIUIElement,\n} from './tools.generated';\n\n// Brand rights — identity discovery + licensing for branded inventory.\n// `creative_approval` is webhook-only (not an MCP/A2A tool) — types\n// re-exported for adopters wiring their own HTTP receiver.\nexport type {\n GetBrandIdentityRequest,\n GetBrandIdentityResponse,\n GetBrandIdentitySuccess,\n GetRightsRequest,\n GetRightsResponse,\n GetRightsSuccess,\n AcquireRightsRequest,\n AcquireRightsResponse,\n AcquireRightsAcquired,\n AcquireRightsPendingApproval,\n AcquireRightsRejected,\n AcquireRightsError,\n UpdateRightsRequest,\n UpdateRightsResponse,\n UpdateRightsSuccess,\n UpdateRightsError,\n CreativeApprovalRequest,\n CreativeApprovalResponse,\n CreativeApproved,\n CreativeRejected,\n CreativePendingReview,\n CreativeApprovalError,\n RightsTerms,\n RightsConstraint,\n RightUse,\n RightType,\n GenerationCredential,\n} from './core.generated';\n\n// Strict format asset slot types (hand-authored — the codegen drops the\n// discriminated per-asset-type branches of Format.assets[]).\nexport * from './format-asset-slots';\n\n// Discriminated union of creative asset INSTANCES (what a buyer delivers\n// inside `creative_manifest.assets`). Companion to format-asset-slots.ts\n// (which describes what a publisher SELLS in `Format.assets[]`). The\n// individual ImageAsset / VideoAsset / etc. interfaces and their canonical\n// `AssetVariant` union are generated. `AssetInstance` aliases that union so\n// every registry-backed asset branch remains available without curated drift.\n// `AssetVariant` itself is intentionally not re-exported.\nexport * from './asset-instances';\n\n// Strict per-row types for sync_* response success arms. The codegen\n// leaves these row shapes inline; named types make the discriminators\n// (e.g., SyncAccountsResponseRow.action) reachable to handler authors.\nexport * from './sync-rows';\n\n// Re-export const-array enum values (e.g., MediaChannelValues, PacingValues)\n// for consumers that need to enumerate or validate against the spec's\n// literal sets without re-deriving them from Zod schemas.\nexport * from './enums.generated';\n\n// Re-export inline-union value arrays for anonymous string-literal unions\n// inside named schemas (e.g., ImageAssetRequirements_FormatsValues,\n// VideoAssetRequirements_ContainersValues). Companion to enums.generated;\n// see scripts/generate-inline-enum-arrays.ts.\nexport * from './inline-enums.generated';\n\n// Back-compat aliases for inline-enum exports collapsed in AdCP 3.0.1\n// (adcp#3148 / #3174 hoisted byte-identical literal sets into shared\n// `enums/*.json` files). Each alias is `@deprecated` so editor tooling\n// surfaces the canonical replacement; slated for removal in the next major.\nexport * from './inline-enums.aliases';\nexport * from './enum-compat';\n\n// Back-compat aliases for the 6 error-details schemas renamed in AdCP 3.0.x\n// (adcp#3149 / adcp#3566 canonicalized SCREAMING_SNAKE titles into Title Case).\n// Each alias is `@deprecated`; slated for removal in the next major.\nexport * from './error-details.aliases';\n\n// Well-known file shapes (brand.json, adagents.json) inferred from the\n// canonical Zod schemas. Re-exported so adopters can derive types like\n// `BrandDefinition` directly from the spec instead of hand-rolling\n// interfaces that drift across versions. Source of truth is the schema\n// cache (`schemas/cache/{version}/{brand,adagents}.json`) — regenerate\n// with `npm run generate-wellknown-schemas` when the spec bumps.\nexport type { BrandJson, AdagentsJson } from './wellknown-schemas.generated';\nexport { BrandJsonSchema, AdagentsJsonSchema } from './wellknown-schemas.generated';\n"],"mappings":"AACA,cAAc;AAoDd,cAAc;AA+Rd,cAAc;AASd,cAAc;AAKd,cAAc;AAKd,cAAc;AAMd,cAAc;AAMd,cAAc;AACd,cAAc;AAKd,cAAc;AASd,SAAS,iBAAiB,0BAA0B;","names":[]}
|
|
@@ -3375,6 +3375,13 @@ export interface ImageFormatDeclaration {
|
|
|
3375
3375
|
params: CanonicalFormatImage;
|
|
3376
3376
|
}
|
|
3377
3377
|
|
|
3378
|
+
/**
|
|
3379
|
+
* Descriptor for one configuration knob a transformer exposes. Returned inside transformer.json `params[]` from list_transformers. The descriptor declares the knob's shape; the buyer supplies its value in build_creative `config` keyed by `field`. For `value_source: enumerable` params (e.g. account-specific voices), the legal `options[]` are account-scoped and dynamic — they are returned only when the param's `field` is named in the list_transformers `expand_params` request, and may be paginated via `options_cursor`.
|
|
3380
|
+
*/
|
|
3381
|
+
export type JsonValue = string | number | boolean | null | JsonValue[] | {
|
|
3382
|
+
[key: string]: JsonValue;
|
|
3383
|
+
};
|
|
3384
|
+
|
|
3378
3385
|
/**
|
|
3379
3386
|
* A well-formed BCP 47 language tag used by AdCP only as language identity. Script and region may refine that identity; other valid BCP 47 subtags remain part of tag matching but do not make this a general locale-settings object. It does not determine currency, time zone, number/date formatting, market, or legal jurisdiction. The AdCP canonical wire profile requires lower-case language and variants, title-case script, and upper-case region (for example `en-US`, `zh-Hant-TW`, or `x-private`). RFC 5646 comparisons are case-insensitive and its case regularization is optional; AdCP intentionally requires this stricter single wire spelling and receivers MUST reject differently cased tags rather than silently normalizing them. The schema pattern enforces the AdCP casing profile and extension structure for commonly used tags; conforming receivers additionally validate the complete RFC 5646 grammar and registry rules. Every new AdCP field carrying BCP 47 language identity or a concrete language range MUST reference this schema instead of declaring independent string constraints.
|
|
3380
3387
|
*/
|
|
@@ -4467,9 +4474,6 @@ export type Transformer = (CanonicalTransformerOutputs | NamedFormatTransformerO
|
|
|
4467
4474
|
};
|
|
4468
4475
|
};
|
|
4469
4476
|
|
|
4470
|
-
/**
|
|
4471
|
-
* Descriptor for one configuration knob a transformer exposes. Returned inside transformer.json `params[]` from list_transformers. The descriptor declares the knob's shape; the buyer supplies its value in build_creative `config` keyed by `field`. For `value_source: enumerable` params (e.g. account-specific voices), the legal `options[]` are account-scoped and dynamic — they are returned only when the param's `field` is named in the list_transformers `expand_params` request, and may be paginated via `options_cursor`.
|
|
4472
|
-
*/
|
|
4473
4477
|
export type TransformerParam = {} & {
|
|
4474
4478
|
/**
|
|
4475
4479
|
* The config key. Buyers set the value under this exact key in build_creative `config`.
|
|
@@ -4508,7 +4512,7 @@ export type TransformerParam = {} & {
|
|
|
4508
4512
|
/**
|
|
4509
4513
|
* The value the buyer passes in `config` for this field.
|
|
4510
4514
|
*/
|
|
4511
|
-
value:
|
|
4515
|
+
value: JsonValue;
|
|
4512
4516
|
/**
|
|
4513
4517
|
* Human-readable label for this option.
|
|
4514
4518
|
*/
|
|
@@ -4525,7 +4529,7 @@ export type TransformerParam = {} & {
|
|
|
4525
4529
|
/**
|
|
4526
4530
|
* The value applied when the buyer omits this field from `config`. Type matches `type`.
|
|
4527
4531
|
*/
|
|
4528
|
-
default?:
|
|
4532
|
+
default?: JsonValue;
|
|
4529
4533
|
/**
|
|
4530
4534
|
* Whether the buyer MUST supply this field in `config`. When false and no `default` is declared, the agent chooses.
|
|
4531
4535
|
*/
|