@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
@@ -83,7 +83,7 @@ class Configuration {
83
83
  let AdminControllerService = class AdminControllerService {
84
84
  constructor(httpClient, basePath, configuration) {
85
85
  this.httpClient = httpClient;
86
- this.basePath = 'https://localhost:10045';
86
+ this.basePath = 'https://apiv2stage3.atomex.net';
87
87
  this.defaultHeaders = new HttpHeaders();
88
88
  this.configuration = new Configuration();
89
89
  if (basePath) {
@@ -273,7 +273,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
273
273
  let AdvertiserControllerService = class AdvertiserControllerService {
274
274
  constructor(httpClient, basePath, configuration) {
275
275
  this.httpClient = httpClient;
276
- this.basePath = 'https://localhost:10045';
276
+ this.basePath = 'https://apiv2stage3.atomex.net';
277
277
  this.defaultHeaders = new HttpHeaders();
278
278
  this.configuration = new Configuration();
279
279
  if (basePath) {
@@ -685,7 +685,7 @@ AdvertiserControllerService = __decorate([
685
685
  let AppSettingsControllerService = class AppSettingsControllerService {
686
686
  constructor(httpClient, basePath, configuration) {
687
687
  this.httpClient = httpClient;
688
- this.basePath = 'https://localhost:10045';
688
+ this.basePath = 'https://apiv2stage3.atomex.net';
689
689
  this.defaultHeaders = new HttpHeaders();
690
690
  this.configuration = new Configuration();
691
691
  if (basePath) {
@@ -823,157 +823,6 @@ AppSettingsControllerService = __decorate([
823
823
  __param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
824
824
  ], AppSettingsControllerService);
825
825
 
826
- /**
827
- * Api Documentation
828
- * Api Documentation
829
- *
830
- * OpenAPI spec version: 1.0
831
- *
832
- *
833
- * NOTE: This class is auto generated by the swagger code generator program.
834
- * https://github.com/swagger-api/swagger-codegen.git
835
- * Do not edit the class manually.
836
- */
837
- let AppsFlyerAudienceControllerService = class AppsFlyerAudienceControllerService {
838
- constructor(httpClient, basePath, configuration) {
839
- this.httpClient = httpClient;
840
- this.basePath = 'https://localhost:10045';
841
- this.defaultHeaders = new HttpHeaders();
842
- this.configuration = new Configuration();
843
- if (basePath) {
844
- this.basePath = basePath;
845
- }
846
- if (configuration) {
847
- this.configuration = configuration;
848
- this.basePath = basePath || configuration.basePath || this.basePath;
849
- }
850
- }
851
- /**
852
- * @param consumes string[] mime-types
853
- * @return true: consumes contains 'multipart/form-data', false: otherwise
854
- */
855
- canConsumeForm(consumes) {
856
- const form = 'multipart/form-data';
857
- for (const consume of consumes) {
858
- if (form === consume) {
859
- return true;
860
- }
861
- }
862
- return false;
863
- }
864
- createAppsFlyerAudienceUsingPOST(appsFlyerAudienceCreateDto, reqId, token, observe = 'body', reportProgress = false) {
865
- if (appsFlyerAudienceCreateDto === null || appsFlyerAudienceCreateDto === undefined) {
866
- throw new Error('Required parameter appsFlyerAudienceCreateDto was null or undefined when calling createAppsFlyerAudienceUsingPOST.');
867
- }
868
- let headers = this.defaultHeaders;
869
- if (reqId !== undefined && reqId !== null) {
870
- headers = headers.set('reqId', String(reqId));
871
- }
872
- if (token !== undefined && token !== null) {
873
- headers = headers.set('token', String(token));
874
- }
875
- // to determine the Accept header
876
- let httpHeaderAccepts = [
877
- '*/*'
878
- ];
879
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
880
- if (httpHeaderAcceptSelected != undefined) {
881
- headers = headers.set('Accept', httpHeaderAcceptSelected);
882
- }
883
- // to determine the Content-Type header
884
- const consumes = [
885
- 'application/json'
886
- ];
887
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
888
- if (httpContentTypeSelected != undefined) {
889
- headers = headers.set('Content-Type', httpContentTypeSelected);
890
- }
891
- return this.httpClient.post(`${this.basePath}/v2/api/container/create`, appsFlyerAudienceCreateDto, {
892
- withCredentials: this.configuration.withCredentials,
893
- headers: headers,
894
- observe: observe,
895
- reportProgress: reportProgress
896
- });
897
- }
898
- syncAppsFlyerAudienceUsingPOST(appsFlyerAudienceSyncDto, reqId, token, observe = 'body', reportProgress = false) {
899
- if (appsFlyerAudienceSyncDto === null || appsFlyerAudienceSyncDto === undefined) {
900
- throw new Error('Required parameter appsFlyerAudienceSyncDto was null or undefined when calling syncAppsFlyerAudienceUsingPOST.');
901
- }
902
- let headers = this.defaultHeaders;
903
- if (reqId !== undefined && reqId !== null) {
904
- headers = headers.set('reqId', String(reqId));
905
- }
906
- if (token !== undefined && token !== null) {
907
- headers = headers.set('token', String(token));
908
- }
909
- // to determine the Accept header
910
- let httpHeaderAccepts = [
911
- '*/*'
912
- ];
913
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
914
- if (httpHeaderAcceptSelected != undefined) {
915
- headers = headers.set('Accept', httpHeaderAcceptSelected);
916
- }
917
- // to determine the Content-Type header
918
- const consumes = [
919
- 'application/json'
920
- ];
921
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
922
- if (httpContentTypeSelected != undefined) {
923
- headers = headers.set('Content-Type', httpContentTypeSelected);
924
- }
925
- return this.httpClient.post(`${this.basePath}/v2/api/container/sync`, appsFlyerAudienceSyncDto, {
926
- withCredentials: this.configuration.withCredentials,
927
- headers: headers,
928
- observe: observe,
929
- reportProgress: reportProgress
930
- });
931
- }
932
- validateTokenUsingPOST(appsFlyerAudienceTokenDto, reqId, token, observe = 'body', reportProgress = false) {
933
- if (appsFlyerAudienceTokenDto === null || appsFlyerAudienceTokenDto === undefined) {
934
- throw new Error('Required parameter appsFlyerAudienceTokenDto was null or undefined when calling validateTokenUsingPOST.');
935
- }
936
- let headers = this.defaultHeaders;
937
- if (reqId !== undefined && reqId !== null) {
938
- headers = headers.set('reqId', String(reqId));
939
- }
940
- if (token !== undefined && token !== null) {
941
- headers = headers.set('token', String(token));
942
- }
943
- // to determine the Accept header
944
- let httpHeaderAccepts = [
945
- '*/*'
946
- ];
947
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
948
- if (httpHeaderAcceptSelected != undefined) {
949
- headers = headers.set('Accept', httpHeaderAcceptSelected);
950
- }
951
- // to determine the Content-Type header
952
- const consumes = [
953
- 'application/json'
954
- ];
955
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
956
- if (httpContentTypeSelected != undefined) {
957
- headers = headers.set('Content-Type', httpContentTypeSelected);
958
- }
959
- return this.httpClient.post(`${this.basePath}/v2/api/key/validate`, appsFlyerAudienceTokenDto, {
960
- withCredentials: this.configuration.withCredentials,
961
- headers: headers,
962
- observe: observe,
963
- reportProgress: reportProgress
964
- });
965
- }
966
- };
967
- AppsFlyerAudienceControllerService.ctorParameters = () => [
968
- { type: HttpClient },
969
- { type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
970
- { type: Configuration, decorators: [{ type: Optional }] }
971
- ];
972
- AppsFlyerAudienceControllerService = __decorate([
973
- Injectable(),
974
- __param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
975
- ], AppsFlyerAudienceControllerService);
976
-
977
826
  /**
978
827
  * Api Documentation
979
828
  * Api Documentation
@@ -988,7 +837,7 @@ AppsFlyerAudienceControllerService = __decorate([
988
837
  let AudienceControllerService = class AudienceControllerService {
989
838
  constructor(httpClient, basePath, configuration) {
990
839
  this.httpClient = httpClient;
991
- this.basePath = 'https://localhost:10045';
840
+ this.basePath = 'https://apiv2stage3.atomex.net';
992
841
  this.defaultHeaders = new HttpHeaders();
993
842
  this.configuration = new Configuration();
994
843
  if (basePath) {
@@ -1596,7 +1445,7 @@ AudienceControllerService = __decorate([
1596
1445
  let AuditControllerService = class AuditControllerService {
1597
1446
  constructor(httpClient, basePath, configuration) {
1598
1447
  this.httpClient = httpClient;
1599
- this.basePath = 'https://localhost:10045';
1448
+ this.basePath = 'https://apiv2stage3.atomex.net';
1600
1449
  this.defaultHeaders = new HttpHeaders();
1601
1450
  this.configuration = new Configuration();
1602
1451
  if (basePath) {
@@ -1777,7 +1626,7 @@ AuditControllerService = __decorate([
1777
1626
  let BulkStrategyControllerService = class BulkStrategyControllerService {
1778
1627
  constructor(httpClient, basePath, configuration) {
1779
1628
  this.httpClient = httpClient;
1780
- this.basePath = 'https://localhost:10045';
1629
+ this.basePath = 'https://apiv2stage3.atomex.net';
1781
1630
  this.defaultHeaders = new HttpHeaders();
1782
1631
  this.configuration = new Configuration();
1783
1632
  if (basePath) {
@@ -1998,7 +1847,7 @@ BulkStrategyControllerService = __decorate([
1998
1847
  let CSSThemeController_Service = class CSSThemeController_Service {
1999
1848
  constructor(httpClient, basePath, configuration) {
2000
1849
  this.httpClient = httpClient;
2001
- this.basePath = 'https://localhost:10045';
1850
+ this.basePath = 'https://apiv2stage3.atomex.net';
2002
1851
  this.defaultHeaders = new HttpHeaders();
2003
1852
  this.configuration = new Configuration();
2004
1853
  if (basePath) {
@@ -2103,7 +1952,7 @@ CSSThemeController_Service = __decorate([
2103
1952
  let CampaignControllerService = class CampaignControllerService {
2104
1953
  constructor(httpClient, basePath, configuration) {
2105
1954
  this.httpClient = httpClient;
2106
- this.basePath = 'https://localhost:10045';
1955
+ this.basePath = 'https://apiv2stage3.atomex.net';
2107
1956
  this.defaultHeaders = new HttpHeaders();
2108
1957
  this.configuration = new Configuration();
2109
1958
  if (basePath) {
@@ -2365,7 +2214,7 @@ CampaignControllerService = __decorate([
2365
2214
  let CatalogControllerService = class CatalogControllerService {
2366
2215
  constructor(httpClient, basePath, configuration) {
2367
2216
  this.httpClient = httpClient;
2368
- this.basePath = 'https://localhost:10045';
2217
+ this.basePath = 'https://apiv2stage3.atomex.net';
2369
2218
  this.defaultHeaders = new HttpHeaders();
2370
2219
  this.configuration = new Configuration();
2371
2220
  if (basePath) {
@@ -2568,7 +2417,7 @@ CatalogControllerService = __decorate([
2568
2417
  let ClickDestinationControllerService = class ClickDestinationControllerService {
2569
2418
  constructor(httpClient, basePath, configuration) {
2570
2419
  this.httpClient = httpClient;
2571
- this.basePath = 'https://localhost:10045';
2420
+ this.basePath = 'https://apiv2stage3.atomex.net';
2572
2421
  this.defaultHeaders = new HttpHeaders();
2573
2422
  this.configuration = new Configuration();
2574
2423
  if (basePath) {
@@ -2796,7 +2645,7 @@ ClickDestinationControllerService = __decorate([
2796
2645
  let CreativeControllerService = class CreativeControllerService {
2797
2646
  constructor(httpClient, basePath, configuration) {
2798
2647
  this.httpClient = httpClient;
2799
- this.basePath = 'https://localhost:10045';
2648
+ this.basePath = 'https://apiv2stage3.atomex.net';
2800
2649
  this.defaultHeaders = new HttpHeaders();
2801
2650
  this.configuration = new Configuration();
2802
2651
  if (basePath) {
@@ -3239,7 +3088,7 @@ CreativeControllerService = __decorate([
3239
3088
  let CreativeSetsControllerService = class CreativeSetsControllerService {
3240
3089
  constructor(httpClient, basePath, configuration) {
3241
3090
  this.httpClient = httpClient;
3242
- this.basePath = 'https://localhost:10045';
3091
+ this.basePath = 'https://apiv2stage3.atomex.net';
3243
3092
  this.defaultHeaders = new HttpHeaders();
3244
3093
  this.configuration = new Configuration();
3245
3094
  if (basePath) {
@@ -3548,7 +3397,7 @@ CreativeSetsControllerService = __decorate([
3548
3397
  let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
3549
3398
  constructor(httpClient, basePath, configuration) {
3550
3399
  this.httpClient = httpClient;
3551
- this.basePath = 'https://localhost:10045';
3400
+ this.basePath = 'https://apiv2stage3.atomex.net';
3552
3401
  this.defaultHeaders = new HttpHeaders();
3553
3402
  this.configuration = new Configuration();
3554
3403
  if (basePath) {
@@ -3729,7 +3578,7 @@ CreativeTemplateThemesControllerService = __decorate([
3729
3578
  let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
3730
3579
  constructor(httpClient, basePath, configuration) {
3731
3580
  this.httpClient = httpClient;
3732
- this.basePath = 'https://localhost:10045';
3581
+ this.basePath = 'https://apiv2stage3.atomex.net';
3733
3582
  this.defaultHeaders = new HttpHeaders();
3734
3583
  this.configuration = new Configuration();
3735
3584
  if (basePath) {
@@ -3803,7 +3652,7 @@ CreativeTemplateVariablesControllerService = __decorate([
3803
3652
  let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
3804
3653
  constructor(httpClient, basePath, configuration) {
3805
3654
  this.httpClient = httpClient;
3806
- this.basePath = 'https://localhost:10045';
3655
+ this.basePath = 'https://apiv2stage3.atomex.net';
3807
3656
  this.defaultHeaders = new HttpHeaders();
3808
3657
  this.configuration = new Configuration();
3809
3658
  if (basePath) {
@@ -3964,7 +3813,7 @@ CreativeTemplatesControllerService = __decorate([
3964
3813
  let DashboardControllerService = class DashboardControllerService {
3965
3814
  constructor(httpClient, basePath, configuration) {
3966
3815
  this.httpClient = httpClient;
3967
- this.basePath = 'https://localhost:10045';
3816
+ this.basePath = 'https://apiv2stage3.atomex.net';
3968
3817
  this.defaultHeaders = new HttpHeaders();
3969
3818
  this.configuration = new Configuration();
3970
3819
  if (basePath) {
@@ -4579,7 +4428,7 @@ DashboardControllerService = __decorate([
4579
4428
  let NotificationsControllerService = class NotificationsControllerService {
4580
4429
  constructor(httpClient, basePath, configuration) {
4581
4430
  this.httpClient = httpClient;
4582
- this.basePath = 'https://localhost:10045';
4431
+ this.basePath = 'https://apiv2stage3.atomex.net';
4583
4432
  this.defaultHeaders = new HttpHeaders();
4584
4433
  this.configuration = new Configuration();
4585
4434
  if (basePath) {
@@ -4758,7 +4607,7 @@ NotificationsControllerService = __decorate([
4758
4607
  let PixelControllerService = class PixelControllerService {
4759
4608
  constructor(httpClient, basePath, configuration) {
4760
4609
  this.httpClient = httpClient;
4761
- this.basePath = 'https://localhost:10045';
4610
+ this.basePath = 'https://apiv2stage3.atomex.net';
4762
4611
  this.defaultHeaders = new HttpHeaders();
4763
4612
  this.configuration = new Configuration();
4764
4613
  if (basePath) {
@@ -5061,7 +4910,7 @@ PixelControllerService = __decorate([
5061
4910
  let ReportingControllerService = class ReportingControllerService {
5062
4911
  constructor(httpClient, basePath, configuration) {
5063
4912
  this.httpClient = httpClient;
5064
- this.basePath = 'https://localhost:10045';
4913
+ this.basePath = 'https://apiv2stage3.atomex.net';
5065
4914
  this.defaultHeaders = new HttpHeaders();
5066
4915
  this.configuration = new Configuration();
5067
4916
  if (basePath) {
@@ -5227,7 +5076,7 @@ ReportingControllerService = __decorate([
5227
5076
  let SliceXControllerService = class SliceXControllerService {
5228
5077
  constructor(httpClient, basePath, configuration) {
5229
5078
  this.httpClient = httpClient;
5230
- this.basePath = 'https://localhost:10045';
5079
+ this.basePath = 'https://apiv2stage3.atomex.net';
5231
5080
  this.defaultHeaders = new HttpHeaders();
5232
5081
  this.configuration = new Configuration();
5233
5082
  if (basePath) {
@@ -5394,7 +5243,7 @@ SliceXControllerService = __decorate([
5394
5243
  let StrategyControllerService = class StrategyControllerService {
5395
5244
  constructor(httpClient, basePath, configuration) {
5396
5245
  this.httpClient = httpClient;
5397
- this.basePath = 'https://localhost:10045';
5246
+ this.basePath = 'https://apiv2stage3.atomex.net';
5398
5247
  this.defaultHeaders = new HttpHeaders();
5399
5248
  this.configuration = new Configuration();
5400
5249
  if (basePath) {
@@ -5846,7 +5695,7 @@ StrategyControllerService = __decorate([
5846
5695
  let UILoggerControllerService = class UILoggerControllerService {
5847
5696
  constructor(httpClient, basePath, configuration) {
5848
5697
  this.httpClient = httpClient;
5849
- this.basePath = 'https://localhost:10045';
5698
+ this.basePath = 'https://apiv2stage3.atomex.net';
5850
5699
  this.defaultHeaders = new HttpHeaders();
5851
5700
  this.configuration = new Configuration();
5852
5701
  if (basePath) {
@@ -5934,7 +5783,7 @@ UILoggerControllerService = __decorate([
5934
5783
  let UserPreferenceControllerService = class UserPreferenceControllerService {
5935
5784
  constructor(httpClient, basePath, configuration) {
5936
5785
  this.httpClient = httpClient;
5937
- this.basePath = 'https://localhost:10045';
5786
+ this.basePath = 'https://apiv2stage3.atomex.net';
5938
5787
  this.defaultHeaders = new HttpHeaders();
5939
5788
  this.configuration = new Configuration();
5940
5789
  if (basePath) {
@@ -6090,7 +5939,7 @@ UserPreferenceControllerService = __decorate([
6090
5939
  __param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
6091
5940
  ], UserPreferenceControllerService);
6092
5941
 
6093
- const 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];
5942
+ const 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];
6094
5943
 
6095
5944
  var ActivityLogsStrategyBulkUpdateDTO;
6096
5945
  (function (ActivityLogsStrategyBulkUpdateDTO) {
@@ -6209,33 +6058,6 @@ var AudienceESDTO;
6209
6058
  };
6210
6059
  })(AudienceESDTO || (AudienceESDTO = {}));
6211
6060
 
6212
- /**
6213
- * Api Documentation
6214
- * Api Documentation
6215
- *
6216
- * OpenAPI spec version: 1.0
6217
- *
6218
- *
6219
- * NOTE: This class is auto generated by the swagger code generator program.
6220
- * https://github.com/swagger-api/swagger-codegen.git
6221
- * Do not edit the class manually.
6222
- */
6223
- var BaseModelWithCreativeSetType;
6224
- (function (BaseModelWithCreativeSetType) {
6225
- BaseModelWithCreativeSetType.CreativeSetTypeEnum = {
6226
- IMAGE: 'IMAGE',
6227
- VIDEO: 'VIDEO',
6228
- THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
6229
- ZIPPEDHTML: 'ZIPPED_HTML',
6230
- NATIVEIMAGE: 'NATIVE_IMAGE',
6231
- NATIVEVIDEO: 'NATIVE_VIDEO',
6232
- DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6233
- DYNAMICMACRO: 'DYNAMIC_MACRO',
6234
- DYNAMICHTML: 'DYNAMIC_HTML',
6235
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6236
- };
6237
- })(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
6238
-
6239
6061
  var ClickDestination;
6240
6062
  (function (ClickDestination) {
6241
6063
  ClickDestination.CampaignTypeEnum = {
@@ -6924,7 +6746,6 @@ ApiModule = ApiModule_1 = __decorate([
6924
6746
  AdminControllerService,
6925
6747
  AdvertiserControllerService,
6926
6748
  AppSettingsControllerService,
6927
- AppsFlyerAudienceControllerService,
6928
6749
  AudienceControllerService,
6929
6750
  AuditControllerService,
6930
6751
  BulkStrategyControllerService,
@@ -6955,5 +6776,5 @@ ApiModule = ApiModule_1 = __decorate([
6955
6776
  * Generated bundle index. Do not edit.
6956
6777
  */
6957
6778
 
6958
- 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 };
6779
+ 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 };
6959
6780
  //# sourceMappingURL=revxui-api-clients-ts.js.map