@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.
Files changed (235) hide show
  1. package/bin/adcp-storyboard-sandbox.js +16 -0
  2. package/bin/adcp.js +28 -30
  3. package/dist/lib/index.d.mts +3 -3
  4. package/dist/lib/index.d.ts +3 -3
  5. package/dist/lib/index.d.ts.map +1 -1
  6. package/dist/lib/index.js +2 -0
  7. package/dist/lib/index.js.map +1 -1
  8. package/dist/lib/index.mjs +3 -1
  9. package/dist/lib/index.mjs.map +1 -1
  10. package/dist/lib/schemas/index.d.mts +385 -1
  11. package/dist/lib/schemas/index.d.ts +385 -1
  12. package/dist/lib/schemas/index.d.ts.map +1 -1
  13. package/dist/lib/schemas/index.js +13 -0
  14. package/dist/lib/schemas/index.js.map +1 -1
  15. package/dist/lib/schemas/index.mjs +11 -0
  16. package/dist/lib/schemas/index.mjs.map +1 -1
  17. package/dist/lib/schemas-data/v2.5/_provenance.json +1 -1
  18. package/dist/lib/server/create-adcp-server.d.mts +2 -2
  19. package/dist/lib/server/create-adcp-server.d.ts +2 -2
  20. package/dist/lib/server/create-adcp-server.d.ts.map +1 -1
  21. package/dist/lib/server/create-adcp-server.js +6 -1
  22. package/dist/lib/server/create-adcp-server.js.map +1 -1
  23. package/dist/lib/server/create-adcp-server.mjs +6 -1
  24. package/dist/lib/server/create-adcp-server.mjs.map +1 -1
  25. package/dist/lib/server/decisioning/index.d.mts +3 -3
  26. package/dist/lib/server/decisioning/index.d.ts +3 -3
  27. package/dist/lib/server/decisioning/index.d.ts.map +1 -1
  28. package/dist/lib/server/decisioning/index.js.map +1 -1
  29. package/dist/lib/server/decisioning/index.mjs.map +1 -1
  30. package/dist/lib/server/decisioning/runtime/from-platform.d.mts +24 -17
  31. package/dist/lib/server/decisioning/runtime/from-platform.d.ts +24 -17
  32. package/dist/lib/server/decisioning/runtime/from-platform.d.ts.map +1 -1
  33. package/dist/lib/server/decisioning/runtime/from-platform.js +71 -42
  34. package/dist/lib/server/decisioning/runtime/from-platform.js.map +1 -1
  35. package/dist/lib/server/decisioning/runtime/from-platform.mjs +75 -43
  36. package/dist/lib/server/decisioning/runtime/from-platform.mjs.map +1 -1
  37. package/dist/lib/server/decisioning/runtime/postgres-task-registry.d.mts +15 -21
  38. package/dist/lib/server/decisioning/runtime/postgres-task-registry.d.ts +15 -21
  39. package/dist/lib/server/decisioning/runtime/postgres-task-registry.d.ts.map +1 -1
  40. package/dist/lib/server/decisioning/runtime/postgres-task-registry.js +100 -30
  41. package/dist/lib/server/decisioning/runtime/postgres-task-registry.js.map +1 -1
  42. package/dist/lib/server/decisioning/runtime/postgres-task-registry.mjs +100 -30
  43. package/dist/lib/server/decisioning/runtime/postgres-task-registry.mjs.map +1 -1
  44. package/dist/lib/server/decisioning/runtime/task-registry.d.mts +30 -16
  45. package/dist/lib/server/decisioning/runtime/task-registry.d.ts +30 -16
  46. package/dist/lib/server/decisioning/runtime/task-registry.d.ts.map +1 -1
  47. package/dist/lib/server/decisioning/runtime/task-registry.js +40 -20
  48. package/dist/lib/server/decisioning/runtime/task-registry.js.map +1 -1
  49. package/dist/lib/server/decisioning/runtime/task-registry.mjs +38 -19
  50. package/dist/lib/server/decisioning/runtime/task-registry.mjs.map +1 -1
  51. package/dist/lib/server/decisioning/runtime/to-context.d.mts +2 -2
  52. package/dist/lib/server/decisioning/runtime/to-context.d.ts +2 -2
  53. package/dist/lib/server/decisioning/runtime/to-context.d.ts.map +1 -1
  54. package/dist/lib/server/decisioning/runtime/to-context.js +2 -2
  55. package/dist/lib/server/decisioning/runtime/to-context.js.map +1 -1
  56. package/dist/lib/server/decisioning/runtime/to-context.mjs +2 -2
  57. package/dist/lib/server/decisioning/runtime/to-context.mjs.map +1 -1
  58. package/dist/lib/server/decisioning/specialisms/creative-ad-server.d.mts +3 -2
  59. package/dist/lib/server/decisioning/specialisms/creative-ad-server.d.ts +3 -2
  60. package/dist/lib/server/decisioning/specialisms/creative-ad-server.d.ts.map +1 -1
  61. package/dist/lib/server/decisioning/specialisms/creative-ad-server.js.map +1 -1
  62. package/dist/lib/server/decisioning/specialisms/creative.d.mts +10 -10
  63. package/dist/lib/server/decisioning/specialisms/creative.d.ts +10 -10
  64. package/dist/lib/server/decisioning/specialisms/creative.d.ts.map +1 -1
  65. package/dist/lib/server/decisioning/specialisms/creative.js.map +1 -1
  66. package/dist/lib/server/index.d.mts +1 -1
  67. package/dist/lib/server/index.d.ts +1 -1
  68. package/dist/lib/server/index.d.ts.map +1 -1
  69. package/dist/lib/server/index.js.map +1 -1
  70. package/dist/lib/server/index.mjs.map +1 -1
  71. package/dist/lib/signing/agent-context.d.mts +1 -0
  72. package/dist/lib/signing/agent-context.d.ts +1 -0
  73. package/dist/lib/signing/agent-context.d.ts.map +1 -1
  74. package/dist/lib/signing/agent-context.js +37 -2
  75. package/dist/lib/signing/agent-context.js.map +1 -1
  76. package/dist/lib/signing/agent-context.mjs +38 -3
  77. package/dist/lib/signing/agent-context.mjs.map +1 -1
  78. package/dist/lib/signing/agent-fetch.d.mts +1 -2
  79. package/dist/lib/signing/agent-fetch.d.ts +1 -2
  80. package/dist/lib/signing/agent-fetch.d.ts.map +1 -1
  81. package/dist/lib/signing/agent-fetch.js +2 -0
  82. package/dist/lib/signing/agent-fetch.js.map +1 -1
  83. package/dist/lib/signing/agent-fetch.mjs +2 -0
  84. package/dist/lib/signing/agent-fetch.mjs.map +1 -1
  85. package/dist/lib/signing/agent-resolver/etld.js.map +1 -1
  86. package/dist/lib/signing/agent-resolver/etld.mjs.map +1 -1
  87. package/dist/lib/testing/client.d.mts +6 -0
  88. package/dist/lib/testing/client.d.ts +6 -0
  89. package/dist/lib/testing/client.d.ts.map +1 -1
  90. package/dist/lib/testing/client.js +76 -4
  91. package/dist/lib/testing/client.js.map +1 -1
  92. package/dist/lib/testing/client.mjs +75 -4
  93. package/dist/lib/testing/client.mjs.map +1 -1
  94. package/dist/lib/testing/compliance/comply.d.ts.map +1 -1
  95. package/dist/lib/testing/compliance/comply.js +6 -0
  96. package/dist/lib/testing/compliance/comply.js.map +1 -1
  97. package/dist/lib/testing/compliance/comply.mjs +7 -1
  98. package/dist/lib/testing/compliance/comply.mjs.map +1 -1
  99. package/dist/lib/testing/storyboard/default-invariants.d.ts.map +1 -1
  100. package/dist/lib/testing/storyboard/default-invariants.js +11 -2
  101. package/dist/lib/testing/storyboard/default-invariants.js.map +1 -1
  102. package/dist/lib/testing/storyboard/default-invariants.mjs +11 -2
  103. package/dist/lib/testing/storyboard/default-invariants.mjs.map +1 -1
  104. package/dist/lib/testing/storyboard/index.d.mts +1 -1
  105. package/dist/lib/testing/storyboard/index.d.ts +1 -1
  106. package/dist/lib/testing/storyboard/index.d.ts.map +1 -1
  107. package/dist/lib/testing/storyboard/index.js.map +1 -1
  108. package/dist/lib/testing/storyboard/index.mjs.map +1 -1
  109. package/dist/lib/testing/storyboard/loader.d.ts.map +1 -1
  110. package/dist/lib/testing/storyboard/loader.js +14 -0
  111. package/dist/lib/testing/storyboard/loader.js.map +1 -1
  112. package/dist/lib/testing/storyboard/loader.mjs +14 -0
  113. package/dist/lib/testing/storyboard/loader.mjs.map +1 -1
  114. package/dist/lib/testing/storyboard/phase-condition.d.mts +41 -0
  115. package/dist/lib/testing/storyboard/phase-condition.d.ts +42 -0
  116. package/dist/lib/testing/storyboard/phase-condition.d.ts.map +1 -0
  117. package/dist/lib/testing/storyboard/phase-condition.js +215 -0
  118. package/dist/lib/testing/storyboard/phase-condition.js.map +1 -0
  119. package/dist/lib/testing/storyboard/phase-condition.mjs +189 -0
  120. package/dist/lib/testing/storyboard/phase-condition.mjs.map +1 -0
  121. package/dist/lib/testing/storyboard/request-builder.d.ts.map +1 -1
  122. package/dist/lib/testing/storyboard/request-builder.js +15 -2
  123. package/dist/lib/testing/storyboard/request-builder.js.map +1 -1
  124. package/dist/lib/testing/storyboard/request-builder.mjs +15 -2
  125. package/dist/lib/testing/storyboard/request-builder.mjs.map +1 -1
  126. package/dist/lib/testing/storyboard/request-signing/functional-dispatch.d.mts +15 -0
  127. package/dist/lib/testing/storyboard/request-signing/functional-dispatch.d.ts +16 -0
  128. package/dist/lib/testing/storyboard/request-signing/functional-dispatch.d.ts.map +1 -0
  129. package/dist/lib/testing/storyboard/request-signing/functional-dispatch.js +106 -0
  130. package/dist/lib/testing/storyboard/request-signing/functional-dispatch.js.map +1 -0
  131. package/dist/lib/testing/storyboard/request-signing/functional-dispatch.mjs +82 -0
  132. package/dist/lib/testing/storyboard/request-signing/functional-dispatch.mjs.map +1 -0
  133. package/dist/lib/testing/storyboard/request-signing/test-kit.d.mts +15 -0
  134. package/dist/lib/testing/storyboard/request-signing/test-kit.d.ts +15 -0
  135. package/dist/lib/testing/storyboard/request-signing/test-kit.d.ts.map +1 -1
  136. package/dist/lib/testing/storyboard/request-signing/test-kit.js +58 -0
  137. package/dist/lib/testing/storyboard/request-signing/test-kit.js.map +1 -1
  138. package/dist/lib/testing/storyboard/request-signing/test-kit.mjs +58 -0
  139. package/dist/lib/testing/storyboard/request-signing/test-kit.mjs.map +1 -1
  140. package/dist/lib/testing/storyboard/request-signing/vector-loader.d.mts +2 -0
  141. package/dist/lib/testing/storyboard/request-signing/vector-loader.d.ts +2 -0
  142. package/dist/lib/testing/storyboard/request-signing/vector-loader.d.ts.map +1 -1
  143. package/dist/lib/testing/storyboard/request-signing/vector-loader.js +7 -1
  144. package/dist/lib/testing/storyboard/request-signing/vector-loader.js.map +1 -1
  145. package/dist/lib/testing/storyboard/request-signing/vector-loader.mjs +6 -1
  146. package/dist/lib/testing/storyboard/request-signing/vector-loader.mjs.map +1 -1
  147. package/dist/lib/testing/storyboard/runner.d.ts.map +1 -1
  148. package/dist/lib/testing/storyboard/runner.js +67 -24
  149. package/dist/lib/testing/storyboard/runner.js.map +1 -1
  150. package/dist/lib/testing/storyboard/runner.mjs +67 -24
  151. package/dist/lib/testing/storyboard/runner.mjs.map +1 -1
  152. package/dist/lib/testing/storyboard/task-map.d.ts.map +1 -1
  153. package/dist/lib/testing/storyboard/task-map.js +6 -2
  154. package/dist/lib/testing/storyboard/task-map.js.map +1 -1
  155. package/dist/lib/testing/storyboard/task-map.mjs +6 -2
  156. package/dist/lib/testing/storyboard/task-map.mjs.map +1 -1
  157. package/dist/lib/testing/storyboard/types.d.mts +5 -4
  158. package/dist/lib/testing/storyboard/types.d.ts +5 -4
  159. package/dist/lib/testing/storyboard/types.d.ts.map +1 -1
  160. package/dist/lib/testing/storyboard/types.js.map +1 -1
  161. package/dist/lib/testing/storyboard/types.mjs.map +1 -1
  162. package/dist/lib/testing/storyboard/validations.d.mts +1 -1
  163. package/dist/lib/testing/storyboard/validations.d.ts +1 -1
  164. package/dist/lib/testing/storyboard/webhook-assertions.d.ts.map +1 -1
  165. package/dist/lib/testing/storyboard/webhook-assertions.js +60 -4
  166. package/dist/lib/testing/storyboard/webhook-assertions.js.map +1 -1
  167. package/dist/lib/testing/storyboard/webhook-assertions.mjs +60 -4
  168. package/dist/lib/testing/storyboard/webhook-assertions.mjs.map +1 -1
  169. package/dist/lib/testing/storyboard/webhook-receiver.d.mts +15 -0
  170. package/dist/lib/testing/storyboard/webhook-receiver.d.ts +15 -0
  171. package/dist/lib/testing/storyboard/webhook-receiver.d.ts.map +1 -1
  172. package/dist/lib/testing/storyboard/webhook-receiver.js +57 -6
  173. package/dist/lib/testing/storyboard/webhook-receiver.js.map +1 -1
  174. package/dist/lib/testing/storyboard/webhook-receiver.mjs +57 -6
  175. package/dist/lib/testing/storyboard/webhook-receiver.mjs.map +1 -1
  176. package/dist/lib/testing/types.d.mts +12 -0
  177. package/dist/lib/testing/types.d.ts +12 -0
  178. package/dist/lib/testing/types.d.ts.map +1 -1
  179. package/dist/lib/testing/types.js.map +1 -1
  180. package/dist/lib/types/comply-test-controller.d.ts +1 -14
  181. package/dist/lib/types/core.generated.d.mts +6 -3
  182. package/dist/lib/types/core.generated.d.ts +6 -3
  183. package/dist/lib/types/core.generated.d.ts.map +1 -1
  184. package/dist/lib/types/core.generated.js.map +1 -1
  185. package/dist/lib/types/get-products.d.ts +1 -14
  186. package/dist/lib/types/index.d.mts +1 -1
  187. package/dist/lib/types/index.d.ts +1 -1
  188. package/dist/lib/types/index.d.ts.map +1 -1
  189. package/dist/lib/types/index.js.map +1 -1
  190. package/dist/lib/types/index.mjs.map +1 -1
  191. package/dist/lib/types/list-transformers.d.ts +9 -5
  192. package/dist/lib/types/schemas.generated.d.ts +23 -352
  193. package/dist/lib/types/schemas.generated.d.ts.map +1 -1
  194. package/dist/lib/types/schemas.generated.js +7 -4
  195. package/dist/lib/types/schemas.generated.js.map +1 -1
  196. package/dist/lib/types/schemas.generated.mjs +6 -4
  197. package/dist/lib/types/schemas.generated.mjs.map +1 -1
  198. package/dist/lib/types/server-payload-aliases.d.mts +2 -1
  199. package/dist/lib/types/server-payload-aliases.d.ts +2 -1
  200. package/dist/lib/types/server-payload-aliases.d.ts.map +1 -1
  201. package/dist/lib/types/server-payload-aliases.js.map +1 -1
  202. package/dist/lib/types/tools.generated.d.mts +6 -3
  203. package/dist/lib/types/tools.generated.d.ts +6 -3
  204. package/dist/lib/types/tools.generated.d.ts.map +1 -1
  205. package/dist/lib/types/tools.generated.js.map +1 -1
  206. package/dist/lib/utils/build-creative-return-builders.d.mts +5 -1
  207. package/dist/lib/utils/build-creative-return-builders.d.ts +5 -1
  208. package/dist/lib/utils/build-creative-return-builders.d.ts.map +1 -1
  209. package/dist/lib/utils/build-creative-return-builders.js +9 -3
  210. package/dist/lib/utils/build-creative-return-builders.js.map +1 -1
  211. package/dist/lib/utils/build-creative-return-builders.mjs +7 -2
  212. package/dist/lib/utils/build-creative-return-builders.mjs.map +1 -1
  213. package/dist/lib/utils/response-unwrapper.js +1 -1
  214. package/dist/lib/utils/response-unwrapper.js.map +1 -1
  215. package/dist/lib/utils/response-unwrapper.mjs +1 -1
  216. package/dist/lib/utils/response-unwrapper.mjs.map +1 -1
  217. package/dist/lib/validation/schema-loader.d.ts.map +1 -1
  218. package/dist/lib/validation/schema-loader.js +16 -7
  219. package/dist/lib/validation/schema-loader.js.map +1 -1
  220. package/dist/lib/validation/schema-loader.mjs +16 -7
  221. package/dist/lib/validation/schema-loader.mjs.map +1 -1
  222. package/dist/lib/version.d.mts +3 -3
  223. package/dist/lib/version.d.ts +3 -3
  224. package/dist/lib/version.js +3 -3
  225. package/dist/lib/version.js.map +1 -1
  226. package/dist/lib/version.mjs +3 -3
  227. package/dist/lib/version.mjs.map +1 -1
  228. package/docs/llms.txt +2 -2
  229. package/docs/migration-5.x-to-6.x.md +3 -2
  230. package/docs/migration-task-registry-scoping.md +61 -0
  231. package/examples/hello_seller_adapter_guaranteed.ts +1 -1
  232. package/package.json +5 -5
  233. package/skills/build-decisioning-creative-template/SKILL.md +2 -2
  234. package/skills/build-decisioning-platform/SKILL.md +4 -2
  235. package/skills/build-decisioning-platform/advanced/REFERENCE.md +7 -6
@@ -6,7 +6,7 @@
6
6
  * fields such as `status`, `task_id`, and `adcp_version`. These aliases make
7
7
  * that distinction discoverable from the public barrels.
8
8
  */
9
- import type { ActivateSignalSuccess, BuildCreativeMultiSuccess, BuildCreativeSuccess, CalibrateContentResponse, CheckGovernanceResponse, CreateCollectionListResponse, CreateContentStandardsResponse, CreateMediaBuyError, CreateMediaBuySuccess, CreatePropertyListResponse, DeleteCollectionListResponse, DeletePropertyListResponse, GetAccountFinancialsResponse, GetAccountFinancialsSuccess, GetAdCPCapabilitiesResponse, GetCollectionListResponse, GetContentStandardsResponse, GetCreativeDeliveryResponse, GetCreativeFeaturesResponse, GetMediaBuyArtifactsResponse, GetMediaBuyDeliveryResponse, GetMediaBuysResponse, GetPlanAuditLogsResponse, GetProductsResponse, GetPropertyListResponse, GetSignalsResponse, ListAccountsResponse, ListCollectionListsResponse, ListContentStandardsResponse, ListCreativeFormatsResponse, ListCreativesResponse, ListPropertyListsResponse, LogEventSuccess, MediaBuyStatus, PreviewCreativeResponse, ProvidePerformanceFeedbackSuccess, ReportPlanOutcomeResponse, ReportUsageResponse, SIGetOfferingResponse, SIInitiateSessionResponse, SISendMessageResponse, SITerminateSessionResponse, SyncAccountsResponse, SyncAccountsSuccess, SyncAudiencesSuccess, SyncCatalogsSuccess, SyncCreativesError, SyncCreativesSuccess, SyncEventSourcesSuccess, SyncGovernanceResponse, SyncGovernanceSuccess, SyncPlansResponse, UpdateCollectionListResponse, UpdateContentStandardsResponse, UpdateMediaBuySuccess, UpdatePropertyListResponse, ValidateContentDeliveryResponse } from './tools.generated.mjs';
9
+ import type { ActivateSignalSuccess, BuildCreativeMultiSuccess, BuildCreativeSuccess, BuildCreativeVariantSuccess, CalibrateContentResponse, CheckGovernanceResponse, CreateCollectionListResponse, CreateContentStandardsResponse, CreateMediaBuyError, CreateMediaBuySuccess, CreatePropertyListResponse, DeleteCollectionListResponse, DeletePropertyListResponse, GetAccountFinancialsResponse, GetAccountFinancialsSuccess, GetAdCPCapabilitiesResponse, GetCollectionListResponse, GetContentStandardsResponse, GetCreativeDeliveryResponse, GetCreativeFeaturesResponse, GetMediaBuyArtifactsResponse, GetMediaBuyDeliveryResponse, GetMediaBuysResponse, GetPlanAuditLogsResponse, GetProductsResponse, GetPropertyListResponse, GetSignalsResponse, ListAccountsResponse, ListCollectionListsResponse, ListContentStandardsResponse, ListCreativeFormatsResponse, ListCreativesResponse, ListPropertyListsResponse, LogEventSuccess, MediaBuyStatus, PreviewCreativeResponse, ProvidePerformanceFeedbackSuccess, ReportPlanOutcomeResponse, ReportUsageResponse, SIGetOfferingResponse, SIInitiateSessionResponse, SISendMessageResponse, SITerminateSessionResponse, SyncAccountsResponse, SyncAccountsSuccess, SyncAudiencesSuccess, SyncCatalogsSuccess, SyncCreativesError, SyncCreativesSuccess, SyncEventSourcesSuccess, SyncGovernanceResponse, SyncGovernanceSuccess, SyncPlansResponse, UpdateCollectionListResponse, UpdateContentStandardsResponse, UpdateMediaBuySuccess, UpdatePropertyListResponse, ValidateContentDeliveryResponse } from './tools.generated.mjs';
10
10
  import type { AcquireRightsAcquired, AcquireRightsPendingApproval, AcquireRightsRejected, CreativeApproved, CreativePendingReview, CreativeRejected, GetBrandIdentitySuccess, GetRightsResponse, GetRightsSuccess, UpdateRightsSuccess } from './core.generated.mjs';
11
11
  import type { RequireCacheScopeWhenProducts, ServerPayload } from './server-payload.mjs';
12
12
  import type { CanonicalCreativeResponse } from '../v2/projection/creative-delivery.mjs';
@@ -52,6 +52,7 @@ export type ActivateSignalPayload = ServerPayload<ActivateSignalSuccess>;
52
52
  export type SyncAudiencesPayload = ServerPayload<SyncAudiencesSuccess>;
53
53
  export type BuildCreativePayload = ServerPayload<BuildCreativeSuccess>;
54
54
  export type BuildCreativeMultiPayload = ServerPayload<BuildCreativeMultiSuccess>;
55
+ export type BuildCreativeVariantPayload = ServerPayload<BuildCreativeVariantSuccess>;
55
56
  export type CanonicalPreviewCreativePayload = ServerPayload<CanonicalCreativeResponse<PreviewCreativeResponse>>;
56
57
  /** @deprecated Use `CanonicalPreviewCreativePayload` for canonical preview handlers. */
57
58
  export type PreviewCreativePayload = ServerPayload<PreviewCreativeResponse>;
@@ -6,7 +6,7 @@
6
6
  * fields such as `status`, `task_id`, and `adcp_version`. These aliases make
7
7
  * that distinction discoverable from the public barrels.
8
8
  */
9
- import type { ActivateSignalSuccess, BuildCreativeMultiSuccess, BuildCreativeSuccess, CalibrateContentResponse, CheckGovernanceResponse, CreateCollectionListResponse, CreateContentStandardsResponse, CreateMediaBuyError, CreateMediaBuySuccess, CreatePropertyListResponse, DeleteCollectionListResponse, DeletePropertyListResponse, GetAccountFinancialsResponse, GetAccountFinancialsSuccess, GetAdCPCapabilitiesResponse, GetCollectionListResponse, GetContentStandardsResponse, GetCreativeDeliveryResponse, GetCreativeFeaturesResponse, GetMediaBuyArtifactsResponse, GetMediaBuyDeliveryResponse, GetMediaBuysResponse, GetPlanAuditLogsResponse, GetProductsResponse, GetPropertyListResponse, GetSignalsResponse, ListAccountsResponse, ListCollectionListsResponse, ListContentStandardsResponse, ListCreativeFormatsResponse, ListCreativesResponse, ListPropertyListsResponse, LogEventSuccess, MediaBuyStatus, PreviewCreativeResponse, ProvidePerformanceFeedbackSuccess, ReportPlanOutcomeResponse, ReportUsageResponse, SIGetOfferingResponse, SIInitiateSessionResponse, SISendMessageResponse, SITerminateSessionResponse, SyncAccountsResponse, SyncAccountsSuccess, SyncAudiencesSuccess, SyncCatalogsSuccess, SyncCreativesError, SyncCreativesSuccess, SyncEventSourcesSuccess, SyncGovernanceResponse, SyncGovernanceSuccess, SyncPlansResponse, UpdateCollectionListResponse, UpdateContentStandardsResponse, UpdateMediaBuySuccess, UpdatePropertyListResponse, ValidateContentDeliveryResponse } from './tools.generated';
9
+ import type { ActivateSignalSuccess, BuildCreativeMultiSuccess, BuildCreativeSuccess, BuildCreativeVariantSuccess, CalibrateContentResponse, CheckGovernanceResponse, CreateCollectionListResponse, CreateContentStandardsResponse, CreateMediaBuyError, CreateMediaBuySuccess, CreatePropertyListResponse, DeleteCollectionListResponse, DeletePropertyListResponse, GetAccountFinancialsResponse, GetAccountFinancialsSuccess, GetAdCPCapabilitiesResponse, GetCollectionListResponse, GetContentStandardsResponse, GetCreativeDeliveryResponse, GetCreativeFeaturesResponse, GetMediaBuyArtifactsResponse, GetMediaBuyDeliveryResponse, GetMediaBuysResponse, GetPlanAuditLogsResponse, GetProductsResponse, GetPropertyListResponse, GetSignalsResponse, ListAccountsResponse, ListCollectionListsResponse, ListContentStandardsResponse, ListCreativeFormatsResponse, ListCreativesResponse, ListPropertyListsResponse, LogEventSuccess, MediaBuyStatus, PreviewCreativeResponse, ProvidePerformanceFeedbackSuccess, ReportPlanOutcomeResponse, ReportUsageResponse, SIGetOfferingResponse, SIInitiateSessionResponse, SISendMessageResponse, SITerminateSessionResponse, SyncAccountsResponse, SyncAccountsSuccess, SyncAudiencesSuccess, SyncCatalogsSuccess, SyncCreativesError, SyncCreativesSuccess, SyncEventSourcesSuccess, SyncGovernanceResponse, SyncGovernanceSuccess, SyncPlansResponse, UpdateCollectionListResponse, UpdateContentStandardsResponse, UpdateMediaBuySuccess, UpdatePropertyListResponse, ValidateContentDeliveryResponse } from './tools.generated';
10
10
  import type { AcquireRightsAcquired, AcquireRightsPendingApproval, AcquireRightsRejected, CreativeApproved, CreativePendingReview, CreativeRejected, GetBrandIdentitySuccess, GetRightsResponse, GetRightsSuccess, UpdateRightsSuccess } from './core.generated';
11
11
  import type { RequireCacheScopeWhenProducts, ServerPayload } from './server-payload';
12
12
  import type { CanonicalCreativeResponse } from '../v2/projection/creative-delivery';
@@ -52,6 +52,7 @@ export type ActivateSignalPayload = ServerPayload<ActivateSignalSuccess>;
52
52
  export type SyncAudiencesPayload = ServerPayload<SyncAudiencesSuccess>;
53
53
  export type BuildCreativePayload = ServerPayload<BuildCreativeSuccess>;
54
54
  export type BuildCreativeMultiPayload = ServerPayload<BuildCreativeMultiSuccess>;
55
+ export type BuildCreativeVariantPayload = ServerPayload<BuildCreativeVariantSuccess>;
55
56
  export type CanonicalPreviewCreativePayload = ServerPayload<CanonicalCreativeResponse<PreviewCreativeResponse>>;
56
57
  /** @deprecated Use `CanonicalPreviewCreativePayload` for canonical preview handlers. */
57
58
  export type PreviewCreativePayload = ServerPayload<PreviewCreativeResponse>;
@@ -1 +1 @@
1
- {"version":3,"file":"server-payload-aliases.d.ts","sourceRoot":"","sources":["../../../src/lib/types/server-payload-aliases.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"server-payload-aliases.d.ts","sourceRoot":"","sources":["../../../src/lib/types/server-payload-aliases.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/lib/types/server-payload-aliases.ts"],"sourcesContent":["/**\n * Named server/adopter payload aliases for generated AdCP response types.\n *\n * Generated `*Response` and `*Success` types describe wire responses. Server\n * handlers return the domain payload before the SDK stamps protocol envelope\n * fields such as `status`, `task_id`, and `adcp_version`. These aliases make\n * that distinction discoverable from the public barrels.\n */\n\nimport type {\n ActivateSignalSuccess,\n BuildCreativeMultiSuccess,\n BuildCreativeSuccess,\n CalibrateContentResponse,\n CheckGovernanceResponse,\n CreateCollectionListResponse,\n CreateContentStandardsResponse,\n CreateMediaBuyError,\n CreateMediaBuySuccess,\n CreatePropertyListResponse,\n DeleteCollectionListResponse,\n DeletePropertyListResponse,\n GetAccountFinancialsResponse,\n GetAccountFinancialsSuccess,\n GetAdCPCapabilitiesResponse,\n GetCollectionListResponse,\n GetContentStandardsResponse,\n GetCreativeDeliveryResponse,\n GetCreativeFeaturesResponse,\n GetMediaBuyArtifactsResponse,\n GetMediaBuyDeliveryResponse,\n GetMediaBuysResponse,\n GetPlanAuditLogsResponse,\n GetProductsResponse,\n GetPropertyListResponse,\n GetSignalsResponse,\n ListAccountsResponse,\n ListCollectionListsResponse,\n ListContentStandardsResponse,\n ListCreativeFormatsResponse,\n ListCreativesResponse,\n ListPropertyListsResponse,\n LogEventSuccess,\n MediaBuyStatus,\n PreviewCreativeResponse,\n ProvidePerformanceFeedbackSuccess,\n ReportPlanOutcomeResponse,\n ReportUsageResponse,\n SIGetOfferingResponse,\n SIInitiateSessionResponse,\n SISendMessageResponse,\n SITerminateSessionResponse,\n SyncAccountsResponse,\n SyncAccountsSuccess,\n SyncAudiencesSuccess,\n SyncCatalogsSuccess,\n SyncCreativesError,\n SyncCreativesSuccess,\n SyncEventSourcesSuccess,\n SyncGovernanceResponse,\n SyncGovernanceSuccess,\n SyncPlansResponse,\n UpdateCollectionListResponse,\n UpdateContentStandardsResponse,\n UpdateMediaBuySuccess,\n UpdatePropertyListResponse,\n ValidateContentDeliveryResponse,\n} from './tools.generated';\nimport type {\n AcquireRightsAcquired,\n AcquireRightsPendingApproval,\n AcquireRightsRejected,\n CreativeApproved,\n CreativePendingReview,\n CreativeRejected,\n GetBrandIdentitySuccess,\n GetRightsResponse,\n GetRightsSuccess,\n UpdateRightsSuccess,\n} from './core.generated';\nimport type { RequireCacheScopeWhenProducts, ServerPayload } from './server-payload';\nimport type { CanonicalCreativeResponse } from '../v2/projection/creative-delivery';\n\ntype ExclusivePayload<TLeft, TRight> =\n | (TLeft & { [K in Exclude<keyof TRight, keyof TLeft>]?: never })\n | (TRight & { [K in Exclude<keyof TLeft, keyof TRight>]?: never });\n\n/** SDK 13 server handlers used `status` for the domain media-buy status. */\ntype LegacyMediaBuyStatusInput<T> = T & { status?: MediaBuyStatus };\n\nexport type GetAdCPCapabilitiesPayload = ServerPayload<GetAdCPCapabilitiesResponse>;\n\nexport type ListAccountsPayload = ServerPayload<ListAccountsResponse>;\nexport type SyncAccountsPayload = ServerPayload<SyncAccountsResponse>;\nexport type SyncAccountsSuccessPayload = ServerPayload<SyncAccountsSuccess>;\nexport type SyncGovernancePayload = ServerPayload<SyncGovernanceResponse>;\nexport type SyncGovernanceSuccessPayload = ServerPayload<SyncGovernanceSuccess>;\nexport type ReportUsagePayload = ServerPayload<ReportUsageResponse>;\nexport type GetAccountFinancialsPayload = ServerPayload<GetAccountFinancialsResponse>;\nexport type GetAccountFinancialsSuccessPayload = ServerPayload<GetAccountFinancialsSuccess>;\n\nexport type GetProductsPayload = RequireCacheScopeWhenProducts<ServerPayload<GetProductsResponse>>;\nexport type CreateMediaBuyPayload = ExclusivePayload<\n LegacyMediaBuyStatusInput<ServerPayload<CreateMediaBuySuccess>>,\n ServerPayload<CreateMediaBuyError>\n>;\nexport type UpdateMediaBuyPayload = LegacyMediaBuyStatusInput<ServerPayload<UpdateMediaBuySuccess>>;\nexport type GetMediaBuysPayload = ServerPayload<GetMediaBuysResponse>;\nexport type GetMediaBuyDeliveryPayload = ServerPayload<GetMediaBuyDeliveryResponse>;\nexport type ProvidePerformanceFeedbackPayload = ServerPayload<ProvidePerformanceFeedbackSuccess>;\n/** Canonical server handler payload alias for `list_creative_formats`. */\nexport type ListCreativeFormatsPayload = ServerPayload<ListCreativeFormatsResponse>;\n/** Equivalent alias retained for response-centric naming/search. Prefer `ListCreativeFormatsPayload` in new code. */\nexport type ListCreativeFormatsResponsePayload = ListCreativeFormatsPayload;\n/** Equivalent alias retained for server-centric naming/search. Prefer `ListCreativeFormatsPayload` in new code. */\nexport type ListCreativeFormatsServerPayload = ListCreativeFormatsPayload;\nexport type ListCreativesPayload = ServerPayload<ListCreativesResponse>;\nexport type SyncCreativesSuccessPayload = ServerPayload<SyncCreativesSuccess>;\nexport type SyncCreativesErrorPayload = ServerPayload<SyncCreativesError>;\nexport type SyncCreativesPayload = SyncCreativesSuccessPayload | SyncCreativesErrorPayload;\nexport type SyncCatalogsPayload = ServerPayload<SyncCatalogsSuccess>;\nexport type SyncEventSourcesPayload = ServerPayload<SyncEventSourcesSuccess>;\nexport type LogEventPayload = ServerPayload<LogEventSuccess>;\n\nexport type GetSignalsPayload = ServerPayload<GetSignalsResponse>;\nexport type ActivateSignalPayload = ServerPayload<ActivateSignalSuccess>;\n\nexport type SyncAudiencesPayload = ServerPayload<SyncAudiencesSuccess>;\n\nexport type BuildCreativePayload = ServerPayload<BuildCreativeSuccess>;\nexport type BuildCreativeMultiPayload = ServerPayload<BuildCreativeMultiSuccess>;\nexport type CanonicalPreviewCreativePayload = ServerPayload<CanonicalCreativeResponse<PreviewCreativeResponse>>;\n/** @deprecated Use `CanonicalPreviewCreativePayload` for canonical preview handlers. */\nexport type PreviewCreativePayload = ServerPayload<PreviewCreativeResponse>;\nexport type GetCreativeDeliveryPayload = ServerPayload<GetCreativeDeliveryResponse>;\n\nexport type CreatePropertyListPayload = ServerPayload<CreatePropertyListResponse>;\nexport type UpdatePropertyListPayload = ServerPayload<UpdatePropertyListResponse>;\nexport type GetPropertyListPayload = ServerPayload<GetPropertyListResponse>;\nexport type ListPropertyListsPayload = ServerPayload<ListPropertyListsResponse>;\nexport type DeletePropertyListPayload = ServerPayload<DeletePropertyListResponse>;\nexport type CreateCollectionListPayload = ServerPayload<CreateCollectionListResponse>;\nexport type UpdateCollectionListPayload = ServerPayload<UpdateCollectionListResponse>;\nexport type GetCollectionListPayload = ServerPayload<GetCollectionListResponse>;\nexport type ListCollectionListsPayload = ServerPayload<ListCollectionListsResponse>;\nexport type DeleteCollectionListPayload = ServerPayload<DeleteCollectionListResponse>;\n\nexport type ListContentStandardsPayload = ServerPayload<ListContentStandardsResponse>;\nexport type GetContentStandardsPayload = ServerPayload<GetContentStandardsResponse>;\nexport type CreateContentStandardsPayload = ServerPayload<CreateContentStandardsResponse>;\nexport type UpdateContentStandardsPayload = ServerPayload<UpdateContentStandardsResponse>;\nexport type CalibrateContentPayload = ServerPayload<CalibrateContentResponse>;\nexport type ValidateContentDeliveryPayload = ServerPayload<ValidateContentDeliveryResponse>;\nexport type GetMediaBuyArtifactsPayload = ServerPayload<GetMediaBuyArtifactsResponse>;\nexport type GetCreativeFeaturesPayload = ServerPayload<GetCreativeFeaturesResponse>;\n\nexport type SyncPlansPayload = ServerPayload<SyncPlansResponse>;\nexport type CheckGovernancePayload = ServerPayload<CheckGovernanceResponse>;\nexport type ReportPlanOutcomePayload = ServerPayload<ReportPlanOutcomeResponse>;\nexport type GetPlanAuditLogsPayload = ServerPayload<GetPlanAuditLogsResponse>;\n\nexport type SIGetOfferingPayload = ServerPayload<SIGetOfferingResponse>;\nexport type SIInitiateSessionPayload = ServerPayload<SIInitiateSessionResponse>;\nexport type SISendMessagePayload = ServerPayload<SISendMessageResponse>;\nexport type SITerminateSessionPayload = ServerPayload<SITerminateSessionResponse>;\n\nexport type GetBrandIdentityPayload = ServerPayload<GetBrandIdentitySuccess>;\nexport type GetRightsPayload = ServerPayload<GetRightsSuccess>;\nexport type GetRightsResponsePayload = ServerPayload<GetRightsResponse>;\nexport type AcquireRightsAcquiredPayload = ServerPayload<AcquireRightsAcquired>;\nexport type AcquireRightsPendingApprovalPayload = ServerPayload<AcquireRightsPendingApproval>;\nexport type AcquireRightsRejectedPayload = ServerPayload<AcquireRightsRejected>;\nexport type AcquireRightsPayload =\n | AcquireRightsAcquiredPayload\n | AcquireRightsPendingApprovalPayload\n | AcquireRightsRejectedPayload;\nexport type UpdateRightsPayload = ServerPayload<UpdateRightsSuccess>;\n\nexport type CreativeApprovedPayload = ServerPayload<CreativeApproved>;\nexport type CreativeRejectedPayload = ServerPayload<CreativeRejected>;\nexport type CreativePendingReviewPayload = ServerPayload<CreativePendingReview>;\nexport type CreativeApprovalPayload = CreativeApprovedPayload | CreativeRejectedPayload | CreativePendingReviewPayload;\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
1
+ {"version":3,"sources":["../../../src/lib/types/server-payload-aliases.ts"],"sourcesContent":["/**\n * Named server/adopter payload aliases for generated AdCP response types.\n *\n * Generated `*Response` and `*Success` types describe wire responses. Server\n * handlers return the domain payload before the SDK stamps protocol envelope\n * fields such as `status`, `task_id`, and `adcp_version`. These aliases make\n * that distinction discoverable from the public barrels.\n */\n\nimport type {\n ActivateSignalSuccess,\n BuildCreativeMultiSuccess,\n BuildCreativeSuccess,\n BuildCreativeVariantSuccess,\n CalibrateContentResponse,\n CheckGovernanceResponse,\n CreateCollectionListResponse,\n CreateContentStandardsResponse,\n CreateMediaBuyError,\n CreateMediaBuySuccess,\n CreatePropertyListResponse,\n DeleteCollectionListResponse,\n DeletePropertyListResponse,\n GetAccountFinancialsResponse,\n GetAccountFinancialsSuccess,\n GetAdCPCapabilitiesResponse,\n GetCollectionListResponse,\n GetContentStandardsResponse,\n GetCreativeDeliveryResponse,\n GetCreativeFeaturesResponse,\n GetMediaBuyArtifactsResponse,\n GetMediaBuyDeliveryResponse,\n GetMediaBuysResponse,\n GetPlanAuditLogsResponse,\n GetProductsResponse,\n GetPropertyListResponse,\n GetSignalsResponse,\n ListAccountsResponse,\n ListCollectionListsResponse,\n ListContentStandardsResponse,\n ListCreativeFormatsResponse,\n ListCreativesResponse,\n ListPropertyListsResponse,\n LogEventSuccess,\n MediaBuyStatus,\n PreviewCreativeResponse,\n ProvidePerformanceFeedbackSuccess,\n ReportPlanOutcomeResponse,\n ReportUsageResponse,\n SIGetOfferingResponse,\n SIInitiateSessionResponse,\n SISendMessageResponse,\n SITerminateSessionResponse,\n SyncAccountsResponse,\n SyncAccountsSuccess,\n SyncAudiencesSuccess,\n SyncCatalogsSuccess,\n SyncCreativesError,\n SyncCreativesSuccess,\n SyncEventSourcesSuccess,\n SyncGovernanceResponse,\n SyncGovernanceSuccess,\n SyncPlansResponse,\n UpdateCollectionListResponse,\n UpdateContentStandardsResponse,\n UpdateMediaBuySuccess,\n UpdatePropertyListResponse,\n ValidateContentDeliveryResponse,\n} from './tools.generated';\nimport type {\n AcquireRightsAcquired,\n AcquireRightsPendingApproval,\n AcquireRightsRejected,\n CreativeApproved,\n CreativePendingReview,\n CreativeRejected,\n GetBrandIdentitySuccess,\n GetRightsResponse,\n GetRightsSuccess,\n UpdateRightsSuccess,\n} from './core.generated';\nimport type { RequireCacheScopeWhenProducts, ServerPayload } from './server-payload';\nimport type { CanonicalCreativeResponse } from '../v2/projection/creative-delivery';\n\ntype ExclusivePayload<TLeft, TRight> =\n | (TLeft & { [K in Exclude<keyof TRight, keyof TLeft>]?: never })\n | (TRight & { [K in Exclude<keyof TLeft, keyof TRight>]?: never });\n\n/** SDK 13 server handlers used `status` for the domain media-buy status. */\ntype LegacyMediaBuyStatusInput<T> = T & { status?: MediaBuyStatus };\n\nexport type GetAdCPCapabilitiesPayload = ServerPayload<GetAdCPCapabilitiesResponse>;\n\nexport type ListAccountsPayload = ServerPayload<ListAccountsResponse>;\nexport type SyncAccountsPayload = ServerPayload<SyncAccountsResponse>;\nexport type SyncAccountsSuccessPayload = ServerPayload<SyncAccountsSuccess>;\nexport type SyncGovernancePayload = ServerPayload<SyncGovernanceResponse>;\nexport type SyncGovernanceSuccessPayload = ServerPayload<SyncGovernanceSuccess>;\nexport type ReportUsagePayload = ServerPayload<ReportUsageResponse>;\nexport type GetAccountFinancialsPayload = ServerPayload<GetAccountFinancialsResponse>;\nexport type GetAccountFinancialsSuccessPayload = ServerPayload<GetAccountFinancialsSuccess>;\n\nexport type GetProductsPayload = RequireCacheScopeWhenProducts<ServerPayload<GetProductsResponse>>;\nexport type CreateMediaBuyPayload = ExclusivePayload<\n LegacyMediaBuyStatusInput<ServerPayload<CreateMediaBuySuccess>>,\n ServerPayload<CreateMediaBuyError>\n>;\nexport type UpdateMediaBuyPayload = LegacyMediaBuyStatusInput<ServerPayload<UpdateMediaBuySuccess>>;\nexport type GetMediaBuysPayload = ServerPayload<GetMediaBuysResponse>;\nexport type GetMediaBuyDeliveryPayload = ServerPayload<GetMediaBuyDeliveryResponse>;\nexport type ProvidePerformanceFeedbackPayload = ServerPayload<ProvidePerformanceFeedbackSuccess>;\n/** Canonical server handler payload alias for `list_creative_formats`. */\nexport type ListCreativeFormatsPayload = ServerPayload<ListCreativeFormatsResponse>;\n/** Equivalent alias retained for response-centric naming/search. Prefer `ListCreativeFormatsPayload` in new code. */\nexport type ListCreativeFormatsResponsePayload = ListCreativeFormatsPayload;\n/** Equivalent alias retained for server-centric naming/search. Prefer `ListCreativeFormatsPayload` in new code. */\nexport type ListCreativeFormatsServerPayload = ListCreativeFormatsPayload;\nexport type ListCreativesPayload = ServerPayload<ListCreativesResponse>;\nexport type SyncCreativesSuccessPayload = ServerPayload<SyncCreativesSuccess>;\nexport type SyncCreativesErrorPayload = ServerPayload<SyncCreativesError>;\nexport type SyncCreativesPayload = SyncCreativesSuccessPayload | SyncCreativesErrorPayload;\nexport type SyncCatalogsPayload = ServerPayload<SyncCatalogsSuccess>;\nexport type SyncEventSourcesPayload = ServerPayload<SyncEventSourcesSuccess>;\nexport type LogEventPayload = ServerPayload<LogEventSuccess>;\n\nexport type GetSignalsPayload = ServerPayload<GetSignalsResponse>;\nexport type ActivateSignalPayload = ServerPayload<ActivateSignalSuccess>;\n\nexport type SyncAudiencesPayload = ServerPayload<SyncAudiencesSuccess>;\n\nexport type BuildCreativePayload = ServerPayload<BuildCreativeSuccess>;\nexport type BuildCreativeMultiPayload = ServerPayload<BuildCreativeMultiSuccess>;\nexport type BuildCreativeVariantPayload = ServerPayload<BuildCreativeVariantSuccess>;\nexport type CanonicalPreviewCreativePayload = ServerPayload<CanonicalCreativeResponse<PreviewCreativeResponse>>;\n/** @deprecated Use `CanonicalPreviewCreativePayload` for canonical preview handlers. */\nexport type PreviewCreativePayload = ServerPayload<PreviewCreativeResponse>;\nexport type GetCreativeDeliveryPayload = ServerPayload<GetCreativeDeliveryResponse>;\n\nexport type CreatePropertyListPayload = ServerPayload<CreatePropertyListResponse>;\nexport type UpdatePropertyListPayload = ServerPayload<UpdatePropertyListResponse>;\nexport type GetPropertyListPayload = ServerPayload<GetPropertyListResponse>;\nexport type ListPropertyListsPayload = ServerPayload<ListPropertyListsResponse>;\nexport type DeletePropertyListPayload = ServerPayload<DeletePropertyListResponse>;\nexport type CreateCollectionListPayload = ServerPayload<CreateCollectionListResponse>;\nexport type UpdateCollectionListPayload = ServerPayload<UpdateCollectionListResponse>;\nexport type GetCollectionListPayload = ServerPayload<GetCollectionListResponse>;\nexport type ListCollectionListsPayload = ServerPayload<ListCollectionListsResponse>;\nexport type DeleteCollectionListPayload = ServerPayload<DeleteCollectionListResponse>;\n\nexport type ListContentStandardsPayload = ServerPayload<ListContentStandardsResponse>;\nexport type GetContentStandardsPayload = ServerPayload<GetContentStandardsResponse>;\nexport type CreateContentStandardsPayload = ServerPayload<CreateContentStandardsResponse>;\nexport type UpdateContentStandardsPayload = ServerPayload<UpdateContentStandardsResponse>;\nexport type CalibrateContentPayload = ServerPayload<CalibrateContentResponse>;\nexport type ValidateContentDeliveryPayload = ServerPayload<ValidateContentDeliveryResponse>;\nexport type GetMediaBuyArtifactsPayload = ServerPayload<GetMediaBuyArtifactsResponse>;\nexport type GetCreativeFeaturesPayload = ServerPayload<GetCreativeFeaturesResponse>;\n\nexport type SyncPlansPayload = ServerPayload<SyncPlansResponse>;\nexport type CheckGovernancePayload = ServerPayload<CheckGovernanceResponse>;\nexport type ReportPlanOutcomePayload = ServerPayload<ReportPlanOutcomeResponse>;\nexport type GetPlanAuditLogsPayload = ServerPayload<GetPlanAuditLogsResponse>;\n\nexport type SIGetOfferingPayload = ServerPayload<SIGetOfferingResponse>;\nexport type SIInitiateSessionPayload = ServerPayload<SIInitiateSessionResponse>;\nexport type SISendMessagePayload = ServerPayload<SISendMessageResponse>;\nexport type SITerminateSessionPayload = ServerPayload<SITerminateSessionResponse>;\n\nexport type GetBrandIdentityPayload = ServerPayload<GetBrandIdentitySuccess>;\nexport type GetRightsPayload = ServerPayload<GetRightsSuccess>;\nexport type GetRightsResponsePayload = ServerPayload<GetRightsResponse>;\nexport type AcquireRightsAcquiredPayload = ServerPayload<AcquireRightsAcquired>;\nexport type AcquireRightsPendingApprovalPayload = ServerPayload<AcquireRightsPendingApproval>;\nexport type AcquireRightsRejectedPayload = ServerPayload<AcquireRightsRejected>;\nexport type AcquireRightsPayload =\n | AcquireRightsAcquiredPayload\n | AcquireRightsPendingApprovalPayload\n | AcquireRightsRejectedPayload;\nexport type UpdateRightsPayload = ServerPayload<UpdateRightsSuccess>;\n\nexport type CreativeApprovedPayload = ServerPayload<CreativeApproved>;\nexport type CreativeRejectedPayload = ServerPayload<CreativeRejected>;\nexport type CreativePendingReviewPayload = ServerPayload<CreativePendingReview>;\nexport type CreativeApprovalPayload = CreativeApprovedPayload | CreativeRejectedPayload | CreativePendingReviewPayload;\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -1707,7 +1707,7 @@ export interface ContextObject {
1707
1707
  /**
1708
1708
  * Represents available advertising inventory
1709
1709
  */
1710
- export type Product = {} & (NamedFormatProduct | CanonicalFormatProduct) & {
1710
+ export type Product = {
1711
1711
  /**
1712
1712
  * 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.
1713
1713
  */
@@ -17744,6 +17744,9 @@ export type Transformer = (CanonicalTransformerOutputs | NamedFormatTransformerO
17744
17744
  /**
17745
17745
  * 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`.
17746
17746
  */
17747
+ export type JsonValue = string | number | boolean | null | JsonValue[] | {
17748
+ [key: string]: JsonValue;
17749
+ };
17747
17750
  export type TransformerParam = {} & {
17748
17751
  /**
17749
17752
  * The config key. Buyers set the value under this exact key in build_creative `config`.
@@ -17782,7 +17785,7 @@ export type TransformerParam = {} & {
17782
17785
  /**
17783
17786
  * The value the buyer passes in `config` for this field.
17784
17787
  */
17785
- value: {};
17788
+ value: JsonValue;
17786
17789
  /**
17787
17790
  * Human-readable label for this option.
17788
17791
  */
@@ -17799,7 +17802,7 @@ export type TransformerParam = {} & {
17799
17802
  /**
17800
17803
  * The value applied when the buyer omits this field from `config`. Type matches `type`.
17801
17804
  */
17802
- default?: {};
17805
+ default?: JsonValue;
17803
17806
  /**
17804
17807
  * Whether the buyer MUST supply this field in `config`. When false and no `default` is declared, the agent chooses.
17805
17808
  */
@@ -1707,7 +1707,7 @@ export interface ContextObject {
1707
1707
  /**
1708
1708
  * Represents available advertising inventory
1709
1709
  */
1710
- export type Product = {} & (NamedFormatProduct | CanonicalFormatProduct) & {
1710
+ export type Product = {
1711
1711
  /**
1712
1712
  * 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.
1713
1713
  */
@@ -17744,6 +17744,9 @@ export type Transformer = (CanonicalTransformerOutputs | NamedFormatTransformerO
17744
17744
  /**
17745
17745
  * 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`.
17746
17746
  */
17747
+ export type JsonValue = string | number | boolean | null | JsonValue[] | {
17748
+ [key: string]: JsonValue;
17749
+ };
17747
17750
  export type TransformerParam = {} & {
17748
17751
  /**
17749
17752
  * The config key. Buyers set the value under this exact key in build_creative `config`.
@@ -17782,7 +17785,7 @@ export type TransformerParam = {} & {
17782
17785
  /**
17783
17786
  * The value the buyer passes in `config` for this field.
17784
17787
  */
17785
- value: {};
17788
+ value: JsonValue;
17786
17789
  /**
17787
17790
  * Human-readable label for this option.
17788
17791
  */
@@ -17799,7 +17802,7 @@ export type TransformerParam = {} & {
17799
17802
  /**
17800
17803
  * The value applied when the buyer omits this field from `config`. Type matches `type`.
17801
17804
  */
17802
- default?: {};
17805
+ default?: JsonValue;
17803
17806
  /**
17804
17807
  * Whether the buyer MUST supply this field in `config`. When false and no `default` is declared, the agent chooses.
17805
17808
  */