|
16 | 16 |
|
17 | 17 | # Import all types from generated code |
18 | 18 | from adcp.types._generated import ( |
19 | | - # Core request/response types |
20 | 19 | ActivateSignalRequest, |
21 | 20 | ActivateSignalResponse, |
22 | 21 | AggregatedTotals, |
23 | | - # Assets |
24 | 22 | Asset, |
25 | 23 | AssetContentType, |
26 | 24 | AssetSelectors, |
|
41 | 39 | Colors, |
42 | 40 | Contact, |
43 | 41 | Country, |
44 | | - # Pricing options |
45 | 42 | CpcPricingOption, |
46 | 43 | CpcvPricingOption, |
47 | 44 | CpmAuctionPricingOption, |
|
59 | 56 | CreativeFilters, |
60 | 57 | CreativeManifest, |
61 | 58 | CreativePolicy, |
62 | | - # Enums and constants |
63 | 59 | CreativeStatus, |
64 | 60 | CssAsset, |
65 | 61 | DaastTrackingEvent, |
|
195 | 191 | WebhookAsset, |
196 | 192 | WebhookResponseType, |
197 | 193 | ) |
198 | | -from adcp.types._generated import ( |
199 | | - TaskStatus as GeneratedTaskStatus, |
200 | | -) |
201 | | -from adcp.types._generated import ( |
202 | | - _PackageFromPackage as Package, |
203 | | -) |
| 194 | +from adcp.types._generated import TaskStatus as GeneratedTaskStatus |
| 195 | +from adcp.types._generated import _PackageFromPackage as Package |
204 | 196 |
|
205 | 197 | # Import semantic aliases for discriminated unions |
206 | 198 | from adcp.types.aliases import ( |
207 | | - # Activation responses |
208 | 199 | ActivateSignalErrorResponse, |
209 | 200 | ActivateSignalSuccessResponse, |
210 | | - # Agent deployment aliases |
211 | 201 | AgentDeployment, |
212 | 202 | AgentDestination, |
213 | | - # Authorized agent variants |
214 | 203 | AuthorizedAgent, |
215 | 204 | AuthorizedAgentsByInlineProperties, |
216 | 205 | AuthorizedAgentsByPropertyId, |
217 | 206 | AuthorizedAgentsByPropertyTag, |
218 | 207 | AuthorizedAgentsByPublisherProperties, |
219 | | - # Preview/render aliases |
220 | 208 | BothPreviewRender, |
221 | | - # Build creative responses |
222 | 209 | BuildCreativeErrorResponse, |
223 | 210 | BuildCreativeSuccessResponse, |
224 | | - # Create media buy responses |
225 | 211 | CreateMediaBuyErrorResponse, |
226 | 212 | CreateMediaBuySuccessResponse, |
227 | | - # Deployment union |
228 | 213 | Deployment, |
229 | | - # Destination union |
230 | 214 | Destination, |
231 | | - # Preview renders |
232 | 215 | HtmlPreviewRender, |
233 | | - # Asset aliases |
234 | 216 | InlineDaastAsset, |
235 | 217 | InlineVastAsset, |
236 | | - # SubAsset aliases |
237 | 218 | MediaSubAsset, |
238 | | - # Platform deployment |
239 | 219 | PlatformDeployment, |
240 | 220 | PlatformDestination, |
241 | | - # Preview requests |
242 | 221 | PreviewCreativeFormatRequest, |
243 | 222 | PreviewCreativeInteractiveResponse, |
244 | 223 | PreviewCreativeManifestRequest, |
245 | 224 | PreviewCreativeStaticResponse, |
246 | | - # Publisher property selectors |
247 | 225 | PropertyId, |
248 | 226 | PropertyIdActivationKey, |
249 | 227 | PropertyTag, |
250 | 228 | PropertyTagActivationKey, |
251 | 229 | ProvidePerformanceFeedbackErrorResponse, |
252 | 230 | ProvidePerformanceFeedbackSuccessResponse, |
253 | | - # Publisher properties variants |
254 | 231 | PublisherPropertiesAll, |
255 | 232 | PublisherPropertiesById, |
256 | 233 | PublisherPropertiesByTag, |
257 | | - # Sync responses |
| 234 | + SyncCreativeResult, |
258 | 235 | SyncCreativesErrorResponse, |
259 | 236 | SyncCreativesSuccessResponse, |
260 | | - SyncCreativeResult, |
261 | | - # Text subassets |
262 | 237 | TextSubAsset, |
263 | | - # Update media buy variants |
264 | 238 | UpdateMediaBuyErrorResponse, |
265 | 239 | UpdateMediaBuyPackagesRequest, |
266 | 240 | UpdateMediaBuyPropertiesRequest, |
267 | 241 | UpdateMediaBuySuccessResponse, |
268 | | - # URL aliases |
269 | 242 | UrlDaastAsset, |
270 | 243 | UrlPreviewRender, |
271 | 244 | UrlVastAsset, |
|
0 commit comments