@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
@@ -87,7 +87,7 @@ var Configuration = /** @class */ (function () {
87
87
  var AdminControllerService = /** @class */ (function () {
88
88
  function AdminControllerService(httpClient, basePath, configuration) {
89
89
  this.httpClient = httpClient;
90
- this.basePath = 'https://apiv2stage2.atomex.net';
90
+ this.basePath = 'https://apiv2stage3.atomex.net';
91
91
  this.defaultHeaders = new HttpHeaders();
92
92
  this.configuration = new Configuration();
93
93
  if (basePath) {
@@ -304,7 +304,7 @@ var CustomHttpUrlEncodingCodec = /** @class */ (function (_super) {
304
304
  var AdvertiserControllerService = /** @class */ (function () {
305
305
  function AdvertiserControllerService(httpClient, basePath, configuration) {
306
306
  this.httpClient = httpClient;
307
- this.basePath = 'https://apiv2stage2.atomex.net';
307
+ this.basePath = 'https://apiv2stage3.atomex.net';
308
308
  this.defaultHeaders = new HttpHeaders();
309
309
  this.configuration = new Configuration();
310
310
  if (basePath) {
@@ -750,7 +750,7 @@ var AdvertiserControllerService = /** @class */ (function () {
750
750
  var AppSettingsControllerService = /** @class */ (function () {
751
751
  function AppSettingsControllerService(httpClient, basePath, configuration) {
752
752
  this.httpClient = httpClient;
753
- this.basePath = 'https://apiv2stage2.atomex.net';
753
+ this.basePath = 'https://apiv2stage3.atomex.net';
754
754
  this.defaultHeaders = new HttpHeaders();
755
755
  this.configuration = new Configuration();
756
756
  if (basePath) {
@@ -821,65 +821,6 @@ var AppSettingsControllerService = /** @class */ (function () {
821
821
  reportProgress: reportProgress
822
822
  });
823
823
  };
824
- AppSettingsControllerService.prototype.fetchAllDynamicVideoTemplatesUsingGET = function (reqId, token, observe, reportProgress) {
825
- if (observe === void 0) { observe = 'body'; }
826
- if (reportProgress === void 0) { reportProgress = false; }
827
- var headers = this.defaultHeaders;
828
- if (reqId !== undefined && reqId !== null) {
829
- headers = headers.set('reqId', String(reqId));
830
- }
831
- if (token !== undefined && token !== null) {
832
- headers = headers.set('token', String(token));
833
- }
834
- // to determine the Accept header
835
- var httpHeaderAccepts = [
836
- 'application/json'
837
- ];
838
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
839
- if (httpHeaderAcceptSelected != undefined) {
840
- headers = headers.set('Accept', httpHeaderAcceptSelected);
841
- }
842
- // to determine the Content-Type header
843
- var consumes = [];
844
- return this.httpClient.get(this.basePath + "/v2/api/appsettings/dynamicvideo/templates", {
845
- withCredentials: this.configuration.withCredentials,
846
- headers: headers,
847
- observe: observe,
848
- reportProgress: reportProgress
849
- });
850
- };
851
- AppSettingsControllerService.prototype.fetchDynamicVideoConfigUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
852
- if (observe === void 0) { observe = 'body'; }
853
- if (reportProgress === void 0) { reportProgress = false; }
854
- var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
855
- if (advertiserId !== undefined && advertiserId !== null) {
856
- queryParameters = queryParameters.set('advertiserId', advertiserId);
857
- }
858
- var headers = this.defaultHeaders;
859
- if (reqId !== undefined && reqId !== null) {
860
- headers = headers.set('reqId', String(reqId));
861
- }
862
- if (token !== undefined && token !== null) {
863
- headers = headers.set('token', String(token));
864
- }
865
- // to determine the Accept header
866
- var httpHeaderAccepts = [
867
- 'application/json'
868
- ];
869
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
870
- if (httpHeaderAcceptSelected != undefined) {
871
- headers = headers.set('Accept', httpHeaderAcceptSelected);
872
- }
873
- // to determine the Content-Type header
874
- var consumes = [];
875
- return this.httpClient.get(this.basePath + "/v2/api/appsettings/dynamicvideo/config", {
876
- params: queryParameters,
877
- withCredentials: this.configuration.withCredentials,
878
- headers: headers,
879
- observe: observe,
880
- reportProgress: reportProgress
881
- });
882
- };
883
824
  AppSettingsControllerService.prototype.getAppSettingsUsingGET = function (advertiserId, reqId, settingsKeys, token, observe, reportProgress) {
884
825
  if (observe === void 0) { observe = 'body'; }
885
826
  if (reportProgress === void 0) { reportProgress = false; }
@@ -953,42 +894,6 @@ var AppSettingsControllerService = /** @class */ (function () {
953
894
  reportProgress: reportProgress
954
895
  });
955
896
  };
956
- AppSettingsControllerService.prototype.upsertDynamicVideoUsingPOST = function (dynamicVideoDTO, reqId, token, observe, reportProgress) {
957
- if (observe === void 0) { observe = 'body'; }
958
- if (reportProgress === void 0) { reportProgress = false; }
959
- if (dynamicVideoDTO === null || dynamicVideoDTO === undefined) {
960
- throw new Error('Required parameter dynamicVideoDTO was null or undefined when calling upsertDynamicVideoUsingPOST.');
961
- }
962
- var headers = this.defaultHeaders;
963
- if (reqId !== undefined && reqId !== null) {
964
- headers = headers.set('reqId', String(reqId));
965
- }
966
- if (token !== undefined && token !== null) {
967
- headers = headers.set('token', String(token));
968
- }
969
- // to determine the Accept header
970
- var httpHeaderAccepts = [
971
- 'application/json'
972
- ];
973
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
974
- if (httpHeaderAcceptSelected != undefined) {
975
- headers = headers.set('Accept', httpHeaderAcceptSelected);
976
- }
977
- // to determine the Content-Type header
978
- var consumes = [
979
- 'application/json'
980
- ];
981
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
982
- if (httpContentTypeSelected != undefined) {
983
- headers = headers.set('Content-Type', httpContentTypeSelected);
984
- }
985
- return this.httpClient.post(this.basePath + "/v2/api/appsettings/dynamicvideo/upsert", dynamicVideoDTO, {
986
- withCredentials: this.configuration.withCredentials,
987
- headers: headers,
988
- observe: observe,
989
- reportProgress: reportProgress
990
- });
991
- };
992
897
  AppSettingsControllerService.ctorParameters = function () { return [
993
898
  { type: HttpClient },
994
899
  { type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
@@ -1015,7 +920,7 @@ var AppSettingsControllerService = /** @class */ (function () {
1015
920
  var AudienceControllerService = /** @class */ (function () {
1016
921
  function AudienceControllerService(httpClient, basePath, configuration) {
1017
922
  this.httpClient = httpClient;
1018
- this.basePath = 'https://apiv2stage2.atomex.net';
923
+ this.basePath = 'https://apiv2stage3.atomex.net';
1019
924
  this.defaultHeaders = new HttpHeaders();
1020
925
  this.configuration = new Configuration();
1021
926
  if (basePath) {
@@ -1120,11 +1025,11 @@ var AudienceControllerService = /** @class */ (function () {
1120
1025
  reportProgress: reportProgress
1121
1026
  });
1122
1027
  };
1123
- AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (audience, reqId, token, observe, reportProgress) {
1028
+ AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (request, reqId, token, observe, reportProgress) {
1124
1029
  if (observe === void 0) { observe = 'body'; }
1125
1030
  if (reportProgress === void 0) { reportProgress = false; }
1126
- if (audience === null || audience === undefined) {
1127
- throw new Error('Required parameter audience was null or undefined when calling addBackfillRuleUsingPOST.');
1031
+ if (request === null || request === undefined) {
1032
+ throw new Error('Required parameter request was null or undefined when calling addBackfillRuleUsingPOST.');
1128
1033
  }
1129
1034
  var headers = this.defaultHeaders;
1130
1035
  if (reqId !== undefined && reqId !== null) {
@@ -1149,7 +1054,7 @@ var AudienceControllerService = /** @class */ (function () {
1149
1054
  if (httpContentTypeSelected != undefined) {
1150
1055
  headers = headers.set('Content-Type', httpContentTypeSelected);
1151
1056
  }
1152
- return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule", audience, {
1057
+ return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule", request, {
1153
1058
  withCredentials: this.configuration.withCredentials,
1154
1059
  headers: headers,
1155
1060
  observe: observe,
@@ -1295,6 +1200,45 @@ var AudienceControllerService = /** @class */ (function () {
1295
1200
  reportProgress: reportProgress
1296
1201
  });
1297
1202
  };
1203
+ AudienceControllerService.prototype.getActiveTemplatesUsingPOST = function (id, request, reqId, token, observe, reportProgress) {
1204
+ if (observe === void 0) { observe = 'body'; }
1205
+ if (reportProgress === void 0) { reportProgress = false; }
1206
+ if (id === null || id === undefined) {
1207
+ throw new Error('Required parameter id was null or undefined when calling getActiveTemplatesUsingPOST.');
1208
+ }
1209
+ if (request === null || request === undefined) {
1210
+ throw new Error('Required parameter request was null or undefined when calling getActiveTemplatesUsingPOST.');
1211
+ }
1212
+ var headers = this.defaultHeaders;
1213
+ if (reqId !== undefined && reqId !== null) {
1214
+ headers = headers.set('reqId', String(reqId));
1215
+ }
1216
+ if (token !== undefined && token !== null) {
1217
+ headers = headers.set('token', String(token));
1218
+ }
1219
+ // to determine the Accept header
1220
+ var httpHeaderAccepts = [
1221
+ 'application/json'
1222
+ ];
1223
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1224
+ if (httpHeaderAcceptSelected != undefined) {
1225
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1226
+ }
1227
+ // to determine the Content-Type header
1228
+ var consumes = [
1229
+ 'application/json'
1230
+ ];
1231
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1232
+ if (httpContentTypeSelected != undefined) {
1233
+ headers = headers.set('Content-Type', httpContentTypeSelected);
1234
+ }
1235
+ return this.httpClient.post(this.basePath + "/v2/api/audience/activetemplates/" + encodeURIComponent(String(id)), request, {
1236
+ withCredentials: this.configuration.withCredentials,
1237
+ headers: headers,
1238
+ observe: observe,
1239
+ reportProgress: reportProgress
1240
+ });
1241
+ };
1298
1242
  AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
1299
1243
  if (observe === void 0) { observe = 'body'; }
1300
1244
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1712,6 +1656,42 @@ var AudienceControllerService = /** @class */ (function () {
1712
1656
  reportProgress: reportProgress
1713
1657
  });
1714
1658
  };
1659
+ AudienceControllerService.prototype.validateBackfillRuleUsingPOST = function (query, reqId, token, observe, reportProgress) {
1660
+ if (observe === void 0) { observe = 'body'; }
1661
+ if (reportProgress === void 0) { reportProgress = false; }
1662
+ if (query === null || query === undefined) {
1663
+ throw new Error('Required parameter query was null or undefined when calling validateBackfillRuleUsingPOST.');
1664
+ }
1665
+ var headers = this.defaultHeaders;
1666
+ if (reqId !== undefined && reqId !== null) {
1667
+ headers = headers.set('reqId', String(reqId));
1668
+ }
1669
+ if (token !== undefined && token !== null) {
1670
+ headers = headers.set('token', String(token));
1671
+ }
1672
+ // to determine the Accept header
1673
+ var httpHeaderAccepts = [
1674
+ 'application/json'
1675
+ ];
1676
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1677
+ if (httpHeaderAcceptSelected != undefined) {
1678
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1679
+ }
1680
+ // to determine the Content-Type header
1681
+ var consumes = [
1682
+ 'application/json'
1683
+ ];
1684
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1685
+ if (httpContentTypeSelected != undefined) {
1686
+ headers = headers.set('Content-Type', httpContentTypeSelected);
1687
+ }
1688
+ return this.httpClient.post(this.basePath + "/v2/api/audience/validatebackfillrule", query, {
1689
+ withCredentials: this.configuration.withCredentials,
1690
+ headers: headers,
1691
+ observe: observe,
1692
+ reportProgress: reportProgress
1693
+ });
1694
+ };
1715
1695
  AudienceControllerService.ctorParameters = function () { return [
1716
1696
  { type: HttpClient },
1717
1697
  { type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
@@ -1738,7 +1718,7 @@ var AudienceControllerService = /** @class */ (function () {
1738
1718
  var AuditControllerService = /** @class */ (function () {
1739
1719
  function AuditControllerService(httpClient, basePath, configuration) {
1740
1720
  this.httpClient = httpClient;
1741
- this.basePath = 'https://apiv2stage2.atomex.net';
1721
+ this.basePath = 'https://apiv2stage3.atomex.net';
1742
1722
  this.defaultHeaders = new HttpHeaders();
1743
1723
  this.configuration = new Configuration();
1744
1724
  if (basePath) {
@@ -1937,7 +1917,7 @@ var AuditControllerService = /** @class */ (function () {
1937
1917
  var BulkStrategyControllerService = /** @class */ (function () {
1938
1918
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1939
1919
  this.httpClient = httpClient;
1940
- this.basePath = 'https://apiv2stage2.atomex.net';
1920
+ this.basePath = 'https://apiv2stage3.atomex.net';
1941
1921
  this.defaultHeaders = new HttpHeaders();
1942
1922
  this.configuration = new Configuration();
1943
1923
  if (basePath) {
@@ -2180,7 +2160,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2180
2160
  var CSSThemeController_Service = /** @class */ (function () {
2181
2161
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2182
2162
  this.httpClient = httpClient;
2183
- this.basePath = 'https://apiv2stage2.atomex.net';
2163
+ this.basePath = 'https://apiv2stage3.atomex.net';
2184
2164
  this.defaultHeaders = new HttpHeaders();
2185
2165
  this.configuration = new Configuration();
2186
2166
  if (basePath) {
@@ -2301,7 +2281,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2301
2281
  var CampaignControllerService = /** @class */ (function () {
2302
2282
  function CampaignControllerService(httpClient, basePath, configuration) {
2303
2283
  this.httpClient = httpClient;
2304
- this.basePath = 'https://apiv2stage2.atomex.net';
2284
+ this.basePath = 'https://apiv2stage3.atomex.net';
2305
2285
  this.defaultHeaders = new HttpHeaders();
2306
2286
  this.configuration = new Configuration();
2307
2287
  if (basePath) {
@@ -2623,7 +2603,7 @@ var CampaignControllerService = /** @class */ (function () {
2623
2603
  var CatalogControllerService = /** @class */ (function () {
2624
2604
  function CatalogControllerService(httpClient, basePath, configuration) {
2625
2605
  this.httpClient = httpClient;
2626
- this.basePath = 'https://apiv2stage2.atomex.net';
2606
+ this.basePath = 'https://apiv2stage3.atomex.net';
2627
2607
  this.defaultHeaders = new HttpHeaders();
2628
2608
  this.configuration = new Configuration();
2629
2609
  if (basePath) {
@@ -2846,7 +2826,7 @@ var CatalogControllerService = /** @class */ (function () {
2846
2826
  var ClickDestinationControllerService = /** @class */ (function () {
2847
2827
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2848
2828
  this.httpClient = httpClient;
2849
- this.basePath = 'https://apiv2stage2.atomex.net';
2829
+ this.basePath = 'https://apiv2stage3.atomex.net';
2850
2830
  this.defaultHeaders = new HttpHeaders();
2851
2831
  this.configuration = new Configuration();
2852
2832
  if (basePath) {
@@ -3096,7 +3076,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
3096
3076
  var CreativeControllerService = /** @class */ (function () {
3097
3077
  function CreativeControllerService(httpClient, basePath, configuration) {
3098
3078
  this.httpClient = httpClient;
3099
- this.basePath = 'https://apiv2stage2.atomex.net';
3079
+ this.basePath = 'https://apiv2stage3.atomex.net';
3100
3080
  this.defaultHeaders = new HttpHeaders();
3101
3081
  this.configuration = new Configuration();
3102
3082
  if (basePath) {
@@ -3573,7 +3553,7 @@ var CreativeControllerService = /** @class */ (function () {
3573
3553
  var CreativeSetsControllerService = /** @class */ (function () {
3574
3554
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3575
3555
  this.httpClient = httpClient;
3576
- this.basePath = 'https://apiv2stage2.atomex.net';
3556
+ this.basePath = 'https://apiv2stage3.atomex.net';
3577
3557
  this.defaultHeaders = new HttpHeaders();
3578
3558
  this.configuration = new Configuration();
3579
3559
  if (basePath) {
@@ -4018,7 +3998,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
4018
3998
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4019
3999
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4020
4000
  this.httpClient = httpClient;
4021
- this.basePath = 'https://apiv2stage2.atomex.net';
4001
+ this.basePath = 'https://apiv2stage3.atomex.net';
4022
4002
  this.defaultHeaders = new HttpHeaders();
4023
4003
  this.configuration = new Configuration();
4024
4004
  if (basePath) {
@@ -4219,7 +4199,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
4219
4199
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4220
4200
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4221
4201
  this.httpClient = httpClient;
4222
- this.basePath = 'https://apiv2stage2.atomex.net';
4202
+ this.basePath = 'https://apiv2stage3.atomex.net';
4223
4203
  this.defaultHeaders = new HttpHeaders();
4224
4204
  this.configuration = new Configuration();
4225
4205
  if (basePath) {
@@ -4307,7 +4287,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4307
4287
  var CreativeTemplatesControllerService = /** @class */ (function () {
4308
4288
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4309
4289
  this.httpClient = httpClient;
4310
- this.basePath = 'https://apiv2stage2.atomex.net';
4290
+ this.basePath = 'https://apiv2stage3.atomex.net';
4311
4291
  this.defaultHeaders = new HttpHeaders();
4312
4292
  this.configuration = new Configuration();
4313
4293
  if (basePath) {
@@ -4486,7 +4466,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4486
4466
  var DashboardControllerService = /** @class */ (function () {
4487
4467
  function DashboardControllerService(httpClient, basePath, configuration) {
4488
4468
  this.httpClient = httpClient;
4489
- this.basePath = 'https://apiv2stage2.atomex.net';
4469
+ this.basePath = 'https://apiv2stage3.atomex.net';
4490
4470
  this.defaultHeaders = new HttpHeaders();
4491
4471
  this.configuration = new Configuration();
4492
4472
  if (basePath) {
@@ -5143,7 +5123,7 @@ var DashboardControllerService = /** @class */ (function () {
5143
5123
  var NotificationsControllerService = /** @class */ (function () {
5144
5124
  function NotificationsControllerService(httpClient, basePath, configuration) {
5145
5125
  this.httpClient = httpClient;
5146
- this.basePath = 'https://apiv2stage2.atomex.net';
5126
+ this.basePath = 'https://apiv2stage3.atomex.net';
5147
5127
  this.defaultHeaders = new HttpHeaders();
5148
5128
  this.configuration = new Configuration();
5149
5129
  if (basePath) {
@@ -5342,7 +5322,7 @@ var NotificationsControllerService = /** @class */ (function () {
5342
5322
  var PixelControllerService = /** @class */ (function () {
5343
5323
  function PixelControllerService(httpClient, basePath, configuration) {
5344
5324
  this.httpClient = httpClient;
5345
- this.basePath = 'https://apiv2stage2.atomex.net';
5325
+ this.basePath = 'https://apiv2stage3.atomex.net';
5346
5326
  this.defaultHeaders = new HttpHeaders();
5347
5327
  this.configuration = new Configuration();
5348
5328
  if (basePath) {
@@ -5671,7 +5651,7 @@ var PixelControllerService = /** @class */ (function () {
5671
5651
  var ReportingControllerService = /** @class */ (function () {
5672
5652
  function ReportingControllerService(httpClient, basePath, configuration) {
5673
5653
  this.httpClient = httpClient;
5674
- this.basePath = 'https://apiv2stage2.atomex.net';
5654
+ this.basePath = 'https://apiv2stage3.atomex.net';
5675
5655
  this.defaultHeaders = new HttpHeaders();
5676
5656
  this.configuration = new Configuration();
5677
5657
  if (basePath) {
@@ -5855,7 +5835,7 @@ var ReportingControllerService = /** @class */ (function () {
5855
5835
  var SliceXControllerService = /** @class */ (function () {
5856
5836
  function SliceXControllerService(httpClient, basePath, configuration) {
5857
5837
  this.httpClient = httpClient;
5858
- this.basePath = 'https://apiv2stage2.atomex.net';
5838
+ this.basePath = 'https://apiv2stage3.atomex.net';
5859
5839
  this.defaultHeaders = new HttpHeaders();
5860
5840
  this.configuration = new Configuration();
5861
5841
  if (basePath) {
@@ -6123,7 +6103,7 @@ var SliceXControllerService = /** @class */ (function () {
6123
6103
  var StrategyControllerService = /** @class */ (function () {
6124
6104
  function StrategyControllerService(httpClient, basePath, configuration) {
6125
6105
  this.httpClient = httpClient;
6126
- this.basePath = 'https://apiv2stage2.atomex.net';
6106
+ this.basePath = 'https://apiv2stage3.atomex.net';
6127
6107
  this.defaultHeaders = new HttpHeaders();
6128
6108
  this.configuration = new Configuration();
6129
6109
  if (basePath) {
@@ -6784,7 +6764,7 @@ var StrategyControllerService = /** @class */ (function () {
6784
6764
  var UILoggerControllerService = /** @class */ (function () {
6785
6765
  function UILoggerControllerService(httpClient, basePath, configuration) {
6786
6766
  this.httpClient = httpClient;
6787
- this.basePath = 'https://apiv2stage2.atomex.net';
6767
+ this.basePath = 'https://apiv2stage3.atomex.net';
6788
6768
  this.defaultHeaders = new HttpHeaders();
6789
6769
  this.configuration = new Configuration();
6790
6770
  if (basePath) {
@@ -6886,7 +6866,7 @@ var UILoggerControllerService = /** @class */ (function () {
6886
6866
  var UserPreferenceControllerService = /** @class */ (function () {
6887
6867
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6888
6868
  this.httpClient = httpClient;
6889
- this.basePath = 'https://apiv2stage2.atomex.net';
6869
+ this.basePath = 'https://apiv2stage3.atomex.net';
6890
6870
  this.defaultHeaders = new HttpHeaders();
6891
6871
  this.configuration = new Configuration();
6892
6872
  if (basePath) {
@@ -7142,6 +7122,28 @@ var AuctionTypeEditField;
7142
7122
  };
7143
7123
  })(AuctionTypeEditField || (AuctionTypeEditField = {}));
7144
7124
 
7125
+ /**
7126
+ * Api Documentation
7127
+ * Api Documentation
7128
+ *
7129
+ * OpenAPI spec version: 1.0
7130
+ *
7131
+ *
7132
+ * NOTE: This class is auto generated by the swagger code generator program.
7133
+ * https://github.com/swagger-api/swagger-codegen.git
7134
+ * Do not edit the class manually.
7135
+ */
7136
+ var AudienceBackfillQueryTemplateRequest;
7137
+ (function (AudienceBackfillQueryTemplateRequest) {
7138
+ AudienceBackfillQueryTemplateRequest.DurationUnitEnum = {
7139
+ MINUTE: 'MINUTE',
7140
+ HOUR: 'HOUR',
7141
+ DAY: 'DAY',
7142
+ WEEK: 'WEEK',
7143
+ MONTH: 'MONTH'
7144
+ };
7145
+ })(AudienceBackfillQueryTemplateRequest || (AudienceBackfillQueryTemplateRequest = {}));
7146
+
7145
7147
  var AudienceDTO;
7146
7148
  (function (AudienceDTO) {
7147
7149
  AudienceDTO.AudienceTypeEnum = {
@@ -7495,34 +7497,6 @@ var DuplicateCreativeSetResponse;
7495
7497
  };
7496
7498
  })(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
7497
7499
 
7498
- /**
7499
- * Api Documentation
7500
- * Api Documentation
7501
- *
7502
- * OpenAPI spec version: 1.0
7503
- *
7504
- *
7505
- * NOTE: This class is auto generated by the swagger code generator program.
7506
- * https://github.com/swagger-api/swagger-codegen.git
7507
- * Do not edit the class manually.
7508
- */
7509
- var DynamicVideoConfigDTO;
7510
- (function (DynamicVideoConfigDTO) {
7511
- DynamicVideoConfigDTO.ConfigKeyEnum = {
7512
- TEMPLATEID: 'TEMPLATE_ID',
7513
- LOGO: 'LOGO',
7514
- SALEPRICEPREFIX: 'SALE_PRICE_PREFIX',
7515
- ORIGINALPRICEPREFIX: 'ORIGINAL_PRICE_PREFIX',
7516
- CTA: 'CTA',
7517
- TITLELENGTH: 'TITLE_LENGTH',
7518
- DISCOUNTSUFFIX: 'DISCOUNT_SUFFIX',
7519
- FONT: 'FONT',
7520
- ROUNDPRICE: 'ROUND_PRICE',
7521
- MUSICFILE: 'MUSIC_FILE',
7522
- VIDEOFILE: 'VIDEO_FILE'
7523
- };
7524
- })(DynamicVideoConfigDTO || (DynamicVideoConfigDTO = {}));
7525
-
7526
7500
  /**
7527
7501
  * Api Documentation
7528
7502
  * Api Documentation
@@ -8015,5 +7989,5 @@ var ApiModule = /** @class */ (function () {
8015
7989
  * Generated bundle index. Do not edit.
8016
7990
  */
8017
7991
 
8018
- 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 };
7992
+ 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 };
8019
7993
  //# sourceMappingURL=revxui-api-clients-ts.js.map