@adcp/sdk 5.23.0 → 5.24.0

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 (1145) hide show
  1. package/dist/lib/adapters/governance-adapter.d.ts +11 -0
  2. package/dist/lib/adapters/governance-adapter.d.ts.map +1 -1
  3. package/dist/lib/adapters/governance-adapter.js +1 -1
  4. package/dist/lib/adapters/governance-adapter.js.map +1 -1
  5. package/dist/lib/agents/index.generated.d.ts +0 -6
  6. package/dist/lib/agents/index.generated.d.ts.map +1 -1
  7. package/dist/lib/agents/index.generated.js +22 -1
  8. package/dist/lib/agents/index.generated.js.map +1 -1
  9. package/dist/lib/conformance/schemaLoader.d.ts.map +1 -1
  10. package/dist/lib/conformance/schemaLoader.js +12 -3
  11. package/dist/lib/conformance/schemaLoader.js.map +1 -1
  12. package/dist/lib/core/AgentClient.d.ts +8 -2
  13. package/dist/lib/core/AgentClient.d.ts.map +1 -1
  14. package/dist/lib/core/AgentClient.js +11 -3
  15. package/dist/lib/core/AgentClient.js.map +1 -1
  16. package/dist/lib/core/GovernanceMiddleware.d.ts +19 -1
  17. package/dist/lib/core/GovernanceMiddleware.d.ts.map +1 -1
  18. package/dist/lib/core/GovernanceMiddleware.js +17 -3
  19. package/dist/lib/core/GovernanceMiddleware.js.map +1 -1
  20. package/dist/lib/core/SingleAgentClient.d.ts +17 -4
  21. package/dist/lib/core/SingleAgentClient.d.ts.map +1 -1
  22. package/dist/lib/core/SingleAgentClient.js +30 -8
  23. package/dist/lib/core/SingleAgentClient.js.map +1 -1
  24. package/dist/lib/core/TaskExecutor.d.ts +11 -0
  25. package/dist/lib/core/TaskExecutor.d.ts.map +1 -1
  26. package/dist/lib/core/TaskExecutor.js +24 -7
  27. package/dist/lib/core/TaskExecutor.js.map +1 -1
  28. package/dist/lib/protocols/index.d.ts +38 -14
  29. package/dist/lib/protocols/index.d.ts.map +1 -1
  30. package/dist/lib/protocols/index.js +54 -18
  31. package/dist/lib/protocols/index.js.map +1 -1
  32. package/dist/lib/server/create-adcp-server.d.ts.map +1 -1
  33. package/dist/lib/server/create-adcp-server.js +10 -4
  34. package/dist/lib/server/create-adcp-server.js.map +1 -1
  35. package/dist/lib/utils/adcp-version-config.d.ts +8 -4
  36. package/dist/lib/utils/adcp-version-config.d.ts.map +1 -1
  37. package/dist/lib/utils/adcp-version-config.js +56 -21
  38. package/dist/lib/utils/adcp-version-config.js.map +1 -1
  39. package/dist/lib/validation/client-hooks.d.ts +6 -2
  40. package/dist/lib/validation/client-hooks.d.ts.map +1 -1
  41. package/dist/lib/validation/client-hooks.js +8 -4
  42. package/dist/lib/validation/client-hooks.js.map +1 -1
  43. package/dist/lib/validation/index.d.ts +1 -1
  44. package/dist/lib/validation/index.d.ts.map +1 -1
  45. package/dist/lib/validation/index.js +3 -1
  46. package/dist/lib/validation/index.js.map +1 -1
  47. package/dist/lib/validation/schema-loader.d.ts +53 -7
  48. package/dist/lib/validation/schema-loader.d.ts.map +1 -1
  49. package/dist/lib/validation/schema-loader.js +167 -29
  50. package/dist/lib/validation/schema-loader.js.map +1 -1
  51. package/dist/lib/validation/schema-validator.d.ts +17 -4
  52. package/dist/lib/validation/schema-validator.d.ts.map +1 -1
  53. package/dist/lib/validation/schema-validator.js +20 -7
  54. package/dist/lib/validation/schema-validator.js.map +1 -1
  55. package/dist/lib/version.d.ts +3 -3
  56. package/dist/lib/version.js +3 -3
  57. package/package.json +2 -2
  58. package/compliance/cache/3.0.0/domains/brand/index.yaml +0 -167
  59. package/compliance/cache/3.0.0/domains/creative/index.yaml +0 -412
  60. package/compliance/cache/3.0.0/domains/governance/index.yaml +0 -683
  61. package/compliance/cache/3.0.0/domains/media-buy/creative-reception.yaml +0 -247
  62. package/compliance/cache/3.0.0/domains/media-buy/index.yaml +0 -742
  63. package/compliance/cache/3.0.0/domains/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -414
  64. package/compliance/cache/3.0.0/domains/media-buy/scenarios/delivery_reporting.yaml +0 -180
  65. package/compliance/cache/3.0.0/domains/media-buy/scenarios/governance_approved.yaml +0 -186
  66. package/compliance/cache/3.0.0/domains/media-buy/scenarios/governance_conditions.yaml +0 -195
  67. package/compliance/cache/3.0.0/domains/media-buy/scenarios/governance_denied.yaml +0 -189
  68. package/compliance/cache/3.0.0/domains/media-buy/scenarios/governance_denied_recovery.yaml +0 -243
  69. package/compliance/cache/3.0.0/domains/media-buy/scenarios/invalid_transitions.yaml +0 -279
  70. package/compliance/cache/3.0.0/domains/media-buy/scenarios/inventory_list_no_match.yaml +0 -143
  71. package/compliance/cache/3.0.0/domains/media-buy/scenarios/inventory_list_targeting.yaml +0 -266
  72. package/compliance/cache/3.0.0/domains/media-buy/scenarios/measurement_terms_rejected.yaml +0 -194
  73. package/compliance/cache/3.0.0/domains/media-buy/scenarios/pending_creatives_to_start.yaml +0 -250
  74. package/compliance/cache/3.0.0/domains/media-buy/scenarios/proposal_finalize.yaml +0 -242
  75. package/compliance/cache/3.0.0/domains/media-buy/scenarios/refine_products.yaml +0 -148
  76. package/compliance/cache/3.0.0/domains/media-buy/state-machine.yaml +0 -437
  77. package/compliance/cache/3.0.0/domains/signals/index.yaml +0 -266
  78. package/compliance/cache/3.0.0/domains/sponsored-intelligence/index.yaml +0 -256
  79. package/compliance/cache/3.0.0/index.json +0 -324
  80. package/compliance/cache/3.0.0/protocols/brand/index.yaml +0 -167
  81. package/compliance/cache/3.0.0/protocols/creative/index.yaml +0 -412
  82. package/compliance/cache/3.0.0/protocols/governance/index.yaml +0 -683
  83. package/compliance/cache/3.0.0/protocols/media-buy/creative-reception.yaml +0 -247
  84. package/compliance/cache/3.0.0/protocols/media-buy/index.yaml +0 -742
  85. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -414
  86. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/delivery_reporting.yaml +0 -180
  87. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/governance_approved.yaml +0 -186
  88. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/governance_conditions.yaml +0 -195
  89. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/governance_denied.yaml +0 -189
  90. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/governance_denied_recovery.yaml +0 -243
  91. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/invalid_transitions.yaml +0 -279
  92. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/inventory_list_no_match.yaml +0 -143
  93. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/inventory_list_targeting.yaml +0 -266
  94. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/measurement_terms_rejected.yaml +0 -194
  95. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/pending_creatives_to_start.yaml +0 -250
  96. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/proposal_finalize.yaml +0 -242
  97. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/refine_products.yaml +0 -148
  98. package/compliance/cache/3.0.0/protocols/media-buy/state-machine.yaml +0 -437
  99. package/compliance/cache/3.0.0/protocols/signals/index.yaml +0 -266
  100. package/compliance/cache/3.0.0/protocols/sponsored-intelligence/index.yaml +0 -256
  101. package/compliance/cache/3.0.0/specialisms/audience-sync/index.yaml +0 -280
  102. package/compliance/cache/3.0.0/specialisms/brand-rights/index.yaml +0 -346
  103. package/compliance/cache/3.0.0/specialisms/brand-rights/scenarios/governance_denied.yaml +0 -203
  104. package/compliance/cache/3.0.0/specialisms/collection-lists/index.yaml +0 -359
  105. package/compliance/cache/3.0.0/specialisms/content-standards/index.yaml +0 -572
  106. package/compliance/cache/3.0.0/specialisms/creative-ad-server/index.yaml +0 -383
  107. package/compliance/cache/3.0.0/specialisms/creative-generative/generative-seller.yaml +0 -733
  108. package/compliance/cache/3.0.0/specialisms/creative-generative/index.yaml +0 -746
  109. package/compliance/cache/3.0.0/specialisms/creative-template/index.yaml +0 -413
  110. package/compliance/cache/3.0.0/specialisms/governance-aware-seller/index.yaml +0 -99
  111. package/compliance/cache/3.0.0/specialisms/governance-delivery-monitor/index.yaml +0 -419
  112. package/compliance/cache/3.0.0/specialisms/governance-spend-authority/denied.yaml +0 -221
  113. package/compliance/cache/3.0.0/specialisms/governance-spend-authority/index.yaml +0 -330
  114. package/compliance/cache/3.0.0/specialisms/property-lists/index.yaml +0 -482
  115. package/compliance/cache/3.0.0/specialisms/sales-broadcast-tv/index.yaml +0 -664
  116. package/compliance/cache/3.0.0/specialisms/sales-catalog-driven/index.yaml +0 -779
  117. package/compliance/cache/3.0.0/specialisms/sales-guaranteed/index.yaml +0 -479
  118. package/compliance/cache/3.0.0/specialisms/sales-non-guaranteed/index.yaml +0 -428
  119. package/compliance/cache/3.0.0/specialisms/sales-proposal-mode/index.yaml +0 -520
  120. package/compliance/cache/3.0.0/specialisms/sales-social/index.yaml +0 -521
  121. package/compliance/cache/3.0.0/specialisms/signal-marketplace/index.yaml +0 -415
  122. package/compliance/cache/3.0.0/specialisms/signal-marketplace/scenarios/governance_denied.yaml +0 -195
  123. package/compliance/cache/3.0.0/specialisms/signal-owned/index.yaml +0 -316
  124. package/compliance/cache/3.0.0/specialisms/signed-requests/index.yaml +0 -192
  125. package/compliance/cache/3.0.0/test-kits/acme-outdoor.yaml +0 -210
  126. package/compliance/cache/3.0.0/test-kits/bistro-oranje.yaml +0 -126
  127. package/compliance/cache/3.0.0/test-kits/nova-motors.yaml +0 -262
  128. package/compliance/cache/3.0.0/test-kits/osei-natural.yaml +0 -126
  129. package/compliance/cache/3.0.0/test-kits/signed-requests-runner.yaml +0 -153
  130. package/compliance/cache/3.0.0/test-kits/substitution-observer-runner.yaml +0 -690
  131. package/compliance/cache/3.0.0/test-kits/summit-foods.yaml +0 -125
  132. package/compliance/cache/3.0.0/test-kits/webhook-receiver-runner.yaml +0 -265
  133. package/compliance/cache/3.0.0/test-vectors/plan-hash/001-minimal-plan.json +0 -43
  134. package/compliance/cache/3.0.0/test-vectors/plan-hash/002-full-plan.json +0 -217
  135. package/compliance/cache/3.0.0/test-vectors/plan-hash/003-bookkeeping-stripped.json +0 -60
  136. package/compliance/cache/3.0.0/test-vectors/plan-hash/004a-human-review-omitted.json +0 -43
  137. package/compliance/cache/3.0.0/test-vectors/plan-hash/004b-human-review-explicit-null.json +0 -49
  138. package/compliance/cache/3.0.0/test-vectors/plan-hash/005a-policy-categories-order-1.json +0 -53
  139. package/compliance/cache/3.0.0/test-vectors/plan-hash/005b-policy-categories-order-2.json +0 -57
  140. package/compliance/cache/3.0.0/test-vectors/plan-hash/006a-ext-trace-v1.json +0 -49
  141. package/compliance/cache/3.0.0/test-vectors/plan-hash/006b-ext-trace-v2.json +0 -53
  142. package/compliance/cache/3.0.0/test-vectors/plan-hash/007-unicode-objectives.json +0 -43
  143. package/compliance/cache/3.0.0/test-vectors/plan-hash/008-numeric-canonicalization.json +0 -65
  144. package/compliance/cache/3.0.0/test-vectors/request-signing/README.md +0 -219
  145. package/compliance/cache/3.0.0/test-vectors/request-signing/canonicalization.json +0 -241
  146. package/compliance/cache/3.0.0/test-vectors/request-signing/keys.json +0 -60
  147. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/001-no-signature-header.json +0 -24
  148. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/002-wrong-tag.json +0 -26
  149. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/003-expired-signature.json +0 -26
  150. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/004-window-too-long.json +0 -26
  151. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/005-alg-not-allowed.json +0 -26
  152. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/006-missing-covered-component.json +0 -26
  153. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/007-missing-content-digest.json +0 -26
  154. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/008-unknown-keyid.json +0 -26
  155. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/009-key-ops-missing-verify.json +0 -27
  156. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/010-content-digest-mismatch.json +0 -33
  157. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/011-malformed-header.json +0 -27
  158. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/012-missing-expires-param.json +0 -26
  159. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/013-expires-le-created.json +0 -27
  160. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/014-missing-nonce-param.json +0 -27
  161. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/015-signature-invalid.json +0 -28
  162. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/016-replayed-nonce.json +0 -35
  163. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/017-key-revoked.json +0 -38
  164. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/018-digest-covered-when-forbidden.json +0 -28
  165. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/019-signature-without-signature-input.json +0 -26
  166. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/020-rate-abuse.json +0 -34
  167. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/021-duplicate-signature-input-label.json +0 -31
  168. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/022-multi-valued-content-type.json +0 -31
  169. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/023-multi-valued-content-digest.json +0 -32
  170. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/024-unquoted-string-param.json +0 -31
  171. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/025-jwk-alg-crv-mismatch.json +0 -43
  172. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/026-non-ascii-host.json +0 -31
  173. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/027-webhook-registration-authentication-unsigned.json +0 -25
  174. package/compliance/cache/3.0.0/test-vectors/request-signing/positive/001-basic-post.json +0 -30
  175. package/compliance/cache/3.0.0/test-vectors/request-signing/positive/002-post-with-content-digest.json +0 -31
  176. package/compliance/cache/3.0.0/test-vectors/request-signing/positive/003-es256-post.json +0 -30
  177. package/compliance/cache/3.0.0/test-vectors/request-signing/positive/004-multiple-signature-labels.json +0 -26
  178. package/compliance/cache/3.0.0/test-vectors/request-signing/positive/005-default-port-stripped.json +0 -30
  179. package/compliance/cache/3.0.0/test-vectors/request-signing/positive/006-dot-segment-path.json +0 -30
  180. package/compliance/cache/3.0.0/test-vectors/request-signing/positive/007-query-byte-preserved.json +0 -30
  181. package/compliance/cache/3.0.0/test-vectors/request-signing/positive/008-percent-encoded-path.json +0 -30
  182. package/compliance/cache/3.0.0/test-vectors/request-signing/positive/009-percent-encoded-unreserved-decoded.json +0 -30
  183. package/compliance/cache/3.0.0/test-vectors/request-signing/positive/010-percent-encoded-slash-preserved.json +0 -30
  184. package/compliance/cache/3.0.0/test-vectors/request-signing/positive/011-ipv6-authority.json +0 -30
  185. package/compliance/cache/3.0.0/test-vectors/request-signing/positive/012-ipv6-authority-default-port-stripped.json +0 -30
  186. package/compliance/cache/3.0.0/test-vectors/webhook-signing/README.md +0 -211
  187. package/compliance/cache/3.0.0/test-vectors/webhook-signing/keys.json +0 -61
  188. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/001-wrong-tag.json +0 -26
  189. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/002-expired-signature.json +0 -26
  190. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/003-window-too-long.json +0 -26
  191. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/004-alg-not-allowed.json +0 -26
  192. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/005-missing-authority-component.json +0 -26
  193. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/006-missing-content-digest.json +0 -25
  194. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/007-unknown-keyid.json +0 -26
  195. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/008-wrong-adcp-use.json +0 -26
  196. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/009-content-digest-mismatch.json +0 -26
  197. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/010-malformed-signature-input.json +0 -26
  198. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/011-signature-without-input.json +0 -25
  199. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/012-missing-expires-param.json +0 -26
  200. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/013-expires-le-created.json +0 -26
  201. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/014-missing-nonce-param.json +0 -26
  202. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/015-signature-invalid.json +0 -26
  203. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/016-replayed-nonce.json +0 -37
  204. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/017-key-revoked.json +0 -32
  205. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/018-rate-abuse.json +0 -33
  206. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/019-revocation-stale.json +0 -32
  207. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/020-key-ops-missing-verify.json +0 -41
  208. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/021-base64-alphabet-mixing.json +0 -26
  209. package/compliance/cache/3.0.0/test-vectors/webhook-signing/positive/001-basic-post.json +0 -24
  210. package/compliance/cache/3.0.0/test-vectors/webhook-signing/positive/002-es256-post.json +0 -24
  211. package/compliance/cache/3.0.0/test-vectors/webhook-signing/positive/003-multiple-signature-labels.json +0 -24
  212. package/compliance/cache/3.0.0/test-vectors/webhook-signing/positive/004-default-port-stripped.json +0 -24
  213. package/compliance/cache/3.0.0/test-vectors/webhook-signing/positive/005-percent-encoded-path.json +0 -24
  214. package/compliance/cache/3.0.0/test-vectors/webhook-signing/positive/006-query-byte-preserved.json +0 -24
  215. package/compliance/cache/3.0.0/test-vectors/webhook-signing/positive/007-body-without-idempotency-key.json +0 -25
  216. package/compliance/cache/3.0.0/universal/capability-discovery.yaml +0 -125
  217. package/compliance/cache/3.0.0/universal/deterministic-testing.yaml +0 -1318
  218. package/compliance/cache/3.0.0/universal/error-compliance.yaml +0 -468
  219. package/compliance/cache/3.0.0/universal/fictional-entities.yaml +0 -307
  220. package/compliance/cache/3.0.0/universal/idempotency.yaml +0 -577
  221. package/compliance/cache/3.0.0/universal/runner-output-contract.yaml +0 -335
  222. package/compliance/cache/3.0.0/universal/schema-validation.yaml +0 -514
  223. package/compliance/cache/3.0.0/universal/security.yaml +0 -428
  224. package/compliance/cache/3.0.0/universal/storyboard-schema.yaml +0 -1010
  225. package/compliance/cache/3.0.0/universal/webhook-emission.yaml +0 -337
  226. package/compliance/cache/3.0.0.previous/domains/brand/index.yaml +0 -167
  227. package/compliance/cache/3.0.0.previous/domains/creative/index.yaml +0 -412
  228. package/compliance/cache/3.0.0.previous/domains/governance/index.yaml +0 -683
  229. package/compliance/cache/3.0.0.previous/domains/media-buy/creative-reception.yaml +0 -247
  230. package/compliance/cache/3.0.0.previous/domains/media-buy/index.yaml +0 -742
  231. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -414
  232. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/delivery_reporting.yaml +0 -180
  233. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/governance_approved.yaml +0 -186
  234. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/governance_conditions.yaml +0 -195
  235. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/governance_denied.yaml +0 -189
  236. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/governance_denied_recovery.yaml +0 -243
  237. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/invalid_transitions.yaml +0 -279
  238. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/inventory_list_no_match.yaml +0 -143
  239. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/inventory_list_targeting.yaml +0 -266
  240. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/measurement_terms_rejected.yaml +0 -194
  241. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/pending_creatives_to_start.yaml +0 -250
  242. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/proposal_finalize.yaml +0 -242
  243. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/refine_products.yaml +0 -148
  244. package/compliance/cache/3.0.0.previous/domains/media-buy/state-machine.yaml +0 -437
  245. package/compliance/cache/3.0.0.previous/domains/signals/index.yaml +0 -266
  246. package/compliance/cache/3.0.0.previous/domains/sponsored-intelligence/index.yaml +0 -256
  247. package/compliance/cache/3.0.0.previous/index.json +0 -324
  248. package/compliance/cache/3.0.0.previous/protocols/brand/index.yaml +0 -167
  249. package/compliance/cache/3.0.0.previous/protocols/creative/index.yaml +0 -412
  250. package/compliance/cache/3.0.0.previous/protocols/governance/index.yaml +0 -683
  251. package/compliance/cache/3.0.0.previous/protocols/media-buy/creative-reception.yaml +0 -247
  252. package/compliance/cache/3.0.0.previous/protocols/media-buy/index.yaml +0 -742
  253. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -414
  254. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/delivery_reporting.yaml +0 -180
  255. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/governance_approved.yaml +0 -186
  256. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/governance_conditions.yaml +0 -195
  257. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/governance_denied.yaml +0 -189
  258. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/governance_denied_recovery.yaml +0 -243
  259. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/invalid_transitions.yaml +0 -279
  260. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/inventory_list_no_match.yaml +0 -143
  261. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/inventory_list_targeting.yaml +0 -266
  262. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/measurement_terms_rejected.yaml +0 -194
  263. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/pending_creatives_to_start.yaml +0 -250
  264. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/proposal_finalize.yaml +0 -242
  265. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/refine_products.yaml +0 -148
  266. package/compliance/cache/3.0.0.previous/protocols/media-buy/state-machine.yaml +0 -437
  267. package/compliance/cache/3.0.0.previous/protocols/signals/index.yaml +0 -266
  268. package/compliance/cache/3.0.0.previous/protocols/sponsored-intelligence/index.yaml +0 -256
  269. package/compliance/cache/3.0.0.previous/specialisms/audience-sync/index.yaml +0 -280
  270. package/compliance/cache/3.0.0.previous/specialisms/brand-rights/index.yaml +0 -346
  271. package/compliance/cache/3.0.0.previous/specialisms/brand-rights/scenarios/governance_denied.yaml +0 -203
  272. package/compliance/cache/3.0.0.previous/specialisms/collection-lists/index.yaml +0 -359
  273. package/compliance/cache/3.0.0.previous/specialisms/content-standards/index.yaml +0 -572
  274. package/compliance/cache/3.0.0.previous/specialisms/creative-ad-server/index.yaml +0 -383
  275. package/compliance/cache/3.0.0.previous/specialisms/creative-generative/generative-seller.yaml +0 -733
  276. package/compliance/cache/3.0.0.previous/specialisms/creative-generative/index.yaml +0 -746
  277. package/compliance/cache/3.0.0.previous/specialisms/creative-template/index.yaml +0 -413
  278. package/compliance/cache/3.0.0.previous/specialisms/governance-aware-seller/index.yaml +0 -99
  279. package/compliance/cache/3.0.0.previous/specialisms/governance-delivery-monitor/index.yaml +0 -419
  280. package/compliance/cache/3.0.0.previous/specialisms/governance-spend-authority/denied.yaml +0 -221
  281. package/compliance/cache/3.0.0.previous/specialisms/governance-spend-authority/index.yaml +0 -330
  282. package/compliance/cache/3.0.0.previous/specialisms/property-lists/index.yaml +0 -482
  283. package/compliance/cache/3.0.0.previous/specialisms/sales-broadcast-tv/index.yaml +0 -664
  284. package/compliance/cache/3.0.0.previous/specialisms/sales-catalog-driven/index.yaml +0 -779
  285. package/compliance/cache/3.0.0.previous/specialisms/sales-guaranteed/index.yaml +0 -479
  286. package/compliance/cache/3.0.0.previous/specialisms/sales-non-guaranteed/index.yaml +0 -428
  287. package/compliance/cache/3.0.0.previous/specialisms/sales-proposal-mode/index.yaml +0 -520
  288. package/compliance/cache/3.0.0.previous/specialisms/sales-social/index.yaml +0 -521
  289. package/compliance/cache/3.0.0.previous/specialisms/signal-marketplace/index.yaml +0 -415
  290. package/compliance/cache/3.0.0.previous/specialisms/signal-marketplace/scenarios/governance_denied.yaml +0 -195
  291. package/compliance/cache/3.0.0.previous/specialisms/signal-owned/index.yaml +0 -316
  292. package/compliance/cache/3.0.0.previous/specialisms/signed-requests/index.yaml +0 -192
  293. package/compliance/cache/3.0.0.previous/test-kits/acme-outdoor.yaml +0 -210
  294. package/compliance/cache/3.0.0.previous/test-kits/bistro-oranje.yaml +0 -126
  295. package/compliance/cache/3.0.0.previous/test-kits/nova-motors.yaml +0 -262
  296. package/compliance/cache/3.0.0.previous/test-kits/osei-natural.yaml +0 -126
  297. package/compliance/cache/3.0.0.previous/test-kits/signed-requests-runner.yaml +0 -153
  298. package/compliance/cache/3.0.0.previous/test-kits/substitution-observer-runner.yaml +0 -690
  299. package/compliance/cache/3.0.0.previous/test-kits/summit-foods.yaml +0 -125
  300. package/compliance/cache/3.0.0.previous/test-kits/webhook-receiver-runner.yaml +0 -265
  301. package/compliance/cache/3.0.0.previous/test-vectors/plan-hash/001-minimal-plan.json +0 -43
  302. package/compliance/cache/3.0.0.previous/test-vectors/plan-hash/002-full-plan.json +0 -217
  303. package/compliance/cache/3.0.0.previous/test-vectors/plan-hash/003-bookkeeping-stripped.json +0 -60
  304. package/compliance/cache/3.0.0.previous/test-vectors/plan-hash/004a-human-review-omitted.json +0 -43
  305. package/compliance/cache/3.0.0.previous/test-vectors/plan-hash/004b-human-review-explicit-null.json +0 -49
  306. package/compliance/cache/3.0.0.previous/test-vectors/plan-hash/005a-policy-categories-order-1.json +0 -53
  307. package/compliance/cache/3.0.0.previous/test-vectors/plan-hash/005b-policy-categories-order-2.json +0 -57
  308. package/compliance/cache/3.0.0.previous/test-vectors/plan-hash/006a-ext-trace-v1.json +0 -49
  309. package/compliance/cache/3.0.0.previous/test-vectors/plan-hash/006b-ext-trace-v2.json +0 -53
  310. package/compliance/cache/3.0.0.previous/test-vectors/plan-hash/007-unicode-objectives.json +0 -43
  311. package/compliance/cache/3.0.0.previous/test-vectors/plan-hash/008-numeric-canonicalization.json +0 -65
  312. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/README.md +0 -219
  313. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/canonicalization.json +0 -241
  314. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/keys.json +0 -60
  315. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/001-no-signature-header.json +0 -24
  316. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/002-wrong-tag.json +0 -26
  317. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/003-expired-signature.json +0 -26
  318. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/004-window-too-long.json +0 -26
  319. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/005-alg-not-allowed.json +0 -26
  320. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/006-missing-covered-component.json +0 -26
  321. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/007-missing-content-digest.json +0 -26
  322. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/008-unknown-keyid.json +0 -26
  323. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/009-key-ops-missing-verify.json +0 -27
  324. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/010-content-digest-mismatch.json +0 -33
  325. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/011-malformed-header.json +0 -27
  326. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/012-missing-expires-param.json +0 -26
  327. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/013-expires-le-created.json +0 -27
  328. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/014-missing-nonce-param.json +0 -27
  329. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/015-signature-invalid.json +0 -28
  330. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/016-replayed-nonce.json +0 -35
  331. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/017-key-revoked.json +0 -38
  332. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/018-digest-covered-when-forbidden.json +0 -28
  333. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/019-signature-without-signature-input.json +0 -26
  334. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/020-rate-abuse.json +0 -34
  335. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/021-duplicate-signature-input-label.json +0 -31
  336. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/022-multi-valued-content-type.json +0 -31
  337. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/023-multi-valued-content-digest.json +0 -32
  338. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/024-unquoted-string-param.json +0 -31
  339. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/025-jwk-alg-crv-mismatch.json +0 -43
  340. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/026-non-ascii-host.json +0 -31
  341. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/027-webhook-registration-authentication-unsigned.json +0 -25
  342. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/positive/001-basic-post.json +0 -30
  343. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/positive/002-post-with-content-digest.json +0 -31
  344. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/positive/003-es256-post.json +0 -30
  345. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/positive/004-multiple-signature-labels.json +0 -26
  346. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/positive/005-default-port-stripped.json +0 -30
  347. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/positive/006-dot-segment-path.json +0 -30
  348. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/positive/007-query-byte-preserved.json +0 -30
  349. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/positive/008-percent-encoded-path.json +0 -30
  350. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/positive/009-percent-encoded-unreserved-decoded.json +0 -30
  351. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/positive/010-percent-encoded-slash-preserved.json +0 -30
  352. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/positive/011-ipv6-authority.json +0 -30
  353. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/positive/012-ipv6-authority-default-port-stripped.json +0 -30
  354. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/README.md +0 -211
  355. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/keys.json +0 -61
  356. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/001-wrong-tag.json +0 -26
  357. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/002-expired-signature.json +0 -26
  358. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/003-window-too-long.json +0 -26
  359. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/004-alg-not-allowed.json +0 -26
  360. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/005-missing-authority-component.json +0 -26
  361. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/006-missing-content-digest.json +0 -25
  362. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/007-unknown-keyid.json +0 -26
  363. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/008-wrong-adcp-use.json +0 -26
  364. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/009-content-digest-mismatch.json +0 -26
  365. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/010-malformed-signature-input.json +0 -26
  366. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/011-signature-without-input.json +0 -25
  367. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/012-missing-expires-param.json +0 -26
  368. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/013-expires-le-created.json +0 -26
  369. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/014-missing-nonce-param.json +0 -26
  370. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/015-signature-invalid.json +0 -26
  371. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/016-replayed-nonce.json +0 -37
  372. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/017-key-revoked.json +0 -32
  373. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/018-rate-abuse.json +0 -33
  374. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/019-revocation-stale.json +0 -32
  375. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/020-key-ops-missing-verify.json +0 -41
  376. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/021-base64-alphabet-mixing.json +0 -26
  377. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/positive/001-basic-post.json +0 -24
  378. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/positive/002-es256-post.json +0 -24
  379. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/positive/003-multiple-signature-labels.json +0 -24
  380. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/positive/004-default-port-stripped.json +0 -24
  381. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/positive/005-percent-encoded-path.json +0 -24
  382. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/positive/006-query-byte-preserved.json +0 -24
  383. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/positive/007-body-without-idempotency-key.json +0 -25
  384. package/compliance/cache/3.0.0.previous/universal/capability-discovery.yaml +0 -125
  385. package/compliance/cache/3.0.0.previous/universal/deterministic-testing.yaml +0 -1318
  386. package/compliance/cache/3.0.0.previous/universal/error-compliance.yaml +0 -468
  387. package/compliance/cache/3.0.0.previous/universal/fictional-entities.yaml +0 -307
  388. package/compliance/cache/3.0.0.previous/universal/idempotency.yaml +0 -577
  389. package/compliance/cache/3.0.0.previous/universal/runner-output-contract.yaml +0 -335
  390. package/compliance/cache/3.0.0.previous/universal/schema-validation.yaml +0 -514
  391. package/compliance/cache/3.0.0.previous/universal/security.yaml +0 -428
  392. package/compliance/cache/3.0.0.previous/universal/storyboard-schema.yaml +0 -1010
  393. package/compliance/cache/3.0.0.previous/universal/webhook-emission.yaml +0 -337
  394. package/compliance/cache/3.0.1.previous/domains/brand/index.yaml +0 -163
  395. package/compliance/cache/3.0.1.previous/domains/creative/index.yaml +0 -412
  396. package/compliance/cache/3.0.1.previous/domains/governance/index.yaml +0 -683
  397. package/compliance/cache/3.0.1.previous/domains/media-buy/creative-reception.yaml +0 -247
  398. package/compliance/cache/3.0.1.previous/domains/media-buy/index.yaml +0 -769
  399. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/create_media_buy_async.yaml +0 -232
  400. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -414
  401. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/delivery_reporting.yaml +0 -205
  402. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/governance_approved.yaml +0 -211
  403. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/governance_conditions.yaml +0 -196
  404. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/governance_denied.yaml +0 -192
  405. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/governance_denied_recovery.yaml +0 -244
  406. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/invalid_transitions.yaml +0 -284
  407. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/inventory_list_no_match.yaml +0 -143
  408. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/inventory_list_targeting.yaml +0 -266
  409. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/measurement_terms_rejected.yaml +0 -195
  410. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/pending_creatives_to_start.yaml +0 -250
  411. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/proposal_finalize.yaml +0 -243
  412. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/refine_products.yaml +0 -148
  413. package/compliance/cache/3.0.1.previous/domains/media-buy/state-machine.yaml +0 -442
  414. package/compliance/cache/3.0.1.previous/domains/signals/index.yaml +0 -266
  415. package/compliance/cache/3.0.1.previous/domains/sponsored-intelligence/index.yaml +0 -256
  416. package/compliance/cache/3.0.1.previous/index.json +0 -324
  417. package/compliance/cache/3.0.1.previous/protocols/brand/index.yaml +0 -163
  418. package/compliance/cache/3.0.1.previous/protocols/creative/index.yaml +0 -412
  419. package/compliance/cache/3.0.1.previous/protocols/governance/index.yaml +0 -683
  420. package/compliance/cache/3.0.1.previous/protocols/media-buy/creative-reception.yaml +0 -247
  421. package/compliance/cache/3.0.1.previous/protocols/media-buy/index.yaml +0 -769
  422. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/create_media_buy_async.yaml +0 -232
  423. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -414
  424. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/delivery_reporting.yaml +0 -205
  425. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/governance_approved.yaml +0 -211
  426. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/governance_conditions.yaml +0 -196
  427. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/governance_denied.yaml +0 -192
  428. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/governance_denied_recovery.yaml +0 -244
  429. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/invalid_transitions.yaml +0 -284
  430. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/inventory_list_no_match.yaml +0 -143
  431. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/inventory_list_targeting.yaml +0 -266
  432. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/measurement_terms_rejected.yaml +0 -195
  433. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/pending_creatives_to_start.yaml +0 -250
  434. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/proposal_finalize.yaml +0 -243
  435. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/refine_products.yaml +0 -148
  436. package/compliance/cache/3.0.1.previous/protocols/media-buy/state-machine.yaml +0 -442
  437. package/compliance/cache/3.0.1.previous/protocols/signals/index.yaml +0 -266
  438. package/compliance/cache/3.0.1.previous/protocols/sponsored-intelligence/index.yaml +0 -256
  439. package/compliance/cache/3.0.1.previous/specialisms/audience-sync/index.yaml +0 -280
  440. package/compliance/cache/3.0.1.previous/specialisms/brand-rights/index.yaml +0 -350
  441. package/compliance/cache/3.0.1.previous/specialisms/brand-rights/scenarios/governance_denied.yaml +0 -204
  442. package/compliance/cache/3.0.1.previous/specialisms/collection-lists/index.yaml +0 -359
  443. package/compliance/cache/3.0.1.previous/specialisms/content-standards/index.yaml +0 -572
  444. package/compliance/cache/3.0.1.previous/specialisms/creative-ad-server/index.yaml +0 -383
  445. package/compliance/cache/3.0.1.previous/specialisms/creative-generative/generative-seller.yaml +0 -758
  446. package/compliance/cache/3.0.1.previous/specialisms/creative-generative/index.yaml +0 -746
  447. package/compliance/cache/3.0.1.previous/specialisms/creative-template/index.yaml +0 -413
  448. package/compliance/cache/3.0.1.previous/specialisms/governance-aware-seller/index.yaml +0 -136
  449. package/compliance/cache/3.0.1.previous/specialisms/governance-delivery-monitor/index.yaml +0 -441
  450. package/compliance/cache/3.0.1.previous/specialisms/governance-spend-authority/denied.yaml +0 -221
  451. package/compliance/cache/3.0.1.previous/specialisms/governance-spend-authority/index.yaml +0 -330
  452. package/compliance/cache/3.0.1.previous/specialisms/property-lists/index.yaml +0 -482
  453. package/compliance/cache/3.0.1.previous/specialisms/sales-broadcast-tv/index.yaml +0 -689
  454. package/compliance/cache/3.0.1.previous/specialisms/sales-catalog-driven/index.yaml +0 -779
  455. package/compliance/cache/3.0.1.previous/specialisms/sales-guaranteed/index.yaml +0 -504
  456. package/compliance/cache/3.0.1.previous/specialisms/sales-non-guaranteed/index.yaml +0 -428
  457. package/compliance/cache/3.0.1.previous/specialisms/sales-proposal-mode/index.yaml +0 -520
  458. package/compliance/cache/3.0.1.previous/specialisms/sales-social/index.yaml +0 -577
  459. package/compliance/cache/3.0.1.previous/specialisms/signal-marketplace/index.yaml +0 -415
  460. package/compliance/cache/3.0.1.previous/specialisms/signal-marketplace/scenarios/governance_denied.yaml +0 -207
  461. package/compliance/cache/3.0.1.previous/specialisms/signal-owned/index.yaml +0 -316
  462. package/compliance/cache/3.0.1.previous/test-kits/acme-outdoor.yaml +0 -210
  463. package/compliance/cache/3.0.1.previous/test-kits/bistro-oranje.yaml +0 -126
  464. package/compliance/cache/3.0.1.previous/test-kits/nova-motors.yaml +0 -262
  465. package/compliance/cache/3.0.1.previous/test-kits/osei-natural.yaml +0 -126
  466. package/compliance/cache/3.0.1.previous/test-kits/signed-requests-runner.yaml +0 -155
  467. package/compliance/cache/3.0.1.previous/test-kits/substitution-observer-runner.yaml +0 -690
  468. package/compliance/cache/3.0.1.previous/test-kits/summit-foods.yaml +0 -125
  469. package/compliance/cache/3.0.1.previous/test-kits/webhook-receiver-runner.yaml +0 -265
  470. package/compliance/cache/3.0.1.previous/test-vectors/plan-hash/001-minimal-plan.json +0 -43
  471. package/compliance/cache/3.0.1.previous/test-vectors/plan-hash/002-full-plan.json +0 -217
  472. package/compliance/cache/3.0.1.previous/test-vectors/plan-hash/003-bookkeeping-stripped.json +0 -60
  473. package/compliance/cache/3.0.1.previous/test-vectors/plan-hash/004a-human-review-omitted.json +0 -43
  474. package/compliance/cache/3.0.1.previous/test-vectors/plan-hash/004b-human-review-explicit-null.json +0 -49
  475. package/compliance/cache/3.0.1.previous/test-vectors/plan-hash/005a-policy-categories-order-1.json +0 -53
  476. package/compliance/cache/3.0.1.previous/test-vectors/plan-hash/005b-policy-categories-order-2.json +0 -57
  477. package/compliance/cache/3.0.1.previous/test-vectors/plan-hash/006a-ext-trace-v1.json +0 -49
  478. package/compliance/cache/3.0.1.previous/test-vectors/plan-hash/006b-ext-trace-v2.json +0 -53
  479. package/compliance/cache/3.0.1.previous/test-vectors/plan-hash/007-unicode-objectives.json +0 -43
  480. package/compliance/cache/3.0.1.previous/test-vectors/plan-hash/008-numeric-canonicalization.json +0 -65
  481. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/README.md +0 -219
  482. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/canonicalization.json +0 -241
  483. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/keys.json +0 -60
  484. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/001-no-signature-header.json +0 -24
  485. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/002-wrong-tag.json +0 -26
  486. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/003-expired-signature.json +0 -26
  487. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/004-window-too-long.json +0 -26
  488. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/005-alg-not-allowed.json +0 -26
  489. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/006-missing-covered-component.json +0 -26
  490. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/007-missing-content-digest.json +0 -26
  491. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/008-unknown-keyid.json +0 -26
  492. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/009-key-ops-missing-verify.json +0 -27
  493. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/010-content-digest-mismatch.json +0 -33
  494. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/011-malformed-header.json +0 -27
  495. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/012-missing-expires-param.json +0 -26
  496. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/013-expires-le-created.json +0 -27
  497. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/014-missing-nonce-param.json +0 -27
  498. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/015-signature-invalid.json +0 -28
  499. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/016-replayed-nonce.json +0 -35
  500. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/017-key-revoked.json +0 -38
  501. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/018-digest-covered-when-forbidden.json +0 -28
  502. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/019-signature-without-signature-input.json +0 -26
  503. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/020-rate-abuse.json +0 -34
  504. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/021-duplicate-signature-input-label.json +0 -31
  505. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/022-multi-valued-content-type.json +0 -31
  506. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/023-multi-valued-content-digest.json +0 -32
  507. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/024-unquoted-string-param.json +0 -31
  508. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/025-jwk-alg-crv-mismatch.json +0 -43
  509. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/026-non-ascii-host.json +0 -31
  510. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/027-webhook-registration-authentication-unsigned.json +0 -25
  511. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/positive/001-basic-post.json +0 -30
  512. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/positive/002-post-with-content-digest.json +0 -31
  513. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/positive/003-es256-post.json +0 -30
  514. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/positive/004-multiple-signature-labels.json +0 -26
  515. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/positive/005-default-port-stripped.json +0 -30
  516. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/positive/006-dot-segment-path.json +0 -30
  517. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/positive/007-query-byte-preserved.json +0 -30
  518. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/positive/008-percent-encoded-path.json +0 -30
  519. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/positive/009-percent-encoded-unreserved-decoded.json +0 -30
  520. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/positive/010-percent-encoded-slash-preserved.json +0 -30
  521. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/positive/011-ipv6-authority.json +0 -30
  522. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/positive/012-ipv6-authority-default-port-stripped.json +0 -30
  523. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/README.md +0 -211
  524. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/keys.json +0 -61
  525. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/001-wrong-tag.json +0 -26
  526. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/002-expired-signature.json +0 -26
  527. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/003-window-too-long.json +0 -26
  528. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/004-alg-not-allowed.json +0 -26
  529. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/005-missing-authority-component.json +0 -26
  530. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/006-missing-content-digest.json +0 -25
  531. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/007-unknown-keyid.json +0 -26
  532. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/008-wrong-adcp-use.json +0 -26
  533. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/009-content-digest-mismatch.json +0 -26
  534. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/010-malformed-signature-input.json +0 -26
  535. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/011-signature-without-input.json +0 -25
  536. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/012-missing-expires-param.json +0 -26
  537. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/013-expires-le-created.json +0 -26
  538. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/014-missing-nonce-param.json +0 -26
  539. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/015-signature-invalid.json +0 -26
  540. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/016-replayed-nonce.json +0 -37
  541. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/017-key-revoked.json +0 -32
  542. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/018-rate-abuse.json +0 -33
  543. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/019-revocation-stale.json +0 -32
  544. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/020-key-ops-missing-verify.json +0 -41
  545. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/021-base64-alphabet-mixing.json +0 -26
  546. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/positive/001-basic-post.json +0 -24
  547. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/positive/002-es256-post.json +0 -24
  548. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/positive/003-multiple-signature-labels.json +0 -24
  549. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/positive/004-default-port-stripped.json +0 -24
  550. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/positive/005-percent-encoded-path.json +0 -24
  551. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/positive/006-query-byte-preserved.json +0 -24
  552. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/positive/007-body-without-idempotency-key.json +0 -25
  553. package/compliance/cache/3.0.1.previous/universal/capability-discovery.yaml +0 -125
  554. package/compliance/cache/3.0.1.previous/universal/collection-lists-pagination-integrity.yaml +0 -306
  555. package/compliance/cache/3.0.1.previous/universal/content-standards-pagination-integrity.yaml +0 -326
  556. package/compliance/cache/3.0.1.previous/universal/deterministic-testing.yaml +0 -1343
  557. package/compliance/cache/3.0.1.previous/universal/error-compliance.yaml +0 -474
  558. package/compliance/cache/3.0.1.previous/universal/fictional-entities.yaml +0 -307
  559. package/compliance/cache/3.0.1.previous/universal/get-media-buys-pagination-integrity.yaml +0 -160
  560. package/compliance/cache/3.0.1.previous/universal/get-signals-pagination-integrity.yaml +0 -211
  561. package/compliance/cache/3.0.1.previous/universal/idempotency.yaml +0 -593
  562. package/compliance/cache/3.0.1.previous/universal/pagination-integrity-creative-formats.yaml +0 -258
  563. package/compliance/cache/3.0.1.previous/universal/pagination-integrity-list-accounts.yaml +0 -262
  564. package/compliance/cache/3.0.1.previous/universal/pagination-integrity.yaml +0 -263
  565. package/compliance/cache/3.0.1.previous/universal/property-lists-pagination-integrity.yaml +0 -307
  566. package/compliance/cache/3.0.1.previous/universal/runner-output-contract.yaml +0 -339
  567. package/compliance/cache/3.0.1.previous/universal/schema-validation.yaml +0 -526
  568. package/compliance/cache/3.0.1.previous/universal/security.yaml +0 -431
  569. package/compliance/cache/3.0.1.previous/universal/signed-requests.yaml +0 -205
  570. package/compliance/cache/3.0.1.previous/universal/storyboard-schema.yaml +0 -1056
  571. package/compliance/cache/3.0.1.previous/universal/v3-envelope-integrity.yaml +0 -104
  572. package/compliance/cache/3.0.1.previous/universal/webhook-emission.yaml +0 -337
  573. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/a2ui/bound-value.json +0 -0
  574. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/a2ui/component.json +0 -0
  575. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/a2ui/si-catalog.json +0 -0
  576. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/a2ui/surface.json +0 -0
  577. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/a2ui/user-action.json +0 -0
  578. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/account/get-account-financials-request.json +0 -0
  579. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/account/get-account-financials-response.json +0 -0
  580. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/account/list-accounts-request.json +0 -0
  581. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/account/list-accounts-response.json +0 -0
  582. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/account/report-usage-request.json +0 -0
  583. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/account/report-usage-response.json +0 -0
  584. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/account/sync-accounts-request.json +0 -0
  585. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/account/sync-accounts-response.json +0 -0
  586. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/account/sync-governance-request.json +0 -0
  587. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/account/sync-governance-response.json +0 -0
  588. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/adagents.json +0 -0
  589. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/acquire-rights-request.json +0 -0
  590. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/acquire-rights-response.json +0 -0
  591. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/creative-approval-request.json +0 -0
  592. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/creative-approval-response.json +0 -0
  593. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/get-brand-identity-request.json +0 -0
  594. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/get-brand-identity-response.json +0 -0
  595. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/get-rights-request.json +0 -0
  596. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/get-rights-response.json +0 -0
  597. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/revocation-notification.json +0 -0
  598. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/rights-pricing-option.json +0 -0
  599. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/rights-terms.json +0 -0
  600. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/update-rights-request.json +0 -0
  601. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/update-rights-response.json +0 -0
  602. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand.json +0 -0
  603. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/calibrate-content-request.json +0 -0
  604. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/calibrate-content-response.json +0 -0
  605. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/create-content-standards-request.json +0 -0
  606. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/create-content-standards-response.json +0 -0
  607. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/get-content-standards-request.json +0 -0
  608. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/get-content-standards-response.json +0 -0
  609. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/get-media-buy-artifacts-request.json +0 -0
  610. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/get-media-buy-artifacts-response.json +0 -0
  611. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/list-content-standards-request.json +0 -0
  612. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/list-content-standards-response.json +0 -0
  613. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/update-content-standards-request.json +0 -0
  614. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/update-content-standards-response.json +0 -0
  615. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/validate-content-delivery-request.json +0 -0
  616. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/validate-content-delivery-response.json +0 -0
  617. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/core/tasks-get-request.json +0 -0
  618. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/core/tasks-get-response.json +0 -0
  619. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/core/tasks-list-request.json +0 -0
  620. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/core/tasks-list-response.json +0 -0
  621. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/creative/get-creative-delivery-request.json +0 -0
  622. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/creative/get-creative-delivery-response.json +0 -0
  623. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/creative/get-creative-features-request.json +0 -0
  624. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/creative/get-creative-features-response.json +0 -0
  625. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/creative/list-creative-formats-request.json +0 -0
  626. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/creative/list-creative-formats-response.json +0 -0
  627. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/creative/list-creatives-request.json +0 -0
  628. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/creative/list-creatives-response.json +0 -0
  629. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/creative/preview-creative-request.json +0 -0
  630. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/creative/preview-creative-response.json +0 -0
  631. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/creative/sync-creatives-request.json +0 -0
  632. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/creative/sync-creatives-response.json +0 -0
  633. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/build-creative-request.json +0 -0
  634. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/build-creative-response.json +0 -0
  635. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/create-media-buy-request.json +0 -0
  636. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/create-media-buy-response.json +0 -0
  637. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/get-media-buy-delivery-request.json +0 -0
  638. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/get-media-buy-delivery-response.json +0 -0
  639. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/get-media-buys-request.json +0 -0
  640. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/get-media-buys-response.json +0 -0
  641. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/get-products-request.json +0 -0
  642. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/get-products-response.json +0 -0
  643. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/list-creative-formats-request.json +0 -0
  644. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/list-creative-formats-response.json +0 -0
  645. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/log-event-request.json +0 -0
  646. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/log-event-response.json +0 -0
  647. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/package-request.json +0 -0
  648. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/provide-performance-feedback-request.json +0 -0
  649. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/provide-performance-feedback-response.json +0 -0
  650. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/sync-audiences-request.json +0 -0
  651. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/sync-audiences-response.json +0 -0
  652. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/sync-catalogs-request.json +0 -0
  653. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/sync-catalogs-response.json +0 -0
  654. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/sync-event-sources-request.json +0 -0
  655. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/sync-event-sources-response.json +0 -0
  656. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/update-media-buy-request.json +0 -0
  657. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/update-media-buy-response.json +0 -0
  658. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/property/create-property-list-request.json +0 -0
  659. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/property/create-property-list-response.json +0 -0
  660. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/property/delete-property-list-request.json +0 -0
  661. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/property/delete-property-list-response.json +0 -0
  662. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/property/get-property-list-request.json +0 -0
  663. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/property/get-property-list-response.json +0 -0
  664. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/property/list-property-lists-request.json +0 -0
  665. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/property/list-property-lists-response.json +0 -0
  666. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/property/update-property-list-request.json +0 -0
  667. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/property/update-property-list-response.json +0 -0
  668. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/property/validate-property-delivery-request.json +0 -0
  669. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/property/validate-property-delivery-response.json +0 -0
  670. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/protocol/get-adcp-capabilities-request.json +0 -0
  671. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/protocol/get-adcp-capabilities-response.json +0 -0
  672. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/signals/activate-signal-request.json +0 -0
  673. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/signals/activate-signal-response.json +0 -0
  674. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/signals/get-signals-request.json +0 -0
  675. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/signals/get-signals-response.json +0 -0
  676. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/sponsored-intelligence/si-get-offering-request.json +0 -0
  677. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/sponsored-intelligence/si-get-offering-response.json +0 -0
  678. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/sponsored-intelligence/si-initiate-session-request.json +0 -0
  679. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/sponsored-intelligence/si-initiate-session-response.json +0 -0
  680. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/sponsored-intelligence/si-send-message-request.json +0 -0
  681. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/sponsored-intelligence/si-send-message-response.json +0 -0
  682. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/sponsored-intelligence/si-terminate-session-request.json +0 -0
  683. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/sponsored-intelligence/si-terminate-session-response.json +0 -0
  684. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/base-collection-source.json +0 -0
  685. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/collection-list-changed-webhook.json +0 -0
  686. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/collection-list-filters.json +0 -0
  687. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/collection-list.json +0 -0
  688. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/create-collection-list-request.json +0 -0
  689. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/create-collection-list-response.json +0 -0
  690. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/delete-collection-list-request.json +0 -0
  691. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/delete-collection-list-response.json +0 -0
  692. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/get-collection-list-request.json +0 -0
  693. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/get-collection-list-response.json +0 -0
  694. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/list-collection-lists-request.json +0 -0
  695. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/list-collection-lists-response.json +0 -0
  696. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/update-collection-list-request.json +0 -0
  697. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/update-collection-list-response.json +0 -0
  698. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/artifact-webhook-payload.json +0 -0
  699. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/artifact.json +0 -0
  700. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/calibrate-content-request.json +0 -0
  701. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/calibrate-content-response.json +0 -0
  702. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/content-standards.json +0 -0
  703. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/create-content-standards-request.json +0 -0
  704. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/create-content-standards-response.json +0 -0
  705. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/get-content-standards-request.json +0 -0
  706. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/get-content-standards-response.json +0 -0
  707. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/get-media-buy-artifacts-request.json +0 -0
  708. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/get-media-buy-artifacts-response.json +0 -0
  709. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/list-content-standards-request.json +0 -0
  710. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/list-content-standards-response.json +0 -0
  711. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/update-content-standards-request.json +0 -0
  712. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/update-content-standards-response.json +0 -0
  713. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/validate-content-delivery-request.json +0 -0
  714. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/validate-content-delivery-response.json +0 -0
  715. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/account-ref.json +0 -0
  716. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/account.json +0 -0
  717. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/activation-key.json +0 -0
  718. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/ad-inventory-config.json +0 -0
  719. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/agent-encryption-key.json +0 -0
  720. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/agent-signing-key.json +0 -0
  721. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/app-item.json +0 -0
  722. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/audio-asset.json +0 -0
  723. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/brief-asset.json +0 -0
  724. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/catalog-asset.json +0 -0
  725. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/css-asset.json +0 -0
  726. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/daast-asset.json +0 -0
  727. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/html-asset.json +0 -0
  728. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/image-asset.json +0 -0
  729. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/javascript-asset.json +0 -0
  730. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/markdown-asset.json +0 -0
  731. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/text-asset.json +0 -0
  732. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/url-asset.json +0 -0
  733. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/vast-asset.json +0 -0
  734. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/video-asset.json +0 -0
  735. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/webhook-asset.json +0 -0
  736. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/async-response-data.json +0 -0
  737. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/attribution-window.json +0 -0
  738. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/audience-member.json +0 -0
  739. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/audience-selector.json +0 -0
  740. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/brand-id.json +0 -0
  741. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/brand-ref.json +0 -0
  742. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/business-entity.json +0 -0
  743. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/cancellation-policy.json +0 -0
  744. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/catalog-field-mapping.json +0 -0
  745. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/catalog.json +0 -0
  746. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/catchment.json +0 -0
  747. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/collection-distribution.json +0 -0
  748. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/collection-list-ref.json +0 -0
  749. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/collection-selector.json +0 -0
  750. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/collection.json +0 -0
  751. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/content-rating.json +0 -0
  752. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/context.json +0 -0
  753. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/creative-asset.json +0 -0
  754. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/creative-assignment.json +0 -0
  755. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/creative-brief.json +0 -0
  756. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/creative-consumption.json +0 -0
  757. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/creative-filters.json +0 -0
  758. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/creative-item.json +0 -0
  759. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/creative-manifest.json +0 -0
  760. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/creative-policy.json +0 -0
  761. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/creative-variable.json +0 -0
  762. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/creative-variant.json +0 -0
  763. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/data-provider-signal-selector.json +0 -0
  764. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/date-range.json +0 -0
  765. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/datetime-range.json +0 -0
  766. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/daypart-target.json +0 -0
  767. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/deadline-policy.json +0 -0
  768. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/delivery-forecast.json +0 -0
  769. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/delivery-metrics.json +0 -0
  770. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/deployment.json +0 -0
  771. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/destination-item.json +0 -0
  772. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/destination.json +0 -0
  773. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/diagnostic-issue.json +0 -0
  774. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/duration.json +0 -0
  775. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/education-item.json +0 -0
  776. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/error.json +0 -0
  777. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/event-custom-data.json +0 -0
  778. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/event-source-health.json +0 -0
  779. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/event.json +0 -0
  780. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/ext.json +0 -0
  781. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/feature-requirement.json +0 -0
  782. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/flight-item.json +0 -0
  783. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/forecast-point.json +0 -0
  784. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/forecast-range.json +0 -0
  785. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/format-id.json +0 -0
  786. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/format.json +0 -0
  787. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/frequency-cap.json +0 -0
  788. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/generation-credential.json +0 -0
  789. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/geo-breakdown-support.json +0 -0
  790. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/hotel-item.json +0 -0
  791. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/identifier.json +0 -0
  792. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/industry-identifier.json +0 -0
  793. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/insertion-order.json +0 -0
  794. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/installment-deadlines.json +0 -0
  795. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/installment.json +0 -0
  796. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/job-item.json +0 -0
  797. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/limited-series.json +0 -0
  798. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/material-deadline.json +0 -0
  799. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/mcp-webhook-payload.json +0 -0
  800. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/measurement-readiness.json +0 -0
  801. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/measurement-terms.json +0 -0
  802. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/measurement-window.json +0 -0
  803. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/media-buy-features.json +0 -0
  804. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/media-buy.json +0 -0
  805. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/offering-asset-group.json +0 -0
  806. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/offering.json +0 -0
  807. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/optimization-goal.json +0 -0
  808. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/outcome-measurement.json +0 -0
  809. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/overlay.json +0 -0
  810. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/package.json +0 -0
  811. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/pagination-request.json +0 -0
  812. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/pagination-response.json +0 -0
  813. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/performance-feedback.json +0 -0
  814. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/performance-standard.json +0 -0
  815. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/placement-definition.json +0 -0
  816. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/placement.json +0 -0
  817. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/planned-delivery.json +0 -0
  818. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/price.json +0 -0
  819. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/pricing-option.json +0 -0
  820. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/product-allocation.json +0 -0
  821. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/product-filters.json +0 -0
  822. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/product.json +0 -0
  823. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/property-id.json +0 -0
  824. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/property-list-ref.json +0 -0
  825. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/property-tag.json +0 -0
  826. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/property.json +0 -0
  827. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/proposal.json +0 -0
  828. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/protocol-envelope.json +0 -0
  829. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/provenance.json +0 -0
  830. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/publisher-property-selector.json +0 -0
  831. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/push-notification-config.json +0 -0
  832. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/real-estate-item.json +0 -0
  833. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/reference-asset.json +0 -0
  834. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/reporting-capabilities.json +0 -0
  835. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/reporting-webhook.json +0 -0
  836. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/asset-requirements.json +0 -0
  837. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/audio-asset-requirements.json +0 -0
  838. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/catalog-field-binding.json +0 -0
  839. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/catalog-requirements.json +0 -0
  840. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/css-asset-requirements.json +0 -0
  841. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/daast-asset-requirements.json +0 -0
  842. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/html-asset-requirements.json +0 -0
  843. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/image-asset-requirements.json +0 -0
  844. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/javascript-asset-requirements.json +0 -0
  845. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/markdown-asset-requirements.json +0 -0
  846. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/offering-asset-constraint.json +0 -0
  847. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/text-asset-requirements.json +0 -0
  848. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/url-asset-requirements.json +0 -0
  849. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/vast-asset-requirements.json +0 -0
  850. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/video-asset-requirements.json +0 -0
  851. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/webhook-asset-requirements.json +0 -0
  852. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/response.json +0 -0
  853. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/rights-constraint.json +0 -0
  854. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/seller-agent-ref.json +0 -0
  855. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/signal-definition.json +0 -0
  856. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/signal-filters.json +0 -0
  857. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/signal-id.json +0 -0
  858. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/signal-pricing-option.json +0 -0
  859. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/signal-pricing.json +0 -0
  860. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/signal-targeting.json +0 -0
  861. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/special.json +0 -0
  862. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/start-timing.json +0 -0
  863. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/store-item.json +0 -0
  864. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/talent.json +0 -0
  865. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/targeting.json +0 -0
  866. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/tasks-get-request.json +0 -0
  867. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/tasks-get-response.json +0 -0
  868. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/tasks-list-request.json +0 -0
  869. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/tasks-list-response.json +0 -0
  870. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/user-match.json +0 -0
  871. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/vehicle-item.json +0 -0
  872. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/vendor-pricing-option.json +0 -0
  873. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/x-entity-types.json +0 -0
  874. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/asset-types/index.json +0 -0
  875. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/creative-feature-result.json +0 -0
  876. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/get-creative-delivery-request.json +0 -0
  877. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/get-creative-delivery-response.json +0 -0
  878. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/get-creative-features-request.json +0 -0
  879. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/get-creative-features-response.json +0 -0
  880. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/list-creative-formats-request.json +0 -0
  881. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/list-creative-formats-response.json +0 -0
  882. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/list-creatives-request.json +0 -0
  883. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/list-creatives-response.json +0 -0
  884. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/preview-creative-request.json +0 -0
  885. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/preview-creative-response.json +0 -0
  886. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/preview-render.json +0 -0
  887. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/sync-creatives-async-response-input-required.json +0 -0
  888. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/sync-creatives-async-response-submitted.json +0 -0
  889. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/sync-creatives-async-response-working.json +0 -0
  890. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/sync-creatives-request.json +0 -0
  891. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/sync-creatives-response.json +0 -0
  892. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/account-scope.json +0 -0
  893. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/account-status.json +0 -0
  894. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/action-source.json +0 -0
  895. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/adcp-protocol.json +0 -0
  896. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/adjustment-kind.json +0 -0
  897. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/advertiser-industry.json +0 -0
  898. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/age-verification-method.json +0 -0
  899. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/assessment-status.json +0 -0
  900. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/asset-content-type.json +0 -0
  901. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/attribution-model.json +0 -0
  902. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/audience-source.json +0 -0
  903. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/audience-status.json +0 -0
  904. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/audio-channel-layout.json +0 -0
  905. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/auth-scheme.json +0 -0
  906. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/available-metric.json +0 -0
  907. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/billing-party.json +0 -0
  908. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/binary-verdict.json +0 -0
  909. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/brand-agent-type.json +0 -0
  910. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/canceled-by.json +0 -0
  911. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/catalog-action.json +0 -0
  912. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/catalog-item-status.json +0 -0
  913. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/catalog-type.json +0 -0
  914. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/channels.json +0 -0
  915. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/cloud-storage-protocol.json +0 -0
  916. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/co-branding-requirement.json +0 -0
  917. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/collection-cadence.json +0 -0
  918. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/collection-kind.json +0 -0
  919. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/collection-relationship.json +0 -0
  920. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/collection-status.json +0 -0
  921. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/consent-basis.json +0 -0
  922. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/content-id-type.json +0 -0
  923. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/content-rating-system.json +0 -0
  924. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/creative-action.json +0 -0
  925. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/creative-agent-capability.json +0 -0
  926. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/creative-approval-status.json +0 -0
  927. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/creative-identifier-type.json +0 -0
  928. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/creative-quality.json +0 -0
  929. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/creative-sort-field.json +0 -0
  930. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/creative-status.json +0 -0
  931. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/daast-tracking-event.json +0 -0
  932. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/daast-version.json +0 -0
  933. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/day-of-week.json +0 -0
  934. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/delegation-authority.json +0 -0
  935. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/delivery-type.json +0 -0
  936. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/demographic-system.json +0 -0
  937. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/derivative-type.json +0 -0
  938. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/device-platform.json +0 -0
  939. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/device-type.json +0 -0
  940. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/digital-source-type.json +0 -0
  941. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/dimension-unit.json +0 -0
  942. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/disclosure-persistence.json +0 -0
  943. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/disclosure-position.json +0 -0
  944. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/distance-unit.json +0 -0
  945. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/distribution-identifier-type.json +0 -0
  946. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/error-code.json +0 -0
  947. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/escalation-severity.json +0 -0
  948. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/event-type.json +0 -0
  949. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/exclusivity.json +0 -0
  950. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/feature-check-status.json +0 -0
  951. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/feed-format.json +0 -0
  952. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/feedback-source.json +0 -0
  953. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/forecast-method.json +0 -0
  954. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/forecast-range-unit.json +0 -0
  955. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/forecastable-metric.json +0 -0
  956. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/format-id-parameter.json +0 -0
  957. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/frame-rate-type.json +0 -0
  958. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/frequency-cap-scope.json +0 -0
  959. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/genre-taxonomy.json +0 -0
  960. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/geo-level.json +0 -0
  961. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/gop-type.json +0 -0
  962. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/governance-decision.json +0 -0
  963. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/governance-domain.json +0 -0
  964. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/governance-mode.json +0 -0
  965. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/governance-phase.json +0 -0
  966. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/history-entry-type.json +0 -0
  967. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/http-method.json +0 -0
  968. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/identifier-types.json +0 -0
  969. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/installment-status.json +0 -0
  970. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/javascript-module-type.json +0 -0
  971. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/landing-page-requirement.json +0 -0
  972. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/makegood-remedy.json +0 -0
  973. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/markdown-flavor.json +0 -0
  974. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/match-id-type.json +0 -0
  975. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/match-type.json +0 -0
  976. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/media-buy-status.json +0 -0
  977. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/media-buy-valid-action.json +0 -0
  978. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/metric-type.json +0 -0
  979. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/metro-system.json +0 -0
  980. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/moov-atom-position.json +0 -0
  981. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/notification-type.json +0 -0
  982. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/outcome-type.json +0 -0
  983. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/pacing.json +0 -0
  984. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/payment-terms.json +0 -0
  985. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/performance-standard-metric.json +0 -0
  986. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/policy-category.json +0 -0
  987. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/policy-enforcement.json +0 -0
  988. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/postal-system.json +0 -0
  989. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/preview-output-format.json +0 -0
  990. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/pricing-model.json +0 -0
  991. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/production-quality.json +0 -0
  992. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/property-type.json +0 -0
  993. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/proposal-status.json +0 -0
  994. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/publisher-identifier-types.json +0 -0
  995. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/purchase-type.json +0 -0
  996. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/reach-unit.json +0 -0
  997. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/reporting-frequency.json +0 -0
  998. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/response-type.json +0 -0
  999. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/restricted-attribute.json +0 -0
  1000. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/right-type.json +0 -0
  1001. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/right-use.json +0 -0
  1002. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/rights-billing-period.json +0 -0
  1003. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/scan-type.json +0 -0
  1004. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/si-session-status.json +0 -0
  1005. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/signal-catalog-type.json +0 -0
  1006. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/signal-source.json +0 -0
  1007. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/signal-value-type.json +0 -0
  1008. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/snapshot-unavailable-reason.json +0 -0
  1009. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/sort-direction.json +0 -0
  1010. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/sort-metric.json +0 -0
  1011. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/special-category.json +0 -0
  1012. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/specialism.json +0 -0
  1013. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/talent-role.json +0 -0
  1014. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/task-status.json +0 -0
  1015. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/task-type.json +0 -0
  1016. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/transport-mode.json +0 -0
  1017. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/travel-time-unit.json +0 -0
  1018. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/uid-type.json +0 -0
  1019. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/universal-macro.json +0 -0
  1020. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/update-frequency.json +0 -0
  1021. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/url-asset-type.json +0 -0
  1022. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/validation-mode.json +0 -0
  1023. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/vast-tracking-event.json +0 -0
  1024. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/vast-version.json +0 -0
  1025. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/viewability-standard.json +0 -0
  1026. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/wcag-level.json +0 -0
  1027. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/webhook-response-type.json +0 -0
  1028. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/webhook-security-method.json +0 -0
  1029. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/error-details/account-setup-required.json +0 -0
  1030. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/error-details/audience-too-small.json +0 -0
  1031. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/error-details/budget-too-low.json +0 -0
  1032. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/error-details/conflict.json +0 -0
  1033. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/error-details/creative-rejected.json +0 -0
  1034. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/error-details/policy-violation.json +0 -0
  1035. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/error-details/rate-limited.json +0 -0
  1036. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/error-details/vendor-error-codes.json +0 -0
  1037. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/extensions/extension-meta.json +0 -0
  1038. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/extensions/index.json +0 -0
  1039. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/attribute-definition.json +0 -0
  1040. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/audience-constraints.json +0 -0
  1041. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/check-governance-request.json +0 -0
  1042. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/check-governance-response.json +0 -0
  1043. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/get-plan-audit-logs-request.json +0 -0
  1044. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/get-plan-audit-logs-response.json +0 -0
  1045. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/policy-category-definition.json +0 -0
  1046. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/policy-entry.json +0 -0
  1047. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/policy-ref.json +0 -0
  1048. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/report-plan-outcome-request.json +0 -0
  1049. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/report-plan-outcome-response.json +0 -0
  1050. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/sync-plans-request.json +0 -0
  1051. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/sync-plans-response.json +0 -0
  1052. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/index.json +0 -0
  1053. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/build-creative-async-response-input-required.json +0 -0
  1054. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/build-creative-async-response-submitted.json +0 -0
  1055. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/build-creative-async-response-working.json +0 -0
  1056. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/build-creative-request.json +0 -0
  1057. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/build-creative-response.json +0 -0
  1058. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/create-media-buy-async-response-input-required.json +0 -0
  1059. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/create-media-buy-async-response-submitted.json +0 -0
  1060. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/create-media-buy-async-response-working.json +0 -0
  1061. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/create-media-buy-request.json +0 -0
  1062. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/create-media-buy-response.json +0 -0
  1063. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/get-media-buy-delivery-request.json +0 -0
  1064. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/get-media-buy-delivery-response.json +0 -0
  1065. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/get-media-buys-request.json +0 -0
  1066. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/get-media-buys-response.json +0 -0
  1067. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/get-products-async-response-input-required.json +0 -0
  1068. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/get-products-async-response-submitted.json +0 -0
  1069. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/get-products-async-response-working.json +0 -0
  1070. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/get-products-request.json +0 -0
  1071. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/get-products-response.json +0 -0
  1072. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/list-creative-formats-request.json +0 -0
  1073. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/list-creative-formats-response.json +0 -0
  1074. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/log-event-request.json +0 -0
  1075. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/log-event-response.json +0 -0
  1076. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/package-request.json +0 -0
  1077. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/package-update.json +0 -0
  1078. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/provide-performance-feedback-request.json +0 -0
  1079. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/provide-performance-feedback-response.json +0 -0
  1080. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/sync-audiences-request.json +0 -0
  1081. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/sync-audiences-response.json +0 -0
  1082. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/sync-catalogs-async-response-input-required.json +0 -0
  1083. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/sync-catalogs-async-response-submitted.json +0 -0
  1084. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/sync-catalogs-async-response-working.json +0 -0
  1085. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/sync-catalogs-request.json +0 -0
  1086. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/sync-catalogs-response.json +0 -0
  1087. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/sync-event-sources-request.json +0 -0
  1088. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/sync-event-sources-response.json +0 -0
  1089. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/update-media-buy-async-response-input-required.json +0 -0
  1090. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/update-media-buy-async-response-submitted.json +0 -0
  1091. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/update-media-buy-async-response-working.json +0 -0
  1092. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/update-media-buy-request.json +0 -0
  1093. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/update-media-buy-response.json +0 -0
  1094. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/pricing-options/cpa-option.json +0 -0
  1095. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/pricing-options/cpc-option.json +0 -0
  1096. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/pricing-options/cpcv-option.json +0 -0
  1097. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/pricing-options/cpm-option.json +0 -0
  1098. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/pricing-options/cpp-option.json +0 -0
  1099. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/pricing-options/cpv-option.json +0 -0
  1100. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/pricing-options/flat-rate-option.json +0 -0
  1101. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/pricing-options/price-breakdown.json +0 -0
  1102. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/pricing-options/price-guidance.json +0 -0
  1103. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/pricing-options/time-option.json +0 -0
  1104. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/pricing-options/vcpm-option.json +0 -0
  1105. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/authorization-result.json +0 -0
  1106. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/base-property-source.json +0 -0
  1107. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/create-property-list-request.json +0 -0
  1108. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/create-property-list-response.json +0 -0
  1109. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/delete-property-list-request.json +0 -0
  1110. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/delete-property-list-response.json +0 -0
  1111. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/delivery-record.json +0 -0
  1112. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/get-property-list-request.json +0 -0
  1113. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/get-property-list-response.json +0 -0
  1114. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/list-property-lists-request.json +0 -0
  1115. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/list-property-lists-response.json +0 -0
  1116. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/property-error.json +0 -0
  1117. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/property-feature-definition.json +0 -0
  1118. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/property-feature-result.json +0 -0
  1119. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/property-feature-value.json +0 -0
  1120. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/property-feature.json +0 -0
  1121. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/property-list-changed-webhook.json +0 -0
  1122. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/property-list-filters.json +0 -0
  1123. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/property-list.json +0 -0
  1124. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/update-property-list-request.json +0 -0
  1125. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/update-property-list-response.json +0 -0
  1126. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/validate-property-delivery-request.json +0 -0
  1127. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/validate-property-delivery-response.json +0 -0
  1128. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/validation-result.json +0 -0
  1129. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/protocol/get-adcp-capabilities-request.json +0 -0
  1130. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/protocol/get-adcp-capabilities-response.json +0 -0
  1131. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/signals/activate-signal-request.json +0 -0
  1132. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/signals/activate-signal-response.json +0 -0
  1133. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/signals/get-signals-request.json +0 -0
  1134. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/signals/get-signals-response.json +0 -0
  1135. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/sponsored-intelligence/si-capabilities.json +0 -0
  1136. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/sponsored-intelligence/si-get-offering-request.json +0 -0
  1137. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/sponsored-intelligence/si-get-offering-response.json +0 -0
  1138. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/sponsored-intelligence/si-identity.json +0 -0
  1139. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/sponsored-intelligence/si-initiate-session-request.json +0 -0
  1140. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/sponsored-intelligence/si-initiate-session-response.json +0 -0
  1141. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/sponsored-intelligence/si-send-message-request.json +0 -0
  1142. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/sponsored-intelligence/si-send-message-response.json +0 -0
  1143. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/sponsored-intelligence/si-terminate-session-request.json +0 -0
  1144. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/sponsored-intelligence/si-terminate-session-response.json +0 -0
  1145. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/sponsored-intelligence/si-ui-element.json +0 -0
@@ -1,742 +0,0 @@
1
- id: media_buy_seller
2
- version: "1.0.0"
3
- title: "Media buy seller agent"
4
- category: media_buy_seller
5
- summary: "Seller agent that receives briefs, returns products, accepts media buys, and reports delivery."
6
- track: media_buy
7
- required_tools:
8
- - get_products
9
- - create_media_buy
10
- requires_scenarios:
11
- - media_buy_seller/refine_products
12
- - media_buy_seller/delivery_reporting
13
- - media_buy_seller/measurement_terms_rejected
14
- - media_buy_seller/pending_creatives_to_start
15
- - media_buy_seller/inventory_list_targeting
16
- - media_buy_seller/inventory_list_no_match
17
- - media_buy_seller/invalid_transitions
18
- - media_buy_seller/creative_fate_after_cancellation
19
-
20
- narrative: |
21
- You run a sell-side platform — a publisher, SSP, retail media network, or any system that
22
- sells advertising inventory. A buyer agent connects to discover your products, create
23
- media buys, sync creatives, and monitor delivery. Your agent handles the full lifecycle
24
- from brief to reporting.
25
-
26
- This storyboard walks through the core media buy flow: account setup, product discovery,
27
- buy creation, creative sync, and delivery monitoring.
28
-
29
- Governance integration, product refinement, and proposal finalization are tested by
30
- required scenarios that run alongside this storyboard. See requires_scenarios for the
31
- full set of seller behaviors validated.
32
-
33
- agent:
34
- interaction_model: media_buy_seller
35
- capabilities:
36
- - sells_media
37
- - accepts_briefs
38
- - supports_guaranteed
39
- - supports_non_guaranteed
40
- examples:
41
- - "Yahoo"
42
- - "Retail media networks"
43
- - "Publisher platforms"
44
- - "SSPs"
45
-
46
- caller:
47
- role: buyer_agent
48
- example: "Scope3 (DSP)"
49
-
50
- prerequisites:
51
- description: |
52
- The caller needs a brand identity and operator credentials for account setup.
53
- The test kit provides a sample brand (Acme Outdoor) with campaign parameters
54
- suitable for testing the full media buy flow.
55
- test_kit: "test-kits/acme-outdoor.yaml"
56
-
57
- phases:
58
- - id: capability_discovery
59
- title: "Capability discovery"
60
- narrative: |
61
- The buyer calls get_adcp_capabilities to confirm the agent supports media buying before sending briefs or creating buys.
62
-
63
- steps:
64
- - id: get_capabilities
65
- title: "Check agent capabilities"
66
- narrative: |
67
- Verify that the agent declares the expected protocol support before
68
- proceeding with domain-specific operations.
69
- task: get_adcp_capabilities
70
- schema_ref: "protocol/get-adcp-capabilities-request.json"
71
- response_schema_ref: "protocol/get-adcp-capabilities-response.json"
72
- doc_ref: "/protocol/get_adcp_capabilities"
73
- comply_scenario: capability_discovery
74
- stateful: false
75
- expected: |
76
- Return capabilities declaring media_buy in supported_protocols, confirming the agent sells media.
77
- sample_request:
78
- context:
79
- correlation_id: "media_buy_seller--get_capabilities"
80
- validations:
81
- - check: response_schema
82
- description: "Response matches get-adcp-capabilities-response.json schema"
83
- - check: field_present
84
- path: "supported_protocols"
85
- description: "Agent declares supported protocols"
86
- - check: field_present
87
- path: "context"
88
- description: "Response echoes back the context object"
89
- - check: field_value
90
- path: "context.correlation_id"
91
- value: "media_buy_seller--get_capabilities"
92
- description: "Context correlation_id returned unchanged"
93
-
94
- - id: account_setup
95
- title: "Account setup"
96
- narrative: |
97
- Before buying anything, the buyer establishes an account relationship with
98
- your platform. This is the handshake: the buyer tells you which brand and
99
- agency (operator) they represent, and you return an account ID, status, and
100
- any setup requirements.
101
-
102
- Some platforms approve accounts instantly. Others require human review — the
103
- buyer gets back a pending_approval status and a URL to complete setup. The
104
- buyer polls or waits for a webhook until the account is active.
105
-
106
- steps:
107
- - id: sync_accounts
108
- title: "Establish account relationship"
109
- narrative: |
110
- The buyer registers their brand and operator with your platform. This is
111
- the first call in any new relationship. Your platform validates the request,
112
- provisions the account, and returns its status.
113
-
114
- If your platform requires manual approval (credit checks, sales team review),
115
- return the account with status pending_approval and account.setup.url populated.
116
- The buyer directs the human to that URL to complete setup, then polls list_accounts
117
- until the account status changes to active.
118
- task: sync_accounts
119
- schema_ref: "account/sync-accounts-request.json"
120
- response_schema_ref: "account/sync-accounts-response.json"
121
- doc_ref: "/accounts/tasks/sync_accounts"
122
- # No TestScenario exists for account setup
123
- stateful: true
124
- expected: |
125
- Return the account with:
126
- - account_id: your platform's identifier for this relationship
127
- - action: created or updated
128
- - status: active (instant approval) or pending_approval (requires human review)
129
- - account_scope: operator, brand, operator_brand, or agent
130
- - setup.url and setup.message: populated on the account when status is pending_approval (where the human completes onboarding)
131
- - rate_card: pricing tiers if applicable
132
- - payment_terms: net_30, prepay, etc.
133
-
134
- sample_request:
135
- accounts:
136
- - brand:
137
- domain: "acmeoutdoor.example"
138
- operator: "pinnacle-agency.example"
139
- billing: "operator"
140
- payment_terms: "net_30"
141
- idempotency_key: "$generate:uuid_v4#media_buy_seller_account_setup_sync_accounts"
142
- context:
143
- correlation_id: "media_buy_seller--sync_accounts"
144
-
145
- validations:
146
- - check: response_schema
147
- description: "Response matches sync-accounts-response.json schema"
148
- - check: field_present
149
- path: "accounts[0].account_id"
150
- description: "Account has a platform-assigned ID"
151
- - check: field_present
152
- path: "accounts[0].status"
153
- description: "Account has a status (active or pending_approval)"
154
- - check: field_present
155
- path: "context"
156
- description: "Response echoes back the context object"
157
- - check: field_value
158
- path: "context.correlation_id"
159
- value: "media_buy_seller--sync_accounts"
160
- description: "Context correlation_id returned unchanged"
161
-
162
- - id: governance_setup
163
- title: "Governance agent registration"
164
- narrative: |
165
- The buyer registers their governance agent with your platform. This tells your
166
- platform where to call check_governance before confirming media buys.
167
-
168
- steps:
169
- - id: sync_governance
170
- title: "Register governance agents"
171
- narrative: |
172
- The buyer tells your platform: "Before you confirm any media buy for this
173
- account, call this governance agent to validate it."
174
- task: sync_governance
175
- schema_ref: "account/sync-governance-request.json"
176
- response_schema_ref: "account/sync-governance-response.json"
177
- doc_ref: "/accounts/tasks/sync_governance"
178
- requires_tool: sync_governance
179
- stateful: true
180
- expected: |
181
- Acknowledge the governance agents. Your platform should:
182
- - Store the governance agent URLs for the specified accounts
183
- - Return confirmation that agents were registered
184
-
185
- sample_request:
186
- accounts:
187
- - account:
188
- brand:
189
- domain: "acmeoutdoor.example"
190
- operator: "pinnacle-agency.example"
191
- governance_agents:
192
- - url: "https://governance.pinnacle-agency.example"
193
- authentication:
194
- schemes: ["Bearer"]
195
- credentials: "gov-token-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
196
- categories: ["budget_authority", "brand_policy"]
197
- idempotency_key: "$generate:uuid_v4#media_buy_seller_governance_setup_sync_governance"
198
- context:
199
- correlation_id: "media_buy_seller--sync_governance"
200
- ext:
201
- test_platform:
202
- governance_tier: "standard"
203
-
204
- validations:
205
- - check: response_schema
206
- description: "Response matches sync-governance-response.json schema"
207
- - check: field_present
208
- path: "context"
209
- description: "Response echoes back the context object"
210
- - check: field_value
211
- path: "context.correlation_id"
212
- value: "media_buy_seller--sync_governance"
213
- description: "Context correlation_id returned unchanged"
214
-
215
- - id: product_discovery
216
- title: "Product discovery"
217
- narrative: |
218
- The buyer sends a natural-language brief describing what they want to buy.
219
- Your platform interprets the brief against your inventory and returns products —
220
- structured representations of what you can sell, with pricing, delivery forecasts,
221
- targeting options, and creative requirements.
222
-
223
- This is where seller differentiation happens. The same brief sent to three sellers
224
- produces three different product sets. Your AI interprets "premium video on sports
225
- and outdoor lifestyle" against your specific inventory, audiences, and pricing.
226
-
227
- steps:
228
- - id: get_products_brief
229
- title: "Send a brief"
230
- narrative: |
231
- The buyer describes what they want in natural language. Your platform returns
232
- products that match the brief, including pricing options, delivery forecasts,
233
- and creative format requirements.
234
-
235
- This call may take up to 60 seconds — your platform is running AI inference
236
- against your inventory catalog. If the brief is ambiguous, you can return
237
- input-required to ask clarifying questions before producing results.
238
- task: get_products
239
- schema_ref: "media-buy/get-products-request.json"
240
- response_schema_ref: "media-buy/get-products-response.json"
241
- doc_ref: "/media-buy/task-reference/get_products"
242
- comply_scenario: full_sales_flow
243
- stateful: false
244
- expected: |
245
- Return products matching the brief. Each product should include:
246
- - product_id: unique identifier
247
- - name and description
248
- - delivery_type: guaranteed or non_guaranteed
249
- - pricing_models: available pricing options (CPM, CPC, etc.)
250
- - forecast: estimated impressions, reach
251
- - creative_format_ids: what creative formats this product requires
252
- - targeting: what audiences or contexts this product reaches
253
-
254
- Optionally return proposals — curated media plans that bundle products
255
- with budget allocations the buyer can accept or refine.
256
-
257
- If the brief is unclear, return input-required with clarifying questions.
258
-
259
- sample_request:
260
- buying_mode: "brief"
261
- brief: "Premium video inventory on sports and outdoor lifestyle publishers. Q2 flight, $50K budget. Adults 25-54, US and Canada."
262
- account:
263
- brand:
264
- domain: "acmeoutdoor.example"
265
- operator: "pinnacle-agency.example"
266
- context:
267
- correlation_id: "media_buy_seller--get_products_brief"
268
-
269
- context_outputs:
270
- - name: product_format_id
271
- path: 'products[0].format_ids[0]'
272
- - name: product_id
273
- path: 'products[0].product_id'
274
- - name: pricing_option_id
275
- path: 'products[0].pricing_options[0].pricing_option_id'
276
- validations:
277
- - check: response_schema
278
- description: "Response matches get-products-response.json schema"
279
- - check: field_present
280
- path: "products"
281
- description: "Response contains a products array"
282
- - check: field_present
283
- path: "products[0].product_id"
284
- description: "Each product has a product_id"
285
- - check: field_present
286
- path: "products[0].delivery_type"
287
- description: "Each product declares guaranteed or non_guaranteed delivery"
288
- - check: field_present
289
- path: "products[0].format_ids"
290
- description: "Products include format_ids for creative requirements"
291
- - check: field_present
292
- path: "products[0].format_ids[0].agent_url"
293
- description: "Format IDs include agent_url — must match this agent's URL"
294
- - check: field_present
295
- path: "products[0].format_ids[0].id"
296
- description: "Format IDs include id — must be accepted back in sync_creatives"
297
- - check: field_present
298
- path: "context"
299
- description: "Response echoes back the context object"
300
- - check: field_value
301
- path: "context.correlation_id"
302
- value: "media_buy_seller--get_products_brief"
303
- description: "Context correlation_id returned unchanged"
304
-
305
- - check: field_present
306
- path: "products[0].publisher_properties"
307
- description: "Products include publisher_properties"
308
- - id: list_formats_integrity
309
- title: "Verify format_ids on products resolve to real formats"
310
- narrative: |
311
- The buyer asks the sales agent to filter `list_creative_formats` by
312
- `products[0].format_ids[0]`. The sales agent MUST return the format
313
- it advertised on its own product — whether it hosts that format
314
- directly or proxies to the creative agent named in
315
- `format_ids[0].agent_url`. An empty `formats[]` means the sales
316
- agent's product catalog references a format that does not resolve —
317
- a stale or typo'd entry that would have failed silently at
318
- `sync_creatives` after the media buy was already committed.
319
- task: list_creative_formats
320
- schema_ref: "creative/list-creative-formats-request.json"
321
- response_schema_ref: "creative/list-creative-formats-response.json"
322
- doc_ref: "/creative/task-reference/list_creative_formats"
323
- comply_scenario: creative_lifecycle
324
- stateful: false
325
- expected: |
326
- The sales agent resolves `products[0].format_ids[0]` and returns
327
- the matching format entry:
328
- - formats[] contains at least one entry
329
- - formats[0].format_id matches the id captured from get_products
330
-
331
- An empty formats[] means the sales agent's product catalog references
332
- a format that does not resolve — a common production failure mode
333
- when creative agents deprecate formats without sellers updating
334
- their product catalog.
335
- sample_request:
336
- format_ids:
337
- - "$context.product_format_id"
338
- context:
339
- correlation_id: "media_buy_seller--list_formats_integrity"
340
- # The @adcp/client `list_creative_formats` request builder up
341
- # through 5.10.0 (the currently-published release) returns `{}`,
342
- # and the runner's post-builder merge only forwards envelope
343
- # fields (context / ext / idempotency_key /
344
- # push_notification_config) from sample_request — so `format_ids`
345
- # above never reaches the wire and the seller answers with its
346
- # full format catalog. `context_inputs` is applied after the
347
- # builder runs, so this injects the captured `product_format_id`
348
- # (the `{agent_url, id}` object from `products[0].format_ids[0]`)
349
- # at `format_ids[0]` and lets the round-trip invariant actually
350
- # grade. Drop once we bump past the @adcp/client release that
351
- # ships adcontextprotocol/adcp-client#789.
352
- context_inputs:
353
- - key: product_format_id
354
- inject_at: "format_ids[0]"
355
- validations:
356
- - check: response_schema
357
- description: "Response matches list-creative-formats-response.json schema"
358
- - check: field_present
359
- path: "formats[0]"
360
- description: "Sales agent resolves the format_id — products[0].format_ids[0] exists in the catalog"
361
- - check: field_value
362
- path: "formats[0].format_id"
363
- value: "$context.product_format_id"
364
- description: "Returned format_id round-trips verbatim — the agent cannot substitute a different format in response to the filter"
365
- - check: field_present
366
- path: "context"
367
- description: "Response echoes back the context object"
368
- - check: field_value
369
- path: "context.correlation_id"
370
- value: "media_buy_seller--list_formats_integrity"
371
- description: "Context correlation_id returned unchanged"
372
- - id: create_buy
373
- title: "Create the media buy"
374
- narrative: |
375
- The buyer is satisfied with the products and creates a media buy. This is the
376
- equivalent of signing an IO — the buyer commits to specific products, budgets,
377
- and flight dates.
378
-
379
- This operation may be synchronous (completed immediately), short-async (working
380
- while your platform processes), or long-async (task stays submitted while a human
381
- signs the IO internally; task completion delivers the final media_buy_id). There
382
- is no "pending_approval" media buy status — IO review is modelled at the task
383
- layer, not as a MediaBuy.status value.
384
-
385
- If the buyer registered governance agents in Phase 2, your platform calls
386
- check_governance before confirming the buy. The governance agent validates budget
387
- authority, brand safety, and compliance. If governance denies the buy, return the
388
- denial — don't override it.
389
-
390
- steps:
391
- - id: create_media_buy
392
- title: "Create a media buy"
393
- narrative: |
394
- The buyer commits to specific products with budgets and flight dates. Your
395
- platform validates the request, optionally calls governance, and either confirms
396
- the buy or sends it through an approval workflow.
397
-
398
- Two creation modes:
399
- - Manual: buyer specifies packages array with explicit product selections
400
- - Proposal: buyer passes a proposal_id from get_products to execute a proposal
401
-
402
- The response status tells the buyer what happens next:
403
- - completed: buy is active and live
404
- - working: your platform is processing (poll or wait for webhook)
405
- - submitted: long-running async — approval workflow, IO signing, etc.
406
- - input-required: need more information (budget clarification, approval)
407
- task: create_media_buy
408
- schema_ref: "media-buy/create-media-buy-request.json"
409
- response_schema_ref: "media-buy/create-media-buy-response.json"
410
- doc_ref: "/media-buy/task-reference/create_media_buy"
411
- comply_scenario: create_media_buy
412
- stateful: true
413
- expected: |
414
- Process the media buy request and return one of:
415
-
416
- Synchronous (completed):
417
- - media_buy_id: your platform's identifier
418
- - status: active or pending_creatives
419
- - packages: line items with pricing
420
- - confirmed_at: timestamp
421
- - valid_actions: what the buyer can do next
422
-
423
- Asynchronous (working):
424
- - percentage: 0-100 completion
425
- - current_step: what's happening ("Validating inventory", "Checking governance")
426
-
427
- Async with human approval (submitted):
428
- - task_id / taskId: handle the buyer polls or receives webhooks on
429
- - message (optional): explanation of what the seller is waiting on (e.g., "Awaiting IO signature from sales team; typical turnaround 2–4 hours")
430
- - No media_buy_id yet — it is issued on task completion
431
- - Seller-side IO signing is modelled here (task stays submitted until signed). Do not emit a "pending_approval" media buy status — that value is not in MediaBuy.status
432
-
433
- Needs input (input-required):
434
- - reason: APPROVAL_REQUIRED, BUDGET_EXCEEDS_LIMIT, CLARIFICATION_NEEDED
435
- - errors: what needs to be resolved
436
- - Used only when the seller needs the buyer to respond (e.g., confirm a budget). If the blocker is account-level (credit application, funding), the resolution path is list_accounts / sync_accounts, where account.setup.url surfaces on the pending_approval account
437
-
438
- sample_request:
439
- brand:
440
- domain: "acmeoutdoor.example"
441
- account:
442
- brand:
443
- domain: "acmeoutdoor.example"
444
- operator: "pinnacle-agency.example"
445
- start_time: "2026-04-01T00:00:00Z"
446
- end_time: "2026-06-30T23:59:59Z"
447
- packages:
448
- - product_id: "sports_preroll_q2"
449
- budget: 25000
450
- pricing_option_id: "cpm_guaranteed"
451
- creative_assignments:
452
- - creative_id: "video_30s_trail_pro"
453
- - product_id: "lifestyle_display_q2"
454
- budget: 15000
455
- pricing_option_id: "cpm_standard"
456
- push_notification_config:
457
- url: "https://buyer.example/webhooks/adcp"
458
- authentication:
459
- schemes:
460
- - "HMAC-SHA256"
461
- credentials: "media-buy-seller-webhook-secret-token"
462
- idempotency_key: "$generate:uuid_v4#media_buy_seller_create_buy_create_media_buy"
463
- context:
464
- correlation_id: "media_buy_seller--create_media_buy"
465
-
466
- context_outputs:
467
- - name: media_buy_id
468
- path: 'media_buy_id'
469
- validations:
470
- - check: response_schema
471
- description: "Response matches create-media-buy-response.json schema"
472
- - check: field_present
473
- path: "context"
474
- description: "Response echoes back the context object"
475
- - check: field_value
476
- path: "context.correlation_id"
477
- value: "media_buy_seller--create_media_buy"
478
- description: "Context correlation_id returned unchanged"
479
-
480
- - id: check_buy_status
481
- title: "Check media buy status"
482
- narrative: |
483
- Once create_media_buy has completed and a media_buy_id is issued, the buyer
484
- calls get_media_buys to read current state — pending_creatives, pending_start,
485
- active, paused, completed, rejected, or canceled.
486
-
487
- While the create_media_buy task is still submitted (e.g., waiting on internal
488
- IO signing), the media buy does not exist as a queryable MediaBuy yet. IO
489
- review is tracked at the task layer, not as a MediaBuy.status value. The buyer
490
- polls tasks/get or waits on the webhook until the task completes and a
491
- media_buy_id is delivered.
492
- task: get_media_buys
493
- schema_ref: "media-buy/get-media-buys-request.json"
494
- response_schema_ref: "media-buy/get-media-buys-response.json"
495
- doc_ref: "/media-buy/task-reference/get_media_buys"
496
- comply_scenario: media_buy_lifecycle
497
- stateful: true
498
- expected: |
499
- Return the current state of the media buy:
500
- - media_buy_id: matches what was returned from create_media_buy
501
- - status: pending_creatives, pending_start, active, paused, completed, rejected, canceled
502
- - packages: line items with current delivery status
503
- - valid_actions: what operations are available in this state
504
-
505
- If pending_creatives:
506
- - Include message explaining what creatives are needed
507
- - valid_actions should include sync_creatives
508
-
509
- sample_request:
510
- account:
511
- brand:
512
- domain: "acmeoutdoor.example"
513
- operator: "pinnacle-agency.example"
514
- media_buy_ids:
515
- - "$context.media_buy_id"
516
- context:
517
- correlation_id: "media_buy_seller--check_buy_status"
518
-
519
- validations:
520
- - check: response_schema
521
- description: "Response matches get-media-buys-response.json schema"
522
- - check: field_present
523
- path: "media_buys[0].status"
524
- description: "Each media buy has a status"
525
- - check: field_present
526
- path: "context"
527
- description: "Response echoes back the context object"
528
- - check: field_value
529
- path: "context.correlation_id"
530
- value: "media_buy_seller--check_buy_status"
531
- description: "Context correlation_id returned unchanged"
532
-
533
- - id: creative_sync
534
- title: "Creative sync"
535
- narrative: |
536
- With the media buy confirmed, the buyer syncs creative assets to your platform.
537
- Each package in the buy has creative format requirements — the buyer discovered
538
- these during product discovery and now pushes matching assets.
539
-
540
- The format_ids used in sync_creatives must match those returned by your platform
541
- in get_products and list_creative_formats. If your platform returns a format_id
542
- in a product but rejects it when the buyer echoes it back in sync_creatives, the
543
- buyer cannot fulfill the creative requirements. This is a common compliance failure.
544
-
545
- Your platform validates each creative against the format specs and returns
546
- per-creative status. If assets need review or transcoding, the operation may
547
- go async.
548
-
549
- steps:
550
- - id: list_formats
551
- title: "Check creative format requirements"
552
- narrative: |
553
- The buyer confirms what creative formats the confirmed packages require.
554
- Your platform returns format specs with asset requirements, dimensions,
555
- and constraints.
556
- task: list_creative_formats
557
- schema_ref: "creative/list-creative-formats-request.json"
558
- response_schema_ref: "creative/list-creative-formats-response.json"
559
- doc_ref: "/creative/task-reference/list_creative_formats"
560
- comply_scenario: creative_lifecycle
561
- stateful: false
562
- expected: |
563
- Return creative formats your platform accepts. Each format should define:
564
- - format_id with your agent_url and unique id
565
- - Asset requirements (dimensions, file sizes, mime types)
566
- - Render dimensions
567
-
568
- sample_request:
569
- context:
570
- correlation_id: "media_buy_seller--list_formats"
571
-
572
- validations:
573
- - check: response_schema
574
- description: "Response matches list-creative-formats-response.json schema"
575
- - check: field_present
576
- path: "formats"
577
- description: "Response contains formats array"
578
- - check: field_present
579
- path: "formats[0].format_id.agent_url"
580
- description: "Format IDs include agent_url"
581
- - check: field_present
582
- path: "formats[0].format_id.id"
583
- description: "Format IDs include id — must match those in get_products"
584
- - check: field_present
585
- path: "context"
586
- description: "Response echoes back the context object"
587
- - check: field_value
588
- path: "context.correlation_id"
589
- value: "media_buy_seller--list_formats"
590
- description: "Context correlation_id returned unchanged"
591
- - check: refs_resolve
592
- description: |
593
- Every format_id returned on products resolves to a format in this
594
- agent's list_creative_formats. Broken references here surface as a
595
- grading failure instead of a silent mismatch that only breaks at
596
- sync_creatives time, after the buy is committed. Third-party
597
- format_ids (agent_url pointing at a different creative agent)
598
- can't be verified without calling that agent and are reported as
599
- observations rather than failures.
600
- source:
601
- from: context
602
- path: "products[*].format_ids[*]"
603
- target:
604
- from: current_step
605
- path: "formats[*].format_id"
606
- match_keys: [agent_url, id]
607
- scope:
608
- key: agent_url
609
- equals: $agent_url
610
- on_out_of_scope: warn
611
-
612
- - id: sync_creatives
613
- title: "Push creative assets (format_id roundtrip)"
614
- narrative: |
615
- The buyer uploads creative assets for the confirmed packages. The first
616
- creative uses $context.product_format_id — the exact format_id object
617
- returned by get_products. This is the roundtrip test: the seller must
618
- accept its own format_ids without modification. If the seller's validation
619
- rejects a format_id that it returned in products, this step fails.
620
-
621
- Your platform validates each creative against the format specs, transcodes
622
- if necessary, and returns per-creative status.
623
- task: sync_creatives
624
- schema_ref: "creative/sync-creatives-request.json"
625
- response_schema_ref: "creative/sync-creatives-response.json"
626
- doc_ref: "/creative/task-reference/sync_creatives"
627
- comply_scenario: creative_sync
628
- stateful: true
629
- expected: |
630
- Accept and validate creatives:
631
- - Per-creative action: created or updated
632
- - Per-creative status: accepted, pending_review, or rejected
633
- - Validation errors for rejected creatives
634
- - Platform-assigned IDs if applicable
635
-
636
- The first creative uses a format_id extracted from get_products.
637
- If this is rejected, your format_ids do not roundtrip correctly.
638
-
639
- sample_request:
640
- account:
641
- brand:
642
- domain: "acmeoutdoor.example"
643
- operator: "pinnacle-agency.example"
644
- creatives:
645
- - creative_id: "video_30s_trail_pro"
646
- name: "Trail Pro 3000 - 30s CTV Spot"
647
- format_id: "$context.product_format_id"
648
- assets:
649
- video:
650
- asset_type: "video"
651
- url: "https://cdn.pinnacle-agency.example/trail-pro-30s.mp4"
652
- width: 1920
653
- height: 1080
654
- duration_ms: 30000
655
- mime_type: "video/mp4"
656
- - creative_id: "display_trail_pro_300x250"
657
- name: "Trail Pro 3000 - Display 300x250"
658
- format_id:
659
- agent_url: "https://your-platform.example.com"
660
- id: "display_300x250"
661
- assets:
662
- image:
663
- asset_type: "image"
664
- url: "https://cdn.pinnacle-agency.example/trail-pro-300x250.png"
665
- width: 300
666
- height: 250
667
- mime_type: "image/png"
668
- idempotency_key: "$generate:uuid_v4#media_buy_seller_creative_sync_sync_creatives"
669
- context:
670
- correlation_id: "media_buy_seller--sync_creatives"
671
-
672
- validations:
673
- - check: response_schema
674
- description: "Response matches sync-creatives-response.json schema"
675
- - check: field_present
676
- path: "creatives[0].action"
677
- description: "Each creative has an action (created/updated)"
678
- - check: field_present
679
- path: "context"
680
- description: "Response echoes back the context object"
681
- - check: field_value
682
- path: "context.correlation_id"
683
- value: "media_buy_seller--sync_creatives"
684
- description: "Context correlation_id returned unchanged"
685
-
686
- - id: delivery_monitoring
687
- title: "Delivery and reporting"
688
- narrative: |
689
- The campaign is live. The buyer monitors delivery through two tasks:
690
- get_media_buys for status and get_media_buy_delivery for performance metrics.
691
-
692
- Your platform reports in a standard format — impressions, clicks, spend,
693
- completion rates — so the buyer can compare delivery across multiple sellers
694
- in a single view.
695
-
696
- steps:
697
- - id: get_delivery
698
- title: "Check delivery metrics"
699
- narrative: |
700
- The buyer requests delivery data for the active media buy. Your platform
701
- returns performance metrics — impressions, clicks, spend, completion rates —
702
- broken down by package and optionally by day.
703
-
704
- This call may take up to 60 seconds as your platform aggregates reporting
705
- data across delivery systems.
706
- task: get_media_buy_delivery
707
- schema_ref: "media-buy/get-media-buy-delivery-request.json"
708
- response_schema_ref: "media-buy/get-media-buy-delivery-response.json"
709
- doc_ref: "/media-buy/task-reference/get_media_buy_delivery"
710
- comply_scenario: reporting_flow
711
- stateful: true
712
- expected: |
713
- Return delivery metrics for the media buy:
714
- - Per-package delivery: impressions, clicks, spend, completion rates
715
- - Daily breakdown if requested (include_package_daily_breakdown)
716
- - Pacing information: on track, ahead, behind
717
- - Budget utilization: spent vs. committed
718
-
719
- sample_request:
720
- account:
721
- brand:
722
- domain: "acmeoutdoor.example"
723
- operator: "pinnacle-agency.example"
724
- media_buy_ids:
725
- - "$context.media_buy_id"
726
- include_package_daily_breakdown: true
727
- context:
728
- correlation_id: "media_buy_seller--get_delivery"
729
-
730
- validations:
731
- - check: response_schema
732
- description: "Response matches get-media-buy-delivery-response.json schema"
733
- - check: field_present
734
- path: "media_buy_deliveries"
735
- description: "Response contains media buy delivery data"
736
- - check: field_present
737
- path: "context"
738
- description: "Response echoes back the context object"
739
- - check: field_value
740
- path: "context.correlation_id"
741
- value: "media_buy_seller--get_delivery"
742
- description: "Context correlation_id returned unchanged"