@revxui/api-clients-ts 0.10.205 → 0.10.206

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 (101) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +1 -3
  3. package/bundles/revxui-api-clients-ts.umd.js +24 -222
  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/api.js +2 -4
  10. package/esm2015/api/appSettingsController.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 +2 -2
  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/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/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/api.module.js +1 -3
  32. package/esm2015/model/advertiser.js +1 -1
  33. package/esm2015/model/advertiserPojo.js +1 -1
  34. package/esm2015/model/bulkEditStrategiesDTO.js +1 -1
  35. package/esm2015/model/integerEditField.js +12 -0
  36. package/esm2015/model/models.js +1 -2
  37. package/esm2015/model/strategyDTO.js +1 -1
  38. package/esm5/api/adminController.service.js +2 -2
  39. package/esm5/api/advertiserController.service.js +2 -2
  40. package/esm5/api/api.js +2 -4
  41. package/esm5/api/appSettingsController.service.js +2 -2
  42. package/esm5/api/audienceController.service.js +2 -2
  43. package/esm5/api/auditController.service.js +2 -2
  44. package/esm5/api/bulkStrategyController.service.js +2 -2
  45. package/esm5/api/cSSThemeController_.service.js +2 -2
  46. package/esm5/api/campaignController.service.js +2 -2
  47. package/esm5/api/catalogController.service.js +2 -2
  48. package/esm5/api/clickDestinationController.service.js +2 -2
  49. package/esm5/api/creativeController.service.js +2 -2
  50. package/esm5/api/creativeSetsController.service.js +2 -2
  51. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  52. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  53. package/esm5/api/creativeTemplatesController.service.js +2 -2
  54. package/esm5/api/dashboardController.service.js +2 -2
  55. package/esm5/api/notificationsController.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/api.module.js +1 -3
  63. package/esm5/model/advertiser.js +1 -1
  64. package/esm5/model/advertiserPojo.js +1 -1
  65. package/esm5/model/bulkEditStrategiesDTO.js +1 -1
  66. package/esm5/model/integerEditField.js +12 -0
  67. package/esm5/model/models.js +1 -2
  68. package/esm5/model/strategyDTO.js +1 -1
  69. package/fesm2015/revxui-api-clients-ts.js +25 -204
  70. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  71. package/fesm5/revxui-api-clients-ts.js +25 -222
  72. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  73. package/model/advertiser.d.ts +2 -0
  74. package/model/advertiserPojo.d.ts +2 -0
  75. package/model/bulkEditStrategiesDTO.d.ts +2 -2
  76. package/model/creativeSetDashboardMetric.d.ts +10 -10
  77. package/model/creativeSetDetails.d.ts +10 -10
  78. package/model/creativeSetRequest.d.ts +10 -10
  79. package/model/creativeSetResponse.d.ts +10 -10
  80. package/model/{appsFlyerAudienceTokenDto.d.ts → integerEditField.d.ts} +3 -2
  81. package/model/models.d.ts +1 -5
  82. package/model/strategyDTO.d.ts +0 -2
  83. package/package.json +1 -1
  84. package/revxui-api-clients-ts.metadata.json +1 -1
  85. package/api/appsFlyerAudienceController.service.d.ts +0 -65
  86. package/esm2015/api/appsFlyerAudienceController.service.js +0 -158
  87. package/esm2015/model/appsFlyerAudienceCreateDto.js +0 -12
  88. package/esm2015/model/appsFlyerAudienceSyncDto.js +0 -12
  89. package/esm2015/model/appsFlyerAudienceTokenDto.js +0 -12
  90. package/esm2015/model/baseModelWithCreativeSetType.js +0 -27
  91. package/esm2015/model/creativeSetListEditField.js +0 -1
  92. package/esm5/api/appsFlyerAudienceController.service.js +0 -176
  93. package/esm5/model/appsFlyerAudienceCreateDto.js +0 -12
  94. package/esm5/model/appsFlyerAudienceSyncDto.js +0 -12
  95. package/esm5/model/appsFlyerAudienceTokenDto.js +0 -12
  96. package/esm5/model/baseModelWithCreativeSetType.js +0 -27
  97. package/esm5/model/creativeSetListEditField.js +0 -1
  98. package/model/appsFlyerAudienceCreateDto.d.ts +0 -16
  99. package/model/appsFlyerAudienceSyncDto.d.ts +0 -17
  100. package/model/baseModelWithCreativeSetType.d.ts +0 -31
  101. package/model/creativeSetListEditField.d.ts +0 -16
@@ -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://localhost:10045';
90
+ this.basePath = 'https://apiv2stage3.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://localhost:10045';
307
+ this.basePath = 'https://apiv2stage3.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://localhost:10045';
753
+ this.basePath = 'https://apiv2stage3.atomex.net';
754
754
  this.defaultHeaders = new HttpHeaders();
755
755
  this.configuration = new Configuration();
756
756
  if (basePath) {
@@ -906,175 +906,6 @@ var AppSettingsControllerService = /** @class */ (function () {
906
906
  return AppSettingsControllerService;
907
907
  }());
908
908
 
909
- /**
910
- * Api Documentation
911
- * Api Documentation
912
- *
913
- * OpenAPI spec version: 1.0
914
- *
915
- *
916
- * NOTE: This class is auto generated by the swagger code generator program.
917
- * https://github.com/swagger-api/swagger-codegen.git
918
- * Do not edit the class manually.
919
- */
920
- var AppsFlyerAudienceControllerService = /** @class */ (function () {
921
- function AppsFlyerAudienceControllerService(httpClient, basePath, configuration) {
922
- this.httpClient = httpClient;
923
- this.basePath = 'https://localhost:10045';
924
- this.defaultHeaders = new HttpHeaders();
925
- this.configuration = new Configuration();
926
- if (basePath) {
927
- this.basePath = basePath;
928
- }
929
- if (configuration) {
930
- this.configuration = configuration;
931
- this.basePath = basePath || configuration.basePath || this.basePath;
932
- }
933
- }
934
- /**
935
- * @param consumes string[] mime-types
936
- * @return true: consumes contains 'multipart/form-data', false: otherwise
937
- */
938
- AppsFlyerAudienceControllerService.prototype.canConsumeForm = function (consumes) {
939
- var e_1, _a;
940
- var form = 'multipart/form-data';
941
- try {
942
- for (var consumes_1 = __values(consumes), consumes_1_1 = consumes_1.next(); !consumes_1_1.done; consumes_1_1 = consumes_1.next()) {
943
- var consume = consumes_1_1.value;
944
- if (form === consume) {
945
- return true;
946
- }
947
- }
948
- }
949
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
950
- finally {
951
- try {
952
- if (consumes_1_1 && !consumes_1_1.done && (_a = consumes_1.return)) _a.call(consumes_1);
953
- }
954
- finally { if (e_1) throw e_1.error; }
955
- }
956
- return false;
957
- };
958
- AppsFlyerAudienceControllerService.prototype.createAppsFlyerAudienceUsingPOST = function (appsFlyerAudienceCreateDto, reqId, token, observe, reportProgress) {
959
- if (observe === void 0) { observe = 'body'; }
960
- if (reportProgress === void 0) { reportProgress = false; }
961
- if (appsFlyerAudienceCreateDto === null || appsFlyerAudienceCreateDto === undefined) {
962
- throw new Error('Required parameter appsFlyerAudienceCreateDto was null or undefined when calling createAppsFlyerAudienceUsingPOST.');
963
- }
964
- var headers = this.defaultHeaders;
965
- if (reqId !== undefined && reqId !== null) {
966
- headers = headers.set('reqId', String(reqId));
967
- }
968
- if (token !== undefined && token !== null) {
969
- headers = headers.set('token', String(token));
970
- }
971
- // to determine the Accept header
972
- var httpHeaderAccepts = [
973
- '*/*'
974
- ];
975
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
976
- if (httpHeaderAcceptSelected != undefined) {
977
- headers = headers.set('Accept', httpHeaderAcceptSelected);
978
- }
979
- // to determine the Content-Type header
980
- var consumes = [
981
- 'application/json'
982
- ];
983
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
984
- if (httpContentTypeSelected != undefined) {
985
- headers = headers.set('Content-Type', httpContentTypeSelected);
986
- }
987
- return this.httpClient.post(this.basePath + "/v2/api/container/create", appsFlyerAudienceCreateDto, {
988
- withCredentials: this.configuration.withCredentials,
989
- headers: headers,
990
- observe: observe,
991
- reportProgress: reportProgress
992
- });
993
- };
994
- AppsFlyerAudienceControllerService.prototype.syncAppsFlyerAudienceUsingPOST = function (appsFlyerAudienceSyncDto, reqId, token, observe, reportProgress) {
995
- if (observe === void 0) { observe = 'body'; }
996
- if (reportProgress === void 0) { reportProgress = false; }
997
- if (appsFlyerAudienceSyncDto === null || appsFlyerAudienceSyncDto === undefined) {
998
- throw new Error('Required parameter appsFlyerAudienceSyncDto was null or undefined when calling syncAppsFlyerAudienceUsingPOST.');
999
- }
1000
- var headers = this.defaultHeaders;
1001
- if (reqId !== undefined && reqId !== null) {
1002
- headers = headers.set('reqId', String(reqId));
1003
- }
1004
- if (token !== undefined && token !== null) {
1005
- headers = headers.set('token', String(token));
1006
- }
1007
- // to determine the Accept header
1008
- var httpHeaderAccepts = [
1009
- '*/*'
1010
- ];
1011
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1012
- if (httpHeaderAcceptSelected != undefined) {
1013
- headers = headers.set('Accept', httpHeaderAcceptSelected);
1014
- }
1015
- // to determine the Content-Type header
1016
- var consumes = [
1017
- 'application/json'
1018
- ];
1019
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1020
- if (httpContentTypeSelected != undefined) {
1021
- headers = headers.set('Content-Type', httpContentTypeSelected);
1022
- }
1023
- return this.httpClient.post(this.basePath + "/v2/api/container/sync", appsFlyerAudienceSyncDto, {
1024
- withCredentials: this.configuration.withCredentials,
1025
- headers: headers,
1026
- observe: observe,
1027
- reportProgress: reportProgress
1028
- });
1029
- };
1030
- AppsFlyerAudienceControllerService.prototype.validateTokenUsingPOST = function (appsFlyerAudienceTokenDto, reqId, token, observe, reportProgress) {
1031
- if (observe === void 0) { observe = 'body'; }
1032
- if (reportProgress === void 0) { reportProgress = false; }
1033
- if (appsFlyerAudienceTokenDto === null || appsFlyerAudienceTokenDto === undefined) {
1034
- throw new Error('Required parameter appsFlyerAudienceTokenDto was null or undefined when calling validateTokenUsingPOST.');
1035
- }
1036
- var headers = this.defaultHeaders;
1037
- if (reqId !== undefined && reqId !== null) {
1038
- headers = headers.set('reqId', String(reqId));
1039
- }
1040
- if (token !== undefined && token !== null) {
1041
- headers = headers.set('token', String(token));
1042
- }
1043
- // to determine the Accept header
1044
- var httpHeaderAccepts = [
1045
- '*/*'
1046
- ];
1047
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1048
- if (httpHeaderAcceptSelected != undefined) {
1049
- headers = headers.set('Accept', httpHeaderAcceptSelected);
1050
- }
1051
- // to determine the Content-Type header
1052
- var consumes = [
1053
- 'application/json'
1054
- ];
1055
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1056
- if (httpContentTypeSelected != undefined) {
1057
- headers = headers.set('Content-Type', httpContentTypeSelected);
1058
- }
1059
- return this.httpClient.post(this.basePath + "/v2/api/key/validate", appsFlyerAudienceTokenDto, {
1060
- withCredentials: this.configuration.withCredentials,
1061
- headers: headers,
1062
- observe: observe,
1063
- reportProgress: reportProgress
1064
- });
1065
- };
1066
- AppsFlyerAudienceControllerService.ctorParameters = function () { return [
1067
- { type: HttpClient },
1068
- { type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
1069
- { type: Configuration, decorators: [{ type: Optional }] }
1070
- ]; };
1071
- AppsFlyerAudienceControllerService = __decorate([
1072
- Injectable(),
1073
- __param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
1074
- ], AppsFlyerAudienceControllerService);
1075
- return AppsFlyerAudienceControllerService;
1076
- }());
1077
-
1078
909
  /**
1079
910
  * Api Documentation
1080
911
  * Api Documentation
@@ -1089,7 +920,7 @@ var AppsFlyerAudienceControllerService = /** @class */ (function () {
1089
920
  var AudienceControllerService = /** @class */ (function () {
1090
921
  function AudienceControllerService(httpClient, basePath, configuration) {
1091
922
  this.httpClient = httpClient;
1092
- this.basePath = 'https://localhost:10045';
923
+ this.basePath = 'https://apiv2stage3.atomex.net';
1093
924
  this.defaultHeaders = new HttpHeaders();
1094
925
  this.configuration = new Configuration();
1095
926
  if (basePath) {
@@ -1741,7 +1572,7 @@ var AudienceControllerService = /** @class */ (function () {
1741
1572
  var AuditControllerService = /** @class */ (function () {
1742
1573
  function AuditControllerService(httpClient, basePath, configuration) {
1743
1574
  this.httpClient = httpClient;
1744
- this.basePath = 'https://localhost:10045';
1575
+ this.basePath = 'https://apiv2stage3.atomex.net';
1745
1576
  this.defaultHeaders = new HttpHeaders();
1746
1577
  this.configuration = new Configuration();
1747
1578
  if (basePath) {
@@ -1940,7 +1771,7 @@ var AuditControllerService = /** @class */ (function () {
1940
1771
  var BulkStrategyControllerService = /** @class */ (function () {
1941
1772
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1942
1773
  this.httpClient = httpClient;
1943
- this.basePath = 'https://localhost:10045';
1774
+ this.basePath = 'https://apiv2stage3.atomex.net';
1944
1775
  this.defaultHeaders = new HttpHeaders();
1945
1776
  this.configuration = new Configuration();
1946
1777
  if (basePath) {
@@ -2183,7 +2014,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2183
2014
  var CSSThemeController_Service = /** @class */ (function () {
2184
2015
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2185
2016
  this.httpClient = httpClient;
2186
- this.basePath = 'https://localhost:10045';
2017
+ this.basePath = 'https://apiv2stage3.atomex.net';
2187
2018
  this.defaultHeaders = new HttpHeaders();
2188
2019
  this.configuration = new Configuration();
2189
2020
  if (basePath) {
@@ -2304,7 +2135,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2304
2135
  var CampaignControllerService = /** @class */ (function () {
2305
2136
  function CampaignControllerService(httpClient, basePath, configuration) {
2306
2137
  this.httpClient = httpClient;
2307
- this.basePath = 'https://localhost:10045';
2138
+ this.basePath = 'https://apiv2stage3.atomex.net';
2308
2139
  this.defaultHeaders = new HttpHeaders();
2309
2140
  this.configuration = new Configuration();
2310
2141
  if (basePath) {
@@ -2590,7 +2421,7 @@ var CampaignControllerService = /** @class */ (function () {
2590
2421
  var CatalogControllerService = /** @class */ (function () {
2591
2422
  function CatalogControllerService(httpClient, basePath, configuration) {
2592
2423
  this.httpClient = httpClient;
2593
- this.basePath = 'https://localhost:10045';
2424
+ this.basePath = 'https://apiv2stage3.atomex.net';
2594
2425
  this.defaultHeaders = new HttpHeaders();
2595
2426
  this.configuration = new Configuration();
2596
2427
  if (basePath) {
@@ -2813,7 +2644,7 @@ var CatalogControllerService = /** @class */ (function () {
2813
2644
  var ClickDestinationControllerService = /** @class */ (function () {
2814
2645
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2815
2646
  this.httpClient = httpClient;
2816
- this.basePath = 'https://localhost:10045';
2647
+ this.basePath = 'https://apiv2stage3.atomex.net';
2817
2648
  this.defaultHeaders = new HttpHeaders();
2818
2649
  this.configuration = new Configuration();
2819
2650
  if (basePath) {
@@ -3063,7 +2894,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
3063
2894
  var CreativeControllerService = /** @class */ (function () {
3064
2895
  function CreativeControllerService(httpClient, basePath, configuration) {
3065
2896
  this.httpClient = httpClient;
3066
- this.basePath = 'https://localhost:10045';
2897
+ this.basePath = 'https://apiv2stage3.atomex.net';
3067
2898
  this.defaultHeaders = new HttpHeaders();
3068
2899
  this.configuration = new Configuration();
3069
2900
  if (basePath) {
@@ -3540,7 +3371,7 @@ var CreativeControllerService = /** @class */ (function () {
3540
3371
  var CreativeSetsControllerService = /** @class */ (function () {
3541
3372
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3542
3373
  this.httpClient = httpClient;
3543
- this.basePath = 'https://localhost:10045';
3374
+ this.basePath = 'https://apiv2stage3.atomex.net';
3544
3375
  this.defaultHeaders = new HttpHeaders();
3545
3376
  this.configuration = new Configuration();
3546
3377
  if (basePath) {
@@ -3875,7 +3706,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3875
3706
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3876
3707
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3877
3708
  this.httpClient = httpClient;
3878
- this.basePath = 'https://localhost:10045';
3709
+ this.basePath = 'https://apiv2stage3.atomex.net';
3879
3710
  this.defaultHeaders = new HttpHeaders();
3880
3711
  this.configuration = new Configuration();
3881
3712
  if (basePath) {
@@ -4076,7 +3907,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
4076
3907
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4077
3908
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4078
3909
  this.httpClient = httpClient;
4079
- this.basePath = 'https://localhost:10045';
3910
+ this.basePath = 'https://apiv2stage3.atomex.net';
4080
3911
  this.defaultHeaders = new HttpHeaders();
4081
3912
  this.configuration = new Configuration();
4082
3913
  if (basePath) {
@@ -4164,7 +3995,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4164
3995
  var CreativeTemplatesControllerService = /** @class */ (function () {
4165
3996
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4166
3997
  this.httpClient = httpClient;
4167
- this.basePath = 'https://localhost:10045';
3998
+ this.basePath = 'https://apiv2stage3.atomex.net';
4168
3999
  this.defaultHeaders = new HttpHeaders();
4169
4000
  this.configuration = new Configuration();
4170
4001
  if (basePath) {
@@ -4343,7 +4174,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4343
4174
  var DashboardControllerService = /** @class */ (function () {
4344
4175
  function DashboardControllerService(httpClient, basePath, configuration) {
4345
4176
  this.httpClient = httpClient;
4346
- this.basePath = 'https://localhost:10045';
4177
+ this.basePath = 'https://apiv2stage3.atomex.net';
4347
4178
  this.defaultHeaders = new HttpHeaders();
4348
4179
  this.configuration = new Configuration();
4349
4180
  if (basePath) {
@@ -5000,7 +4831,7 @@ var DashboardControllerService = /** @class */ (function () {
5000
4831
  var NotificationsControllerService = /** @class */ (function () {
5001
4832
  function NotificationsControllerService(httpClient, basePath, configuration) {
5002
4833
  this.httpClient = httpClient;
5003
- this.basePath = 'https://localhost:10045';
4834
+ this.basePath = 'https://apiv2stage3.atomex.net';
5004
4835
  this.defaultHeaders = new HttpHeaders();
5005
4836
  this.configuration = new Configuration();
5006
4837
  if (basePath) {
@@ -5199,7 +5030,7 @@ var NotificationsControllerService = /** @class */ (function () {
5199
5030
  var PixelControllerService = /** @class */ (function () {
5200
5031
  function PixelControllerService(httpClient, basePath, configuration) {
5201
5032
  this.httpClient = httpClient;
5202
- this.basePath = 'https://localhost:10045';
5033
+ this.basePath = 'https://apiv2stage3.atomex.net';
5203
5034
  this.defaultHeaders = new HttpHeaders();
5204
5035
  this.configuration = new Configuration();
5205
5036
  if (basePath) {
@@ -5528,7 +5359,7 @@ var PixelControllerService = /** @class */ (function () {
5528
5359
  var ReportingControllerService = /** @class */ (function () {
5529
5360
  function ReportingControllerService(httpClient, basePath, configuration) {
5530
5361
  this.httpClient = httpClient;
5531
- this.basePath = 'https://localhost:10045';
5362
+ this.basePath = 'https://apiv2stage3.atomex.net';
5532
5363
  this.defaultHeaders = new HttpHeaders();
5533
5364
  this.configuration = new Configuration();
5534
5365
  if (basePath) {
@@ -5712,7 +5543,7 @@ var ReportingControllerService = /** @class */ (function () {
5712
5543
  var SliceXControllerService = /** @class */ (function () {
5713
5544
  function SliceXControllerService(httpClient, basePath, configuration) {
5714
5545
  this.httpClient = httpClient;
5715
- this.basePath = 'https://localhost:10045';
5546
+ this.basePath = 'https://apiv2stage3.atomex.net';
5716
5547
  this.defaultHeaders = new HttpHeaders();
5717
5548
  this.configuration = new Configuration();
5718
5549
  if (basePath) {
@@ -5897,7 +5728,7 @@ var SliceXControllerService = /** @class */ (function () {
5897
5728
  var StrategyControllerService = /** @class */ (function () {
5898
5729
  function StrategyControllerService(httpClient, basePath, configuration) {
5899
5730
  this.httpClient = httpClient;
5900
- this.basePath = 'https://localhost:10045';
5731
+ this.basePath = 'https://apiv2stage3.atomex.net';
5901
5732
  this.defaultHeaders = new HttpHeaders();
5902
5733
  this.configuration = new Configuration();
5903
5734
  if (basePath) {
@@ -6385,7 +6216,7 @@ var StrategyControllerService = /** @class */ (function () {
6385
6216
  var UILoggerControllerService = /** @class */ (function () {
6386
6217
  function UILoggerControllerService(httpClient, basePath, configuration) {
6387
6218
  this.httpClient = httpClient;
6388
- this.basePath = 'https://localhost:10045';
6219
+ this.basePath = 'https://apiv2stage3.atomex.net';
6389
6220
  this.defaultHeaders = new HttpHeaders();
6390
6221
  this.configuration = new Configuration();
6391
6222
  if (basePath) {
@@ -6487,7 +6318,7 @@ var UILoggerControllerService = /** @class */ (function () {
6487
6318
  var UserPreferenceControllerService = /** @class */ (function () {
6488
6319
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6489
6320
  this.httpClient = httpClient;
6490
- this.basePath = 'https://localhost:10045';
6321
+ this.basePath = 'https://apiv2stage3.atomex.net';
6491
6322
  this.defaultHeaders = new HttpHeaders();
6492
6323
  this.configuration = new Configuration();
6493
6324
  if (basePath) {
@@ -6663,7 +6494,7 @@ var UserPreferenceControllerService = /** @class */ (function () {
6663
6494
  return UserPreferenceControllerService;
6664
6495
  }());
6665
6496
 
6666
- var APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AppsFlyerAudienceControllerService, AudienceControllerService, AuditControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, NotificationsControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, UILoggerControllerService, UserPreferenceControllerService];
6497
+ var APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AudienceControllerService, AuditControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, NotificationsControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, UILoggerControllerService, UserPreferenceControllerService];
6667
6498
 
6668
6499
  var ActivityLogsStrategyBulkUpdateDTO;
6669
6500
  (function (ActivityLogsStrategyBulkUpdateDTO) {
@@ -6782,33 +6613,6 @@ var AudienceESDTO;
6782
6613
  };
6783
6614
  })(AudienceESDTO || (AudienceESDTO = {}));
6784
6615
 
6785
- /**
6786
- * Api Documentation
6787
- * Api Documentation
6788
- *
6789
- * OpenAPI spec version: 1.0
6790
- *
6791
- *
6792
- * NOTE: This class is auto generated by the swagger code generator program.
6793
- * https://github.com/swagger-api/swagger-codegen.git
6794
- * Do not edit the class manually.
6795
- */
6796
- var BaseModelWithCreativeSetType;
6797
- (function (BaseModelWithCreativeSetType) {
6798
- BaseModelWithCreativeSetType.CreativeSetTypeEnum = {
6799
- IMAGE: 'IMAGE',
6800
- VIDEO: 'VIDEO',
6801
- THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
6802
- ZIPPEDHTML: 'ZIPPED_HTML',
6803
- NATIVEIMAGE: 'NATIVE_IMAGE',
6804
- NATIVEVIDEO: 'NATIVE_VIDEO',
6805
- DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6806
- DYNAMICMACRO: 'DYNAMIC_MACRO',
6807
- DYNAMICHTML: 'DYNAMIC_HTML',
6808
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6809
- };
6810
- })(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
6811
-
6812
6616
  var ClickDestination;
6813
6617
  (function (ClickDestination) {
6814
6618
  ClickDestination.CampaignTypeEnum = {
@@ -7497,7 +7301,6 @@ var ApiModule = /** @class */ (function () {
7497
7301
  AdminControllerService,
7498
7302
  AdvertiserControllerService,
7499
7303
  AppSettingsControllerService,
7500
- AppsFlyerAudienceControllerService,
7501
7304
  AudienceControllerService,
7502
7305
  AuditControllerService,
7503
7306
  BulkStrategyControllerService,
@@ -7530,5 +7333,5 @@ var ApiModule = /** @class */ (function () {
7530
7333
  * Generated bundle index. Do not edit.
7531
7334
  */
7532
7335
 
7533
- export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerAudienceControllerService, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7336
+ export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AuditControllerService, BASE_PATH, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7534
7337
  //# sourceMappingURL=revxui-api-clients-ts.js.map