@revxui/api-clients-ts 1.1.44 → 1.1.45

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 (47) hide show
  1. package/README.md +2 -2
  2. package/bundles/revxui-api-clients-ts.umd.js +39 -32
  3. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  4. package/esm2015/api/adminController.service.js +2 -2
  5. package/esm2015/api/advertiserController.service.js +2 -2
  6. package/esm2015/api/appSettingsController.service.js +2 -2
  7. package/esm2015/api/audienceController.service.js +2 -2
  8. package/esm2015/api/auditController.service.js +2 -2
  9. package/esm2015/api/bulkStrategyController.service.js +2 -2
  10. package/esm2015/api/cSSThemeController_.service.js +2 -2
  11. package/esm2015/api/campaignController.service.js +2 -2
  12. package/esm2015/api/catalogController.service.js +2 -2
  13. package/esm2015/api/clickDestinationController.service.js +2 -2
  14. package/esm2015/api/creativeController.service.js +2 -2
  15. package/esm2015/api/creativeSetsController.service.js +2 -2
  16. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  17. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  18. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  19. package/esm2015/api/customerReportingController.service.js +2 -2
  20. package/esm2015/api/dashboardController.service.js +2 -2
  21. package/esm2015/api/notificationsController.service.js +2 -2
  22. package/esm2015/api/pixelController.service.js +2 -2
  23. package/esm2015/api/reportingController.service.js +2 -2
  24. package/esm2015/api/sliceXController.service.js +2 -2
  25. package/esm2015/api/strategyController.service.js +2 -2
  26. package/esm2015/api/strategyTemplateController.service.js +2 -2
  27. package/esm2015/api/uILoggerController.service.js +2 -2
  28. package/esm2015/api/userPreferenceController.service.js +2 -2
  29. package/esm2015/model/baseModelWithCreativeSetType.js +3 -2
  30. package/esm2015/model/creativeDetails.js +3 -2
  31. package/esm2015/model/creativeSetDashboardMetric.js +3 -2
  32. package/esm2015/model/creativeSetDetails.js +3 -2
  33. package/esm2015/model/creativeSetRequest.js +3 -2
  34. package/esm2015/model/creativeSetResponse.js +3 -2
  35. package/esm2015/model/duplicateCreativeSetResponse.js +3 -2
  36. package/esm2015/model/strategyDTO.js +1 -1
  37. package/fesm2015/revxui-api-clients-ts.js +39 -32
  38. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  39. package/model/baseModelWithCreativeSetType.d.ts +2 -1
  40. package/model/creativeDetails.d.ts +2 -1
  41. package/model/creativeSetDashboardMetric.d.ts +2 -1
  42. package/model/creativeSetDetails.d.ts +2 -1
  43. package/model/creativeSetRequest.d.ts +2 -1
  44. package/model/creativeSetResponse.d.ts +2 -1
  45. package/model/duplicateCreativeSetResponse.d.ts +2 -1
  46. package/model/strategyDTO.d.ts +0 -1
  47. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@1.1.44
1
+ ## @revxui/api-clients-ts@1.1.45
2
2
 
3
3
  ### Building
4
4
 
@@ -19,7 +19,7 @@ Navigate to the folder of your consuming project and run one of next commands.
19
19
  _published:_
20
20
 
21
21
  ```
22
- npm install @revxui/api-clients-ts@1.1.44 --save
22
+ npm install @revxui/api-clients-ts@1.1.45 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -370,7 +370,7 @@
370
370
  var AdminControllerService = /** @class */ (function () {
371
371
  function AdminControllerService(httpClient, basePath, configuration) {
372
372
  this.httpClient = httpClient;
373
- this.basePath = 'https://apiv2stage1.atomex.net';
373
+ this.basePath = 'https://apiv2stage7.atomex.net';
374
374
  this.defaultHeaders = new http.HttpHeaders();
375
375
  this.configuration = new Configuration();
376
376
  if (basePath) {
@@ -575,7 +575,7 @@
575
575
  var AdvertiserControllerService = /** @class */ (function () {
576
576
  function AdvertiserControllerService(httpClient, basePath, configuration) {
577
577
  this.httpClient = httpClient;
578
- this.basePath = 'https://apiv2stage1.atomex.net';
578
+ this.basePath = 'https://apiv2stage7.atomex.net';
579
579
  this.defaultHeaders = new http.HttpHeaders();
580
580
  this.configuration = new Configuration();
581
581
  if (basePath) {
@@ -1009,7 +1009,7 @@
1009
1009
  var AppSettingsControllerService = /** @class */ (function () {
1010
1010
  function AppSettingsControllerService(httpClient, basePath, configuration) {
1011
1011
  this.httpClient = httpClient;
1012
- this.basePath = 'https://apiv2stage1.atomex.net';
1012
+ this.basePath = 'https://apiv2stage7.atomex.net';
1013
1013
  this.defaultHeaders = new http.HttpHeaders();
1014
1014
  this.configuration = new Configuration();
1015
1015
  if (basePath) {
@@ -1262,7 +1262,7 @@
1262
1262
  var AudienceControllerService = /** @class */ (function () {
1263
1263
  function AudienceControllerService(httpClient, basePath, configuration) {
1264
1264
  this.httpClient = httpClient;
1265
- this.basePath = 'https://apiv2stage1.atomex.net';
1265
+ this.basePath = 'https://apiv2stage7.atomex.net';
1266
1266
  this.defaultHeaders = new http.HttpHeaders();
1267
1267
  this.configuration = new Configuration();
1268
1268
  if (basePath) {
@@ -2120,7 +2120,7 @@
2120
2120
  var AuditControllerService = /** @class */ (function () {
2121
2121
  function AuditControllerService(httpClient, basePath, configuration) {
2122
2122
  this.httpClient = httpClient;
2123
- this.basePath = 'https://apiv2stage1.atomex.net';
2123
+ this.basePath = 'https://apiv2stage7.atomex.net';
2124
2124
  this.defaultHeaders = new http.HttpHeaders();
2125
2125
  this.configuration = new Configuration();
2126
2126
  if (basePath) {
@@ -2307,7 +2307,7 @@
2307
2307
  var BulkStrategyControllerService = /** @class */ (function () {
2308
2308
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2309
2309
  this.httpClient = httpClient;
2310
- this.basePath = 'https://apiv2stage1.atomex.net';
2310
+ this.basePath = 'https://apiv2stage7.atomex.net';
2311
2311
  this.defaultHeaders = new http.HttpHeaders();
2312
2312
  this.configuration = new Configuration();
2313
2313
  if (basePath) {
@@ -2538,7 +2538,7 @@
2538
2538
  var CSSThemeController_Service = /** @class */ (function () {
2539
2539
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2540
2540
  this.httpClient = httpClient;
2541
- this.basePath = 'https://apiv2stage1.atomex.net';
2541
+ this.basePath = 'https://apiv2stage7.atomex.net';
2542
2542
  this.defaultHeaders = new http.HttpHeaders();
2543
2543
  this.configuration = new Configuration();
2544
2544
  if (basePath) {
@@ -2647,7 +2647,7 @@
2647
2647
  var CampaignControllerService = /** @class */ (function () {
2648
2648
  function CampaignControllerService(httpClient, basePath, configuration) {
2649
2649
  this.httpClient = httpClient;
2650
- this.basePath = 'https://apiv2stage1.atomex.net';
2650
+ this.basePath = 'https://apiv2stage7.atomex.net';
2651
2651
  this.defaultHeaders = new http.HttpHeaders();
2652
2652
  this.configuration = new Configuration();
2653
2653
  if (basePath) {
@@ -2957,7 +2957,7 @@
2957
2957
  var CatalogControllerService = /** @class */ (function () {
2958
2958
  function CatalogControllerService(httpClient, basePath, configuration) {
2959
2959
  this.httpClient = httpClient;
2960
- this.basePath = 'https://apiv2stage1.atomex.net';
2960
+ this.basePath = 'https://apiv2stage7.atomex.net';
2961
2961
  this.defaultHeaders = new http.HttpHeaders();
2962
2962
  this.configuration = new Configuration();
2963
2963
  if (basePath) {
@@ -3203,7 +3203,7 @@
3203
3203
  var ClickDestinationControllerService = /** @class */ (function () {
3204
3204
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
3205
3205
  this.httpClient = httpClient;
3206
- this.basePath = 'https://apiv2stage1.atomex.net';
3206
+ this.basePath = 'https://apiv2stage7.atomex.net';
3207
3207
  this.defaultHeaders = new http.HttpHeaders();
3208
3208
  this.configuration = new Configuration();
3209
3209
  if (basePath) {
@@ -3441,7 +3441,7 @@
3441
3441
  var CreativeControllerService = /** @class */ (function () {
3442
3442
  function CreativeControllerService(httpClient, basePath, configuration) {
3443
3443
  this.httpClient = httpClient;
3444
- this.basePath = 'https://apiv2stage1.atomex.net';
3444
+ this.basePath = 'https://apiv2stage7.atomex.net';
3445
3445
  this.defaultHeaders = new http.HttpHeaders();
3446
3446
  this.configuration = new Configuration();
3447
3447
  if (basePath) {
@@ -3942,7 +3942,7 @@
3942
3942
  var CreativeSetsControllerService = /** @class */ (function () {
3943
3943
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3944
3944
  this.httpClient = httpClient;
3945
- this.basePath = 'https://apiv2stage1.atomex.net';
3945
+ this.basePath = 'https://apiv2stage7.atomex.net';
3946
3946
  this.defaultHeaders = new http.HttpHeaders();
3947
3947
  this.configuration = new Configuration();
3948
3948
  if (basePath) {
@@ -4461,7 +4461,7 @@
4461
4461
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4462
4462
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4463
4463
  this.httpClient = httpClient;
4464
- this.basePath = 'https://apiv2stage1.atomex.net';
4464
+ this.basePath = 'https://apiv2stage7.atomex.net';
4465
4465
  this.defaultHeaders = new http.HttpHeaders();
4466
4466
  this.configuration = new Configuration();
4467
4467
  if (basePath) {
@@ -4650,7 +4650,7 @@
4650
4650
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4651
4651
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4652
4652
  this.httpClient = httpClient;
4653
- this.basePath = 'https://apiv2stage1.atomex.net';
4653
+ this.basePath = 'https://apiv2stage7.atomex.net';
4654
4654
  this.defaultHeaders = new http.HttpHeaders();
4655
4655
  this.configuration = new Configuration();
4656
4656
  if (basePath) {
@@ -4726,7 +4726,7 @@
4726
4726
  var CreativeTemplatesControllerService = /** @class */ (function () {
4727
4727
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4728
4728
  this.httpClient = httpClient;
4729
- this.basePath = 'https://apiv2stage1.atomex.net';
4729
+ this.basePath = 'https://apiv2stage7.atomex.net';
4730
4730
  this.defaultHeaders = new http.HttpHeaders();
4731
4731
  this.configuration = new Configuration();
4732
4732
  if (basePath) {
@@ -4893,7 +4893,7 @@
4893
4893
  var CustomerReportingControllerService = /** @class */ (function () {
4894
4894
  function CustomerReportingControllerService(httpClient, basePath, configuration) {
4895
4895
  this.httpClient = httpClient;
4896
- this.basePath = 'https://apiv2stage1.atomex.net';
4896
+ this.basePath = 'https://apiv2stage7.atomex.net';
4897
4897
  this.defaultHeaders = new http.HttpHeaders();
4898
4898
  this.configuration = new Configuration();
4899
4899
  if (basePath) {
@@ -4978,7 +4978,7 @@
4978
4978
  var DashboardControllerService = /** @class */ (function () {
4979
4979
  function DashboardControllerService(httpClient, basePath, configuration) {
4980
4980
  this.httpClient = httpClient;
4981
- this.basePath = 'https://apiv2stage1.atomex.net';
4981
+ this.basePath = 'https://apiv2stage7.atomex.net';
4982
4982
  this.defaultHeaders = new http.HttpHeaders();
4983
4983
  this.configuration = new Configuration();
4984
4984
  if (basePath) {
@@ -5623,7 +5623,7 @@
5623
5623
  var NotificationsControllerService = /** @class */ (function () {
5624
5624
  function NotificationsControllerService(httpClient, basePath, configuration) {
5625
5625
  this.httpClient = httpClient;
5626
- this.basePath = 'https://apiv2stage1.atomex.net';
5626
+ this.basePath = 'https://apiv2stage7.atomex.net';
5627
5627
  this.defaultHeaders = new http.HttpHeaders();
5628
5628
  this.configuration = new Configuration();
5629
5629
  if (basePath) {
@@ -5842,7 +5842,7 @@
5842
5842
  var PixelControllerService = /** @class */ (function () {
5843
5843
  function PixelControllerService(httpClient, basePath, configuration) {
5844
5844
  this.httpClient = httpClient;
5845
- this.basePath = 'https://apiv2stage1.atomex.net';
5845
+ this.basePath = 'https://apiv2stage7.atomex.net';
5846
5846
  this.defaultHeaders = new http.HttpHeaders();
5847
5847
  this.configuration = new Configuration();
5848
5848
  if (basePath) {
@@ -6159,7 +6159,7 @@
6159
6159
  var ReportingControllerService = /** @class */ (function () {
6160
6160
  function ReportingControllerService(httpClient, basePath, configuration) {
6161
6161
  this.httpClient = httpClient;
6162
- this.basePath = 'https://apiv2stage1.atomex.net';
6162
+ this.basePath = 'https://apiv2stage7.atomex.net';
6163
6163
  this.defaultHeaders = new http.HttpHeaders();
6164
6164
  this.configuration = new Configuration();
6165
6165
  if (basePath) {
@@ -6331,7 +6331,7 @@
6331
6331
  var SliceXControllerService = /** @class */ (function () {
6332
6332
  function SliceXControllerService(httpClient, basePath, configuration) {
6333
6333
  this.httpClient = httpClient;
6334
- this.basePath = 'https://apiv2stage1.atomex.net';
6334
+ this.basePath = 'https://apiv2stage7.atomex.net';
6335
6335
  this.defaultHeaders = new http.HttpHeaders();
6336
6336
  this.configuration = new Configuration();
6337
6337
  if (basePath) {
@@ -6587,7 +6587,7 @@
6587
6587
  var StrategyControllerService = /** @class */ (function () {
6588
6588
  function StrategyControllerService(httpClient, basePath, configuration) {
6589
6589
  this.httpClient = httpClient;
6590
- this.basePath = 'https://apiv2stage1.atomex.net';
6590
+ this.basePath = 'https://apiv2stage7.atomex.net';
6591
6591
  this.defaultHeaders = new http.HttpHeaders();
6592
6592
  this.configuration = new Configuration();
6593
6593
  if (basePath) {
@@ -7419,7 +7419,7 @@
7419
7419
  var StrategyTemplateControllerService = /** @class */ (function () {
7420
7420
  function StrategyTemplateControllerService(httpClient, basePath, configuration) {
7421
7421
  this.httpClient = httpClient;
7422
- this.basePath = 'https://apiv2stage1.atomex.net';
7422
+ this.basePath = 'https://apiv2stage7.atomex.net';
7423
7423
  this.defaultHeaders = new http.HttpHeaders();
7424
7424
  this.configuration = new Configuration();
7425
7425
  if (basePath) {
@@ -7541,7 +7541,7 @@
7541
7541
  var UILoggerControllerService = /** @class */ (function () {
7542
7542
  function UILoggerControllerService(httpClient, basePath, configuration) {
7543
7543
  this.httpClient = httpClient;
7544
- this.basePath = 'https://apiv2stage1.atomex.net';
7544
+ this.basePath = 'https://apiv2stage7.atomex.net';
7545
7545
  this.defaultHeaders = new http.HttpHeaders();
7546
7546
  this.configuration = new Configuration();
7547
7547
  if (basePath) {
@@ -7631,7 +7631,7 @@
7631
7631
  var UserPreferenceControllerService = /** @class */ (function () {
7632
7632
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
7633
7633
  this.httpClient = httpClient;
7634
- this.basePath = 'https://apiv2stage1.atomex.net';
7634
+ this.basePath = 'https://apiv2stage7.atomex.net';
7635
7635
  this.defaultHeaders = new http.HttpHeaders();
7636
7636
  this.configuration = new Configuration();
7637
7637
  if (basePath) {
@@ -8002,7 +8002,8 @@
8002
8002
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8003
8003
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8004
8004
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8005
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
8005
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8006
+ ICON: 'ICON'
8006
8007
  };
8007
8008
  })(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
8008
8009
 
@@ -8096,7 +8097,8 @@
8096
8097
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8097
8098
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8098
8099
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8099
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
8100
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8101
+ ICON: 'ICON'
8100
8102
  };
8101
8103
  })(exports.CreativeDetails || (exports.CreativeDetails = {}));
8102
8104
 
@@ -8180,7 +8182,8 @@
8180
8182
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8181
8183
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8182
8184
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8183
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
8185
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8186
+ ICON: 'ICON'
8184
8187
  };
8185
8188
  })(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
8186
8189
 
@@ -8199,7 +8202,8 @@
8199
8202
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8200
8203
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8201
8204
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8202
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
8205
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8206
+ ICON: 'ICON'
8203
8207
  };
8204
8208
  })(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
8205
8209
 
@@ -8218,7 +8222,8 @@
8218
8222
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8219
8223
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8220
8224
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8221
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
8225
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8226
+ ICON: 'ICON'
8222
8227
  };
8223
8228
  })(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
8224
8229
 
@@ -8248,7 +8253,8 @@
8248
8253
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8249
8254
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8250
8255
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8251
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
8256
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8257
+ ICON: 'ICON'
8252
8258
  };
8253
8259
  })(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
8254
8260
 
@@ -8298,7 +8304,8 @@
8298
8304
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8299
8305
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8300
8306
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8301
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
8307
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8308
+ ICON: 'ICON'
8302
8309
  };
8303
8310
  })(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
8304
8311