@revxui/api-clients-ts 0.10.205 → 0.10.206

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 (101) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +1 -3
  3. package/bundles/revxui-api-clients-ts.umd.js +24 -222
  4. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  5. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  6. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  7. package/esm2015/api/adminController.service.js +2 -2
  8. package/esm2015/api/advertiserController.service.js +2 -2
  9. package/esm2015/api/api.js +2 -4
  10. package/esm2015/api/appSettingsController.service.js +2 -2
  11. package/esm2015/api/audienceController.service.js +2 -2
  12. package/esm2015/api/auditController.service.js +2 -2
  13. package/esm2015/api/bulkStrategyController.service.js +2 -2
  14. package/esm2015/api/cSSThemeController_.service.js +2 -2
  15. package/esm2015/api/campaignController.service.js +2 -2
  16. package/esm2015/api/catalogController.service.js +2 -2
  17. package/esm2015/api/clickDestinationController.service.js +2 -2
  18. package/esm2015/api/creativeController.service.js +2 -2
  19. package/esm2015/api/creativeSetsController.service.js +2 -2
  20. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  22. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  23. package/esm2015/api/dashboardController.service.js +2 -2
  24. package/esm2015/api/notificationsController.service.js +2 -2
  25. package/esm2015/api/pixelController.service.js +2 -2
  26. package/esm2015/api/reportingController.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/uILoggerController.service.js +2 -2
  30. package/esm2015/api/userPreferenceController.service.js +2 -2
  31. package/esm2015/api.module.js +1 -3
  32. package/esm2015/model/advertiser.js +1 -1
  33. package/esm2015/model/advertiserPojo.js +1 -1
  34. package/esm2015/model/bulkEditStrategiesDTO.js +1 -1
  35. package/esm2015/model/integerEditField.js +12 -0
  36. package/esm2015/model/models.js +1 -2
  37. package/esm2015/model/strategyDTO.js +1 -1
  38. package/esm5/api/adminController.service.js +2 -2
  39. package/esm5/api/advertiserController.service.js +2 -2
  40. package/esm5/api/api.js +2 -4
  41. package/esm5/api/appSettingsController.service.js +2 -2
  42. package/esm5/api/audienceController.service.js +2 -2
  43. package/esm5/api/auditController.service.js +2 -2
  44. package/esm5/api/bulkStrategyController.service.js +2 -2
  45. package/esm5/api/cSSThemeController_.service.js +2 -2
  46. package/esm5/api/campaignController.service.js +2 -2
  47. package/esm5/api/catalogController.service.js +2 -2
  48. package/esm5/api/clickDestinationController.service.js +2 -2
  49. package/esm5/api/creativeController.service.js +2 -2
  50. package/esm5/api/creativeSetsController.service.js +2 -2
  51. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  52. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  53. package/esm5/api/creativeTemplatesController.service.js +2 -2
  54. package/esm5/api/dashboardController.service.js +2 -2
  55. package/esm5/api/notificationsController.service.js +2 -2
  56. package/esm5/api/pixelController.service.js +2 -2
  57. package/esm5/api/reportingController.service.js +2 -2
  58. package/esm5/api/sliceXController.service.js +2 -2
  59. package/esm5/api/strategyController.service.js +2 -2
  60. package/esm5/api/uILoggerController.service.js +2 -2
  61. package/esm5/api/userPreferenceController.service.js +2 -2
  62. package/esm5/api.module.js +1 -3
  63. package/esm5/model/advertiser.js +1 -1
  64. package/esm5/model/advertiserPojo.js +1 -1
  65. package/esm5/model/bulkEditStrategiesDTO.js +1 -1
  66. package/esm5/model/integerEditField.js +12 -0
  67. package/esm5/model/models.js +1 -2
  68. package/esm5/model/strategyDTO.js +1 -1
  69. package/fesm2015/revxui-api-clients-ts.js +25 -204
  70. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  71. package/fesm5/revxui-api-clients-ts.js +25 -222
  72. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  73. package/model/advertiser.d.ts +2 -0
  74. package/model/advertiserPojo.d.ts +2 -0
  75. package/model/bulkEditStrategiesDTO.d.ts +2 -2
  76. package/model/creativeSetDashboardMetric.d.ts +10 -10
  77. package/model/creativeSetDetails.d.ts +10 -10
  78. package/model/creativeSetRequest.d.ts +10 -10
  79. package/model/creativeSetResponse.d.ts +10 -10
  80. package/model/{appsFlyerAudienceTokenDto.d.ts → integerEditField.d.ts} +3 -2
  81. package/model/models.d.ts +1 -5
  82. package/model/strategyDTO.d.ts +0 -2
  83. package/package.json +1 -1
  84. package/revxui-api-clients-ts.metadata.json +1 -1
  85. package/api/appsFlyerAudienceController.service.d.ts +0 -65
  86. package/esm2015/api/appsFlyerAudienceController.service.js +0 -158
  87. package/esm2015/model/appsFlyerAudienceCreateDto.js +0 -12
  88. package/esm2015/model/appsFlyerAudienceSyncDto.js +0 -12
  89. package/esm2015/model/appsFlyerAudienceTokenDto.js +0 -12
  90. package/esm2015/model/baseModelWithCreativeSetType.js +0 -27
  91. package/esm2015/model/creativeSetListEditField.js +0 -1
  92. package/esm5/api/appsFlyerAudienceController.service.js +0 -176
  93. package/esm5/model/appsFlyerAudienceCreateDto.js +0 -12
  94. package/esm5/model/appsFlyerAudienceSyncDto.js +0 -12
  95. package/esm5/model/appsFlyerAudienceTokenDto.js +0 -12
  96. package/esm5/model/baseModelWithCreativeSetType.js +0 -27
  97. package/esm5/model/creativeSetListEditField.js +0 -1
  98. package/model/appsFlyerAudienceCreateDto.d.ts +0 -16
  99. package/model/appsFlyerAudienceSyncDto.d.ts +0 -17
  100. package/model/baseModelWithCreativeSetType.d.ts +0 -31
  101. package/model/creativeSetListEditField.d.ts +0 -16
@@ -18,10 +18,12 @@ export interface Advertiser {
18
18
  currencyCode?: string;
19
19
  id?: number;
20
20
  isArchived?: boolean;
21
+ isPlatformAudSupport?: boolean;
21
22
  licensee?: BaseModel;
22
23
  licenseeId?: number;
23
24
  modifiedBy?: number;
24
25
  modifiedTime?: number;
25
26
  name?: string;
27
+ platformAudSupport?: boolean;
26
28
  timeZoneId?: number;
27
29
  }
@@ -34,6 +34,7 @@ export interface AdvertiserPojo {
34
34
  iosTabletBundle?: string;
35
35
  isArchived?: boolean;
36
36
  isDynamicVideo?: boolean;
37
+ isPlatformAudSupport?: boolean;
37
38
  language?: BaseModel;
38
39
  licensee?: BaseModel;
39
40
  licenseeId?: number;
@@ -42,6 +43,7 @@ export interface AdvertiserPojo {
42
43
  modifiedTime?: number;
43
44
  name?: string;
44
45
  nonEditableFields?: Array<string>;
46
+ platformAudSupport?: boolean;
45
47
  region?: BaseModel;
46
48
  skuAllowedChars?: string;
47
49
  timeZone?: BaseModel;
@@ -16,10 +16,10 @@ import { BaseModel } from './baseModel';
16
16
  import { BaseModelEditField } from './baseModelEditField';
17
17
  import { BigDecimalEditField } from './bigDecimalEditField';
18
18
  import { CreativeListEditField } from './creativeListEditField';
19
- import { CreativeSetListEditField } from './creativeSetListEditField';
20
19
  import { DayPartEditField } from './dayPartEditField';
21
20
  import { DealCategoryEditField } from './dealCategoryEditField';
22
21
  import { FcapEditField } from './fcapEditField';
22
+ import { IntegerEditField } from './integerEditField';
23
23
  import { RTBAggregatorsEditField } from './rTBAggregatorsEditField';
24
24
  import { RTBSitesEditField } from './rTBSitesEditField';
25
25
  import { StringEditField } from './stringEditField';
@@ -31,8 +31,8 @@ export interface BulkEditStrategiesDTO {
31
31
  auctionTargeting?: AuctionTypeEditField;
32
32
  bidCapMax?: BigDecimalEditField;
33
33
  bidCapMin?: BigDecimalEditField;
34
+ boostBidPrice?: IntegerEditField;
34
35
  budgetValue?: BigDecimalEditField;
35
- creativeSets?: CreativeSetListEditField;
36
36
  creatives?: CreativeListEditField;
37
37
  daysTargeting?: DayPartEditField;
38
38
  dealAudienceTargeting?: DealCategoryEditField;
@@ -62,15 +62,15 @@ export interface CreativeSetDashboardMetric {
62
62
  export declare namespace CreativeSetDashboardMetric {
63
63
  type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO';
64
64
  const CreativeSetTypeEnum: {
65
- IMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
66
- VIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
67
- THIRDPARTYADTAGS: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
68
- ZIPPEDHTML: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
69
- NATIVEIMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
70
- NATIVEVIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
71
- DYNAMICIMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
72
- DYNAMICMACRO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
73
- DYNAMICHTML: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
74
- DYNAMICVIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
65
+ IMAGE: CreativeSetTypeEnum;
66
+ VIDEO: CreativeSetTypeEnum;
67
+ THIRDPARTYADTAGS: CreativeSetTypeEnum;
68
+ ZIPPEDHTML: CreativeSetTypeEnum;
69
+ NATIVEIMAGE: CreativeSetTypeEnum;
70
+ NATIVEVIDEO: CreativeSetTypeEnum;
71
+ DYNAMICIMAGE: CreativeSetTypeEnum;
72
+ DYNAMICMACRO: CreativeSetTypeEnum;
73
+ DYNAMICHTML: CreativeSetTypeEnum;
74
+ DYNAMICVIDEO: CreativeSetTypeEnum;
75
75
  };
76
76
  }
@@ -40,15 +40,15 @@ export interface CreativeSetDetails {
40
40
  export declare namespace CreativeSetDetails {
41
41
  type TypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO';
42
42
  const TypeEnum: {
43
- IMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
44
- VIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
45
- THIRDPARTYADTAGS: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
46
- ZIPPEDHTML: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
47
- NATIVEIMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
48
- NATIVEVIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
49
- DYNAMICIMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
50
- DYNAMICMACRO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
51
- DYNAMICHTML: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
52
- DYNAMICVIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
43
+ IMAGE: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
44
+ VIDEO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
45
+ THIRDPARTYADTAGS: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
46
+ ZIPPEDHTML: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
47
+ NATIVEIMAGE: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
48
+ NATIVEVIDEO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
49
+ DYNAMICIMAGE: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
50
+ DYNAMICMACRO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
51
+ DYNAMICHTML: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
52
+ DYNAMICVIDEO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
53
53
  };
54
54
  }
@@ -40,15 +40,15 @@ export interface CreativeSetRequest {
40
40
  export declare namespace CreativeSetRequest {
41
41
  type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO';
42
42
  const CreativeSetTypeEnum: {
43
- IMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
44
- VIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
45
- THIRDPARTYADTAGS: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
46
- ZIPPEDHTML: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
47
- NATIVEIMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
48
- NATIVEVIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
49
- DYNAMICIMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
50
- DYNAMICMACRO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
51
- DYNAMICHTML: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
52
- DYNAMICVIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
43
+ IMAGE: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
44
+ VIDEO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
45
+ THIRDPARTYADTAGS: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
46
+ ZIPPEDHTML: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
47
+ NATIVEIMAGE: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
48
+ NATIVEVIDEO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
49
+ DYNAMICIMAGE: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
50
+ DYNAMICMACRO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
51
+ DYNAMICHTML: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
52
+ DYNAMICVIDEO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
53
53
  };
54
54
  }
@@ -18,15 +18,15 @@ export interface CreativeSetResponse {
18
18
  export declare namespace CreativeSetResponse {
19
19
  type OtherCreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO';
20
20
  const OtherCreativeSetTypeEnum: {
21
- IMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
22
- VIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
23
- THIRDPARTYADTAGS: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
24
- ZIPPEDHTML: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
25
- NATIVEIMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
26
- NATIVEVIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
27
- DYNAMICIMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
28
- DYNAMICMACRO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
29
- DYNAMICHTML: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
30
- DYNAMICVIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
21
+ IMAGE: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
22
+ VIDEO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
23
+ THIRDPARTYADTAGS: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
24
+ ZIPPEDHTML: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
25
+ NATIVEIMAGE: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
26
+ NATIVEVIDEO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
27
+ DYNAMICIMAGE: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
28
+ DYNAMICMACRO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
29
+ DYNAMICHTML: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
30
+ DYNAMICVIDEO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
31
31
  };
32
32
  }
@@ -9,6 +9,7 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
- export interface AppsFlyerAudienceTokenDto {
13
- api_key?: string;
12
+ export interface IntegerEditField {
13
+ action?: string;
14
+ value?: number;
14
15
  }
package/model/models.d.ts CHANGED
@@ -88,9 +88,6 @@ export * from './apiResponseObjectboolean';
88
88
  export * from './apiResponseObjectstring';
89
89
  export * from './appSettingsDTO';
90
90
  export * from './appSettingsPropertyDTO';
91
- export * from './appsFlyerAudienceCreateDto';
92
- export * from './appsFlyerAudienceSyncDto';
93
- export * from './appsFlyerAudienceTokenDto';
94
91
  export * from './auctionTypeEditField';
95
92
  export * from './audienceAccessDTO';
96
93
  export * from './audienceBackFilledStats';
@@ -104,7 +101,6 @@ export * from './auditMarker';
104
101
  export * from './bIgIntegerEditFiled';
105
102
  export * from './baseModel';
106
103
  export * from './baseModelEditField';
107
- export * from './baseModelWithCreativeSetType';
108
104
  export * from './bigDecimalEditField';
109
105
  export * from './bulkEditStrategiesDTO';
110
106
  export * from './bulkEditStrategiesResponse';
@@ -133,7 +129,6 @@ export * from './creativeMockUpsDTO';
133
129
  export * from './creativePerformanceData';
134
130
  export * from './creativeSetDashboardMetric';
135
131
  export * from './creativeSetDetails';
136
- export * from './creativeSetListEditField';
137
132
  export * from './creativeSetRequest';
138
133
  export * from './creativeSetResponse';
139
134
  export * from './creativeStrategyAssociationStatus';
@@ -169,6 +164,7 @@ export * from './fileDownloadResponse';
169
164
  export * from './filterModel';
170
165
  export * from './geoListDTO';
171
166
  export * from './geoListRequest';
167
+ export * from './integerEditField';
172
168
  export * from './macro';
173
169
  export * from './mapintResponseMessage';
174
170
  export * from './maplongResponseMessage';
@@ -11,7 +11,6 @@
11
11
  */
12
12
  import { AudienceStrDTO } from './audienceStrDTO';
13
13
  import { BaseModel } from './baseModel';
14
- import { BaseModelWithCreativeSetType } from './baseModelWithCreativeSetType';
15
14
  import { DayPart } from './dayPart';
16
15
  import { DealCategoryDTO } from './dealCategoryDTO';
17
16
  import { RTBAggregators } from './rTBAggregators';
@@ -44,7 +43,6 @@ export interface StrategyDTO {
44
43
  cpaTargetValue?: number;
45
44
  createdBy?: number;
46
45
  creationTime?: number;
47
- creativeSets?: Array<BaseModelWithCreativeSetType>;
48
46
  creatives?: Array<BaseModel>;
49
47
  currency?: BaseModel;
50
48
  currencyCode?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "0.10.205",
3
+ "version": "0.10.206",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [