@adcp/client 3.20.0 → 3.22.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.
- package/dist/lib/agents/index.generated.d.ts +17 -1
- package/dist/lib/agents/index.generated.d.ts.map +1 -1
- package/dist/lib/agents/index.generated.js +24 -0
- package/dist/lib/agents/index.generated.js.map +1 -1
- package/dist/lib/core/AgentClient.d.ts +6 -1
- package/dist/lib/core/AgentClient.d.ts.map +1 -1
- package/dist/lib/core/AgentClient.js +13 -0
- package/dist/lib/core/AgentClient.js.map +1 -1
- package/dist/lib/core/AsyncHandler.d.ts +2 -1
- package/dist/lib/core/AsyncHandler.d.ts.map +1 -1
- package/dist/lib/core/AsyncHandler.js +3 -0
- package/dist/lib/core/AsyncHandler.js.map +1 -1
- package/dist/lib/core/SingleAgentClient.d.ts +9 -1
- package/dist/lib/core/SingleAgentClient.d.ts.map +1 -1
- package/dist/lib/core/SingleAgentClient.js +12 -0
- package/dist/lib/core/SingleAgentClient.js.map +1 -1
- package/dist/lib/index.d.ts +1 -1
- package/dist/lib/index.d.ts.map +1 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/registry/index.d.ts +57 -0
- package/dist/lib/registry/index.d.ts.map +1 -1
- package/dist/lib/registry/index.js +34 -0
- package/dist/lib/registry/index.js.map +1 -1
- package/dist/lib/registry/types.generated.d.ts +159 -0
- package/dist/lib/registry/types.generated.d.ts.map +1 -1
- package/dist/lib/registry/types.generated.js +1 -1
- package/dist/lib/types/core.generated.d.ts +159 -311
- package/dist/lib/types/core.generated.d.ts.map +1 -1
- package/dist/lib/types/core.generated.js +1 -1
- package/dist/lib/types/schemas.generated.d.ts +6032 -3347
- package/dist/lib/types/schemas.generated.d.ts.map +1 -1
- package/dist/lib/types/schemas.generated.js +533 -397
- package/dist/lib/types/schemas.generated.js.map +1 -1
- package/dist/lib/types/tools.generated.d.ts +764 -691
- package/dist/lib/types/tools.generated.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -45,7 +45,7 @@ export interface MediaBuy {
|
|
|
45
45
|
/**
|
|
46
46
|
* Buyer's campaign reference label. Groups related operations under a single campaign for CRM and ad server correlation.
|
|
47
47
|
*/
|
|
48
|
-
|
|
48
|
+
buyer_campaign_ref?: string;
|
|
49
49
|
account?: Account;
|
|
50
50
|
status: MediaBuyStatus;
|
|
51
51
|
/**
|
|
@@ -130,13 +130,11 @@ export interface Account {
|
|
|
130
130
|
*/
|
|
131
131
|
sandbox?: boolean;
|
|
132
132
|
ext?: ExtensionObject;
|
|
133
|
-
[k: string]: unknown | undefined;
|
|
134
133
|
}
|
|
135
134
|
/**
|
|
136
135
|
* Extension object for platform-specific, vendor-namespaced parameters. Extensions are always optional and must be namespaced under a vendor/platform key (e.g., ext.gam, ext.roku). Used for custom capabilities, partner-specific configuration, and features being proposed for standardization.
|
|
137
136
|
*/
|
|
138
137
|
export interface ExtensionObject {
|
|
139
|
-
[k: string]: unknown | undefined;
|
|
140
138
|
}
|
|
141
139
|
/**
|
|
142
140
|
* A specific product within a media buy (line item)
|
|
@@ -164,7 +162,7 @@ export interface Package {
|
|
|
164
162
|
*/
|
|
165
163
|
pricing_option_id?: string;
|
|
166
164
|
/**
|
|
167
|
-
* Bid price for auction-based
|
|
165
|
+
* Bid price for auction-based pricing. This is the exact bid/price to honor unless the selected pricing option has max_bid=true, in which case bid_price is the buyer's maximum willingness to pay (ceiling).
|
|
168
166
|
*/
|
|
169
167
|
bid_price?: number;
|
|
170
168
|
/**
|
|
@@ -186,7 +184,6 @@ export interface Package {
|
|
|
186
184
|
*/
|
|
187
185
|
paused?: boolean;
|
|
188
186
|
ext?: ExtensionObject;
|
|
189
|
-
[k: string]: unknown | undefined;
|
|
190
187
|
}
|
|
191
188
|
/**
|
|
192
189
|
* Optional restriction overlays for media buys. Most targeting should be expressed in the brief and handled by the publisher. These fields are for functional restrictions: geographic (RCT testing, regulatory compliance), age verification (alcohol, gambling), device platform (app compatibility), and language (localization).
|
|
@@ -194,134 +191,64 @@ export interface Package {
|
|
|
194
191
|
export interface TargetingOverlay {
|
|
195
192
|
/**
|
|
196
193
|
* Restrict delivery to specific countries. ISO 3166-1 alpha-2 codes (e.g., 'US', 'GB', 'DE').
|
|
197
|
-
*
|
|
198
|
-
* @minItems 1
|
|
199
194
|
*/
|
|
200
|
-
geo_countries?:
|
|
195
|
+
geo_countries?: string[];
|
|
201
196
|
/**
|
|
202
197
|
* Exclude specific countries from delivery. ISO 3166-1 alpha-2 codes (e.g., 'US', 'GB', 'DE').
|
|
203
|
-
*
|
|
204
|
-
* @minItems 1
|
|
205
198
|
*/
|
|
206
|
-
geo_countries_exclude?:
|
|
199
|
+
geo_countries_exclude?: string[];
|
|
207
200
|
/**
|
|
208
201
|
* Restrict delivery to specific regions/states. ISO 3166-2 subdivision codes (e.g., 'US-CA', 'GB-SCT').
|
|
209
|
-
*
|
|
210
|
-
* @minItems 1
|
|
211
202
|
*/
|
|
212
|
-
geo_regions?:
|
|
203
|
+
geo_regions?: string[];
|
|
213
204
|
/**
|
|
214
205
|
* Exclude specific regions/states from delivery. ISO 3166-2 subdivision codes (e.g., 'US-CA', 'GB-SCT').
|
|
215
|
-
*
|
|
216
|
-
* @minItems 1
|
|
217
206
|
*/
|
|
218
|
-
geo_regions_exclude?:
|
|
207
|
+
geo_regions_exclude?: string[];
|
|
219
208
|
/**
|
|
220
209
|
* Restrict delivery to specific metro areas. Each entry specifies the classification system and target values. Seller must declare supported systems in get_adcp_capabilities.
|
|
221
|
-
*
|
|
222
|
-
* @minItems 1
|
|
223
210
|
*/
|
|
224
|
-
geo_metros?:
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
*/
|
|
232
|
-
values: [string, ...string[]];
|
|
233
|
-
},
|
|
234
|
-
...{
|
|
235
|
-
system: MetroAreaSystem;
|
|
236
|
-
/**
|
|
237
|
-
* Metro codes within the system (e.g., ['501', '602'] for Nielsen DMAs)
|
|
238
|
-
*
|
|
239
|
-
* @minItems 1
|
|
240
|
-
*/
|
|
241
|
-
values: [string, ...string[]];
|
|
242
|
-
}[]
|
|
243
|
-
];
|
|
211
|
+
geo_metros?: {
|
|
212
|
+
system: MetroAreaSystem;
|
|
213
|
+
/**
|
|
214
|
+
* Metro codes within the system (e.g., ['501', '602'] for Nielsen DMAs)
|
|
215
|
+
*/
|
|
216
|
+
values: string[];
|
|
217
|
+
}[];
|
|
244
218
|
/**
|
|
245
219
|
* Exclude specific metro areas from delivery. Each entry specifies the classification system and excluded values. Seller must declare supported systems in get_adcp_capabilities.
|
|
246
|
-
*
|
|
247
|
-
* @minItems 1
|
|
248
220
|
*/
|
|
249
|
-
geo_metros_exclude?:
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
*/
|
|
257
|
-
values: [string, ...string[]];
|
|
258
|
-
},
|
|
259
|
-
...{
|
|
260
|
-
system: MetroAreaSystem;
|
|
261
|
-
/**
|
|
262
|
-
* Metro codes to exclude within the system (e.g., ['501', '602'] for Nielsen DMAs)
|
|
263
|
-
*
|
|
264
|
-
* @minItems 1
|
|
265
|
-
*/
|
|
266
|
-
values: [string, ...string[]];
|
|
267
|
-
}[]
|
|
268
|
-
];
|
|
221
|
+
geo_metros_exclude?: {
|
|
222
|
+
system: MetroAreaSystem;
|
|
223
|
+
/**
|
|
224
|
+
* Metro codes to exclude within the system (e.g., ['501', '602'] for Nielsen DMAs)
|
|
225
|
+
*/
|
|
226
|
+
values: string[];
|
|
227
|
+
}[];
|
|
269
228
|
/**
|
|
270
229
|
* Restrict delivery to specific postal areas. Each entry specifies the postal system and target values. Seller must declare supported systems in get_adcp_capabilities.
|
|
271
|
-
*
|
|
272
|
-
* @minItems 1
|
|
273
230
|
*/
|
|
274
|
-
geo_postal_areas?:
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
*/
|
|
282
|
-
values: [string, ...string[]];
|
|
283
|
-
},
|
|
284
|
-
...{
|
|
285
|
-
system: PostalCodeSystem;
|
|
286
|
-
/**
|
|
287
|
-
* Postal codes within the system (e.g., ['10001', '10002'] for us_zip)
|
|
288
|
-
*
|
|
289
|
-
* @minItems 1
|
|
290
|
-
*/
|
|
291
|
-
values: [string, ...string[]];
|
|
292
|
-
}[]
|
|
293
|
-
];
|
|
231
|
+
geo_postal_areas?: {
|
|
232
|
+
system: PostalCodeSystem;
|
|
233
|
+
/**
|
|
234
|
+
* Postal codes within the system (e.g., ['10001', '10002'] for us_zip)
|
|
235
|
+
*/
|
|
236
|
+
values: string[];
|
|
237
|
+
}[];
|
|
294
238
|
/**
|
|
295
239
|
* Exclude specific postal areas from delivery. Each entry specifies the postal system and excluded values. Seller must declare supported systems in get_adcp_capabilities.
|
|
296
|
-
*
|
|
297
|
-
* @minItems 1
|
|
298
240
|
*/
|
|
299
|
-
geo_postal_areas_exclude?:
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
*/
|
|
307
|
-
values: [string, ...string[]];
|
|
308
|
-
},
|
|
309
|
-
...{
|
|
310
|
-
system: PostalCodeSystem;
|
|
311
|
-
/**
|
|
312
|
-
* Postal codes to exclude within the system (e.g., ['10001', '10002'] for us_zip)
|
|
313
|
-
*
|
|
314
|
-
* @minItems 1
|
|
315
|
-
*/
|
|
316
|
-
values: [string, ...string[]];
|
|
317
|
-
}[]
|
|
318
|
-
];
|
|
241
|
+
geo_postal_areas_exclude?: {
|
|
242
|
+
system: PostalCodeSystem;
|
|
243
|
+
/**
|
|
244
|
+
* Postal codes to exclude within the system (e.g., ['10001', '10002'] for us_zip)
|
|
245
|
+
*/
|
|
246
|
+
values: string[];
|
|
247
|
+
}[];
|
|
319
248
|
/**
|
|
320
249
|
* Restrict delivery to specific time windows. Each entry specifies days of week and an hour range.
|
|
321
|
-
*
|
|
322
|
-
* @minItems 1
|
|
323
250
|
*/
|
|
324
|
-
daypart_targets?:
|
|
251
|
+
daypart_targets?: DaypartTarget[];
|
|
325
252
|
/**
|
|
326
253
|
* AXE segment ID to include for targeting
|
|
327
254
|
*/
|
|
@@ -332,16 +259,12 @@ export interface TargetingOverlay {
|
|
|
332
259
|
axe_exclude_segment?: string;
|
|
333
260
|
/**
|
|
334
261
|
* Restrict delivery to members of these first-party CRM audiences. Only users present in the uploaded lists are eligible. References audience_id values from sync_audiences on the same seller account — audience IDs are not portable across sellers. Not for lookalike expansion — express that intent in the campaign brief. Seller must declare support in get_adcp_capabilities.
|
|
335
|
-
*
|
|
336
|
-
* @minItems 1
|
|
337
262
|
*/
|
|
338
|
-
audience_include?:
|
|
263
|
+
audience_include?: string[];
|
|
339
264
|
/**
|
|
340
265
|
* Suppress delivery to members of these first-party CRM audiences. Matched users are excluded regardless of other targeting. References audience_id values from sync_audiences on the same seller account — audience IDs are not portable across sellers. Seller must declare support in get_adcp_capabilities.
|
|
341
|
-
*
|
|
342
|
-
* @minItems 1
|
|
343
266
|
*/
|
|
344
|
-
audience_exclude?:
|
|
267
|
+
audience_exclude?: string[];
|
|
345
268
|
frequency_cap?: FrequencyCap;
|
|
346
269
|
property_list?: PropertyListReference;
|
|
347
270
|
/**
|
|
@@ -358,69 +281,34 @@ export interface TargetingOverlay {
|
|
|
358
281
|
verification_required?: boolean;
|
|
359
282
|
/**
|
|
360
283
|
* Accepted verification methods. If omitted, any method the platform supports is acceptable.
|
|
361
|
-
*
|
|
362
|
-
* @minItems 1
|
|
363
284
|
*/
|
|
364
|
-
accepted_methods?:
|
|
285
|
+
accepted_methods?: AgeVerificationMethod[];
|
|
365
286
|
};
|
|
366
287
|
/**
|
|
367
288
|
* Restrict to specific platforms. Use for technical compatibility (app only works on iOS). Values from Sec-CH-UA-Platform standard, extended for CTV.
|
|
368
|
-
*
|
|
369
|
-
* @minItems 1
|
|
370
289
|
*/
|
|
371
|
-
device_platform?:
|
|
290
|
+
device_platform?: DevicePlatform[];
|
|
372
291
|
/**
|
|
373
292
|
* Target users within store catchment areas from a synced store catalog. Each entry references a store-type catalog and optionally narrows to specific stores or catchment zones.
|
|
374
|
-
*
|
|
375
|
-
* @minItems 1
|
|
376
293
|
*/
|
|
377
|
-
store_catchments?:
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
*
|
|
392
|
-
* @minItems 1
|
|
393
|
-
*/
|
|
394
|
-
catchment_ids?: [string, ...string[]];
|
|
395
|
-
[k: string]: unknown | undefined;
|
|
396
|
-
},
|
|
397
|
-
...{
|
|
398
|
-
/**
|
|
399
|
-
* Synced store-type catalog ID from sync_catalogs.
|
|
400
|
-
*/
|
|
401
|
-
catalog_id: string;
|
|
402
|
-
/**
|
|
403
|
-
* Filter to specific stores within the catalog. Omit to target all stores.
|
|
404
|
-
*
|
|
405
|
-
* @minItems 1
|
|
406
|
-
*/
|
|
407
|
-
store_ids?: [string, ...string[]];
|
|
408
|
-
/**
|
|
409
|
-
* Catchment zone IDs to target (e.g., 'walk', 'drive'). Omit to target all catchment zones.
|
|
410
|
-
*
|
|
411
|
-
* @minItems 1
|
|
412
|
-
*/
|
|
413
|
-
catchment_ids?: [string, ...string[]];
|
|
414
|
-
[k: string]: unknown | undefined;
|
|
415
|
-
}[]
|
|
416
|
-
];
|
|
294
|
+
store_catchments?: {
|
|
295
|
+
/**
|
|
296
|
+
* Synced store-type catalog ID from sync_catalogs.
|
|
297
|
+
*/
|
|
298
|
+
catalog_id: string;
|
|
299
|
+
/**
|
|
300
|
+
* Filter to specific stores within the catalog. Omit to target all stores.
|
|
301
|
+
*/
|
|
302
|
+
store_ids?: string[];
|
|
303
|
+
/**
|
|
304
|
+
* Catchment zone IDs to target (e.g., 'walk', 'drive'). Omit to target all catchment zones.
|
|
305
|
+
*/
|
|
306
|
+
catchment_ids?: string[];
|
|
307
|
+
}[];
|
|
417
308
|
/**
|
|
418
309
|
* Restrict to users with specific language preferences. ISO 639-1 codes (e.g., 'en', 'es', 'fr').
|
|
419
|
-
*
|
|
420
|
-
* @minItems 1
|
|
421
310
|
*/
|
|
422
|
-
language?:
|
|
423
|
-
[k: string]: unknown | undefined;
|
|
311
|
+
language?: string[];
|
|
424
312
|
}
|
|
425
313
|
/**
|
|
426
314
|
* A time window for daypart targeting. Specifies days of week and an hour range. start_hour is inclusive, end_hour is exclusive (e.g., 6-10 = 6:00am to 10:00am). Follows the Google Ads AdScheduleInfo / DV360 DayPartTargeting pattern.
|
|
@@ -428,10 +316,8 @@ export interface TargetingOverlay {
|
|
|
428
316
|
export interface DaypartTarget {
|
|
429
317
|
/**
|
|
430
318
|
* Days of week this window applies to. Use multiple days for compact targeting (e.g., monday-friday in one object).
|
|
431
|
-
*
|
|
432
|
-
* @minItems 1
|
|
433
319
|
*/
|
|
434
|
-
days:
|
|
320
|
+
days: DayOfWeek[];
|
|
435
321
|
/**
|
|
436
322
|
* Start hour (inclusive), 0-23 in 24-hour format. 0 = midnight, 6 = 6:00am, 18 = 6:00pm.
|
|
437
323
|
*/
|
|
@@ -453,7 +339,6 @@ export interface FrequencyCap {
|
|
|
453
339
|
* Minutes to suppress after impression
|
|
454
340
|
*/
|
|
455
341
|
suppress_minutes: number;
|
|
456
|
-
[k: string]: unknown | undefined;
|
|
457
342
|
}
|
|
458
343
|
/**
|
|
459
344
|
* Reference to a property list for targeting specific properties within this product. The package runs on the intersection of the product's publisher_properties and this list. Sellers SHOULD return a validation error if the product has property_targeting_allowed: false.
|
|
@@ -486,11 +371,8 @@ export interface CreativeAssignment {
|
|
|
486
371
|
weight?: number;
|
|
487
372
|
/**
|
|
488
373
|
* Optional array of placement IDs where this creative should run. When omitted, the creative runs on all placements in the package. References placement_id values from the product's placements array.
|
|
489
|
-
*
|
|
490
|
-
* @minItems 1
|
|
491
374
|
*/
|
|
492
|
-
placement_ids?:
|
|
493
|
-
[k: string]: unknown | undefined;
|
|
375
|
+
placement_ids?: string[];
|
|
494
376
|
}
|
|
495
377
|
/**
|
|
496
378
|
* Structured format identifier with agent URL and format name. Can reference: (1) a concrete format with fixed dimensions (id only), (2) a template format without parameters (id only), or (3) a template format with parameters (id + dimensions/duration). Template formats accept parameters in format_id while concrete formats have fixed dimensions in their definition. Parameterized format IDs create unique, specific format variants.
|
|
@@ -516,7 +398,6 @@ export interface FormatID {
|
|
|
516
398
|
* Duration in milliseconds for time-based formats (video, audio). When specified, creates a parameterized format ID. Omit to reference a template format without parameters.
|
|
517
399
|
*/
|
|
518
400
|
duration_ms?: number;
|
|
519
|
-
[k: string]: unknown | undefined;
|
|
520
401
|
}
|
|
521
402
|
/**
|
|
522
403
|
* Conversion optimization goal for a package. Tells the seller which event source and event type to optimize delivery against. Provide at most one of target_roas or target_cpa. If neither is provided, the seller optimizes for maximum conversions within budget.
|
|
@@ -547,9 +428,7 @@ export interface OptimizationGoal {
|
|
|
547
428
|
* View-through attribution window (e.g. '1d', '7d')
|
|
548
429
|
*/
|
|
549
430
|
view_through?: string;
|
|
550
|
-
[k: string]: unknown | undefined;
|
|
551
431
|
};
|
|
552
|
-
[k: string]: unknown | undefined;
|
|
553
432
|
}
|
|
554
433
|
/**
|
|
555
434
|
* Catalog type. Structural types: 'offering' (AdCP Offering objects), 'product' (ecommerce entries), 'inventory' (stock per location), 'store' (physical locations), 'promotion' (deals and pricing). Vertical types: 'hotel', 'flight', 'job', 'vehicle', 'real_estate', 'education', 'destination', 'app' — each with an industry-specific item schema.
|
|
@@ -604,7 +483,6 @@ export type VASTAsset = {
|
|
|
604
483
|
* URL to audio description track for visually impaired users
|
|
605
484
|
*/
|
|
606
485
|
audio_description_url?: string;
|
|
607
|
-
[k: string]: unknown | undefined;
|
|
608
486
|
} | {
|
|
609
487
|
/**
|
|
610
488
|
* Discriminator indicating VAST is delivered as inline XML content
|
|
@@ -635,7 +513,6 @@ export type VASTAsset = {
|
|
|
635
513
|
* URL to audio description track for visually impaired users
|
|
636
514
|
*/
|
|
637
515
|
audio_description_url?: string;
|
|
638
|
-
[k: string]: unknown | undefined;
|
|
639
516
|
};
|
|
640
517
|
/**
|
|
641
518
|
* VAST specification version
|
|
@@ -674,7 +551,6 @@ export type DAASTAsset = {
|
|
|
674
551
|
* URL to text transcript of the audio content
|
|
675
552
|
*/
|
|
676
553
|
transcript_url?: string;
|
|
677
|
-
[k: string]: unknown | undefined;
|
|
678
554
|
} | {
|
|
679
555
|
/**
|
|
680
556
|
* Discriminator indicating DAAST is delivered as inline XML content
|
|
@@ -701,7 +577,6 @@ export type DAASTAsset = {
|
|
|
701
577
|
* URL to text transcript of the audio content
|
|
702
578
|
*/
|
|
703
579
|
transcript_url?: string;
|
|
704
|
-
[k: string]: unknown | undefined;
|
|
705
580
|
};
|
|
706
581
|
/**
|
|
707
582
|
* DAAST specification version
|
|
@@ -800,28 +675,20 @@ export interface Catalog {
|
|
|
800
675
|
update_frequency?: UpdateFrequency;
|
|
801
676
|
/**
|
|
802
677
|
* Inline catalog data. The item schema depends on the catalog type: Offering objects for 'offering', StoreItem for 'store', HotelItem for 'hotel', FlightItem for 'flight', JobItem for 'job', VehicleItem for 'vehicle', RealEstateItem for 'real_estate', EducationItem for 'education', DestinationItem for 'destination', AppItem for 'app', or freeform objects for 'product', 'inventory', and 'promotion'. Mutually exclusive with url — provide one or the other, not both. Implementations should validate items against the type-specific schema.
|
|
803
|
-
*
|
|
804
|
-
* @minItems 1
|
|
805
678
|
*/
|
|
806
|
-
items?:
|
|
679
|
+
items?: {}[];
|
|
807
680
|
/**
|
|
808
681
|
* Filter catalog to specific item IDs. For offering-type catalogs, these are offering_id values. For product-type catalogs, these are SKU identifiers.
|
|
809
|
-
*
|
|
810
|
-
* @minItems 1
|
|
811
682
|
*/
|
|
812
|
-
ids?:
|
|
683
|
+
ids?: string[];
|
|
813
684
|
/**
|
|
814
685
|
* Filter product-type catalogs by GTIN identifiers for cross-retailer catalog matching. Accepts standard GTIN formats (GTIN-8, UPC-A/GTIN-12, EAN-13/GTIN-13, GTIN-14). Only applicable when type is 'product'.
|
|
815
|
-
*
|
|
816
|
-
* @minItems 1
|
|
817
686
|
*/
|
|
818
|
-
gtins?:
|
|
687
|
+
gtins?: string[];
|
|
819
688
|
/**
|
|
820
689
|
* Filter catalog to items with these tags. Tags are matched using OR logic — items matching any tag are included.
|
|
821
|
-
*
|
|
822
|
-
* @minItems 1
|
|
823
690
|
*/
|
|
824
|
-
tags?:
|
|
691
|
+
tags?: string[];
|
|
825
692
|
/**
|
|
826
693
|
* Filter catalog to items in this category (e.g., 'beverages/soft-drinks', 'chef-positions').
|
|
827
694
|
*/
|
|
@@ -832,15 +699,66 @@ export interface Catalog {
|
|
|
832
699
|
query?: string;
|
|
833
700
|
/**
|
|
834
701
|
* Event types that represent conversions for items in this catalog. Declares what events the platform should attribute to catalog items — e.g., a job catalog converts via submit_application, a product catalog via purchase. The event's content_ids field carries the item IDs that connect back to catalog items. Use content_id_type to declare what identifier type content_ids values represent.
|
|
835
|
-
*
|
|
836
|
-
* @minItems 1
|
|
837
702
|
*/
|
|
838
|
-
conversion_events?:
|
|
703
|
+
conversion_events?: EventType[];
|
|
839
704
|
content_id_type?: ContentIDType;
|
|
840
|
-
|
|
705
|
+
/**
|
|
706
|
+
* Declarative normalization rules for external feeds. Maps non-standard feed field names, date formats, price encodings, and image URLs to the AdCP catalog item schema. Applied during sync_catalogs ingestion. Supports field renames, named transforms (date, divide, boolean, split), static literal injection, and assignment of image URLs to typed asset pools.
|
|
707
|
+
*/
|
|
708
|
+
feed_field_mappings?: CatalogFieldMapping[];
|
|
709
|
+
}
|
|
710
|
+
/**
|
|
711
|
+
* Declares how a field in an external feed maps to the AdCP catalog item schema. Used in sync_catalogs feed_field_mappings to normalize non-AdCP feeds (Google Merchant Center, LinkedIn Jobs XML, hotel XML, etc.) to the standard catalog item schema without requiring the buyer to preprocess every feed. Multiple mappings can assemble a nested object via dot notation (e.g., separate mappings for price.amount and price.currency).
|
|
712
|
+
*/
|
|
713
|
+
export interface CatalogFieldMapping {
|
|
714
|
+
/**
|
|
715
|
+
* Field name in the external feed record. Omit when injecting a static literal value (use the value property instead).
|
|
716
|
+
*/
|
|
717
|
+
feed_field?: string;
|
|
718
|
+
/**
|
|
719
|
+
* Target field on the catalog item schema, using dot notation for nested fields (e.g., 'name', 'price.amount', 'location.city'). Mutually exclusive with asset_group_id.
|
|
720
|
+
*/
|
|
721
|
+
catalog_field?: string;
|
|
722
|
+
/**
|
|
723
|
+
* Places the feed field value (a URL) into a typed asset pool on the catalog item's assets array. The value is wrapped as an image or video asset in a group with this ID. Use standard group IDs: 'images_landscape', 'images_vertical', 'images_square', 'logo', 'video'. Mutually exclusive with catalog_field.
|
|
724
|
+
*/
|
|
725
|
+
asset_group_id?: string;
|
|
726
|
+
/**
|
|
727
|
+
* Static literal value to inject into catalog_field for every item, regardless of what the feed contains. Mutually exclusive with feed_field. Useful for fields the feed omits (e.g., currency when price is always USD, or a constant category value).
|
|
728
|
+
*/
|
|
729
|
+
value?: {
|
|
730
|
+
[k: string]: unknown | undefined;
|
|
731
|
+
};
|
|
732
|
+
/**
|
|
733
|
+
* Named transform to apply to the feed field value before writing to the catalog schema. See transform-specific parameters (format, timezone, by, separator).
|
|
734
|
+
*/
|
|
735
|
+
transform?: 'date' | 'divide' | 'boolean' | 'split';
|
|
736
|
+
/**
|
|
737
|
+
* For transform 'date': the input date format string (e.g., 'YYYYMMDD', 'MM/DD/YYYY', 'DD-MM-YYYY'). Output is always ISO 8601 (e.g., '2025-03-01'). Uses Unicode date pattern tokens.
|
|
738
|
+
*/
|
|
739
|
+
format?: string;
|
|
740
|
+
/**
|
|
741
|
+
* For transform 'date': the timezone of the input value. IANA timezone identifier (e.g., 'UTC', 'America/New_York', 'Europe/Amsterdam'). Defaults to UTC when omitted.
|
|
742
|
+
*/
|
|
743
|
+
timezone?: string;
|
|
744
|
+
/**
|
|
745
|
+
* For transform 'divide': the divisor to apply (e.g., 100 to convert integer cents to decimal dollars).
|
|
746
|
+
*/
|
|
747
|
+
by?: number;
|
|
748
|
+
/**
|
|
749
|
+
* For transform 'split': the separator character or string to split on. Defaults to ','.
|
|
750
|
+
*/
|
|
751
|
+
separator?: string;
|
|
752
|
+
/**
|
|
753
|
+
* Fallback value to use when feed_field is absent, null, or empty. Applied after any transform would have been applied. Allows optional feed fields to have a guaranteed baseline value.
|
|
754
|
+
*/
|
|
755
|
+
default?: {
|
|
756
|
+
[k: string]: unknown | undefined;
|
|
757
|
+
};
|
|
758
|
+
ext?: ExtensionObject;
|
|
841
759
|
}
|
|
842
760
|
/**
|
|
843
|
-
*
|
|
761
|
+
* Extension object for platform-specific, vendor-namespaced parameters. Extensions are always optional and must be namespaced under a vendor/platform key (e.g., ext.gam, ext.roku). Used for custom capabilities, partner-specific configuration, and features being proposed for standardization.
|
|
844
762
|
*/
|
|
845
763
|
export interface ImageAsset {
|
|
846
764
|
/**
|
|
@@ -863,7 +781,6 @@ export interface ImageAsset {
|
|
|
863
781
|
* Alternative text for accessibility
|
|
864
782
|
*/
|
|
865
783
|
alt_text?: string;
|
|
866
|
-
[k: string]: unknown | undefined;
|
|
867
784
|
}
|
|
868
785
|
/**
|
|
869
786
|
* Video asset with URL and technical specifications including audio track properties
|
|
@@ -985,7 +902,6 @@ export interface VideoAsset {
|
|
|
985
902
|
* URL to audio description track for visually impaired users
|
|
986
903
|
*/
|
|
987
904
|
audio_description_url?: string;
|
|
988
|
-
[k: string]: unknown | undefined;
|
|
989
905
|
}
|
|
990
906
|
/**
|
|
991
907
|
* Audio asset with URL and technical specifications
|
|
@@ -1039,7 +955,6 @@ export interface AudioAsset {
|
|
|
1039
955
|
* URL to text transcript of the audio content
|
|
1040
956
|
*/
|
|
1041
957
|
transcript_url?: string;
|
|
1042
|
-
[k: string]: unknown | undefined;
|
|
1043
958
|
}
|
|
1044
959
|
/**
|
|
1045
960
|
* Text content asset
|
|
@@ -1053,7 +968,6 @@ export interface TextAsset {
|
|
|
1053
968
|
* Language code (e.g., 'en', 'es', 'fr')
|
|
1054
969
|
*/
|
|
1055
970
|
language?: string;
|
|
1056
|
-
[k: string]: unknown | undefined;
|
|
1057
971
|
}
|
|
1058
972
|
/**
|
|
1059
973
|
* HTML content asset
|
|
@@ -1088,7 +1002,6 @@ export interface HTMLAsset {
|
|
|
1088
1002
|
*/
|
|
1089
1003
|
screen_reader_tested?: boolean;
|
|
1090
1004
|
};
|
|
1091
|
-
[k: string]: unknown | undefined;
|
|
1092
1005
|
}
|
|
1093
1006
|
/**
|
|
1094
1007
|
* CSS stylesheet asset
|
|
@@ -1102,7 +1015,6 @@ export interface CSSAsset {
|
|
|
1102
1015
|
* CSS media query context (e.g., 'screen', 'print')
|
|
1103
1016
|
*/
|
|
1104
1017
|
media?: string;
|
|
1105
|
-
[k: string]: unknown | undefined;
|
|
1106
1018
|
}
|
|
1107
1019
|
/**
|
|
1108
1020
|
* JavaScript code asset
|
|
@@ -1134,7 +1046,6 @@ export interface JavaScriptAsset {
|
|
|
1134
1046
|
*/
|
|
1135
1047
|
screen_reader_tested?: boolean;
|
|
1136
1048
|
};
|
|
1137
|
-
[k: string]: unknown | undefined;
|
|
1138
1049
|
}
|
|
1139
1050
|
/**
|
|
1140
1051
|
* URL reference asset
|
|
@@ -1149,7 +1060,6 @@ export interface URLAsset {
|
|
|
1149
1060
|
* Description of what this URL points to
|
|
1150
1061
|
*/
|
|
1151
1062
|
description?: string;
|
|
1152
|
-
[k: string]: unknown | undefined;
|
|
1153
1063
|
}
|
|
1154
1064
|
/**
|
|
1155
1065
|
* Selects properties from a publisher's adagents.json. Used for both product definitions and agent authorization. Supports three selection patterns: all properties, specific IDs, or by tags.
|
|
@@ -1163,7 +1073,6 @@ export type PublisherPropertySelector = {
|
|
|
1163
1073
|
* Discriminator indicating all properties from this publisher are included
|
|
1164
1074
|
*/
|
|
1165
1075
|
selection_type: 'all';
|
|
1166
|
-
[k: string]: unknown | undefined;
|
|
1167
1076
|
} | {
|
|
1168
1077
|
/**
|
|
1169
1078
|
* Domain where publisher's adagents.json is hosted (e.g., 'cnn.com')
|
|
@@ -1175,11 +1084,8 @@ export type PublisherPropertySelector = {
|
|
|
1175
1084
|
selection_type: 'by_id';
|
|
1176
1085
|
/**
|
|
1177
1086
|
* Specific property IDs from the publisher's adagents.json
|
|
1178
|
-
*
|
|
1179
|
-
* @minItems 1
|
|
1180
1087
|
*/
|
|
1181
|
-
property_ids:
|
|
1182
|
-
[k: string]: unknown | undefined;
|
|
1088
|
+
property_ids: PropertyID[];
|
|
1183
1089
|
} | {
|
|
1184
1090
|
/**
|
|
1185
1091
|
* Domain where publisher's adagents.json is hosted (e.g., 'cnn.com')
|
|
@@ -1191,11 +1097,8 @@ export type PublisherPropertySelector = {
|
|
|
1191
1097
|
selection_type: 'by_tag';
|
|
1192
1098
|
/**
|
|
1193
1099
|
* Property tags from the publisher's adagents.json. Selector covers all properties with these tags
|
|
1194
|
-
*
|
|
1195
|
-
* @minItems 1
|
|
1196
1100
|
*/
|
|
1197
|
-
property_tags:
|
|
1198
|
-
[k: string]: unknown | undefined;
|
|
1101
|
+
property_tags: PropertyTag[];
|
|
1199
1102
|
};
|
|
1200
1103
|
/**
|
|
1201
1104
|
* Identifier for a publisher property. Must be lowercase alphanumeric with underscores only.
|
|
@@ -1214,7 +1117,7 @@ export type MediaChannel = 'display' | 'olv' | 'social' | 'search' | 'ctv' | 'li
|
|
|
1214
1117
|
*/
|
|
1215
1118
|
export type DeliveryType = 'guaranteed' | 'non_guaranteed';
|
|
1216
1119
|
/**
|
|
1217
|
-
* A pricing model option offered by a publisher for a product. Discriminated by pricing_model field. If fixed_price is present, it's fixed pricing. If absent, it's auction-based (floor_price and price_guidance optional).
|
|
1120
|
+
* A pricing model option offered by a publisher for a product. Discriminated by pricing_model field. If fixed_price is present, it's fixed pricing. If absent, it's auction-based (floor_price and price_guidance optional). Bid-based auction models may also include max_bid as a boolean signal to interpret bid_price as a buyer ceiling instead of an exact honored price.
|
|
1218
1121
|
*/
|
|
1219
1122
|
export type PricingOption = CPMPricingOption | VCPMPricingOption | CPCPricingOption | CPCVPricingOption | CPVPricingOption | CPPPricingOption | CPAPricingOption | FlatRatePricingOption | TimeBasedPricingOption;
|
|
1220
1123
|
/**
|
|
@@ -1261,7 +1164,6 @@ export type DataProviderSignalSelector = {
|
|
|
1261
1164
|
* Discriminator indicating all signals from this data provider are included
|
|
1262
1165
|
*/
|
|
1263
1166
|
selection_type: 'all';
|
|
1264
|
-
[k: string]: unknown | undefined;
|
|
1265
1167
|
} | {
|
|
1266
1168
|
/**
|
|
1267
1169
|
* Domain where data provider's adagents.json is hosted (e.g., 'polk.com')
|
|
@@ -1273,11 +1175,8 @@ export type DataProviderSignalSelector = {
|
|
|
1273
1175
|
selection_type: 'by_id';
|
|
1274
1176
|
/**
|
|
1275
1177
|
* Specific signal IDs from the data provider's catalog
|
|
1276
|
-
*
|
|
1277
|
-
* @minItems 1
|
|
1278
1178
|
*/
|
|
1279
|
-
signal_ids:
|
|
1280
|
-
[k: string]: unknown | undefined;
|
|
1179
|
+
signal_ids: string[];
|
|
1281
1180
|
} | {
|
|
1282
1181
|
/**
|
|
1283
1182
|
* Domain where data provider's adagents.json is hosted (e.g., 'polk.com')
|
|
@@ -1289,11 +1188,8 @@ export type DataProviderSignalSelector = {
|
|
|
1289
1188
|
selection_type: 'by_tag';
|
|
1290
1189
|
/**
|
|
1291
1190
|
* Signal tags from the data provider's catalog. Selector covers all signals with these tags
|
|
1292
|
-
*
|
|
1293
|
-
* @minItems 1
|
|
1294
1191
|
*/
|
|
1295
|
-
signal_tags:
|
|
1296
|
-
[k: string]: unknown | undefined;
|
|
1192
|
+
signal_tags: string[];
|
|
1297
1193
|
};
|
|
1298
1194
|
/**
|
|
1299
1195
|
* The type of catalog feed. Determines the item schema and how the platform resolves catalog items. Multiple catalog types can be synced to the same account and referenced together in creatives.
|
|
@@ -1459,11 +1355,8 @@ export interface Placement {
|
|
|
1459
1355
|
description?: string;
|
|
1460
1356
|
/**
|
|
1461
1357
|
* Format IDs supported by this specific placement. Can include: (1) concrete format_ids (fixed dimensions), (2) template format_ids without parameters (accepts any dimensions/duration), or (3) parameterized format_ids (specific dimension/duration constraints).
|
|
1462
|
-
*
|
|
1463
|
-
* @minItems 1
|
|
1464
1358
|
*/
|
|
1465
|
-
format_ids?:
|
|
1466
|
-
[k: string]: unknown | undefined;
|
|
1359
|
+
format_ids?: FormatID[];
|
|
1467
1360
|
}
|
|
1468
1361
|
/**
|
|
1469
1362
|
* Cost Per Mille (cost per 1,000 impressions) pricing. If fixed_price is present, it's fixed pricing. If absent, it's auction-based.
|
|
@@ -1489,12 +1382,15 @@ export interface CPMPricingOption {
|
|
|
1489
1382
|
* Minimum acceptable bid for auction pricing (mutually exclusive with fixed_price). Bids below this value will be rejected.
|
|
1490
1383
|
*/
|
|
1491
1384
|
floor_price?: number;
|
|
1385
|
+
/**
|
|
1386
|
+
* When true, bid_price is interpreted as the buyer's maximum willingness to pay (ceiling) rather than an exact price. Sellers may optimize actual clearing prices between floor_price and bid_price based on delivery pacing. When false or absent, bid_price (if provided) is the exact bid/price to honor.
|
|
1387
|
+
*/
|
|
1388
|
+
max_bid?: boolean;
|
|
1492
1389
|
price_guidance?: PriceGuidance;
|
|
1493
1390
|
/**
|
|
1494
1391
|
* Minimum spend requirement per package using this pricing option, in the specified currency
|
|
1495
1392
|
*/
|
|
1496
1393
|
min_spend_per_package?: number;
|
|
1497
|
-
[k: string]: unknown | undefined;
|
|
1498
1394
|
}
|
|
1499
1395
|
/**
|
|
1500
1396
|
* Optional pricing guidance for auction-based bidding
|
|
@@ -1516,7 +1412,6 @@ export interface PriceGuidance {
|
|
|
1516
1412
|
* 90th percentile of recent winning bids
|
|
1517
1413
|
*/
|
|
1518
1414
|
p90?: number;
|
|
1519
|
-
[k: string]: unknown | undefined;
|
|
1520
1415
|
}
|
|
1521
1416
|
/**
|
|
1522
1417
|
* Viewable Cost Per Mille (cost per 1,000 viewable impressions) pricing - MRC viewability standard. If fixed_price is present, it's fixed pricing. If absent, it's auction-based.
|
|
@@ -1542,12 +1437,15 @@ export interface VCPMPricingOption {
|
|
|
1542
1437
|
* Minimum acceptable bid for auction pricing (mutually exclusive with fixed_price). Bids below this value will be rejected.
|
|
1543
1438
|
*/
|
|
1544
1439
|
floor_price?: number;
|
|
1440
|
+
/**
|
|
1441
|
+
* When true, bid_price is interpreted as the buyer's maximum willingness to pay (ceiling) rather than an exact price. Sellers may optimize actual clearing prices between floor_price and bid_price based on delivery pacing. When false or absent, bid_price (if provided) is the exact bid/price to honor.
|
|
1442
|
+
*/
|
|
1443
|
+
max_bid?: boolean;
|
|
1545
1444
|
price_guidance?: PriceGuidance;
|
|
1546
1445
|
/**
|
|
1547
1446
|
* Minimum spend requirement per package using this pricing option, in the specified currency
|
|
1548
1447
|
*/
|
|
1549
1448
|
min_spend_per_package?: number;
|
|
1550
|
-
[k: string]: unknown | undefined;
|
|
1551
1449
|
}
|
|
1552
1450
|
/**
|
|
1553
1451
|
* Optional pricing guidance for auction-based bidding
|
|
@@ -1573,12 +1471,15 @@ export interface CPCPricingOption {
|
|
|
1573
1471
|
* Minimum acceptable bid for auction pricing (mutually exclusive with fixed_price). Bids below this value will be rejected.
|
|
1574
1472
|
*/
|
|
1575
1473
|
floor_price?: number;
|
|
1474
|
+
/**
|
|
1475
|
+
* When true, bid_price is interpreted as the buyer's maximum willingness to pay (ceiling) rather than an exact price. Sellers may optimize actual clearing prices between floor_price and bid_price based on delivery pacing. When false or absent, bid_price (if provided) is the exact bid/price to honor.
|
|
1476
|
+
*/
|
|
1477
|
+
max_bid?: boolean;
|
|
1576
1478
|
price_guidance?: PriceGuidance;
|
|
1577
1479
|
/**
|
|
1578
1480
|
* Minimum spend requirement per package using this pricing option, in the specified currency
|
|
1579
1481
|
*/
|
|
1580
1482
|
min_spend_per_package?: number;
|
|
1581
|
-
[k: string]: unknown | undefined;
|
|
1582
1483
|
}
|
|
1583
1484
|
/**
|
|
1584
1485
|
* Optional pricing guidance for auction-based bidding
|
|
@@ -1604,12 +1505,15 @@ export interface CPCVPricingOption {
|
|
|
1604
1505
|
* Minimum acceptable bid for auction pricing (mutually exclusive with fixed_price). Bids below this value will be rejected.
|
|
1605
1506
|
*/
|
|
1606
1507
|
floor_price?: number;
|
|
1508
|
+
/**
|
|
1509
|
+
* When true, bid_price is interpreted as the buyer's maximum willingness to pay (ceiling) rather than an exact price. Sellers may optimize actual clearing prices between floor_price and bid_price based on delivery pacing. When false or absent, bid_price (if provided) is the exact bid/price to honor.
|
|
1510
|
+
*/
|
|
1511
|
+
max_bid?: boolean;
|
|
1607
1512
|
price_guidance?: PriceGuidance;
|
|
1608
1513
|
/**
|
|
1609
1514
|
* Minimum spend requirement per package using this pricing option, in the specified currency
|
|
1610
1515
|
*/
|
|
1611
1516
|
min_spend_per_package?: number;
|
|
1612
|
-
[k: string]: unknown | undefined;
|
|
1613
1517
|
}
|
|
1614
1518
|
/**
|
|
1615
1519
|
* Optional pricing guidance for auction-based bidding
|
|
@@ -1635,6 +1539,10 @@ export interface CPVPricingOption {
|
|
|
1635
1539
|
* Minimum acceptable bid for auction pricing (mutually exclusive with fixed_price). Bids below this value will be rejected.
|
|
1636
1540
|
*/
|
|
1637
1541
|
floor_price?: number;
|
|
1542
|
+
/**
|
|
1543
|
+
* When true, bid_price is interpreted as the buyer's maximum willingness to pay (ceiling) rather than an exact price. Sellers may optimize actual clearing prices between floor_price and bid_price based on delivery pacing. When false or absent, bid_price (if provided) is the exact bid/price to honor.
|
|
1544
|
+
*/
|
|
1545
|
+
max_bid?: boolean;
|
|
1638
1546
|
price_guidance?: PriceGuidance;
|
|
1639
1547
|
/**
|
|
1640
1548
|
* CPV-specific parameters defining the view threshold
|
|
@@ -1645,15 +1553,12 @@ export interface CPVPricingOption {
|
|
|
1645
1553
|
* Seconds of viewing required
|
|
1646
1554
|
*/
|
|
1647
1555
|
duration_seconds: number;
|
|
1648
|
-
[k: string]: unknown | undefined;
|
|
1649
1556
|
};
|
|
1650
|
-
[k: string]: unknown | undefined;
|
|
1651
1557
|
};
|
|
1652
1558
|
/**
|
|
1653
1559
|
* Minimum spend requirement per package using this pricing option, in the specified currency
|
|
1654
1560
|
*/
|
|
1655
1561
|
min_spend_per_package?: number;
|
|
1656
|
-
[k: string]: unknown | undefined;
|
|
1657
1562
|
}
|
|
1658
1563
|
/**
|
|
1659
1564
|
* Optional pricing guidance for auction-based bidding
|
|
@@ -1693,13 +1598,11 @@ export interface CPPPricingOption {
|
|
|
1693
1598
|
* Minimum GRPs/TRPs required
|
|
1694
1599
|
*/
|
|
1695
1600
|
min_points?: number;
|
|
1696
|
-
[k: string]: unknown | undefined;
|
|
1697
1601
|
};
|
|
1698
1602
|
/**
|
|
1699
1603
|
* Minimum spend requirement per package using this pricing option, in the specified currency
|
|
1700
1604
|
*/
|
|
1701
1605
|
min_spend_per_package?: number;
|
|
1702
|
-
[k: string]: unknown | undefined;
|
|
1703
1606
|
}
|
|
1704
1607
|
/**
|
|
1705
1608
|
* Optional pricing guidance for auction-based bidding
|
|
@@ -1737,7 +1640,6 @@ export interface CPAPricingOption {
|
|
|
1737
1640
|
* Minimum spend requirement per package using this pricing option, in the specified currency
|
|
1738
1641
|
*/
|
|
1739
1642
|
min_spend_per_package?: number;
|
|
1740
|
-
[k: string]: unknown | undefined;
|
|
1741
1643
|
}
|
|
1742
1644
|
/**
|
|
1743
1645
|
* Flat rate pricing for DOOH, sponsorships, and time-based campaigns. If fixed_price is present, it's fixed pricing. If absent, it's auction-based.
|
|
@@ -1796,13 +1698,11 @@ export interface FlatRatePricingOption {
|
|
|
1796
1698
|
* Specific daypart for time-based pricing
|
|
1797
1699
|
*/
|
|
1798
1700
|
daypart?: string;
|
|
1799
|
-
[k: string]: unknown | undefined;
|
|
1800
1701
|
};
|
|
1801
1702
|
/**
|
|
1802
1703
|
* Minimum spend requirement per package using this pricing option, in the specified currency
|
|
1803
1704
|
*/
|
|
1804
1705
|
min_spend_per_package?: number;
|
|
1805
|
-
[k: string]: unknown | undefined;
|
|
1806
1706
|
}
|
|
1807
1707
|
/**
|
|
1808
1708
|
* Optional pricing guidance for auction-based bidding
|
|
@@ -1845,13 +1745,11 @@ export interface TimeBasedPricingOption {
|
|
|
1845
1745
|
* Maximum booking duration in time_units. Must be >= min_duration when both are present.
|
|
1846
1746
|
*/
|
|
1847
1747
|
max_duration?: number;
|
|
1848
|
-
[k: string]: unknown | undefined;
|
|
1849
1748
|
};
|
|
1850
1749
|
/**
|
|
1851
1750
|
* Minimum spend requirement per package using this pricing option, in the specified currency
|
|
1852
1751
|
*/
|
|
1853
1752
|
min_spend_per_package?: number;
|
|
1854
|
-
[k: string]: unknown | undefined;
|
|
1855
1753
|
}
|
|
1856
1754
|
/**
|
|
1857
1755
|
* Optional pricing guidance for auction-based bidding
|
|
@@ -1859,10 +1757,8 @@ export interface TimeBasedPricingOption {
|
|
|
1859
1757
|
export interface DeliveryForecast {
|
|
1860
1758
|
/**
|
|
1861
1759
|
* Forecasted delivery at one or more budget levels. A single point is a standard forecast; multiple points ordered by ascending budget form a curve showing how metrics scale with spend. Each point pairs a budget with metric ranges.
|
|
1862
|
-
*
|
|
1863
|
-
* @minItems 1
|
|
1864
1760
|
*/
|
|
1865
|
-
points:
|
|
1761
|
+
points: ForecastPoint[];
|
|
1866
1762
|
forecast_range_unit?: ForecastRangeUnit;
|
|
1867
1763
|
method: ForecastMethod;
|
|
1868
1764
|
/**
|
|
@@ -1884,7 +1780,6 @@ export interface DeliveryForecast {
|
|
|
1884
1780
|
*/
|
|
1885
1781
|
valid_until?: string;
|
|
1886
1782
|
ext?: ExtensionObject;
|
|
1887
|
-
[k: string]: unknown | undefined;
|
|
1888
1783
|
}
|
|
1889
1784
|
/**
|
|
1890
1785
|
* A forecast at a specific budget level. A single point represents a standard forecast; multiple points ordered by ascending budget form a curve showing how delivery metrics scale with spend.
|
|
@@ -1900,7 +1795,6 @@ export interface ForecastPoint {
|
|
|
1900
1795
|
metrics: {
|
|
1901
1796
|
[k: string]: ForecastRange | undefined;
|
|
1902
1797
|
};
|
|
1903
|
-
[k: string]: unknown | undefined;
|
|
1904
1798
|
}
|
|
1905
1799
|
/**
|
|
1906
1800
|
* A forecast value with optional low/high bounds. The mid value represents the most likely outcome. When low and high are provided, they represent conservative and optimistic estimates respectively.
|
|
@@ -1918,7 +1812,6 @@ export interface ForecastRange {
|
|
|
1918
1812
|
* Optimistic (high-end) forecast value
|
|
1919
1813
|
*/
|
|
1920
1814
|
high?: number;
|
|
1921
|
-
[k: string]: unknown | undefined;
|
|
1922
1815
|
}
|
|
1923
1816
|
/**
|
|
1924
1817
|
* Extension object for platform-specific, vendor-namespaced parameters. Extensions are always optional and must be namespaced under a vendor/platform key (e.g., ext.gam, ext.roku). Used for custom capabilities, partner-specific configuration, and features being proposed for standardization.
|
|
@@ -1940,7 +1833,6 @@ export interface Measurement {
|
|
|
1940
1833
|
* Reporting frequency and format
|
|
1941
1834
|
*/
|
|
1942
1835
|
reporting: string;
|
|
1943
|
-
[k: string]: unknown | undefined;
|
|
1944
1836
|
}
|
|
1945
1837
|
/**
|
|
1946
1838
|
* Reporting capabilities available for a product
|
|
@@ -1948,10 +1840,8 @@ export interface Measurement {
|
|
|
1948
1840
|
export interface ReportingCapabilities {
|
|
1949
1841
|
/**
|
|
1950
1842
|
* Supported reporting frequency options
|
|
1951
|
-
*
|
|
1952
|
-
* @minItems 1
|
|
1953
1843
|
*/
|
|
1954
|
-
available_reporting_frequencies:
|
|
1844
|
+
available_reporting_frequencies: ReportingFrequency[];
|
|
1955
1845
|
/**
|
|
1956
1846
|
* Expected delay in minutes before reporting data becomes available (e.g., 240 for 4-hour delay)
|
|
1957
1847
|
*/
|
|
@@ -1976,7 +1866,6 @@ export interface ReportingCapabilities {
|
|
|
1976
1866
|
* Whether delivery data can be filtered to arbitrary date ranges. 'date_range' means the platform supports start_date/end_date parameters. 'lifetime_only' means the platform returns campaign lifetime totals and date range parameters are not accepted.
|
|
1977
1867
|
*/
|
|
1978
1868
|
date_range_support: 'date_range' | 'lifetime_only';
|
|
1979
|
-
[k: string]: unknown | undefined;
|
|
1980
1869
|
}
|
|
1981
1870
|
/**
|
|
1982
1871
|
* Creative requirements and restrictions for a product
|
|
@@ -1988,7 +1877,6 @@ export interface CreativePolicy {
|
|
|
1988
1877
|
* Whether creative templates are provided
|
|
1989
1878
|
*/
|
|
1990
1879
|
templates_available: boolean;
|
|
1991
|
-
[k: string]: unknown | undefined;
|
|
1992
1880
|
}
|
|
1993
1881
|
/**
|
|
1994
1882
|
* Structured format identifier with agent URL and format name. Can reference: (1) a concrete format with fixed dimensions (id only), (2) a template format without parameters (id only), or (3) a template format with parameters (id + dimensions/duration). Template formats accept parameters in format_id while concrete formats have fixed dimensions in their definition. Parameterized format IDs create unique, specific format variants.
|
|
@@ -2135,7 +2023,6 @@ export interface GetProductsResponse {
|
|
|
2135
2023
|
sandbox?: boolean;
|
|
2136
2024
|
context?: ContextObject;
|
|
2137
2025
|
ext?: ExtensionObject;
|
|
2138
|
-
[k: string]: unknown | undefined;
|
|
2139
2026
|
}
|
|
2140
2027
|
/**
|
|
2141
2028
|
* Represents available advertising inventory
|
|
@@ -2155,10 +2042,8 @@ export interface Proposal {
|
|
|
2155
2042
|
description?: string;
|
|
2156
2043
|
/**
|
|
2157
2044
|
* Budget allocations across products. Allocation percentages MUST sum to 100. Publishers are responsible for ensuring the sum equals 100; buyers SHOULD validate this before execution.
|
|
2158
|
-
*
|
|
2159
|
-
* @minItems 1
|
|
2160
2045
|
*/
|
|
2161
|
-
allocations:
|
|
2046
|
+
allocations: ProductAllocation[];
|
|
2162
2047
|
/**
|
|
2163
2048
|
* When this proposal expires and can no longer be executed. After expiration, referenced products or pricing may no longer be available.
|
|
2164
2049
|
*/
|
|
@@ -2183,7 +2068,6 @@ export interface Proposal {
|
|
|
2183
2068
|
* ISO 4217 currency code
|
|
2184
2069
|
*/
|
|
2185
2070
|
currency?: string;
|
|
2186
|
-
[k: string]: unknown | undefined;
|
|
2187
2071
|
};
|
|
2188
2072
|
/**
|
|
2189
2073
|
* Explanation of how this proposal aligns with the campaign brief
|
|
@@ -2191,7 +2075,6 @@ export interface Proposal {
|
|
|
2191
2075
|
brief_alignment?: string;
|
|
2192
2076
|
forecast?: DeliveryForecast;
|
|
2193
2077
|
ext?: ExtensionObject;
|
|
2194
|
-
[k: string]: unknown | undefined;
|
|
2195
2078
|
}
|
|
2196
2079
|
/**
|
|
2197
2080
|
* A budget allocation for a specific product within a proposal. Percentages across all allocations in a proposal should sum to 100.
|
|
@@ -2223,13 +2106,10 @@ export interface ProductAllocation {
|
|
|
2223
2106
|
tags?: string[];
|
|
2224
2107
|
/**
|
|
2225
2108
|
* Recommended time windows for this allocation in spot-plan proposals.
|
|
2226
|
-
*
|
|
2227
|
-
* @minItems 1
|
|
2228
2109
|
*/
|
|
2229
|
-
daypart_targets?:
|
|
2110
|
+
daypart_targets?: DaypartTarget[];
|
|
2230
2111
|
forecast?: DeliveryForecast;
|
|
2231
2112
|
ext?: ExtensionObject;
|
|
2232
|
-
[k: string]: unknown | undefined;
|
|
2233
2113
|
}
|
|
2234
2114
|
/**
|
|
2235
2115
|
* A time window for daypart targeting. Specifies days of week and an hour range. start_hour is inclusive, end_hour is exclusive (e.g., 6-10 = 6:00am to 10:00am). Follows the Google Ads AdScheduleInfo / DV360 DayPartTargeting pattern.
|
|
@@ -2258,10 +2138,7 @@ export interface Error {
|
|
|
2258
2138
|
/**
|
|
2259
2139
|
* Additional task-specific error details
|
|
2260
2140
|
*/
|
|
2261
|
-
details?: {
|
|
2262
|
-
[k: string]: unknown | undefined;
|
|
2263
|
-
};
|
|
2264
|
-
[k: string]: unknown | undefined;
|
|
2141
|
+
details?: {};
|
|
2265
2142
|
}
|
|
2266
2143
|
/**
|
|
2267
2144
|
* Standard cursor-based pagination metadata for list responses
|
|
@@ -2284,7 +2161,6 @@ export interface PaginationResponse {
|
|
|
2284
2161
|
* Opaque correlation data that is echoed unchanged in responses. Used for internal tracking, UI session IDs, trace IDs, and other caller-specific identifiers that don't affect protocol behavior. Context data is never parsed by AdCP agents - it's simply preserved and returned.
|
|
2285
2162
|
*/
|
|
2286
2163
|
export interface ContextObject {
|
|
2287
|
-
[k: string]: unknown | undefined;
|
|
2288
2164
|
}
|
|
2289
2165
|
/**
|
|
2290
2166
|
* Progress data for working get_products
|
|
@@ -2308,7 +2184,6 @@ export interface GetProductsAsyncWorking {
|
|
|
2308
2184
|
step_number?: number;
|
|
2309
2185
|
context?: ContextObject;
|
|
2310
2186
|
ext?: ExtensionObject;
|
|
2311
|
-
[k: string]: unknown | undefined;
|
|
2312
2187
|
}
|
|
2313
2188
|
/**
|
|
2314
2189
|
* Input requirements for get_products needing clarification
|
|
@@ -2328,7 +2203,6 @@ export interface GetProductsAsyncInputRequired {
|
|
|
2328
2203
|
suggestions?: string[];
|
|
2329
2204
|
context?: ContextObject;
|
|
2330
2205
|
ext?: ExtensionObject;
|
|
2331
|
-
[k: string]: unknown | undefined;
|
|
2332
2206
|
}
|
|
2333
2207
|
/**
|
|
2334
2208
|
* Acknowledgment for submitted get_products (custom curation)
|
|
@@ -2340,7 +2214,6 @@ export interface GetProductsAsyncSubmitted {
|
|
|
2340
2214
|
estimated_completion?: string;
|
|
2341
2215
|
context?: ContextObject;
|
|
2342
2216
|
ext?: ExtensionObject;
|
|
2343
|
-
[k: string]: unknown | undefined;
|
|
2344
2217
|
}
|
|
2345
2218
|
/**
|
|
2346
2219
|
* Success response - media buy created successfully
|
|
@@ -2357,7 +2230,7 @@ export interface CreateMediaBuySuccess {
|
|
|
2357
2230
|
/**
|
|
2358
2231
|
* Buyer's campaign reference label, echoed from the request
|
|
2359
2232
|
*/
|
|
2360
|
-
|
|
2233
|
+
buyer_campaign_ref?: string;
|
|
2361
2234
|
account?: Account;
|
|
2362
2235
|
/**
|
|
2363
2236
|
* ISO 8601 timestamp for creative upload deadline
|
|
@@ -2373,7 +2246,6 @@ export interface CreateMediaBuySuccess {
|
|
|
2373
2246
|
sandbox?: boolean;
|
|
2374
2247
|
context?: ContextObject;
|
|
2375
2248
|
ext?: ExtensionObject;
|
|
2376
|
-
[k: string]: unknown | undefined;
|
|
2377
2249
|
}
|
|
2378
2250
|
/**
|
|
2379
2251
|
* Account billed for this media buy. Includes advertiser, billing proxy (if any), and rate card applied.
|
|
@@ -2381,13 +2253,10 @@ export interface CreateMediaBuySuccess {
|
|
|
2381
2253
|
export interface CreateMediaBuyError {
|
|
2382
2254
|
/**
|
|
2383
2255
|
* Array of errors explaining why the operation failed
|
|
2384
|
-
*
|
|
2385
|
-
* @minItems 1
|
|
2386
2256
|
*/
|
|
2387
|
-
errors:
|
|
2257
|
+
errors: Error[];
|
|
2388
2258
|
context?: ContextObject;
|
|
2389
2259
|
ext?: ExtensionObject;
|
|
2390
|
-
[k: string]: unknown | undefined;
|
|
2391
2260
|
}
|
|
2392
2261
|
/**
|
|
2393
2262
|
* Progress data for working create_media_buy
|
|
@@ -2411,7 +2280,6 @@ export interface CreateMediaBuyAsyncWorking {
|
|
|
2411
2280
|
step_number?: number;
|
|
2412
2281
|
context?: ContextObject;
|
|
2413
2282
|
ext?: ExtensionObject;
|
|
2414
|
-
[k: string]: unknown | undefined;
|
|
2415
2283
|
}
|
|
2416
2284
|
/**
|
|
2417
2285
|
* Input requirements for create_media_buy needing user input
|
|
@@ -2427,7 +2295,6 @@ export interface CreateMediaBuyAsyncInputRequired {
|
|
|
2427
2295
|
errors?: Error[];
|
|
2428
2296
|
context?: ContextObject;
|
|
2429
2297
|
ext?: ExtensionObject;
|
|
2430
|
-
[k: string]: unknown | undefined;
|
|
2431
2298
|
}
|
|
2432
2299
|
/**
|
|
2433
2300
|
* Acknowledgment for submitted create_media_buy
|
|
@@ -2435,7 +2302,6 @@ export interface CreateMediaBuyAsyncInputRequired {
|
|
|
2435
2302
|
export interface CreateMediaBuyAsyncSubmitted {
|
|
2436
2303
|
context?: ContextObject;
|
|
2437
2304
|
ext?: ExtensionObject;
|
|
2438
|
-
[k: string]: unknown | undefined;
|
|
2439
2305
|
}
|
|
2440
2306
|
/**
|
|
2441
2307
|
* Success response - media buy updated successfully
|
|
@@ -2463,7 +2329,6 @@ export interface UpdateMediaBuySuccess {
|
|
|
2463
2329
|
sandbox?: boolean;
|
|
2464
2330
|
context?: ContextObject;
|
|
2465
2331
|
ext?: ExtensionObject;
|
|
2466
|
-
[k: string]: unknown | undefined;
|
|
2467
2332
|
}
|
|
2468
2333
|
/**
|
|
2469
2334
|
* Error response - operation failed, no changes applied
|
|
@@ -2471,13 +2336,10 @@ export interface UpdateMediaBuySuccess {
|
|
|
2471
2336
|
export interface UpdateMediaBuyError {
|
|
2472
2337
|
/**
|
|
2473
2338
|
* Array of errors explaining why the operation failed
|
|
2474
|
-
*
|
|
2475
|
-
* @minItems 1
|
|
2476
2339
|
*/
|
|
2477
|
-
errors:
|
|
2340
|
+
errors: Error[];
|
|
2478
2341
|
context?: ContextObject;
|
|
2479
2342
|
ext?: ExtensionObject;
|
|
2480
|
-
[k: string]: unknown | undefined;
|
|
2481
2343
|
}
|
|
2482
2344
|
/**
|
|
2483
2345
|
* Progress data for working update_media_buy
|
|
@@ -2501,7 +2363,6 @@ export interface UpdateMediaBuyAsyncWorking {
|
|
|
2501
2363
|
step_number?: number;
|
|
2502
2364
|
context?: ContextObject;
|
|
2503
2365
|
ext?: ExtensionObject;
|
|
2504
|
-
[k: string]: unknown | undefined;
|
|
2505
2366
|
}
|
|
2506
2367
|
/**
|
|
2507
2368
|
* Input requirements for update_media_buy needing user input
|
|
@@ -2513,7 +2374,6 @@ export interface UpdateMediaBuyAsyncInputRequired {
|
|
|
2513
2374
|
reason?: 'APPROVAL_REQUIRED' | 'CHANGE_CONFIRMATION';
|
|
2514
2375
|
context?: ContextObject;
|
|
2515
2376
|
ext?: ExtensionObject;
|
|
2516
|
-
[k: string]: unknown | undefined;
|
|
2517
2377
|
}
|
|
2518
2378
|
/**
|
|
2519
2379
|
* Acknowledgment for submitted update_media_buy
|
|
@@ -2521,7 +2381,6 @@ export interface UpdateMediaBuyAsyncInputRequired {
|
|
|
2521
2381
|
export interface UpdateMediaBuyAsyncSubmitted {
|
|
2522
2382
|
context?: ContextObject;
|
|
2523
2383
|
ext?: ExtensionObject;
|
|
2524
|
-
[k: string]: unknown | undefined;
|
|
2525
2384
|
}
|
|
2526
2385
|
/**
|
|
2527
2386
|
* Success response - sync operation processed creatives (may include per-item failures)
|
|
@@ -2573,9 +2432,14 @@ export interface SyncCreativesSuccess {
|
|
|
2573
2432
|
* Assignment errors by package ID (only present when assignment failures occurred)
|
|
2574
2433
|
*/
|
|
2575
2434
|
assignment_errors?: {
|
|
2576
|
-
|
|
2435
|
+
/**
|
|
2436
|
+
* Error message for this package assignment
|
|
2437
|
+
*
|
|
2438
|
+
* This interface was referenced by `undefined`'s JSON-Schema definition
|
|
2439
|
+
* via the `patternProperty` "^[a-zA-Z0-9_-]+$".
|
|
2440
|
+
*/
|
|
2441
|
+
[k: string]: string;
|
|
2577
2442
|
};
|
|
2578
|
-
[k: string]: unknown | undefined;
|
|
2579
2443
|
}[];
|
|
2580
2444
|
/**
|
|
2581
2445
|
* When true, this response contains simulated data from sandbox mode.
|
|
@@ -2583,7 +2447,6 @@ export interface SyncCreativesSuccess {
|
|
|
2583
2447
|
sandbox?: boolean;
|
|
2584
2448
|
context?: ContextObject;
|
|
2585
2449
|
ext?: ExtensionObject;
|
|
2586
|
-
[k: string]: unknown | undefined;
|
|
2587
2450
|
}
|
|
2588
2451
|
/**
|
|
2589
2452
|
* Account that owns this creative
|
|
@@ -2591,13 +2454,10 @@ export interface SyncCreativesSuccess {
|
|
|
2591
2454
|
export interface SyncCreativesError {
|
|
2592
2455
|
/**
|
|
2593
2456
|
* Operation-level errors that prevented processing any creatives (e.g., authentication failure, service unavailable, invalid request format)
|
|
2594
|
-
*
|
|
2595
|
-
* @minItems 1
|
|
2596
2457
|
*/
|
|
2597
|
-
errors:
|
|
2458
|
+
errors: Error[];
|
|
2598
2459
|
context?: ContextObject;
|
|
2599
2460
|
ext?: ExtensionObject;
|
|
2600
|
-
[k: string]: unknown | undefined;
|
|
2601
2461
|
}
|
|
2602
2462
|
/**
|
|
2603
2463
|
* Progress data for working sync_creatives
|
|
@@ -2629,7 +2489,6 @@ export interface SyncCreativesAsyncWorking {
|
|
|
2629
2489
|
creatives_total?: number;
|
|
2630
2490
|
context?: ContextObject;
|
|
2631
2491
|
ext?: ExtensionObject;
|
|
2632
|
-
[k: string]: unknown | undefined;
|
|
2633
2492
|
}
|
|
2634
2493
|
/**
|
|
2635
2494
|
* Input requirements for sync_creatives needing user input
|
|
@@ -2641,7 +2500,6 @@ export interface SyncCreativesAsyncInputRequired {
|
|
|
2641
2500
|
reason?: 'APPROVAL_REQUIRED' | 'ASSET_CONFIRMATION' | 'FORMAT_CLARIFICATION';
|
|
2642
2501
|
context?: ContextObject;
|
|
2643
2502
|
ext?: ExtensionObject;
|
|
2644
|
-
[k: string]: unknown | undefined;
|
|
2645
2503
|
}
|
|
2646
2504
|
/**
|
|
2647
2505
|
* Acknowledgment for submitted sync_creatives
|
|
@@ -2649,7 +2507,6 @@ export interface SyncCreativesAsyncInputRequired {
|
|
|
2649
2507
|
export interface SyncCreativesAsyncSubmitted {
|
|
2650
2508
|
context?: ContextObject;
|
|
2651
2509
|
ext?: ExtensionObject;
|
|
2652
|
-
[k: string]: unknown | undefined;
|
|
2653
2510
|
}
|
|
2654
2511
|
/**
|
|
2655
2512
|
* Success response - sync operation processed catalogs (may include per-catalog failures)
|
|
@@ -2701,7 +2558,6 @@ export interface SyncCatalogsSuccess {
|
|
|
2701
2558
|
* Reasons for rejection or warning
|
|
2702
2559
|
*/
|
|
2703
2560
|
reasons?: string[];
|
|
2704
|
-
[k: string]: unknown | undefined;
|
|
2705
2561
|
}[];
|
|
2706
2562
|
/**
|
|
2707
2563
|
* ISO 8601 timestamp of when the most recent sync was accepted by the platform
|
|
@@ -2723,7 +2579,6 @@ export interface SyncCatalogsSuccess {
|
|
|
2723
2579
|
* Non-fatal warnings about this catalog
|
|
2724
2580
|
*/
|
|
2725
2581
|
warnings?: string[];
|
|
2726
|
-
[k: string]: unknown | undefined;
|
|
2727
2582
|
}[];
|
|
2728
2583
|
/**
|
|
2729
2584
|
* When true, this response contains simulated data from sandbox mode.
|
|
@@ -2731,7 +2586,6 @@ export interface SyncCatalogsSuccess {
|
|
|
2731
2586
|
sandbox?: boolean;
|
|
2732
2587
|
context?: ContextObject;
|
|
2733
2588
|
ext?: ExtensionObject;
|
|
2734
|
-
[k: string]: unknown | undefined;
|
|
2735
2589
|
}
|
|
2736
2590
|
/**
|
|
2737
2591
|
* Error response - operation failed completely, no catalogs were processed
|
|
@@ -2739,13 +2593,10 @@ export interface SyncCatalogsSuccess {
|
|
|
2739
2593
|
export interface SyncCatalogsError {
|
|
2740
2594
|
/**
|
|
2741
2595
|
* Operation-level errors that prevented processing any catalogs (e.g., authentication failure, service unavailable, invalid request format)
|
|
2742
|
-
*
|
|
2743
|
-
* @minItems 1
|
|
2744
2596
|
*/
|
|
2745
|
-
errors:
|
|
2597
|
+
errors: Error[];
|
|
2746
2598
|
context?: ContextObject;
|
|
2747
2599
|
ext?: ExtensionObject;
|
|
2748
|
-
[k: string]: unknown | undefined;
|
|
2749
2600
|
}
|
|
2750
2601
|
/**
|
|
2751
2602
|
* Progress data for working sync_catalogs
|
|
@@ -2785,7 +2636,6 @@ export interface SyncCatalogsAsyncWorking {
|
|
|
2785
2636
|
items_total?: number;
|
|
2786
2637
|
context?: ContextObject;
|
|
2787
2638
|
ext?: ExtensionObject;
|
|
2788
|
-
[k: string]: unknown | undefined;
|
|
2789
2639
|
}
|
|
2790
2640
|
/**
|
|
2791
2641
|
* Input requirements for sync_catalogs needing buyer input
|
|
@@ -2797,7 +2647,6 @@ export interface SyncCatalogsAsyncInputRequired {
|
|
|
2797
2647
|
reason?: 'APPROVAL_REQUIRED' | 'FEED_VALIDATION' | 'ITEM_REVIEW' | 'FEED_ACCESS';
|
|
2798
2648
|
context?: ContextObject;
|
|
2799
2649
|
ext?: ExtensionObject;
|
|
2800
|
-
[k: string]: unknown | undefined;
|
|
2801
2650
|
}
|
|
2802
2651
|
/**
|
|
2803
2652
|
* Acknowledgment for submitted sync_catalogs
|
|
@@ -2805,6 +2654,5 @@ export interface SyncCatalogsAsyncInputRequired {
|
|
|
2805
2654
|
export interface SyncCatalogsAsyncSubmitted {
|
|
2806
2655
|
context?: ContextObject;
|
|
2807
2656
|
ext?: ExtensionObject;
|
|
2808
|
-
[k: string]: unknown | undefined;
|
|
2809
2657
|
}
|
|
2810
2658
|
//# sourceMappingURL=core.generated.d.ts.map
|