@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) {
@@ -281,7 +281,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
281
281
  class AdvertiserControllerService {
282
282
  constructor(httpClient, basePath, configuration) {
283
283
  this.httpClient = httpClient;
284
- this.basePath = 'https://apiv2stage7.atomex.net';
284
+ this.basePath = 'https://apiv2stage1.atomex.net';
285
285
  this.defaultHeaders = new HttpHeaders();
286
286
  this.configuration = new Configuration();
287
287
  if (basePath) {
@@ -858,7 +858,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
858
858
  class AppSettingsControllerService {
859
859
  constructor(httpClient, basePath, configuration) {
860
860
  this.httpClient = httpClient;
861
- this.basePath = 'https://apiv2stage7.atomex.net';
861
+ this.basePath = 'https://apiv2stage1.atomex.net';
862
862
  this.defaultHeaders = new HttpHeaders();
863
863
  this.configuration = new Configuration();
864
864
  if (basePath) {
@@ -1105,7 +1105,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1105
1105
  class AppsFlyerControllerService {
1106
1106
  constructor(httpClient, basePath, configuration) {
1107
1107
  this.httpClient = httpClient;
1108
- this.basePath = 'https://apiv2stage7.atomex.net';
1108
+ this.basePath = 'https://apiv2stage1.atomex.net';
1109
1109
  this.defaultHeaders = new HttpHeaders();
1110
1110
  this.configuration = new Configuration();
1111
1111
  if (basePath) {
@@ -1193,7 +1193,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1193
1193
  class AudienceControllerService {
1194
1194
  constructor(httpClient, basePath, configuration) {
1195
1195
  this.httpClient = httpClient;
1196
- this.basePath = 'https://apiv2stage7.atomex.net';
1196
+ this.basePath = 'https://apiv2stage1.atomex.net';
1197
1197
  this.defaultHeaders = new HttpHeaders();
1198
1198
  this.configuration = new Configuration();
1199
1199
  if (basePath) {
@@ -2071,7 +2071,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2071
2071
  class AuditControllerService {
2072
2072
  constructor(httpClient, basePath, configuration) {
2073
2073
  this.httpClient = httpClient;
2074
- this.basePath = 'https://apiv2stage7.atomex.net';
2074
+ this.basePath = 'https://apiv2stage1.atomex.net';
2075
2075
  this.defaultHeaders = new HttpHeaders();
2076
2076
  this.configuration = new Configuration();
2077
2077
  if (basePath) {
@@ -2273,7 +2273,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2273
2273
  class BidFunnelControllerService {
2274
2274
  constructor(httpClient, basePath, configuration) {
2275
2275
  this.httpClient = httpClient;
2276
- this.basePath = 'https://apiv2stage7.atomex.net';
2276
+ this.basePath = 'https://apiv2stage1.atomex.net';
2277
2277
  this.defaultHeaders = new HttpHeaders();
2278
2278
  this.configuration = new Configuration();
2279
2279
  if (basePath) {
@@ -2424,7 +2424,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2424
2424
  class BulkStrategyControllerService {
2425
2425
  constructor(httpClient, basePath, configuration) {
2426
2426
  this.httpClient = httpClient;
2427
- this.basePath = 'https://apiv2stage7.atomex.net';
2427
+ this.basePath = 'https://apiv2stage1.atomex.net';
2428
2428
  this.defaultHeaders = new HttpHeaders();
2429
2429
  this.configuration = new Configuration();
2430
2430
  if (basePath) {
@@ -2651,7 +2651,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2651
2651
  class CSSThemeController_Service {
2652
2652
  constructor(httpClient, basePath, configuration) {
2653
2653
  this.httpClient = httpClient;
2654
- this.basePath = 'https://apiv2stage7.atomex.net';
2654
+ this.basePath = 'https://apiv2stage1.atomex.net';
2655
2655
  this.defaultHeaders = new HttpHeaders();
2656
2656
  this.configuration = new Configuration();
2657
2657
  if (basePath) {
@@ -2762,7 +2762,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2762
2762
  class CampaignControllerService {
2763
2763
  constructor(httpClient, basePath, configuration) {
2764
2764
  this.httpClient = httpClient;
2765
- this.basePath = 'https://apiv2stage7.atomex.net';
2765
+ this.basePath = 'https://apiv2stage1.atomex.net';
2766
2766
  this.defaultHeaders = new HttpHeaders();
2767
2767
  this.configuration = new Configuration();
2768
2768
  if (basePath) {
@@ -3205,7 +3205,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3205
3205
  class CatalogControllerService {
3206
3206
  constructor(httpClient, basePath, configuration) {
3207
3207
  this.httpClient = httpClient;
3208
- this.basePath = 'https://apiv2stage7.atomex.net';
3208
+ this.basePath = 'https://apiv2stage1.atomex.net';
3209
3209
  this.defaultHeaders = new HttpHeaders();
3210
3210
  this.configuration = new Configuration();
3211
3211
  if (basePath) {
@@ -3450,7 +3450,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3450
3450
  class ClickDestinationControllerService {
3451
3451
  constructor(httpClient, basePath, configuration) {
3452
3452
  this.httpClient = httpClient;
3453
- this.basePath = 'https://apiv2stage7.atomex.net';
3453
+ this.basePath = 'https://apiv2stage1.atomex.net';
3454
3454
  this.defaultHeaders = new HttpHeaders();
3455
3455
  this.configuration = new Configuration();
3456
3456
  if (basePath) {
@@ -3684,7 +3684,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3684
3684
  class CreativeControllerService {
3685
3685
  constructor(httpClient, basePath, configuration) {
3686
3686
  this.httpClient = httpClient;
3687
- this.basePath = 'https://apiv2stage7.atomex.net';
3687
+ this.basePath = 'https://apiv2stage1.atomex.net';
3688
3688
  this.defaultHeaders = new HttpHeaders();
3689
3689
  this.configuration = new Configuration();
3690
3690
  if (basePath) {
@@ -4289,7 +4289,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4289
4289
  class CreativeSetsControllerService {
4290
4290
  constructor(httpClient, basePath, configuration) {
4291
4291
  this.httpClient = httpClient;
4292
- this.basePath = 'https://apiv2stage7.atomex.net';
4292
+ this.basePath = 'https://apiv2stage1.atomex.net';
4293
4293
  this.defaultHeaders = new HttpHeaders();
4294
4294
  this.configuration = new Configuration();
4295
4295
  if (basePath) {
@@ -4937,7 +4937,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4937
4937
  class CreativeSetsV2ControllerService {
4938
4938
  constructor(httpClient, basePath, configuration) {
4939
4939
  this.httpClient = httpClient;
4940
- this.basePath = 'https://apiv2stage7.atomex.net';
4940
+ this.basePath = 'https://apiv2stage1.atomex.net';
4941
4941
  this.defaultHeaders = new HttpHeaders();
4942
4942
  this.configuration = new Configuration();
4943
4943
  if (basePath) {
@@ -5182,7 +5182,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5182
5182
  class CreativeTemplateThemesControllerService {
5183
5183
  constructor(httpClient, basePath, configuration) {
5184
5184
  this.httpClient = httpClient;
5185
- this.basePath = 'https://apiv2stage7.atomex.net';
5185
+ this.basePath = 'https://apiv2stage1.atomex.net';
5186
5186
  this.defaultHeaders = new HttpHeaders();
5187
5187
  this.configuration = new Configuration();
5188
5188
  if (basePath) {
@@ -5369,7 +5369,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5369
5369
  class CreativeTemplateVariablesControllerService {
5370
5370
  constructor(httpClient, basePath, configuration) {
5371
5371
  this.httpClient = httpClient;
5372
- this.basePath = 'https://apiv2stage7.atomex.net';
5372
+ this.basePath = 'https://apiv2stage1.atomex.net';
5373
5373
  this.defaultHeaders = new HttpHeaders();
5374
5374
  this.configuration = new Configuration();
5375
5375
  if (basePath) {
@@ -5449,7 +5449,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5449
5449
  class CreativeTemplatesControllerService {
5450
5450
  constructor(httpClient, basePath, configuration) {
5451
5451
  this.httpClient = httpClient;
5452
- this.basePath = 'https://apiv2stage7.atomex.net';
5452
+ this.basePath = 'https://apiv2stage1.atomex.net';
5453
5453
  this.defaultHeaders = new HttpHeaders();
5454
5454
  this.configuration = new Configuration();
5455
5455
  if (basePath) {
@@ -5616,7 +5616,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5616
5616
  class CustomerReportingControllerService {
5617
5617
  constructor(httpClient, basePath, configuration) {
5618
5618
  this.httpClient = httpClient;
5619
- this.basePath = 'https://apiv2stage7.atomex.net';
5619
+ this.basePath = 'https://apiv2stage1.atomex.net';
5620
5620
  this.defaultHeaders = new HttpHeaders();
5621
5621
  this.configuration = new Configuration();
5622
5622
  if (basePath) {
@@ -5781,7 +5781,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5781
5781
  class DCOVideoSettingsControllerService {
5782
5782
  constructor(httpClient, basePath, configuration) {
5783
5783
  this.httpClient = httpClient;
5784
- this.basePath = 'https://apiv2stage7.atomex.net';
5784
+ this.basePath = 'https://apiv2stage1.atomex.net';
5785
5785
  this.defaultHeaders = new HttpHeaders();
5786
5786
  this.configuration = new Configuration();
5787
5787
  if (basePath) {
@@ -6349,7 +6349,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6349
6349
  class DashboardControllerService {
6350
6350
  constructor(httpClient, basePath, configuration) {
6351
6351
  this.httpClient = httpClient;
6352
- this.basePath = 'https://apiv2stage7.atomex.net';
6352
+ this.basePath = 'https://apiv2stage1.atomex.net';
6353
6353
  this.defaultHeaders = new HttpHeaders();
6354
6354
  this.configuration = new Configuration();
6355
6355
  if (basePath) {
@@ -7009,7 +7009,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7009
7009
  class ExperimentsControllerService {
7010
7010
  constructor(httpClient, basePath, configuration) {
7011
7011
  this.httpClient = httpClient;
7012
- this.basePath = 'https://apiv2stage7.atomex.net';
7012
+ this.basePath = 'https://apiv2stage1.atomex.net';
7013
7013
  this.defaultHeaders = new HttpHeaders();
7014
7014
  this.configuration = new Configuration();
7015
7015
  if (basePath) {
@@ -7738,7 +7738,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7738
7738
  class NotificationsControllerService {
7739
7739
  constructor(httpClient, basePath, configuration) {
7740
7740
  this.httpClient = httpClient;
7741
- this.basePath = 'https://apiv2stage7.atomex.net';
7741
+ this.basePath = 'https://apiv2stage1.atomex.net';
7742
7742
  this.defaultHeaders = new HttpHeaders();
7743
7743
  this.configuration = new Configuration();
7744
7744
  if (basePath) {
@@ -7984,7 +7984,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7984
7984
  class PixelControllerService {
7985
7985
  constructor(httpClient, basePath, configuration) {
7986
7986
  this.httpClient = httpClient;
7987
- this.basePath = 'https://apiv2stage7.atomex.net';
7987
+ this.basePath = 'https://apiv2stage1.atomex.net';
7988
7988
  this.defaultHeaders = new HttpHeaders();
7989
7989
  this.configuration = new Configuration();
7990
7990
  if (basePath) {
@@ -8293,7 +8293,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8293
8293
  class ReportControllerService {
8294
8294
  constructor(httpClient, basePath, configuration) {
8295
8295
  this.httpClient = httpClient;
8296
- this.basePath = 'https://apiv2stage7.atomex.net';
8296
+ this.basePath = 'https://apiv2stage1.atomex.net';
8297
8297
  this.defaultHeaders = new HttpHeaders();
8298
8298
  this.configuration = new Configuration();
8299
8299
  if (basePath) {
@@ -8432,7 +8432,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8432
8432
  class ReportingControllerService {
8433
8433
  constructor(httpClient, basePath, configuration) {
8434
8434
  this.httpClient = httpClient;
8435
- this.basePath = 'https://apiv2stage7.atomex.net';
8435
+ this.basePath = 'https://apiv2stage1.atomex.net';
8436
8436
  this.defaultHeaders = new HttpHeaders();
8437
8437
  this.configuration = new Configuration();
8438
8438
  if (basePath) {
@@ -8604,7 +8604,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8604
8604
  class ReportingSchedulerControllerService {
8605
8605
  constructor(httpClient, basePath, configuration) {
8606
8606
  this.httpClient = httpClient;
8607
- this.basePath = 'https://apiv2stage7.atomex.net';
8607
+ this.basePath = 'https://apiv2stage1.atomex.net';
8608
8608
  this.defaultHeaders = new HttpHeaders();
8609
8609
  this.configuration = new Configuration();
8610
8610
  if (basePath) {
@@ -8921,7 +8921,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8921
8921
  class SafeguardControllerService {
8922
8922
  constructor(httpClient, basePath, configuration) {
8923
8923
  this.httpClient = httpClient;
8924
- this.basePath = 'https://apiv2stage7.atomex.net';
8924
+ this.basePath = 'https://apiv2stage1.atomex.net';
8925
8925
  this.defaultHeaders = new HttpHeaders();
8926
8926
  this.configuration = new Configuration();
8927
8927
  if (basePath) {
@@ -9417,7 +9417,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
9417
9417
  class SliceXControllerService {
9418
9418
  constructor(httpClient, basePath, configuration) {
9419
9419
  this.httpClient = httpClient;
9420
- this.basePath = 'https://apiv2stage7.atomex.net';
9420
+ this.basePath = 'https://apiv2stage1.atomex.net';
9421
9421
  this.defaultHeaders = new HttpHeaders();
9422
9422
  this.configuration = new Configuration();
9423
9423
  if (basePath) {
@@ -9823,7 +9823,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
9823
9823
  class StrategyControllerService {
9824
9824
  constructor(httpClient, basePath, configuration) {
9825
9825
  this.httpClient = httpClient;
9826
- this.basePath = 'https://apiv2stage7.atomex.net';
9826
+ this.basePath = 'https://apiv2stage1.atomex.net';
9827
9827
  this.defaultHeaders = new HttpHeaders();
9828
9828
  this.configuration = new Configuration();
9829
9829
  if (basePath) {
@@ -11027,7 +11027,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
11027
11027
  class StrategyTemplateControllerService {
11028
11028
  constructor(httpClient, basePath, configuration) {
11029
11029
  this.httpClient = httpClient;
11030
- this.basePath = 'https://apiv2stage7.atomex.net';
11030
+ this.basePath = 'https://apiv2stage1.atomex.net';
11031
11031
  this.defaultHeaders = new HttpHeaders();
11032
11032
  this.configuration = new Configuration();
11033
11033
  if (basePath) {
@@ -11151,7 +11151,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
11151
11151
  class UILoggerControllerService {
11152
11152
  constructor(httpClient, basePath, configuration) {
11153
11153
  this.httpClient = httpClient;
11154
- this.basePath = 'https://apiv2stage7.atomex.net';
11154
+ this.basePath = 'https://apiv2stage1.atomex.net';
11155
11155
  this.defaultHeaders = new HttpHeaders();
11156
11156
  this.configuration = new Configuration();
11157
11157
  if (basePath) {
@@ -11245,7 +11245,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
11245
11245
  class UserPreferenceControllerService {
11246
11246
  constructor(httpClient, basePath, configuration) {
11247
11247
  this.httpClient = httpClient;
11248
- this.basePath = 'https://apiv2stage7.atomex.net';
11248
+ this.basePath = 'https://apiv2stage1.atomex.net';
11249
11249
  this.defaultHeaders = new HttpHeaders();
11250
11250
  this.configuration = new Configuration();
11251
11251
  if (basePath) {