@revxui/api-clients-ts 0.10.285 → 0.10.287

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 (94) hide show
  1. package/README.md +2 -2
  2. package/api/creativeSetsController.service.d.ts +33 -3
  3. package/bundles/revxui-api-clients-ts.umd.js +113 -25
  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 +77 -4
  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/booleanEditField.js +12 -0
  35. package/esm2015/model/bulkEditCreativeSetsDTO.js +1 -0
  36. package/esm2015/model/bulkEditCreativeSetsListDTO.js +1 -0
  37. package/esm2015/model/bulkEditCreativeSetsResponse.js +1 -0
  38. package/esm2015/model/campaignESDTO.js +1 -1
  39. package/esm2015/model/creative.js +1 -1
  40. package/esm2015/model/models.js +2 -1
  41. package/esm2015/model/strategyListEditField.js +1 -0
  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 +81 -4
  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/activityLogsCreativeSetsBulkUpdateDTO.js +11 -0
  66. package/esm5/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +1 -0
  67. package/esm5/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +1 -0
  68. package/esm5/model/apiResponseObjectBulkEditCreativeSetsResponse.js +1 -0
  69. package/esm5/model/booleanEditField.js +12 -0
  70. package/esm5/model/bulkEditCreativeSetsDTO.js +1 -0
  71. package/esm5/model/bulkEditCreativeSetsListDTO.js +1 -0
  72. package/esm5/model/bulkEditCreativeSetsResponse.js +1 -0
  73. package/esm5/model/campaignESDTO.js +1 -1
  74. package/esm5/model/creative.js +1 -1
  75. package/esm5/model/models.js +2 -1
  76. package/esm5/model/strategyListEditField.js +1 -0
  77. package/fesm2015/revxui-api-clients-ts.js +110 -26
  78. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  79. package/fesm5/revxui-api-clients-ts.js +114 -26
  80. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  81. package/model/activityLogsCreativeSetsBulkUpdateDTO.d.ts +33 -0
  82. package/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.d.ts +16 -0
  83. package/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.d.ts +17 -0
  84. package/model/apiResponseObjectBulkEditCreativeSetsResponse.d.ts +17 -0
  85. package/model/booleanEditField.d.ts +15 -0
  86. package/model/bulkEditCreativeSetsDTO.d.ts +24 -0
  87. package/model/bulkEditCreativeSetsListDTO.d.ts +18 -0
  88. package/model/bulkEditCreativeSetsResponse.d.ts +20 -0
  89. package/model/campaignESDTO.d.ts +2 -2
  90. package/model/creative.d.ts +0 -1
  91. package/model/models.d.ts +9 -0
  92. package/model/strategyListEditField.d.ts +16 -0
  93. package/package.json +1 -1
  94. package/revxui-api-clients-ts.metadata.json +1 -1
@@ -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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.atomex.net';
2023
2023
  this.defaultHeaders = new HttpHeaders();
2024
2024
  this.configuration = new Configuration();
2025
2025
  if (basePath) {
@@ -2315,7 +2315,7 @@ CampaignControllerService = __decorate([
2315
2315
  let CatalogControllerService = class CatalogControllerService {
2316
2316
  constructor(httpClient, basePath, configuration) {
2317
2317
  this.httpClient = httpClient;
2318
- this.basePath = 'https://apiv2stage1.atomex.net';
2318
+ this.basePath = 'https://apiv2stage2.atomex.net';
2319
2319
  this.defaultHeaders = new HttpHeaders();
2320
2320
  this.configuration = new Configuration();
2321
2321
  if (basePath) {
@@ -2518,7 +2518,7 @@ CatalogControllerService = __decorate([
2518
2518
  let ClickDestinationControllerService = class ClickDestinationControllerService {
2519
2519
  constructor(httpClient, basePath, configuration) {
2520
2520
  this.httpClient = httpClient;
2521
- this.basePath = 'https://apiv2stage1.atomex.net';
2521
+ this.basePath = 'https://apiv2stage2.atomex.net';
2522
2522
  this.defaultHeaders = new HttpHeaders();
2523
2523
  this.configuration = new Configuration();
2524
2524
  if (basePath) {
@@ -2746,7 +2746,7 @@ ClickDestinationControllerService = __decorate([
2746
2746
  let CreativeControllerService = class CreativeControllerService {
2747
2747
  constructor(httpClient, basePath, configuration) {
2748
2748
  this.httpClient = httpClient;
2749
- this.basePath = 'https://apiv2stage1.atomex.net';
2749
+ this.basePath = 'https://apiv2stage2.atomex.net';
2750
2750
  this.defaultHeaders = new HttpHeaders();
2751
2751
  this.configuration = new Configuration();
2752
2752
  if (basePath) {
@@ -3189,7 +3189,7 @@ CreativeControllerService = __decorate([
3189
3189
  let CreativeSetsControllerService = class CreativeSetsControllerService {
3190
3190
  constructor(httpClient, basePath, configuration) {
3191
3191
  this.httpClient = httpClient;
3192
- this.basePath = 'https://apiv2stage1.atomex.net';
3192
+ this.basePath = 'https://apiv2stage2.atomex.net';
3193
3193
  this.defaultHeaders = new HttpHeaders();
3194
3194
  this.configuration = new Configuration();
3195
3195
  if (basePath) {
@@ -3213,6 +3213,76 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
3213
3213
  }
3214
3214
  return false;
3215
3215
  }
3216
+ bulkEditActivityLogUsingGET1(pageNumber, pageSize, reqId, sort, token, observe = 'body', reportProgress = false) {
3217
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3218
+ if (pageNumber !== undefined && pageNumber !== null) {
3219
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
3220
+ }
3221
+ if (pageSize !== undefined && pageSize !== null) {
3222
+ queryParameters = queryParameters.set('pageSize', pageSize);
3223
+ }
3224
+ if (sort !== undefined && sort !== null) {
3225
+ queryParameters = queryParameters.set('sort', sort);
3226
+ }
3227
+ let headers = this.defaultHeaders;
3228
+ if (reqId !== undefined && reqId !== null) {
3229
+ headers = headers.set('reqId', String(reqId));
3230
+ }
3231
+ if (token !== undefined && token !== null) {
3232
+ headers = headers.set('token', String(token));
3233
+ }
3234
+ // to determine the Accept header
3235
+ let httpHeaderAccepts = [
3236
+ 'application/json'
3237
+ ];
3238
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3239
+ if (httpHeaderAcceptSelected != undefined) {
3240
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
3241
+ }
3242
+ // to determine the Content-Type header
3243
+ const consumes = [];
3244
+ return this.httpClient.get(`${this.basePath}/v2/api/creativesets/bulkupdateActivityLog`, {
3245
+ params: queryParameters,
3246
+ withCredentials: this.configuration.withCredentials,
3247
+ headers: headers,
3248
+ observe: observe,
3249
+ reportProgress: reportProgress
3250
+ });
3251
+ }
3252
+ bulkEditCreativeSetsUsingPOST(dto, reqId, token, observe = 'body', reportProgress = false) {
3253
+ if (dto === null || dto === undefined) {
3254
+ throw new Error('Required parameter dto was null or undefined when calling bulkEditCreativeSetsUsingPOST.');
3255
+ }
3256
+ let headers = this.defaultHeaders;
3257
+ if (reqId !== undefined && reqId !== null) {
3258
+ headers = headers.set('reqId', String(reqId));
3259
+ }
3260
+ if (token !== undefined && token !== null) {
3261
+ headers = headers.set('token', String(token));
3262
+ }
3263
+ // to determine the Accept header
3264
+ let httpHeaderAccepts = [
3265
+ 'application/json'
3266
+ ];
3267
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3268
+ if (httpHeaderAcceptSelected != undefined) {
3269
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
3270
+ }
3271
+ // to determine the Content-Type header
3272
+ const consumes = [
3273
+ 'application/json'
3274
+ ];
3275
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3276
+ if (httpContentTypeSelected != undefined) {
3277
+ headers = headers.set('Content-Type', httpContentTypeSelected);
3278
+ }
3279
+ return this.httpClient.post(`${this.basePath}/v2/api/creativesets/bulkupdate`, dto, {
3280
+ withCredentials: this.configuration.withCredentials,
3281
+ headers: headers,
3282
+ observe: observe,
3283
+ reportProgress: reportProgress
3284
+ });
3285
+ }
3216
3286
  createUsingPOST(creativeSetRequest, reqId, token, observe = 'body', reportProgress = false) {
3217
3287
  if (creativeSetRequest === null || creativeSetRequest === undefined) {
3218
3288
  throw new Error('Required parameter creativeSetRequest was null or undefined when calling createUsingPOST.');
@@ -3389,10 +3459,13 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
3389
3459
  reportProgress: reportProgress
3390
3460
  });
3391
3461
  }
3392
- getCreativesPerformanceUsingPOST(dashboardRequest, refresh, reqId, token, observe = 'body', reportProgress = false) {
3462
+ getCreativesPerformanceUsingPOST(dashboardRequest, id, refresh, reqId, token, observe = 'body', reportProgress = false) {
3393
3463
  if (dashboardRequest === null || dashboardRequest === undefined) {
3394
3464
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativesPerformanceUsingPOST.');
3395
3465
  }
3466
+ if (id === null || id === undefined) {
3467
+ throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
3468
+ }
3396
3469
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3397
3470
  if (refresh !== undefined && refresh !== null) {
3398
3471
  queryParameters = queryParameters.set('refresh', refresh);
@@ -3420,7 +3493,7 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
3420
3493
  if (httpContentTypeSelected != undefined) {
3421
3494
  headers = headers.set('Content-Type', httpContentTypeSelected);
3422
3495
  }
3423
- return this.httpClient.post(`${this.basePath}/v2/api/creativesets/creatives/performance/`, dashboardRequest, {
3496
+ return this.httpClient.post(`${this.basePath}/v2/api/creativesets/creatives/performance/${encodeURIComponent(String(id))}`, dashboardRequest, {
3424
3497
  params: queryParameters,
3425
3498
  withCredentials: this.configuration.withCredentials,
3426
3499
  headers: headers,
@@ -3532,7 +3605,7 @@ CreativeSetsControllerService = __decorate([
3532
3605
  let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
3533
3606
  constructor(httpClient, basePath, configuration) {
3534
3607
  this.httpClient = httpClient;
3535
- this.basePath = 'https://apiv2stage1.atomex.net';
3608
+ this.basePath = 'https://apiv2stage2.atomex.net';
3536
3609
  this.defaultHeaders = new HttpHeaders();
3537
3610
  this.configuration = new Configuration();
3538
3611
  if (basePath) {
@@ -3713,7 +3786,7 @@ CreativeTemplateThemesControllerService = __decorate([
3713
3786
  let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
3714
3787
  constructor(httpClient, basePath, configuration) {
3715
3788
  this.httpClient = httpClient;
3716
- this.basePath = 'https://apiv2stage1.atomex.net';
3789
+ this.basePath = 'https://apiv2stage2.atomex.net';
3717
3790
  this.defaultHeaders = new HttpHeaders();
3718
3791
  this.configuration = new Configuration();
3719
3792
  if (basePath) {
@@ -3787,7 +3860,7 @@ CreativeTemplateVariablesControllerService = __decorate([
3787
3860
  let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
3788
3861
  constructor(httpClient, basePath, configuration) {
3789
3862
  this.httpClient = httpClient;
3790
- this.basePath = 'https://apiv2stage1.atomex.net';
3863
+ this.basePath = 'https://apiv2stage2.atomex.net';
3791
3864
  this.defaultHeaders = new HttpHeaders();
3792
3865
  this.configuration = new Configuration();
3793
3866
  if (basePath) {
@@ -3948,7 +4021,7 @@ CreativeTemplatesControllerService = __decorate([
3948
4021
  let DashboardControllerService = class DashboardControllerService {
3949
4022
  constructor(httpClient, basePath, configuration) {
3950
4023
  this.httpClient = httpClient;
3951
- this.basePath = 'https://apiv2stage1.atomex.net';
4024
+ this.basePath = 'https://apiv2stage2.atomex.net';
3952
4025
  this.defaultHeaders = new HttpHeaders();
3953
4026
  this.configuration = new Configuration();
3954
4027
  if (basePath) {
@@ -4563,7 +4636,7 @@ DashboardControllerService = __decorate([
4563
4636
  let NotificationsControllerService = class NotificationsControllerService {
4564
4637
  constructor(httpClient, basePath, configuration) {
4565
4638
  this.httpClient = httpClient;
4566
- this.basePath = 'https://apiv2stage1.atomex.net';
4639
+ this.basePath = 'https://apiv2stage2.atomex.net';
4567
4640
  this.defaultHeaders = new HttpHeaders();
4568
4641
  this.configuration = new Configuration();
4569
4642
  if (basePath) {
@@ -4742,7 +4815,7 @@ NotificationsControllerService = __decorate([
4742
4815
  let PixelControllerService = class PixelControllerService {
4743
4816
  constructor(httpClient, basePath, configuration) {
4744
4817
  this.httpClient = httpClient;
4745
- this.basePath = 'https://apiv2stage1.atomex.net';
4818
+ this.basePath = 'https://apiv2stage2.atomex.net';
4746
4819
  this.defaultHeaders = new HttpHeaders();
4747
4820
  this.configuration = new Configuration();
4748
4821
  if (basePath) {
@@ -5045,7 +5118,7 @@ PixelControllerService = __decorate([
5045
5118
  let ReportingControllerService = class ReportingControllerService {
5046
5119
  constructor(httpClient, basePath, configuration) {
5047
5120
  this.httpClient = httpClient;
5048
- this.basePath = 'https://apiv2stage1.atomex.net';
5121
+ this.basePath = 'https://apiv2stage2.atomex.net';
5049
5122
  this.defaultHeaders = new HttpHeaders();
5050
5123
  this.configuration = new Configuration();
5051
5124
  if (basePath) {
@@ -5211,7 +5284,7 @@ ReportingControllerService = __decorate([
5211
5284
  let SliceXControllerService = class SliceXControllerService {
5212
5285
  constructor(httpClient, basePath, configuration) {
5213
5286
  this.httpClient = httpClient;
5214
- this.basePath = 'https://apiv2stage1.atomex.net';
5287
+ this.basePath = 'https://apiv2stage2.atomex.net';
5215
5288
  this.defaultHeaders = new HttpHeaders();
5216
5289
  this.configuration = new Configuration();
5217
5290
  if (basePath) {
@@ -5457,7 +5530,7 @@ SliceXControllerService = __decorate([
5457
5530
  let StrategyControllerService = class StrategyControllerService {
5458
5531
  constructor(httpClient, basePath, configuration) {
5459
5532
  this.httpClient = httpClient;
5460
- this.basePath = 'https://apiv2stage1.atomex.net';
5533
+ this.basePath = 'https://apiv2stage2.atomex.net';
5461
5534
  this.defaultHeaders = new HttpHeaders();
5462
5535
  this.configuration = new Configuration();
5463
5536
  if (basePath) {
@@ -6072,7 +6145,7 @@ StrategyControllerService = __decorate([
6072
6145
  let UILoggerControllerService = class UILoggerControllerService {
6073
6146
  constructor(httpClient, basePath, configuration) {
6074
6147
  this.httpClient = httpClient;
6075
- this.basePath = 'https://apiv2stage1.atomex.net';
6148
+ this.basePath = 'https://apiv2stage2.atomex.net';
6076
6149
  this.defaultHeaders = new HttpHeaders();
6077
6150
  this.configuration = new Configuration();
6078
6151
  if (basePath) {
@@ -6160,7 +6233,7 @@ UILoggerControllerService = __decorate([
6160
6233
  let UserPreferenceControllerService = class UserPreferenceControllerService {
6161
6234
  constructor(httpClient, basePath, configuration) {
6162
6235
  this.httpClient = httpClient;
6163
- this.basePath = 'https://apiv2stage1.atomex.net';
6236
+ this.basePath = 'https://apiv2stage2.atomex.net';
6164
6237
  this.defaultHeaders = new HttpHeaders();
6165
6238
  this.configuration = new Configuration();
6166
6239
  if (basePath) {
@@ -6318,6 +6391,17 @@ UserPreferenceControllerService = __decorate([
6318
6391
 
6319
6392
  const 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];
6320
6393
 
6394
+ var ActivityLogsCreativeSetsBulkUpdateDTO;
6395
+ (function (ActivityLogsCreativeSetsBulkUpdateDTO) {
6396
+ ActivityLogsCreativeSetsBulkUpdateDTO.StatusEnum = {
6397
+ PENDING: 'PENDING',
6398
+ INPROGRESS: 'IN_PROGRESS',
6399
+ FAILED: 'FAILED',
6400
+ SUCCESS: 'SUCCESS',
6401
+ PARTIALSUCCESS: 'PARTIAL_SUCCESS'
6402
+ };
6403
+ })(ActivityLogsCreativeSetsBulkUpdateDTO || (ActivityLogsCreativeSetsBulkUpdateDTO = {}));
6404
+
6321
6405
  var ActivityLogsStrategyBulkUpdateDTO;
6322
6406
  (function (ActivityLogsStrategyBulkUpdateDTO) {
6323
6407
  ActivityLogsStrategyBulkUpdateDTO.StatusEnum = {
@@ -7228,5 +7312,5 @@ ApiModule = ApiModule_1 = __decorate([
7228
7312
  * Generated bundle index. Do not edit.
7229
7313
  */
7230
7314
 
7231
- 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 };
7315
+ 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 };
7232
7316
  //# sourceMappingURL=revxui-api-clients-ts.js.map