@revxui/api-clients-ts 0.10.292 → 0.10.293

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 (124) hide show
  1. package/README.md +2 -2
  2. package/api/creativeSetsController.service.d.ts +29 -15
  3. package/bundles/revxui-api-clients-ts.umd.js +125 -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 +72 -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/activityLogsCreativeSetsBulkUpdateDTO.js +11 -0
  31. package/esm2015/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +1 -0
  32. package/esm2015/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +1 -0
  33. package/esm2015/model/apiResponseObjectBulkEditCreativeSetsResponse.js +1 -0
  34. package/esm2015/model/baseModelWithCreativeSetType.js +2 -4
  35. package/esm2015/model/booleanEditField.js +12 -0
  36. package/esm2015/model/bulkEditCreativeSetsDTO.js +1 -0
  37. package/esm2015/model/bulkEditCreativeSetsListDTO.js +1 -0
  38. package/esm2015/model/bulkEditCreativeSetsResponse.js +1 -0
  39. package/esm2015/model/creativeDTO.js +1 -1
  40. package/esm2015/model/creativeHtmlFileForSet.js +12 -6
  41. package/esm2015/model/creativePerformanceData.js +1 -1
  42. package/esm2015/model/creativeSetDashboardMetric.js +2 -4
  43. package/esm2015/model/creativeSetDetails.js +2 -4
  44. package/esm2015/model/creativeSetRequest.js +2 -4
  45. package/esm2015/model/creativeSetResponse.js +2 -4
  46. package/esm2015/model/duplicateCreativeSetResponse.js +2 -4
  47. package/esm2015/model/failedDTO.js +12 -0
  48. package/esm2015/model/models.js +2 -1
  49. package/esm2015/model/strategyListEditField.js +1 -0
  50. package/esm5/api/adminController.service.js +2 -2
  51. package/esm5/api/advertiserController.service.js +2 -2
  52. package/esm5/api/appSettingsController.service.js +2 -2
  53. package/esm5/api/audienceController.service.js +2 -2
  54. package/esm5/api/auditController.service.js +2 -2
  55. package/esm5/api/bulkStrategyController.service.js +2 -2
  56. package/esm5/api/cSSThemeController_.service.js +2 -2
  57. package/esm5/api/campaignController.service.js +2 -2
  58. package/esm5/api/catalogController.service.js +2 -2
  59. package/esm5/api/clickDestinationController.service.js +2 -2
  60. package/esm5/api/creativeController.service.js +2 -2
  61. package/esm5/api/creativeSetsController.service.js +76 -49
  62. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  63. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  64. package/esm5/api/creativeTemplatesController.service.js +2 -2
  65. package/esm5/api/dashboardController.service.js +2 -2
  66. package/esm5/api/notificationsController.service.js +2 -2
  67. package/esm5/api/pixelController.service.js +2 -2
  68. package/esm5/api/reportingController.service.js +2 -2
  69. package/esm5/api/sliceXController.service.js +2 -2
  70. package/esm5/api/strategyController.service.js +2 -2
  71. package/esm5/api/uILoggerController.service.js +2 -2
  72. package/esm5/api/userPreferenceController.service.js +2 -2
  73. package/esm5/model/activityLogsCreativeSetsBulkUpdateDTO.js +11 -0
  74. package/esm5/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +1 -0
  75. package/esm5/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +1 -0
  76. package/esm5/model/apiResponseObjectBulkEditCreativeSetsResponse.js +1 -0
  77. package/esm5/model/baseModelWithCreativeSetType.js +2 -4
  78. package/esm5/model/booleanEditField.js +12 -0
  79. package/esm5/model/bulkEditCreativeSetsDTO.js +1 -0
  80. package/esm5/model/bulkEditCreativeSetsListDTO.js +1 -0
  81. package/esm5/model/bulkEditCreativeSetsResponse.js +1 -0
  82. package/esm5/model/creativeDTO.js +1 -1
  83. package/esm5/model/creativeHtmlFileForSet.js +12 -6
  84. package/esm5/model/creativePerformanceData.js +1 -1
  85. package/esm5/model/creativeSetDashboardMetric.js +2 -4
  86. package/esm5/model/creativeSetDetails.js +2 -4
  87. package/esm5/model/creativeSetRequest.js +2 -4
  88. package/esm5/model/creativeSetResponse.js +2 -4
  89. package/esm5/model/duplicateCreativeSetResponse.js +2 -4
  90. package/esm5/model/failedDTO.js +12 -0
  91. package/esm5/model/models.js +2 -1
  92. package/esm5/model/strategyListEditField.js +1 -0
  93. package/fesm2015/revxui-api-clients-ts.js +122 -92
  94. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  95. package/fesm5/revxui-api-clients-ts.js +126 -94
  96. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  97. package/model/activityLogsCreativeSetsBulkUpdateDTO.d.ts +33 -0
  98. package/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.d.ts +16 -0
  99. package/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.d.ts +17 -0
  100. package/model/{apiResponseObjectAspectTemplateMap.d.ts → apiResponseObjectBulkEditCreativeSetsResponse.d.ts} +3 -3
  101. package/model/baseModelWithCreativeSetType.d.ts +1 -3
  102. package/model/{hybridAdMapping.d.ts → booleanEditField.d.ts} +3 -4
  103. package/model/bulkEditCreativeSetsDTO.d.ts +25 -0
  104. package/model/bulkEditCreativeSetsListDTO.d.ts +17 -0
  105. package/model/bulkEditCreativeSetsResponse.d.ts +21 -0
  106. package/model/creativeDTO.d.ts +0 -4
  107. package/model/creativeHtmlFileForSet.d.ts +0 -9
  108. package/model/creativePerformanceData.d.ts +16 -0
  109. package/model/creativeSetDashboardMetric.d.ts +1 -3
  110. package/model/creativeSetDetails.d.ts +1 -3
  111. package/model/creativeSetRequest.d.ts +1 -6
  112. package/model/creativeSetResponse.d.ts +1 -3
  113. package/model/duplicateCreativeSetResponse.d.ts +1 -3
  114. package/model/{aspectTemplateMap.d.ts → failedDTO.d.ts} +4 -5
  115. package/model/models.d.ts +10 -3
  116. package/model/strategyListEditField.d.ts +16 -0
  117. package/package.json +1 -1
  118. package/revxui-api-clients-ts.metadata.json +1 -1
  119. package/esm2015/model/apiResponseObjectAspectTemplateMap.js +0 -1
  120. package/esm2015/model/aspectTemplateMap.js +0 -1
  121. package/esm2015/model/hybridAdMapping.js +0 -1
  122. package/esm5/model/apiResponseObjectAspectTemplateMap.js +0 -1
  123. package/esm5/model/aspectTemplateMap.js +0 -1
  124. package/esm5/model/hybridAdMapping.js +0 -1
@@ -87,7 +87,7 @@ var Configuration = /** @class */ (function () {
87
87
  var AdminControllerService = /** @class */ (function () {
88
88
  function AdminControllerService(httpClient, basePath, configuration) {
89
89
  this.httpClient = httpClient;
90
- this.basePath = 'https://apiv2stage1.atomex.net';
90
+ this.basePath = 'https://apiv2stage3.atomex.net';
91
91
  this.defaultHeaders = new HttpHeaders();
92
92
  this.configuration = new Configuration();
93
93
  if (basePath) {
@@ -304,7 +304,7 @@ var CustomHttpUrlEncodingCodec = /** @class */ (function (_super) {
304
304
  var AdvertiserControllerService = /** @class */ (function () {
305
305
  function AdvertiserControllerService(httpClient, basePath, configuration) {
306
306
  this.httpClient = httpClient;
307
- this.basePath = 'https://apiv2stage1.atomex.net';
307
+ this.basePath = 'https://apiv2stage3.atomex.net';
308
308
  this.defaultHeaders = new HttpHeaders();
309
309
  this.configuration = new Configuration();
310
310
  if (basePath) {
@@ -750,7 +750,7 @@ var AdvertiserControllerService = /** @class */ (function () {
750
750
  var AppSettingsControllerService = /** @class */ (function () {
751
751
  function AppSettingsControllerService(httpClient, basePath, configuration) {
752
752
  this.httpClient = httpClient;
753
- this.basePath = 'https://apiv2stage1.atomex.net';
753
+ this.basePath = 'https://apiv2stage3.atomex.net';
754
754
  this.defaultHeaders = new HttpHeaders();
755
755
  this.configuration = new Configuration();
756
756
  if (basePath) {
@@ -920,7 +920,7 @@ var AppSettingsControllerService = /** @class */ (function () {
920
920
  var AudienceControllerService = /** @class */ (function () {
921
921
  function AudienceControllerService(httpClient, basePath, configuration) {
922
922
  this.httpClient = httpClient;
923
- this.basePath = 'https://apiv2stage1.atomex.net';
923
+ this.basePath = 'https://apiv2stage3.atomex.net';
924
924
  this.defaultHeaders = new HttpHeaders();
925
925
  this.configuration = new Configuration();
926
926
  if (basePath) {
@@ -1643,7 +1643,7 @@ var AudienceControllerService = /** @class */ (function () {
1643
1643
  var AuditControllerService = /** @class */ (function () {
1644
1644
  function AuditControllerService(httpClient, basePath, configuration) {
1645
1645
  this.httpClient = httpClient;
1646
- this.basePath = 'https://apiv2stage1.atomex.net';
1646
+ this.basePath = 'https://apiv2stage3.atomex.net';
1647
1647
  this.defaultHeaders = new HttpHeaders();
1648
1648
  this.configuration = new Configuration();
1649
1649
  if (basePath) {
@@ -1842,7 +1842,7 @@ var AuditControllerService = /** @class */ (function () {
1842
1842
  var BulkStrategyControllerService = /** @class */ (function () {
1843
1843
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1844
1844
  this.httpClient = httpClient;
1845
- this.basePath = 'https://apiv2stage1.atomex.net';
1845
+ this.basePath = 'https://apiv2stage3.atomex.net';
1846
1846
  this.defaultHeaders = new HttpHeaders();
1847
1847
  this.configuration = new Configuration();
1848
1848
  if (basePath) {
@@ -2085,7 +2085,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2085
2085
  var CSSThemeController_Service = /** @class */ (function () {
2086
2086
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2087
2087
  this.httpClient = httpClient;
2088
- this.basePath = 'https://apiv2stage1.atomex.net';
2088
+ this.basePath = 'https://apiv2stage3.atomex.net';
2089
2089
  this.defaultHeaders = new HttpHeaders();
2090
2090
  this.configuration = new Configuration();
2091
2091
  if (basePath) {
@@ -2206,7 +2206,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2206
2206
  var CampaignControllerService = /** @class */ (function () {
2207
2207
  function CampaignControllerService(httpClient, basePath, configuration) {
2208
2208
  this.httpClient = httpClient;
2209
- this.basePath = 'https://apiv2stage1.atomex.net';
2209
+ this.basePath = 'https://apiv2stage3.atomex.net';
2210
2210
  this.defaultHeaders = new HttpHeaders();
2211
2211
  this.configuration = new Configuration();
2212
2212
  if (basePath) {
@@ -2528,7 +2528,7 @@ var CampaignControllerService = /** @class */ (function () {
2528
2528
  var CatalogControllerService = /** @class */ (function () {
2529
2529
  function CatalogControllerService(httpClient, basePath, configuration) {
2530
2530
  this.httpClient = httpClient;
2531
- this.basePath = 'https://apiv2stage1.atomex.net';
2531
+ this.basePath = 'https://apiv2stage3.atomex.net';
2532
2532
  this.defaultHeaders = new HttpHeaders();
2533
2533
  this.configuration = new Configuration();
2534
2534
  if (basePath) {
@@ -2751,7 +2751,7 @@ var CatalogControllerService = /** @class */ (function () {
2751
2751
  var ClickDestinationControllerService = /** @class */ (function () {
2752
2752
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2753
2753
  this.httpClient = httpClient;
2754
- this.basePath = 'https://apiv2stage1.atomex.net';
2754
+ this.basePath = 'https://apiv2stage3.atomex.net';
2755
2755
  this.defaultHeaders = new HttpHeaders();
2756
2756
  this.configuration = new Configuration();
2757
2757
  if (basePath) {
@@ -3001,7 +3001,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
3001
3001
  var CreativeControllerService = /** @class */ (function () {
3002
3002
  function CreativeControllerService(httpClient, basePath, configuration) {
3003
3003
  this.httpClient = httpClient;
3004
- this.basePath = 'https://apiv2stage1.atomex.net';
3004
+ this.basePath = 'https://apiv2stage3.atomex.net';
3005
3005
  this.defaultHeaders = new HttpHeaders();
3006
3006
  this.configuration = new Configuration();
3007
3007
  if (basePath) {
@@ -3478,7 +3478,7 @@ var CreativeControllerService = /** @class */ (function () {
3478
3478
  var CreativeSetsControllerService = /** @class */ (function () {
3479
3479
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3480
3480
  this.httpClient = httpClient;
3481
- this.basePath = 'https://apiv2stage1.atomex.net';
3481
+ this.basePath = 'https://apiv2stage3.atomex.net';
3482
3482
  this.defaultHeaders = new HttpHeaders();
3483
3483
  this.configuration = new Configuration();
3484
3484
  if (basePath) {
@@ -3513,6 +3513,80 @@ var CreativeSetsControllerService = /** @class */ (function () {
3513
3513
  }
3514
3514
  return false;
3515
3515
  };
3516
+ CreativeSetsControllerService.prototype.bulkEditActivityLogUsingGET1 = function (pageNumber, pageSize, reqId, sort, token, observe, reportProgress) {
3517
+ if (observe === void 0) { observe = 'body'; }
3518
+ if (reportProgress === void 0) { reportProgress = false; }
3519
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3520
+ if (pageNumber !== undefined && pageNumber !== null) {
3521
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
3522
+ }
3523
+ if (pageSize !== undefined && pageSize !== null) {
3524
+ queryParameters = queryParameters.set('pageSize', pageSize);
3525
+ }
3526
+ if (sort !== undefined && sort !== null) {
3527
+ queryParameters = queryParameters.set('sort', sort);
3528
+ }
3529
+ var headers = this.defaultHeaders;
3530
+ if (reqId !== undefined && reqId !== null) {
3531
+ headers = headers.set('reqId', String(reqId));
3532
+ }
3533
+ if (token !== undefined && token !== null) {
3534
+ headers = headers.set('token', String(token));
3535
+ }
3536
+ // to determine the Accept header
3537
+ var httpHeaderAccepts = [
3538
+ 'application/json'
3539
+ ];
3540
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3541
+ if (httpHeaderAcceptSelected != undefined) {
3542
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
3543
+ }
3544
+ // to determine the Content-Type header
3545
+ var consumes = [];
3546
+ return this.httpClient.get(this.basePath + "/v2/api/creativesets/bulkupdateActivityLog", {
3547
+ params: queryParameters,
3548
+ withCredentials: this.configuration.withCredentials,
3549
+ headers: headers,
3550
+ observe: observe,
3551
+ reportProgress: reportProgress
3552
+ });
3553
+ };
3554
+ CreativeSetsControllerService.prototype.bulkEditCreativeSetsUsingPOST = function (dto, reqId, token, observe, reportProgress) {
3555
+ if (observe === void 0) { observe = 'body'; }
3556
+ if (reportProgress === void 0) { reportProgress = false; }
3557
+ if (dto === null || dto === undefined) {
3558
+ throw new Error('Required parameter dto was null or undefined when calling bulkEditCreativeSetsUsingPOST.');
3559
+ }
3560
+ var headers = this.defaultHeaders;
3561
+ if (reqId !== undefined && reqId !== null) {
3562
+ headers = headers.set('reqId', String(reqId));
3563
+ }
3564
+ if (token !== undefined && token !== null) {
3565
+ headers = headers.set('token', String(token));
3566
+ }
3567
+ // to determine the Accept header
3568
+ var httpHeaderAccepts = [
3569
+ 'application/json'
3570
+ ];
3571
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3572
+ if (httpHeaderAcceptSelected != undefined) {
3573
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
3574
+ }
3575
+ // to determine the Content-Type header
3576
+ var consumes = [
3577
+ 'application/json'
3578
+ ];
3579
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3580
+ if (httpContentTypeSelected != undefined) {
3581
+ headers = headers.set('Content-Type', httpContentTypeSelected);
3582
+ }
3583
+ return this.httpClient.post(this.basePath + "/v2/api/creativesets/bulkupdate", dto, {
3584
+ withCredentials: this.configuration.withCredentials,
3585
+ headers: headers,
3586
+ observe: observe,
3587
+ reportProgress: reportProgress
3588
+ });
3589
+ };
3516
3590
  CreativeSetsControllerService.prototype.createUsingPOST = function (creativeSetRequest, reqId, token, observe, reportProgress) {
3517
3591
  if (observe === void 0) { observe = 'body'; }
3518
3592
  if (reportProgress === void 0) { reportProgress = false; }
@@ -3740,53 +3814,6 @@ var CreativeSetsControllerService = /** @class */ (function () {
3740
3814
  reportProgress: reportProgress
3741
3815
  });
3742
3816
  };
3743
- CreativeSetsControllerService.prototype.getHybridAdTemplatesUsingGET = function (advertiserId, aspect_ratio, type, reqId, token, observe, reportProgress) {
3744
- if (observe === void 0) { observe = 'body'; }
3745
- if (reportProgress === void 0) { reportProgress = false; }
3746
- if (advertiserId === null || advertiserId === undefined) {
3747
- throw new Error('Required parameter advertiserId was null or undefined when calling getHybridAdTemplatesUsingGET.');
3748
- }
3749
- if (aspect_ratio === null || aspect_ratio === undefined) {
3750
- throw new Error('Required parameter aspect_ratio was null or undefined when calling getHybridAdTemplatesUsingGET.');
3751
- }
3752
- if (type === null || type === undefined) {
3753
- throw new Error('Required parameter type was null or undefined when calling getHybridAdTemplatesUsingGET.');
3754
- }
3755
- var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3756
- if (advertiserId !== undefined && advertiserId !== null) {
3757
- queryParameters = queryParameters.set('advertiserId', advertiserId);
3758
- }
3759
- if (aspect_ratio !== undefined && aspect_ratio !== null) {
3760
- queryParameters = queryParameters.set('aspect_ratio', aspect_ratio);
3761
- }
3762
- if (type !== undefined && type !== null) {
3763
- queryParameters = queryParameters.set('type', type);
3764
- }
3765
- var headers = this.defaultHeaders;
3766
- if (reqId !== undefined && reqId !== null) {
3767
- headers = headers.set('reqId', String(reqId));
3768
- }
3769
- if (token !== undefined && token !== null) {
3770
- headers = headers.set('token', String(token));
3771
- }
3772
- // to determine the Accept header
3773
- var httpHeaderAccepts = [
3774
- 'application/json'
3775
- ];
3776
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3777
- if (httpHeaderAcceptSelected != undefined) {
3778
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3779
- }
3780
- // to determine the Content-Type header
3781
- var consumes = [];
3782
- return this.httpClient.get(this.basePath + "/v2/api/creativesets/hybridtemplates", {
3783
- params: queryParameters,
3784
- withCredentials: this.configuration.withCredentials,
3785
- headers: headers,
3786
- observe: observe,
3787
- reportProgress: reportProgress
3788
- });
3789
- };
3790
3817
  CreativeSetsControllerService.prototype.getPerformanceByIdUsingPOST = function (dashboardRequest, id, refresh, reqId, token, observe, reportProgress) {
3791
3818
  if (observe === void 0) { observe = 'body'; }
3792
3819
  if (reportProgress === void 0) { reportProgress = false; }
@@ -3896,7 +3923,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3896
3923
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3897
3924
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3898
3925
  this.httpClient = httpClient;
3899
- this.basePath = 'https://apiv2stage1.atomex.net';
3926
+ this.basePath = 'https://apiv2stage3.atomex.net';
3900
3927
  this.defaultHeaders = new HttpHeaders();
3901
3928
  this.configuration = new Configuration();
3902
3929
  if (basePath) {
@@ -4097,7 +4124,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
4097
4124
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4098
4125
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4099
4126
  this.httpClient = httpClient;
4100
- this.basePath = 'https://apiv2stage1.atomex.net';
4127
+ this.basePath = 'https://apiv2stage3.atomex.net';
4101
4128
  this.defaultHeaders = new HttpHeaders();
4102
4129
  this.configuration = new Configuration();
4103
4130
  if (basePath) {
@@ -4185,7 +4212,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4185
4212
  var CreativeTemplatesControllerService = /** @class */ (function () {
4186
4213
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4187
4214
  this.httpClient = httpClient;
4188
- this.basePath = 'https://apiv2stage1.atomex.net';
4215
+ this.basePath = 'https://apiv2stage3.atomex.net';
4189
4216
  this.defaultHeaders = new HttpHeaders();
4190
4217
  this.configuration = new Configuration();
4191
4218
  if (basePath) {
@@ -4364,7 +4391,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4364
4391
  var DashboardControllerService = /** @class */ (function () {
4365
4392
  function DashboardControllerService(httpClient, basePath, configuration) {
4366
4393
  this.httpClient = httpClient;
4367
- this.basePath = 'https://apiv2stage1.atomex.net';
4394
+ this.basePath = 'https://apiv2stage3.atomex.net';
4368
4395
  this.defaultHeaders = new HttpHeaders();
4369
4396
  this.configuration = new Configuration();
4370
4397
  if (basePath) {
@@ -5021,7 +5048,7 @@ var DashboardControllerService = /** @class */ (function () {
5021
5048
  var NotificationsControllerService = /** @class */ (function () {
5022
5049
  function NotificationsControllerService(httpClient, basePath, configuration) {
5023
5050
  this.httpClient = httpClient;
5024
- this.basePath = 'https://apiv2stage1.atomex.net';
5051
+ this.basePath = 'https://apiv2stage3.atomex.net';
5025
5052
  this.defaultHeaders = new HttpHeaders();
5026
5053
  this.configuration = new Configuration();
5027
5054
  if (basePath) {
@@ -5220,7 +5247,7 @@ var NotificationsControllerService = /** @class */ (function () {
5220
5247
  var PixelControllerService = /** @class */ (function () {
5221
5248
  function PixelControllerService(httpClient, basePath, configuration) {
5222
5249
  this.httpClient = httpClient;
5223
- this.basePath = 'https://apiv2stage1.atomex.net';
5250
+ this.basePath = 'https://apiv2stage3.atomex.net';
5224
5251
  this.defaultHeaders = new HttpHeaders();
5225
5252
  this.configuration = new Configuration();
5226
5253
  if (basePath) {
@@ -5549,7 +5576,7 @@ var PixelControllerService = /** @class */ (function () {
5549
5576
  var ReportingControllerService = /** @class */ (function () {
5550
5577
  function ReportingControllerService(httpClient, basePath, configuration) {
5551
5578
  this.httpClient = httpClient;
5552
- this.basePath = 'https://apiv2stage1.atomex.net';
5579
+ this.basePath = 'https://apiv2stage3.atomex.net';
5553
5580
  this.defaultHeaders = new HttpHeaders();
5554
5581
  this.configuration = new Configuration();
5555
5582
  if (basePath) {
@@ -5733,7 +5760,7 @@ var ReportingControllerService = /** @class */ (function () {
5733
5760
  var SliceXControllerService = /** @class */ (function () {
5734
5761
  function SliceXControllerService(httpClient, basePath, configuration) {
5735
5762
  this.httpClient = httpClient;
5736
- this.basePath = 'https://apiv2stage1.atomex.net';
5763
+ this.basePath = 'https://apiv2stage3.atomex.net';
5737
5764
  this.defaultHeaders = new HttpHeaders();
5738
5765
  this.configuration = new Configuration();
5739
5766
  if (basePath) {
@@ -6001,7 +6028,7 @@ var SliceXControllerService = /** @class */ (function () {
6001
6028
  var StrategyControllerService = /** @class */ (function () {
6002
6029
  function StrategyControllerService(httpClient, basePath, configuration) {
6003
6030
  this.httpClient = httpClient;
6004
- this.basePath = 'https://apiv2stage1.atomex.net';
6031
+ this.basePath = 'https://apiv2stage3.atomex.net';
6005
6032
  this.defaultHeaders = new HttpHeaders();
6006
6033
  this.configuration = new Configuration();
6007
6034
  if (basePath) {
@@ -6662,7 +6689,7 @@ var StrategyControllerService = /** @class */ (function () {
6662
6689
  var UILoggerControllerService = /** @class */ (function () {
6663
6690
  function UILoggerControllerService(httpClient, basePath, configuration) {
6664
6691
  this.httpClient = httpClient;
6665
- this.basePath = 'https://apiv2stage1.atomex.net';
6692
+ this.basePath = 'https://apiv2stage3.atomex.net';
6666
6693
  this.defaultHeaders = new HttpHeaders();
6667
6694
  this.configuration = new Configuration();
6668
6695
  if (basePath) {
@@ -6764,7 +6791,7 @@ var UILoggerControllerService = /** @class */ (function () {
6764
6791
  var UserPreferenceControllerService = /** @class */ (function () {
6765
6792
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6766
6793
  this.httpClient = httpClient;
6767
- this.basePath = 'https://apiv2stage1.atomex.net';
6794
+ this.basePath = 'https://apiv2stage3.atomex.net';
6768
6795
  this.defaultHeaders = new HttpHeaders();
6769
6796
  this.configuration = new Configuration();
6770
6797
  if (basePath) {
@@ -6942,6 +6969,17 @@ var UserPreferenceControllerService = /** @class */ (function () {
6942
6969
 
6943
6970
  var APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AudienceControllerService, AuditControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, NotificationsControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, UILoggerControllerService, UserPreferenceControllerService];
6944
6971
 
6972
+ var ActivityLogsCreativeSetsBulkUpdateDTO;
6973
+ (function (ActivityLogsCreativeSetsBulkUpdateDTO) {
6974
+ ActivityLogsCreativeSetsBulkUpdateDTO.StatusEnum = {
6975
+ PENDING: 'PENDING',
6976
+ INPROGRESS: 'IN_PROGRESS',
6977
+ FAILED: 'FAILED',
6978
+ SUCCESS: 'SUCCESS',
6979
+ PARTIALSUCCESS: 'PARTIAL_SUCCESS'
6980
+ };
6981
+ })(ActivityLogsCreativeSetsBulkUpdateDTO || (ActivityLogsCreativeSetsBulkUpdateDTO = {}));
6982
+
6945
6983
  var ActivityLogsStrategyBulkUpdateDTO;
6946
6984
  (function (ActivityLogsStrategyBulkUpdateDTO) {
6947
6985
  ActivityLogsStrategyBulkUpdateDTO.StatusEnum = {
@@ -7090,9 +7128,7 @@ var BaseModelWithCreativeSetType;
7090
7128
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7091
7129
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7092
7130
  DYNAMICHTML: 'DYNAMIC_HTML',
7093
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7094
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7095
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7131
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7096
7132
  };
7097
7133
  })(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
7098
7134
 
@@ -7211,13 +7247,19 @@ var CreativeFiles;
7211
7247
  };
7212
7248
  })(CreativeFiles || (CreativeFiles = {}));
7213
7249
 
7250
+ /**
7251
+ * Api Documentation
7252
+ * Api Documentation
7253
+ *
7254
+ * OpenAPI spec version: 1.0
7255
+ *
7256
+ *
7257
+ * NOTE: This class is auto generated by the swagger code generator program.
7258
+ * https://github.com/swagger-api/swagger-codegen.git
7259
+ * Do not edit the class manually.
7260
+ */
7214
7261
  var CreativeHtmlFileForSet;
7215
7262
  (function (CreativeHtmlFileForSet) {
7216
- CreativeHtmlFileForSet.TemplateTypeEnum = {
7217
- DCO: 'DCO',
7218
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7219
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7220
- };
7221
7263
  CreativeHtmlFileForSet.TypeEnum = {
7222
7264
  Image: 'image',
7223
7265
  Html: 'html',
@@ -7248,9 +7290,7 @@ var CreativeSetDashboardMetric;
7248
7290
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7249
7291
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7250
7292
  DYNAMICHTML: 'DYNAMIC_HTML',
7251
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7252
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7253
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7293
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7254
7294
  };
7255
7295
  })(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
7256
7296
 
@@ -7266,9 +7306,7 @@ var CreativeSetDetails;
7266
7306
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7267
7307
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7268
7308
  DYNAMICHTML: 'DYNAMIC_HTML',
7269
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7270
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7271
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7309
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7272
7310
  };
7273
7311
  })(CreativeSetDetails || (CreativeSetDetails = {}));
7274
7312
 
@@ -7284,9 +7322,7 @@ var CreativeSetRequest;
7284
7322
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7285
7323
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7286
7324
  DYNAMICHTML: 'DYNAMIC_HTML',
7287
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7288
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7289
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7325
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7290
7326
  };
7291
7327
  })(CreativeSetRequest || (CreativeSetRequest = {}));
7292
7328
 
@@ -7313,9 +7349,7 @@ var CreativeSetResponse;
7313
7349
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7314
7350
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7315
7351
  DYNAMICHTML: 'DYNAMIC_HTML',
7316
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7317
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7318
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7352
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7319
7353
  };
7320
7354
  })(CreativeSetResponse || (CreativeSetResponse = {}));
7321
7355
 
@@ -7362,9 +7396,7 @@ var DuplicateCreativeSetResponse;
7362
7396
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7363
7397
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7364
7398
  DYNAMICHTML: 'DYNAMIC_HTML',
7365
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7366
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7367
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7399
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7368
7400
  };
7369
7401
  })(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
7370
7402
 
@@ -7860,5 +7892,5 @@ var ApiModule = /** @class */ (function () {
7860
7892
  * Generated bundle index. Do not edit.
7861
7893
  */
7862
7894
 
7863
- export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7895
+ export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7864
7896
  //# sourceMappingURL=revxui-api-clients-ts.js.map