@revxui/api-clients-ts 1.1.241 → 1.1.243

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 (45) hide show
  1. package/README.md +2 -2
  2. package/api/creativeSetsController.service.d.ts +4 -3
  3. package/api/strategyController.service.d.ts +8 -8
  4. package/bundles/revxui-api-clients-ts.umd.js +67 -38
  5. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  6. package/esm2015/api/adminController.service.js +2 -2
  7. package/esm2015/api/advertiserController.service.js +2 -2
  8. package/esm2015/api/appSettingsController.service.js +2 -2
  9. package/esm2015/api/audienceController.service.js +2 -2
  10. package/esm2015/api/auditController.service.js +2 -2
  11. package/esm2015/api/bidFunnelController.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 +6 -3
  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/customerReportingController.service.js +2 -2
  23. package/esm2015/api/dashboardController.service.js +2 -2
  24. package/esm2015/api/notificationsController.service.js +2 -2
  25. package/esm2015/api/pixelController.service.js +2 -2
  26. package/esm2015/api/reportingController.service.js +2 -2
  27. package/esm2015/api/reportingSchedulerController.service.js +2 -2
  28. package/esm2015/api/sliceXController.service.js +2 -2
  29. package/esm2015/api/strategyController.service.js +12 -12
  30. package/esm2015/api/strategyTemplateController.service.js +2 -2
  31. package/esm2015/api/uILoggerController.service.js +2 -2
  32. package/esm2015/api/userPreferenceController.service.js +2 -2
  33. package/esm2015/model/creativeDTO.js +1 -1
  34. package/esm2015/model/creativeSetRequest.js +5 -1
  35. package/esm2015/model/creativeSetResponse.js +12 -1
  36. package/esm2015/model/duplicateCreativeSetResponse.js +12 -1
  37. package/esm2015/model/hybridAdMapping.js +1 -1
  38. package/fesm2015/revxui-api-clients-ts.js +67 -38
  39. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  40. package/model/creativeDTO.d.ts +1 -0
  41. package/model/creativeSetRequest.d.ts +6 -0
  42. package/model/creativeSetResponse.d.ts +0 -2
  43. package/model/duplicateCreativeSetResponse.d.ts +0 -2
  44. package/model/hybridAdMapping.d.ts +1 -0
  45. package/package.json +1 -1
@@ -82,7 +82,7 @@ class Configuration {
82
82
  class AdminControllerService {
83
83
  constructor(httpClient, basePath, configuration) {
84
84
  this.httpClient = httpClient;
85
- this.basePath = 'https://apiv2stage7.atomex.net';
85
+ this.basePath = 'https://apiv2stage1.atomex.net';
86
86
  this.defaultHeaders = new HttpHeaders();
87
87
  this.configuration = new Configuration();
88
88
  if (basePath) {
@@ -271,7 +271,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
271
271
  class AdvertiserControllerService {
272
272
  constructor(httpClient, basePath, configuration) {
273
273
  this.httpClient = httpClient;
274
- this.basePath = 'https://apiv2stage7.atomex.net';
274
+ this.basePath = 'https://apiv2stage1.atomex.net';
275
275
  this.defaultHeaders = new HttpHeaders();
276
276
  this.configuration = new Configuration();
277
277
  if (basePath) {
@@ -718,7 +718,7 @@ AdvertiserControllerService.ctorParameters = () => [
718
718
  class AppSettingsControllerService {
719
719
  constructor(httpClient, basePath, configuration) {
720
720
  this.httpClient = httpClient;
721
- this.basePath = 'https://apiv2stage7.atomex.net';
721
+ this.basePath = 'https://apiv2stage1.atomex.net';
722
722
  this.defaultHeaders = new HttpHeaders();
723
723
  this.configuration = new Configuration();
724
724
  if (basePath) {
@@ -958,7 +958,7 @@ AppSettingsControllerService.ctorParameters = () => [
958
958
  class AudienceControllerService {
959
959
  constructor(httpClient, basePath, configuration) {
960
960
  this.httpClient = httpClient;
961
- this.basePath = 'https://apiv2stage7.atomex.net';
961
+ this.basePath = 'https://apiv2stage1.atomex.net';
962
962
  this.defaultHeaders = new HttpHeaders();
963
963
  this.configuration = new Configuration();
964
964
  if (basePath) {
@@ -1771,7 +1771,7 @@ AudienceControllerService.ctorParameters = () => [
1771
1771
  class AuditControllerService {
1772
1772
  constructor(httpClient, basePath, configuration) {
1773
1773
  this.httpClient = httpClient;
1774
- this.basePath = 'https://apiv2stage7.atomex.net';
1774
+ this.basePath = 'https://apiv2stage1.atomex.net';
1775
1775
  this.defaultHeaders = new HttpHeaders();
1776
1776
  this.configuration = new Configuration();
1777
1777
  if (basePath) {
@@ -1951,7 +1951,7 @@ AuditControllerService.ctorParameters = () => [
1951
1951
  class BidFunnelControllerService {
1952
1952
  constructor(httpClient, basePath, configuration) {
1953
1953
  this.httpClient = httpClient;
1954
- this.basePath = 'https://apiv2stage7.atomex.net';
1954
+ this.basePath = 'https://apiv2stage1.atomex.net';
1955
1955
  this.defaultHeaders = new HttpHeaders();
1956
1956
  this.configuration = new Configuration();
1957
1957
  if (basePath) {
@@ -2077,7 +2077,7 @@ BidFunnelControllerService.ctorParameters = () => [
2077
2077
  class BulkStrategyControllerService {
2078
2078
  constructor(httpClient, basePath, configuration) {
2079
2079
  this.httpClient = httpClient;
2080
- this.basePath = 'https://apiv2stage7.atomex.net';
2080
+ this.basePath = 'https://apiv2stage1.atomex.net';
2081
2081
  this.defaultHeaders = new HttpHeaders();
2082
2082
  this.configuration = new Configuration();
2083
2083
  if (basePath) {
@@ -2297,7 +2297,7 @@ BulkStrategyControllerService.ctorParameters = () => [
2297
2297
  class CSSThemeController_Service {
2298
2298
  constructor(httpClient, basePath, configuration) {
2299
2299
  this.httpClient = httpClient;
2300
- this.basePath = 'https://apiv2stage7.atomex.net';
2300
+ this.basePath = 'https://apiv2stage1.atomex.net';
2301
2301
  this.defaultHeaders = new HttpHeaders();
2302
2302
  this.configuration = new Configuration();
2303
2303
  if (basePath) {
@@ -2401,7 +2401,7 @@ CSSThemeController_Service.ctorParameters = () => [
2401
2401
  class CampaignControllerService {
2402
2402
  constructor(httpClient, basePath, configuration) {
2403
2403
  this.httpClient = httpClient;
2404
- this.basePath = 'https://apiv2stage7.atomex.net';
2404
+ this.basePath = 'https://apiv2stage1.atomex.net';
2405
2405
  this.defaultHeaders = new HttpHeaders();
2406
2406
  this.configuration = new Configuration();
2407
2407
  if (basePath) {
@@ -2696,7 +2696,7 @@ CampaignControllerService.ctorParameters = () => [
2696
2696
  class CatalogControllerService {
2697
2697
  constructor(httpClient, basePath, configuration) {
2698
2698
  this.httpClient = httpClient;
2699
- this.basePath = 'https://apiv2stage7.atomex.net';
2699
+ this.basePath = 'https://apiv2stage1.atomex.net';
2700
2700
  this.defaultHeaders = new HttpHeaders();
2701
2701
  this.configuration = new Configuration();
2702
2702
  if (basePath) {
@@ -2931,7 +2931,7 @@ CatalogControllerService.ctorParameters = () => [
2931
2931
  class ClickDestinationControllerService {
2932
2932
  constructor(httpClient, basePath, configuration) {
2933
2933
  this.httpClient = httpClient;
2934
- this.basePath = 'https://apiv2stage7.atomex.net';
2934
+ this.basePath = 'https://apiv2stage1.atomex.net';
2935
2935
  this.defaultHeaders = new HttpHeaders();
2936
2936
  this.configuration = new Configuration();
2937
2937
  if (basePath) {
@@ -3158,7 +3158,7 @@ ClickDestinationControllerService.ctorParameters = () => [
3158
3158
  class CreativeControllerService {
3159
3159
  constructor(httpClient, basePath, configuration) {
3160
3160
  this.httpClient = httpClient;
3161
- this.basePath = 'https://apiv2stage7.atomex.net';
3161
+ this.basePath = 'https://apiv2stage1.atomex.net';
3162
3162
  this.defaultHeaders = new HttpHeaders();
3163
3163
  this.configuration = new Configuration();
3164
3164
  if (basePath) {
@@ -3634,7 +3634,7 @@ CreativeControllerService.ctorParameters = () => [
3634
3634
  class CreativeSetsControllerService {
3635
3635
  constructor(httpClient, basePath, configuration) {
3636
3636
  this.httpClient = httpClient;
3637
- this.basePath = 'https://apiv2stage7.atomex.net';
3637
+ this.basePath = 'https://apiv2stage1.atomex.net';
3638
3638
  this.defaultHeaders = new HttpHeaders();
3639
3639
  this.configuration = new Configuration();
3640
3640
  if (basePath) {
@@ -4091,7 +4091,7 @@ class CreativeSetsControllerService {
4091
4091
  reportProgress: reportProgress
4092
4092
  });
4093
4093
  }
4094
- getTemplateListUsingGET(advertiserId, type, filters, isPlacebo, reqId, token, observe = 'body', reportProgress = false) {
4094
+ getTemplateListUsingGET(advertiserId, type, filters, hybridSupportType, isPlacebo, reqId, token, observe = 'body', reportProgress = false) {
4095
4095
  if (advertiserId === null || advertiserId === undefined) {
4096
4096
  throw new Error('Required parameter advertiserId was null or undefined when calling getTemplateListUsingGET.');
4097
4097
  }
@@ -4105,6 +4105,9 @@ class CreativeSetsControllerService {
4105
4105
  if (filters !== undefined && filters !== null) {
4106
4106
  queryParameters = queryParameters.set('filters', filters);
4107
4107
  }
4108
+ if (hybridSupportType !== undefined && hybridSupportType !== null) {
4109
+ queryParameters = queryParameters.set('hybridSupportType', hybridSupportType);
4110
+ }
4108
4111
  if (isPlacebo !== undefined && isPlacebo !== null) {
4109
4112
  queryParameters = queryParameters.set('isPlacebo', isPlacebo);
4110
4113
  }
@@ -4234,7 +4237,7 @@ CreativeSetsControllerService.ctorParameters = () => [
4234
4237
  class CreativeTemplateThemesControllerService {
4235
4238
  constructor(httpClient, basePath, configuration) {
4236
4239
  this.httpClient = httpClient;
4237
- this.basePath = 'https://apiv2stage7.atomex.net';
4240
+ this.basePath = 'https://apiv2stage1.atomex.net';
4238
4241
  this.defaultHeaders = new HttpHeaders();
4239
4242
  this.configuration = new Configuration();
4240
4243
  if (basePath) {
@@ -4414,7 +4417,7 @@ CreativeTemplateThemesControllerService.ctorParameters = () => [
4414
4417
  class CreativeTemplateVariablesControllerService {
4415
4418
  constructor(httpClient, basePath, configuration) {
4416
4419
  this.httpClient = httpClient;
4417
- this.basePath = 'https://apiv2stage7.atomex.net';
4420
+ this.basePath = 'https://apiv2stage1.atomex.net';
4418
4421
  this.defaultHeaders = new HttpHeaders();
4419
4422
  this.configuration = new Configuration();
4420
4423
  if (basePath) {
@@ -4487,7 +4490,7 @@ CreativeTemplateVariablesControllerService.ctorParameters = () => [
4487
4490
  class CreativeTemplatesControllerService {
4488
4491
  constructor(httpClient, basePath, configuration) {
4489
4492
  this.httpClient = httpClient;
4490
- this.basePath = 'https://apiv2stage7.atomex.net';
4493
+ this.basePath = 'https://apiv2stage1.atomex.net';
4491
4494
  this.defaultHeaders = new HttpHeaders();
4492
4495
  this.configuration = new Configuration();
4493
4496
  if (basePath) {
@@ -4647,7 +4650,7 @@ CreativeTemplatesControllerService.ctorParameters = () => [
4647
4650
  class CustomerReportingControllerService {
4648
4651
  constructor(httpClient, basePath, configuration) {
4649
4652
  this.httpClient = httpClient;
4650
- this.basePath = 'https://apiv2stage7.atomex.net';
4653
+ this.basePath = 'https://apiv2stage1.atomex.net';
4651
4654
  this.defaultHeaders = new HttpHeaders();
4652
4655
  this.configuration = new Configuration();
4653
4656
  if (basePath) {
@@ -4729,7 +4732,7 @@ CustomerReportingControllerService.ctorParameters = () => [
4729
4732
  class DashboardControllerService {
4730
4733
  constructor(httpClient, basePath, configuration) {
4731
4734
  this.httpClient = httpClient;
4732
- this.basePath = 'https://apiv2stage7.atomex.net';
4735
+ this.basePath = 'https://apiv2stage1.atomex.net';
4733
4736
  this.defaultHeaders = new HttpHeaders();
4734
4737
  this.configuration = new Configuration();
4735
4738
  if (basePath) {
@@ -5382,7 +5385,7 @@ DashboardControllerService.ctorParameters = () => [
5382
5385
  class NotificationsControllerService {
5383
5386
  constructor(httpClient, basePath, configuration) {
5384
5387
  this.httpClient = httpClient;
5385
- this.basePath = 'https://apiv2stage7.atomex.net';
5388
+ this.basePath = 'https://apiv2stage1.atomex.net';
5386
5389
  this.defaultHeaders = new HttpHeaders();
5387
5390
  this.configuration = new Configuration();
5388
5391
  if (basePath) {
@@ -5590,7 +5593,7 @@ NotificationsControllerService.ctorParameters = () => [
5590
5593
  class PixelControllerService {
5591
5594
  constructor(httpClient, basePath, configuration) {
5592
5595
  this.httpClient = httpClient;
5593
- this.basePath = 'https://apiv2stage7.atomex.net';
5596
+ this.basePath = 'https://apiv2stage1.atomex.net';
5594
5597
  this.defaultHeaders = new HttpHeaders();
5595
5598
  this.configuration = new Configuration();
5596
5599
  if (basePath) {
@@ -5892,7 +5895,7 @@ PixelControllerService.ctorParameters = () => [
5892
5895
  class ReportingControllerService {
5893
5896
  constructor(httpClient, basePath, configuration) {
5894
5897
  this.httpClient = httpClient;
5895
- this.basePath = 'https://apiv2stage7.atomex.net';
5898
+ this.basePath = 'https://apiv2stage1.atomex.net';
5896
5899
  this.defaultHeaders = new HttpHeaders();
5897
5900
  this.configuration = new Configuration();
5898
5901
  if (basePath) {
@@ -6057,7 +6060,7 @@ ReportingControllerService.ctorParameters = () => [
6057
6060
  class ReportingSchedulerControllerService {
6058
6061
  constructor(httpClient, basePath, configuration) {
6059
6062
  this.httpClient = httpClient;
6060
- this.basePath = 'https://apiv2stage7.atomex.net';
6063
+ this.basePath = 'https://apiv2stage1.atomex.net';
6061
6064
  this.defaultHeaders = new HttpHeaders();
6062
6065
  this.configuration = new Configuration();
6063
6066
  if (basePath) {
@@ -6367,7 +6370,7 @@ ReportingSchedulerControllerService.ctorParameters = () => [
6367
6370
  class SliceXControllerService {
6368
6371
  constructor(httpClient, basePath, configuration) {
6369
6372
  this.httpClient = httpClient;
6370
- this.basePath = 'https://apiv2stage7.atomex.net';
6373
+ this.basePath = 'https://apiv2stage1.atomex.net';
6371
6374
  this.defaultHeaders = new HttpHeaders();
6372
6375
  this.configuration = new Configuration();
6373
6376
  if (basePath) {
@@ -6612,7 +6615,7 @@ SliceXControllerService.ctorParameters = () => [
6612
6615
  class StrategyControllerService {
6613
6616
  constructor(httpClient, basePath, configuration) {
6614
6617
  this.httpClient = httpClient;
6615
- this.basePath = 'https://apiv2stage7.atomex.net';
6618
+ this.basePath = 'https://apiv2stage1.atomex.net';
6616
6619
  this.defaultHeaders = new HttpHeaders();
6617
6620
  this.configuration = new Configuration();
6618
6621
  if (basePath) {
@@ -6636,13 +6639,13 @@ class StrategyControllerService {
6636
6639
  }
6637
6640
  return false;
6638
6641
  }
6639
- activateStrategyUsingPOST(ids, reqId, token, observe = 'body', reportProgress = false) {
6640
- if (ids === null || ids === undefined) {
6641
- throw new Error('Required parameter ids was null or undefined when calling activateStrategyUsingPOST.');
6642
+ activateStrategyUsingPOST(id, reqId, token, observe = 'body', reportProgress = false) {
6643
+ if (id === null || id === undefined) {
6644
+ throw new Error('Required parameter id was null or undefined when calling activateStrategyUsingPOST.');
6642
6645
  }
6643
6646
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
6644
- if (ids !== undefined && ids !== null) {
6645
- queryParameters = queryParameters.set('ids', ids);
6647
+ if (id !== undefined && id !== null) {
6648
+ queryParameters = queryParameters.set('id', id);
6646
6649
  }
6647
6650
  let headers = this.defaultHeaders;
6648
6651
  if (reqId !== undefined && reqId !== null) {
@@ -6773,13 +6776,13 @@ class StrategyControllerService {
6773
6776
  reportProgress: reportProgress
6774
6777
  });
6775
6778
  }
6776
- deactivateStrategyUsingPOST(ids, reqId, token, observe = 'body', reportProgress = false) {
6777
- if (ids === null || ids === undefined) {
6778
- throw new Error('Required parameter ids was null or undefined when calling deactivateStrategyUsingPOST.');
6779
+ deactivateStrategyUsingPOST(id, reqId, token, observe = 'body', reportProgress = false) {
6780
+ if (id === null || id === undefined) {
6781
+ throw new Error('Required parameter id was null or undefined when calling deactivateStrategyUsingPOST.');
6779
6782
  }
6780
6783
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
6781
- if (ids !== undefined && ids !== null) {
6782
- queryParameters = queryParameters.set('ids', ids);
6784
+ if (id !== undefined && id !== null) {
6785
+ queryParameters = queryParameters.set('id', id);
6783
6786
  }
6784
6787
  let headers = this.defaultHeaders;
6785
6788
  if (reqId !== undefined && reqId !== null) {
@@ -7399,7 +7402,7 @@ StrategyControllerService.ctorParameters = () => [
7399
7402
  class StrategyTemplateControllerService {
7400
7403
  constructor(httpClient, basePath, configuration) {
7401
7404
  this.httpClient = httpClient;
7402
- this.basePath = 'https://apiv2stage7.atomex.net';
7405
+ this.basePath = 'https://apiv2stage1.atomex.net';
7403
7406
  this.defaultHeaders = new HttpHeaders();
7404
7407
  this.configuration = new Configuration();
7405
7408
  if (basePath) {
@@ -7516,7 +7519,7 @@ StrategyTemplateControllerService.ctorParameters = () => [
7516
7519
  class UILoggerControllerService {
7517
7520
  constructor(httpClient, basePath, configuration) {
7518
7521
  this.httpClient = httpClient;
7519
- this.basePath = 'https://apiv2stage7.atomex.net';
7522
+ this.basePath = 'https://apiv2stage1.atomex.net';
7520
7523
  this.defaultHeaders = new HttpHeaders();
7521
7524
  this.configuration = new Configuration();
7522
7525
  if (basePath) {
@@ -7603,7 +7606,7 @@ UILoggerControllerService.ctorParameters = () => [
7603
7606
  class UserPreferenceControllerService {
7604
7607
  constructor(httpClient, basePath, configuration) {
7605
7608
  this.httpClient = httpClient;
7606
- this.basePath = 'https://apiv2stage7.atomex.net';
7609
+ this.basePath = 'https://apiv2stage1.atomex.net';
7607
7610
  this.defaultHeaders = new HttpHeaders();
7608
7611
  this.configuration = new Configuration();
7609
7612
  if (basePath) {
@@ -8556,6 +8559,10 @@ var CreativeSetRequest;
8556
8559
  ICON: 'ICON',
8557
8560
  CTVVIDEO: 'CTV_VIDEO'
8558
8561
  };
8562
+ CreativeSetRequest.HybridSupportTypeEnum = {
8563
+ IMAGE: 'IMAGE',
8564
+ VIDEO: 'VIDEO'
8565
+ };
8559
8566
  })(CreativeSetRequest || (CreativeSetRequest = {}));
8560
8567
 
8561
8568
  /**
@@ -8570,6 +8577,17 @@ var CreativeSetRequest;
8570
8577
  * Do not edit the class manually.
8571
8578
  */
8572
8579
 
8580
+ /**
8581
+ * Api Documentation
8582
+ * Api Documentation
8583
+ *
8584
+ * OpenAPI spec version: 1.0
8585
+ *
8586
+ *
8587
+ * NOTE: This class is auto generated by the swagger code generator program.
8588
+ * https://github.com/swagger-api/swagger-codegen.git
8589
+ * Do not edit the class manually.
8590
+ */
8573
8591
  var CreativeSetResponse;
8574
8592
  (function (CreativeSetResponse) {
8575
8593
  CreativeSetResponse.OtherCreativeSetTypeEnum = {
@@ -8727,6 +8745,17 @@ var DeviceTargetModel;
8727
8745
  * Do not edit the class manually.
8728
8746
  */
8729
8747
 
8748
+ /**
8749
+ * Api Documentation
8750
+ * Api Documentation
8751
+ *
8752
+ * OpenAPI spec version: 1.0
8753
+ *
8754
+ *
8755
+ * NOTE: This class is auto generated by the swagger code generator program.
8756
+ * https://github.com/swagger-api/swagger-codegen.git
8757
+ * Do not edit the class manually.
8758
+ */
8730
8759
  var DuplicateCreativeSetResponse;
8731
8760
  (function (DuplicateCreativeSetResponse) {
8732
8761
  DuplicateCreativeSetResponse.OtherCreativeSetTypeEnum = {