@revxui/api-clients-ts 1.1.237 → 1.1.239

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 (47) hide show
  1. package/README.md +2 -2
  2. package/api/creativeSetsController.service.d.ts +3 -4
  3. package/bundles/revxui-api-clients-ts.umd.js +28 -35
  4. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  5. package/esm2015/api/adminController.service.js +2 -2
  6. package/esm2015/api/advertiserController.service.js +2 -2
  7. package/esm2015/api/appSettingsController.service.js +2 -2
  8. package/esm2015/api/audienceController.service.js +2 -2
  9. package/esm2015/api/auditController.service.js +2 -2
  10. package/esm2015/api/bidFunnelController.service.js +2 -2
  11. package/esm2015/api/bulkStrategyController.service.js +2 -2
  12. package/esm2015/api/cSSThemeController_.service.js +2 -2
  13. package/esm2015/api/campaignController.service.js +2 -2
  14. package/esm2015/api/catalogController.service.js +2 -2
  15. package/esm2015/api/clickDestinationController.service.js +2 -2
  16. package/esm2015/api/creativeController.service.js +2 -2
  17. package/esm2015/api/creativeSetsController.service.js +3 -6
  18. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  19. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  20. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  21. package/esm2015/api/customerReportingController.service.js +2 -2
  22. package/esm2015/api/dashboardController.service.js +2 -2
  23. package/esm2015/api/notificationsController.service.js +2 -2
  24. package/esm2015/api/pixelController.service.js +2 -2
  25. package/esm2015/api/reportingController.service.js +2 -2
  26. package/esm2015/api/reportingSchedulerController.service.js +2 -2
  27. package/esm2015/api/sliceXController.service.js +2 -2
  28. package/esm2015/api/strategyController.service.js +2 -2
  29. package/esm2015/api/strategyTemplateController.service.js +2 -2
  30. package/esm2015/api/uILoggerController.service.js +2 -2
  31. package/esm2015/api/userPreferenceController.service.js +2 -2
  32. package/esm2015/model/creativeSetRequest.js +1 -5
  33. package/esm2015/model/hybridAdMapping.js +1 -1
  34. package/esm2015/model/models.js +1 -3
  35. package/esm2015/model/strategyDTO.js +1 -1
  36. package/fesm2015/revxui-api-clients-ts.js +28 -47
  37. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  38. package/model/creativeSetRequest.d.ts +0 -6
  39. package/model/hybridAdMapping.d.ts +0 -1
  40. package/model/models.d.ts +0 -2
  41. package/model/strategyDTO.d.ts +0 -2
  42. package/package.json +1 -1
  43. package/revxui-api-clients-ts.metadata.json +1 -1
  44. package/esm2015/model/targetObject.js +0 -13
  45. package/esm2015/model/zipCode.js +0 -2
  46. package/model/targetObject.d.ts +0 -15
  47. package/model/zipCode.d.ts +0 -16
@@ -30,7 +30,6 @@ export interface CreativeSetRequest {
30
30
  endTime?: number;
31
31
  fallbackClickUrl?: string;
32
32
  hybridAdList?: Array<HybridAdMapping>;
33
- hybridSupportType?: CreativeSetRequest.HybridSupportTypeEnum;
34
33
  id?: number;
35
34
  isPlacebo?: boolean;
36
35
  modifiedBy?: number;
@@ -65,9 +64,4 @@ export declare namespace CreativeSetRequest {
65
64
  ICON: CreativeSetTypeEnum;
66
65
  CTVVIDEO: CreativeSetTypeEnum;
67
66
  };
68
- type HybridSupportTypeEnum = 'IMAGE' | 'VIDEO';
69
- const HybridSupportTypeEnum: {
70
- IMAGE: HybridSupportTypeEnum;
71
- VIDEO: HybridSupportTypeEnum;
72
- };
73
67
  }
@@ -12,7 +12,6 @@
12
12
  import { CreativeFileForSet } from './creativeFileForSet';
13
13
  export interface HybridAdMapping {
14
14
  file?: CreativeFileForSet;
15
- imageAttributeId?: number;
16
15
  templateDimensionIds?: Array<number>;
17
16
  videoAttributeId?: number;
18
17
  }
package/model/models.d.ts CHANGED
@@ -307,7 +307,6 @@ export * from './targetGeoEditField';
307
307
  export * from './targetMobileDeviceBrands';
308
308
  export * from './targetMobileDeviceModels';
309
309
  export * from './targetMobileDevices';
310
- export * from './targetObject';
311
310
  export * from './targetOperatingSystem';
312
311
  export * from './targetOperatingSystemEditField';
313
312
  export * from './targetingObject';
@@ -325,4 +324,3 @@ export * from './videoProperties';
325
324
  export * from './videoTargeting';
326
325
  export * from './whitelabelingEntity';
327
326
  export * from './widgetPerformanceMetrics';
328
- export * from './zipCode';
@@ -23,7 +23,6 @@ import { TargetGeoDTO } from './targetGeoDTO';
23
23
  import { TargetMobileDevices } from './targetMobileDevices';
24
24
  import { TimeZoneDTO } from './timeZoneDTO';
25
25
  import { VideoTargeting } from './videoTargeting';
26
- import { ZipCode } from './zipCode';
27
26
  export interface StrategyDTO {
28
27
  active?: boolean;
29
28
  adGroupCount?: number;
@@ -112,7 +111,6 @@ export interface StrategyDTO {
112
111
  trackingParameter?: string;
113
112
  userPurchaseFrequency?: Array<BaseModel>;
114
113
  videoPlacement?: VideoTargeting;
115
- zipCodes?: ZipCode;
116
114
  }
117
115
  export declare namespace StrategyDTO {
118
116
  type AuctionTypeTargetingEnum = 'FIRST' | 'SECOND' | 'ALL';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "1.1.237",
3
+ "version": "1.1.239",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [