@revxui/api-clients-ts 0.10.161 → 0.10.165

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 (85) hide show
  1. package/README.md +2 -2
  2. package/api/creativeSetsController.service.d.ts +4 -3
  3. package/bundles/revxui-api-clients-ts.umd.js +29 -35
  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/appsFlyerAudienceController.service.js +2 -2
  11. package/esm2015/api/audienceController.service.js +2 -2
  12. package/esm2015/api/auditController.service.js +2 -2
  13. package/esm2015/api/bulkStrategyController.service.js +2 -2
  14. package/esm2015/api/cSSThemeController_.service.js +2 -2
  15. package/esm2015/api/campaignController.service.js +2 -2
  16. package/esm2015/api/catalogController.service.js +2 -2
  17. package/esm2015/api/clickDestinationController.service.js +2 -2
  18. package/esm2015/api/creativeController.service.js +2 -2
  19. package/esm2015/api/creativeSetsController.service.js +8 -3
  20. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  22. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  23. package/esm2015/api/dashboardController.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/bulkEditStrategiesDTO.js +1 -1
  31. package/esm2015/model/clickDestination.js +1 -12
  32. package/esm2015/model/creativePerformanceData.js +1 -1
  33. package/esm2015/model/creativeSetDetails.js +1 -1
  34. package/esm2015/model/creativeSetsListDashboardData.js +1 -1
  35. package/esm2015/model/fcapDetails.js +12 -0
  36. package/esm2015/model/fcapEditField.js +1 -0
  37. package/esm2015/model/models.js +1 -1
  38. package/esm2015/model/pixel.js +1 -1
  39. package/esm5/api/adminController.service.js +2 -2
  40. package/esm5/api/advertiserController.service.js +2 -2
  41. package/esm5/api/appSettingsController.service.js +2 -2
  42. package/esm5/api/appsFlyerAudienceController.service.js +2 -2
  43. package/esm5/api/audienceController.service.js +2 -2
  44. package/esm5/api/auditController.service.js +2 -2
  45. package/esm5/api/bulkStrategyController.service.js +2 -2
  46. package/esm5/api/cSSThemeController_.service.js +2 -2
  47. package/esm5/api/campaignController.service.js +2 -2
  48. package/esm5/api/catalogController.service.js +2 -2
  49. package/esm5/api/clickDestinationController.service.js +2 -2
  50. package/esm5/api/creativeController.service.js +2 -2
  51. package/esm5/api/creativeSetsController.service.js +8 -3
  52. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  53. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  54. package/esm5/api/creativeTemplatesController.service.js +2 -2
  55. package/esm5/api/dashboardController.service.js +2 -2
  56. package/esm5/api/pixelController.service.js +2 -2
  57. package/esm5/api/reportingController.service.js +2 -2
  58. package/esm5/api/sliceXController.service.js +2 -2
  59. package/esm5/api/strategyController.service.js +2 -2
  60. package/esm5/api/uILoggerController.service.js +2 -2
  61. package/esm5/api/userPreferenceController.service.js +2 -2
  62. package/esm5/model/bulkEditStrategiesDTO.js +1 -1
  63. package/esm5/model/clickDestination.js +1 -12
  64. package/esm5/model/creativePerformanceData.js +1 -1
  65. package/esm5/model/creativeSetDetails.js +1 -1
  66. package/esm5/model/creativeSetsListDashboardData.js +1 -1
  67. package/esm5/model/fcapDetails.js +12 -0
  68. package/esm5/model/fcapEditField.js +1 -0
  69. package/esm5/model/models.js +1 -1
  70. package/esm5/model/pixel.js +1 -1
  71. package/fesm2015/revxui-api-clients-ts.js +29 -35
  72. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  73. package/fesm5/revxui-api-clients-ts.js +29 -35
  74. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  75. package/model/bulkEditStrategiesDTO.d.ts +2 -0
  76. package/model/clickDestination.d.ts +2 -0
  77. package/model/creativePerformanceData.d.ts +10 -0
  78. package/model/creativeSetDetails.d.ts +1 -0
  79. package/model/creativeSetsListDashboardData.d.ts +1 -1
  80. package/model/fcapDetails.d.ts +16 -0
  81. package/model/fcapEditField.d.ts +16 -0
  82. package/model/models.d.ts +2 -0
  83. package/model/pixel.d.ts +0 -1
  84. package/package.json +1 -1
  85. package/revxui-api-clients-ts.metadata.json +1 -1
@@ -87,7 +87,7 @@ var Configuration = /** @class */ (function () {
87
87
  var AdminControllerService = /** @class */ (function () {
88
88
  function AdminControllerService(httpClient, basePath, configuration) {
89
89
  this.httpClient = httpClient;
90
- this.basePath = 'https://apiv2stage3.atomex.net';
90
+ this.basePath = 'https://apiv2stage1.atomex.net';
91
91
  this.defaultHeaders = new HttpHeaders();
92
92
  this.configuration = new Configuration();
93
93
  if (basePath) {
@@ -304,7 +304,7 @@ var CustomHttpUrlEncodingCodec = /** @class */ (function (_super) {
304
304
  var AdvertiserControllerService = /** @class */ (function () {
305
305
  function AdvertiserControllerService(httpClient, basePath, configuration) {
306
306
  this.httpClient = httpClient;
307
- this.basePath = 'https://apiv2stage3.atomex.net';
307
+ this.basePath = 'https://apiv2stage1.atomex.net';
308
308
  this.defaultHeaders = new HttpHeaders();
309
309
  this.configuration = new Configuration();
310
310
  if (basePath) {
@@ -750,7 +750,7 @@ var AdvertiserControllerService = /** @class */ (function () {
750
750
  var AppSettingsControllerService = /** @class */ (function () {
751
751
  function AppSettingsControllerService(httpClient, basePath, configuration) {
752
752
  this.httpClient = httpClient;
753
- this.basePath = 'https://apiv2stage3.atomex.net';
753
+ this.basePath = 'https://apiv2stage1.atomex.net';
754
754
  this.defaultHeaders = new HttpHeaders();
755
755
  this.configuration = new Configuration();
756
756
  if (basePath) {
@@ -920,7 +920,7 @@ var AppSettingsControllerService = /** @class */ (function () {
920
920
  var AppsFlyerAudienceControllerService = /** @class */ (function () {
921
921
  function AppsFlyerAudienceControllerService(httpClient, basePath, configuration) {
922
922
  this.httpClient = httpClient;
923
- this.basePath = 'https://apiv2stage3.atomex.net';
923
+ this.basePath = 'https://apiv2stage1.atomex.net';
924
924
  this.defaultHeaders = new HttpHeaders();
925
925
  this.configuration = new Configuration();
926
926
  if (basePath) {
@@ -1089,7 +1089,7 @@ var AppsFlyerAudienceControllerService = /** @class */ (function () {
1089
1089
  var AudienceControllerService = /** @class */ (function () {
1090
1090
  function AudienceControllerService(httpClient, basePath, configuration) {
1091
1091
  this.httpClient = httpClient;
1092
- this.basePath = 'https://apiv2stage3.atomex.net';
1092
+ this.basePath = 'https://apiv2stage1.atomex.net';
1093
1093
  this.defaultHeaders = new HttpHeaders();
1094
1094
  this.configuration = new Configuration();
1095
1095
  if (basePath) {
@@ -1613,7 +1613,7 @@ var AudienceControllerService = /** @class */ (function () {
1613
1613
  var AuditControllerService = /** @class */ (function () {
1614
1614
  function AuditControllerService(httpClient, basePath, configuration) {
1615
1615
  this.httpClient = httpClient;
1616
- this.basePath = 'https://apiv2stage3.atomex.net';
1616
+ this.basePath = 'https://apiv2stage1.atomex.net';
1617
1617
  this.defaultHeaders = new HttpHeaders();
1618
1618
  this.configuration = new Configuration();
1619
1619
  if (basePath) {
@@ -1812,7 +1812,7 @@ var AuditControllerService = /** @class */ (function () {
1812
1812
  var BulkStrategyControllerService = /** @class */ (function () {
1813
1813
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1814
1814
  this.httpClient = httpClient;
1815
- this.basePath = 'https://apiv2stage3.atomex.net';
1815
+ this.basePath = 'https://apiv2stage1.atomex.net';
1816
1816
  this.defaultHeaders = new HttpHeaders();
1817
1817
  this.configuration = new Configuration();
1818
1818
  if (basePath) {
@@ -2055,7 +2055,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2055
2055
  var CSSThemeController_Service = /** @class */ (function () {
2056
2056
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2057
2057
  this.httpClient = httpClient;
2058
- this.basePath = 'https://apiv2stage3.atomex.net';
2058
+ this.basePath = 'https://apiv2stage1.atomex.net';
2059
2059
  this.defaultHeaders = new HttpHeaders();
2060
2060
  this.configuration = new Configuration();
2061
2061
  if (basePath) {
@@ -2176,7 +2176,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2176
2176
  var CampaignControllerService = /** @class */ (function () {
2177
2177
  function CampaignControllerService(httpClient, basePath, configuration) {
2178
2178
  this.httpClient = httpClient;
2179
- this.basePath = 'https://apiv2stage3.atomex.net';
2179
+ this.basePath = 'https://apiv2stage1.atomex.net';
2180
2180
  this.defaultHeaders = new HttpHeaders();
2181
2181
  this.configuration = new Configuration();
2182
2182
  if (basePath) {
@@ -2462,7 +2462,7 @@ var CampaignControllerService = /** @class */ (function () {
2462
2462
  var CatalogControllerService = /** @class */ (function () {
2463
2463
  function CatalogControllerService(httpClient, basePath, configuration) {
2464
2464
  this.httpClient = httpClient;
2465
- this.basePath = 'https://apiv2stage3.atomex.net';
2465
+ this.basePath = 'https://apiv2stage1.atomex.net';
2466
2466
  this.defaultHeaders = new HttpHeaders();
2467
2467
  this.configuration = new Configuration();
2468
2468
  if (basePath) {
@@ -2685,7 +2685,7 @@ var CatalogControllerService = /** @class */ (function () {
2685
2685
  var ClickDestinationControllerService = /** @class */ (function () {
2686
2686
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2687
2687
  this.httpClient = httpClient;
2688
- this.basePath = 'https://apiv2stage3.atomex.net';
2688
+ this.basePath = 'https://apiv2stage1.atomex.net';
2689
2689
  this.defaultHeaders = new HttpHeaders();
2690
2690
  this.configuration = new Configuration();
2691
2691
  if (basePath) {
@@ -2935,7 +2935,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
2935
2935
  var CreativeControllerService = /** @class */ (function () {
2936
2936
  function CreativeControllerService(httpClient, basePath, configuration) {
2937
2937
  this.httpClient = httpClient;
2938
- this.basePath = 'https://apiv2stage3.atomex.net';
2938
+ this.basePath = 'https://apiv2stage1.atomex.net';
2939
2939
  this.defaultHeaders = new HttpHeaders();
2940
2940
  this.configuration = new Configuration();
2941
2941
  if (basePath) {
@@ -3412,7 +3412,7 @@ var CreativeControllerService = /** @class */ (function () {
3412
3412
  var CreativeSetsControllerService = /** @class */ (function () {
3413
3413
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3414
3414
  this.httpClient = httpClient;
3415
- this.basePath = 'https://apiv2stage3.atomex.net';
3415
+ this.basePath = 'https://apiv2stage1.atomex.net';
3416
3416
  this.defaultHeaders = new HttpHeaders();
3417
3417
  this.configuration = new Configuration();
3418
3418
  if (basePath) {
@@ -3518,12 +3518,16 @@ var CreativeSetsControllerService = /** @class */ (function () {
3518
3518
  reportProgress: reportProgress
3519
3519
  });
3520
3520
  };
3521
- CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, reqId, token, observe, reportProgress) {
3521
+ CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, refresh, reqId, token, observe, reportProgress) {
3522
3522
  if (observe === void 0) { observe = 'body'; }
3523
3523
  if (reportProgress === void 0) { reportProgress = false; }
3524
3524
  if (id === null || id === undefined) {
3525
3525
  throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET3.');
3526
3526
  }
3527
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3528
+ if (refresh !== undefined && refresh !== null) {
3529
+ queryParameters = queryParameters.set('refresh', refresh);
3530
+ }
3527
3531
  var headers = this.defaultHeaders;
3528
3532
  if (reqId !== undefined && reqId !== null) {
3529
3533
  headers = headers.set('reqId', String(reqId));
@@ -3542,6 +3546,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3542
3546
  // to determine the Content-Type header
3543
3547
  var consumes = [];
3544
3548
  return this.httpClient.get(this.basePath + "/v2/api/creativesets/" + encodeURIComponent(String(id)), {
3549
+ params: queryParameters,
3545
3550
  withCredentials: this.configuration.withCredentials,
3546
3551
  headers: headers,
3547
3552
  observe: observe,
@@ -3742,7 +3747,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3742
3747
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3743
3748
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3744
3749
  this.httpClient = httpClient;
3745
- this.basePath = 'https://apiv2stage3.atomex.net';
3750
+ this.basePath = 'https://apiv2stage1.atomex.net';
3746
3751
  this.defaultHeaders = new HttpHeaders();
3747
3752
  this.configuration = new Configuration();
3748
3753
  if (basePath) {
@@ -3943,7 +3948,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
3943
3948
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
3944
3949
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
3945
3950
  this.httpClient = httpClient;
3946
- this.basePath = 'https://apiv2stage3.atomex.net';
3951
+ this.basePath = 'https://apiv2stage1.atomex.net';
3947
3952
  this.defaultHeaders = new HttpHeaders();
3948
3953
  this.configuration = new Configuration();
3949
3954
  if (basePath) {
@@ -4031,7 +4036,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4031
4036
  var CreativeTemplatesControllerService = /** @class */ (function () {
4032
4037
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4033
4038
  this.httpClient = httpClient;
4034
- this.basePath = 'https://apiv2stage3.atomex.net';
4039
+ this.basePath = 'https://apiv2stage1.atomex.net';
4035
4040
  this.defaultHeaders = new HttpHeaders();
4036
4041
  this.configuration = new Configuration();
4037
4042
  if (basePath) {
@@ -4210,7 +4215,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4210
4215
  var DashboardControllerService = /** @class */ (function () {
4211
4216
  function DashboardControllerService(httpClient, basePath, configuration) {
4212
4217
  this.httpClient = httpClient;
4213
- this.basePath = 'https://apiv2stage3.atomex.net';
4218
+ this.basePath = 'https://apiv2stage1.atomex.net';
4214
4219
  this.defaultHeaders = new HttpHeaders();
4215
4220
  this.configuration = new Configuration();
4216
4221
  if (basePath) {
@@ -4867,7 +4872,7 @@ var DashboardControllerService = /** @class */ (function () {
4867
4872
  var PixelControllerService = /** @class */ (function () {
4868
4873
  function PixelControllerService(httpClient, basePath, configuration) {
4869
4874
  this.httpClient = httpClient;
4870
- this.basePath = 'https://apiv2stage3.atomex.net';
4875
+ this.basePath = 'https://apiv2stage1.atomex.net';
4871
4876
  this.defaultHeaders = new HttpHeaders();
4872
4877
  this.configuration = new Configuration();
4873
4878
  if (basePath) {
@@ -5196,7 +5201,7 @@ var PixelControllerService = /** @class */ (function () {
5196
5201
  var ReportingControllerService = /** @class */ (function () {
5197
5202
  function ReportingControllerService(httpClient, basePath, configuration) {
5198
5203
  this.httpClient = httpClient;
5199
- this.basePath = 'https://apiv2stage3.atomex.net';
5204
+ this.basePath = 'https://apiv2stage1.atomex.net';
5200
5205
  this.defaultHeaders = new HttpHeaders();
5201
5206
  this.configuration = new Configuration();
5202
5207
  if (basePath) {
@@ -5380,7 +5385,7 @@ var ReportingControllerService = /** @class */ (function () {
5380
5385
  var SliceXControllerService = /** @class */ (function () {
5381
5386
  function SliceXControllerService(httpClient, basePath, configuration) {
5382
5387
  this.httpClient = httpClient;
5383
- this.basePath = 'https://apiv2stage3.atomex.net';
5388
+ this.basePath = 'https://apiv2stage1.atomex.net';
5384
5389
  this.defaultHeaders = new HttpHeaders();
5385
5390
  this.configuration = new Configuration();
5386
5391
  if (basePath) {
@@ -5565,7 +5570,7 @@ var SliceXControllerService = /** @class */ (function () {
5565
5570
  var StrategyControllerService = /** @class */ (function () {
5566
5571
  function StrategyControllerService(httpClient, basePath, configuration) {
5567
5572
  this.httpClient = httpClient;
5568
- this.basePath = 'https://apiv2stage3.atomex.net';
5573
+ this.basePath = 'https://apiv2stage1.atomex.net';
5569
5574
  this.defaultHeaders = new HttpHeaders();
5570
5575
  this.configuration = new Configuration();
5571
5576
  if (basePath) {
@@ -6053,7 +6058,7 @@ var StrategyControllerService = /** @class */ (function () {
6053
6058
  var UILoggerControllerService = /** @class */ (function () {
6054
6059
  function UILoggerControllerService(httpClient, basePath, configuration) {
6055
6060
  this.httpClient = httpClient;
6056
- this.basePath = 'https://apiv2stage3.atomex.net';
6061
+ this.basePath = 'https://apiv2stage1.atomex.net';
6057
6062
  this.defaultHeaders = new HttpHeaders();
6058
6063
  this.configuration = new Configuration();
6059
6064
  if (basePath) {
@@ -6155,7 +6160,7 @@ var UILoggerControllerService = /** @class */ (function () {
6155
6160
  var UserPreferenceControllerService = /** @class */ (function () {
6156
6161
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6157
6162
  this.httpClient = httpClient;
6158
- this.basePath = 'https://apiv2stage3.atomex.net';
6163
+ this.basePath = 'https://apiv2stage1.atomex.net';
6159
6164
  this.defaultHeaders = new HttpHeaders();
6160
6165
  this.configuration = new Configuration();
6161
6166
  if (basePath) {
@@ -6411,17 +6416,6 @@ var AudienceDTO;
6411
6416
  };
6412
6417
  })(AudienceDTO || (AudienceDTO = {}));
6413
6418
 
6414
- /**
6415
- * Api Documentation
6416
- * Api Documentation
6417
- *
6418
- * OpenAPI spec version: 1.0
6419
- *
6420
- *
6421
- * NOTE: This class is auto generated by the swagger code generator program.
6422
- * https://github.com/swagger-api/swagger-codegen.git
6423
- * Do not edit the class manually.
6424
- */
6425
6419
  var ClickDestination;
6426
6420
  (function (ClickDestination) {
6427
6421
  ClickDestination.CampaignTypeEnum = {