@revxui/api-clients-ts 0.10.310 → 0.10.312

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 (95) hide show
  1. package/README.md +2 -2
  2. package/api/appSettingsController.service.d.ts +0 -39
  3. package/api/audienceController.service.d.ts +33 -4
  4. package/bundles/revxui-api-clients-ts.umd.js +124 -150
  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 +77 -6
  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/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +1 -0
  32. package/esm2015/model/audienceBackfillQueryTemplateRequest.js +22 -0
  33. package/esm2015/model/audienceBackfillRequest.js +1 -0
  34. package/esm2015/model/audienceDTO.js +1 -1
  35. package/esm2015/model/backfillAudienceQueryTemplateDTO.js +12 -0
  36. package/esm2015/model/models.js +2 -2
  37. package/esm5/api/adminController.service.js +2 -2
  38. package/esm5/api/advertiserController.service.js +2 -2
  39. package/esm5/api/appSettingsController.service.js +2 -97
  40. package/esm5/api/audienceController.service.js +81 -6
  41. package/esm5/api/auditController.service.js +2 -2
  42. package/esm5/api/bulkStrategyController.service.js +2 -2
  43. package/esm5/api/cSSThemeController_.service.js +2 -2
  44. package/esm5/api/campaignController.service.js +2 -2
  45. package/esm5/api/catalogController.service.js +2 -2
  46. package/esm5/api/clickDestinationController.service.js +2 -2
  47. package/esm5/api/creativeController.service.js +2 -2
  48. package/esm5/api/creativeSetsController.service.js +2 -2
  49. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  50. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  51. package/esm5/api/creativeTemplatesController.service.js +2 -2
  52. package/esm5/api/dashboardController.service.js +2 -2
  53. package/esm5/api/notificationsController.service.js +2 -2
  54. package/esm5/api/pixelController.service.js +2 -2
  55. package/esm5/api/reportingController.service.js +2 -2
  56. package/esm5/api/sliceXController.service.js +2 -2
  57. package/esm5/api/strategyController.service.js +2 -2
  58. package/esm5/api/uILoggerController.service.js +2 -2
  59. package/esm5/api/userPreferenceController.service.js +2 -2
  60. package/esm5/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +1 -0
  61. package/esm5/model/audienceBackfillQueryTemplateRequest.js +22 -0
  62. package/esm5/model/audienceBackfillRequest.js +1 -0
  63. package/esm5/model/audienceDTO.js +1 -1
  64. package/esm5/model/backfillAudienceQueryTemplateDTO.js +12 -0
  65. package/esm5/model/models.js +2 -2
  66. package/fesm2015/revxui-api-clients-ts.js +121 -145
  67. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  68. package/fesm5/revxui-api-clients-ts.js +125 -151
  69. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  70. package/model/{apiResponseObjectAdvertiserDynamicVideoConfig.d.ts → apiResponseObjectListBackfillAudienceQueryTemplateDTO.d.ts} +3 -3
  71. package/model/audienceBackfillQueryTemplateRequest.d.ts +26 -0
  72. package/model/{nameAndTitleModel.d.ts → audienceBackfillRequest.d.ts} +5 -3
  73. package/model/audienceDTO.d.ts +1 -0
  74. package/model/{dynamicVideoTemplate.d.ts → backfillAudienceQueryTemplateDTO.d.ts} +3 -4
  75. package/model/models.d.ts +4 -7
  76. package/package.json +1 -1
  77. package/revxui-api-clients-ts.metadata.json +1 -1
  78. package/esm2015/model/advertiserDynamicVideoConfig.js +0 -1
  79. package/esm2015/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +0 -1
  80. package/esm2015/model/apiResponseObjectListDynamicVideoTemplate.js +0 -1
  81. package/esm2015/model/dynamicVideoConfigDTO.js +0 -28
  82. package/esm2015/model/dynamicVideoDTO.js +0 -1
  83. package/esm2015/model/dynamicVideoTemplate.js +0 -1
  84. package/esm2015/model/nameAndTitleModel.js +0 -12
  85. package/esm5/model/advertiserDynamicVideoConfig.js +0 -1
  86. package/esm5/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +0 -1
  87. package/esm5/model/apiResponseObjectListDynamicVideoTemplate.js +0 -1
  88. package/esm5/model/dynamicVideoConfigDTO.js +0 -28
  89. package/esm5/model/dynamicVideoDTO.js +0 -1
  90. package/esm5/model/dynamicVideoTemplate.js +0 -1
  91. package/esm5/model/nameAndTitleModel.js +0 -12
  92. package/model/advertiserDynamicVideoConfig.d.ts +0 -18
  93. package/model/apiResponseObjectListDynamicVideoTemplate.d.ts +0 -17
  94. package/model/dynamicVideoConfigDTO.d.ts +0 -32
  95. package/model/dynamicVideoDTO.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://apiv2stage2.atomex.net';
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://apiv2stage2.atomex.net';
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://apiv2stage2.atomex.net';
688
+ this.basePath = 'https://apiv2stage3.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://apiv2stage3.atomex.net';
930
841
  this.defaultHeaders = new HttpHeaders();
931
842
  this.configuration = new Configuration();
932
843
  if (basePath) {
@@ -1016,9 +927,9 @@ let AudienceControllerService = class AudienceControllerService {
1016
927
  reportProgress: reportProgress
1017
928
  });
1018
929
  }
1019
- addBackfillRuleUsingPOST(audience, reqId, token, observe = 'body', reportProgress = false) {
1020
- if (audience === null || audience === undefined) {
1021
- throw new Error('Required parameter audience was null or undefined when calling addBackfillRuleUsingPOST.');
930
+ addBackfillRuleUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
931
+ if (request === null || request === undefined) {
932
+ throw new Error('Required parameter request was null or undefined when calling addBackfillRuleUsingPOST.');
1022
933
  }
1023
934
  let headers = this.defaultHeaders;
1024
935
  if (reqId !== undefined && reqId !== null) {
@@ -1043,7 +954,7 @@ let AudienceControllerService = class AudienceControllerService {
1043
954
  if (httpContentTypeSelected != undefined) {
1044
955
  headers = headers.set('Content-Type', httpContentTypeSelected);
1045
956
  }
1046
- return this.httpClient.post(`${this.basePath}/v2/api/audience/addbackfillrule`, audience, {
957
+ return this.httpClient.post(`${this.basePath}/v2/api/audience/addbackfillrule`, request, {
1047
958
  withCredentials: this.configuration.withCredentials,
1048
959
  headers: headers,
1049
960
  observe: observe,
@@ -1181,6 +1092,43 @@ let AudienceControllerService = class AudienceControllerService {
1181
1092
  reportProgress: reportProgress
1182
1093
  });
1183
1094
  }
1095
+ getActiveTemplatesUsingPOST(id, request, reqId, token, observe = 'body', reportProgress = false) {
1096
+ if (id === null || id === undefined) {
1097
+ throw new Error('Required parameter id was null or undefined when calling getActiveTemplatesUsingPOST.');
1098
+ }
1099
+ if (request === null || request === undefined) {
1100
+ throw new Error('Required parameter request was null or undefined when calling getActiveTemplatesUsingPOST.');
1101
+ }
1102
+ let headers = this.defaultHeaders;
1103
+ if (reqId !== undefined && reqId !== null) {
1104
+ headers = headers.set('reqId', String(reqId));
1105
+ }
1106
+ if (token !== undefined && token !== null) {
1107
+ headers = headers.set('token', String(token));
1108
+ }
1109
+ // to determine the Accept header
1110
+ let httpHeaderAccepts = [
1111
+ 'application/json'
1112
+ ];
1113
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1114
+ if (httpHeaderAcceptSelected != undefined) {
1115
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1116
+ }
1117
+ // to determine the Content-Type header
1118
+ const consumes = [
1119
+ 'application/json'
1120
+ ];
1121
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1122
+ if (httpContentTypeSelected != undefined) {
1123
+ headers = headers.set('Content-Type', httpContentTypeSelected);
1124
+ }
1125
+ return this.httpClient.post(`${this.basePath}/v2/api/audience/activetemplates/${encodeURIComponent(String(id))}`, request, {
1126
+ withCredentials: this.configuration.withCredentials,
1127
+ headers: headers,
1128
+ observe: observe,
1129
+ reportProgress: reportProgress
1130
+ });
1131
+ }
1184
1132
  getAllAudienceUsingPOST(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
1185
1133
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1186
1134
  if (advertiser_id !== undefined && advertiser_id !== null) {
@@ -1576,6 +1524,40 @@ let AudienceControllerService = class AudienceControllerService {
1576
1524
  reportProgress: reportProgress
1577
1525
  });
1578
1526
  }
1527
+ validateBackfillRuleUsingPOST(query, reqId, token, observe = 'body', reportProgress = false) {
1528
+ if (query === null || query === undefined) {
1529
+ throw new Error('Required parameter query was null or undefined when calling validateBackfillRuleUsingPOST.');
1530
+ }
1531
+ let headers = this.defaultHeaders;
1532
+ if (reqId !== undefined && reqId !== null) {
1533
+ headers = headers.set('reqId', String(reqId));
1534
+ }
1535
+ if (token !== undefined && token !== null) {
1536
+ headers = headers.set('token', String(token));
1537
+ }
1538
+ // to determine the Accept header
1539
+ let httpHeaderAccepts = [
1540
+ 'application/json'
1541
+ ];
1542
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1543
+ if (httpHeaderAcceptSelected != undefined) {
1544
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1545
+ }
1546
+ // to determine the Content-Type header
1547
+ const consumes = [
1548
+ 'application/json'
1549
+ ];
1550
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1551
+ if (httpContentTypeSelected != undefined) {
1552
+ headers = headers.set('Content-Type', httpContentTypeSelected);
1553
+ }
1554
+ return this.httpClient.post(`${this.basePath}/v2/api/audience/validatebackfillrule`, query, {
1555
+ withCredentials: this.configuration.withCredentials,
1556
+ headers: headers,
1557
+ observe: observe,
1558
+ reportProgress: reportProgress
1559
+ });
1560
+ }
1579
1561
  };
1580
1562
  AudienceControllerService.ctorParameters = () => [
1581
1563
  { type: HttpClient },
@@ -1601,7 +1583,7 @@ AudienceControllerService = __decorate([
1601
1583
  let AuditControllerService = class AuditControllerService {
1602
1584
  constructor(httpClient, basePath, configuration) {
1603
1585
  this.httpClient = httpClient;
1604
- this.basePath = 'https://apiv2stage2.atomex.net';
1586
+ this.basePath = 'https://apiv2stage3.atomex.net';
1605
1587
  this.defaultHeaders = new HttpHeaders();
1606
1588
  this.configuration = new Configuration();
1607
1589
  if (basePath) {
@@ -1782,7 +1764,7 @@ AuditControllerService = __decorate([
1782
1764
  let BulkStrategyControllerService = class BulkStrategyControllerService {
1783
1765
  constructor(httpClient, basePath, configuration) {
1784
1766
  this.httpClient = httpClient;
1785
- this.basePath = 'https://apiv2stage2.atomex.net';
1767
+ this.basePath = 'https://apiv2stage3.atomex.net';
1786
1768
  this.defaultHeaders = new HttpHeaders();
1787
1769
  this.configuration = new Configuration();
1788
1770
  if (basePath) {
@@ -2003,7 +1985,7 @@ BulkStrategyControllerService = __decorate([
2003
1985
  let CSSThemeController_Service = class CSSThemeController_Service {
2004
1986
  constructor(httpClient, basePath, configuration) {
2005
1987
  this.httpClient = httpClient;
2006
- this.basePath = 'https://apiv2stage2.atomex.net';
1988
+ this.basePath = 'https://apiv2stage3.atomex.net';
2007
1989
  this.defaultHeaders = new HttpHeaders();
2008
1990
  this.configuration = new Configuration();
2009
1991
  if (basePath) {
@@ -2108,7 +2090,7 @@ CSSThemeController_Service = __decorate([
2108
2090
  let CampaignControllerService = class CampaignControllerService {
2109
2091
  constructor(httpClient, basePath, configuration) {
2110
2092
  this.httpClient = httpClient;
2111
- this.basePath = 'https://apiv2stage2.atomex.net';
2093
+ this.basePath = 'https://apiv2stage3.atomex.net';
2112
2094
  this.defaultHeaders = new HttpHeaders();
2113
2095
  this.configuration = new Configuration();
2114
2096
  if (basePath) {
@@ -2404,7 +2386,7 @@ CampaignControllerService = __decorate([
2404
2386
  let CatalogControllerService = class CatalogControllerService {
2405
2387
  constructor(httpClient, basePath, configuration) {
2406
2388
  this.httpClient = httpClient;
2407
- this.basePath = 'https://apiv2stage2.atomex.net';
2389
+ this.basePath = 'https://apiv2stage3.atomex.net';
2408
2390
  this.defaultHeaders = new HttpHeaders();
2409
2391
  this.configuration = new Configuration();
2410
2392
  if (basePath) {
@@ -2607,7 +2589,7 @@ CatalogControllerService = __decorate([
2607
2589
  let ClickDestinationControllerService = class ClickDestinationControllerService {
2608
2590
  constructor(httpClient, basePath, configuration) {
2609
2591
  this.httpClient = httpClient;
2610
- this.basePath = 'https://apiv2stage2.atomex.net';
2592
+ this.basePath = 'https://apiv2stage3.atomex.net';
2611
2593
  this.defaultHeaders = new HttpHeaders();
2612
2594
  this.configuration = new Configuration();
2613
2595
  if (basePath) {
@@ -2835,7 +2817,7 @@ ClickDestinationControllerService = __decorate([
2835
2817
  let CreativeControllerService = class CreativeControllerService {
2836
2818
  constructor(httpClient, basePath, configuration) {
2837
2819
  this.httpClient = httpClient;
2838
- this.basePath = 'https://apiv2stage2.atomex.net';
2820
+ this.basePath = 'https://apiv2stage3.atomex.net';
2839
2821
  this.defaultHeaders = new HttpHeaders();
2840
2822
  this.configuration = new Configuration();
2841
2823
  if (basePath) {
@@ -3278,7 +3260,7 @@ CreativeControllerService = __decorate([
3278
3260
  let CreativeSetsControllerService = class CreativeSetsControllerService {
3279
3261
  constructor(httpClient, basePath, configuration) {
3280
3262
  this.httpClient = httpClient;
3281
- this.basePath = 'https://apiv2stage2.atomex.net';
3263
+ this.basePath = 'https://apiv2stage3.atomex.net';
3282
3264
  this.defaultHeaders = new HttpHeaders();
3283
3265
  this.configuration = new Configuration();
3284
3266
  if (basePath) {
@@ -3691,7 +3673,7 @@ CreativeSetsControllerService = __decorate([
3691
3673
  let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
3692
3674
  constructor(httpClient, basePath, configuration) {
3693
3675
  this.httpClient = httpClient;
3694
- this.basePath = 'https://apiv2stage2.atomex.net';
3676
+ this.basePath = 'https://apiv2stage3.atomex.net';
3695
3677
  this.defaultHeaders = new HttpHeaders();
3696
3678
  this.configuration = new Configuration();
3697
3679
  if (basePath) {
@@ -3872,7 +3854,7 @@ CreativeTemplateThemesControllerService = __decorate([
3872
3854
  let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
3873
3855
  constructor(httpClient, basePath, configuration) {
3874
3856
  this.httpClient = httpClient;
3875
- this.basePath = 'https://apiv2stage2.atomex.net';
3857
+ this.basePath = 'https://apiv2stage3.atomex.net';
3876
3858
  this.defaultHeaders = new HttpHeaders();
3877
3859
  this.configuration = new Configuration();
3878
3860
  if (basePath) {
@@ -3946,7 +3928,7 @@ CreativeTemplateVariablesControllerService = __decorate([
3946
3928
  let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
3947
3929
  constructor(httpClient, basePath, configuration) {
3948
3930
  this.httpClient = httpClient;
3949
- this.basePath = 'https://apiv2stage2.atomex.net';
3931
+ this.basePath = 'https://apiv2stage3.atomex.net';
3950
3932
  this.defaultHeaders = new HttpHeaders();
3951
3933
  this.configuration = new Configuration();
3952
3934
  if (basePath) {
@@ -4107,7 +4089,7 @@ CreativeTemplatesControllerService = __decorate([
4107
4089
  let DashboardControllerService = class DashboardControllerService {
4108
4090
  constructor(httpClient, basePath, configuration) {
4109
4091
  this.httpClient = httpClient;
4110
- this.basePath = 'https://apiv2stage2.atomex.net';
4092
+ this.basePath = 'https://apiv2stage3.atomex.net';
4111
4093
  this.defaultHeaders = new HttpHeaders();
4112
4094
  this.configuration = new Configuration();
4113
4095
  if (basePath) {
@@ -4722,7 +4704,7 @@ DashboardControllerService = __decorate([
4722
4704
  let NotificationsControllerService = class NotificationsControllerService {
4723
4705
  constructor(httpClient, basePath, configuration) {
4724
4706
  this.httpClient = httpClient;
4725
- this.basePath = 'https://apiv2stage2.atomex.net';
4707
+ this.basePath = 'https://apiv2stage3.atomex.net';
4726
4708
  this.defaultHeaders = new HttpHeaders();
4727
4709
  this.configuration = new Configuration();
4728
4710
  if (basePath) {
@@ -4901,7 +4883,7 @@ NotificationsControllerService = __decorate([
4901
4883
  let PixelControllerService = class PixelControllerService {
4902
4884
  constructor(httpClient, basePath, configuration) {
4903
4885
  this.httpClient = httpClient;
4904
- this.basePath = 'https://apiv2stage2.atomex.net';
4886
+ this.basePath = 'https://apiv2stage3.atomex.net';
4905
4887
  this.defaultHeaders = new HttpHeaders();
4906
4888
  this.configuration = new Configuration();
4907
4889
  if (basePath) {
@@ -5204,7 +5186,7 @@ PixelControllerService = __decorate([
5204
5186
  let ReportingControllerService = class ReportingControllerService {
5205
5187
  constructor(httpClient, basePath, configuration) {
5206
5188
  this.httpClient = httpClient;
5207
- this.basePath = 'https://apiv2stage2.atomex.net';
5189
+ this.basePath = 'https://apiv2stage3.atomex.net';
5208
5190
  this.defaultHeaders = new HttpHeaders();
5209
5191
  this.configuration = new Configuration();
5210
5192
  if (basePath) {
@@ -5370,7 +5352,7 @@ ReportingControllerService = __decorate([
5370
5352
  let SliceXControllerService = class SliceXControllerService {
5371
5353
  constructor(httpClient, basePath, configuration) {
5372
5354
  this.httpClient = httpClient;
5373
- this.basePath = 'https://apiv2stage2.atomex.net';
5355
+ this.basePath = 'https://apiv2stage3.atomex.net';
5374
5356
  this.defaultHeaders = new HttpHeaders();
5375
5357
  this.configuration = new Configuration();
5376
5358
  if (basePath) {
@@ -5616,7 +5598,7 @@ SliceXControllerService = __decorate([
5616
5598
  let StrategyControllerService = class StrategyControllerService {
5617
5599
  constructor(httpClient, basePath, configuration) {
5618
5600
  this.httpClient = httpClient;
5619
- this.basePath = 'https://apiv2stage2.atomex.net';
5601
+ this.basePath = 'https://apiv2stage3.atomex.net';
5620
5602
  this.defaultHeaders = new HttpHeaders();
5621
5603
  this.configuration = new Configuration();
5622
5604
  if (basePath) {
@@ -6231,7 +6213,7 @@ StrategyControllerService = __decorate([
6231
6213
  let UILoggerControllerService = class UILoggerControllerService {
6232
6214
  constructor(httpClient, basePath, configuration) {
6233
6215
  this.httpClient = httpClient;
6234
- this.basePath = 'https://apiv2stage2.atomex.net';
6216
+ this.basePath = 'https://apiv2stage3.atomex.net';
6235
6217
  this.defaultHeaders = new HttpHeaders();
6236
6218
  this.configuration = new Configuration();
6237
6219
  if (basePath) {
@@ -6319,7 +6301,7 @@ UILoggerControllerService = __decorate([
6319
6301
  let UserPreferenceControllerService = class UserPreferenceControllerService {
6320
6302
  constructor(httpClient, basePath, configuration) {
6321
6303
  this.httpClient = httpClient;
6322
- this.basePath = 'https://apiv2stage2.atomex.net';
6304
+ this.basePath = 'https://apiv2stage3.atomex.net';
6323
6305
  this.defaultHeaders = new HttpHeaders();
6324
6306
  this.configuration = new Configuration();
6325
6307
  if (basePath) {
@@ -6555,6 +6537,28 @@ var AuctionTypeEditField;
6555
6537
  };
6556
6538
  })(AuctionTypeEditField || (AuctionTypeEditField = {}));
6557
6539
 
6540
+ /**
6541
+ * Api Documentation
6542
+ * Api Documentation
6543
+ *
6544
+ * OpenAPI spec version: 1.0
6545
+ *
6546
+ *
6547
+ * NOTE: This class is auto generated by the swagger code generator program.
6548
+ * https://github.com/swagger-api/swagger-codegen.git
6549
+ * Do not edit the class manually.
6550
+ */
6551
+ var AudienceBackfillQueryTemplateRequest;
6552
+ (function (AudienceBackfillQueryTemplateRequest) {
6553
+ AudienceBackfillQueryTemplateRequest.DurationUnitEnum = {
6554
+ MINUTE: 'MINUTE',
6555
+ HOUR: 'HOUR',
6556
+ DAY: 'DAY',
6557
+ WEEK: 'WEEK',
6558
+ MONTH: 'MONTH'
6559
+ };
6560
+ })(AudienceBackfillQueryTemplateRequest || (AudienceBackfillQueryTemplateRequest = {}));
6561
+
6558
6562
  var AudienceDTO;
6559
6563
  (function (AudienceDTO) {
6560
6564
  AudienceDTO.AudienceTypeEnum = {
@@ -6908,34 +6912,6 @@ var DuplicateCreativeSetResponse;
6908
6912
  };
6909
6913
  })(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
6910
6914
 
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
6915
  /**
6940
6916
  * Api Documentation
6941
6917
  * Api Documentation
@@ -7426,5 +7402,5 @@ ApiModule = ApiModule_1 = __decorate([
7426
7402
  * Generated bundle index. Do not edit.
7427
7403
  */
7428
7404
 
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 };
7405
+ export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, 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
7406
  //# sourceMappingURL=revxui-api-clients-ts.js.map