@revxui/api-clients-ts 0.10.296 → 0.10.297

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 (100) hide show
  1. package/README.md +2 -2
  2. package/api/creativeSetsController.service.d.ts +0 -15
  3. package/bundles/revxui-api-clients-ts.umd.js +45 -93
  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/appSettingsController.service.js +2 -2
  10. package/esm2015/api/audienceController.service.js +2 -2
  11. package/esm2015/api/auditController.service.js +2 -2
  12. package/esm2015/api/bulkStrategyController.service.js +2 -2
  13. package/esm2015/api/cSSThemeController_.service.js +2 -2
  14. package/esm2015/api/campaignController.service.js +2 -2
  15. package/esm2015/api/catalogController.service.js +2 -2
  16. package/esm2015/api/clickDestinationController.service.js +2 -2
  17. package/esm2015/api/creativeController.service.js +2 -2
  18. package/esm2015/api/creativeSetsController.service.js +2 -47
  19. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  20. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplatesController.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/sliceXController.service.js +2 -2
  27. package/esm2015/api/strategyController.service.js +2 -2
  28. package/esm2015/api/uILoggerController.service.js +2 -2
  29. package/esm2015/api/userPreferenceController.service.js +2 -2
  30. package/esm2015/model/advertiserLayoutVariables.js +1 -1
  31. package/esm2015/model/baseModelWithCreativeSetType.js +2 -4
  32. package/esm2015/model/creativeDTO.js +1 -1
  33. package/esm2015/model/creativeHtmlFileForSet.js +12 -6
  34. package/esm2015/model/creativeSetDashboardMetric.js +2 -4
  35. package/esm2015/model/creativeSetDetails.js +2 -4
  36. package/esm2015/model/creativeSetRequest.js +2 -4
  37. package/esm2015/model/creativeSetResponse.js +2 -4
  38. package/esm2015/model/duplicateCreativeSetResponse.js +2 -4
  39. package/esm2015/model/models.js +1 -1
  40. package/esm2015/model/strategyDTO.js +6 -1
  41. package/esm5/api/adminController.service.js +2 -2
  42. package/esm5/api/advertiserController.service.js +2 -2
  43. package/esm5/api/appSettingsController.service.js +2 -2
  44. package/esm5/api/audienceController.service.js +2 -2
  45. package/esm5/api/auditController.service.js +2 -2
  46. package/esm5/api/bulkStrategyController.service.js +2 -2
  47. package/esm5/api/cSSThemeController_.service.js +2 -2
  48. package/esm5/api/campaignController.service.js +2 -2
  49. package/esm5/api/catalogController.service.js +2 -2
  50. package/esm5/api/clickDestinationController.service.js +2 -2
  51. package/esm5/api/creativeController.service.js +2 -2
  52. package/esm5/api/creativeSetsController.service.js +2 -49
  53. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  54. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  55. package/esm5/api/creativeTemplatesController.service.js +2 -2
  56. package/esm5/api/dashboardController.service.js +2 -2
  57. package/esm5/api/notificationsController.service.js +2 -2
  58. package/esm5/api/pixelController.service.js +2 -2
  59. package/esm5/api/reportingController.service.js +2 -2
  60. package/esm5/api/sliceXController.service.js +2 -2
  61. package/esm5/api/strategyController.service.js +2 -2
  62. package/esm5/api/uILoggerController.service.js +2 -2
  63. package/esm5/api/userPreferenceController.service.js +2 -2
  64. package/esm5/model/advertiserLayoutVariables.js +1 -1
  65. package/esm5/model/baseModelWithCreativeSetType.js +2 -4
  66. package/esm5/model/creativeDTO.js +1 -1
  67. package/esm5/model/creativeHtmlFileForSet.js +12 -6
  68. package/esm5/model/creativeSetDashboardMetric.js +2 -4
  69. package/esm5/model/creativeSetDetails.js +2 -4
  70. package/esm5/model/creativeSetRequest.js +2 -4
  71. package/esm5/model/creativeSetResponse.js +2 -4
  72. package/esm5/model/duplicateCreativeSetResponse.js +2 -4
  73. package/esm5/model/models.js +1 -1
  74. package/esm5/model/strategyDTO.js +6 -1
  75. package/fesm2015/revxui-api-clients-ts.js +45 -91
  76. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  77. package/fesm5/revxui-api-clients-ts.js +45 -93
  78. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  79. package/model/advertiserLayoutVariables.d.ts +0 -1
  80. package/model/baseModelWithCreativeSetType.d.ts +1 -3
  81. package/model/creativeDTO.d.ts +0 -4
  82. package/model/creativeHtmlFileForSet.d.ts +0 -9
  83. package/model/creativeSetDashboardMetric.d.ts +1 -3
  84. package/model/creativeSetDetails.d.ts +1 -3
  85. package/model/creativeSetRequest.d.ts +1 -7
  86. package/model/creativeSetResponse.d.ts +1 -3
  87. package/model/duplicateCreativeSetResponse.d.ts +1 -3
  88. package/model/models.d.ts +0 -3
  89. package/model/strategyDTO.d.ts +7 -0
  90. package/package.json +1 -1
  91. package/revxui-api-clients-ts.metadata.json +1 -1
  92. package/esm2015/model/apiResponseObjectAspectTemplateMap.js +0 -1
  93. package/esm2015/model/aspectTemplateMap.js +0 -1
  94. package/esm2015/model/hybridAdMapping.js +0 -1
  95. package/esm5/model/apiResponseObjectAspectTemplateMap.js +0 -1
  96. package/esm5/model/aspectTemplateMap.js +0 -1
  97. package/esm5/model/hybridAdMapping.js +0 -1
  98. package/model/apiResponseObjectAspectTemplateMap.d.ts +0 -17
  99. package/model/aspectTemplateMap.d.ts +0 -17
  100. package/model/hybridAdMapping.d.ts +0 -16
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.296
1
+ ## @revxui/api-clients-ts@0.10.297
2
2
 
3
3
  ### Building
4
4
 
@@ -19,7 +19,7 @@ Navigate to the folder of your consuming project and run one of next commands.
19
19
  _published:_
20
20
 
21
21
  ```
22
- npm install @revxui/api-clients-ts@0.10.296 --save
22
+ npm install @revxui/api-clients-ts@0.10.297 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -14,7 +14,6 @@ import { Observable } from 'rxjs';
14
14
  import { ApiResponseObjectAdvertiserDynamicDetails } from '../model/apiResponseObjectAdvertiserDynamicDetails';
15
15
  import { ApiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO } from '../model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO';
16
16
  import { ApiResponseObjectApiListResponseCreativeSetDashboardMetric } from '../model/apiResponseObjectApiListResponseCreativeSetDashboardMetric';
17
- import { ApiResponseObjectAspectTemplateMap } from '../model/apiResponseObjectAspectTemplateMap';
18
17
  import { ApiResponseObjectBulkEditCreativeSetsResponse } from '../model/apiResponseObjectBulkEditCreativeSetsResponse';
19
18
  import { ApiResponseObjectCreativeSetDetails } from '../model/apiResponseObjectCreativeSetDetails';
20
19
  import { ApiResponseObjectCreativeSetResponse } from '../model/apiResponseObjectCreativeSetResponse';
@@ -139,20 +138,6 @@ export declare class CreativeSetsControllerService {
139
138
  getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardResponse>;
140
139
  getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardResponse>>;
141
140
  getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDashboardResponse>>;
142
- /**
143
- * Api to get available hybrid ad templates for the uploaded videos
144
- *
145
- * @param advertiserId advertiserId
146
- * @param aspect_ratio aspect_ratio
147
- * @param type type
148
- * @param reqId request id
149
- * @param token Auth Token
150
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
151
- * @param reportProgress flag to report request and response progress.
152
- */
153
- getHybridAdTemplatesUsingGET(advertiserId: number, aspect_ratio: string, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectAspectTemplateMap>;
154
- getHybridAdTemplatesUsingGET(advertiserId: number, aspect_ratio: string, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectAspectTemplateMap>>;
155
- getHybridAdTemplatesUsingGET(advertiserId: number, aspect_ratio: string, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectAspectTemplateMap>>;
156
141
  /**
157
142
  * Api to get individual creative set performance
158
143
  *
@@ -308,7 +308,7 @@
308
308
  var AdminControllerService = /** @class */ (function () {
309
309
  function AdminControllerService(httpClient, basePath, configuration) {
310
310
  this.httpClient = httpClient;
311
- this.basePath = 'https://apiv2stage1.atomex.net';
311
+ this.basePath = 'https://apiv2stage2.atomex.net';
312
312
  this.defaultHeaders = new http.HttpHeaders();
313
313
  this.configuration = new Configuration();
314
314
  if (basePath) {
@@ -525,7 +525,7 @@
525
525
  var AdvertiserControllerService = /** @class */ (function () {
526
526
  function AdvertiserControllerService(httpClient, basePath, configuration) {
527
527
  this.httpClient = httpClient;
528
- this.basePath = 'https://apiv2stage1.atomex.net';
528
+ this.basePath = 'https://apiv2stage2.atomex.net';
529
529
  this.defaultHeaders = new http.HttpHeaders();
530
530
  this.configuration = new Configuration();
531
531
  if (basePath) {
@@ -971,7 +971,7 @@
971
971
  var AppSettingsControllerService = /** @class */ (function () {
972
972
  function AppSettingsControllerService(httpClient, basePath, configuration) {
973
973
  this.httpClient = httpClient;
974
- this.basePath = 'https://apiv2stage1.atomex.net';
974
+ this.basePath = 'https://apiv2stage2.atomex.net';
975
975
  this.defaultHeaders = new http.HttpHeaders();
976
976
  this.configuration = new Configuration();
977
977
  if (basePath) {
@@ -1141,7 +1141,7 @@
1141
1141
  var AudienceControllerService = /** @class */ (function () {
1142
1142
  function AudienceControllerService(httpClient, basePath, configuration) {
1143
1143
  this.httpClient = httpClient;
1144
- this.basePath = 'https://apiv2stage1.atomex.net';
1144
+ this.basePath = 'https://apiv2stage2.atomex.net';
1145
1145
  this.defaultHeaders = new http.HttpHeaders();
1146
1146
  this.configuration = new Configuration();
1147
1147
  if (basePath) {
@@ -1864,7 +1864,7 @@
1864
1864
  var AuditControllerService = /** @class */ (function () {
1865
1865
  function AuditControllerService(httpClient, basePath, configuration) {
1866
1866
  this.httpClient = httpClient;
1867
- this.basePath = 'https://apiv2stage1.atomex.net';
1867
+ this.basePath = 'https://apiv2stage2.atomex.net';
1868
1868
  this.defaultHeaders = new http.HttpHeaders();
1869
1869
  this.configuration = new Configuration();
1870
1870
  if (basePath) {
@@ -2063,7 +2063,7 @@
2063
2063
  var BulkStrategyControllerService = /** @class */ (function () {
2064
2064
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2065
2065
  this.httpClient = httpClient;
2066
- this.basePath = 'https://apiv2stage1.atomex.net';
2066
+ this.basePath = 'https://apiv2stage2.atomex.net';
2067
2067
  this.defaultHeaders = new http.HttpHeaders();
2068
2068
  this.configuration = new Configuration();
2069
2069
  if (basePath) {
@@ -2306,7 +2306,7 @@
2306
2306
  var CSSThemeController_Service = /** @class */ (function () {
2307
2307
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2308
2308
  this.httpClient = httpClient;
2309
- this.basePath = 'https://apiv2stage1.atomex.net';
2309
+ this.basePath = 'https://apiv2stage2.atomex.net';
2310
2310
  this.defaultHeaders = new http.HttpHeaders();
2311
2311
  this.configuration = new Configuration();
2312
2312
  if (basePath) {
@@ -2427,7 +2427,7 @@
2427
2427
  var CampaignControllerService = /** @class */ (function () {
2428
2428
  function CampaignControllerService(httpClient, basePath, configuration) {
2429
2429
  this.httpClient = httpClient;
2430
- this.basePath = 'https://apiv2stage1.atomex.net';
2430
+ this.basePath = 'https://apiv2stage2.atomex.net';
2431
2431
  this.defaultHeaders = new http.HttpHeaders();
2432
2432
  this.configuration = new Configuration();
2433
2433
  if (basePath) {
@@ -2749,7 +2749,7 @@
2749
2749
  var CatalogControllerService = /** @class */ (function () {
2750
2750
  function CatalogControllerService(httpClient, basePath, configuration) {
2751
2751
  this.httpClient = httpClient;
2752
- this.basePath = 'https://apiv2stage1.atomex.net';
2752
+ this.basePath = 'https://apiv2stage2.atomex.net';
2753
2753
  this.defaultHeaders = new http.HttpHeaders();
2754
2754
  this.configuration = new Configuration();
2755
2755
  if (basePath) {
@@ -2972,7 +2972,7 @@
2972
2972
  var ClickDestinationControllerService = /** @class */ (function () {
2973
2973
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2974
2974
  this.httpClient = httpClient;
2975
- this.basePath = 'https://apiv2stage1.atomex.net';
2975
+ this.basePath = 'https://apiv2stage2.atomex.net';
2976
2976
  this.defaultHeaders = new http.HttpHeaders();
2977
2977
  this.configuration = new Configuration();
2978
2978
  if (basePath) {
@@ -3222,7 +3222,7 @@
3222
3222
  var CreativeControllerService = /** @class */ (function () {
3223
3223
  function CreativeControllerService(httpClient, basePath, configuration) {
3224
3224
  this.httpClient = httpClient;
3225
- this.basePath = 'https://apiv2stage1.atomex.net';
3225
+ this.basePath = 'https://apiv2stage2.atomex.net';
3226
3226
  this.defaultHeaders = new http.HttpHeaders();
3227
3227
  this.configuration = new Configuration();
3228
3228
  if (basePath) {
@@ -3699,7 +3699,7 @@
3699
3699
  var CreativeSetsControllerService = /** @class */ (function () {
3700
3700
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3701
3701
  this.httpClient = httpClient;
3702
- this.basePath = 'https://apiv2stage1.atomex.net';
3702
+ this.basePath = 'https://apiv2stage2.atomex.net';
3703
3703
  this.defaultHeaders = new http.HttpHeaders();
3704
3704
  this.configuration = new Configuration();
3705
3705
  if (basePath) {
@@ -4035,53 +4035,6 @@
4035
4035
  reportProgress: reportProgress
4036
4036
  });
4037
4037
  };
4038
- CreativeSetsControllerService.prototype.getHybridAdTemplatesUsingGET = function (advertiserId, aspect_ratio, type, reqId, token, observe, reportProgress) {
4039
- if (observe === void 0) { observe = 'body'; }
4040
- if (reportProgress === void 0) { reportProgress = false; }
4041
- if (advertiserId === null || advertiserId === undefined) {
4042
- throw new Error('Required parameter advertiserId was null or undefined when calling getHybridAdTemplatesUsingGET.');
4043
- }
4044
- if (aspect_ratio === null || aspect_ratio === undefined) {
4045
- throw new Error('Required parameter aspect_ratio was null or undefined when calling getHybridAdTemplatesUsingGET.');
4046
- }
4047
- if (type === null || type === undefined) {
4048
- throw new Error('Required parameter type was null or undefined when calling getHybridAdTemplatesUsingGET.');
4049
- }
4050
- var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4051
- if (advertiserId !== undefined && advertiserId !== null) {
4052
- queryParameters = queryParameters.set('advertiserId', advertiserId);
4053
- }
4054
- if (aspect_ratio !== undefined && aspect_ratio !== null) {
4055
- queryParameters = queryParameters.set('aspect_ratio', aspect_ratio);
4056
- }
4057
- if (type !== undefined && type !== null) {
4058
- queryParameters = queryParameters.set('type', type);
4059
- }
4060
- var headers = this.defaultHeaders;
4061
- if (reqId !== undefined && reqId !== null) {
4062
- headers = headers.set('reqId', String(reqId));
4063
- }
4064
- if (token !== undefined && token !== null) {
4065
- headers = headers.set('token', String(token));
4066
- }
4067
- // to determine the Accept header
4068
- var httpHeaderAccepts = [
4069
- 'application/json'
4070
- ];
4071
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4072
- if (httpHeaderAcceptSelected != undefined) {
4073
- headers = headers.set('Accept', httpHeaderAcceptSelected);
4074
- }
4075
- // to determine the Content-Type header
4076
- var consumes = [];
4077
- return this.httpClient.get(this.basePath + "/v2/api/creativesets/hybridtemplates", {
4078
- params: queryParameters,
4079
- withCredentials: this.configuration.withCredentials,
4080
- headers: headers,
4081
- observe: observe,
4082
- reportProgress: reportProgress
4083
- });
4084
- };
4085
4038
  CreativeSetsControllerService.prototype.getPerformanceByIdUsingPOST = function (dashboardRequest, id, refresh, reqId, token, observe, reportProgress) {
4086
4039
  if (observe === void 0) { observe = 'body'; }
4087
4040
  if (reportProgress === void 0) { reportProgress = false; }
@@ -4191,7 +4144,7 @@
4191
4144
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4192
4145
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4193
4146
  this.httpClient = httpClient;
4194
- this.basePath = 'https://apiv2stage1.atomex.net';
4147
+ this.basePath = 'https://apiv2stage2.atomex.net';
4195
4148
  this.defaultHeaders = new http.HttpHeaders();
4196
4149
  this.configuration = new Configuration();
4197
4150
  if (basePath) {
@@ -4392,7 +4345,7 @@
4392
4345
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4393
4346
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4394
4347
  this.httpClient = httpClient;
4395
- this.basePath = 'https://apiv2stage1.atomex.net';
4348
+ this.basePath = 'https://apiv2stage2.atomex.net';
4396
4349
  this.defaultHeaders = new http.HttpHeaders();
4397
4350
  this.configuration = new Configuration();
4398
4351
  if (basePath) {
@@ -4480,7 +4433,7 @@
4480
4433
  var CreativeTemplatesControllerService = /** @class */ (function () {
4481
4434
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4482
4435
  this.httpClient = httpClient;
4483
- this.basePath = 'https://apiv2stage1.atomex.net';
4436
+ this.basePath = 'https://apiv2stage2.atomex.net';
4484
4437
  this.defaultHeaders = new http.HttpHeaders();
4485
4438
  this.configuration = new Configuration();
4486
4439
  if (basePath) {
@@ -4659,7 +4612,7 @@
4659
4612
  var DashboardControllerService = /** @class */ (function () {
4660
4613
  function DashboardControllerService(httpClient, basePath, configuration) {
4661
4614
  this.httpClient = httpClient;
4662
- this.basePath = 'https://apiv2stage1.atomex.net';
4615
+ this.basePath = 'https://apiv2stage2.atomex.net';
4663
4616
  this.defaultHeaders = new http.HttpHeaders();
4664
4617
  this.configuration = new Configuration();
4665
4618
  if (basePath) {
@@ -5316,7 +5269,7 @@
5316
5269
  var NotificationsControllerService = /** @class */ (function () {
5317
5270
  function NotificationsControllerService(httpClient, basePath, configuration) {
5318
5271
  this.httpClient = httpClient;
5319
- this.basePath = 'https://apiv2stage1.atomex.net';
5272
+ this.basePath = 'https://apiv2stage2.atomex.net';
5320
5273
  this.defaultHeaders = new http.HttpHeaders();
5321
5274
  this.configuration = new Configuration();
5322
5275
  if (basePath) {
@@ -5515,7 +5468,7 @@
5515
5468
  var PixelControllerService = /** @class */ (function () {
5516
5469
  function PixelControllerService(httpClient, basePath, configuration) {
5517
5470
  this.httpClient = httpClient;
5518
- this.basePath = 'https://apiv2stage1.atomex.net';
5471
+ this.basePath = 'https://apiv2stage2.atomex.net';
5519
5472
  this.defaultHeaders = new http.HttpHeaders();
5520
5473
  this.configuration = new Configuration();
5521
5474
  if (basePath) {
@@ -5844,7 +5797,7 @@
5844
5797
  var ReportingControllerService = /** @class */ (function () {
5845
5798
  function ReportingControllerService(httpClient, basePath, configuration) {
5846
5799
  this.httpClient = httpClient;
5847
- this.basePath = 'https://apiv2stage1.atomex.net';
5800
+ this.basePath = 'https://apiv2stage2.atomex.net';
5848
5801
  this.defaultHeaders = new http.HttpHeaders();
5849
5802
  this.configuration = new Configuration();
5850
5803
  if (basePath) {
@@ -6028,7 +5981,7 @@
6028
5981
  var SliceXControllerService = /** @class */ (function () {
6029
5982
  function SliceXControllerService(httpClient, basePath, configuration) {
6030
5983
  this.httpClient = httpClient;
6031
- this.basePath = 'https://apiv2stage1.atomex.net';
5984
+ this.basePath = 'https://apiv2stage2.atomex.net';
6032
5985
  this.defaultHeaders = new http.HttpHeaders();
6033
5986
  this.configuration = new Configuration();
6034
5987
  if (basePath) {
@@ -6296,7 +6249,7 @@
6296
6249
  var StrategyControllerService = /** @class */ (function () {
6297
6250
  function StrategyControllerService(httpClient, basePath, configuration) {
6298
6251
  this.httpClient = httpClient;
6299
- this.basePath = 'https://apiv2stage1.atomex.net';
6252
+ this.basePath = 'https://apiv2stage2.atomex.net';
6300
6253
  this.defaultHeaders = new http.HttpHeaders();
6301
6254
  this.configuration = new Configuration();
6302
6255
  if (basePath) {
@@ -6957,7 +6910,7 @@
6957
6910
  var UILoggerControllerService = /** @class */ (function () {
6958
6911
  function UILoggerControllerService(httpClient, basePath, configuration) {
6959
6912
  this.httpClient = httpClient;
6960
- this.basePath = 'https://apiv2stage1.atomex.net';
6913
+ this.basePath = 'https://apiv2stage2.atomex.net';
6961
6914
  this.defaultHeaders = new http.HttpHeaders();
6962
6915
  this.configuration = new Configuration();
6963
6916
  if (basePath) {
@@ -7059,7 +7012,7 @@
7059
7012
  var UserPreferenceControllerService = /** @class */ (function () {
7060
7013
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
7061
7014
  this.httpClient = httpClient;
7062
- this.basePath = 'https://apiv2stage1.atomex.net';
7015
+ this.basePath = 'https://apiv2stage2.atomex.net';
7063
7016
  this.defaultHeaders = new http.HttpHeaders();
7064
7017
  this.configuration = new Configuration();
7065
7018
  if (basePath) {
@@ -7396,9 +7349,7 @@
7396
7349
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7397
7350
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7398
7351
  DYNAMICHTML: 'DYNAMIC_HTML',
7399
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7400
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7401
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7352
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7402
7353
  };
7403
7354
  })(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
7404
7355
 
@@ -7517,13 +7468,19 @@
7517
7468
  };
7518
7469
  })(exports.CreativeFiles || (exports.CreativeFiles = {}));
7519
7470
 
7471
+ /**
7472
+ * Api Documentation
7473
+ * Api Documentation
7474
+ *
7475
+ * OpenAPI spec version: 1.0
7476
+ *
7477
+ *
7478
+ * NOTE: This class is auto generated by the swagger code generator program.
7479
+ * https://github.com/swagger-api/swagger-codegen.git
7480
+ * Do not edit the class manually.
7481
+ */
7520
7482
 
7521
7483
  (function (CreativeHtmlFileForSet) {
7522
- CreativeHtmlFileForSet.TemplateTypeEnum = {
7523
- DCO: 'DCO',
7524
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7525
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7526
- };
7527
7484
  CreativeHtmlFileForSet.TypeEnum = {
7528
7485
  Image: 'image',
7529
7486
  Html: 'html',
@@ -7554,9 +7511,7 @@
7554
7511
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7555
7512
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7556
7513
  DYNAMICHTML: 'DYNAMIC_HTML',
7557
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7558
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7559
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7514
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7560
7515
  };
7561
7516
  })(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
7562
7517
 
@@ -7572,9 +7527,7 @@
7572
7527
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7573
7528
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7574
7529
  DYNAMICHTML: 'DYNAMIC_HTML',
7575
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7576
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7577
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7530
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7578
7531
  };
7579
7532
  })(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
7580
7533
 
@@ -7590,9 +7543,7 @@
7590
7543
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7591
7544
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7592
7545
  DYNAMICHTML: 'DYNAMIC_HTML',
7593
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7594
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7595
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7546
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7596
7547
  };
7597
7548
  })(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
7598
7549
 
@@ -7619,9 +7570,7 @@
7619
7570
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7620
7571
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7621
7572
  DYNAMICHTML: 'DYNAMIC_HTML',
7622
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7623
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7624
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7573
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7625
7574
  };
7626
7575
  })(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
7627
7576
 
@@ -7668,9 +7617,7 @@
7668
7617
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7669
7618
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7670
7619
  DYNAMICHTML: 'DYNAMIC_HTML',
7671
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7672
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7673
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7620
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7674
7621
  };
7675
7622
  })(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
7676
7623
 
@@ -7962,6 +7909,11 @@
7962
7909
  DAYWEIGHTEDRANDOM: 'PS_DAY_WEIGHTED_RANDOM',
7963
7910
  ADVPRCONTENTTS: 'PS_ADV_PR_CONTENT_TS'
7964
7911
  };
7912
+ StrategyDTO.PublisherTypesEnum = {
7913
+ DIRECT: 'DIRECT',
7914
+ RESELLER: 'RESELLER',
7915
+ UNKNOWN: 'UNKNOWN'
7916
+ };
7965
7917
  })(exports.StrategyDTO || (exports.StrategyDTO = {}));
7966
7918
 
7967
7919
  /**