@revxui/api-clients-ts 0.10.310 → 0.10.311

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 (115) hide show
  1. package/README.md +2 -2
  2. package/api/appSettingsController.service.d.ts +0 -39
  3. package/api/creativeSetsController.service.d.ts +15 -0
  4. package/bundles/revxui-api-clients-ts.umd.js +90 -163
  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 -91
  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 +44 -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/model/advertiserLayoutVariables.js +1 -1
  32. package/esm2015/model/baseModelWithCreativeSetType.js +4 -2
  33. package/esm2015/model/creativeDTO.js +1 -1
  34. package/esm2015/model/creativeHtmlFileForSet.js +6 -12
  35. package/esm2015/model/creativePerformanceData.js +1 -1
  36. package/esm2015/model/creativeSetDashboardMetric.js +4 -2
  37. package/esm2015/model/creativeSetDetails.js +4 -2
  38. package/esm2015/model/creativeSetRequest.js +4 -2
  39. package/esm2015/model/creativeSetResponse.js +4 -2
  40. package/esm2015/model/duplicateCreativeSetResponse.js +4 -2
  41. package/esm2015/model/hybridAdMapping.js +1 -0
  42. package/esm2015/model/models.js +1 -2
  43. package/esm5/api/adminController.service.js +2 -2
  44. package/esm5/api/advertiserController.service.js +2 -2
  45. package/esm5/api/appSettingsController.service.js +2 -97
  46. package/esm5/api/audienceController.service.js +2 -2
  47. package/esm5/api/auditController.service.js +2 -2
  48. package/esm5/api/bulkStrategyController.service.js +2 -2
  49. package/esm5/api/cSSThemeController_.service.js +2 -2
  50. package/esm5/api/campaignController.service.js +2 -2
  51. package/esm5/api/catalogController.service.js +2 -2
  52. package/esm5/api/clickDestinationController.service.js +2 -2
  53. package/esm5/api/creativeController.service.js +2 -2
  54. package/esm5/api/creativeSetsController.service.js +46 -2
  55. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  56. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  57. package/esm5/api/creativeTemplatesController.service.js +2 -2
  58. package/esm5/api/dashboardController.service.js +2 -2
  59. package/esm5/api/notificationsController.service.js +2 -2
  60. package/esm5/api/pixelController.service.js +2 -2
  61. package/esm5/api/reportingController.service.js +2 -2
  62. package/esm5/api/sliceXController.service.js +2 -2
  63. package/esm5/api/strategyController.service.js +2 -2
  64. package/esm5/api/uILoggerController.service.js +2 -2
  65. package/esm5/api/userPreferenceController.service.js +2 -2
  66. package/esm5/model/advertiserLayoutVariables.js +1 -1
  67. package/esm5/model/baseModelWithCreativeSetType.js +4 -2
  68. package/esm5/model/creativeDTO.js +1 -1
  69. package/esm5/model/creativeHtmlFileForSet.js +6 -12
  70. package/esm5/model/creativePerformanceData.js +1 -1
  71. package/esm5/model/creativeSetDashboardMetric.js +4 -2
  72. package/esm5/model/creativeSetDetails.js +4 -2
  73. package/esm5/model/creativeSetRequest.js +4 -2
  74. package/esm5/model/creativeSetResponse.js +4 -2
  75. package/esm5/model/duplicateCreativeSetResponse.js +4 -2
  76. package/esm5/model/hybridAdMapping.js +1 -0
  77. package/esm5/model/models.js +1 -2
  78. package/fesm2015/revxui-api-clients-ts.js +89 -158
  79. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  80. package/fesm5/revxui-api-clients-ts.js +91 -164
  81. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  82. package/model/advertiserLayoutVariables.d.ts +1 -0
  83. package/model/baseModelWithCreativeSetType.d.ts +3 -1
  84. package/model/creativeDTO.d.ts +4 -0
  85. package/model/creativeHtmlFileForSet.d.ts +9 -0
  86. package/model/creativePerformanceData.d.ts +0 -16
  87. package/model/creativeSetDashboardMetric.d.ts +3 -1
  88. package/model/creativeSetDetails.d.ts +3 -1
  89. package/model/creativeSetRequest.d.ts +7 -1
  90. package/model/creativeSetResponse.d.ts +3 -1
  91. package/model/duplicateCreativeSetResponse.d.ts +3 -1
  92. package/model/{dynamicVideoTemplate.d.ts → hybridAdMapping.d.ts} +5 -6
  93. package/model/models.d.ts +1 -7
  94. package/package.json +1 -1
  95. package/revxui-api-clients-ts.metadata.json +1 -1
  96. package/esm2015/model/advertiserDynamicVideoConfig.js +0 -1
  97. package/esm2015/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +0 -1
  98. package/esm2015/model/apiResponseObjectListDynamicVideoTemplate.js +0 -1
  99. package/esm2015/model/dynamicVideoConfigDTO.js +0 -28
  100. package/esm2015/model/dynamicVideoDTO.js +0 -1
  101. package/esm2015/model/dynamicVideoTemplate.js +0 -1
  102. package/esm2015/model/nameAndTitleModel.js +0 -12
  103. package/esm5/model/advertiserDynamicVideoConfig.js +0 -1
  104. package/esm5/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +0 -1
  105. package/esm5/model/apiResponseObjectListDynamicVideoTemplate.js +0 -1
  106. package/esm5/model/dynamicVideoConfigDTO.js +0 -28
  107. package/esm5/model/dynamicVideoDTO.js +0 -1
  108. package/esm5/model/dynamicVideoTemplate.js +0 -1
  109. package/esm5/model/nameAndTitleModel.js +0 -12
  110. package/model/advertiserDynamicVideoConfig.d.ts +0 -18
  111. package/model/apiResponseObjectAdvertiserDynamicVideoConfig.d.ts +0 -17
  112. package/model/apiResponseObjectListDynamicVideoTemplate.d.ts +0 -17
  113. package/model/dynamicVideoConfigDTO.d.ts +0 -32
  114. package/model/dynamicVideoDTO.d.ts +0 -16
  115. package/model/nameAndTitleModel.d.ts +0 -15
@@ -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://apiv2stage2.atomex.net';
86
+ this.basePath = 'https://apiv2stage1.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://apiv2stage2.atomex.net';
276
+ this.basePath = 'https://apiv2stage1.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://apiv2stage2.atomex.net';
688
+ this.basePath = 'https://apiv2stage1.atomex.net';
689
689
  this.defaultHeaders = new HttpHeaders();
690
690
  this.configuration = new Configuration();
691
691
  if (basePath) {
@@ -743,61 +743,6 @@ let AppSettingsControllerService = class AppSettingsControllerService {
743
743
  reportProgress: reportProgress
744
744
  });
745
745
  }
746
- fetchAllDynamicVideoTemplatesUsingGET(reqId, token, observe = 'body', reportProgress = false) {
747
- let headers = this.defaultHeaders;
748
- if (reqId !== undefined && reqId !== null) {
749
- headers = headers.set('reqId', String(reqId));
750
- }
751
- if (token !== undefined && token !== null) {
752
- headers = headers.set('token', String(token));
753
- }
754
- // to determine the Accept header
755
- let httpHeaderAccepts = [
756
- 'application/json'
757
- ];
758
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
759
- if (httpHeaderAcceptSelected != undefined) {
760
- headers = headers.set('Accept', httpHeaderAcceptSelected);
761
- }
762
- // to determine the Content-Type header
763
- const consumes = [];
764
- return this.httpClient.get(`${this.basePath}/v2/api/appsettings/dynamicvideo/templates`, {
765
- withCredentials: this.configuration.withCredentials,
766
- headers: headers,
767
- observe: observe,
768
- reportProgress: reportProgress
769
- });
770
- }
771
- fetchDynamicVideoConfigUsingGET(advertiserId, reqId, token, observe = 'body', reportProgress = false) {
772
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
773
- if (advertiserId !== undefined && advertiserId !== null) {
774
- queryParameters = queryParameters.set('advertiserId', advertiserId);
775
- }
776
- let headers = this.defaultHeaders;
777
- if (reqId !== undefined && reqId !== null) {
778
- headers = headers.set('reqId', String(reqId));
779
- }
780
- if (token !== undefined && token !== null) {
781
- headers = headers.set('token', String(token));
782
- }
783
- // to determine the Accept header
784
- let httpHeaderAccepts = [
785
- 'application/json'
786
- ];
787
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
788
- if (httpHeaderAcceptSelected != undefined) {
789
- headers = headers.set('Accept', httpHeaderAcceptSelected);
790
- }
791
- // to determine the Content-Type header
792
- const consumes = [];
793
- return this.httpClient.get(`${this.basePath}/v2/api/appsettings/dynamicvideo/config`, {
794
- params: queryParameters,
795
- withCredentials: this.configuration.withCredentials,
796
- headers: headers,
797
- observe: observe,
798
- reportProgress: reportProgress
799
- });
800
- }
801
746
  getAppSettingsUsingGET(advertiserId, reqId, settingsKeys, token, observe = 'body', reportProgress = false) {
802
747
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
803
748
  if (advertiserId !== undefined && advertiserId !== null) {
@@ -867,40 +812,6 @@ let AppSettingsControllerService = class AppSettingsControllerService {
867
812
  reportProgress: reportProgress
868
813
  });
869
814
  }
870
- upsertDynamicVideoUsingPOST(dynamicVideoDTO, reqId, token, observe = 'body', reportProgress = false) {
871
- if (dynamicVideoDTO === null || dynamicVideoDTO === undefined) {
872
- throw new Error('Required parameter dynamicVideoDTO was null or undefined when calling upsertDynamicVideoUsingPOST.');
873
- }
874
- let headers = this.defaultHeaders;
875
- if (reqId !== undefined && reqId !== null) {
876
- headers = headers.set('reqId', String(reqId));
877
- }
878
- if (token !== undefined && token !== null) {
879
- headers = headers.set('token', String(token));
880
- }
881
- // to determine the Accept header
882
- let httpHeaderAccepts = [
883
- 'application/json'
884
- ];
885
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
886
- if (httpHeaderAcceptSelected != undefined) {
887
- headers = headers.set('Accept', httpHeaderAcceptSelected);
888
- }
889
- // to determine the Content-Type header
890
- const consumes = [
891
- 'application/json'
892
- ];
893
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
894
- if (httpContentTypeSelected != undefined) {
895
- headers = headers.set('Content-Type', httpContentTypeSelected);
896
- }
897
- return this.httpClient.post(`${this.basePath}/v2/api/appsettings/dynamicvideo/upsert`, dynamicVideoDTO, {
898
- withCredentials: this.configuration.withCredentials,
899
- headers: headers,
900
- observe: observe,
901
- reportProgress: reportProgress
902
- });
903
- }
904
815
  };
905
816
  AppSettingsControllerService.ctorParameters = () => [
906
817
  { type: HttpClient },
@@ -926,7 +837,7 @@ AppSettingsControllerService = __decorate([
926
837
  let AudienceControllerService = class AudienceControllerService {
927
838
  constructor(httpClient, basePath, configuration) {
928
839
  this.httpClient = httpClient;
929
- this.basePath = 'https://apiv2stage2.atomex.net';
840
+ this.basePath = 'https://apiv2stage1.atomex.net';
930
841
  this.defaultHeaders = new HttpHeaders();
931
842
  this.configuration = new Configuration();
932
843
  if (basePath) {
@@ -1601,7 +1512,7 @@ AudienceControllerService = __decorate([
1601
1512
  let AuditControllerService = class AuditControllerService {
1602
1513
  constructor(httpClient, basePath, configuration) {
1603
1514
  this.httpClient = httpClient;
1604
- this.basePath = 'https://apiv2stage2.atomex.net';
1515
+ this.basePath = 'https://apiv2stage1.atomex.net';
1605
1516
  this.defaultHeaders = new HttpHeaders();
1606
1517
  this.configuration = new Configuration();
1607
1518
  if (basePath) {
@@ -1782,7 +1693,7 @@ AuditControllerService = __decorate([
1782
1693
  let BulkStrategyControllerService = class BulkStrategyControllerService {
1783
1694
  constructor(httpClient, basePath, configuration) {
1784
1695
  this.httpClient = httpClient;
1785
- this.basePath = 'https://apiv2stage2.atomex.net';
1696
+ this.basePath = 'https://apiv2stage1.atomex.net';
1786
1697
  this.defaultHeaders = new HttpHeaders();
1787
1698
  this.configuration = new Configuration();
1788
1699
  if (basePath) {
@@ -2003,7 +1914,7 @@ BulkStrategyControllerService = __decorate([
2003
1914
  let CSSThemeController_Service = class CSSThemeController_Service {
2004
1915
  constructor(httpClient, basePath, configuration) {
2005
1916
  this.httpClient = httpClient;
2006
- this.basePath = 'https://apiv2stage2.atomex.net';
1917
+ this.basePath = 'https://apiv2stage1.atomex.net';
2007
1918
  this.defaultHeaders = new HttpHeaders();
2008
1919
  this.configuration = new Configuration();
2009
1920
  if (basePath) {
@@ -2108,7 +2019,7 @@ CSSThemeController_Service = __decorate([
2108
2019
  let CampaignControllerService = class CampaignControllerService {
2109
2020
  constructor(httpClient, basePath, configuration) {
2110
2021
  this.httpClient = httpClient;
2111
- this.basePath = 'https://apiv2stage2.atomex.net';
2022
+ this.basePath = 'https://apiv2stage1.atomex.net';
2112
2023
  this.defaultHeaders = new HttpHeaders();
2113
2024
  this.configuration = new Configuration();
2114
2025
  if (basePath) {
@@ -2404,7 +2315,7 @@ CampaignControllerService = __decorate([
2404
2315
  let CatalogControllerService = class CatalogControllerService {
2405
2316
  constructor(httpClient, basePath, configuration) {
2406
2317
  this.httpClient = httpClient;
2407
- this.basePath = 'https://apiv2stage2.atomex.net';
2318
+ this.basePath = 'https://apiv2stage1.atomex.net';
2408
2319
  this.defaultHeaders = new HttpHeaders();
2409
2320
  this.configuration = new Configuration();
2410
2321
  if (basePath) {
@@ -2607,7 +2518,7 @@ CatalogControllerService = __decorate([
2607
2518
  let ClickDestinationControllerService = class ClickDestinationControllerService {
2608
2519
  constructor(httpClient, basePath, configuration) {
2609
2520
  this.httpClient = httpClient;
2610
- this.basePath = 'https://apiv2stage2.atomex.net';
2521
+ this.basePath = 'https://apiv2stage1.atomex.net';
2611
2522
  this.defaultHeaders = new HttpHeaders();
2612
2523
  this.configuration = new Configuration();
2613
2524
  if (basePath) {
@@ -2835,7 +2746,7 @@ ClickDestinationControllerService = __decorate([
2835
2746
  let CreativeControllerService = class CreativeControllerService {
2836
2747
  constructor(httpClient, basePath, configuration) {
2837
2748
  this.httpClient = httpClient;
2838
- this.basePath = 'https://apiv2stage2.atomex.net';
2749
+ this.basePath = 'https://apiv2stage1.atomex.net';
2839
2750
  this.defaultHeaders = new HttpHeaders();
2840
2751
  this.configuration = new Configuration();
2841
2752
  if (basePath) {
@@ -3278,7 +3189,7 @@ CreativeControllerService = __decorate([
3278
3189
  let CreativeSetsControllerService = class CreativeSetsControllerService {
3279
3190
  constructor(httpClient, basePath, configuration) {
3280
3191
  this.httpClient = httpClient;
3281
- this.basePath = 'https://apiv2stage2.atomex.net';
3192
+ this.basePath = 'https://apiv2stage1.atomex.net';
3282
3193
  this.defaultHeaders = new HttpHeaders();
3283
3194
  this.configuration = new Configuration();
3284
3195
  if (basePath) {
@@ -3629,6 +3540,48 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
3629
3540
  reportProgress: reportProgress
3630
3541
  });
3631
3542
  }
3543
+ getTemplateListUsingGET(advertiserId, type, filters, reqId, token, observe = 'body', reportProgress = false) {
3544
+ if (advertiserId === null || advertiserId === undefined) {
3545
+ throw new Error('Required parameter advertiserId was null or undefined when calling getTemplateListUsingGET.');
3546
+ }
3547
+ if (type === null || type === undefined) {
3548
+ throw new Error('Required parameter type was null or undefined when calling getTemplateListUsingGET.');
3549
+ }
3550
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3551
+ if (advertiserId !== undefined && advertiserId !== null) {
3552
+ queryParameters = queryParameters.set('advertiserId', advertiserId);
3553
+ }
3554
+ if (filters !== undefined && filters !== null) {
3555
+ queryParameters = queryParameters.set('filters', filters);
3556
+ }
3557
+ if (type !== undefined && type !== null) {
3558
+ queryParameters = queryParameters.set('type', type);
3559
+ }
3560
+ let headers = this.defaultHeaders;
3561
+ if (reqId !== undefined && reqId !== null) {
3562
+ headers = headers.set('reqId', String(reqId));
3563
+ }
3564
+ if (token !== undefined && token !== null) {
3565
+ headers = headers.set('token', String(token));
3566
+ }
3567
+ // to determine the Accept header
3568
+ let httpHeaderAccepts = [
3569
+ 'application/json'
3570
+ ];
3571
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3572
+ if (httpHeaderAcceptSelected != undefined) {
3573
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
3574
+ }
3575
+ // to determine the Content-Type header
3576
+ const consumes = [];
3577
+ return this.httpClient.get(`${this.basePath}/v2/api/creativesets/templates`, {
3578
+ params: queryParameters,
3579
+ withCredentials: this.configuration.withCredentials,
3580
+ headers: headers,
3581
+ observe: observe,
3582
+ reportProgress: reportProgress
3583
+ });
3584
+ }
3632
3585
  updateUsingPOST(creativeSetRequest, id, reqId, token, observe = 'body', reportProgress = false) {
3633
3586
  if (creativeSetRequest === null || creativeSetRequest === undefined) {
3634
3587
  throw new Error('Required parameter creativeSetRequest was null or undefined when calling updateUsingPOST.');
@@ -3691,7 +3644,7 @@ CreativeSetsControllerService = __decorate([
3691
3644
  let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
3692
3645
  constructor(httpClient, basePath, configuration) {
3693
3646
  this.httpClient = httpClient;
3694
- this.basePath = 'https://apiv2stage2.atomex.net';
3647
+ this.basePath = 'https://apiv2stage1.atomex.net';
3695
3648
  this.defaultHeaders = new HttpHeaders();
3696
3649
  this.configuration = new Configuration();
3697
3650
  if (basePath) {
@@ -3872,7 +3825,7 @@ CreativeTemplateThemesControllerService = __decorate([
3872
3825
  let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
3873
3826
  constructor(httpClient, basePath, configuration) {
3874
3827
  this.httpClient = httpClient;
3875
- this.basePath = 'https://apiv2stage2.atomex.net';
3828
+ this.basePath = 'https://apiv2stage1.atomex.net';
3876
3829
  this.defaultHeaders = new HttpHeaders();
3877
3830
  this.configuration = new Configuration();
3878
3831
  if (basePath) {
@@ -3946,7 +3899,7 @@ CreativeTemplateVariablesControllerService = __decorate([
3946
3899
  let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
3947
3900
  constructor(httpClient, basePath, configuration) {
3948
3901
  this.httpClient = httpClient;
3949
- this.basePath = 'https://apiv2stage2.atomex.net';
3902
+ this.basePath = 'https://apiv2stage1.atomex.net';
3950
3903
  this.defaultHeaders = new HttpHeaders();
3951
3904
  this.configuration = new Configuration();
3952
3905
  if (basePath) {
@@ -4107,7 +4060,7 @@ CreativeTemplatesControllerService = __decorate([
4107
4060
  let DashboardControllerService = class DashboardControllerService {
4108
4061
  constructor(httpClient, basePath, configuration) {
4109
4062
  this.httpClient = httpClient;
4110
- this.basePath = 'https://apiv2stage2.atomex.net';
4063
+ this.basePath = 'https://apiv2stage1.atomex.net';
4111
4064
  this.defaultHeaders = new HttpHeaders();
4112
4065
  this.configuration = new Configuration();
4113
4066
  if (basePath) {
@@ -4722,7 +4675,7 @@ DashboardControllerService = __decorate([
4722
4675
  let NotificationsControllerService = class NotificationsControllerService {
4723
4676
  constructor(httpClient, basePath, configuration) {
4724
4677
  this.httpClient = httpClient;
4725
- this.basePath = 'https://apiv2stage2.atomex.net';
4678
+ this.basePath = 'https://apiv2stage1.atomex.net';
4726
4679
  this.defaultHeaders = new HttpHeaders();
4727
4680
  this.configuration = new Configuration();
4728
4681
  if (basePath) {
@@ -4901,7 +4854,7 @@ NotificationsControllerService = __decorate([
4901
4854
  let PixelControllerService = class PixelControllerService {
4902
4855
  constructor(httpClient, basePath, configuration) {
4903
4856
  this.httpClient = httpClient;
4904
- this.basePath = 'https://apiv2stage2.atomex.net';
4857
+ this.basePath = 'https://apiv2stage1.atomex.net';
4905
4858
  this.defaultHeaders = new HttpHeaders();
4906
4859
  this.configuration = new Configuration();
4907
4860
  if (basePath) {
@@ -5204,7 +5157,7 @@ PixelControllerService = __decorate([
5204
5157
  let ReportingControllerService = class ReportingControllerService {
5205
5158
  constructor(httpClient, basePath, configuration) {
5206
5159
  this.httpClient = httpClient;
5207
- this.basePath = 'https://apiv2stage2.atomex.net';
5160
+ this.basePath = 'https://apiv2stage1.atomex.net';
5208
5161
  this.defaultHeaders = new HttpHeaders();
5209
5162
  this.configuration = new Configuration();
5210
5163
  if (basePath) {
@@ -5370,7 +5323,7 @@ ReportingControllerService = __decorate([
5370
5323
  let SliceXControllerService = class SliceXControllerService {
5371
5324
  constructor(httpClient, basePath, configuration) {
5372
5325
  this.httpClient = httpClient;
5373
- this.basePath = 'https://apiv2stage2.atomex.net';
5326
+ this.basePath = 'https://apiv2stage1.atomex.net';
5374
5327
  this.defaultHeaders = new HttpHeaders();
5375
5328
  this.configuration = new Configuration();
5376
5329
  if (basePath) {
@@ -5616,7 +5569,7 @@ SliceXControllerService = __decorate([
5616
5569
  let StrategyControllerService = class StrategyControllerService {
5617
5570
  constructor(httpClient, basePath, configuration) {
5618
5571
  this.httpClient = httpClient;
5619
- this.basePath = 'https://apiv2stage2.atomex.net';
5572
+ this.basePath = 'https://apiv2stage1.atomex.net';
5620
5573
  this.defaultHeaders = new HttpHeaders();
5621
5574
  this.configuration = new Configuration();
5622
5575
  if (basePath) {
@@ -6231,7 +6184,7 @@ StrategyControllerService = __decorate([
6231
6184
  let UILoggerControllerService = class UILoggerControllerService {
6232
6185
  constructor(httpClient, basePath, configuration) {
6233
6186
  this.httpClient = httpClient;
6234
- this.basePath = 'https://apiv2stage2.atomex.net';
6187
+ this.basePath = 'https://apiv2stage1.atomex.net';
6235
6188
  this.defaultHeaders = new HttpHeaders();
6236
6189
  this.configuration = new Configuration();
6237
6190
  if (basePath) {
@@ -6319,7 +6272,7 @@ UILoggerControllerService = __decorate([
6319
6272
  let UserPreferenceControllerService = class UserPreferenceControllerService {
6320
6273
  constructor(httpClient, basePath, configuration) {
6321
6274
  this.httpClient = httpClient;
6322
- this.basePath = 'https://apiv2stage2.atomex.net';
6275
+ this.basePath = 'https://apiv2stage1.atomex.net';
6323
6276
  this.defaultHeaders = new HttpHeaders();
6324
6277
  this.configuration = new Configuration();
6325
6278
  if (basePath) {
@@ -6636,7 +6589,9 @@ var BaseModelWithCreativeSetType;
6636
6589
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6637
6590
  DYNAMICMACRO: 'DYNAMIC_MACRO',
6638
6591
  DYNAMICHTML: 'DYNAMIC_HTML',
6639
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6592
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
6593
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
6594
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
6640
6595
  };
6641
6596
  })(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
6642
6597
 
@@ -6755,19 +6710,13 @@ var CreativeFiles;
6755
6710
  };
6756
6711
  })(CreativeFiles || (CreativeFiles = {}));
6757
6712
 
6758
- /**
6759
- * Api Documentation
6760
- * Api Documentation
6761
- *
6762
- * OpenAPI spec version: 1.0
6763
- *
6764
- *
6765
- * NOTE: This class is auto generated by the swagger code generator program.
6766
- * https://github.com/swagger-api/swagger-codegen.git
6767
- * Do not edit the class manually.
6768
- */
6769
6713
  var CreativeHtmlFileForSet;
6770
6714
  (function (CreativeHtmlFileForSet) {
6715
+ CreativeHtmlFileForSet.TemplateTypeEnum = {
6716
+ DCO: 'DCO',
6717
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
6718
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
6719
+ };
6771
6720
  CreativeHtmlFileForSet.TypeEnum = {
6772
6721
  Image: 'image',
6773
6722
  Html: 'html',
@@ -6798,7 +6747,9 @@ var CreativeSetDashboardMetric;
6798
6747
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6799
6748
  DYNAMICMACRO: 'DYNAMIC_MACRO',
6800
6749
  DYNAMICHTML: 'DYNAMIC_HTML',
6801
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6750
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
6751
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
6752
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
6802
6753
  };
6803
6754
  })(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
6804
6755
 
@@ -6814,7 +6765,9 @@ var CreativeSetDetails;
6814
6765
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6815
6766
  DYNAMICMACRO: 'DYNAMIC_MACRO',
6816
6767
  DYNAMICHTML: 'DYNAMIC_HTML',
6817
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6768
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
6769
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
6770
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
6818
6771
  };
6819
6772
  })(CreativeSetDetails || (CreativeSetDetails = {}));
6820
6773
 
@@ -6830,7 +6783,9 @@ var CreativeSetRequest;
6830
6783
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6831
6784
  DYNAMICMACRO: 'DYNAMIC_MACRO',
6832
6785
  DYNAMICHTML: 'DYNAMIC_HTML',
6833
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6786
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
6787
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
6788
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
6834
6789
  };
6835
6790
  })(CreativeSetRequest || (CreativeSetRequest = {}));
6836
6791
 
@@ -6857,7 +6812,9 @@ var CreativeSetResponse;
6857
6812
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6858
6813
  DYNAMICMACRO: 'DYNAMIC_MACRO',
6859
6814
  DYNAMICHTML: 'DYNAMIC_HTML',
6860
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6815
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
6816
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
6817
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
6861
6818
  };
6862
6819
  })(CreativeSetResponse || (CreativeSetResponse = {}));
6863
6820
 
@@ -6904,38 +6861,12 @@ var DuplicateCreativeSetResponse;
6904
6861
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6905
6862
  DYNAMICMACRO: 'DYNAMIC_MACRO',
6906
6863
  DYNAMICHTML: 'DYNAMIC_HTML',
6907
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6864
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
6865
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
6866
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
6908
6867
  };
6909
6868
  })(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
6910
6869
 
6911
- /**
6912
- * Api Documentation
6913
- * Api Documentation
6914
- *
6915
- * OpenAPI spec version: 1.0
6916
- *
6917
- *
6918
- * NOTE: This class is auto generated by the swagger code generator program.
6919
- * https://github.com/swagger-api/swagger-codegen.git
6920
- * Do not edit the class manually.
6921
- */
6922
- var DynamicVideoConfigDTO;
6923
- (function (DynamicVideoConfigDTO) {
6924
- DynamicVideoConfigDTO.ConfigKeyEnum = {
6925
- TEMPLATEID: 'TEMPLATE_ID',
6926
- LOGO: 'LOGO',
6927
- SALEPRICEPREFIX: 'SALE_PRICE_PREFIX',
6928
- ORIGINALPRICEPREFIX: 'ORIGINAL_PRICE_PREFIX',
6929
- CTA: 'CTA',
6930
- TITLELENGTH: 'TITLE_LENGTH',
6931
- DISCOUNTSUFFIX: 'DISCOUNT_SUFFIX',
6932
- FONT: 'FONT',
6933
- ROUNDPRICE: 'ROUND_PRICE',
6934
- MUSICFILE: 'MUSIC_FILE',
6935
- VIDEOFILE: 'VIDEO_FILE'
6936
- };
6937
- })(DynamicVideoConfigDTO || (DynamicVideoConfigDTO = {}));
6938
-
6939
6870
  /**
6940
6871
  * Api Documentation
6941
6872
  * Api Documentation
@@ -7426,5 +7357,5 @@ ApiModule = ApiModule_1 = __decorate([
7426
7357
  * Generated bundle index. Do not edit.
7427
7358
  */
7428
7359
 
7429
- export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, 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, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7360
+ export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, 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, DuplicateCreativeSetResponse, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7430
7361
  //# sourceMappingURL=revxui-api-clients-ts.js.map