@adcp/sdk 8.1.0-beta.13 → 8.1.0-beta.14

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 (363) hide show
  1. package/README.md +1 -1
  2. package/bin/adcp-registry.js +2 -2
  3. package/dist/lib/canonical-references/index.d.ts +107 -0
  4. package/dist/lib/canonical-references/index.d.ts.map +1 -0
  5. package/dist/lib/canonical-references/index.js +551 -0
  6. package/dist/lib/canonical-references/index.js.map +1 -0
  7. package/dist/lib/core/ConversationTypes.d.ts +7 -0
  8. package/dist/lib/core/ConversationTypes.d.ts.map +1 -1
  9. package/dist/lib/core/ProtocolResponseParser.d.ts +10 -0
  10. package/dist/lib/core/ProtocolResponseParser.d.ts.map +1 -1
  11. package/dist/lib/core/ProtocolResponseParser.js +110 -0
  12. package/dist/lib/core/ProtocolResponseParser.js.map +1 -1
  13. package/dist/lib/core/ResponseValidator.d.ts +2 -0
  14. package/dist/lib/core/ResponseValidator.d.ts.map +1 -1
  15. package/dist/lib/core/ResponseValidator.js +3 -3
  16. package/dist/lib/core/ResponseValidator.js.map +1 -1
  17. package/dist/lib/core/TaskExecutor.d.ts +2 -0
  18. package/dist/lib/core/TaskExecutor.d.ts.map +1 -1
  19. package/dist/lib/core/TaskExecutor.js +32 -8
  20. package/dist/lib/core/TaskExecutor.js.map +1 -1
  21. package/dist/lib/index.d.ts +5 -4
  22. package/dist/lib/index.d.ts.map +1 -1
  23. package/dist/lib/index.js +27 -11
  24. package/dist/lib/index.js.map +1 -1
  25. package/dist/lib/mock-server/creative-ad-server/server.d.ts +2 -0
  26. package/dist/lib/mock-server/creative-ad-server/server.d.ts.map +1 -1
  27. package/dist/lib/mock-server/creative-ad-server/server.js +37 -1
  28. package/dist/lib/mock-server/creative-ad-server/server.js.map +1 -1
  29. package/dist/lib/mock-server/creative-template/server.d.ts +2 -0
  30. package/dist/lib/mock-server/creative-template/server.d.ts.map +1 -1
  31. package/dist/lib/mock-server/creative-template/server.js +29 -2
  32. package/dist/lib/mock-server/creative-template/server.js.map +1 -1
  33. package/dist/lib/mock-server/index.d.ts +10 -1
  34. package/dist/lib/mock-server/index.d.ts.map +1 -1
  35. package/dist/lib/mock-server/index.js +38 -8
  36. package/dist/lib/mock-server/index.js.map +1 -1
  37. package/dist/lib/mock-server/sales-guaranteed/server.d.ts +2 -0
  38. package/dist/lib/mock-server/sales-guaranteed/server.d.ts.map +1 -1
  39. package/dist/lib/mock-server/sales-guaranteed/server.js +64 -7
  40. package/dist/lib/mock-server/sales-guaranteed/server.js.map +1 -1
  41. package/dist/lib/mock-server/sales-non-guaranteed/server.d.ts +2 -0
  42. package/dist/lib/mock-server/sales-non-guaranteed/server.d.ts.map +1 -1
  43. package/dist/lib/mock-server/sales-non-guaranteed/server.js +44 -1
  44. package/dist/lib/mock-server/sales-non-guaranteed/server.js.map +1 -1
  45. package/dist/lib/mock-server/sales-social/server.d.ts +2 -0
  46. package/dist/lib/mock-server/sales-social/server.d.ts.map +1 -1
  47. package/dist/lib/mock-server/sales-social/server.js +64 -4
  48. package/dist/lib/mock-server/sales-social/server.js.map +1 -1
  49. package/dist/lib/mock-server/scenario.d.ts +97 -0
  50. package/dist/lib/mock-server/scenario.d.ts.map +1 -0
  51. package/dist/lib/mock-server/scenario.js +464 -0
  52. package/dist/lib/mock-server/scenario.js.map +1 -0
  53. package/dist/lib/mock-server/signal-marketplace/server.d.ts +2 -0
  54. package/dist/lib/mock-server/signal-marketplace/server.d.ts.map +1 -1
  55. package/dist/lib/mock-server/signal-marketplace/server.js +29 -1
  56. package/dist/lib/mock-server/signal-marketplace/server.js.map +1 -1
  57. package/dist/lib/mock-server/sponsored-intelligence/server.d.ts +2 -0
  58. package/dist/lib/mock-server/sponsored-intelligence/server.d.ts.map +1 -1
  59. package/dist/lib/mock-server/sponsored-intelligence/server.js +47 -9
  60. package/dist/lib/mock-server/sponsored-intelligence/server.js.map +1 -1
  61. package/dist/lib/protocols/index.d.ts +4 -2
  62. package/dist/lib/protocols/index.d.ts.map +1 -1
  63. package/dist/lib/protocols/index.js +10 -3
  64. package/dist/lib/protocols/index.js.map +1 -1
  65. package/dist/lib/registry/index.d.ts +42 -16
  66. package/dist/lib/registry/index.d.ts.map +1 -1
  67. package/dist/lib/registry/index.js +191 -24
  68. package/dist/lib/registry/index.js.map +1 -1
  69. package/dist/lib/registry/types.d.ts +39 -8
  70. package/dist/lib/registry/types.d.ts.map +1 -1
  71. package/dist/lib/registry/types.generated.d.ts +2873 -699
  72. package/dist/lib/registry/types.generated.d.ts.map +1 -1
  73. package/dist/lib/registry/types.generated.js +2 -2
  74. package/dist/lib/registry/types.generated.js.map +1 -1
  75. package/dist/lib/schemas-data/v2.5/_provenance.json +1 -1
  76. package/dist/lib/server/a2a-adapter.d.ts +3 -1
  77. package/dist/lib/server/a2a-adapter.d.ts.map +1 -1
  78. package/dist/lib/server/a2a-adapter.js +11 -2
  79. package/dist/lib/server/a2a-adapter.js.map +1 -1
  80. package/dist/lib/server/adcp-server.js +32 -0
  81. package/dist/lib/server/adcp-server.js.map +1 -1
  82. package/dist/lib/server/create-adcp-server.d.ts +12 -6
  83. package/dist/lib/server/create-adcp-server.d.ts.map +1 -1
  84. package/dist/lib/server/create-adcp-server.js +72 -11
  85. package/dist/lib/server/create-adcp-server.js.map +1 -1
  86. package/dist/lib/server/decisioning/account.d.ts +17 -17
  87. package/dist/lib/server/decisioning/account.d.ts.map +1 -1
  88. package/dist/lib/server/decisioning/account.js.map +1 -1
  89. package/dist/lib/server/decisioning/buyer-agent.d.ts +27 -10
  90. package/dist/lib/server/decisioning/buyer-agent.d.ts.map +1 -1
  91. package/dist/lib/server/decisioning/buyer-agent.js +25 -7
  92. package/dist/lib/server/decisioning/buyer-agent.js.map +1 -1
  93. package/dist/lib/server/decisioning/capabilities.d.ts +35 -7
  94. package/dist/lib/server/decisioning/capabilities.d.ts.map +1 -1
  95. package/dist/lib/server/decisioning/errors-typed.d.ts +18 -16
  96. package/dist/lib/server/decisioning/errors-typed.d.ts.map +1 -1
  97. package/dist/lib/server/decisioning/errors-typed.js +26 -24
  98. package/dist/lib/server/decisioning/errors-typed.js.map +1 -1
  99. package/dist/lib/server/decisioning/index.d.ts +1 -1
  100. package/dist/lib/server/decisioning/index.d.ts.map +1 -1
  101. package/dist/lib/server/decisioning/index.js +4 -2
  102. package/dist/lib/server/decisioning/index.js.map +1 -1
  103. package/dist/lib/server/decisioning/platform-helpers.d.ts +3 -2
  104. package/dist/lib/server/decisioning/platform-helpers.d.ts.map +1 -1
  105. package/dist/lib/server/decisioning/platform-helpers.js +3 -2
  106. package/dist/lib/server/decisioning/platform-helpers.js.map +1 -1
  107. package/dist/lib/server/decisioning/platform.d.ts +27 -10
  108. package/dist/lib/server/decisioning/platform.d.ts.map +1 -1
  109. package/dist/lib/server/decisioning/platform.js.map +1 -1
  110. package/dist/lib/server/decisioning/runtime/from-platform.d.ts +14 -10
  111. package/dist/lib/server/decisioning/runtime/from-platform.d.ts.map +1 -1
  112. package/dist/lib/server/decisioning/runtime/from-platform.js +374 -59
  113. package/dist/lib/server/decisioning/runtime/from-platform.js.map +1 -1
  114. package/dist/lib/server/decisioning/runtime/validate-platform.d.ts.map +1 -1
  115. package/dist/lib/server/decisioning/runtime/validate-platform.js +3 -8
  116. package/dist/lib/server/decisioning/runtime/validate-platform.js.map +1 -1
  117. package/dist/lib/server/decisioning/specialisms/sponsored-intelligence.d.ts +9 -11
  118. package/dist/lib/server/decisioning/specialisms/sponsored-intelligence.d.ts.map +1 -1
  119. package/dist/lib/server/decisioning/specialisms/sponsored-intelligence.js +9 -11
  120. package/dist/lib/server/decisioning/specialisms/sponsored-intelligence.js.map +1 -1
  121. package/dist/lib/server/operational-platform.d.ts +6 -8
  122. package/dist/lib/server/operational-platform.d.ts.map +1 -1
  123. package/dist/lib/server/operational-platform.js +4 -6
  124. package/dist/lib/server/operational-platform.js.map +1 -1
  125. package/dist/lib/server/test-controller-bridge.d.ts +14 -14
  126. package/dist/lib/server/test-controller-bridge.d.ts.map +1 -1
  127. package/dist/lib/server/test-controller-bridge.js +16 -16
  128. package/dist/lib/server/test-controller-bridge.js.map +1 -1
  129. package/dist/lib/server/test-controller.d.ts +31 -9
  130. package/dist/lib/server/test-controller.d.ts.map +1 -1
  131. package/dist/lib/server/test-controller.js +106 -54
  132. package/dist/lib/server/test-controller.js.map +1 -1
  133. package/dist/lib/signing/canonicalize.d.ts +0 -53
  134. package/dist/lib/signing/canonicalize.d.ts.map +1 -1
  135. package/dist/lib/signing/canonicalize.js +1 -33
  136. package/dist/lib/signing/canonicalize.js.map +1 -1
  137. package/dist/lib/signing/client.d.ts +5 -5
  138. package/dist/lib/signing/client.d.ts.map +1 -1
  139. package/dist/lib/signing/client.js +1 -10
  140. package/dist/lib/signing/client.js.map +1 -1
  141. package/dist/lib/signing/errors.d.ts +0 -11
  142. package/dist/lib/signing/errors.d.ts.map +1 -1
  143. package/dist/lib/signing/errors.js +1 -11
  144. package/dist/lib/signing/errors.js.map +1 -1
  145. package/dist/lib/signing/jwks-helpers.d.ts +2 -4
  146. package/dist/lib/signing/jwks-helpers.d.ts.map +1 -1
  147. package/dist/lib/signing/jwks-helpers.js +9 -0
  148. package/dist/lib/signing/jwks-helpers.js.map +1 -1
  149. package/dist/lib/signing/provider.d.ts +11 -10
  150. package/dist/lib/signing/provider.d.ts.map +1 -1
  151. package/dist/lib/signing/request-context.d.ts +8 -11
  152. package/dist/lib/signing/request-context.d.ts.map +1 -1
  153. package/dist/lib/signing/request-context.js +7 -10
  154. package/dist/lib/signing/request-context.js.map +1 -1
  155. package/dist/lib/signing/server.d.ts +3 -4
  156. package/dist/lib/signing/server.d.ts.map +1 -1
  157. package/dist/lib/signing/server.js +1 -9
  158. package/dist/lib/signing/server.js.map +1 -1
  159. package/dist/lib/signing/signer-async.d.ts +2 -8
  160. package/dist/lib/signing/signer-async.d.ts.map +1 -1
  161. package/dist/lib/signing/signer-async.js +0 -12
  162. package/dist/lib/signing/signer-async.js.map +1 -1
  163. package/dist/lib/signing/signer.d.ts +4 -111
  164. package/dist/lib/signing/signer.d.ts.map +1 -1
  165. package/dist/lib/signing/signer.js +2 -98
  166. package/dist/lib/signing/signer.js.map +1 -1
  167. package/dist/lib/signing/testing.d.ts +10 -10
  168. package/dist/lib/signing/testing.d.ts.map +1 -1
  169. package/dist/lib/signing/testing.js +6 -13
  170. package/dist/lib/signing/testing.js.map +1 -1
  171. package/dist/lib/signing/types.d.ts +0 -36
  172. package/dist/lib/signing/types.d.ts.map +1 -1
  173. package/dist/lib/signing/types.js +1 -37
  174. package/dist/lib/signing/types.js.map +1 -1
  175. package/dist/lib/testing/agent-tester.d.ts +1 -0
  176. package/dist/lib/testing/agent-tester.d.ts.map +1 -1
  177. package/dist/lib/testing/agent-tester.js.map +1 -1
  178. package/dist/lib/testing/client.d.ts +1 -1
  179. package/dist/lib/testing/client.d.ts.map +1 -1
  180. package/dist/lib/testing/client.js +4 -2
  181. package/dist/lib/testing/client.js.map +1 -1
  182. package/dist/lib/testing/compliance/comply.d.ts +8 -0
  183. package/dist/lib/testing/compliance/comply.d.ts.map +1 -1
  184. package/dist/lib/testing/compliance/comply.js +98 -7
  185. package/dist/lib/testing/compliance/comply.js.map +1 -1
  186. package/dist/lib/testing/compliance/spec-conformance.d.ts +6 -6
  187. package/dist/lib/testing/compliance/spec-conformance.d.ts.map +1 -1
  188. package/dist/lib/testing/compliance/spec-conformance.js +6 -6
  189. package/dist/lib/testing/compliance/spec-conformance.js.map +1 -1
  190. package/dist/lib/testing/compliance/summary.d.ts +5 -0
  191. package/dist/lib/testing/compliance/summary.d.ts.map +1 -1
  192. package/dist/lib/testing/compliance/summary.js +17 -0
  193. package/dist/lib/testing/compliance/summary.js.map +1 -1
  194. package/dist/lib/testing/comply-controller.d.ts +19 -0
  195. package/dist/lib/testing/comply-controller.d.ts.map +1 -1
  196. package/dist/lib/testing/comply-controller.js +11 -8
  197. package/dist/lib/testing/comply-controller.js.map +1 -1
  198. package/dist/lib/testing/index.d.ts +4 -3
  199. package/dist/lib/testing/index.d.ts.map +1 -1
  200. package/dist/lib/testing/index.js +13 -1
  201. package/dist/lib/testing/index.js.map +1 -1
  202. package/dist/lib/testing/storyboard/canonical-format-satisfaction.d.ts +4 -0
  203. package/dist/lib/testing/storyboard/canonical-format-satisfaction.d.ts.map +1 -0
  204. package/dist/lib/testing/storyboard/canonical-format-satisfaction.js +881 -0
  205. package/dist/lib/testing/storyboard/canonical-format-satisfaction.js.map +1 -0
  206. package/dist/lib/testing/storyboard/compliance.d.ts +6 -0
  207. package/dist/lib/testing/storyboard/compliance.d.ts.map +1 -1
  208. package/dist/lib/testing/storyboard/compliance.js +8 -4
  209. package/dist/lib/testing/storyboard/compliance.js.map +1 -1
  210. package/dist/lib/testing/storyboard/index.d.ts +2 -1
  211. package/dist/lib/testing/storyboard/index.d.ts.map +1 -1
  212. package/dist/lib/testing/storyboard/index.js +9 -1
  213. package/dist/lib/testing/storyboard/index.js.map +1 -1
  214. package/dist/lib/testing/storyboard/loader.d.ts +3 -2
  215. package/dist/lib/testing/storyboard/loader.d.ts.map +1 -1
  216. package/dist/lib/testing/storyboard/loader.js +73 -2
  217. package/dist/lib/testing/storyboard/loader.js.map +1 -1
  218. package/dist/lib/testing/storyboard/path.d.ts +21 -0
  219. package/dist/lib/testing/storyboard/path.d.ts.map +1 -1
  220. package/dist/lib/testing/storyboard/path.js +86 -0
  221. package/dist/lib/testing/storyboard/path.js.map +1 -1
  222. package/dist/lib/testing/storyboard/rate-limit-trip.d.ts +92 -0
  223. package/dist/lib/testing/storyboard/rate-limit-trip.d.ts.map +1 -0
  224. package/dist/lib/testing/storyboard/rate-limit-trip.js +276 -0
  225. package/dist/lib/testing/storyboard/rate-limit-trip.js.map +1 -0
  226. package/dist/lib/testing/storyboard/runner.d.ts.map +1 -1
  227. package/dist/lib/testing/storyboard/runner.js +361 -28
  228. package/dist/lib/testing/storyboard/runner.js.map +1 -1
  229. package/dist/lib/testing/storyboard/seeding.d.ts +5 -4
  230. package/dist/lib/testing/storyboard/seeding.d.ts.map +1 -1
  231. package/dist/lib/testing/storyboard/seeding.js +23 -3
  232. package/dist/lib/testing/storyboard/seeding.js.map +1 -1
  233. package/dist/lib/testing/storyboard/types.d.ts +108 -20
  234. package/dist/lib/testing/storyboard/types.d.ts.map +1 -1
  235. package/dist/lib/testing/storyboard/types.js +1 -0
  236. package/dist/lib/testing/storyboard/types.js.map +1 -1
  237. package/dist/lib/testing/storyboard/validations.d.ts +18 -0
  238. package/dist/lib/testing/storyboard/validations.d.ts.map +1 -1
  239. package/dist/lib/testing/storyboard/validations.js +238 -33
  240. package/dist/lib/testing/storyboard/validations.js.map +1 -1
  241. package/dist/lib/testing/test-controller.d.ts +17 -25
  242. package/dist/lib/testing/test-controller.d.ts.map +1 -1
  243. package/dist/lib/testing/test-controller.js.map +1 -1
  244. package/dist/lib/testing/types.d.ts +13 -1
  245. package/dist/lib/testing/types.d.ts.map +1 -1
  246. package/dist/lib/types/check-governance.d.ts +1 -1
  247. package/dist/lib/types/comply-test-controller.d.ts +243 -3
  248. package/dist/lib/types/core.generated.d.ts +261 -21
  249. package/dist/lib/types/core.generated.d.ts.map +1 -1
  250. package/dist/lib/types/core.generated.js +1 -1
  251. package/dist/lib/types/create-media-buy.d.ts +107 -3
  252. package/dist/lib/types/error-codes.d.ts +2 -2
  253. package/dist/lib/types/get-adcp-capabilities.d.ts +1 -1
  254. package/dist/lib/types/get-media-buys.d.ts +107 -3
  255. package/dist/lib/types/get-plan-audit-logs.d.ts +1 -1
  256. package/dist/lib/types/get-products.d.ts +104 -3
  257. package/dist/lib/types/inline-enums.generated.d.ts +27 -17
  258. package/dist/lib/types/inline-enums.generated.d.ts.map +1 -1
  259. package/dist/lib/types/inline-enums.generated.js +39 -28
  260. package/dist/lib/types/inline-enums.generated.js.map +1 -1
  261. package/dist/lib/types/manifest.generated.d.ts +7 -4
  262. package/dist/lib/types/manifest.generated.d.ts.map +1 -1
  263. package/dist/lib/types/manifest.generated.js +2 -2
  264. package/dist/lib/types/manifest.generated.js.map +1 -1
  265. package/dist/lib/types/report-plan-outcome.d.ts +1 -1
  266. package/dist/lib/types/schemas.generated.d.ts +714 -193
  267. package/dist/lib/types/schemas.generated.d.ts.map +1 -1
  268. package/dist/lib/types/schemas.generated.js +194 -79
  269. package/dist/lib/types/schemas.generated.js.map +1 -1
  270. package/dist/lib/types/sync-plans.d.ts +1 -1
  271. package/dist/lib/types/tools.generated.d.ts +331 -28
  272. package/dist/lib/types/tools.generated.d.ts.map +1 -1
  273. package/dist/lib/types/update-media-buy.d.ts +107 -3
  274. package/dist/lib/types/v3-1-beta/tools.generated.d.ts +20 -0
  275. package/dist/lib/types/v3-1-beta/tools.generated.d.ts.map +1 -1
  276. package/dist/lib/upstream-recorder/constants.d.ts +2 -0
  277. package/dist/lib/upstream-recorder/constants.d.ts.map +1 -0
  278. package/dist/lib/upstream-recorder/constants.js +5 -0
  279. package/dist/lib/upstream-recorder/constants.js.map +1 -0
  280. package/dist/lib/upstream-recorder/index.d.ts +20 -10
  281. package/dist/lib/upstream-recorder/index.d.ts.map +1 -1
  282. package/dist/lib/upstream-recorder/index.js +21 -10
  283. package/dist/lib/upstream-recorder/index.js.map +1 -1
  284. package/dist/lib/upstream-recorder/recorder.d.ts +65 -0
  285. package/dist/lib/upstream-recorder/recorder.d.ts.map +1 -1
  286. package/dist/lib/upstream-recorder/recorder.js +500 -47
  287. package/dist/lib/upstream-recorder/recorder.js.map +1 -1
  288. package/dist/lib/upstream-recorder/types.d.ts +109 -13
  289. package/dist/lib/upstream-recorder/types.d.ts.map +1 -1
  290. package/dist/lib/upstream-recorder/types.js.map +1 -1
  291. package/dist/lib/utils/adcp-version-config.d.ts +1 -0
  292. package/dist/lib/utils/adcp-version-config.d.ts.map +1 -1
  293. package/dist/lib/utils/adcp-version-config.js +21 -0
  294. package/dist/lib/utils/adcp-version-config.js.map +1 -1
  295. package/dist/lib/utils/capability-rollups.d.ts +5 -5
  296. package/dist/lib/utils/capability-rollups.d.ts.map +1 -1
  297. package/dist/lib/utils/capability-rollups.js +1 -1
  298. package/dist/lib/utils/capability-rollups.js.map +1 -1
  299. package/dist/lib/utils/json-depth.d.ts +2 -0
  300. package/dist/lib/utils/json-depth.d.ts.map +1 -0
  301. package/dist/lib/utils/json-depth.js +5 -0
  302. package/dist/lib/utils/json-depth.js.map +1 -0
  303. package/dist/lib/utils/media-buy-delivery-notification-builders.d.ts +1 -1
  304. package/dist/lib/utils/media-buy-delivery-notification-builders.d.ts.map +1 -1
  305. package/dist/lib/utils/preview-creative-builders.d.ts +1 -1
  306. package/dist/lib/utils/preview-creative-builders.d.ts.map +1 -1
  307. package/dist/lib/utils/redact-secrets.d.ts +13 -2
  308. package/dist/lib/utils/redact-secrets.d.ts.map +1 -1
  309. package/dist/lib/utils/redact-secrets.js +40 -13
  310. package/dist/lib/utils/redact-secrets.js.map +1 -1
  311. package/dist/lib/utils/response-schemas.d.ts +1 -0
  312. package/dist/lib/utils/response-schemas.d.ts.map +1 -1
  313. package/dist/lib/utils/response-schemas.js +15 -0
  314. package/dist/lib/utils/response-schemas.js.map +1 -1
  315. package/dist/lib/utils/response-unwrapper.d.ts +2 -1
  316. package/dist/lib/utils/response-unwrapper.d.ts.map +1 -1
  317. package/dist/lib/utils/response-unwrapper.js +11 -3
  318. package/dist/lib/utils/response-unwrapper.js.map +1 -1
  319. package/dist/lib/utils/tool-request-schemas.d.ts +31 -1
  320. package/dist/lib/utils/tool-request-schemas.d.ts.map +1 -1
  321. package/dist/lib/v2/format-schema/fetch.d.ts +13 -5
  322. package/dist/lib/v2/format-schema/fetch.d.ts.map +1 -1
  323. package/dist/lib/v2/format-schema/fetch.js +27 -16
  324. package/dist/lib/v2/format-schema/fetch.js.map +1 -1
  325. package/dist/lib/v2/format-schema/index.d.ts +13 -11
  326. package/dist/lib/v2/format-schema/index.d.ts.map +1 -1
  327. package/dist/lib/v2/format-schema/index.js +19 -12
  328. package/dist/lib/v2/format-schema/index.js.map +1 -1
  329. package/dist/lib/v2/format-schema/resolver.d.ts +71 -0
  330. package/dist/lib/v2/format-schema/resolver.d.ts.map +1 -0
  331. package/dist/lib/v2/format-schema/resolver.js +284 -0
  332. package/dist/lib/v2/format-schema/resolver.js.map +1 -0
  333. package/dist/lib/v2/format-schema/sandbox-refs.d.ts +6 -0
  334. package/dist/lib/v2/format-schema/sandbox-refs.d.ts.map +1 -1
  335. package/dist/lib/v2/format-schema/sandbox-refs.js +36 -15
  336. package/dist/lib/v2/format-schema/sandbox-refs.js.map +1 -1
  337. package/dist/lib/validation/schema-loader.d.ts.map +1 -1
  338. package/dist/lib/validation/schema-loader.js +48 -3
  339. package/dist/lib/validation/schema-loader.js.map +1 -1
  340. package/dist/lib/version.d.ts +3 -3
  341. package/dist/lib/version.js +3 -3
  342. package/docs/guides/BUILD-AN-AGENT.md +7 -7
  343. package/docs/guides/CANONICAL-REFERENCE-RESOLVER.md +75 -0
  344. package/docs/llms.txt +37 -8
  345. package/examples/README.md +29 -16
  346. package/examples/hello_creative_adapter_ad_server.ts +8 -2
  347. package/examples/hello_seller_adapter_guaranteed.ts +26 -18
  348. package/examples/hello_seller_adapter_multi_tenant.ts +6 -6
  349. package/examples/hello_seller_adapter_social.ts +80 -4
  350. package/examples/hello_si_adapter_brand.ts +10 -21
  351. package/examples/hello_signals_adapter_marketplace.ts +184 -9
  352. package/examples/proxy-seller-snap/README.md +47 -0
  353. package/examples/proxy-seller-snap/index.ts +321 -0
  354. package/package.json +19 -4
  355. package/skills/build-creative-agent/SKILL.md +1 -15
  356. package/skills/build-decisioning-platform/SKILL.md +6 -1
  357. package/skills/build-seller-agent/SKILL.md +5 -2
  358. package/skills/build-si-agent/SKILL.md +2 -2
  359. package/skills/call-adcp-agent/SKILL.md +4 -1
  360. package/dist/lib/signing/response-verifier.d.ts +0 -105
  361. package/dist/lib/signing/response-verifier.d.ts.map +0 -1
  362. package/dist/lib/signing/response-verifier.js +0 -271
  363. package/dist/lib/signing/response-verifier.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  // Generated AdCP core types from official schemas v3.1.0-beta.5
3
- // Generated at: 2026-05-26T10:22:46.800Z
3
+ // Generated at: 2026-05-28T07:38:03.962Z
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
5
  //# sourceMappingURL=core.generated.js.map
@@ -1520,6 +1520,11 @@ export type DisclosurePersistence = 'continuous' | 'initial' | 'flexible';
1520
1520
  */
1521
1521
  export type DisclosurePosition = 'prominent' | 'footer' | 'audio' | 'subtitle' | 'overlay' | 'end_card' | 'pre_roll' | 'companion';
1522
1522
 
1523
+ /**
1524
+ * Distance unit
1525
+ */
1526
+ export type DistanceUnit = 'km' | 'mi' | 'm';
1527
+
1523
1528
  /**
1524
1529
  * A time duration expressed as an interval and unit. Used for frequency cap windows, attribution windows, reach optimization windows, time budgets, and other time-based settings. When unit is 'campaign', interval must be 1 — the window spans the full campaign flight.
1525
1530
  */
@@ -3322,9 +3327,98 @@ export interface TargetingOverlay {
3322
3327
  /**
3323
3328
  * Target users within travel time, distance, or a custom boundary around arbitrary geographic points. Multiple entries use OR semantics — a user within range of any listed point is eligible. For campaigns targeting 10+ locations, consider using store_catchments with a location catalog instead. Seller must declare support in get_adcp_capabilities.
3324
3329
  */
3325
- geo_proximity?: {
3326
- [k: string]: unknown | undefined;
3327
- }[];
3330
+ geo_proximity?: ({
3331
+ /**
3332
+ * Latitude in decimal degrees (WGS 84). Required for travel_time and radius methods.
3333
+ * @minimum -90
3334
+ * @maximum 90
3335
+ */
3336
+ lat: number;
3337
+ /**
3338
+ * Longitude in decimal degrees (WGS 84). Required for travel_time and radius methods.
3339
+ * @minimum -180
3340
+ * @maximum 180
3341
+ */
3342
+ lng: number;
3343
+ /**
3344
+ * Human-readable label for this entry (e.g., 'Düsseldorf', 'Heathrow Airport', 'Primary trade area').
3345
+ */
3346
+ label?: string;
3347
+ /**
3348
+ * Travel time limit for isochrone calculation. The platform resolves this to a geographic boundary based on actual transportation networks.
3349
+ */
3350
+ travel_time: {
3351
+ /**
3352
+ * Travel time limit.
3353
+ * @minimum 1
3354
+ */
3355
+ value: number;
3356
+ unit: TravelTimeUnit;
3357
+ };
3358
+ transport_mode: TransportMode;
3359
+ ext?: ExtensionObject;
3360
+ } | {
3361
+ /**
3362
+ * Latitude in decimal degrees (WGS 84). Required for travel_time and radius methods.
3363
+ * @minimum -90
3364
+ * @maximum 90
3365
+ */
3366
+ lat: number;
3367
+ /**
3368
+ * Longitude in decimal degrees (WGS 84). Required for travel_time and radius methods.
3369
+ * @minimum -180
3370
+ * @maximum 180
3371
+ */
3372
+ lng: number;
3373
+ /**
3374
+ * Human-readable label for this entry (e.g., 'Düsseldorf', 'Heathrow Airport', 'Primary trade area').
3375
+ */
3376
+ label?: string;
3377
+ transport_mode?: TransportMode;
3378
+ /**
3379
+ * Simple radius from the point. The platform draws a circle of this distance around the coordinates.
3380
+ */
3381
+ radius: {
3382
+ /**
3383
+ * Radius distance.
3384
+ */
3385
+ value: number;
3386
+ unit: DistanceUnit;
3387
+ };
3388
+ ext?: ExtensionObject;
3389
+ } | {
3390
+ /**
3391
+ * Latitude in decimal degrees (WGS 84). Required for travel_time and radius methods.
3392
+ * @minimum -90
3393
+ * @maximum 90
3394
+ */
3395
+ lat?: number;
3396
+ /**
3397
+ * Longitude in decimal degrees (WGS 84). Required for travel_time and radius methods.
3398
+ * @minimum -180
3399
+ * @maximum 180
3400
+ */
3401
+ lng?: number;
3402
+ /**
3403
+ * Human-readable label for this entry (e.g., 'Düsseldorf', 'Heathrow Airport', 'Primary trade area').
3404
+ */
3405
+ label?: string;
3406
+ transport_mode?: TransportMode;
3407
+ /**
3408
+ * Pre-computed GeoJSON geometry defining the proximity boundary. Use when the buyer has already calculated isochrones (via TravelTime, Mapbox, etc.) or has custom boundaries. When geometry is provided, lat/lng are not required.
3409
+ */
3410
+ geometry: {
3411
+ /**
3412
+ * GeoJSON geometry type.
3413
+ */
3414
+ type: 'Polygon' | 'MultiPolygon';
3415
+ /**
3416
+ * GeoJSON coordinates array. For Polygon: array of linear rings. For MultiPolygon: array of polygons.
3417
+ */
3418
+ coordinates: unknown[];
3419
+ };
3420
+ ext?: ExtensionObject;
3421
+ })[];
3328
3422
  /**
3329
3423
  * Restrict to users with specific language preferences. ISO 639-1 codes (e.g., 'en', 'es', 'fr').
3330
3424
  */
@@ -3387,6 +3481,16 @@ export interface TextAsset {
3387
3481
  provenance?: Provenance;
3388
3482
  }
3389
3483
 
3484
+ /**
3485
+ * Transportation mode for isochrone calculation. Required when travel_time is provided.
3486
+ */
3487
+ export type TransportMode = 'walking' | 'cycling' | 'driving' | 'public_transport';
3488
+
3489
+ /**
3490
+ * Time unit for isochrone (travel-time catchment) calculations.
3491
+ */
3492
+ export type TravelTimeUnit = 'min' | 'hr';
3493
+
3390
3494
  /**
3391
3495
  * URL reference asset. `url_type` declares the mechanism a receiver uses to invoke the URL (clickthrough vs. tracker_pixel vs. tracker_script) and is distinct from the URL's purpose, which the format declares in `url-asset-requirements.role` (clickthrough, landing_page, impression_tracker, click_tracker, viewability_tracker, third_party_tracker). Senders SHOULD include `url_type` on every URL asset. When `url_type` is absent, receivers SHOULD fall back to the format's `url-asset-requirements.role` per this mapping: clickthrough/landing_page → `clickthrough`; impression_tracker/click_tracker → `tracker_pixel`; viewability_tracker → `tracker_script` (OMID and equivalent verification SDKs require a <script> tag — firing them as a pixel produces no measurement); third_party_tracker → no safe fallback (mechanism is integration-specific — DV/IAS ship both pixel and script forms — receivers MAY reject or warn). When neither `url_type` nor a format-side `role` is available, receivers MUST NOT silently pick a mechanism; they SHOULD reject the manifest. Note: VAST/DAAST tag URLs are not URL assets — use `asset_type: "vast"` (or the dedicated tracker types pending RFC #2915), not `asset_type: "url"` with a tracker_pixel mechanism.
3392
3496
  */
@@ -110,7 +110,7 @@ export declare const STANDARD_ERROR_CODES: {
110
110
  readonly suggestion: "broaden targeting or upload more audience members";
111
111
  };
112
112
  AUTH_INVALID: {
113
- readonly description: "Credentials were presented but rejected — revoked, malformed signature, or a key no longer in the seller's keystore. Sellers MUST return this code when an `Authorization` header was present but verification failed. Exception: agents with a valid OAuth 2.1 refresh grant MAY treat this as correctable when the rejection reason is token expiry — silently refresh and retry once; if the refresh fails or the seller explicitly signals revocation, escalate to human.";
113
+ readonly description: "Credentials were presented but rejected — revoked, expired, malformed signature, or a key no longer in the seller's keystore. Sellers MUST return this code when an `Authorization` header was present but verification failed. SDK server runtime treats this code as terminal and does not refresh or retry it; use `AUTH_MISSING` / legacy `AUTH_REQUIRED` for missing request credentials that can be refreshed via `AccountStore.refreshToken`.";
114
114
  readonly recovery: "terminal";
115
115
  readonly suggestion: "do NOT auto-retry — credentials were rejected; rotate keys, refresh OAuth tokens once if applicable, otherwise escalate to a human";
116
116
  };
@@ -200,7 +200,7 @@ export declare const STANDARD_ERROR_CODES: {
200
200
  readonly suggestion: "pick a value from error.details.allowed_values (or re-fetch the format) and resubmit";
201
201
  };
202
202
  CREDENTIAL_IN_ARGS: {
203
- readonly description: "The seller detected a buyer-principal credential placed in request args (top-level, in `context`, in `ext`, or any other nested location in the task payload) instead of arriving on the transport's authentication channel. Buyer-principal credentials MUST arrive on the transport's authentication channel (`Authorization: Bearer` per RFC 6750 §2 for HTTP, RFC 9421 signature headers for signed requests, MCP/A2A authentication framing per RFC 9728 §3) and MUST NOT travel inside the task payload. Distinct from `AUTH_REQUIRED` (no credentials presented or presented credentials rejected on the transport channel) and `PERMISSION_DENIED` (authenticated caller not authorized for the action). Distinct from the receiver-side credentials carried in `push_notification_config.authentication.credentials`, which configure the seller's webhook callback authentication and are not buyer-principal credentials — those are an explicit carve-out and MUST NOT trigger this code. Sellers SHOULD reject credential-in-args under AdCP 3.1; the requirement upgrades to MUST 90 days after the 3.1 publication date.";
203
+ readonly description: "The seller detected a buyer-principal credential placed in request args (top-level, in `context`, in `ext`, or any other nested location in the task payload) instead of arriving on the transport's authentication channel. Buyer-principal credentials MUST arrive on the transport's authentication channel (`Authorization: Bearer` per RFC 6750 §2 for HTTP, RFC 9421 signature headers for signed requests, MCP/A2A authentication framing per RFC 9728 §3) and MUST NOT travel inside the task payload. Distinct from `AUTH_MISSING` (no credentials presented on the transport channel) and `AUTH_INVALID` (credentials presented but rejected on the transport channel) and `PERMISSION_DENIED` (authenticated caller not authorized for the action). Distinct from the receiver-side credentials carried in `push_notification_config.authentication.credentials`, which configure the seller's webhook callback authentication and are not buyer-principal credentials — those are an explicit carve-out and MUST NOT trigger this code. Sellers SHOULD reject credential-in-args under AdCP 3.1; the requirement upgrades to MUST 90 days after the 3.1 publication date.";
204
204
  readonly recovery: "terminal";
205
205
  readonly suggestion: "do NOT auto-retry — auto-retry re-logs the credential on each attempt. Move the credential out of request args (top-level, `context`, `ext`, any nested location) onto the transport authentication channel (Authorization: Bearer, RFC 9421 signature, MCP/A2A authentication framing); rotate the leaked credential, then resubmit on the transport channel only";
206
206
  };
@@ -2857,7 +2857,7 @@ export interface SponsoredPlacementFormatDeclaration {
2857
2857
  export type TaskStatus = 'submitted' | 'working' | 'input-required' | 'completed' | 'canceled' | 'failed' | 'rejected' | 'auth-required' | 'unknown';
2858
2858
 
2859
2859
  /**
2860
- * Transportation modes for isochrone-based catchment area calculations. Determines how travel time translates to geographic reach.
2860
+ * Transportation mode for isochrone calculation. Required when travel_time is provided.
2861
2861
  */
2862
2862
  export type TransportMode = 'walking' | 'cycling' | 'driving' | 'public_transport';
2863
2863
 
@@ -729,6 +729,11 @@ export type DisclosurePersistence = 'continuous' | 'initial' | 'flexible';
729
729
  */
730
730
  export type DisclosurePosition = 'prominent' | 'footer' | 'audio' | 'subtitle' | 'overlay' | 'end_card' | 'pre_roll' | 'companion';
731
731
 
732
+ /**
733
+ * Distance unit
734
+ */
735
+ export type DistanceUnit = 'km' | 'mi' | 'm';
736
+
732
737
  /**
733
738
  * A time duration expressed as an interval and unit. Used for frequency cap windows, attribution windows, reach optimization windows, time budgets, and other time-based settings. When unit is 'campaign', interval must be 1 — the window spans the full campaign flight.
734
739
  */
@@ -1755,9 +1760,98 @@ export interface TargetingOverlay {
1755
1760
  /**
1756
1761
  * Target users within travel time, distance, or a custom boundary around arbitrary geographic points. Multiple entries use OR semantics — a user within range of any listed point is eligible. For campaigns targeting 10+ locations, consider using store_catchments with a location catalog instead. Seller must declare support in get_adcp_capabilities.
1757
1762
  */
1758
- geo_proximity?: {
1759
- [k: string]: unknown | undefined;
1760
- }[];
1763
+ geo_proximity?: ({
1764
+ /**
1765
+ * Latitude in decimal degrees (WGS 84). Required for travel_time and radius methods.
1766
+ * @minimum -90
1767
+ * @maximum 90
1768
+ */
1769
+ lat: number;
1770
+ /**
1771
+ * Longitude in decimal degrees (WGS 84). Required for travel_time and radius methods.
1772
+ * @minimum -180
1773
+ * @maximum 180
1774
+ */
1775
+ lng: number;
1776
+ /**
1777
+ * Human-readable label for this entry (e.g., 'Düsseldorf', 'Heathrow Airport', 'Primary trade area').
1778
+ */
1779
+ label?: string;
1780
+ /**
1781
+ * Travel time limit for isochrone calculation. The platform resolves this to a geographic boundary based on actual transportation networks.
1782
+ */
1783
+ travel_time: {
1784
+ /**
1785
+ * Travel time limit.
1786
+ * @minimum 1
1787
+ */
1788
+ value: number;
1789
+ unit: TravelTimeUnit;
1790
+ };
1791
+ transport_mode: TransportMode;
1792
+ ext?: ExtensionObject;
1793
+ } | {
1794
+ /**
1795
+ * Latitude in decimal degrees (WGS 84). Required for travel_time and radius methods.
1796
+ * @minimum -90
1797
+ * @maximum 90
1798
+ */
1799
+ lat: number;
1800
+ /**
1801
+ * Longitude in decimal degrees (WGS 84). Required for travel_time and radius methods.
1802
+ * @minimum -180
1803
+ * @maximum 180
1804
+ */
1805
+ lng: number;
1806
+ /**
1807
+ * Human-readable label for this entry (e.g., 'Düsseldorf', 'Heathrow Airport', 'Primary trade area').
1808
+ */
1809
+ label?: string;
1810
+ transport_mode?: TransportMode;
1811
+ /**
1812
+ * Simple radius from the point. The platform draws a circle of this distance around the coordinates.
1813
+ */
1814
+ radius: {
1815
+ /**
1816
+ * Radius distance.
1817
+ */
1818
+ value: number;
1819
+ unit: DistanceUnit;
1820
+ };
1821
+ ext?: ExtensionObject;
1822
+ } | {
1823
+ /**
1824
+ * Latitude in decimal degrees (WGS 84). Required for travel_time and radius methods.
1825
+ * @minimum -90
1826
+ * @maximum 90
1827
+ */
1828
+ lat?: number;
1829
+ /**
1830
+ * Longitude in decimal degrees (WGS 84). Required for travel_time and radius methods.
1831
+ * @minimum -180
1832
+ * @maximum 180
1833
+ */
1834
+ lng?: number;
1835
+ /**
1836
+ * Human-readable label for this entry (e.g., 'Düsseldorf', 'Heathrow Airport', 'Primary trade area').
1837
+ */
1838
+ label?: string;
1839
+ transport_mode?: TransportMode;
1840
+ /**
1841
+ * Pre-computed GeoJSON geometry defining the proximity boundary. Use when the buyer has already calculated isochrones (via TravelTime, Mapbox, etc.) or has custom boundaries. When geometry is provided, lat/lng are not required.
1842
+ */
1843
+ geometry: {
1844
+ /**
1845
+ * GeoJSON geometry type.
1846
+ */
1847
+ type: 'Polygon' | 'MultiPolygon';
1848
+ /**
1849
+ * GeoJSON coordinates array. For Polygon: array of linear rings. For MultiPolygon: array of polygons.
1850
+ */
1851
+ coordinates: unknown[];
1852
+ };
1853
+ ext?: ExtensionObject;
1854
+ })[];
1761
1855
  /**
1762
1856
  * Restrict to users with specific language preferences. ISO 639-1 codes (e.g., 'en', 'es', 'fr').
1763
1857
  */
@@ -1801,6 +1895,16 @@ export interface TargetingOverlay {
1801
1895
  */
1802
1896
  export type TaskStatus = 'submitted' | 'working' | 'input-required' | 'completed' | 'canceled' | 'failed' | 'rejected' | 'auth-required' | 'unknown';
1803
1897
 
1898
+ /**
1899
+ * Transportation mode for isochrone calculation. Required when travel_time is provided.
1900
+ */
1901
+ export type TransportMode = 'walking' | 'cycling' | 'driving' | 'public_transport';
1902
+
1903
+ /**
1904
+ * Time unit for isochrone (travel-time catchment) calculations.
1905
+ */
1906
+ export type TravelTimeUnit = 'min' | 'hr';
1907
+
1804
1908
  /**
1805
1909
  * Media category of the watermarked content
1806
1910
  */
@@ -406,7 +406,7 @@ export type GovernanceMode = 'audit' | 'advisory' | 'enforce';
406
406
  export type OutcomeType = 'completed' | 'failed' | 'delivery';
407
407
 
408
408
  /**
409
- * The type of financial commitment this outcome is for. Determines which budget allocation (if any) to charge against. Defaults to 'media_buy' when omitted.
409
+ * The type of financial commitment being governed.
410
410
  */
411
411
  export type PurchaseType = 'media_buy' | 'rights_license' | 'signal_activation' | 'creative_services';
412
412
 
@@ -2727,6 +2727,11 @@ export interface DisplayTagFormatDeclaration {
2727
2727
  params: CanonicalFormatDisplayTag;
2728
2728
  }
2729
2729
 
2730
+ /**
2731
+ * Distance unit
2732
+ */
2733
+ export type DistanceUnit = 'km' | 'mi' | 'm';
2734
+
2730
2735
  /**
2731
2736
  * DOOH inventory allocation parameters. Sponsorship and takeover flat_rate options omit this field entirely — only include for digital out-of-home inventory.
2732
2737
  */
@@ -4220,9 +4225,95 @@ export interface ProductFilters {
4220
4225
  /**
4221
4226
  * Filter by proximity to geographic points. Returns products with inventory coverage near these locations. Follows the same format as the targeting overlay — each entry uses exactly one method: travel_time + transport_mode, radius, or geometry. For locally-bound inventory (DOOH, radio), filters to products with coverage in the area. For digital inventory, filters to products from sellers supporting geo_proximity targeting.
4222
4227
  */
4223
- geo_proximity?: {
4224
- [k: string]: unknown | undefined;
4225
- }[];
4228
+ geo_proximity?: ({
4229
+ /**
4230
+ * Latitude in decimal degrees (WGS 84)
4231
+ * @minimum -90
4232
+ * @maximum 90
4233
+ */
4234
+ lat: number;
4235
+ /**
4236
+ * Longitude in decimal degrees (WGS 84)
4237
+ * @minimum -180
4238
+ * @maximum 180
4239
+ */
4240
+ lng: number;
4241
+ /**
4242
+ * Human-readable label (e.g., 'Düsseldorf', 'Heathrow Airport')
4243
+ */
4244
+ label?: string;
4245
+ /**
4246
+ * Travel time limit for isochrone calculation
4247
+ */
4248
+ travel_time: {
4249
+ /**
4250
+ * Travel time limit
4251
+ * @minimum 1
4252
+ */
4253
+ value: number;
4254
+ unit: TravelTimeUnit;
4255
+ };
4256
+ transport_mode: TransportMode;
4257
+ } | {
4258
+ /**
4259
+ * Latitude in decimal degrees (WGS 84)
4260
+ * @minimum -90
4261
+ * @maximum 90
4262
+ */
4263
+ lat: number;
4264
+ /**
4265
+ * Longitude in decimal degrees (WGS 84)
4266
+ * @minimum -180
4267
+ * @maximum 180
4268
+ */
4269
+ lng: number;
4270
+ /**
4271
+ * Human-readable label (e.g., 'Düsseldorf', 'Heathrow Airport')
4272
+ */
4273
+ label?: string;
4274
+ transport_mode?: TransportMode;
4275
+ /**
4276
+ * Simple radius from the point
4277
+ */
4278
+ radius: {
4279
+ /**
4280
+ * Radius distance
4281
+ */
4282
+ value: number;
4283
+ unit: DistanceUnit;
4284
+ };
4285
+ } | {
4286
+ /**
4287
+ * Latitude in decimal degrees (WGS 84)
4288
+ * @minimum -90
4289
+ * @maximum 90
4290
+ */
4291
+ lat?: number;
4292
+ /**
4293
+ * Longitude in decimal degrees (WGS 84)
4294
+ * @minimum -180
4295
+ * @maximum 180
4296
+ */
4297
+ lng?: number;
4298
+ /**
4299
+ * Human-readable label (e.g., 'Düsseldorf', 'Heathrow Airport')
4300
+ */
4301
+ label?: string;
4302
+ transport_mode?: TransportMode;
4303
+ /**
4304
+ * Pre-computed GeoJSON geometry defining the proximity boundary
4305
+ */
4306
+ geometry: {
4307
+ /**
4308
+ * GeoJSON geometry type
4309
+ */
4310
+ type: 'Polygon' | 'MultiPolygon';
4311
+ /**
4312
+ * GeoJSON coordinates array
4313
+ */
4314
+ coordinates: unknown[];
4315
+ };
4316
+ })[];
4226
4317
  /**
4227
4318
  * Filter to products that can meet the buyer's performance standard requirements. Each entry specifies a metric, minimum threshold, and optionally a required vendor and standard. Products that cannot meet these thresholds or do not support the specified vendors are excluded. Use this to tell the seller upfront: 'I need DoubleVerify for viewability at 70% MRC.'
4228
4319
  */
@@ -5210,6 +5301,16 @@ export interface TimeBasedPricingOption {
5210
5301
  eligible_adjustments?: PriceAdjustmentKind[];
5211
5302
  }
5212
5303
 
5304
+ /**
5305
+ * Transportation mode for isochrone calculation. Required when travel_time is provided.
5306
+ */
5307
+ export type TransportMode = 'walking' | 'cycling' | 'driving' | 'public_transport';
5308
+
5309
+ /**
5310
+ * Time unit for isochrone (travel-time catchment) calculations.
5311
+ */
5312
+ export type TravelTimeUnit = 'min' | 'hr';
5313
+
5213
5314
  /**
5214
5315
  * Type of user identifier. Used in audience sync, event logging, and TMP identity match requests to tell the receiver which identity graph to resolve against.
5215
5316
  */
@@ -59,7 +59,7 @@ export declare const CanonicalFormatVASTVideo_VpaidVersionValues: readonly ["1.0
59
59
  /** single | CatalogFieldMapping.transform */
60
60
  export declare const CatalogFieldMapping_TransformValues: readonly ["date", "divide", "boolean", "split"];
61
61
  /** single | ComplyTestControllerRequest.scenario */
62
- export declare const ComplyTestControllerRequest_ScenarioValues: readonly ["list_scenarios", "force_creative_status", "force_account_status", "force_media_buy_status", "force_create_media_buy_arm", "force_task_completion", "force_session_status", "simulate_delivery", "simulate_budget_spend", "seed_product", "seed_pricing_option", "seed_creative", "seed_plan", "seed_media_buy", "seed_creative_format", "query_upstream_traffic"];
62
+ export declare const ComplyTestControllerRequest_ScenarioValues: readonly ["list_scenarios", "force_creative_status", "force_account_status", "force_media_buy_status", "force_create_media_buy_arm", "force_task_completion", "force_session_status", "simulate_delivery", "simulate_budget_spend", "seed_product", "seed_pricing_option", "seed_creative", "seed_plan", "seed_media_buy", "seed_creative_format", "query_upstream_traffic", "force_upstream_unavailable"];
63
63
  /** single | ControllerError.error */
64
64
  export declare const ControllerError_ErrorValues: readonly ["INVALID_TRANSITION", "INVALID_STATE", "NOT_FOUND", "UNKNOWN_SCENARIO", "INVALID_PARAMS", "FORBIDDEN", "INTERNAL_ERROR"];
65
65
  /** single | CreateMediaBuyAsyncInputRequired.reason */
@@ -76,6 +76,10 @@ export declare const DAASTTrackerAsset_TargetValues: readonly ["linear", "compan
76
76
  export declare const DestinationItem_DestinationTypeValues: readonly ["beach", "mountain", "urban", "cultural", "adventure", "wellness", "cruise"];
77
77
  /** single | DiagnosticIssue.severity */
78
78
  export declare const DiagnosticIssue_SeverityValues: readonly ["error", "warning", "info"];
79
+ /** single | DigestAttestation.method */
80
+ export declare const DigestAttestation_MethodValues: readonly ["GET", "POST", "PUT", "PATCH", "DELETE", "HEAD", "OPTIONS"];
81
+ /** single | DigestAttestation.purpose */
82
+ export declare const DigestAttestation_PurposeValues: readonly ["platform_primary", "measurement", "attribution", "creative_serving", "identity", "other"];
79
83
  /** single | Duration.unit */
80
84
  export declare const Duration_UnitValues: readonly ["seconds", "minutes", "hours", "days", "campaign"];
81
85
  /** single | EducationItem.degree_type */
@@ -109,7 +113,7 @@ export declare const GetProductsAsyncInputRequired_ReasonValues: readonly ["CLAR
109
113
  /** single | GetProductsRequest.buying_mode */
110
114
  export declare const GetProductsRequest_BuyingModeValues: readonly ["brief", "wholesale", "refine"];
111
115
  /** array of | GetProductsRequest.fields */
112
- export declare const GetProductsRequest_FieldsValues: readonly ["product_id", "name", "description", "publisher_properties", "channels", "format_ids", "placements", "delivery_type", "exclusivity", "pricing_options", "forecast", "outcome_measurement", "delivery_measurement", "reporting_capabilities", "creative_policy", "catalog_types", "metric_optimization", "conversion_tracking", "data_provider_signals", "max_optimization_goals", "catalog_match", "collections", "collection_targeting_allowed", "installments", "brief_relevance", "expires_at", "product_card", "product_card_detailed", "enforced_policies", "trusted_match"];
116
+ export declare const GetProductsRequest_FieldsValues: readonly ["product_id", "name", "description", "publisher_properties", "channels", "format_ids", "format_options", "placements", "delivery_type", "exclusivity", "pricing_options", "forecast", "outcome_measurement", "delivery_measurement", "reporting_capabilities", "creative_policy", "catalog_types", "metric_optimization", "conversion_tracking", "data_provider_signals", "included_signals", "signal_targeting_allowed", "signal_targeting_options", "signal_targeting_rules", "max_optimization_goals", "catalog_match", "collections", "collection_targeting_allowed", "installments", "brief_relevance", "expires_at", "product_card", "product_card_detailed", "enforced_policies", "trusted_match"];
113
117
  /** single | GetProductsResponse.cache_scope */
114
118
  export declare const GetProductsResponse_CacheScopeValues: readonly ["public", "account"];
115
119
  /** single | GetSignalsRequest.discovery_mode */
@@ -137,19 +141,27 @@ export declare const ListCreativeFormatsResponse_SourceValues: readonly ["publis
137
141
  /** array of | ListCreativesRequest.fields */
138
142
  export declare const ListCreativesRequest_FieldsValues: readonly ["creative_id", "name", "format_id", "status", "created_date", "updated_date", "tags", "assignments", "snapshot", "items", "variables", "concept", "pricing_options"];
139
143
  /** array of | ListScenariosSuccess.scenarios */
140
- export declare const ListScenariosSuccess_ScenariosValues: readonly ["force_creative_status", "force_account_status", "force_media_buy_status", "force_create_media_buy_arm", "force_task_completion", "force_session_status", "simulate_delivery", "simulate_budget_spend", "seed_product", "seed_pricing_option", "seed_creative", "seed_plan", "seed_media_buy", "seed_creative_format", "query_upstream_traffic"];
144
+ export declare const ListScenariosSuccess_ScenariosValues: readonly ["force_creative_status", "force_account_status", "force_media_buy_status", "force_create_media_buy_arm", "force_task_completion", "force_session_status", "simulate_delivery", "simulate_budget_spend", "seed_product", "seed_pricing_option", "seed_creative", "seed_plan", "seed_media_buy", "seed_creative_format", "query_upstream_traffic", "force_upstream_unavailable"];
145
+ /** single | PackageSignalTargetingGroup.operator */
146
+ export declare const PackageSignalTargetingGroup_OperatorValues: readonly ["any", "none"];
141
147
  /** single | PerformanceFeedback.status */
142
148
  export declare const PerformanceFeedback_StatusValues: readonly ["accepted", "queued", "applied", "rejected"];
143
149
  /** single | PixelTrackerAsset.event */
144
150
  export declare const PixelTrackerAsset_EventValues: readonly ["impression", "viewable_mrc_50", "viewable_mrc_100", "viewable_video_50", "audible_video_complete", "click", "custom"];
145
151
  /** single | PixelTrackerAsset.method */
146
152
  export declare const PixelTrackerAsset_MethodValues: readonly ["img", "js"];
153
+ /** single | Placement.kind */
154
+ export declare const Placement_KindValues: readonly ["publisher_ref", "seller_inline"];
155
+ /** single | Placement.mode */
156
+ export declare const Placement_ModeValues: readonly ["targetable", "included"];
147
157
  /** single | PolicyEntry.source */
148
158
  export declare const PolicyEntry_SourceValues: readonly ["registry", "inline"];
149
159
  /** single | PreviewCreativeRequest.request_type */
150
160
  export declare const PreviewCreativeRequest_RequestTypeValues: readonly ["single", "batch", "variant"];
151
161
  /** single | Price.period */
152
162
  export declare const Price_PeriodValues: readonly ["night", "month", "year", "one_time"];
163
+ /** single | ProductSignalTargetingOption.activation_status */
164
+ export declare const ProductSignalTargetingOption_ActivationStatusValues: readonly ["ready", "requires_activation"];
153
165
  /** single | PropertyError.code */
154
166
  export declare const PropertyError_CodeValues: readonly ["PROPERTY_NOT_FOUND", "PROPERTY_NOT_MONITORED", "LIST_NOT_FOUND", "LIST_ACCESS_DENIED", "METHODOLOGY_NOT_SUPPORTED", "JURISDICTION_NOT_SUPPORTED"];
155
167
  /** single | PropertyFeatureDefinition.type */
@@ -180,6 +192,10 @@ export declare const ReportPlanOutcomeResponse_OutcomeStateValues: readonly ["ac
180
192
  export declare const RightsConstraint_ApprovalStatusValues: readonly ["pending", "approved", "rejected"];
181
193
  /** array of | SIComponentCatalog.components */
182
194
  export declare const SIComponentCatalog_ComponentsValues: readonly ["Text", "Button", "Link", "Image", "Card", "ProductCard", "List", "Row", "Column", "IntegrationAction", "AppHandoff"];
195
+ /** single | SignalTargetingRules.resolution_model */
196
+ export declare const SignalTargetingRules_ResolutionModelValues: readonly ["direct_targeting", "seller_planned"];
197
+ /** single | SignalTargetingRules.selection_mode */
198
+ export declare const SignalTargetingRules_SelectionModeValues: readonly ["optional", "required", "fixed"];
183
199
  /** array of | SIIdentity.consent_scope */
184
200
  export declare const SIIdentity_ConsentScopeValues: readonly ["name", "email", "shipping_address", "phone", "locale"];
185
201
  /** single | SITerminateSessionRequest.reason */
@@ -226,20 +242,6 @@ export declare const VideoAssetRequirements_ContainersValues: readonly ["mp4", "
226
242
  export declare const WebhookActivityRecord_StatusValues: readonly ["success", "failed", "timeout", "connection_error", "pending"];
227
243
  /** single | WholesaleFeedWebhook.notification_type */
228
244
  export declare const WholesaleFeedWebhook_NotificationTypeValues: readonly ["product.created", "product.updated", "product.priced", "product.removed", "signal.created", "signal.updated", "signal.priced", "signal.removed", "wholesale_feed.bulk_change"];
229
- /** @deprecated use `BriefAsset_ObjectiveValues` — same literal set, BriefAsset1.objective duplicates the canonical export. */
230
- export declare const BriefAsset1_ObjectiveValues: readonly ["awareness", "consideration", "conversion", "retention", "engagement"];
231
- /** @deprecated use `BriefAsset_ObjectiveValues` — same literal set, BriefAsset2.objective duplicates the canonical export. */
232
- export declare const BriefAsset2_ObjectiveValues: readonly ["awareness", "consideration", "conversion", "retention", "engagement"];
233
- /** @deprecated use `BriefAsset_ObjectiveValues` — same literal set, BriefAsset3.objective duplicates the canonical export. */
234
- export declare const BriefAsset3_ObjectiveValues: readonly ["awareness", "consideration", "conversion", "retention", "engagement"];
235
- /** @deprecated use `BriefAsset_ObjectiveValues` — same literal set, BriefAsset4.objective duplicates the canonical export. */
236
- export declare const BriefAsset4_ObjectiveValues: readonly ["awareness", "consideration", "conversion", "retention", "engagement"];
237
- /** @deprecated use `BriefAsset_ObjectiveValues` — same literal set, BriefAsset5.objective duplicates the canonical export. */
238
- export declare const BriefAsset5_ObjectiveValues: readonly ["awareness", "consideration", "conversion", "retention", "engagement"];
239
- /** @deprecated use `BriefAsset_ObjectiveValues` — same literal set, BriefAsset6.objective duplicates the canonical export. */
240
- export declare const BriefAsset6_ObjectiveValues: readonly ["awareness", "consideration", "conversion", "retention", "engagement"];
241
- /** @deprecated use `BriefAsset_ObjectiveValues` — same literal set, BriefAsset7.objective duplicates the canonical export. */
242
- export declare const BriefAsset7_ObjectiveValues: readonly ["awareness", "consideration", "conversion", "retention", "engagement"];
243
245
  /** @deprecated use `BuildCreativeAsyncInputRequired_ReasonValues` — same literal set, BuildCreativeInputRequired.reason duplicates the canonical export. */
244
246
  export declare const BuildCreativeInputRequired_ReasonValues: readonly ["APPROVAL_REQUIRED", "CREATIVE_DIRECTION_NEEDED", "ASSET_SELECTION_NEEDED"];
245
247
  /** @deprecated use `CanonicalFormatAgentPlacementAISurfaceSponsoredPlacement_CompositionModelValues` — same literal set, CanonicalFormatBase.composition_model duplicates the canonical export. */
@@ -298,6 +300,14 @@ export declare const GetBrandIdentitySuccess_AvailableFieldsValues: readonly ["d
298
300
  export declare const GetProductsInputRequired_ReasonValues: readonly ["CLARIFICATION_NEEDED", "BUDGET_REQUIRED"];
299
301
  /** @deprecated use `GetProductsResponse_CacheScopeValues` — same literal set, GetSignalsResponse.cache_scope duplicates the canonical export. */
300
302
  export declare const GetSignalsResponse_CacheScopeValues: readonly ["public", "account"];
303
+ /** @deprecated use `PackageSignalTargetingGroup_OperatorValues` — same literal set, PackageSignalTargetingGroup1.operator duplicates the canonical export. */
304
+ export declare const PackageSignalTargetingGroup1_OperatorValues: readonly ["any", "none"];
305
+ /** @deprecated use `FeatureRequirement_IfNotCoveredValues` — same literal set, ProductSignalTargetingOption.allowed_targeting_modes duplicates the canonical export. */
306
+ export declare const ProductSignalTargetingOption_AllowedTargetingModesValues: readonly ["exclude", "include"];
307
+ /** @deprecated use `DigestAttestation_MethodValues` — same literal set, RawAttestation.method duplicates the canonical export. */
308
+ export declare const RawAttestation_MethodValues: readonly ["GET", "POST", "PUT", "PATCH", "DELETE", "HEAD", "OPTIONS"];
309
+ /** @deprecated use `DigestAttestation_PurposeValues` — same literal set, RawAttestation.purpose duplicates the canonical export. */
310
+ export declare const RawAttestation_PurposeValues: readonly ["platform_primary", "measurement", "attribution", "creative_serving", "identity", "other"];
301
311
  /** @deprecated use `GetBrandIdentitySuccess_KellerTypeValues` — same literal set, SearchBrandResult.keller_type duplicates the canonical export. */
302
312
  export declare const SearchBrandResult_KellerTypeValues: readonly ["master", "sub_brand", "endorsed", "independent"];
303
313
  /** @deprecated use `SyncCatalogsAsyncInputRequired_ReasonValues` — same literal set, SyncCatalogsInputRequired.reason duplicates the canonical export. */
@@ -1 +1 @@
1
- {"version":3,"file":"inline-enums.generated.d.ts","sourceRoot":"","sources":["../../../src/lib/types/inline-enums.generated.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"inline-enums.generated.d.ts","sourceRoot":"","sources":["../../../src/lib/types/inline-enums.generated.ts"],"names":[],"mappings":"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"}