@adcp/sdk 8.1.0-beta.7 → 8.1.0-beta.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/README.md +12 -0
  2. package/dist/lib/schemas-data/v2.5/_provenance.json +1 -1
  3. package/dist/lib/types/activate-signal.d.ts +647 -0
  4. package/dist/lib/types/build-creative.d.ts +2105 -0
  5. package/dist/lib/types/calibrate-content.d.ts +675 -0
  6. package/dist/lib/types/check-governance.d.ts +619 -0
  7. package/dist/lib/types/comply-test-controller.d.ts +8428 -0
  8. package/dist/lib/types/create-collection-list.d.ts +693 -0
  9. package/dist/lib/types/create-content-standards.d.ts +830 -0
  10. package/dist/lib/types/create-media-buy.d.ts +3374 -0
  11. package/dist/lib/types/create-property-list.d.ts +836 -0
  12. package/dist/lib/types/delete-collection-list.d.ts +497 -0
  13. package/dist/lib/types/delete-property-list.d.ts +497 -0
  14. package/dist/lib/types/get-account-financials.d.ts +624 -0
  15. package/dist/lib/types/get-adcp-capabilities.d.ts +2863 -0
  16. package/dist/lib/types/get-collection-list.d.ts +763 -0
  17. package/dist/lib/types/get-content-standards.d.ts +919 -0
  18. package/dist/lib/types/get-creative-delivery.d.ts +2219 -0
  19. package/dist/lib/types/get-creative-features.d.ts +1736 -0
  20. package/dist/lib/types/get-media-buy-artifacts.d.ts +864 -0
  21. package/dist/lib/types/get-media-buys.d.ts +1670 -0
  22. package/dist/lib/types/get-plan-audit-logs.d.ts +455 -0
  23. package/dist/lib/types/get-products.d.ts +4935 -0
  24. package/dist/lib/types/get-property-list.d.ts +874 -0
  25. package/dist/lib/types/get-signals.d.ts +986 -0
  26. package/dist/lib/types/list-accounts.d.ts +851 -0
  27. package/dist/lib/types/list-content-standards.d.ts +975 -0
  28. package/dist/lib/types/list-creative-formats.d.ts +3132 -0
  29. package/dist/lib/types/list-creatives.d.ts +2390 -0
  30. package/dist/lib/types/list-property-lists.d.ts +855 -0
  31. package/dist/lib/types/log-event.d.ts +373 -0
  32. package/dist/lib/types/per-tool-index.json +391 -0
  33. package/dist/lib/types/preview-creative.d.ts +1981 -0
  34. package/dist/lib/types/provide-performance-feedback.d.ts +218 -0
  35. package/dist/lib/types/report-plan-outcome.d.ts +433 -0
  36. package/dist/lib/types/report-usage.d.ts +579 -0
  37. package/dist/lib/types/si-get-offering.d.ts +259 -0
  38. package/dist/lib/types/si-initiate-session.d.ts +372 -0
  39. package/dist/lib/types/si-send-message.d.ts +300 -0
  40. package/dist/lib/types/si-terminate-session.d.ts +213 -0
  41. package/dist/lib/types/sync-accounts.d.ts +856 -0
  42. package/dist/lib/types/sync-audiences.d.ts +707 -0
  43. package/dist/lib/types/sync-catalogs.d.ts +766 -0
  44. package/dist/lib/types/sync-creatives.d.ts +2134 -0
  45. package/dist/lib/types/sync-event-sources.d.ts +665 -0
  46. package/dist/lib/types/sync-governance.d.ts +558 -0
  47. package/dist/lib/types/sync-plans.d.ts +979 -0
  48. package/dist/lib/types/update-collection-list.d.ts +697 -0
  49. package/dist/lib/types/update-content-standards.d.ts +847 -0
  50. package/dist/lib/types/update-media-buy.d.ts +3047 -0
  51. package/dist/lib/types/update-property-list.d.ts +840 -0
  52. package/dist/lib/types/validate-content-delivery.d.ts +722 -0
  53. package/dist/lib/types/validate-input.d.ts +1683 -0
  54. package/dist/lib/version.d.ts +3 -3
  55. package/dist/lib/version.js +3 -3
  56. package/package.json +9 -2
@@ -0,0 +1,391 @@
1
+ {
2
+ "$comment": "Index of per-tool .d.ts slices shipped under @adcp/sdk/types/<tool>. Agentic adopters use this to resolve spec snake_case tool names to the kebab-case subpath.",
3
+ "version": "3.1.0-beta.3",
4
+ "tools": {
5
+ "activate_signal": {
6
+ "subpath": "@adcp/sdk/types/activate-signal",
7
+ "exports": [
8
+ "ActivateSignalRequest",
9
+ "ActivateSignalResponse",
10
+ "ActivateSignalSuccess",
11
+ "ActivateSignalError"
12
+ ]
13
+ },
14
+ "build_creative": {
15
+ "subpath": "@adcp/sdk/types/build-creative",
16
+ "exports": [
17
+ "BuildCreativeRequest",
18
+ "BuildCreativeResponse",
19
+ "BuildCreativeSuccess",
20
+ "BuildCreativeError",
21
+ "BuildCreativeSubmitted"
22
+ ]
23
+ },
24
+ "calibrate_content": {
25
+ "subpath": "@adcp/sdk/types/calibrate-content",
26
+ "exports": [
27
+ "CalibrateContentRequest",
28
+ "CalibrateContentResponse"
29
+ ]
30
+ },
31
+ "check_governance": {
32
+ "subpath": "@adcp/sdk/types/check-governance",
33
+ "exports": [
34
+ "CheckGovernanceRequest",
35
+ "CheckGovernanceResponse"
36
+ ]
37
+ },
38
+ "comply_test_controller": {
39
+ "subpath": "@adcp/sdk/types/comply-test-controller",
40
+ "exports": [
41
+ "ComplyTestControllerRequest",
42
+ "ComplyTestControllerResponse"
43
+ ]
44
+ },
45
+ "create_collection_list": {
46
+ "subpath": "@adcp/sdk/types/create-collection-list",
47
+ "exports": [
48
+ "CreateCollectionListRequest",
49
+ "CreateCollectionListResponse"
50
+ ]
51
+ },
52
+ "create_content_standards": {
53
+ "subpath": "@adcp/sdk/types/create-content-standards",
54
+ "exports": [
55
+ "CreateContentStandardsRequest",
56
+ "CreateContentStandardsResponse"
57
+ ]
58
+ },
59
+ "create_media_buy": {
60
+ "subpath": "@adcp/sdk/types/create-media-buy",
61
+ "exports": [
62
+ "CreateMediaBuyRequest",
63
+ "CreateMediaBuyResponse",
64
+ "CreateMediaBuySuccess",
65
+ "CreateMediaBuyError",
66
+ "CreateMediaBuySubmitted"
67
+ ]
68
+ },
69
+ "create_property_list": {
70
+ "subpath": "@adcp/sdk/types/create-property-list",
71
+ "exports": [
72
+ "CreatePropertyListRequest",
73
+ "CreatePropertyListResponse"
74
+ ]
75
+ },
76
+ "delete_collection_list": {
77
+ "subpath": "@adcp/sdk/types/delete-collection-list",
78
+ "exports": [
79
+ "DeleteCollectionListRequest",
80
+ "DeleteCollectionListResponse"
81
+ ]
82
+ },
83
+ "delete_property_list": {
84
+ "subpath": "@adcp/sdk/types/delete-property-list",
85
+ "exports": [
86
+ "DeletePropertyListRequest",
87
+ "DeletePropertyListResponse"
88
+ ]
89
+ },
90
+ "get_account_financials": {
91
+ "subpath": "@adcp/sdk/types/get-account-financials",
92
+ "exports": [
93
+ "GetAccountFinancialsRequest",
94
+ "GetAccountFinancialsResponse",
95
+ "GetAccountFinancialsSuccess",
96
+ "GetAccountFinancialsError"
97
+ ]
98
+ },
99
+ "get_adcp_capabilities": {
100
+ "subpath": "@adcp/sdk/types/get-adcp-capabilities",
101
+ "exports": [
102
+ "GetAdCPCapabilitiesRequest",
103
+ "GetAdCPCapabilitiesResponse"
104
+ ]
105
+ },
106
+ "get_collection_list": {
107
+ "subpath": "@adcp/sdk/types/get-collection-list",
108
+ "exports": [
109
+ "GetCollectionListRequest",
110
+ "GetCollectionListResponse"
111
+ ]
112
+ },
113
+ "get_content_standards": {
114
+ "subpath": "@adcp/sdk/types/get-content-standards",
115
+ "exports": [
116
+ "GetContentStandardsRequest",
117
+ "GetContentStandardsResponse"
118
+ ]
119
+ },
120
+ "get_creative_delivery": {
121
+ "subpath": "@adcp/sdk/types/get-creative-delivery",
122
+ "exports": [
123
+ "GetCreativeDeliveryRequest",
124
+ "GetCreativeDeliveryResponse"
125
+ ]
126
+ },
127
+ "get_creative_features": {
128
+ "subpath": "@adcp/sdk/types/get-creative-features",
129
+ "exports": [
130
+ "GetCreativeFeaturesRequest",
131
+ "GetCreativeFeaturesResponse"
132
+ ]
133
+ },
134
+ "get_media_buy_artifacts": {
135
+ "subpath": "@adcp/sdk/types/get-media-buy-artifacts",
136
+ "exports": [
137
+ "GetMediaBuyArtifactsRequest",
138
+ "GetMediaBuyArtifactsResponse"
139
+ ]
140
+ },
141
+ "get_media_buys": {
142
+ "subpath": "@adcp/sdk/types/get-media-buys",
143
+ "exports": [
144
+ "GetMediaBuysRequest",
145
+ "GetMediaBuysResponse"
146
+ ]
147
+ },
148
+ "get_plan_audit_logs": {
149
+ "subpath": "@adcp/sdk/types/get-plan-audit-logs",
150
+ "exports": [
151
+ "GetPlanAuditLogsRequest",
152
+ "GetPlanAuditLogsResponse"
153
+ ]
154
+ },
155
+ "get_products": {
156
+ "subpath": "@adcp/sdk/types/get-products",
157
+ "exports": [
158
+ "GetProductsRequest",
159
+ "GetProductsResponse",
160
+ "GetProductsSubmitted"
161
+ ]
162
+ },
163
+ "get_property_list": {
164
+ "subpath": "@adcp/sdk/types/get-property-list",
165
+ "exports": [
166
+ "GetPropertyListRequest",
167
+ "GetPropertyListResponse"
168
+ ]
169
+ },
170
+ "get_signals": {
171
+ "subpath": "@adcp/sdk/types/get-signals",
172
+ "exports": [
173
+ "GetSignalsRequest",
174
+ "GetSignalsResponse"
175
+ ]
176
+ },
177
+ "list_accounts": {
178
+ "subpath": "@adcp/sdk/types/list-accounts",
179
+ "exports": [
180
+ "ListAccountsRequest",
181
+ "ListAccountsResponse"
182
+ ]
183
+ },
184
+ "list_content_standards": {
185
+ "subpath": "@adcp/sdk/types/list-content-standards",
186
+ "exports": [
187
+ "ListContentStandardsRequest",
188
+ "ListContentStandardsResponse"
189
+ ]
190
+ },
191
+ "list_creative_formats": {
192
+ "subpath": "@adcp/sdk/types/list-creative-formats",
193
+ "exports": [
194
+ "ListCreativeFormatsRequest",
195
+ "ListCreativeFormatsResponse"
196
+ ]
197
+ },
198
+ "list_creatives": {
199
+ "subpath": "@adcp/sdk/types/list-creatives",
200
+ "exports": [
201
+ "ListCreativesRequest",
202
+ "ListCreativesResponse"
203
+ ]
204
+ },
205
+ "list_property_lists": {
206
+ "subpath": "@adcp/sdk/types/list-property-lists",
207
+ "exports": [
208
+ "ListPropertyListsRequest",
209
+ "ListPropertyListsResponse"
210
+ ]
211
+ },
212
+ "log_event": {
213
+ "subpath": "@adcp/sdk/types/log-event",
214
+ "exports": [
215
+ "LogEventRequest",
216
+ "LogEventResponse",
217
+ "LogEventSuccess",
218
+ "LogEventError"
219
+ ]
220
+ },
221
+ "preview_creative": {
222
+ "subpath": "@adcp/sdk/types/preview-creative",
223
+ "exports": [
224
+ "PreviewCreativeRequest",
225
+ "PreviewCreativeResponse"
226
+ ]
227
+ },
228
+ "provide_performance_feedback": {
229
+ "subpath": "@adcp/sdk/types/provide-performance-feedback",
230
+ "exports": [
231
+ "ProvidePerformanceFeedbackRequest",
232
+ "ProvidePerformanceFeedbackResponse",
233
+ "ProvidePerformanceFeedbackSuccess",
234
+ "ProvidePerformanceFeedbackError"
235
+ ]
236
+ },
237
+ "report_plan_outcome": {
238
+ "subpath": "@adcp/sdk/types/report-plan-outcome",
239
+ "exports": [
240
+ "ReportPlanOutcomeRequest",
241
+ "ReportPlanOutcomeResponse"
242
+ ]
243
+ },
244
+ "report_usage": {
245
+ "subpath": "@adcp/sdk/types/report-usage",
246
+ "exports": [
247
+ "ReportUsageRequest",
248
+ "ReportUsageResponse"
249
+ ]
250
+ },
251
+ "si_get_offering": {
252
+ "subpath": "@adcp/sdk/types/si-get-offering",
253
+ "exports": [
254
+ "SIGetOfferingRequest",
255
+ "SIGetOfferingResponse"
256
+ ]
257
+ },
258
+ "si_initiate_session": {
259
+ "subpath": "@adcp/sdk/types/si-initiate-session",
260
+ "exports": [
261
+ "SIInitiateSessionRequest",
262
+ "SIInitiateSessionResponse"
263
+ ]
264
+ },
265
+ "si_send_message": {
266
+ "subpath": "@adcp/sdk/types/si-send-message",
267
+ "exports": [
268
+ "SISendMessageRequest",
269
+ "SISendMessageResponse"
270
+ ]
271
+ },
272
+ "si_terminate_session": {
273
+ "subpath": "@adcp/sdk/types/si-terminate-session",
274
+ "exports": [
275
+ "SITerminateSessionRequest",
276
+ "SITerminateSessionResponse"
277
+ ]
278
+ },
279
+ "sync_accounts": {
280
+ "subpath": "@adcp/sdk/types/sync-accounts",
281
+ "exports": [
282
+ "SyncAccountsRequest",
283
+ "SyncAccountsResponse",
284
+ "SyncAccountsSuccess",
285
+ "SyncAccountsError"
286
+ ]
287
+ },
288
+ "sync_audiences": {
289
+ "subpath": "@adcp/sdk/types/sync-audiences",
290
+ "exports": [
291
+ "SyncAudiencesRequest",
292
+ "SyncAudiencesResponse",
293
+ "SyncAudiencesSuccess",
294
+ "SyncAudiencesError",
295
+ "SyncAudiencesSubmitted"
296
+ ]
297
+ },
298
+ "sync_catalogs": {
299
+ "subpath": "@adcp/sdk/types/sync-catalogs",
300
+ "exports": [
301
+ "SyncCatalogsRequest",
302
+ "SyncCatalogsResponse",
303
+ "SyncCatalogsSuccess",
304
+ "SyncCatalogsError",
305
+ "SyncCatalogsSubmitted"
306
+ ]
307
+ },
308
+ "sync_creatives": {
309
+ "subpath": "@adcp/sdk/types/sync-creatives",
310
+ "exports": [
311
+ "SyncCreativesRequest",
312
+ "SyncCreativesResponse",
313
+ "SyncCreativesSuccess",
314
+ "SyncCreativesError",
315
+ "SyncCreativesSubmitted"
316
+ ]
317
+ },
318
+ "sync_event_sources": {
319
+ "subpath": "@adcp/sdk/types/sync-event-sources",
320
+ "exports": [
321
+ "SyncEventSourcesRequest",
322
+ "SyncEventSourcesResponse",
323
+ "SyncEventSourcesSuccess",
324
+ "SyncEventSourcesError"
325
+ ]
326
+ },
327
+ "sync_governance": {
328
+ "subpath": "@adcp/sdk/types/sync-governance",
329
+ "exports": [
330
+ "SyncGovernanceRequest",
331
+ "SyncGovernanceResponse",
332
+ "SyncGovernanceSuccess",
333
+ "SyncGovernanceError"
334
+ ]
335
+ },
336
+ "sync_plans": {
337
+ "subpath": "@adcp/sdk/types/sync-plans",
338
+ "exports": [
339
+ "SyncPlansRequest",
340
+ "SyncPlansResponse"
341
+ ]
342
+ },
343
+ "update_collection_list": {
344
+ "subpath": "@adcp/sdk/types/update-collection-list",
345
+ "exports": [
346
+ "UpdateCollectionListRequest",
347
+ "UpdateCollectionListResponse"
348
+ ]
349
+ },
350
+ "update_content_standards": {
351
+ "subpath": "@adcp/sdk/types/update-content-standards",
352
+ "exports": [
353
+ "UpdateContentStandardsRequest",
354
+ "UpdateContentStandardsResponse",
355
+ "UpdateContentStandardsSuccess",
356
+ "UpdateContentStandardsError"
357
+ ]
358
+ },
359
+ "update_media_buy": {
360
+ "subpath": "@adcp/sdk/types/update-media-buy",
361
+ "exports": [
362
+ "UpdateMediaBuyRequest",
363
+ "UpdateMediaBuyResponse",
364
+ "UpdateMediaBuySuccess",
365
+ "UpdateMediaBuyError",
366
+ "UpdateMediaBuySubmitted"
367
+ ]
368
+ },
369
+ "update_property_list": {
370
+ "subpath": "@adcp/sdk/types/update-property-list",
371
+ "exports": [
372
+ "UpdatePropertyListRequest",
373
+ "UpdatePropertyListResponse"
374
+ ]
375
+ },
376
+ "validate_content_delivery": {
377
+ "subpath": "@adcp/sdk/types/validate-content-delivery",
378
+ "exports": [
379
+ "ValidateContentDeliveryRequest",
380
+ "ValidateContentDeliveryResponse"
381
+ ]
382
+ },
383
+ "validate_input": {
384
+ "subpath": "@adcp/sdk/types/validate-input",
385
+ "exports": [
386
+ "ValidateInputRequest",
387
+ "ValidateInputResponse"
388
+ ]
389
+ }
390
+ }
391
+ }