@revxui/api-clients-ts 0.10.301 → 0.10.302

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 (97) 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 -90
  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 -44
  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/creativePerformanceData.js +1 -1
  35. package/esm2015/model/creativeSetDashboardMetric.js +2 -4
  36. package/esm2015/model/creativeSetDetails.js +2 -4
  37. package/esm2015/model/creativeSetRequest.js +2 -4
  38. package/esm2015/model/creativeSetResponse.js +2 -4
  39. package/esm2015/model/duplicateCreativeSetResponse.js +2 -4
  40. package/esm2015/model/models.js +1 -1
  41. package/esm2015/model/strategyDTO.js +6 -1
  42. package/esm5/api/adminController.service.js +2 -2
  43. package/esm5/api/advertiserController.service.js +2 -2
  44. package/esm5/api/appSettingsController.service.js +2 -2
  45. package/esm5/api/audienceController.service.js +2 -2
  46. package/esm5/api/auditController.service.js +2 -2
  47. package/esm5/api/bulkStrategyController.service.js +2 -2
  48. package/esm5/api/cSSThemeController_.service.js +2 -2
  49. package/esm5/api/campaignController.service.js +2 -2
  50. package/esm5/api/catalogController.service.js +2 -2
  51. package/esm5/api/clickDestinationController.service.js +2 -2
  52. package/esm5/api/creativeController.service.js +2 -2
  53. package/esm5/api/creativeSetsController.service.js +2 -46
  54. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  55. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  56. package/esm5/api/creativeTemplatesController.service.js +2 -2
  57. package/esm5/api/dashboardController.service.js +2 -2
  58. package/esm5/api/notificationsController.service.js +2 -2
  59. package/esm5/api/pixelController.service.js +2 -2
  60. package/esm5/api/reportingController.service.js +2 -2
  61. package/esm5/api/sliceXController.service.js +2 -2
  62. package/esm5/api/strategyController.service.js +2 -2
  63. package/esm5/api/uILoggerController.service.js +2 -2
  64. package/esm5/api/userPreferenceController.service.js +2 -2
  65. package/esm5/model/advertiserLayoutVariables.js +1 -1
  66. package/esm5/model/baseModelWithCreativeSetType.js +2 -4
  67. package/esm5/model/creativeDTO.js +1 -1
  68. package/esm5/model/creativeHtmlFileForSet.js +12 -6
  69. package/esm5/model/creativePerformanceData.js +1 -1
  70. package/esm5/model/creativeSetDashboardMetric.js +2 -4
  71. package/esm5/model/creativeSetDetails.js +2 -4
  72. package/esm5/model/creativeSetRequest.js +2 -4
  73. package/esm5/model/creativeSetResponse.js +2 -4
  74. package/esm5/model/duplicateCreativeSetResponse.js +2 -4
  75. package/esm5/model/models.js +1 -1
  76. package/esm5/model/strategyDTO.js +6 -1
  77. package/fesm2015/revxui-api-clients-ts.js +45 -88
  78. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  79. package/fesm5/revxui-api-clients-ts.js +45 -90
  80. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  81. package/model/advertiserLayoutVariables.d.ts +0 -1
  82. package/model/baseModelWithCreativeSetType.d.ts +1 -3
  83. package/model/creativeDTO.d.ts +0 -4
  84. package/model/creativeHtmlFileForSet.d.ts +0 -9
  85. package/model/creativePerformanceData.d.ts +16 -0
  86. package/model/creativeSetDashboardMetric.d.ts +1 -3
  87. package/model/creativeSetDetails.d.ts +1 -3
  88. package/model/creativeSetRequest.d.ts +1 -7
  89. package/model/creativeSetResponse.d.ts +1 -3
  90. package/model/duplicateCreativeSetResponse.d.ts +1 -3
  91. package/model/models.d.ts +0 -1
  92. package/model/strategyDTO.d.ts +7 -0
  93. package/package.json +1 -1
  94. package/revxui-api-clients-ts.metadata.json +1 -1
  95. package/esm2015/model/hybridAdMapping.js +0 -1
  96. package/esm5/model/hybridAdMapping.js +0 -1
  97. package/model/hybridAdMapping.d.ts +0 -17
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.301
1
+ ## @revxui/api-clients-ts@0.10.302
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.301 --save
22
+ npm install @revxui/api-clients-ts@0.10.302 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -11,7 +11,6 @@
11
11
  */
12
12
  import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
13
13
  import { Observable } from 'rxjs';
14
- import { ApiListResponseCreativeTemplateDTO } from '../model/apiListResponseCreativeTemplateDTO';
15
14
  import { ApiResponseObjectAdvertiserDynamicDetails } from '../model/apiResponseObjectAdvertiserDynamicDetails';
16
15
  import { ApiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO } from '../model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO';
17
16
  import { ApiResponseObjectApiListResponseCreativeSetDashboardMetric } from '../model/apiResponseObjectApiListResponseCreativeSetDashboardMetric';
@@ -153,20 +152,6 @@ export declare class CreativeSetsControllerService {
153
152
  getPerformanceByIdUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardMetrics>;
154
153
  getPerformanceByIdUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardMetrics>>;
155
154
  getPerformanceByIdUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDashboardMetrics>>;
156
- /**
157
- * Api to get available hybrid ad templates for the uploaded videos
158
- *
159
- * @param advertiserId advertiserId
160
- * @param type type
161
- * @param filters filters
162
- * @param reqId request id
163
- * @param token Auth Token
164
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
165
- * @param reportProgress flag to report request and response progress.
166
- */
167
- getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiListResponseCreativeTemplateDTO>;
168
- getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiListResponseCreativeTemplateDTO>>;
169
- getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiListResponseCreativeTemplateDTO>>;
170
155
  /**
171
156
  * Api to update creative sets
172
157
  *
@@ -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) {
@@ -4079,50 +4079,6 @@
4079
4079
  reportProgress: reportProgress
4080
4080
  });
4081
4081
  };
4082
- CreativeSetsControllerService.prototype.getTemplateListUsingGET = function (advertiserId, type, filters, reqId, token, observe, reportProgress) {
4083
- if (observe === void 0) { observe = 'body'; }
4084
- if (reportProgress === void 0) { reportProgress = false; }
4085
- if (advertiserId === null || advertiserId === undefined) {
4086
- throw new Error('Required parameter advertiserId was null or undefined when calling getTemplateListUsingGET.');
4087
- }
4088
- if (type === null || type === undefined) {
4089
- throw new Error('Required parameter type was null or undefined when calling getTemplateListUsingGET.');
4090
- }
4091
- var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4092
- if (advertiserId !== undefined && advertiserId !== null) {
4093
- queryParameters = queryParameters.set('advertiserId', advertiserId);
4094
- }
4095
- if (filters !== undefined && filters !== null) {
4096
- queryParameters = queryParameters.set('filters', filters);
4097
- }
4098
- if (type !== undefined && type !== null) {
4099
- queryParameters = queryParameters.set('type', type);
4100
- }
4101
- var headers = this.defaultHeaders;
4102
- if (reqId !== undefined && reqId !== null) {
4103
- headers = headers.set('reqId', String(reqId));
4104
- }
4105
- if (token !== undefined && token !== null) {
4106
- headers = headers.set('token', String(token));
4107
- }
4108
- // to determine the Accept header
4109
- var httpHeaderAccepts = [
4110
- 'application/json'
4111
- ];
4112
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4113
- if (httpHeaderAcceptSelected != undefined) {
4114
- headers = headers.set('Accept', httpHeaderAcceptSelected);
4115
- }
4116
- // to determine the Content-Type header
4117
- var consumes = [];
4118
- return this.httpClient.get(this.basePath + "/v2/api/creativesets/templates", {
4119
- params: queryParameters,
4120
- withCredentials: this.configuration.withCredentials,
4121
- headers: headers,
4122
- observe: observe,
4123
- reportProgress: reportProgress
4124
- });
4125
- };
4126
4082
  CreativeSetsControllerService.prototype.updateUsingPOST = function (creativeSetRequest, id, reqId, token, observe, reportProgress) {
4127
4083
  if (observe === void 0) { observe = 'body'; }
4128
4084
  if (reportProgress === void 0) { reportProgress = false; }
@@ -4188,7 +4144,7 @@
4188
4144
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4189
4145
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4190
4146
  this.httpClient = httpClient;
4191
- this.basePath = 'https://apiv2stage1.atomex.net';
4147
+ this.basePath = 'https://apiv2stage2.atomex.net';
4192
4148
  this.defaultHeaders = new http.HttpHeaders();
4193
4149
  this.configuration = new Configuration();
4194
4150
  if (basePath) {
@@ -4389,7 +4345,7 @@
4389
4345
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4390
4346
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4391
4347
  this.httpClient = httpClient;
4392
- this.basePath = 'https://apiv2stage1.atomex.net';
4348
+ this.basePath = 'https://apiv2stage2.atomex.net';
4393
4349
  this.defaultHeaders = new http.HttpHeaders();
4394
4350
  this.configuration = new Configuration();
4395
4351
  if (basePath) {
@@ -4477,7 +4433,7 @@
4477
4433
  var CreativeTemplatesControllerService = /** @class */ (function () {
4478
4434
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4479
4435
  this.httpClient = httpClient;
4480
- this.basePath = 'https://apiv2stage1.atomex.net';
4436
+ this.basePath = 'https://apiv2stage2.atomex.net';
4481
4437
  this.defaultHeaders = new http.HttpHeaders();
4482
4438
  this.configuration = new Configuration();
4483
4439
  if (basePath) {
@@ -4656,7 +4612,7 @@
4656
4612
  var DashboardControllerService = /** @class */ (function () {
4657
4613
  function DashboardControllerService(httpClient, basePath, configuration) {
4658
4614
  this.httpClient = httpClient;
4659
- this.basePath = 'https://apiv2stage1.atomex.net';
4615
+ this.basePath = 'https://apiv2stage2.atomex.net';
4660
4616
  this.defaultHeaders = new http.HttpHeaders();
4661
4617
  this.configuration = new Configuration();
4662
4618
  if (basePath) {
@@ -5313,7 +5269,7 @@
5313
5269
  var NotificationsControllerService = /** @class */ (function () {
5314
5270
  function NotificationsControllerService(httpClient, basePath, configuration) {
5315
5271
  this.httpClient = httpClient;
5316
- this.basePath = 'https://apiv2stage1.atomex.net';
5272
+ this.basePath = 'https://apiv2stage2.atomex.net';
5317
5273
  this.defaultHeaders = new http.HttpHeaders();
5318
5274
  this.configuration = new Configuration();
5319
5275
  if (basePath) {
@@ -5512,7 +5468,7 @@
5512
5468
  var PixelControllerService = /** @class */ (function () {
5513
5469
  function PixelControllerService(httpClient, basePath, configuration) {
5514
5470
  this.httpClient = httpClient;
5515
- this.basePath = 'https://apiv2stage1.atomex.net';
5471
+ this.basePath = 'https://apiv2stage2.atomex.net';
5516
5472
  this.defaultHeaders = new http.HttpHeaders();
5517
5473
  this.configuration = new Configuration();
5518
5474
  if (basePath) {
@@ -5841,7 +5797,7 @@
5841
5797
  var ReportingControllerService = /** @class */ (function () {
5842
5798
  function ReportingControllerService(httpClient, basePath, configuration) {
5843
5799
  this.httpClient = httpClient;
5844
- this.basePath = 'https://apiv2stage1.atomex.net';
5800
+ this.basePath = 'https://apiv2stage2.atomex.net';
5845
5801
  this.defaultHeaders = new http.HttpHeaders();
5846
5802
  this.configuration = new Configuration();
5847
5803
  if (basePath) {
@@ -6025,7 +5981,7 @@
6025
5981
  var SliceXControllerService = /** @class */ (function () {
6026
5982
  function SliceXControllerService(httpClient, basePath, configuration) {
6027
5983
  this.httpClient = httpClient;
6028
- this.basePath = 'https://apiv2stage1.atomex.net';
5984
+ this.basePath = 'https://apiv2stage2.atomex.net';
6029
5985
  this.defaultHeaders = new http.HttpHeaders();
6030
5986
  this.configuration = new Configuration();
6031
5987
  if (basePath) {
@@ -6293,7 +6249,7 @@
6293
6249
  var StrategyControllerService = /** @class */ (function () {
6294
6250
  function StrategyControllerService(httpClient, basePath, configuration) {
6295
6251
  this.httpClient = httpClient;
6296
- this.basePath = 'https://apiv2stage1.atomex.net';
6252
+ this.basePath = 'https://apiv2stage2.atomex.net';
6297
6253
  this.defaultHeaders = new http.HttpHeaders();
6298
6254
  this.configuration = new Configuration();
6299
6255
  if (basePath) {
@@ -6954,7 +6910,7 @@
6954
6910
  var UILoggerControllerService = /** @class */ (function () {
6955
6911
  function UILoggerControllerService(httpClient, basePath, configuration) {
6956
6912
  this.httpClient = httpClient;
6957
- this.basePath = 'https://apiv2stage1.atomex.net';
6913
+ this.basePath = 'https://apiv2stage2.atomex.net';
6958
6914
  this.defaultHeaders = new http.HttpHeaders();
6959
6915
  this.configuration = new Configuration();
6960
6916
  if (basePath) {
@@ -7056,7 +7012,7 @@
7056
7012
  var UserPreferenceControllerService = /** @class */ (function () {
7057
7013
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
7058
7014
  this.httpClient = httpClient;
7059
- this.basePath = 'https://apiv2stage1.atomex.net';
7015
+ this.basePath = 'https://apiv2stage2.atomex.net';
7060
7016
  this.defaultHeaders = new http.HttpHeaders();
7061
7017
  this.configuration = new Configuration();
7062
7018
  if (basePath) {
@@ -7393,9 +7349,7 @@
7393
7349
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7394
7350
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7395
7351
  DYNAMICHTML: 'DYNAMIC_HTML',
7396
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7397
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7398
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7352
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7399
7353
  };
7400
7354
  })(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
7401
7355
 
@@ -7514,13 +7468,19 @@
7514
7468
  };
7515
7469
  })(exports.CreativeFiles || (exports.CreativeFiles = {}));
7516
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
+ */
7517
7482
 
7518
7483
  (function (CreativeHtmlFileForSet) {
7519
- CreativeHtmlFileForSet.TemplateTypeEnum = {
7520
- DCO: 'DCO',
7521
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7522
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7523
- };
7524
7484
  CreativeHtmlFileForSet.TypeEnum = {
7525
7485
  Image: 'image',
7526
7486
  Html: 'html',
@@ -7551,9 +7511,7 @@
7551
7511
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7552
7512
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7553
7513
  DYNAMICHTML: 'DYNAMIC_HTML',
7554
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7555
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7556
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7514
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7557
7515
  };
7558
7516
  })(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
7559
7517
 
@@ -7569,9 +7527,7 @@
7569
7527
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7570
7528
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7571
7529
  DYNAMICHTML: 'DYNAMIC_HTML',
7572
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7573
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7574
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7530
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7575
7531
  };
7576
7532
  })(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
7577
7533
 
@@ -7587,9 +7543,7 @@
7587
7543
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7588
7544
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7589
7545
  DYNAMICHTML: 'DYNAMIC_HTML',
7590
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7591
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7592
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7546
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7593
7547
  };
7594
7548
  })(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
7595
7549
 
@@ -7616,9 +7570,7 @@
7616
7570
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7617
7571
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7618
7572
  DYNAMICHTML: 'DYNAMIC_HTML',
7619
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7620
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7621
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7573
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7622
7574
  };
7623
7575
  })(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
7624
7576
 
@@ -7665,9 +7617,7 @@
7665
7617
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7666
7618
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7667
7619
  DYNAMICHTML: 'DYNAMIC_HTML',
7668
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7669
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7670
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7620
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7671
7621
  };
7672
7622
  })(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
7673
7623
 
@@ -7959,6 +7909,11 @@
7959
7909
  DAYWEIGHTEDRANDOM: 'PS_DAY_WEIGHTED_RANDOM',
7960
7910
  ADVPRCONTENTTS: 'PS_ADV_PR_CONTENT_TS'
7961
7911
  };
7912
+ StrategyDTO.PublisherTypesEnum = {
7913
+ DIRECT: 'DIRECT',
7914
+ RESELLER: 'RESELLER',
7915
+ UNKNOWN: 'UNKNOWN'
7916
+ };
7962
7917
  })(exports.StrategyDTO || (exports.StrategyDTO = {}));
7963
7918
 
7964
7919
  /**