@revxui/api-clients-ts 1.1.503 → 1.1.504

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 (53) hide show
  1. package/README.md +2 -2
  2. package/esm2020/api/adminController.service.mjs +2 -2
  3. package/esm2020/api/advertiserController.service.mjs +2 -2
  4. package/esm2020/api/appSettingsController.service.mjs +2 -2
  5. package/esm2020/api/appsFlyerController.service.mjs +2 -2
  6. package/esm2020/api/audienceController.service.mjs +2 -2
  7. package/esm2020/api/auditController.service.mjs +2 -2
  8. package/esm2020/api/bidFunnelController.service.mjs +2 -2
  9. package/esm2020/api/bulkStrategyController.service.mjs +2 -2
  10. package/esm2020/api/cSSThemeController_.service.mjs +2 -2
  11. package/esm2020/api/campaignController.service.mjs +2 -2
  12. package/esm2020/api/catalogController.service.mjs +2 -2
  13. package/esm2020/api/clickDestinationController.service.mjs +2 -2
  14. package/esm2020/api/creativeController.service.mjs +2 -2
  15. package/esm2020/api/creativeSetsController.service.mjs +2 -2
  16. package/esm2020/api/creativeSetsV2Controller.service.mjs +2 -2
  17. package/esm2020/api/creativeTemplateThemesController.service.mjs +2 -2
  18. package/esm2020/api/creativeTemplateVariablesController.service.mjs +2 -2
  19. package/esm2020/api/creativeTemplatesController.service.mjs +2 -2
  20. package/esm2020/api/customerReportingController.service.mjs +2 -2
  21. package/esm2020/api/dCOVideoSettingsController.service.mjs +2 -2
  22. package/esm2020/api/dashboardController.service.mjs +2 -2
  23. package/esm2020/api/experimentsController.service.mjs +2 -2
  24. package/esm2020/api/notificationsController.service.mjs +2 -2
  25. package/esm2020/api/pixelController.service.mjs +2 -2
  26. package/esm2020/api/reportController.service.mjs +2 -2
  27. package/esm2020/api/reportingController.service.mjs +2 -2
  28. package/esm2020/api/reportingSchedulerController.service.mjs +2 -2
  29. package/esm2020/api/safeguardController.service.mjs +2 -2
  30. package/esm2020/api/sliceXController.service.mjs +2 -2
  31. package/esm2020/api/strategyController.service.mjs +2 -2
  32. package/esm2020/api/strategyTemplateController.service.mjs +2 -2
  33. package/esm2020/api/uILoggerController.service.mjs +2 -2
  34. package/esm2020/api/userPreferenceController.service.mjs +2 -2
  35. package/esm2020/model/creativePerformanceList.mjs +1 -1
  36. package/esm2020/model/creativeSetDashboardMetric.mjs +1 -1
  37. package/esm2020/model/creativeSetPerformanceList.mjs +1 -1
  38. package/esm2020/model/dashboardData.mjs +1 -1
  39. package/esm2020/model/dashboardMetrics.mjs +1 -1
  40. package/esm2020/model/slicexData.mjs +1 -1
  41. package/esm2020/model/slicexGridData.mjs +1 -1
  42. package/fesm2015/revxui-api-clients-ts.mjs +33 -33
  43. package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
  44. package/fesm2020/revxui-api-clients-ts.mjs +33 -33
  45. package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
  46. package/model/creativePerformanceList.d.ts +1 -0
  47. package/model/creativeSetDashboardMetric.d.ts +1 -0
  48. package/model/creativeSetPerformanceList.d.ts +1 -0
  49. package/model/dashboardData.d.ts +1 -0
  50. package/model/dashboardMetrics.d.ts +1 -0
  51. package/model/slicexData.d.ts +2 -0
  52. package/model/slicexGridData.d.ts +2 -0
  53. package/package.json +1 -1
@@ -85,7 +85,7 @@ class Configuration {
85
85
  class AdminControllerService {
86
86
  constructor(httpClient, basePath, configuration) {
87
87
  this.httpClient = httpClient;
88
- this.basePath = 'https://apiv2stage7.atomex.net';
88
+ this.basePath = 'https://apiv2stage1.atomex.net';
89
89
  this.defaultHeaders = new HttpHeaders();
90
90
  this.configuration = new Configuration();
91
91
  if (basePath) {
@@ -279,7 +279,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
279
279
  class AdvertiserControllerService {
280
280
  constructor(httpClient, basePath, configuration) {
281
281
  this.httpClient = httpClient;
282
- this.basePath = 'https://apiv2stage7.atomex.net';
282
+ this.basePath = 'https://apiv2stage1.atomex.net';
283
283
  this.defaultHeaders = new HttpHeaders();
284
284
  this.configuration = new Configuration();
285
285
  if (basePath) {
@@ -854,7 +854,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
854
854
  class AppSettingsControllerService {
855
855
  constructor(httpClient, basePath, configuration) {
856
856
  this.httpClient = httpClient;
857
- this.basePath = 'https://apiv2stage7.atomex.net';
857
+ this.basePath = 'https://apiv2stage1.atomex.net';
858
858
  this.defaultHeaders = new HttpHeaders();
859
859
  this.configuration = new Configuration();
860
860
  if (basePath) {
@@ -1099,7 +1099,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1099
1099
  class AppsFlyerControllerService {
1100
1100
  constructor(httpClient, basePath, configuration) {
1101
1101
  this.httpClient = httpClient;
1102
- this.basePath = 'https://apiv2stage7.atomex.net';
1102
+ this.basePath = 'https://apiv2stage1.atomex.net';
1103
1103
  this.defaultHeaders = new HttpHeaders();
1104
1104
  this.configuration = new Configuration();
1105
1105
  if (basePath) {
@@ -1185,7 +1185,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1185
1185
  class AudienceControllerService {
1186
1186
  constructor(httpClient, basePath, configuration) {
1187
1187
  this.httpClient = httpClient;
1188
- this.basePath = 'https://apiv2stage7.atomex.net';
1188
+ this.basePath = 'https://apiv2stage1.atomex.net';
1189
1189
  this.defaultHeaders = new HttpHeaders();
1190
1190
  this.configuration = new Configuration();
1191
1191
  if (basePath) {
@@ -2061,7 +2061,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2061
2061
  class AuditControllerService {
2062
2062
  constructor(httpClient, basePath, configuration) {
2063
2063
  this.httpClient = httpClient;
2064
- this.basePath = 'https://apiv2stage7.atomex.net';
2064
+ this.basePath = 'https://apiv2stage1.atomex.net';
2065
2065
  this.defaultHeaders = new HttpHeaders();
2066
2066
  this.configuration = new Configuration();
2067
2067
  if (basePath) {
@@ -2261,7 +2261,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2261
2261
  class BidFunnelControllerService {
2262
2262
  constructor(httpClient, basePath, configuration) {
2263
2263
  this.httpClient = httpClient;
2264
- this.basePath = 'https://apiv2stage7.atomex.net';
2264
+ this.basePath = 'https://apiv2stage1.atomex.net';
2265
2265
  this.defaultHeaders = new HttpHeaders();
2266
2266
  this.configuration = new Configuration();
2267
2267
  if (basePath) {
@@ -2410,7 +2410,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2410
2410
  class BulkStrategyControllerService {
2411
2411
  constructor(httpClient, basePath, configuration) {
2412
2412
  this.httpClient = httpClient;
2413
- this.basePath = 'https://apiv2stage7.atomex.net';
2413
+ this.basePath = 'https://apiv2stage1.atomex.net';
2414
2414
  this.defaultHeaders = new HttpHeaders();
2415
2415
  this.configuration = new Configuration();
2416
2416
  if (basePath) {
@@ -2635,7 +2635,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2635
2635
  class CSSThemeController_Service {
2636
2636
  constructor(httpClient, basePath, configuration) {
2637
2637
  this.httpClient = httpClient;
2638
- this.basePath = 'https://apiv2stage7.atomex.net';
2638
+ this.basePath = 'https://apiv2stage1.atomex.net';
2639
2639
  this.defaultHeaders = new HttpHeaders();
2640
2640
  this.configuration = new Configuration();
2641
2641
  if (basePath) {
@@ -2744,7 +2744,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2744
2744
  class CampaignControllerService {
2745
2745
  constructor(httpClient, basePath, configuration) {
2746
2746
  this.httpClient = httpClient;
2747
- this.basePath = 'https://apiv2stage7.atomex.net';
2747
+ this.basePath = 'https://apiv2stage1.atomex.net';
2748
2748
  this.defaultHeaders = new HttpHeaders();
2749
2749
  this.configuration = new Configuration();
2750
2750
  if (basePath) {
@@ -3185,7 +3185,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3185
3185
  class CatalogControllerService {
3186
3186
  constructor(httpClient, basePath, configuration) {
3187
3187
  this.httpClient = httpClient;
3188
- this.basePath = 'https://apiv2stage7.atomex.net';
3188
+ this.basePath = 'https://apiv2stage1.atomex.net';
3189
3189
  this.defaultHeaders = new HttpHeaders();
3190
3190
  this.configuration = new Configuration();
3191
3191
  if (basePath) {
@@ -3428,7 +3428,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3428
3428
  class ClickDestinationControllerService {
3429
3429
  constructor(httpClient, basePath, configuration) {
3430
3430
  this.httpClient = httpClient;
3431
- this.basePath = 'https://apiv2stage7.atomex.net';
3431
+ this.basePath = 'https://apiv2stage1.atomex.net';
3432
3432
  this.defaultHeaders = new HttpHeaders();
3433
3433
  this.configuration = new Configuration();
3434
3434
  if (basePath) {
@@ -3660,7 +3660,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3660
3660
  class CreativeControllerService {
3661
3661
  constructor(httpClient, basePath, configuration) {
3662
3662
  this.httpClient = httpClient;
3663
- this.basePath = 'https://apiv2stage7.atomex.net';
3663
+ this.basePath = 'https://apiv2stage1.atomex.net';
3664
3664
  this.defaultHeaders = new HttpHeaders();
3665
3665
  this.configuration = new Configuration();
3666
3666
  if (basePath) {
@@ -4263,7 +4263,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4263
4263
  class CreativeSetsControllerService {
4264
4264
  constructor(httpClient, basePath, configuration) {
4265
4265
  this.httpClient = httpClient;
4266
- this.basePath = 'https://apiv2stage7.atomex.net';
4266
+ this.basePath = 'https://apiv2stage1.atomex.net';
4267
4267
  this.defaultHeaders = new HttpHeaders();
4268
4268
  this.configuration = new Configuration();
4269
4269
  if (basePath) {
@@ -4909,7 +4909,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4909
4909
  class CreativeSetsV2ControllerService {
4910
4910
  constructor(httpClient, basePath, configuration) {
4911
4911
  this.httpClient = httpClient;
4912
- this.basePath = 'https://apiv2stage7.atomex.net';
4912
+ this.basePath = 'https://apiv2stage1.atomex.net';
4913
4913
  this.defaultHeaders = new HttpHeaders();
4914
4914
  this.configuration = new Configuration();
4915
4915
  if (basePath) {
@@ -5152,7 +5152,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5152
5152
  class CreativeTemplateThemesControllerService {
5153
5153
  constructor(httpClient, basePath, configuration) {
5154
5154
  this.httpClient = httpClient;
5155
- this.basePath = 'https://apiv2stage7.atomex.net';
5155
+ this.basePath = 'https://apiv2stage1.atomex.net';
5156
5156
  this.defaultHeaders = new HttpHeaders();
5157
5157
  this.configuration = new Configuration();
5158
5158
  if (basePath) {
@@ -5337,7 +5337,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5337
5337
  class CreativeTemplateVariablesControllerService {
5338
5338
  constructor(httpClient, basePath, configuration) {
5339
5339
  this.httpClient = httpClient;
5340
- this.basePath = 'https://apiv2stage7.atomex.net';
5340
+ this.basePath = 'https://apiv2stage1.atomex.net';
5341
5341
  this.defaultHeaders = new HttpHeaders();
5342
5342
  this.configuration = new Configuration();
5343
5343
  if (basePath) {
@@ -5415,7 +5415,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5415
5415
  class CreativeTemplatesControllerService {
5416
5416
  constructor(httpClient, basePath, configuration) {
5417
5417
  this.httpClient = httpClient;
5418
- this.basePath = 'https://apiv2stage7.atomex.net';
5418
+ this.basePath = 'https://apiv2stage1.atomex.net';
5419
5419
  this.defaultHeaders = new HttpHeaders();
5420
5420
  this.configuration = new Configuration();
5421
5421
  if (basePath) {
@@ -5580,7 +5580,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5580
5580
  class CustomerReportingControllerService {
5581
5581
  constructor(httpClient, basePath, configuration) {
5582
5582
  this.httpClient = httpClient;
5583
- this.basePath = 'https://apiv2stage7.atomex.net';
5583
+ this.basePath = 'https://apiv2stage1.atomex.net';
5584
5584
  this.defaultHeaders = new HttpHeaders();
5585
5585
  this.configuration = new Configuration();
5586
5586
  if (basePath) {
@@ -5743,7 +5743,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5743
5743
  class DCOVideoSettingsControllerService {
5744
5744
  constructor(httpClient, basePath, configuration) {
5745
5745
  this.httpClient = httpClient;
5746
- this.basePath = 'https://apiv2stage7.atomex.net';
5746
+ this.basePath = 'https://apiv2stage1.atomex.net';
5747
5747
  this.defaultHeaders = new HttpHeaders();
5748
5748
  this.configuration = new Configuration();
5749
5749
  if (basePath) {
@@ -6309,7 +6309,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6309
6309
  class DashboardControllerService {
6310
6310
  constructor(httpClient, basePath, configuration) {
6311
6311
  this.httpClient = httpClient;
6312
- this.basePath = 'https://apiv2stage7.atomex.net';
6312
+ this.basePath = 'https://apiv2stage1.atomex.net';
6313
6313
  this.defaultHeaders = new HttpHeaders();
6314
6314
  this.configuration = new Configuration();
6315
6315
  if (basePath) {
@@ -6967,7 +6967,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6967
6967
  class ExperimentsControllerService {
6968
6968
  constructor(httpClient, basePath, configuration) {
6969
6969
  this.httpClient = httpClient;
6970
- this.basePath = 'https://apiv2stage7.atomex.net';
6970
+ this.basePath = 'https://apiv2stage1.atomex.net';
6971
6971
  this.defaultHeaders = new HttpHeaders();
6972
6972
  this.configuration = new Configuration();
6973
6973
  if (basePath) {
@@ -7694,7 +7694,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7694
7694
  class NotificationsControllerService {
7695
7695
  constructor(httpClient, basePath, configuration) {
7696
7696
  this.httpClient = httpClient;
7697
- this.basePath = 'https://apiv2stage7.atomex.net';
7697
+ this.basePath = 'https://apiv2stage1.atomex.net';
7698
7698
  this.defaultHeaders = new HttpHeaders();
7699
7699
  this.configuration = new Configuration();
7700
7700
  if (basePath) {
@@ -7938,7 +7938,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7938
7938
  class PixelControllerService {
7939
7939
  constructor(httpClient, basePath, configuration) {
7940
7940
  this.httpClient = httpClient;
7941
- this.basePath = 'https://apiv2stage7.atomex.net';
7941
+ this.basePath = 'https://apiv2stage1.atomex.net';
7942
7942
  this.defaultHeaders = new HttpHeaders();
7943
7943
  this.configuration = new Configuration();
7944
7944
  if (basePath) {
@@ -8245,7 +8245,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8245
8245
  class ReportControllerService {
8246
8246
  constructor(httpClient, basePath, configuration) {
8247
8247
  this.httpClient = httpClient;
8248
- this.basePath = 'https://apiv2stage7.atomex.net';
8248
+ this.basePath = 'https://apiv2stage1.atomex.net';
8249
8249
  this.defaultHeaders = new HttpHeaders();
8250
8250
  this.configuration = new Configuration();
8251
8251
  if (basePath) {
@@ -8382,7 +8382,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8382
8382
  class ReportingControllerService {
8383
8383
  constructor(httpClient, basePath, configuration) {
8384
8384
  this.httpClient = httpClient;
8385
- this.basePath = 'https://apiv2stage7.atomex.net';
8385
+ this.basePath = 'https://apiv2stage1.atomex.net';
8386
8386
  this.defaultHeaders = new HttpHeaders();
8387
8387
  this.configuration = new Configuration();
8388
8388
  if (basePath) {
@@ -8552,7 +8552,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8552
8552
  class ReportingSchedulerControllerService {
8553
8553
  constructor(httpClient, basePath, configuration) {
8554
8554
  this.httpClient = httpClient;
8555
- this.basePath = 'https://apiv2stage7.atomex.net';
8555
+ this.basePath = 'https://apiv2stage1.atomex.net';
8556
8556
  this.defaultHeaders = new HttpHeaders();
8557
8557
  this.configuration = new Configuration();
8558
8558
  if (basePath) {
@@ -8867,7 +8867,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8867
8867
  class SafeguardControllerService {
8868
8868
  constructor(httpClient, basePath, configuration) {
8869
8869
  this.httpClient = httpClient;
8870
- this.basePath = 'https://apiv2stage7.atomex.net';
8870
+ this.basePath = 'https://apiv2stage1.atomex.net';
8871
8871
  this.defaultHeaders = new HttpHeaders();
8872
8872
  this.configuration = new Configuration();
8873
8873
  if (basePath) {
@@ -9361,7 +9361,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
9361
9361
  class SliceXControllerService {
9362
9362
  constructor(httpClient, basePath, configuration) {
9363
9363
  this.httpClient = httpClient;
9364
- this.basePath = 'https://apiv2stage7.atomex.net';
9364
+ this.basePath = 'https://apiv2stage1.atomex.net';
9365
9365
  this.defaultHeaders = new HttpHeaders();
9366
9366
  this.configuration = new Configuration();
9367
9367
  if (basePath) {
@@ -9765,7 +9765,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
9765
9765
  class StrategyControllerService {
9766
9766
  constructor(httpClient, basePath, configuration) {
9767
9767
  this.httpClient = httpClient;
9768
- this.basePath = 'https://apiv2stage7.atomex.net';
9768
+ this.basePath = 'https://apiv2stage1.atomex.net';
9769
9769
  this.defaultHeaders = new HttpHeaders();
9770
9770
  this.configuration = new Configuration();
9771
9771
  if (basePath) {
@@ -10967,7 +10967,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10967
10967
  class StrategyTemplateControllerService {
10968
10968
  constructor(httpClient, basePath, configuration) {
10969
10969
  this.httpClient = httpClient;
10970
- this.basePath = 'https://apiv2stage7.atomex.net';
10970
+ this.basePath = 'https://apiv2stage1.atomex.net';
10971
10971
  this.defaultHeaders = new HttpHeaders();
10972
10972
  this.configuration = new Configuration();
10973
10973
  if (basePath) {
@@ -11089,7 +11089,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
11089
11089
  class UILoggerControllerService {
11090
11090
  constructor(httpClient, basePath, configuration) {
11091
11091
  this.httpClient = httpClient;
11092
- this.basePath = 'https://apiv2stage7.atomex.net';
11092
+ this.basePath = 'https://apiv2stage1.atomex.net';
11093
11093
  this.defaultHeaders = new HttpHeaders();
11094
11094
  this.configuration = new Configuration();
11095
11095
  if (basePath) {
@@ -11181,7 +11181,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
11181
11181
  class UserPreferenceControllerService {
11182
11182
  constructor(httpClient, basePath, configuration) {
11183
11183
  this.httpClient = httpClient;
11184
- this.basePath = 'https://apiv2stage7.atomex.net';
11184
+ this.basePath = 'https://apiv2stage1.atomex.net';
11185
11185
  this.defaultHeaders = new HttpHeaders();
11186
11186
  this.configuration = new Configuration();
11187
11187
  if (basePath) {