adcp 2.6.0__py3-none-any.whl → 2.8.0__py3-none-any.whl
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.
- adcp/__init__.py +51 -43
- adcp/client.py +11 -9
- adcp/simple.py +1 -1
- adcp/types/__init__.py +479 -30
- adcp/types/_generated.py +15 -9
- adcp/types/aliases.py +257 -20
- adcp/types/generated_poc/adagents.py +34 -77
- adcp/types/generated_poc/product.py +9 -76
- adcp/types/generated_poc/publisher_property_selector.py +81 -0
- adcp/types/stable.py +282 -5
- adcp/utils/preview_cache.py +7 -7
- {adcp-2.6.0.dist-info → adcp-2.8.0.dist-info}/METADATA +1 -1
- {adcp-2.6.0.dist-info → adcp-2.8.0.dist-info}/RECORD +17 -16
- {adcp-2.6.0.dist-info → adcp-2.8.0.dist-info}/WHEEL +0 -0
- {adcp-2.6.0.dist-info → adcp-2.8.0.dist-info}/entry_points.txt +0 -0
- {adcp-2.6.0.dist-info → adcp-2.8.0.dist-info}/licenses/LICENSE +0 -0
- {adcp-2.6.0.dist-info → adcp-2.8.0.dist-info}/top_level.txt +0 -0
adcp/types/stable.py
CHANGED
|
@@ -22,15 +22,38 @@ Schema Evolution:
|
|
|
22
22
|
from __future__ import annotations
|
|
23
23
|
|
|
24
24
|
from adcp.types._generated import (
|
|
25
|
+
Action,
|
|
25
26
|
# Core request/response types
|
|
26
27
|
ActivateSignalRequest,
|
|
27
28
|
ActivateSignalResponse,
|
|
29
|
+
AffectedPackage,
|
|
30
|
+
AggregatedTotals,
|
|
28
31
|
# Assets
|
|
32
|
+
Asset,
|
|
33
|
+
AssetSelectors,
|
|
34
|
+
AssetsRequired,
|
|
35
|
+
AssetType,
|
|
36
|
+
AssetTypeSchema,
|
|
37
|
+
AssignedPackage,
|
|
38
|
+
Assignments,
|
|
29
39
|
AudioAsset,
|
|
40
|
+
Authentication,
|
|
41
|
+
AuthorizedAgents,
|
|
42
|
+
AuthorizedSalesAgents,
|
|
43
|
+
AvailableMetric,
|
|
44
|
+
AvailableReportingFrequency,
|
|
30
45
|
# Core domain types
|
|
31
46
|
BrandManifest, # Clean single type after upstream schema fix
|
|
32
47
|
BuildCreativeRequest,
|
|
33
48
|
BuildCreativeResponse,
|
|
49
|
+
ByPackageItem,
|
|
50
|
+
Capability,
|
|
51
|
+
CatalogType,
|
|
52
|
+
CoBranding,
|
|
53
|
+
Colors,
|
|
54
|
+
Contact,
|
|
55
|
+
ContentLength,
|
|
56
|
+
Country,
|
|
34
57
|
# Pricing options
|
|
35
58
|
CpcPricingOption,
|
|
36
59
|
CpcvPricingOption,
|
|
@@ -41,41 +64,145 @@ from adcp.types._generated import (
|
|
|
41
64
|
CreateMediaBuyRequest,
|
|
42
65
|
CreateMediaBuyResponse,
|
|
43
66
|
Creative,
|
|
67
|
+
CreativeAgent,
|
|
68
|
+
CreativeAsset,
|
|
69
|
+
CreativeAssignment,
|
|
44
70
|
CreativeManifest,
|
|
71
|
+
CreativePolicy,
|
|
45
72
|
# Enums and constants
|
|
46
73
|
CreativeStatus,
|
|
47
74
|
CssAsset,
|
|
75
|
+
DaastVersion,
|
|
76
|
+
DailyBreakdownItem,
|
|
77
|
+
DeliverTo,
|
|
78
|
+
DeliveryMeasurement,
|
|
79
|
+
DeliveryMetrics,
|
|
80
|
+
DeliveryType,
|
|
81
|
+
Details,
|
|
82
|
+
Dimensions,
|
|
83
|
+
Direction,
|
|
84
|
+
Disclaimer,
|
|
85
|
+
Domain,
|
|
86
|
+
DomainBreakdown,
|
|
87
|
+
DoohMetrics,
|
|
88
|
+
Duration,
|
|
89
|
+
Embedding,
|
|
48
90
|
Error,
|
|
91
|
+
FeedbackSource,
|
|
92
|
+
FeedFormat,
|
|
93
|
+
FieldModel,
|
|
94
|
+
FileSize,
|
|
95
|
+
Filters,
|
|
49
96
|
FlatRatePricingOption,
|
|
97
|
+
Fonts,
|
|
50
98
|
Format,
|
|
99
|
+
FormatCard,
|
|
100
|
+
FormatCardDetailed,
|
|
101
|
+
FormatId,
|
|
102
|
+
FormatType,
|
|
103
|
+
FrequencyCap,
|
|
104
|
+
FrequencyCapScope,
|
|
105
|
+
GeoCountryAnyOfItem,
|
|
51
106
|
GetMediaBuyDeliveryRequest,
|
|
52
107
|
GetMediaBuyDeliveryResponse,
|
|
53
108
|
GetProductsRequest,
|
|
54
109
|
GetProductsResponse,
|
|
55
110
|
GetSignalsRequest,
|
|
56
111
|
GetSignalsResponse,
|
|
112
|
+
HistoryItem,
|
|
57
113
|
HtmlAsset,
|
|
114
|
+
Identifier,
|
|
58
115
|
ImageAsset,
|
|
116
|
+
Input,
|
|
59
117
|
JavascriptAsset,
|
|
118
|
+
LandingPage,
|
|
60
119
|
ListAuthorizedPropertiesRequest,
|
|
61
120
|
ListAuthorizedPropertiesResponse,
|
|
62
121
|
ListCreativeFormatsRequest,
|
|
63
122
|
ListCreativeFormatsResponse,
|
|
64
123
|
ListCreativesRequest,
|
|
65
124
|
ListCreativesResponse,
|
|
125
|
+
Logo,
|
|
66
126
|
MarkdownAsset,
|
|
127
|
+
MarkdownFlavor,
|
|
128
|
+
Measurement,
|
|
129
|
+
MeasurementPeriod,
|
|
67
130
|
MediaBuy,
|
|
131
|
+
MediaBuyDelivery,
|
|
68
132
|
MediaBuyStatus,
|
|
133
|
+
Metadata,
|
|
134
|
+
Method,
|
|
135
|
+
MetricType,
|
|
136
|
+
ModuleType,
|
|
137
|
+
NotificationType,
|
|
138
|
+
Offering,
|
|
139
|
+
OutputFormat,
|
|
140
|
+
Pacing,
|
|
141
|
+
PackageRequest,
|
|
142
|
+
Packages,
|
|
69
143
|
PackageStatus,
|
|
144
|
+
Pagination,
|
|
145
|
+
Parameters,
|
|
146
|
+
Performance,
|
|
147
|
+
PerformanceFeedback,
|
|
148
|
+
Placement,
|
|
149
|
+
Preview,
|
|
70
150
|
PreviewCreativeRequest,
|
|
71
151
|
PreviewCreativeResponse,
|
|
152
|
+
PreviewRender,
|
|
153
|
+
PriceGuidance,
|
|
154
|
+
Pricing,
|
|
72
155
|
PricingModel,
|
|
156
|
+
PrimaryCountry,
|
|
73
157
|
Product,
|
|
158
|
+
ProductCard,
|
|
159
|
+
ProductCardDetailed,
|
|
160
|
+
ProductCatalog,
|
|
161
|
+
Progress,
|
|
162
|
+
PromotedOfferings,
|
|
163
|
+
PromotedProducts,
|
|
74
164
|
Property,
|
|
165
|
+
PropertyIdentifierTypes,
|
|
166
|
+
PropertyType,
|
|
167
|
+
ProtocolEnvelope,
|
|
168
|
+
ProtocolResponse,
|
|
75
169
|
ProvidePerformanceFeedbackRequest,
|
|
76
170
|
ProvidePerformanceFeedbackResponse,
|
|
171
|
+
PublisherDomain,
|
|
172
|
+
PublisherIdentifierTypes,
|
|
173
|
+
PushNotificationConfig,
|
|
174
|
+
Quality,
|
|
175
|
+
QuartileData,
|
|
176
|
+
QuerySummary,
|
|
177
|
+
Render,
|
|
178
|
+
ReportingCapabilities,
|
|
179
|
+
ReportingFrequency,
|
|
180
|
+
ReportingPeriod,
|
|
181
|
+
ReportingWebhook,
|
|
182
|
+
Request,
|
|
183
|
+
RequestedMetric,
|
|
184
|
+
Requirements,
|
|
185
|
+
Response,
|
|
186
|
+
ResponseType,
|
|
187
|
+
Responsive,
|
|
188
|
+
Results,
|
|
189
|
+
Scheme,
|
|
190
|
+
Security,
|
|
191
|
+
Signal,
|
|
192
|
+
SignalType,
|
|
193
|
+
Sort,
|
|
194
|
+
SortApplied,
|
|
195
|
+
StandardFormatIds,
|
|
196
|
+
Status,
|
|
197
|
+
StatusFilter,
|
|
198
|
+
StatusFilterEnum,
|
|
199
|
+
StatusSummary,
|
|
77
200
|
SyncCreativesRequest,
|
|
78
201
|
SyncCreativesResponse,
|
|
202
|
+
Tag,
|
|
203
|
+
Tags,
|
|
204
|
+
TargetingOverlay,
|
|
205
|
+
Task,
|
|
79
206
|
TasksGetRequest,
|
|
80
207
|
TasksGetResponse,
|
|
81
208
|
TasksListRequest,
|
|
@@ -83,18 +210,29 @@ from adcp.types._generated import (
|
|
|
83
210
|
TaskStatus,
|
|
84
211
|
TaskType,
|
|
85
212
|
TextAsset,
|
|
213
|
+
Totals,
|
|
214
|
+
TrackingEvent,
|
|
215
|
+
Type,
|
|
216
|
+
Unit,
|
|
217
|
+
UpdateFrequency,
|
|
86
218
|
UpdateMediaBuyRequest,
|
|
87
219
|
UpdateMediaBuyResponse,
|
|
88
220
|
UrlAsset,
|
|
221
|
+
UrlType,
|
|
222
|
+
ValidationMode,
|
|
223
|
+
VastVersion,
|
|
89
224
|
VcpmAuctionPricingOption,
|
|
90
225
|
VcpmFixedRatePricingOption,
|
|
226
|
+
VenueBreakdownItem,
|
|
91
227
|
VideoAsset,
|
|
228
|
+
ViewThreshold,
|
|
92
229
|
WebhookAsset,
|
|
230
|
+
WebhookPayload,
|
|
93
231
|
)
|
|
94
232
|
|
|
95
233
|
# Import all generated types from internal consolidated module
|
|
96
|
-
# Import Package
|
|
97
|
-
from adcp.types.
|
|
234
|
+
# Import Package from _generated (uses qualified name to avoid collision)
|
|
235
|
+
from adcp.types._generated import _PackageFromPackage as Package
|
|
98
236
|
|
|
99
237
|
# Note: BrandManifest is currently split into BrandManifest1/2 due to upstream schema
|
|
100
238
|
# using anyOf incorrectly. This will be fixed upstream to create a single BrandManifest type.
|
|
@@ -108,45 +246,119 @@ __all__ = [
|
|
|
108
246
|
# Request/Response types
|
|
109
247
|
"ActivateSignalRequest",
|
|
110
248
|
"ActivateSignalResponse",
|
|
249
|
+
"Action",
|
|
250
|
+
"AffectedPackage",
|
|
251
|
+
"AggregatedTotals",
|
|
111
252
|
"BuildCreativeRequest",
|
|
112
253
|
"BuildCreativeResponse",
|
|
254
|
+
"ByPackageItem",
|
|
113
255
|
"CreateMediaBuyRequest",
|
|
114
256
|
"CreateMediaBuyResponse",
|
|
257
|
+
"DailyBreakdownItem",
|
|
258
|
+
"Details",
|
|
259
|
+
"Domain",
|
|
260
|
+
"DomainBreakdown",
|
|
115
261
|
"GetMediaBuyDeliveryRequest",
|
|
116
262
|
"GetMediaBuyDeliveryResponse",
|
|
117
263
|
"GetProductsRequest",
|
|
118
264
|
"GetProductsResponse",
|
|
119
265
|
"GetSignalsRequest",
|
|
120
266
|
"GetSignalsResponse",
|
|
267
|
+
"HistoryItem",
|
|
121
268
|
"ListAuthorizedPropertiesRequest",
|
|
122
269
|
"ListAuthorizedPropertiesResponse",
|
|
123
270
|
"ListCreativeFormatsRequest",
|
|
124
271
|
"ListCreativeFormatsResponse",
|
|
125
272
|
"ListCreativesRequest",
|
|
126
273
|
"ListCreativesResponse",
|
|
274
|
+
"MediaBuyDelivery",
|
|
127
275
|
"PreviewCreativeRequest",
|
|
128
276
|
"PreviewCreativeResponse",
|
|
277
|
+
"Progress",
|
|
278
|
+
"ProtocolEnvelope",
|
|
279
|
+
"ProtocolResponse",
|
|
129
280
|
"ProvidePerformanceFeedbackRequest",
|
|
130
281
|
"ProvidePerformanceFeedbackResponse",
|
|
282
|
+
"QuerySummary",
|
|
283
|
+
"SortApplied",
|
|
284
|
+
"StatusSummary",
|
|
131
285
|
"SyncCreativesRequest",
|
|
132
286
|
"SyncCreativesResponse",
|
|
287
|
+
"Task",
|
|
133
288
|
"TasksGetRequest",
|
|
134
289
|
"TasksGetResponse",
|
|
135
290
|
"TasksListRequest",
|
|
136
291
|
"TasksListResponse",
|
|
292
|
+
"Totals",
|
|
137
293
|
"UpdateMediaBuyRequest",
|
|
138
294
|
"UpdateMediaBuyResponse",
|
|
139
295
|
# Domain types
|
|
140
|
-
"
|
|
296
|
+
"Asset",
|
|
297
|
+
"AssetSelectors",
|
|
298
|
+
"AssetType",
|
|
299
|
+
"AssetTypeSchema",
|
|
300
|
+
"AssetsRequired",
|
|
301
|
+
"AssignedPackage",
|
|
302
|
+
"Assignments",
|
|
303
|
+
"BrandManifest",
|
|
304
|
+
"Capability",
|
|
305
|
+
"CoBranding",
|
|
306
|
+
"Colors",
|
|
307
|
+
"Contact",
|
|
141
308
|
"Creative",
|
|
309
|
+
"CreativeAgent",
|
|
310
|
+
"CreativeAsset",
|
|
311
|
+
"CreativeAssignment",
|
|
142
312
|
"CreativeManifest",
|
|
313
|
+
"CreativePolicy",
|
|
314
|
+
"DeliveryMeasurement",
|
|
315
|
+
"DeliveryMetrics",
|
|
316
|
+
"Disclaimer",
|
|
317
|
+
"DoohMetrics",
|
|
318
|
+
"Embedding",
|
|
143
319
|
"Error",
|
|
320
|
+
"FeedFormat",
|
|
321
|
+
"Filters",
|
|
322
|
+
"Fonts",
|
|
144
323
|
"Format",
|
|
324
|
+
"FormatCard",
|
|
325
|
+
"FormatCardDetailed",
|
|
326
|
+
"FormatId",
|
|
327
|
+
"Identifier",
|
|
328
|
+
"Input",
|
|
329
|
+
"LandingPage",
|
|
330
|
+
"Logo",
|
|
145
331
|
"MediaBuy",
|
|
332
|
+
"Metadata",
|
|
333
|
+
"Offering",
|
|
146
334
|
"Package",
|
|
335
|
+
"PackageRequest",
|
|
336
|
+
"Packages",
|
|
337
|
+
"Parameters",
|
|
338
|
+
"Performance",
|
|
339
|
+
"PerformanceFeedback",
|
|
340
|
+
"Placement",
|
|
341
|
+
"Preview",
|
|
342
|
+
"PreviewRender",
|
|
343
|
+
"Pricing",
|
|
147
344
|
"Product",
|
|
345
|
+
"ProductCard",
|
|
346
|
+
"ProductCardDetailed",
|
|
347
|
+
"ProductCatalog",
|
|
348
|
+
"PromotedOfferings",
|
|
349
|
+
"PromotedProducts",
|
|
148
350
|
"Property",
|
|
149
|
-
|
|
351
|
+
"QuartileData",
|
|
352
|
+
"Render",
|
|
353
|
+
"Request",
|
|
354
|
+
"Response",
|
|
355
|
+
"Results",
|
|
356
|
+
"Signal",
|
|
357
|
+
"Tag",
|
|
358
|
+
"Tags",
|
|
359
|
+
"TargetingOverlay",
|
|
360
|
+
"VenueBreakdownItem",
|
|
361
|
+
# Pricing-related types
|
|
150
362
|
"CpcPricingOption",
|
|
151
363
|
"CpcvPricingOption",
|
|
152
364
|
"CpmAuctionPricingOption",
|
|
@@ -154,15 +366,79 @@ __all__ = [
|
|
|
154
366
|
"CppPricingOption",
|
|
155
367
|
"CpvPricingOption",
|
|
156
368
|
"FlatRatePricingOption",
|
|
369
|
+
"PriceGuidance",
|
|
157
370
|
"VcpmAuctionPricingOption",
|
|
158
371
|
"VcpmFixedRatePricingOption",
|
|
159
|
-
# Status enums
|
|
372
|
+
# Status enums & simple types
|
|
373
|
+
"CatalogType",
|
|
374
|
+
"ContentLength",
|
|
375
|
+
"Country",
|
|
160
376
|
"CreativeStatus",
|
|
377
|
+
"DaastVersion",
|
|
378
|
+
"DeliverTo",
|
|
379
|
+
"DeliveryType",
|
|
380
|
+
"Dimensions",
|
|
381
|
+
"Direction",
|
|
382
|
+
"Duration",
|
|
383
|
+
"FeedbackSource",
|
|
384
|
+
"FieldModel",
|
|
385
|
+
"FileSize",
|
|
386
|
+
"FormatType",
|
|
387
|
+
"FrequencyCap",
|
|
388
|
+
"FrequencyCapScope",
|
|
389
|
+
"GeoCountryAnyOfItem",
|
|
390
|
+
"MarkdownFlavor",
|
|
391
|
+
"Measurement",
|
|
392
|
+
"MeasurementPeriod",
|
|
161
393
|
"MediaBuyStatus",
|
|
394
|
+
"Method",
|
|
395
|
+
"MetricType",
|
|
396
|
+
"ModuleType",
|
|
397
|
+
"NotificationType",
|
|
398
|
+
"OutputFormat",
|
|
399
|
+
"Pacing",
|
|
162
400
|
"PackageStatus",
|
|
401
|
+
"Pagination",
|
|
163
402
|
"PricingModel",
|
|
403
|
+
"PrimaryCountry",
|
|
404
|
+
"PropertyIdentifierTypes",
|
|
405
|
+
"PropertyType",
|
|
406
|
+
"PublisherDomain",
|
|
407
|
+
"PublisherIdentifierTypes",
|
|
408
|
+
"Quality",
|
|
409
|
+
"ResponseType",
|
|
410
|
+
"Responsive",
|
|
411
|
+
"SignalType",
|
|
412
|
+
"Sort",
|
|
413
|
+
"StandardFormatIds",
|
|
414
|
+
"Status",
|
|
415
|
+
"StatusFilter",
|
|
416
|
+
"StatusFilterEnum",
|
|
164
417
|
"TaskStatus",
|
|
165
418
|
"TaskType",
|
|
419
|
+
"TrackingEvent",
|
|
420
|
+
"Type",
|
|
421
|
+
"Unit",
|
|
422
|
+
"UpdateFrequency",
|
|
423
|
+
"UrlType",
|
|
424
|
+
"ValidationMode",
|
|
425
|
+
"VastVersion",
|
|
426
|
+
"ViewThreshold",
|
|
427
|
+
# Configuration & infrastructure types
|
|
428
|
+
"Authentication",
|
|
429
|
+
"AuthorizedAgents",
|
|
430
|
+
"AuthorizedSalesAgents",
|
|
431
|
+
"AvailableMetric",
|
|
432
|
+
"AvailableReportingFrequency",
|
|
433
|
+
"PushNotificationConfig",
|
|
434
|
+
"ReportingCapabilities",
|
|
435
|
+
"ReportingFrequency",
|
|
436
|
+
"ReportingPeriod",
|
|
437
|
+
"ReportingWebhook",
|
|
438
|
+
"RequestedMetric",
|
|
439
|
+
"Requirements",
|
|
440
|
+
"Scheme",
|
|
441
|
+
"Security",
|
|
166
442
|
# Assets
|
|
167
443
|
"AudioAsset",
|
|
168
444
|
"CssAsset",
|
|
@@ -174,4 +450,5 @@ __all__ = [
|
|
|
174
450
|
"UrlAsset",
|
|
175
451
|
"VideoAsset",
|
|
176
452
|
"WebhookAsset",
|
|
453
|
+
"WebhookPayload",
|
|
177
454
|
]
|
adcp/utils/preview_cache.py
CHANGED
|
@@ -10,7 +10,7 @@ from typing import TYPE_CHECKING, Any
|
|
|
10
10
|
|
|
11
11
|
if TYPE_CHECKING:
|
|
12
12
|
from adcp.client import ADCPClient
|
|
13
|
-
from adcp.types.
|
|
13
|
+
from adcp.types.stable import CreativeManifest, Format, FormatId, Product
|
|
14
14
|
|
|
15
15
|
logger = logging.getLogger(__name__)
|
|
16
16
|
|
|
@@ -67,7 +67,7 @@ class PreviewURLGenerator:
|
|
|
67
67
|
Returns:
|
|
68
68
|
Preview data with preview_url and metadata, or None if generation fails
|
|
69
69
|
"""
|
|
70
|
-
from adcp.types.
|
|
70
|
+
from adcp.types.aliases import PreviewCreativeFormatRequest
|
|
71
71
|
|
|
72
72
|
cache_key = _make_manifest_cache_key(format_id, manifest.model_dump(exclude_none=True))
|
|
73
73
|
|
|
@@ -75,7 +75,7 @@ class PreviewURLGenerator:
|
|
|
75
75
|
return self._preview_cache[cache_key]
|
|
76
76
|
|
|
77
77
|
try:
|
|
78
|
-
request =
|
|
78
|
+
request = PreviewCreativeFormatRequest(
|
|
79
79
|
request_type="single",
|
|
80
80
|
format_id=format_id,
|
|
81
81
|
creative_manifest=manifest,
|
|
@@ -123,7 +123,7 @@ class PreviewURLGenerator:
|
|
|
123
123
|
Returns:
|
|
124
124
|
List of preview data dicts (or None for failures), in same order as requests
|
|
125
125
|
"""
|
|
126
|
-
from adcp.types.
|
|
126
|
+
from adcp.types.stable import PreviewCreativeRequest
|
|
127
127
|
|
|
128
128
|
if not requests:
|
|
129
129
|
return []
|
|
@@ -396,7 +396,7 @@ def _create_sample_manifest_for_format(fmt: Format) -> CreativeManifest | None:
|
|
|
396
396
|
Returns:
|
|
397
397
|
Sample CreativeManifest, or None if unable to create one
|
|
398
398
|
"""
|
|
399
|
-
from adcp.types.
|
|
399
|
+
from adcp.types.stable import CreativeManifest
|
|
400
400
|
|
|
401
401
|
if not fmt.assets_required:
|
|
402
402
|
return None
|
|
@@ -436,7 +436,7 @@ def _create_sample_manifest_for_format_id(
|
|
|
436
436
|
Returns:
|
|
437
437
|
Sample CreativeManifest with placeholder assets
|
|
438
438
|
"""
|
|
439
|
-
from adcp.types.
|
|
439
|
+
from adcp.types.stable import CreativeManifest, ImageAsset, UrlAsset
|
|
440
440
|
|
|
441
441
|
assets = {
|
|
442
442
|
"primary_asset": ImageAsset(url="https://example.com/sample-image.jpg"),
|
|
@@ -456,7 +456,7 @@ def _create_sample_asset(asset_type: str | None) -> Any:
|
|
|
456
456
|
Returns:
|
|
457
457
|
Sample asset object (Pydantic model)
|
|
458
458
|
"""
|
|
459
|
-
from adcp.types.
|
|
459
|
+
from adcp.types.stable import (
|
|
460
460
|
HtmlAsset,
|
|
461
461
|
ImageAsset,
|
|
462
462
|
TextAsset,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
adcp/__init__.py,sha256=
|
|
1
|
+
adcp/__init__.py,sha256=agBWRsAPiz2heRLlhY5shUvh87a6ZHRlLUlUYaPxhq8,9188
|
|
2
2
|
adcp/__main__.py,sha256=YF2GUXF1LICW1TPxNQiGIfSp5cpAsejoEG2fuOgbzrc,12839
|
|
3
3
|
adcp/adagents.py,sha256=o-vTBmdZvu9aER-TAlLLL3s-WGYY8N67jnrAH24lST8,22333
|
|
4
|
-
adcp/client.py,sha256=
|
|
4
|
+
adcp/client.py,sha256=EzHS5Aysau3liwkGp_clYkYxTHACeqP4zNT8jSLz0hs,28789
|
|
5
5
|
adcp/config.py,sha256=Vsy7ZPOI8G3fB_i5Nk-CHbC7wdasCUWuKlos0fwA0kY,2017
|
|
6
6
|
adcp/exceptions.py,sha256=1aZEWpaM92OxD2jl9yKsqJp5ReSWaj0S0DFhxChhLlA,6732
|
|
7
7
|
adcp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
adcp/simple.py,sha256=
|
|
8
|
+
adcp/simple.py,sha256=OYoAF9MBK4dkvYQz3eMOVNEC-OZUNRkCgLDxmKSNZZY,10437
|
|
9
9
|
adcp/validation.py,sha256=NsTwTQbLmd1Z1bMcztR1llJB21ai1xuw5aVrca7LoE8,6793
|
|
10
10
|
adcp/protocols/__init__.py,sha256=6UFwACQ0QadBUzy17wUROHqsJDp8ztPW2jzyl53Zh_g,262
|
|
11
11
|
adcp/protocols/a2a.py,sha256=FHgc6G_eU2qD0vH7_RyS1eZvUFSb2j3-EsceoHPi384,12467
|
|
@@ -13,17 +13,17 @@ adcp/protocols/base.py,sha256=vBHD23Fzl_CCk_Gy9nvSbBYopcJlYkYyzoz-rhI8wHg,5214
|
|
|
13
13
|
adcp/protocols/mcp.py,sha256=d9uSpGd0BKvQ0JxztkfDvHwoDrDYhuiw5oivpYOAbmM,16647
|
|
14
14
|
adcp/testing/__init__.py,sha256=ZWp_floWjVZfy8RBG5v_FUXQ8YbN7xjXvVcX-_zl_HU,1416
|
|
15
15
|
adcp/testing/test_helpers.py,sha256=-UKuxxyKQald5EvXxguQH34b3J0JdsxKH_nRT6GTjkQ,10029
|
|
16
|
-
adcp/types/__init__.py,sha256=
|
|
17
|
-
adcp/types/_generated.py,sha256=
|
|
18
|
-
adcp/types/aliases.py,sha256=
|
|
16
|
+
adcp/types/__init__.py,sha256=_-Biz9AMaStNRteXE0Nr05hWSSroowMabUZQpRZXrt4,13009
|
|
17
|
+
adcp/types/_generated.py,sha256=XYYu3xvuZ0ivIOHt5pViD8FBXehTv3OlAQcxQsd2TzA,15307
|
|
18
|
+
adcp/types/aliases.py,sha256=erd0AYeQrBG6Z08QGl1gtUqZeVjRl9CATq_nYWYkuO8,26203
|
|
19
19
|
adcp/types/base.py,sha256=QoEuVfI4yzefup0dc2KN11AcJTbcGxRep7xOw5hXfs8,837
|
|
20
20
|
adcp/types/core.py,sha256=RXkKCWCXS9BVJTNpe3Opm5O1I_LaQPMUuVwa-ipvS1Q,4839
|
|
21
|
-
adcp/types/stable.py,sha256=
|
|
21
|
+
adcp/types/stable.py,sha256=Ja2KeFf6j4TnoVKogaPczpvVM9iCGdIOxzjaD7NVft8,10174
|
|
22
22
|
adcp/types/generated_poc/__init__.py,sha256=bgFFvPK1-e04eOnyw0qmtVMzoA2V7GeAMPDVrx-VIwA,103
|
|
23
23
|
adcp/types/generated_poc/activate_signal_request.py,sha256=mI1MskO30yEcbQQ7ueEExMF7FhfARQj0_kbz5CAdSzQ,1188
|
|
24
24
|
adcp/types/generated_poc/activate_signal_response.py,sha256=ltt5yDsocK3VfELeRuMjUiNMmUZe__VP5az6fsMCOuc,2015
|
|
25
25
|
adcp/types/generated_poc/activation_key.py,sha256=FFUHvn-q0zKMdImOv-VHKS_78U8FVikUE8M-IOuiamg,952
|
|
26
|
-
adcp/types/generated_poc/adagents.py,sha256=
|
|
26
|
+
adcp/types/generated_poc/adagents.py,sha256=tuMLnT5RRwVFCe8otpHugkz33a3IS3naLUCHUgxvk9c,7192
|
|
27
27
|
adcp/types/generated_poc/asset_type.py,sha256=mNeAkjoEACZbj7lvqjAHcQ6vSNW8dt1qFNxp0fON-Qw,3169
|
|
28
28
|
adcp/types/generated_poc/audio_asset.py,sha256=gu1HQI0310qmY27OzHzBD_gPTPYJv7GzCDgrEymZJ-k,795
|
|
29
29
|
adcp/types/generated_poc/brand_manifest.py,sha256=jJYmM81eTMqVoBFHvoUJEaCrlKcsS_WQa8aJfUcAv3Y,7501
|
|
@@ -85,7 +85,7 @@ adcp/types/generated_poc/preview_creative_request.py,sha256=ul7gJhSQPR9EnPXfjoD5
|
|
|
85
85
|
adcp/types/generated_poc/preview_creative_response.py,sha256=d2OGyfRATgOlLv9B7ow04fzwMyUCmLYbm9s1cg4MRlU,6140
|
|
86
86
|
adcp/types/generated_poc/preview_render.py,sha256=zLlG5IaZsyxZOPzHqjBiyyl7MU3aqVJtZonySAj2ZBk,5076
|
|
87
87
|
adcp/types/generated_poc/pricing_model.py,sha256=8HPxHhLHcOA8vvkqyj5Uem8dWxRgsnbx73l2WAWm-Zg,324
|
|
88
|
-
adcp/types/generated_poc/product.py,sha256=
|
|
88
|
+
adcp/types/generated_poc/product.py,sha256=QRgqTw0ABkDSrMy_IpNfawY2xBDH57zGniteBwZx_6o,6038
|
|
89
89
|
adcp/types/generated_poc/promoted_offerings.py,sha256=R5a551tIy43kZ2BUk-Lktu0t5hXLJfcNZWLHNDBgXp0,3223
|
|
90
90
|
adcp/types/generated_poc/promoted_products.py,sha256=kdPVuzMgOCsHjQiW6YIg9AYriLAFqTFYd-4oDEmEexM,1252
|
|
91
91
|
adcp/types/generated_poc/property.py,sha256=r6km5T5-Sd7tf6w7XmINWyAetlExq1TDNEee8hexaVE,2563
|
|
@@ -93,6 +93,7 @@ adcp/types/generated_poc/protocol_envelope.py,sha256=4XAHgtypta00roZnzsAhfVu1n_h
|
|
|
93
93
|
adcp/types/generated_poc/provide_performance_feedback_request.py,sha256=nuhQuva-W4rQMCfK-0rmeX2lwVA9UcbGP4InKFDRm2Q,2820
|
|
94
94
|
adcp/types/generated_poc/provide_performance_feedback_response.py,sha256=6eVf1r8O_8PPBOXdB1w_7JdZUPkPvip7WVIMsANqoGI,1973
|
|
95
95
|
adcp/types/generated_poc/publisher_identifier_types.py,sha256=CctG8XQRfR1wtxo9bCCuU4oGZ8UoTa87FE0R-kPxYy0,321
|
|
96
|
+
adcp/types/generated_poc/publisher_property_selector.py,sha256=QgxN9jiS9dExTYzLKYsdndDVFXfbLONxcz5Q6xbJhtM,2424
|
|
96
97
|
adcp/types/generated_poc/push_notification_config.py,sha256=s69T-mz9dSiKPJj-U1icEvqYn0T_Lwl4eygKiM0KhCM,1732
|
|
97
98
|
adcp/types/generated_poc/reporting_capabilities.py,sha256=Q-Bdl-Vyqky6q3doorGXcvDCb6Kl3go3qnaptp6RJgY,2107
|
|
98
99
|
adcp/types/generated_poc/response.py,sha256=BrWU9po0mAyIs8htcKgqsO8hehXo0pekqC7hyZNCwrA,707
|
|
@@ -119,11 +120,11 @@ adcp/types/generated_poc/webhook_asset.py,sha256=iSSikTEiBBZl0nVEx7tTMHHb1Tknv7l
|
|
|
119
120
|
adcp/types/generated_poc/webhook_payload.py,sha256=59d5lN932v_WQC3gHwf_QV4SxKlfsqJmjmtp5ZtziWM,3563
|
|
120
121
|
adcp/utils/__init__.py,sha256=uetvSJB19CjQbtwEYZiTnumJG11GsafQmXm5eR3hL7E,153
|
|
121
122
|
adcp/utils/operation_id.py,sha256=wQX9Bb5epXzRq23xoeYPTqzu5yLuhshg7lKJZihcM2k,294
|
|
122
|
-
adcp/utils/preview_cache.py,sha256=
|
|
123
|
+
adcp/utils/preview_cache.py,sha256=PH9bSDOPQzLKqkC_o0a9Xn2i4cNC2oy76dkJdS3j7ck,18491
|
|
123
124
|
adcp/utils/response_parser.py,sha256=uPk2vIH-RYZmq7y3i8lC4HTMQ3FfKdlgXKTjgJ1955M,6253
|
|
124
|
-
adcp-2.
|
|
125
|
-
adcp-2.
|
|
126
|
-
adcp-2.
|
|
127
|
-
adcp-2.
|
|
128
|
-
adcp-2.
|
|
129
|
-
adcp-2.
|
|
125
|
+
adcp-2.8.0.dist-info/licenses/LICENSE,sha256=PF39NR3Ae8PLgBhg3Uxw6ju7iGVIf8hfv9LRWQdii_U,629
|
|
126
|
+
adcp-2.8.0.dist-info/METADATA,sha256=oM2qoKu2nWkBQw--UbHucXfjQWdN8V60iv3uMPsfS5g,25810
|
|
127
|
+
adcp-2.8.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
128
|
+
adcp-2.8.0.dist-info/entry_points.txt,sha256=DQKpcGsJX8DtVI_SGApQ7tNvqUB4zkTLaTAEpFgmi3U,44
|
|
129
|
+
adcp-2.8.0.dist-info/top_level.txt,sha256=T1_NF0GefncFU9v_k56oDwKSJREyCqIM8lAwNZf0EOs,5
|
|
130
|
+
adcp-2.8.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|