@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.
Files changed (122) hide show
  1. package/README.md +12 -0
  2. package/dist/lib/conformance/oracle.d.ts.map +1 -1
  3. package/dist/lib/conformance/oracle.js +8 -1
  4. package/dist/lib/conformance/oracle.js.map +1 -1
  5. package/dist/lib/conformance/schemaArbitrary.js +135 -9
  6. package/dist/lib/conformance/schemaArbitrary.js.map +1 -1
  7. package/dist/lib/schemas-data/v2.5/_provenance.json +1 -1
  8. package/dist/lib/server/create-adcp-server.d.ts +5 -0
  9. package/dist/lib/server/create-adcp-server.d.ts.map +1 -1
  10. package/dist/lib/server/create-adcp-server.js +41 -3
  11. package/dist/lib/server/create-adcp-server.js.map +1 -1
  12. package/dist/lib/server/decisioning/capabilities.d.ts +8 -0
  13. package/dist/lib/server/decisioning/capabilities.d.ts.map +1 -1
  14. package/dist/lib/server/decisioning/proposal/dispatch.d.ts.map +1 -1
  15. package/dist/lib/server/decisioning/proposal/dispatch.js +2 -0
  16. package/dist/lib/server/decisioning/proposal/dispatch.js.map +1 -1
  17. package/dist/lib/server/decisioning/runtime/from-platform.d.ts.map +1 -1
  18. package/dist/lib/server/decisioning/runtime/from-platform.js +14 -1
  19. package/dist/lib/server/decisioning/runtime/from-platform.js.map +1 -1
  20. package/dist/lib/server/responses.d.ts +1 -1
  21. package/dist/lib/server/responses.d.ts.map +1 -1
  22. package/dist/lib/server/responses.js +5 -2
  23. package/dist/lib/server/responses.js.map +1 -1
  24. package/dist/lib/signing/types.d.ts +6 -0
  25. package/dist/lib/signing/types.d.ts.map +1 -1
  26. package/dist/lib/signing/types.js.map +1 -1
  27. package/dist/lib/signing/verifier.d.ts.map +1 -1
  28. package/dist/lib/signing/verifier.js +33 -4
  29. package/dist/lib/signing/verifier.js.map +1 -1
  30. package/dist/lib/testing/storyboard/compliance.d.ts +1 -0
  31. package/dist/lib/testing/storyboard/compliance.d.ts.map +1 -1
  32. package/dist/lib/testing/storyboard/compliance.js +8 -2
  33. package/dist/lib/testing/storyboard/compliance.js.map +1 -1
  34. package/dist/lib/testing/storyboard/index.d.ts +1 -1
  35. package/dist/lib/testing/storyboard/index.d.ts.map +1 -1
  36. package/dist/lib/testing/storyboard/index.js +3 -2
  37. package/dist/lib/testing/storyboard/index.js.map +1 -1
  38. package/dist/lib/testing/storyboard/probes.d.ts.map +1 -1
  39. package/dist/lib/testing/storyboard/probes.js +3 -0
  40. package/dist/lib/testing/storyboard/probes.js.map +1 -1
  41. package/dist/lib/testing/storyboard/runner.d.ts.map +1 -1
  42. package/dist/lib/testing/storyboard/runner.js +294 -29
  43. package/dist/lib/testing/storyboard/runner.js.map +1 -1
  44. package/dist/lib/testing/storyboard/types.d.ts +59 -0
  45. package/dist/lib/testing/storyboard/types.d.ts.map +1 -1
  46. package/dist/lib/testing/storyboard/types.js.map +1 -1
  47. package/dist/lib/testing/storyboard/validations.d.ts +4 -3
  48. package/dist/lib/testing/storyboard/validations.d.ts.map +1 -1
  49. package/dist/lib/testing/storyboard/validations.js +26 -2
  50. package/dist/lib/testing/storyboard/validations.js.map +1 -1
  51. package/dist/lib/types/activate-signal.d.ts +647 -0
  52. package/dist/lib/types/build-creative.d.ts +2105 -0
  53. package/dist/lib/types/calibrate-content.d.ts +675 -0
  54. package/dist/lib/types/check-governance.d.ts +619 -0
  55. package/dist/lib/types/comply-test-controller.d.ts +8428 -0
  56. package/dist/lib/types/core.generated.d.ts +180 -252
  57. package/dist/lib/types/core.generated.d.ts.map +1 -1
  58. package/dist/lib/types/core.generated.js +1 -1
  59. package/dist/lib/types/create-collection-list.d.ts +693 -0
  60. package/dist/lib/types/create-content-standards.d.ts +830 -0
  61. package/dist/lib/types/create-media-buy.d.ts +3374 -0
  62. package/dist/lib/types/create-property-list.d.ts +836 -0
  63. package/dist/lib/types/delete-collection-list.d.ts +497 -0
  64. package/dist/lib/types/delete-property-list.d.ts +497 -0
  65. package/dist/lib/types/get-account-financials.d.ts +624 -0
  66. package/dist/lib/types/get-adcp-capabilities.d.ts +2863 -0
  67. package/dist/lib/types/get-collection-list.d.ts +763 -0
  68. package/dist/lib/types/get-content-standards.d.ts +919 -0
  69. package/dist/lib/types/get-creative-delivery.d.ts +2219 -0
  70. package/dist/lib/types/get-creative-features.d.ts +1736 -0
  71. package/dist/lib/types/get-media-buy-artifacts.d.ts +864 -0
  72. package/dist/lib/types/get-media-buys.d.ts +1670 -0
  73. package/dist/lib/types/get-plan-audit-logs.d.ts +455 -0
  74. package/dist/lib/types/get-products.d.ts +4935 -0
  75. package/dist/lib/types/get-property-list.d.ts +874 -0
  76. package/dist/lib/types/get-signals.d.ts +986 -0
  77. package/dist/lib/types/list-accounts.d.ts +851 -0
  78. package/dist/lib/types/list-content-standards.d.ts +975 -0
  79. package/dist/lib/types/list-creative-formats.d.ts +3132 -0
  80. package/dist/lib/types/list-creatives.d.ts +2390 -0
  81. package/dist/lib/types/list-property-lists.d.ts +855 -0
  82. package/dist/lib/types/log-event.d.ts +373 -0
  83. package/dist/lib/types/per-tool-index.json +391 -0
  84. package/dist/lib/types/preview-creative.d.ts +1981 -0
  85. package/dist/lib/types/provide-performance-feedback.d.ts +218 -0
  86. package/dist/lib/types/report-plan-outcome.d.ts +433 -0
  87. package/dist/lib/types/report-usage.d.ts +579 -0
  88. package/dist/lib/types/schemas.generated.d.ts +127279 -125067
  89. package/dist/lib/types/schemas.generated.d.ts.map +1 -1
  90. package/dist/lib/types/schemas.generated.js +221 -293
  91. package/dist/lib/types/schemas.generated.js.map +1 -1
  92. package/dist/lib/types/si-get-offering.d.ts +259 -0
  93. package/dist/lib/types/si-initiate-session.d.ts +372 -0
  94. package/dist/lib/types/si-send-message.d.ts +300 -0
  95. package/dist/lib/types/si-terminate-session.d.ts +213 -0
  96. package/dist/lib/types/sync-accounts.d.ts +856 -0
  97. package/dist/lib/types/sync-audiences.d.ts +707 -0
  98. package/dist/lib/types/sync-catalogs.d.ts +766 -0
  99. package/dist/lib/types/sync-creatives.d.ts +2134 -0
  100. package/dist/lib/types/sync-event-sources.d.ts +665 -0
  101. package/dist/lib/types/sync-governance.d.ts +558 -0
  102. package/dist/lib/types/sync-plans.d.ts +979 -0
  103. package/dist/lib/types/update-collection-list.d.ts +697 -0
  104. package/dist/lib/types/update-content-standards.d.ts +847 -0
  105. package/dist/lib/types/update-media-buy.d.ts +3047 -0
  106. package/dist/lib/types/update-property-list.d.ts +840 -0
  107. package/dist/lib/types/validate-content-delivery.d.ts +722 -0
  108. package/dist/lib/types/validate-input.d.ts +1683 -0
  109. package/dist/lib/utils/response-schemas.js +1 -1
  110. package/dist/lib/utils/response-schemas.js.map +1 -1
  111. package/dist/lib/utils/response-unwrapper.d.ts.map +1 -1
  112. package/dist/lib/utils/response-unwrapper.js +18 -3
  113. package/dist/lib/utils/response-unwrapper.js.map +1 -1
  114. package/dist/lib/version.d.ts +3 -3
  115. package/dist/lib/version.js +3 -3
  116. package/examples/error-compliant-server.ts +1 -1
  117. package/examples/hello_seller_adapter_guaranteed.ts +8 -3
  118. package/examples/hello_seller_adapter_multi_tenant.ts +27 -23
  119. package/examples/hello_seller_adapter_non_guaranteed.ts +7 -3
  120. package/examples/hello_seller_adapter_proposal_mode.ts +22 -6
  121. package/examples/hello_signals_adapter_marketplace.ts +34 -3
  122. package/package.json +9 -2
@@ -11537,53 +11537,41 @@ export type BriefAsset1 = BriefAsset;
11537
11537
  */
11538
11538
  export type CatalogAsset1 = CatalogAsset;
11539
11539
  /**
11540
- * Canonical union of all asset variant schemas. Referenced from creative-asset.json and creative-manifest.json to ensure a single named type is emitted by schema-to-TypeScript tooling. Add new asset types here and to the creative/asset-types registry.
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 = ImageAsset | VideoAsset | AudioAsset | VASTAsset2 | TextAsset | URLAsset | HTMLAsset | JavaScriptAsset | ZipAsset | WebhookAsset | CSSAsset | DAASTAsset2 | MarkdownAsset | BriefAsset2 | CatalogAsset2 | CardAsset;
11550
+ export type AssetVariant2 = AssetVariant;
11543
11551
  /**
11544
- * VAST (Video Ad Serving Template) tag for third-party video ad serving
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
- * DAAST (Digital Audio Ad Serving Template) tag for third-party audio ad serving
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
- * Canonical union of all asset variant schemas. Referenced from creative-asset.json and creative-manifest.json to ensure a single named type is emitted by schema-to-TypeScript tooling. Add new asset types here and to the creative/asset-types registry.
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 = ImageAsset | VideoAsset | AudioAsset | VASTAsset3 | TextAsset | URLAsset | HTMLAsset | JavaScriptAsset | ZipAsset | WebhookAsset | CSSAsset | DAASTAsset3 | MarkdownAsset | BriefAsset3 | CatalogAsset3 | CardAsset;
11594
+ export type AssetVariant3 = AssetVariant;
11599
11595
  /**
11600
- * VAST (Video Ad Serving Template) tag for third-party video ad serving
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
- * DAAST (Digital Audio Ad Serving Template) tag for third-party audio ad serving
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
- * Canonical union of all asset variant schemas. Referenced from creative-asset.json and creative-manifest.json to ensure a single named type is emitted by schema-to-TypeScript tooling. Add new asset types here and to the creative/asset-types registry.
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 = ImageAsset | VideoAsset | AudioAsset | VASTAsset4 | TextAsset | URLAsset | HTMLAsset | JavaScriptAsset | ZipAsset | WebhookAsset | CSSAsset | DAASTAsset4 | MarkdownAsset | BriefAsset4 | CatalogAsset4 | CardAsset;
11638
+ export type AssetVariant4 = AssetVariant;
11655
11639
  /**
11656
- * VAST (Video Ad Serving Template) tag for third-party video ad serving
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
- * DAAST (Digital Audio Ad Serving Template) tag for third-party audio ad serving
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
- * Canonical union of all asset variant schemas. Referenced from creative-asset.json and creative-manifest.json to ensure a single named type is emitted by schema-to-TypeScript tooling. Add new asset types here and to the creative/asset-types registry.
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 = ImageAsset | VideoAsset | AudioAsset | VASTAsset5 | TextAsset | URLAsset | HTMLAsset | JavaScriptAsset | ZipAsset | WebhookAsset | CSSAsset | DAASTAsset5 | MarkdownAsset | BriefAsset5 | CatalogAsset5 | CardAsset;
11682
+ export type AssetVariant5 = AssetVariant;
11711
11683
  /**
11712
- * VAST (Video Ad Serving Template) tag for third-party video ad serving
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
- * DAAST (Digital Audio Ad Serving Template) tag for third-party audio ad serving
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
- * Canonical union of all asset variant schemas. Referenced from creative-asset.json and creative-manifest.json to ensure a single named type is emitted by schema-to-TypeScript tooling. Add new asset types here and to the creative/asset-types registry.
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 = ImageAsset | VideoAsset | AudioAsset | VASTAsset6 | TextAsset | URLAsset | HTMLAsset | JavaScriptAsset | ZipAsset | WebhookAsset | CSSAsset | DAASTAsset6 | MarkdownAsset | BriefAsset6 | CatalogAsset6 | CardAsset;
11726
+ export type AssetVariant6 = AssetVariant;
11767
11727
  /**
11768
- * VAST (Video Ad Serving Template) tag for third-party video ad serving
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
- * DAAST (Digital Audio Ad Serving Template) tag for third-party audio ad serving
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
- * Canonical union of all asset variant schemas. Referenced from creative-asset.json and creative-manifest.json to ensure a single named type is emitted by schema-to-TypeScript tooling. Add new asset types here and to the creative/asset-types registry.
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 = ImageAsset | VideoAsset | AudioAsset | VASTAsset7 | TextAsset | URLAsset | HTMLAsset | JavaScriptAsset | ZipAsset | WebhookAsset | CSSAsset | DAASTAsset7 | MarkdownAsset | BriefAsset7 | CatalogAsset7 | CardAsset;
11770
+ export type AssetVariant7 = AssetVariant;
11823
11771
  /**
11824
- * VAST (Video Ad Serving Template) tag for third-party video ad serving
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
- * DAAST (Digital Audio Ad Serving Template) tag for third-party audio ad serving
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
  */