@revxui/api-clients-ts 0.10.182 → 0.10.183

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 (77) hide show
  1. package/README.md +2 -2
  2. package/api/dashboardController.service.d.ts +24 -24
  3. package/api/sliceXController.service.d.ts +6 -6
  4. package/bundles/revxui-api-clients-ts.umd.js +23 -23
  5. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  6. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  7. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  8. package/esm2015/api/adminController.service.js +2 -2
  9. package/esm2015/api/advertiserController.service.js +2 -2
  10. package/esm2015/api/appSettingsController.service.js +2 -2
  11. package/esm2015/api/appsFlyerAudienceController.service.js +2 -2
  12. package/esm2015/api/audienceController.service.js +2 -2
  13. package/esm2015/api/auditController.service.js +2 -2
  14. package/esm2015/api/bulkStrategyController.service.js +2 -2
  15. package/esm2015/api/cSSThemeController_.service.js +2 -2
  16. package/esm2015/api/campaignController.service.js +2 -2
  17. package/esm2015/api/catalogController.service.js +2 -2
  18. package/esm2015/api/clickDestinationController.service.js +2 -2
  19. package/esm2015/api/creativeController.service.js +2 -2
  20. package/esm2015/api/creativeSetsController.service.js +2 -2
  21. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  22. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  23. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  24. package/esm2015/api/dashboardController.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/sliceXController.service.js +2 -2
  28. package/esm2015/api/strategyController.service.js +2 -2
  29. package/esm2015/api/uILoggerController.service.js +2 -2
  30. package/esm2015/api/userPreferenceController.service.js +2 -2
  31. package/esm2015/model/creativeDTO.js +1 -1
  32. package/esm2015/model/creativeSetDashboardMetric.js +1 -1
  33. package/esm2015/model/creativeSetDetails.js +1 -1
  34. package/esm2015/model/models.js +1 -1
  35. package/esm2015/model/strategyDTO.js +1 -1
  36. package/esm2015/model/videoTargeting.js +12 -0
  37. package/esm5/api/adminController.service.js +2 -2
  38. package/esm5/api/advertiserController.service.js +2 -2
  39. package/esm5/api/appSettingsController.service.js +2 -2
  40. package/esm5/api/appsFlyerAudienceController.service.js +2 -2
  41. package/esm5/api/audienceController.service.js +2 -2
  42. package/esm5/api/auditController.service.js +2 -2
  43. package/esm5/api/bulkStrategyController.service.js +2 -2
  44. package/esm5/api/cSSThemeController_.service.js +2 -2
  45. package/esm5/api/campaignController.service.js +2 -2
  46. package/esm5/api/catalogController.service.js +2 -2
  47. package/esm5/api/clickDestinationController.service.js +2 -2
  48. package/esm5/api/creativeController.service.js +2 -2
  49. package/esm5/api/creativeSetsController.service.js +2 -2
  50. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  51. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  52. package/esm5/api/creativeTemplatesController.service.js +2 -2
  53. package/esm5/api/dashboardController.service.js +2 -2
  54. package/esm5/api/pixelController.service.js +2 -2
  55. package/esm5/api/reportingController.service.js +2 -2
  56. package/esm5/api/sliceXController.service.js +2 -2
  57. package/esm5/api/strategyController.service.js +2 -2
  58. package/esm5/api/uILoggerController.service.js +2 -2
  59. package/esm5/api/userPreferenceController.service.js +2 -2
  60. package/esm5/model/creativeDTO.js +1 -1
  61. package/esm5/model/creativeSetDashboardMetric.js +1 -1
  62. package/esm5/model/creativeSetDetails.js +1 -1
  63. package/esm5/model/models.js +1 -1
  64. package/esm5/model/strategyDTO.js +1 -1
  65. package/esm5/model/videoTargeting.js +12 -0
  66. package/fesm2015/revxui-api-clients-ts.js +23 -23
  67. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  68. package/fesm5/revxui-api-clients-ts.js +23 -23
  69. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  70. package/model/creativeDTO.d.ts +0 -2
  71. package/model/creativeSetDashboardMetric.d.ts +0 -2
  72. package/model/creativeSetDetails.d.ts +0 -2
  73. package/model/models.d.ts +1 -0
  74. package/model/strategyDTO.d.ts +2 -0
  75. package/model/videoTargeting.d.ts +16 -0
  76. package/package.json +1 -1
  77. 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://localhost:10045';
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://localhost:10045';
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://localhost:10045';
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://localhost:10045';
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://localhost:10045';
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://localhost:10045';
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://localhost:10045';
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://localhost:10045';
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://localhost:10045';
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://localhost:10045';
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://localhost:10045';
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://localhost:10045';
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://localhost:10045';
3416
3416
  this.defaultHeaders = new HttpHeaders();
3417
3417
  this.configuration = new Configuration();
3418
3418
  if (basePath) {
@@ -3747,7 +3747,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3747
3747
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3748
3748
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3749
3749
  this.httpClient = httpClient;
3750
- this.basePath = 'https://apiv2stage3.atomex.net';
3750
+ this.basePath = 'https://localhost:10045';
3751
3751
  this.defaultHeaders = new HttpHeaders();
3752
3752
  this.configuration = new Configuration();
3753
3753
  if (basePath) {
@@ -3948,7 +3948,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
3948
3948
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
3949
3949
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
3950
3950
  this.httpClient = httpClient;
3951
- this.basePath = 'https://apiv2stage3.atomex.net';
3951
+ this.basePath = 'https://localhost:10045';
3952
3952
  this.defaultHeaders = new HttpHeaders();
3953
3953
  this.configuration = new Configuration();
3954
3954
  if (basePath) {
@@ -4036,7 +4036,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4036
4036
  var CreativeTemplatesControllerService = /** @class */ (function () {
4037
4037
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4038
4038
  this.httpClient = httpClient;
4039
- this.basePath = 'https://apiv2stage3.atomex.net';
4039
+ this.basePath = 'https://localhost:10045';
4040
4040
  this.defaultHeaders = new HttpHeaders();
4041
4041
  this.configuration = new Configuration();
4042
4042
  if (basePath) {
@@ -4215,7 +4215,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4215
4215
  var DashboardControllerService = /** @class */ (function () {
4216
4216
  function DashboardControllerService(httpClient, basePath, configuration) {
4217
4217
  this.httpClient = httpClient;
4218
- this.basePath = 'https://apiv2stage3.atomex.net';
4218
+ this.basePath = 'https://localhost:10045';
4219
4219
  this.defaultHeaders = new HttpHeaders();
4220
4220
  this.configuration = new Configuration();
4221
4221
  if (basePath) {
@@ -4872,7 +4872,7 @@ var DashboardControllerService = /** @class */ (function () {
4872
4872
  var PixelControllerService = /** @class */ (function () {
4873
4873
  function PixelControllerService(httpClient, basePath, configuration) {
4874
4874
  this.httpClient = httpClient;
4875
- this.basePath = 'https://apiv2stage3.atomex.net';
4875
+ this.basePath = 'https://localhost:10045';
4876
4876
  this.defaultHeaders = new HttpHeaders();
4877
4877
  this.configuration = new Configuration();
4878
4878
  if (basePath) {
@@ -5201,7 +5201,7 @@ var PixelControllerService = /** @class */ (function () {
5201
5201
  var ReportingControllerService = /** @class */ (function () {
5202
5202
  function ReportingControllerService(httpClient, basePath, configuration) {
5203
5203
  this.httpClient = httpClient;
5204
- this.basePath = 'https://apiv2stage3.atomex.net';
5204
+ this.basePath = 'https://localhost:10045';
5205
5205
  this.defaultHeaders = new HttpHeaders();
5206
5206
  this.configuration = new Configuration();
5207
5207
  if (basePath) {
@@ -5385,7 +5385,7 @@ var ReportingControllerService = /** @class */ (function () {
5385
5385
  var SliceXControllerService = /** @class */ (function () {
5386
5386
  function SliceXControllerService(httpClient, basePath, configuration) {
5387
5387
  this.httpClient = httpClient;
5388
- this.basePath = 'https://apiv2stage3.atomex.net';
5388
+ this.basePath = 'https://localhost:10045';
5389
5389
  this.defaultHeaders = new HttpHeaders();
5390
5390
  this.configuration = new Configuration();
5391
5391
  if (basePath) {
@@ -5570,7 +5570,7 @@ var SliceXControllerService = /** @class */ (function () {
5570
5570
  var StrategyControllerService = /** @class */ (function () {
5571
5571
  function StrategyControllerService(httpClient, basePath, configuration) {
5572
5572
  this.httpClient = httpClient;
5573
- this.basePath = 'https://apiv2stage3.atomex.net';
5573
+ this.basePath = 'https://localhost:10045';
5574
5574
  this.defaultHeaders = new HttpHeaders();
5575
5575
  this.configuration = new Configuration();
5576
5576
  if (basePath) {
@@ -6058,7 +6058,7 @@ var StrategyControllerService = /** @class */ (function () {
6058
6058
  var UILoggerControllerService = /** @class */ (function () {
6059
6059
  function UILoggerControllerService(httpClient, basePath, configuration) {
6060
6060
  this.httpClient = httpClient;
6061
- this.basePath = 'https://apiv2stage3.atomex.net';
6061
+ this.basePath = 'https://localhost:10045';
6062
6062
  this.defaultHeaders = new HttpHeaders();
6063
6063
  this.configuration = new Configuration();
6064
6064
  if (basePath) {
@@ -6160,7 +6160,7 @@ var UILoggerControllerService = /** @class */ (function () {
6160
6160
  var UserPreferenceControllerService = /** @class */ (function () {
6161
6161
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6162
6162
  this.httpClient = httpClient;
6163
- this.basePath = 'https://apiv2stage3.atomex.net';
6163
+ this.basePath = 'https://localhost:10045';
6164
6164
  this.defaultHeaders = new HttpHeaders();
6165
6165
  this.configuration = new Configuration();
6166
6166
  if (basePath) {