@adcp/sdk 8.1.0-beta.6 → 8.1.0-beta.8
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 +12 -0
- package/dist/lib/conformance/oracle.d.ts.map +1 -1
- package/dist/lib/conformance/oracle.js +8 -1
- package/dist/lib/conformance/oracle.js.map +1 -1
- package/dist/lib/conformance/schemaArbitrary.js +135 -9
- package/dist/lib/conformance/schemaArbitrary.js.map +1 -1
- package/dist/lib/schemas-data/v2.5/_provenance.json +1 -1
- package/dist/lib/server/create-adcp-server.d.ts +5 -0
- package/dist/lib/server/create-adcp-server.d.ts.map +1 -1
- package/dist/lib/server/create-adcp-server.js +41 -3
- package/dist/lib/server/create-adcp-server.js.map +1 -1
- package/dist/lib/server/decisioning/capabilities.d.ts +8 -0
- package/dist/lib/server/decisioning/capabilities.d.ts.map +1 -1
- package/dist/lib/server/decisioning/proposal/dispatch.d.ts.map +1 -1
- package/dist/lib/server/decisioning/proposal/dispatch.js +2 -0
- package/dist/lib/server/decisioning/proposal/dispatch.js.map +1 -1
- package/dist/lib/server/decisioning/runtime/from-platform.d.ts.map +1 -1
- package/dist/lib/server/decisioning/runtime/from-platform.js +14 -1
- package/dist/lib/server/decisioning/runtime/from-platform.js.map +1 -1
- package/dist/lib/server/responses.d.ts +1 -1
- package/dist/lib/server/responses.d.ts.map +1 -1
- package/dist/lib/server/responses.js +5 -2
- package/dist/lib/server/responses.js.map +1 -1
- package/dist/lib/signing/types.d.ts +6 -0
- package/dist/lib/signing/types.d.ts.map +1 -1
- package/dist/lib/signing/types.js.map +1 -1
- package/dist/lib/signing/verifier.d.ts.map +1 -1
- package/dist/lib/signing/verifier.js +33 -4
- package/dist/lib/signing/verifier.js.map +1 -1
- package/dist/lib/testing/storyboard/compliance.d.ts +1 -0
- package/dist/lib/testing/storyboard/compliance.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/compliance.js +8 -2
- package/dist/lib/testing/storyboard/compliance.js.map +1 -1
- package/dist/lib/testing/storyboard/index.d.ts +1 -1
- package/dist/lib/testing/storyboard/index.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/index.js +3 -2
- package/dist/lib/testing/storyboard/index.js.map +1 -1
- package/dist/lib/testing/storyboard/probes.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/probes.js +3 -0
- package/dist/lib/testing/storyboard/probes.js.map +1 -1
- package/dist/lib/testing/storyboard/runner.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/runner.js +294 -29
- package/dist/lib/testing/storyboard/runner.js.map +1 -1
- package/dist/lib/testing/storyboard/types.d.ts +59 -0
- package/dist/lib/testing/storyboard/types.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/types.js.map +1 -1
- package/dist/lib/testing/storyboard/validations.d.ts +4 -3
- package/dist/lib/testing/storyboard/validations.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/validations.js +26 -2
- package/dist/lib/testing/storyboard/validations.js.map +1 -1
- package/dist/lib/types/activate-signal.d.ts +647 -0
- package/dist/lib/types/build-creative.d.ts +2105 -0
- package/dist/lib/types/calibrate-content.d.ts +675 -0
- package/dist/lib/types/check-governance.d.ts +619 -0
- package/dist/lib/types/comply-test-controller.d.ts +8428 -0
- package/dist/lib/types/core.generated.d.ts +180 -252
- package/dist/lib/types/core.generated.d.ts.map +1 -1
- package/dist/lib/types/core.generated.js +1 -1
- package/dist/lib/types/create-collection-list.d.ts +693 -0
- package/dist/lib/types/create-content-standards.d.ts +830 -0
- package/dist/lib/types/create-media-buy.d.ts +3374 -0
- package/dist/lib/types/create-property-list.d.ts +836 -0
- package/dist/lib/types/delete-collection-list.d.ts +497 -0
- package/dist/lib/types/delete-property-list.d.ts +497 -0
- package/dist/lib/types/get-account-financials.d.ts +624 -0
- package/dist/lib/types/get-adcp-capabilities.d.ts +2863 -0
- package/dist/lib/types/get-collection-list.d.ts +763 -0
- package/dist/lib/types/get-content-standards.d.ts +919 -0
- package/dist/lib/types/get-creative-delivery.d.ts +2219 -0
- package/dist/lib/types/get-creative-features.d.ts +1736 -0
- package/dist/lib/types/get-media-buy-artifacts.d.ts +864 -0
- package/dist/lib/types/get-media-buys.d.ts +1670 -0
- package/dist/lib/types/get-plan-audit-logs.d.ts +455 -0
- package/dist/lib/types/get-products.d.ts +4935 -0
- package/dist/lib/types/get-property-list.d.ts +874 -0
- package/dist/lib/types/get-signals.d.ts +986 -0
- package/dist/lib/types/list-accounts.d.ts +851 -0
- package/dist/lib/types/list-content-standards.d.ts +975 -0
- package/dist/lib/types/list-creative-formats.d.ts +3132 -0
- package/dist/lib/types/list-creatives.d.ts +2390 -0
- package/dist/lib/types/list-property-lists.d.ts +855 -0
- package/dist/lib/types/log-event.d.ts +373 -0
- package/dist/lib/types/per-tool-index.json +391 -0
- package/dist/lib/types/preview-creative.d.ts +1981 -0
- package/dist/lib/types/provide-performance-feedback.d.ts +218 -0
- package/dist/lib/types/report-plan-outcome.d.ts +433 -0
- package/dist/lib/types/report-usage.d.ts +579 -0
- package/dist/lib/types/schemas.generated.d.ts +127279 -125067
- package/dist/lib/types/schemas.generated.d.ts.map +1 -1
- package/dist/lib/types/schemas.generated.js +221 -293
- package/dist/lib/types/schemas.generated.js.map +1 -1
- package/dist/lib/types/si-get-offering.d.ts +259 -0
- package/dist/lib/types/si-initiate-session.d.ts +372 -0
- package/dist/lib/types/si-send-message.d.ts +300 -0
- package/dist/lib/types/si-terminate-session.d.ts +213 -0
- package/dist/lib/types/sync-accounts.d.ts +856 -0
- package/dist/lib/types/sync-audiences.d.ts +707 -0
- package/dist/lib/types/sync-catalogs.d.ts +766 -0
- package/dist/lib/types/sync-creatives.d.ts +2134 -0
- package/dist/lib/types/sync-event-sources.d.ts +665 -0
- package/dist/lib/types/sync-governance.d.ts +558 -0
- package/dist/lib/types/sync-plans.d.ts +979 -0
- package/dist/lib/types/update-collection-list.d.ts +697 -0
- package/dist/lib/types/update-content-standards.d.ts +847 -0
- package/dist/lib/types/update-media-buy.d.ts +3047 -0
- package/dist/lib/types/update-property-list.d.ts +840 -0
- package/dist/lib/types/validate-content-delivery.d.ts +722 -0
- package/dist/lib/types/validate-input.d.ts +1683 -0
- package/dist/lib/utils/response-schemas.js +1 -1
- package/dist/lib/utils/response-schemas.js.map +1 -1
- package/dist/lib/utils/response-unwrapper.d.ts.map +1 -1
- package/dist/lib/utils/response-unwrapper.js +18 -3
- package/dist/lib/utils/response-unwrapper.js.map +1 -1
- package/dist/lib/version.d.ts +3 -3
- package/dist/lib/version.js +3 -3
- package/examples/error-compliant-server.ts +1 -1
- package/examples/hello_seller_adapter_guaranteed.ts +8 -3
- package/examples/hello_seller_adapter_multi_tenant.ts +27 -23
- package/examples/hello_seller_adapter_non_guaranteed.ts +7 -3
- package/examples/hello_seller_adapter_proposal_mode.ts +22 -6
- package/examples/hello_signals_adapter_marketplace.ts +34 -3
- package/package.json +9 -2
|
@@ -11537,53 +11537,41 @@ export type BriefAsset1 = BriefAsset;
|
|
|
11537
11537
|
*/
|
|
11538
11538
|
export type CatalogAsset1 = CatalogAsset;
|
|
11539
11539
|
/**
|
|
11540
|
-
*
|
|
11540
|
+
* Re-export of `AssetVariant` under the legacy codegen artifact name.
|
|
11541
|
+
*
|
|
11542
|
+
* `AssetVariant2` is a json-schema-to-typescript under-resolution artifact —
|
|
11543
|
+
* the bundler inlined the same schema at two call sites and jsts emitted a numbered
|
|
11544
|
+
* sibling. The body it produced was strictly weaker than `AssetVariant` (missing the
|
|
11545
|
+
* `asset_type` discriminator or its containing wrapper); aliasing to `AssetVariant`
|
|
11546
|
+
* gives consumers the correctly-discriminated shape that matches the wire format.
|
|
11547
|
+
*
|
|
11548
|
+
* @deprecated Use `AssetVariant` from `@adcp/sdk/types`. Slated for removal in the next major.
|
|
11541
11549
|
*/
|
|
11542
|
-
export type AssetVariant2 =
|
|
11550
|
+
export type AssetVariant2 = AssetVariant;
|
|
11543
11551
|
/**
|
|
11544
|
-
*
|
|
11552
|
+
* Re-export of `VASTAsset` under the legacy codegen artifact name.
|
|
11553
|
+
*
|
|
11554
|
+
* `VASTAsset2` is a json-schema-to-typescript under-resolution artifact —
|
|
11555
|
+
* the bundler inlined the same schema at two call sites and jsts emitted a numbered
|
|
11556
|
+
* sibling. The body it produced was strictly weaker than `VASTAsset` (missing the
|
|
11557
|
+
* `asset_type` discriminator or its containing wrapper); aliasing to `VASTAsset`
|
|
11558
|
+
* gives consumers the correctly-discriminated shape that matches the wire format.
|
|
11559
|
+
*
|
|
11560
|
+
* @deprecated Use `VASTAsset` from `@adcp/sdk/types`. Slated for removal in the next major.
|
|
11545
11561
|
*/
|
|
11546
|
-
export type VASTAsset2 =
|
|
11547
|
-
/**
|
|
11548
|
-
* Discriminator indicating VAST is delivered via URL endpoint
|
|
11549
|
-
*/
|
|
11550
|
-
delivery_type: 'url';
|
|
11551
|
-
/**
|
|
11552
|
-
* URL endpoint that returns VAST XML
|
|
11553
|
-
*/
|
|
11554
|
-
url: string;
|
|
11555
|
-
} | {
|
|
11556
|
-
/**
|
|
11557
|
-
* Discriminator indicating VAST is delivered as inline XML content
|
|
11558
|
-
*/
|
|
11559
|
-
delivery_type: 'inline';
|
|
11560
|
-
/**
|
|
11561
|
-
* Inline VAST XML content
|
|
11562
|
-
*/
|
|
11563
|
-
content: string;
|
|
11564
|
-
};
|
|
11562
|
+
export type VASTAsset2 = VASTAsset;
|
|
11565
11563
|
/**
|
|
11566
|
-
*
|
|
11564
|
+
* Re-export of `DAASTAsset` under the legacy codegen artifact name.
|
|
11565
|
+
*
|
|
11566
|
+
* `DAASTAsset2` is a json-schema-to-typescript under-resolution artifact —
|
|
11567
|
+
* the bundler inlined the same schema at two call sites and jsts emitted a numbered
|
|
11568
|
+
* sibling. The body it produced was strictly weaker than `DAASTAsset` (missing the
|
|
11569
|
+
* `asset_type` discriminator or its containing wrapper); aliasing to `DAASTAsset`
|
|
11570
|
+
* gives consumers the correctly-discriminated shape that matches the wire format.
|
|
11571
|
+
*
|
|
11572
|
+
* @deprecated Use `DAASTAsset` from `@adcp/sdk/types`. Slated for removal in the next major.
|
|
11567
11573
|
*/
|
|
11568
|
-
export type DAASTAsset2 =
|
|
11569
|
-
/**
|
|
11570
|
-
* Discriminator indicating DAAST is delivered via URL endpoint
|
|
11571
|
-
*/
|
|
11572
|
-
delivery_type: 'url';
|
|
11573
|
-
/**
|
|
11574
|
-
* URL endpoint that returns DAAST XML
|
|
11575
|
-
*/
|
|
11576
|
-
url: string;
|
|
11577
|
-
} | {
|
|
11578
|
-
/**
|
|
11579
|
-
* Discriminator indicating DAAST is delivered as inline XML content
|
|
11580
|
-
*/
|
|
11581
|
-
delivery_type: 'inline';
|
|
11582
|
-
/**
|
|
11583
|
-
* Inline DAAST XML content
|
|
11584
|
-
*/
|
|
11585
|
-
content: string;
|
|
11586
|
-
};
|
|
11574
|
+
export type DAASTAsset2 = DAASTAsset;
|
|
11587
11575
|
/**
|
|
11588
11576
|
* Campaign-level creative context as an asset. Carries the creative brief through the manifest so it travels with the creative through regeneration, resizing, and auditing.
|
|
11589
11577
|
*/
|
|
@@ -11593,53 +11581,41 @@ export type BriefAsset2 = CreativeBrief;
|
|
|
11593
11581
|
*/
|
|
11594
11582
|
export type CatalogAsset2 = Catalog;
|
|
11595
11583
|
/**
|
|
11596
|
-
*
|
|
11584
|
+
* Re-export of `AssetVariant` under the legacy codegen artifact name.
|
|
11585
|
+
*
|
|
11586
|
+
* `AssetVariant3` is a json-schema-to-typescript under-resolution artifact —
|
|
11587
|
+
* the bundler inlined the same schema at two call sites and jsts emitted a numbered
|
|
11588
|
+
* sibling. The body it produced was strictly weaker than `AssetVariant` (missing the
|
|
11589
|
+
* `asset_type` discriminator or its containing wrapper); aliasing to `AssetVariant`
|
|
11590
|
+
* gives consumers the correctly-discriminated shape that matches the wire format.
|
|
11591
|
+
*
|
|
11592
|
+
* @deprecated Use `AssetVariant` from `@adcp/sdk/types`. Slated for removal in the next major.
|
|
11597
11593
|
*/
|
|
11598
|
-
export type AssetVariant3 =
|
|
11594
|
+
export type AssetVariant3 = AssetVariant;
|
|
11599
11595
|
/**
|
|
11600
|
-
*
|
|
11596
|
+
* Re-export of `VASTAsset` under the legacy codegen artifact name.
|
|
11597
|
+
*
|
|
11598
|
+
* `VASTAsset3` is a json-schema-to-typescript under-resolution artifact —
|
|
11599
|
+
* the bundler inlined the same schema at two call sites and jsts emitted a numbered
|
|
11600
|
+
* sibling. The body it produced was strictly weaker than `VASTAsset` (missing the
|
|
11601
|
+
* `asset_type` discriminator or its containing wrapper); aliasing to `VASTAsset`
|
|
11602
|
+
* gives consumers the correctly-discriminated shape that matches the wire format.
|
|
11603
|
+
*
|
|
11604
|
+
* @deprecated Use `VASTAsset` from `@adcp/sdk/types`. Slated for removal in the next major.
|
|
11601
11605
|
*/
|
|
11602
|
-
export type VASTAsset3 =
|
|
11603
|
-
/**
|
|
11604
|
-
* Discriminator indicating VAST is delivered via URL endpoint
|
|
11605
|
-
*/
|
|
11606
|
-
delivery_type: 'url';
|
|
11607
|
-
/**
|
|
11608
|
-
* URL endpoint that returns VAST XML
|
|
11609
|
-
*/
|
|
11610
|
-
url: string;
|
|
11611
|
-
} | {
|
|
11612
|
-
/**
|
|
11613
|
-
* Discriminator indicating VAST is delivered as inline XML content
|
|
11614
|
-
*/
|
|
11615
|
-
delivery_type: 'inline';
|
|
11616
|
-
/**
|
|
11617
|
-
* Inline VAST XML content
|
|
11618
|
-
*/
|
|
11619
|
-
content: string;
|
|
11620
|
-
};
|
|
11606
|
+
export type VASTAsset3 = VASTAsset;
|
|
11621
11607
|
/**
|
|
11622
|
-
*
|
|
11608
|
+
* Re-export of `DAASTAsset` under the legacy codegen artifact name.
|
|
11609
|
+
*
|
|
11610
|
+
* `DAASTAsset3` is a json-schema-to-typescript under-resolution artifact —
|
|
11611
|
+
* the bundler inlined the same schema at two call sites and jsts emitted a numbered
|
|
11612
|
+
* sibling. The body it produced was strictly weaker than `DAASTAsset` (missing the
|
|
11613
|
+
* `asset_type` discriminator or its containing wrapper); aliasing to `DAASTAsset`
|
|
11614
|
+
* gives consumers the correctly-discriminated shape that matches the wire format.
|
|
11615
|
+
*
|
|
11616
|
+
* @deprecated Use `DAASTAsset` from `@adcp/sdk/types`. Slated for removal in the next major.
|
|
11623
11617
|
*/
|
|
11624
|
-
export type DAASTAsset3 =
|
|
11625
|
-
/**
|
|
11626
|
-
* Discriminator indicating DAAST is delivered via URL endpoint
|
|
11627
|
-
*/
|
|
11628
|
-
delivery_type: 'url';
|
|
11629
|
-
/**
|
|
11630
|
-
* URL endpoint that returns DAAST XML
|
|
11631
|
-
*/
|
|
11632
|
-
url: string;
|
|
11633
|
-
} | {
|
|
11634
|
-
/**
|
|
11635
|
-
* Discriminator indicating DAAST is delivered as inline XML content
|
|
11636
|
-
*/
|
|
11637
|
-
delivery_type: 'inline';
|
|
11638
|
-
/**
|
|
11639
|
-
* Inline DAAST XML content
|
|
11640
|
-
*/
|
|
11641
|
-
content: string;
|
|
11642
|
-
};
|
|
11618
|
+
export type DAASTAsset3 = DAASTAsset;
|
|
11643
11619
|
/**
|
|
11644
11620
|
* Campaign-level creative context as an asset. Carries the creative brief through the manifest so it travels with the creative through regeneration, resizing, and auditing.
|
|
11645
11621
|
*/
|
|
@@ -11649,53 +11625,41 @@ export type BriefAsset3 = CreativeBrief;
|
|
|
11649
11625
|
*/
|
|
11650
11626
|
export type CatalogAsset3 = Catalog;
|
|
11651
11627
|
/**
|
|
11652
|
-
*
|
|
11628
|
+
* Re-export of `AssetVariant` under the legacy codegen artifact name.
|
|
11629
|
+
*
|
|
11630
|
+
* `AssetVariant4` is a json-schema-to-typescript under-resolution artifact —
|
|
11631
|
+
* the bundler inlined the same schema at two call sites and jsts emitted a numbered
|
|
11632
|
+
* sibling. The body it produced was strictly weaker than `AssetVariant` (missing the
|
|
11633
|
+
* `asset_type` discriminator or its containing wrapper); aliasing to `AssetVariant`
|
|
11634
|
+
* gives consumers the correctly-discriminated shape that matches the wire format.
|
|
11635
|
+
*
|
|
11636
|
+
* @deprecated Use `AssetVariant` from `@adcp/sdk/types`. Slated for removal in the next major.
|
|
11653
11637
|
*/
|
|
11654
|
-
export type AssetVariant4 =
|
|
11638
|
+
export type AssetVariant4 = AssetVariant;
|
|
11655
11639
|
/**
|
|
11656
|
-
*
|
|
11640
|
+
* Re-export of `VASTAsset` under the legacy codegen artifact name.
|
|
11641
|
+
*
|
|
11642
|
+
* `VASTAsset4` is a json-schema-to-typescript under-resolution artifact —
|
|
11643
|
+
* the bundler inlined the same schema at two call sites and jsts emitted a numbered
|
|
11644
|
+
* sibling. The body it produced was strictly weaker than `VASTAsset` (missing the
|
|
11645
|
+
* `asset_type` discriminator or its containing wrapper); aliasing to `VASTAsset`
|
|
11646
|
+
* gives consumers the correctly-discriminated shape that matches the wire format.
|
|
11647
|
+
*
|
|
11648
|
+
* @deprecated Use `VASTAsset` from `@adcp/sdk/types`. Slated for removal in the next major.
|
|
11657
11649
|
*/
|
|
11658
|
-
export type VASTAsset4 =
|
|
11659
|
-
/**
|
|
11660
|
-
* Discriminator indicating VAST is delivered via URL endpoint
|
|
11661
|
-
*/
|
|
11662
|
-
delivery_type: 'url';
|
|
11663
|
-
/**
|
|
11664
|
-
* URL endpoint that returns VAST XML
|
|
11665
|
-
*/
|
|
11666
|
-
url: string;
|
|
11667
|
-
} | {
|
|
11668
|
-
/**
|
|
11669
|
-
* Discriminator indicating VAST is delivered as inline XML content
|
|
11670
|
-
*/
|
|
11671
|
-
delivery_type: 'inline';
|
|
11672
|
-
/**
|
|
11673
|
-
* Inline VAST XML content
|
|
11674
|
-
*/
|
|
11675
|
-
content: string;
|
|
11676
|
-
};
|
|
11650
|
+
export type VASTAsset4 = VASTAsset;
|
|
11677
11651
|
/**
|
|
11678
|
-
*
|
|
11652
|
+
* Re-export of `DAASTAsset` under the legacy codegen artifact name.
|
|
11653
|
+
*
|
|
11654
|
+
* `DAASTAsset4` is a json-schema-to-typescript under-resolution artifact —
|
|
11655
|
+
* the bundler inlined the same schema at two call sites and jsts emitted a numbered
|
|
11656
|
+
* sibling. The body it produced was strictly weaker than `DAASTAsset` (missing the
|
|
11657
|
+
* `asset_type` discriminator or its containing wrapper); aliasing to `DAASTAsset`
|
|
11658
|
+
* gives consumers the correctly-discriminated shape that matches the wire format.
|
|
11659
|
+
*
|
|
11660
|
+
* @deprecated Use `DAASTAsset` from `@adcp/sdk/types`. Slated for removal in the next major.
|
|
11679
11661
|
*/
|
|
11680
|
-
export type DAASTAsset4 =
|
|
11681
|
-
/**
|
|
11682
|
-
* Discriminator indicating DAAST is delivered via URL endpoint
|
|
11683
|
-
*/
|
|
11684
|
-
delivery_type: 'url';
|
|
11685
|
-
/**
|
|
11686
|
-
* URL endpoint that returns DAAST XML
|
|
11687
|
-
*/
|
|
11688
|
-
url: string;
|
|
11689
|
-
} | {
|
|
11690
|
-
/**
|
|
11691
|
-
* Discriminator indicating DAAST is delivered as inline XML content
|
|
11692
|
-
*/
|
|
11693
|
-
delivery_type: 'inline';
|
|
11694
|
-
/**
|
|
11695
|
-
* Inline DAAST XML content
|
|
11696
|
-
*/
|
|
11697
|
-
content: string;
|
|
11698
|
-
};
|
|
11662
|
+
export type DAASTAsset4 = DAASTAsset;
|
|
11699
11663
|
/**
|
|
11700
11664
|
* Campaign-level creative context as an asset. Carries the creative brief through the manifest so it travels with the creative through regeneration, resizing, and auditing.
|
|
11701
11665
|
*/
|
|
@@ -11705,53 +11669,41 @@ export type BriefAsset4 = CreativeBrief;
|
|
|
11705
11669
|
*/
|
|
11706
11670
|
export type CatalogAsset4 = Catalog;
|
|
11707
11671
|
/**
|
|
11708
|
-
*
|
|
11672
|
+
* Re-export of `AssetVariant` under the legacy codegen artifact name.
|
|
11673
|
+
*
|
|
11674
|
+
* `AssetVariant5` is a json-schema-to-typescript under-resolution artifact —
|
|
11675
|
+
* the bundler inlined the same schema at two call sites and jsts emitted a numbered
|
|
11676
|
+
* sibling. The body it produced was strictly weaker than `AssetVariant` (missing the
|
|
11677
|
+
* `asset_type` discriminator or its containing wrapper); aliasing to `AssetVariant`
|
|
11678
|
+
* gives consumers the correctly-discriminated shape that matches the wire format.
|
|
11679
|
+
*
|
|
11680
|
+
* @deprecated Use `AssetVariant` from `@adcp/sdk/types`. Slated for removal in the next major.
|
|
11709
11681
|
*/
|
|
11710
|
-
export type AssetVariant5 =
|
|
11682
|
+
export type AssetVariant5 = AssetVariant;
|
|
11711
11683
|
/**
|
|
11712
|
-
*
|
|
11684
|
+
* Re-export of `VASTAsset` under the legacy codegen artifact name.
|
|
11685
|
+
*
|
|
11686
|
+
* `VASTAsset5` is a json-schema-to-typescript under-resolution artifact —
|
|
11687
|
+
* the bundler inlined the same schema at two call sites and jsts emitted a numbered
|
|
11688
|
+
* sibling. The body it produced was strictly weaker than `VASTAsset` (missing the
|
|
11689
|
+
* `asset_type` discriminator or its containing wrapper); aliasing to `VASTAsset`
|
|
11690
|
+
* gives consumers the correctly-discriminated shape that matches the wire format.
|
|
11691
|
+
*
|
|
11692
|
+
* @deprecated Use `VASTAsset` from `@adcp/sdk/types`. Slated for removal in the next major.
|
|
11713
11693
|
*/
|
|
11714
|
-
export type VASTAsset5 =
|
|
11715
|
-
/**
|
|
11716
|
-
* Discriminator indicating VAST is delivered via URL endpoint
|
|
11717
|
-
*/
|
|
11718
|
-
delivery_type: 'url';
|
|
11719
|
-
/**
|
|
11720
|
-
* URL endpoint that returns VAST XML
|
|
11721
|
-
*/
|
|
11722
|
-
url: string;
|
|
11723
|
-
} | {
|
|
11724
|
-
/**
|
|
11725
|
-
* Discriminator indicating VAST is delivered as inline XML content
|
|
11726
|
-
*/
|
|
11727
|
-
delivery_type: 'inline';
|
|
11728
|
-
/**
|
|
11729
|
-
* Inline VAST XML content
|
|
11730
|
-
*/
|
|
11731
|
-
content: string;
|
|
11732
|
-
};
|
|
11694
|
+
export type VASTAsset5 = VASTAsset;
|
|
11733
11695
|
/**
|
|
11734
|
-
*
|
|
11696
|
+
* Re-export of `DAASTAsset` under the legacy codegen artifact name.
|
|
11697
|
+
*
|
|
11698
|
+
* `DAASTAsset5` is a json-schema-to-typescript under-resolution artifact —
|
|
11699
|
+
* the bundler inlined the same schema at two call sites and jsts emitted a numbered
|
|
11700
|
+
* sibling. The body it produced was strictly weaker than `DAASTAsset` (missing the
|
|
11701
|
+
* `asset_type` discriminator or its containing wrapper); aliasing to `DAASTAsset`
|
|
11702
|
+
* gives consumers the correctly-discriminated shape that matches the wire format.
|
|
11703
|
+
*
|
|
11704
|
+
* @deprecated Use `DAASTAsset` from `@adcp/sdk/types`. Slated for removal in the next major.
|
|
11735
11705
|
*/
|
|
11736
|
-
export type DAASTAsset5 =
|
|
11737
|
-
/**
|
|
11738
|
-
* Discriminator indicating DAAST is delivered via URL endpoint
|
|
11739
|
-
*/
|
|
11740
|
-
delivery_type: 'url';
|
|
11741
|
-
/**
|
|
11742
|
-
* URL endpoint that returns DAAST XML
|
|
11743
|
-
*/
|
|
11744
|
-
url: string;
|
|
11745
|
-
} | {
|
|
11746
|
-
/**
|
|
11747
|
-
* Discriminator indicating DAAST is delivered as inline XML content
|
|
11748
|
-
*/
|
|
11749
|
-
delivery_type: 'inline';
|
|
11750
|
-
/**
|
|
11751
|
-
* Inline DAAST XML content
|
|
11752
|
-
*/
|
|
11753
|
-
content: string;
|
|
11754
|
-
};
|
|
11706
|
+
export type DAASTAsset5 = DAASTAsset;
|
|
11755
11707
|
/**
|
|
11756
11708
|
* Campaign-level creative context as an asset. Carries the creative brief through the manifest so it travels with the creative through regeneration, resizing, and auditing.
|
|
11757
11709
|
*/
|
|
@@ -11761,53 +11713,41 @@ export type BriefAsset5 = CreativeBrief;
|
|
|
11761
11713
|
*/
|
|
11762
11714
|
export type CatalogAsset5 = Catalog;
|
|
11763
11715
|
/**
|
|
11764
|
-
*
|
|
11716
|
+
* Re-export of `AssetVariant` under the legacy codegen artifact name.
|
|
11717
|
+
*
|
|
11718
|
+
* `AssetVariant6` is a json-schema-to-typescript under-resolution artifact —
|
|
11719
|
+
* the bundler inlined the same schema at two call sites and jsts emitted a numbered
|
|
11720
|
+
* sibling. The body it produced was strictly weaker than `AssetVariant` (missing the
|
|
11721
|
+
* `asset_type` discriminator or its containing wrapper); aliasing to `AssetVariant`
|
|
11722
|
+
* gives consumers the correctly-discriminated shape that matches the wire format.
|
|
11723
|
+
*
|
|
11724
|
+
* @deprecated Use `AssetVariant` from `@adcp/sdk/types`. Slated for removal in the next major.
|
|
11765
11725
|
*/
|
|
11766
|
-
export type AssetVariant6 =
|
|
11726
|
+
export type AssetVariant6 = AssetVariant;
|
|
11767
11727
|
/**
|
|
11768
|
-
*
|
|
11728
|
+
* Re-export of `VASTAsset` under the legacy codegen artifact name.
|
|
11729
|
+
*
|
|
11730
|
+
* `VASTAsset6` is a json-schema-to-typescript under-resolution artifact —
|
|
11731
|
+
* the bundler inlined the same schema at two call sites and jsts emitted a numbered
|
|
11732
|
+
* sibling. The body it produced was strictly weaker than `VASTAsset` (missing the
|
|
11733
|
+
* `asset_type` discriminator or its containing wrapper); aliasing to `VASTAsset`
|
|
11734
|
+
* gives consumers the correctly-discriminated shape that matches the wire format.
|
|
11735
|
+
*
|
|
11736
|
+
* @deprecated Use `VASTAsset` from `@adcp/sdk/types`. Slated for removal in the next major.
|
|
11769
11737
|
*/
|
|
11770
|
-
export type VASTAsset6 =
|
|
11771
|
-
/**
|
|
11772
|
-
* Discriminator indicating VAST is delivered via URL endpoint
|
|
11773
|
-
*/
|
|
11774
|
-
delivery_type: 'url';
|
|
11775
|
-
/**
|
|
11776
|
-
* URL endpoint that returns VAST XML
|
|
11777
|
-
*/
|
|
11778
|
-
url: string;
|
|
11779
|
-
} | {
|
|
11780
|
-
/**
|
|
11781
|
-
* Discriminator indicating VAST is delivered as inline XML content
|
|
11782
|
-
*/
|
|
11783
|
-
delivery_type: 'inline';
|
|
11784
|
-
/**
|
|
11785
|
-
* Inline VAST XML content
|
|
11786
|
-
*/
|
|
11787
|
-
content: string;
|
|
11788
|
-
};
|
|
11738
|
+
export type VASTAsset6 = VASTAsset;
|
|
11789
11739
|
/**
|
|
11790
|
-
*
|
|
11740
|
+
* Re-export of `DAASTAsset` under the legacy codegen artifact name.
|
|
11741
|
+
*
|
|
11742
|
+
* `DAASTAsset6` is a json-schema-to-typescript under-resolution artifact —
|
|
11743
|
+
* the bundler inlined the same schema at two call sites and jsts emitted a numbered
|
|
11744
|
+
* sibling. The body it produced was strictly weaker than `DAASTAsset` (missing the
|
|
11745
|
+
* `asset_type` discriminator or its containing wrapper); aliasing to `DAASTAsset`
|
|
11746
|
+
* gives consumers the correctly-discriminated shape that matches the wire format.
|
|
11747
|
+
*
|
|
11748
|
+
* @deprecated Use `DAASTAsset` from `@adcp/sdk/types`. Slated for removal in the next major.
|
|
11791
11749
|
*/
|
|
11792
|
-
export type DAASTAsset6 =
|
|
11793
|
-
/**
|
|
11794
|
-
* Discriminator indicating DAAST is delivered via URL endpoint
|
|
11795
|
-
*/
|
|
11796
|
-
delivery_type: 'url';
|
|
11797
|
-
/**
|
|
11798
|
-
* URL endpoint that returns DAAST XML
|
|
11799
|
-
*/
|
|
11800
|
-
url: string;
|
|
11801
|
-
} | {
|
|
11802
|
-
/**
|
|
11803
|
-
* Discriminator indicating DAAST is delivered as inline XML content
|
|
11804
|
-
*/
|
|
11805
|
-
delivery_type: 'inline';
|
|
11806
|
-
/**
|
|
11807
|
-
* Inline DAAST XML content
|
|
11808
|
-
*/
|
|
11809
|
-
content: string;
|
|
11810
|
-
};
|
|
11750
|
+
export type DAASTAsset6 = DAASTAsset;
|
|
11811
11751
|
/**
|
|
11812
11752
|
* Campaign-level creative context as an asset. Carries the creative brief through the manifest so it travels with the creative through regeneration, resizing, and auditing.
|
|
11813
11753
|
*/
|
|
@@ -11817,53 +11757,41 @@ export type BriefAsset6 = CreativeBrief;
|
|
|
11817
11757
|
*/
|
|
11818
11758
|
export type CatalogAsset6 = Catalog;
|
|
11819
11759
|
/**
|
|
11820
|
-
*
|
|
11760
|
+
* Re-export of `AssetVariant` under the legacy codegen artifact name.
|
|
11761
|
+
*
|
|
11762
|
+
* `AssetVariant7` is a json-schema-to-typescript under-resolution artifact —
|
|
11763
|
+
* the bundler inlined the same schema at two call sites and jsts emitted a numbered
|
|
11764
|
+
* sibling. The body it produced was strictly weaker than `AssetVariant` (missing the
|
|
11765
|
+
* `asset_type` discriminator or its containing wrapper); aliasing to `AssetVariant`
|
|
11766
|
+
* gives consumers the correctly-discriminated shape that matches the wire format.
|
|
11767
|
+
*
|
|
11768
|
+
* @deprecated Use `AssetVariant` from `@adcp/sdk/types`. Slated for removal in the next major.
|
|
11821
11769
|
*/
|
|
11822
|
-
export type AssetVariant7 =
|
|
11770
|
+
export type AssetVariant7 = AssetVariant;
|
|
11823
11771
|
/**
|
|
11824
|
-
*
|
|
11772
|
+
* Re-export of `VASTAsset` under the legacy codegen artifact name.
|
|
11773
|
+
*
|
|
11774
|
+
* `VASTAsset7` is a json-schema-to-typescript under-resolution artifact —
|
|
11775
|
+
* the bundler inlined the same schema at two call sites and jsts emitted a numbered
|
|
11776
|
+
* sibling. The body it produced was strictly weaker than `VASTAsset` (missing the
|
|
11777
|
+
* `asset_type` discriminator or its containing wrapper); aliasing to `VASTAsset`
|
|
11778
|
+
* gives consumers the correctly-discriminated shape that matches the wire format.
|
|
11779
|
+
*
|
|
11780
|
+
* @deprecated Use `VASTAsset` from `@adcp/sdk/types`. Slated for removal in the next major.
|
|
11825
11781
|
*/
|
|
11826
|
-
export type VASTAsset7 =
|
|
11827
|
-
/**
|
|
11828
|
-
* Discriminator indicating VAST is delivered via URL endpoint
|
|
11829
|
-
*/
|
|
11830
|
-
delivery_type: 'url';
|
|
11831
|
-
/**
|
|
11832
|
-
* URL endpoint that returns VAST XML
|
|
11833
|
-
*/
|
|
11834
|
-
url: string;
|
|
11835
|
-
} | {
|
|
11836
|
-
/**
|
|
11837
|
-
* Discriminator indicating VAST is delivered as inline XML content
|
|
11838
|
-
*/
|
|
11839
|
-
delivery_type: 'inline';
|
|
11840
|
-
/**
|
|
11841
|
-
* Inline VAST XML content
|
|
11842
|
-
*/
|
|
11843
|
-
content: string;
|
|
11844
|
-
};
|
|
11782
|
+
export type VASTAsset7 = VASTAsset;
|
|
11845
11783
|
/**
|
|
11846
|
-
*
|
|
11784
|
+
* Re-export of `DAASTAsset` under the legacy codegen artifact name.
|
|
11785
|
+
*
|
|
11786
|
+
* `DAASTAsset7` is a json-schema-to-typescript under-resolution artifact —
|
|
11787
|
+
* the bundler inlined the same schema at two call sites and jsts emitted a numbered
|
|
11788
|
+
* sibling. The body it produced was strictly weaker than `DAASTAsset` (missing the
|
|
11789
|
+
* `asset_type` discriminator or its containing wrapper); aliasing to `DAASTAsset`
|
|
11790
|
+
* gives consumers the correctly-discriminated shape that matches the wire format.
|
|
11791
|
+
*
|
|
11792
|
+
* @deprecated Use `DAASTAsset` from `@adcp/sdk/types`. Slated for removal in the next major.
|
|
11847
11793
|
*/
|
|
11848
|
-
export type DAASTAsset7 =
|
|
11849
|
-
/**
|
|
11850
|
-
* Discriminator indicating DAAST is delivered via URL endpoint
|
|
11851
|
-
*/
|
|
11852
|
-
delivery_type: 'url';
|
|
11853
|
-
/**
|
|
11854
|
-
* URL endpoint that returns DAAST XML
|
|
11855
|
-
*/
|
|
11856
|
-
url: string;
|
|
11857
|
-
} | {
|
|
11858
|
-
/**
|
|
11859
|
-
* Discriminator indicating DAAST is delivered as inline XML content
|
|
11860
|
-
*/
|
|
11861
|
-
delivery_type: 'inline';
|
|
11862
|
-
/**
|
|
11863
|
-
* Inline DAAST XML content
|
|
11864
|
-
*/
|
|
11865
|
-
content: string;
|
|
11866
|
-
};
|
|
11794
|
+
export type DAASTAsset7 = DAASTAsset;
|
|
11867
11795
|
/**
|
|
11868
11796
|
* Campaign-level creative context as an asset. Carries the creative brief through the manifest so it travels with the creative through regeneration, resizing, and auditing.
|
|
11869
11797
|
*/
|