@revxui/api-clients-ts 0.10.261 → 0.10.262

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 (96) hide show
  1. package/README.md +2 -2
  2. package/api/campaignController.service.d.ts +0 -14
  3. package/api/creativeSetsController.service.d.ts +0 -15
  4. package/api/sliceXController.service.d.ts +20 -6
  5. package/bundles/revxui-api-clients-ts.umd.js +62 -125
  6. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  7. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  8. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  9. package/esm2015/api/adminController.service.js +2 -2
  10. package/esm2015/api/advertiserController.service.js +2 -2
  11. package/esm2015/api/appSettingsController.service.js +2 -2
  12. package/esm2015/api/audienceController.service.js +2 -2
  13. package/esm2015/api/auditController.service.js +2 -2
  14. package/esm2015/api/bulkStrategyController.service.js +2 -2
  15. package/esm2015/api/cSSThemeController_.service.js +2 -2
  16. package/esm2015/api/campaignController.service.js +2 -36
  17. package/esm2015/api/catalogController.service.js +2 -2
  18. package/esm2015/api/clickDestinationController.service.js +2 -2
  19. package/esm2015/api/creativeController.service.js +2 -2
  20. package/esm2015/api/creativeSetsController.service.js +2 -39
  21. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  22. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  23. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  24. package/esm2015/api/dashboardController.service.js +2 -2
  25. package/esm2015/api/notificationsController.service.js +2 -2
  26. package/esm2015/api/pixelController.service.js +2 -2
  27. package/esm2015/api/reportingController.service.js +2 -2
  28. package/esm2015/api/sliceXController.service.js +39 -2
  29. package/esm2015/api/strategyController.service.js +2 -2
  30. package/esm2015/api/uILoggerController.service.js +2 -2
  31. package/esm2015/api/userPreferenceController.service.js +2 -2
  32. package/esm2015/model/campaignDTO.js +1 -1
  33. package/esm2015/model/clickDestination.js +1 -1
  34. package/esm2015/model/creativeDTO.js +1 -1
  35. package/esm2015/model/creativeSetRequest.js +1 -1
  36. package/esm2015/model/models.js +1 -2
  37. package/esm2015/model/slicexRequestExtended.js +1 -0
  38. package/esm5/api/adminController.service.js +2 -2
  39. package/esm5/api/advertiserController.service.js +2 -2
  40. package/esm5/api/appSettingsController.service.js +2 -2
  41. package/esm5/api/audienceController.service.js +2 -2
  42. package/esm5/api/auditController.service.js +2 -2
  43. package/esm5/api/bulkStrategyController.service.js +2 -2
  44. package/esm5/api/cSSThemeController_.service.js +2 -2
  45. package/esm5/api/campaignController.service.js +2 -38
  46. package/esm5/api/catalogController.service.js +2 -2
  47. package/esm5/api/clickDestinationController.service.js +2 -2
  48. package/esm5/api/creativeController.service.js +2 -2
  49. package/esm5/api/creativeSetsController.service.js +2 -41
  50. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  51. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  52. package/esm5/api/creativeTemplatesController.service.js +2 -2
  53. package/esm5/api/dashboardController.service.js +2 -2
  54. package/esm5/api/notificationsController.service.js +2 -2
  55. package/esm5/api/pixelController.service.js +2 -2
  56. package/esm5/api/reportingController.service.js +2 -2
  57. package/esm5/api/sliceXController.service.js +41 -2
  58. package/esm5/api/strategyController.service.js +2 -2
  59. package/esm5/api/uILoggerController.service.js +2 -2
  60. package/esm5/api/userPreferenceController.service.js +2 -2
  61. package/esm5/model/campaignDTO.js +1 -1
  62. package/esm5/model/clickDestination.js +1 -1
  63. package/esm5/model/creativeDTO.js +1 -1
  64. package/esm5/model/creativeSetRequest.js +1 -1
  65. package/esm5/model/models.js +1 -2
  66. package/esm5/model/slicexRequestExtended.js +1 -0
  67. package/fesm2015/revxui-api-clients-ts.js +61 -122
  68. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  69. package/fesm5/revxui-api-clients-ts.js +63 -126
  70. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  71. package/model/campaignDTO.d.ts +0 -4
  72. package/model/clickDestination.d.ts +0 -1
  73. package/model/creativeDTO.d.ts +0 -3
  74. package/model/creativeSetRequest.d.ts +0 -1
  75. package/model/models.d.ts +1 -6
  76. package/model/slicexRequestExtended.d.ts +20 -0
  77. package/package.json +1 -1
  78. package/revxui-api-clients-ts.metadata.json +1 -1
  79. package/esm2015/model/apiListResponseIncrementalityReportResponse.js +0 -1
  80. package/esm2015/model/apiResponseObjectDuplicateCreativeSetResponse.js +0 -1
  81. package/esm2015/model/duplicateCreativeSetResponse.js +0 -27
  82. package/esm2015/model/duplicateCreativeSetsRequestDTO.js +0 -1
  83. package/esm2015/model/incrementalityReportDTO.js +0 -12
  84. package/esm2015/model/incrementalityReportResponse.js +0 -12
  85. package/esm5/model/apiListResponseIncrementalityReportResponse.js +0 -1
  86. package/esm5/model/apiResponseObjectDuplicateCreativeSetResponse.js +0 -1
  87. package/esm5/model/duplicateCreativeSetResponse.js +0 -27
  88. package/esm5/model/duplicateCreativeSetsRequestDTO.js +0 -1
  89. package/esm5/model/incrementalityReportDTO.js +0 -12
  90. package/esm5/model/incrementalityReportResponse.js +0 -12
  91. package/model/apiListResponseIncrementalityReportResponse.d.ts +0 -16
  92. package/model/apiResponseObjectDuplicateCreativeSetResponse.d.ts +0 -17
  93. package/model/duplicateCreativeSetResponse.d.ts +0 -33
  94. package/model/duplicateCreativeSetsRequestDTO.d.ts +0 -21
  95. package/model/incrementalityReportDTO.d.ts +0 -17
  96. package/model/incrementalityReportResponse.d.ts +0 -24
@@ -83,7 +83,7 @@ class Configuration {
83
83
  let AdminControllerService = class AdminControllerService {
84
84
  constructor(httpClient, basePath, configuration) {
85
85
  this.httpClient = httpClient;
86
- this.basePath = 'https://apiv2stage1.atomex.net';
86
+ this.basePath = 'https://apiv2stage3.atomex.net';
87
87
  this.defaultHeaders = new HttpHeaders();
88
88
  this.configuration = new Configuration();
89
89
  if (basePath) {
@@ -273,7 +273,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
273
273
  let AdvertiserControllerService = class AdvertiserControllerService {
274
274
  constructor(httpClient, basePath, configuration) {
275
275
  this.httpClient = httpClient;
276
- this.basePath = 'https://apiv2stage1.atomex.net';
276
+ this.basePath = 'https://apiv2stage3.atomex.net';
277
277
  this.defaultHeaders = new HttpHeaders();
278
278
  this.configuration = new Configuration();
279
279
  if (basePath) {
@@ -685,7 +685,7 @@ AdvertiserControllerService = __decorate([
685
685
  let AppSettingsControllerService = class AppSettingsControllerService {
686
686
  constructor(httpClient, basePath, configuration) {
687
687
  this.httpClient = httpClient;
688
- this.basePath = 'https://apiv2stage1.atomex.net';
688
+ this.basePath = 'https://apiv2stage3.atomex.net';
689
689
  this.defaultHeaders = new HttpHeaders();
690
690
  this.configuration = new Configuration();
691
691
  if (basePath) {
@@ -837,7 +837,7 @@ AppSettingsControllerService = __decorate([
837
837
  let AudienceControllerService = class AudienceControllerService {
838
838
  constructor(httpClient, basePath, configuration) {
839
839
  this.httpClient = httpClient;
840
- this.basePath = 'https://apiv2stage1.atomex.net';
840
+ this.basePath = 'https://apiv2stage3.atomex.net';
841
841
  this.defaultHeaders = new HttpHeaders();
842
842
  this.configuration = new Configuration();
843
843
  if (basePath) {
@@ -1512,7 +1512,7 @@ AudienceControllerService = __decorate([
1512
1512
  let AuditControllerService = class AuditControllerService {
1513
1513
  constructor(httpClient, basePath, configuration) {
1514
1514
  this.httpClient = httpClient;
1515
- this.basePath = 'https://apiv2stage1.atomex.net';
1515
+ this.basePath = 'https://apiv2stage3.atomex.net';
1516
1516
  this.defaultHeaders = new HttpHeaders();
1517
1517
  this.configuration = new Configuration();
1518
1518
  if (basePath) {
@@ -1693,7 +1693,7 @@ AuditControllerService = __decorate([
1693
1693
  let BulkStrategyControllerService = class BulkStrategyControllerService {
1694
1694
  constructor(httpClient, basePath, configuration) {
1695
1695
  this.httpClient = httpClient;
1696
- this.basePath = 'https://apiv2stage1.atomex.net';
1696
+ this.basePath = 'https://apiv2stage3.atomex.net';
1697
1697
  this.defaultHeaders = new HttpHeaders();
1698
1698
  this.configuration = new Configuration();
1699
1699
  if (basePath) {
@@ -1914,7 +1914,7 @@ BulkStrategyControllerService = __decorate([
1914
1914
  let CSSThemeController_Service = class CSSThemeController_Service {
1915
1915
  constructor(httpClient, basePath, configuration) {
1916
1916
  this.httpClient = httpClient;
1917
- this.basePath = 'https://apiv2stage1.atomex.net';
1917
+ this.basePath = 'https://apiv2stage3.atomex.net';
1918
1918
  this.defaultHeaders = new HttpHeaders();
1919
1919
  this.configuration = new Configuration();
1920
1920
  if (basePath) {
@@ -2019,7 +2019,7 @@ CSSThemeController_Service = __decorate([
2019
2019
  let CampaignControllerService = class CampaignControllerService {
2020
2020
  constructor(httpClient, basePath, configuration) {
2021
2021
  this.httpClient = httpClient;
2022
- this.basePath = 'https://apiv2stage1.atomex.net';
2022
+ this.basePath = 'https://apiv2stage3.atomex.net';
2023
2023
  this.defaultHeaders = new HttpHeaders();
2024
2024
  this.configuration = new Configuration();
2025
2025
  if (basePath) {
@@ -2219,40 +2219,6 @@ let CampaignControllerService = class CampaignControllerService {
2219
2219
  reportProgress: reportProgress
2220
2220
  });
2221
2221
  }
2222
- incrementalityReportUsingPOST(incrementalityReportDTO, reqId, token, observe = 'body', reportProgress = false) {
2223
- if (incrementalityReportDTO === null || incrementalityReportDTO === undefined) {
2224
- throw new Error('Required parameter incrementalityReportDTO was null or undefined when calling incrementalityReportUsingPOST.');
2225
- }
2226
- let headers = this.defaultHeaders;
2227
- if (reqId !== undefined && reqId !== null) {
2228
- headers = headers.set('reqId', String(reqId));
2229
- }
2230
- if (token !== undefined && token !== null) {
2231
- headers = headers.set('token', String(token));
2232
- }
2233
- // to determine the Accept header
2234
- let httpHeaderAccepts = [
2235
- 'application/json'
2236
- ];
2237
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
2238
- if (httpHeaderAcceptSelected != undefined) {
2239
- headers = headers.set('Accept', httpHeaderAcceptSelected);
2240
- }
2241
- // to determine the Content-Type header
2242
- const consumes = [
2243
- 'application/json'
2244
- ];
2245
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
2246
- if (httpContentTypeSelected != undefined) {
2247
- headers = headers.set('Content-Type', httpContentTypeSelected);
2248
- }
2249
- return this.httpClient.post(`${this.basePath}/v2/api/campaigns/incrementalityreport`, incrementalityReportDTO, {
2250
- withCredentials: this.configuration.withCredentials,
2251
- headers: headers,
2252
- observe: observe,
2253
- reportProgress: reportProgress
2254
- });
2255
- }
2256
2222
  updateCampaignUsingPOST(campaign, id, reqId, token, observe = 'body', reportProgress = false) {
2257
2223
  if (campaign === null || campaign === undefined) {
2258
2224
  throw new Error('Required parameter campaign was null or undefined when calling updateCampaignUsingPOST.');
@@ -2315,7 +2281,7 @@ CampaignControllerService = __decorate([
2315
2281
  let CatalogControllerService = class CatalogControllerService {
2316
2282
  constructor(httpClient, basePath, configuration) {
2317
2283
  this.httpClient = httpClient;
2318
- this.basePath = 'https://apiv2stage1.atomex.net';
2284
+ this.basePath = 'https://apiv2stage3.atomex.net';
2319
2285
  this.defaultHeaders = new HttpHeaders();
2320
2286
  this.configuration = new Configuration();
2321
2287
  if (basePath) {
@@ -2518,7 +2484,7 @@ CatalogControllerService = __decorate([
2518
2484
  let ClickDestinationControllerService = class ClickDestinationControllerService {
2519
2485
  constructor(httpClient, basePath, configuration) {
2520
2486
  this.httpClient = httpClient;
2521
- this.basePath = 'https://apiv2stage1.atomex.net';
2487
+ this.basePath = 'https://apiv2stage3.atomex.net';
2522
2488
  this.defaultHeaders = new HttpHeaders();
2523
2489
  this.configuration = new Configuration();
2524
2490
  if (basePath) {
@@ -2746,7 +2712,7 @@ ClickDestinationControllerService = __decorate([
2746
2712
  let CreativeControllerService = class CreativeControllerService {
2747
2713
  constructor(httpClient, basePath, configuration) {
2748
2714
  this.httpClient = httpClient;
2749
- this.basePath = 'https://apiv2stage1.atomex.net';
2715
+ this.basePath = 'https://apiv2stage3.atomex.net';
2750
2716
  this.defaultHeaders = new HttpHeaders();
2751
2717
  this.configuration = new Configuration();
2752
2718
  if (basePath) {
@@ -3189,7 +3155,7 @@ CreativeControllerService = __decorate([
3189
3155
  let CreativeSetsControllerService = class CreativeSetsControllerService {
3190
3156
  constructor(httpClient, basePath, configuration) {
3191
3157
  this.httpClient = httpClient;
3192
- this.basePath = 'https://apiv2stage1.atomex.net';
3158
+ this.basePath = 'https://apiv2stage3.atomex.net';
3193
3159
  this.defaultHeaders = new HttpHeaders();
3194
3160
  this.configuration = new Configuration();
3195
3161
  if (basePath) {
@@ -3247,43 +3213,6 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
3247
3213
  reportProgress: reportProgress
3248
3214
  });
3249
3215
  }
3250
- duplicateCreativeSetsUsingPOST(dto, id, reqId, token, observe = 'body', reportProgress = false) {
3251
- if (dto === null || dto === undefined) {
3252
- throw new Error('Required parameter dto was null or undefined when calling duplicateCreativeSetsUsingPOST.');
3253
- }
3254
- if (id === null || id === undefined) {
3255
- throw new Error('Required parameter id was null or undefined when calling duplicateCreativeSetsUsingPOST.');
3256
- }
3257
- let headers = this.defaultHeaders;
3258
- if (reqId !== undefined && reqId !== null) {
3259
- headers = headers.set('reqId', String(reqId));
3260
- }
3261
- if (token !== undefined && token !== null) {
3262
- headers = headers.set('token', String(token));
3263
- }
3264
- // to determine the Accept header
3265
- let httpHeaderAccepts = [
3266
- 'application/json'
3267
- ];
3268
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3269
- if (httpHeaderAcceptSelected != undefined) {
3270
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3271
- }
3272
- // to determine the Content-Type header
3273
- const consumes = [
3274
- 'application/json'
3275
- ];
3276
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3277
- if (httpContentTypeSelected != undefined) {
3278
- headers = headers.set('Content-Type', httpContentTypeSelected);
3279
- }
3280
- return this.httpClient.post(`${this.basePath}/v2/api/creativesets/duplicate/${encodeURIComponent(String(id))}`, dto, {
3281
- withCredentials: this.configuration.withCredentials,
3282
- headers: headers,
3283
- observe: observe,
3284
- reportProgress: reportProgress
3285
- });
3286
- }
3287
3216
  getAdvertiserDynamicDetailsUsingGET(advertiserId, reqId, token, observe = 'body', reportProgress = false) {
3288
3217
  if (advertiserId === null || advertiserId === undefined) {
3289
3218
  throw new Error('Required parameter advertiserId was null or undefined when calling getAdvertiserDynamicDetailsUsingGET.');
@@ -3535,7 +3464,7 @@ CreativeSetsControllerService = __decorate([
3535
3464
  let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
3536
3465
  constructor(httpClient, basePath, configuration) {
3537
3466
  this.httpClient = httpClient;
3538
- this.basePath = 'https://apiv2stage1.atomex.net';
3467
+ this.basePath = 'https://apiv2stage3.atomex.net';
3539
3468
  this.defaultHeaders = new HttpHeaders();
3540
3469
  this.configuration = new Configuration();
3541
3470
  if (basePath) {
@@ -3716,7 +3645,7 @@ CreativeTemplateThemesControllerService = __decorate([
3716
3645
  let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
3717
3646
  constructor(httpClient, basePath, configuration) {
3718
3647
  this.httpClient = httpClient;
3719
- this.basePath = 'https://apiv2stage1.atomex.net';
3648
+ this.basePath = 'https://apiv2stage3.atomex.net';
3720
3649
  this.defaultHeaders = new HttpHeaders();
3721
3650
  this.configuration = new Configuration();
3722
3651
  if (basePath) {
@@ -3790,7 +3719,7 @@ CreativeTemplateVariablesControllerService = __decorate([
3790
3719
  let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
3791
3720
  constructor(httpClient, basePath, configuration) {
3792
3721
  this.httpClient = httpClient;
3793
- this.basePath = 'https://apiv2stage1.atomex.net';
3722
+ this.basePath = 'https://apiv2stage3.atomex.net';
3794
3723
  this.defaultHeaders = new HttpHeaders();
3795
3724
  this.configuration = new Configuration();
3796
3725
  if (basePath) {
@@ -3951,7 +3880,7 @@ CreativeTemplatesControllerService = __decorate([
3951
3880
  let DashboardControllerService = class DashboardControllerService {
3952
3881
  constructor(httpClient, basePath, configuration) {
3953
3882
  this.httpClient = httpClient;
3954
- this.basePath = 'https://apiv2stage1.atomex.net';
3883
+ this.basePath = 'https://apiv2stage3.atomex.net';
3955
3884
  this.defaultHeaders = new HttpHeaders();
3956
3885
  this.configuration = new Configuration();
3957
3886
  if (basePath) {
@@ -4566,7 +4495,7 @@ DashboardControllerService = __decorate([
4566
4495
  let NotificationsControllerService = class NotificationsControllerService {
4567
4496
  constructor(httpClient, basePath, configuration) {
4568
4497
  this.httpClient = httpClient;
4569
- this.basePath = 'https://apiv2stage1.atomex.net';
4498
+ this.basePath = 'https://apiv2stage3.atomex.net';
4570
4499
  this.defaultHeaders = new HttpHeaders();
4571
4500
  this.configuration = new Configuration();
4572
4501
  if (basePath) {
@@ -4745,7 +4674,7 @@ NotificationsControllerService = __decorate([
4745
4674
  let PixelControllerService = class PixelControllerService {
4746
4675
  constructor(httpClient, basePath, configuration) {
4747
4676
  this.httpClient = httpClient;
4748
- this.basePath = 'https://apiv2stage1.atomex.net';
4677
+ this.basePath = 'https://apiv2stage3.atomex.net';
4749
4678
  this.defaultHeaders = new HttpHeaders();
4750
4679
  this.configuration = new Configuration();
4751
4680
  if (basePath) {
@@ -5048,7 +4977,7 @@ PixelControllerService = __decorate([
5048
4977
  let ReportingControllerService = class ReportingControllerService {
5049
4978
  constructor(httpClient, basePath, configuration) {
5050
4979
  this.httpClient = httpClient;
5051
- this.basePath = 'https://apiv2stage1.atomex.net';
4980
+ this.basePath = 'https://apiv2stage3.atomex.net';
5052
4981
  this.defaultHeaders = new HttpHeaders();
5053
4982
  this.configuration = new Configuration();
5054
4983
  if (basePath) {
@@ -5214,7 +5143,7 @@ ReportingControllerService = __decorate([
5214
5143
  let SliceXControllerService = class SliceXControllerService {
5215
5144
  constructor(httpClient, basePath, configuration) {
5216
5145
  this.httpClient = httpClient;
5217
- this.basePath = 'https://apiv2stage1.atomex.net';
5146
+ this.basePath = 'https://apiv2stage3.atomex.net';
5218
5147
  this.defaultHeaders = new HttpHeaders();
5219
5148
  this.configuration = new Configuration();
5220
5149
  if (basePath) {
@@ -5314,6 +5243,43 @@ let SliceXControllerService = class SliceXControllerService {
5314
5243
  reportProgress: reportProgress
5315
5244
  });
5316
5245
  }
5246
+ getSlicexGridDetailsUsingPOST(entity, slicexRequestExt, reqId, token, observe = 'body', reportProgress = false) {
5247
+ if (entity === null || entity === undefined) {
5248
+ throw new Error('Required parameter entity was null or undefined when calling getSlicexGridDetailsUsingPOST.');
5249
+ }
5250
+ if (slicexRequestExt === null || slicexRequestExt === undefined) {
5251
+ throw new Error('Required parameter slicexRequestExt was null or undefined when calling getSlicexGridDetailsUsingPOST.');
5252
+ }
5253
+ let headers = this.defaultHeaders;
5254
+ if (reqId !== undefined && reqId !== null) {
5255
+ headers = headers.set('reqId', String(reqId));
5256
+ }
5257
+ if (token !== undefined && token !== null) {
5258
+ headers = headers.set('token', String(token));
5259
+ }
5260
+ // to determine the Accept header
5261
+ let httpHeaderAccepts = [
5262
+ 'application/json'
5263
+ ];
5264
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5265
+ if (httpHeaderAcceptSelected != undefined) {
5266
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5267
+ }
5268
+ // to determine the Content-Type header
5269
+ const consumes = [
5270
+ 'application/json'
5271
+ ];
5272
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
5273
+ if (httpContentTypeSelected != undefined) {
5274
+ headers = headers.set('Content-Type', httpContentTypeSelected);
5275
+ }
5276
+ return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/details/${encodeURIComponent(String(entity))}`, slicexRequestExt, {
5277
+ withCredentials: this.configuration.withCredentials,
5278
+ headers: headers,
5279
+ observe: observe,
5280
+ reportProgress: reportProgress
5281
+ });
5282
+ }
5317
5283
  getSlicexListDataForExportUsingPOST(entity, slicexRequest, reqId, sort, token, observe = 'body', reportProgress = false) {
5318
5284
  if (entity === null || entity === undefined) {
5319
5285
  throw new Error('Required parameter entity was null or undefined when calling getSlicexListDataForExportUsingPOST.');
@@ -5381,7 +5347,7 @@ SliceXControllerService = __decorate([
5381
5347
  let StrategyControllerService = class StrategyControllerService {
5382
5348
  constructor(httpClient, basePath, configuration) {
5383
5349
  this.httpClient = httpClient;
5384
- this.basePath = 'https://apiv2stage1.atomex.net';
5350
+ this.basePath = 'https://apiv2stage3.atomex.net';
5385
5351
  this.defaultHeaders = new HttpHeaders();
5386
5352
  this.configuration = new Configuration();
5387
5353
  if (basePath) {
@@ -5996,7 +5962,7 @@ StrategyControllerService = __decorate([
5996
5962
  let UILoggerControllerService = class UILoggerControllerService {
5997
5963
  constructor(httpClient, basePath, configuration) {
5998
5964
  this.httpClient = httpClient;
5999
- this.basePath = 'https://apiv2stage1.atomex.net';
5965
+ this.basePath = 'https://apiv2stage3.atomex.net';
6000
5966
  this.defaultHeaders = new HttpHeaders();
6001
5967
  this.configuration = new Configuration();
6002
5968
  if (basePath) {
@@ -6084,7 +6050,7 @@ UILoggerControllerService = __decorate([
6084
6050
  let UserPreferenceControllerService = class UserPreferenceControllerService {
6085
6051
  constructor(httpClient, basePath, configuration) {
6086
6052
  this.httpClient = httpClient;
6087
- this.basePath = 'https://apiv2stage1.atomex.net';
6053
+ this.basePath = 'https://apiv2stage3.atomex.net';
6088
6054
  this.defaultHeaders = new HttpHeaders();
6089
6055
  this.configuration = new Configuration();
6090
6056
  if (basePath) {
@@ -6635,33 +6601,6 @@ var DcoAttributesDTO;
6635
6601
  };
6636
6602
  })(DcoAttributesDTO || (DcoAttributesDTO = {}));
6637
6603
 
6638
- /**
6639
- * Api Documentation
6640
- * Api Documentation
6641
- *
6642
- * OpenAPI spec version: 1.0
6643
- *
6644
- *
6645
- * NOTE: This class is auto generated by the swagger code generator program.
6646
- * https://github.com/swagger-api/swagger-codegen.git
6647
- * Do not edit the class manually.
6648
- */
6649
- var DuplicateCreativeSetResponse;
6650
- (function (DuplicateCreativeSetResponse) {
6651
- DuplicateCreativeSetResponse.OtherCreativeSetTypeEnum = {
6652
- IMAGE: 'IMAGE',
6653
- VIDEO: 'VIDEO',
6654
- THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
6655
- ZIPPEDHTML: 'ZIPPED_HTML',
6656
- NATIVEIMAGE: 'NATIVE_IMAGE',
6657
- NATIVEVIDEO: 'NATIVE_VIDEO',
6658
- DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6659
- DYNAMICMACRO: 'DYNAMIC_MACRO',
6660
- DYNAMICHTML: 'DYNAMIC_HTML',
6661
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6662
- };
6663
- })(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
6664
-
6665
6604
  /**
6666
6605
  * Api Documentation
6667
6606
  * Api Documentation
@@ -7152,5 +7091,5 @@ ApiModule = ApiModule_1 = __decorate([
7152
7091
  * Generated bundle index. Do not edit.
7153
7092
  */
7154
7093
 
7155
- 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 };
7094
+ 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, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7156
7095
  //# sourceMappingURL=revxui-api-clients-ts.js.map