@revxui/api-clients-ts 0.10.322 → 0.10.323

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 (108) hide show
  1. package/README.md +2 -2
  2. package/api/appSettingsController.service.d.ts +39 -0
  3. package/api/audienceController.service.d.ts +33 -30
  4. package/bundles/revxui-api-clients-ts.umd.js +259 -97
  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 +91 -2
  11. package/esm2015/api/audienceController.service.js +77 -74
  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/advertiserDynamicVideoConfig.js +1 -0
  32. package/esm2015/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +1 -0
  33. package/esm2015/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +1 -0
  34. package/esm2015/model/apiResponseObjectListDynamicVideoTemplate.js +1 -0
  35. package/esm2015/model/audienceBackfillQueryTemplateRequest.js +22 -0
  36. package/esm2015/model/audienceBackfillRequest.js +9 -0
  37. package/esm2015/model/audienceDTO.js +1 -1
  38. package/esm2015/model/{combinedAudienceAnalysisResponse.js → backfillAudienceQueryTemplateDTO.js} +1 -1
  39. package/esm2015/model/dynamicVideoConfigDTO.js +28 -0
  40. package/esm2015/model/dynamicVideoDTO.js +1 -0
  41. package/esm2015/model/dynamicVideoTemplate.js +1 -0
  42. package/esm2015/model/models.js +4 -1
  43. package/esm2015/model/nameAndTitleModel.js +12 -0
  44. package/esm2015/model/searchRequest.js +1 -1
  45. package/esm2015/model/strategyDTO.js +6 -1
  46. package/esm5/api/adminController.service.js +2 -2
  47. package/esm5/api/advertiserController.service.js +2 -2
  48. package/esm5/api/appSettingsController.service.js +97 -2
  49. package/esm5/api/audienceController.service.js +79 -76
  50. package/esm5/api/auditController.service.js +2 -2
  51. package/esm5/api/bulkStrategyController.service.js +2 -2
  52. package/esm5/api/cSSThemeController_.service.js +2 -2
  53. package/esm5/api/campaignController.service.js +2 -2
  54. package/esm5/api/catalogController.service.js +2 -2
  55. package/esm5/api/clickDestinationController.service.js +2 -2
  56. package/esm5/api/creativeController.service.js +2 -2
  57. package/esm5/api/creativeSetsController.service.js +2 -2
  58. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  59. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  60. package/esm5/api/creativeTemplatesController.service.js +2 -2
  61. package/esm5/api/dashboardController.service.js +2 -2
  62. package/esm5/api/notificationsController.service.js +2 -2
  63. package/esm5/api/pixelController.service.js +2 -2
  64. package/esm5/api/reportingController.service.js +2 -2
  65. package/esm5/api/sliceXController.service.js +2 -2
  66. package/esm5/api/strategyController.service.js +2 -2
  67. package/esm5/api/uILoggerController.service.js +2 -2
  68. package/esm5/api/userPreferenceController.service.js +2 -2
  69. package/esm5/model/advertiserDynamicVideoConfig.js +1 -0
  70. package/esm5/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +1 -0
  71. package/esm5/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +1 -0
  72. package/esm5/model/apiResponseObjectListDynamicVideoTemplate.js +1 -0
  73. package/esm5/model/audienceBackfillQueryTemplateRequest.js +22 -0
  74. package/esm5/model/audienceBackfillRequest.js +9 -0
  75. package/esm5/model/audienceDTO.js +1 -1
  76. package/esm5/model/{combinedAudienceAnalysisResponse.js → backfillAudienceQueryTemplateDTO.js} +1 -1
  77. package/esm5/model/dynamicVideoConfigDTO.js +28 -0
  78. package/esm5/model/dynamicVideoDTO.js +1 -0
  79. package/esm5/model/dynamicVideoTemplate.js +1 -0
  80. package/esm5/model/models.js +4 -1
  81. package/esm5/model/nameAndTitleModel.js +12 -0
  82. package/esm5/model/searchRequest.js +1 -1
  83. package/esm5/model/strategyDTO.js +6 -1
  84. package/fesm2015/revxui-api-clients-ts.js +252 -96
  85. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  86. package/fesm5/revxui-api-clients-ts.js +260 -98
  87. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  88. package/model/advertiserDynamicVideoConfig.d.ts +18 -0
  89. package/model/{apiResponseObjectArrayListCombinedAudienceAnalysisResponse.d.ts → apiResponseObjectAdvertiserDynamicVideoConfig.d.ts} +3 -3
  90. package/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.d.ts +17 -0
  91. package/model/{combinedAudienceAnalysisResponse.d.ts → apiResponseObjectListDynamicVideoTemplate.d.ts} +5 -7
  92. package/model/audienceBackfillQueryTemplateRequest.d.ts +26 -0
  93. package/model/audienceBackfillRequest.d.ts +25 -0
  94. package/model/audienceDTO.d.ts +2 -0
  95. package/model/{audienceAnalysisRequest.d.ts → backfillAudienceQueryTemplateDTO.d.ts} +5 -5
  96. package/model/dynamicVideoConfigDTO.d.ts +32 -0
  97. package/model/dynamicVideoDTO.d.ts +16 -0
  98. package/model/dynamicVideoTemplate.d.ts +18 -0
  99. package/model/models.d.ts +11 -3
  100. package/model/nameAndTitleModel.d.ts +15 -0
  101. package/model/searchRequest.d.ts +0 -1
  102. package/model/strategyDTO.d.ts +7 -0
  103. package/package.json +1 -1
  104. package/revxui-api-clients-ts.metadata.json +1 -1
  105. package/esm2015/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.js +0 -1
  106. package/esm2015/model/audienceAnalysisRequest.js +0 -12
  107. package/esm5/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.js +0 -1
  108. package/esm5/model/audienceAnalysisRequest.js +0 -12
@@ -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,6 +821,65 @@ 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
+ };
824
883
  AppSettingsControllerService.prototype.getAppSettingsUsingGET = function (advertiserId, reqId, settingsKeys, token, observe, reportProgress) {
825
884
  if (observe === void 0) { observe = 'body'; }
826
885
  if (reportProgress === void 0) { reportProgress = false; }
@@ -894,6 +953,42 @@ var AppSettingsControllerService = /** @class */ (function () {
894
953
  reportProgress: reportProgress
895
954
  });
896
955
  };
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
+ };
897
992
  AppSettingsControllerService.ctorParameters = function () { return [
898
993
  { type: HttpClient },
899
994
  { type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
@@ -920,7 +1015,7 @@ var AppSettingsControllerService = /** @class */ (function () {
920
1015
  var AudienceControllerService = /** @class */ (function () {
921
1016
  function AudienceControllerService(httpClient, basePath, configuration) {
922
1017
  this.httpClient = httpClient;
923
- this.basePath = 'https://apiv2stage2.atomex.net';
1018
+ this.basePath = 'https://apiv2stage3.atomex.net';
924
1019
  this.defaultHeaders = new HttpHeaders();
925
1020
  this.configuration = new Configuration();
926
1021
  if (basePath) {
@@ -1025,11 +1120,11 @@ var AudienceControllerService = /** @class */ (function () {
1025
1120
  reportProgress: reportProgress
1026
1121
  });
1027
1122
  };
1028
- AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (audience, reqId, token, observe, reportProgress) {
1123
+ AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (request, reqId, token, observe, reportProgress) {
1029
1124
  if (observe === void 0) { observe = 'body'; }
1030
1125
  if (reportProgress === void 0) { reportProgress = false; }
1031
- if (audience === null || audience === undefined) {
1032
- throw new Error('Required parameter audience was null or undefined when calling addBackfillRuleUsingPOST.');
1126
+ if (request === null || request === undefined) {
1127
+ throw new Error('Required parameter request was null or undefined when calling addBackfillRuleUsingPOST.');
1033
1128
  }
1034
1129
  var headers = this.defaultHeaders;
1035
1130
  if (reqId !== undefined && reqId !== null) {
@@ -1054,7 +1149,7 @@ var AudienceControllerService = /** @class */ (function () {
1054
1149
  if (httpContentTypeSelected != undefined) {
1055
1150
  headers = headers.set('Content-Type', httpContentTypeSelected);
1056
1151
  }
1057
- return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule", audience, {
1152
+ return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule", request, {
1058
1153
  withCredentials: this.configuration.withCredentials,
1059
1154
  headers: headers,
1060
1155
  observe: observe,
@@ -1200,15 +1295,14 @@ var AudienceControllerService = /** @class */ (function () {
1200
1295
  reportProgress: reportProgress
1201
1296
  });
1202
1297
  };
1203
- AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
1298
+ AudienceControllerService.prototype.getActiveTemplatesUsingPOST = function (id, request, reqId, token, observe, reportProgress) {
1204
1299
  if (observe === void 0) { observe = 'body'; }
1205
1300
  if (reportProgress === void 0) { reportProgress = false; }
1206
- var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1207
- if (advertiser_id !== undefined && advertiser_id !== null) {
1208
- queryParameters = queryParameters.set('advertiser_id', advertiser_id);
1301
+ if (id === null || id === undefined) {
1302
+ throw new Error('Required parameter id was null or undefined when calling getActiveTemplatesUsingPOST.');
1209
1303
  }
1210
- if (refresh !== undefined && refresh !== null) {
1211
- queryParameters = queryParameters.set('refresh', refresh);
1304
+ if (request === null || request === undefined) {
1305
+ throw new Error('Required parameter request was null or undefined when calling getActiveTemplatesUsingPOST.');
1212
1306
  }
1213
1307
  var headers = this.defaultHeaders;
1214
1308
  if (reqId !== undefined && reqId !== null) {
@@ -1233,32 +1327,22 @@ var AudienceControllerService = /** @class */ (function () {
1233
1327
  if (httpContentTypeSelected != undefined) {
1234
1328
  headers = headers.set('Content-Type', httpContentTypeSelected);
1235
1329
  }
1236
- return this.httpClient.post(this.basePath + "/v2/api/audience/all", search, {
1237
- params: queryParameters,
1330
+ return this.httpClient.post(this.basePath + "/v2/api/audience/activetemplates/" + encodeURIComponent(String(id)), request, {
1238
1331
  withCredentials: this.configuration.withCredentials,
1239
1332
  headers: headers,
1240
1333
  observe: observe,
1241
1334
  reportProgress: reportProgress
1242
1335
  });
1243
1336
  };
1244
- AudienceControllerService.prototype.getAllDmpAudienceUsingGET = function (advertiser_id, limit, reqId, start, stype, token, observe, reportProgress) {
1337
+ AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
1245
1338
  if (observe === void 0) { observe = 'body'; }
1246
1339
  if (reportProgress === void 0) { reportProgress = false; }
1247
- if (advertiser_id === null || advertiser_id === undefined) {
1248
- throw new Error('Required parameter advertiser_id was null or undefined when calling getAllDmpAudienceUsingGET.');
1249
- }
1250
1340
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1251
1341
  if (advertiser_id !== undefined && advertiser_id !== null) {
1252
1342
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
1253
1343
  }
1254
- if (limit !== undefined && limit !== null) {
1255
- queryParameters = queryParameters.set('limit', limit);
1256
- }
1257
- if (start !== undefined && start !== null) {
1258
- queryParameters = queryParameters.set('start', start);
1259
- }
1260
- if (stype !== undefined && stype !== null) {
1261
- queryParameters = queryParameters.set('stype', stype);
1344
+ if (refresh !== undefined && refresh !== null) {
1345
+ queryParameters = queryParameters.set('refresh', refresh);
1262
1346
  }
1263
1347
  var headers = this.defaultHeaders;
1264
1348
  if (reqId !== undefined && reqId !== null) {
@@ -1269,15 +1353,21 @@ var AudienceControllerService = /** @class */ (function () {
1269
1353
  }
1270
1354
  // to determine the Accept header
1271
1355
  var httpHeaderAccepts = [
1272
- '*/*'
1356
+ 'application/json'
1273
1357
  ];
1274
1358
  var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1275
1359
  if (httpHeaderAcceptSelected != undefined) {
1276
1360
  headers = headers.set('Accept', httpHeaderAcceptSelected);
1277
1361
  }
1278
1362
  // to determine the Content-Type header
1279
- var consumes = [];
1280
- return this.httpClient.get(this.basePath + "/v2/api/audience/dmp", {
1363
+ var consumes = [
1364
+ 'application/json'
1365
+ ];
1366
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1367
+ if (httpContentTypeSelected != undefined) {
1368
+ headers = headers.set('Content-Type', httpContentTypeSelected);
1369
+ }
1370
+ return this.httpClient.post(this.basePath + "/v2/api/audience/all", search, {
1281
1371
  params: queryParameters,
1282
1372
  withCredentials: this.configuration.withCredentials,
1283
1373
  headers: headers,
@@ -1285,11 +1375,24 @@ var AudienceControllerService = /** @class */ (function () {
1285
1375
  reportProgress: reportProgress
1286
1376
  });
1287
1377
  };
1288
- AudienceControllerService.prototype.getAnalysisAudienceCountUsingPOST = function (audienceAnalysisRequest, reqId, token, observe, reportProgress) {
1378
+ AudienceControllerService.prototype.getAllDmpAudienceUsingGET = function (advertiser_id, limit, reqId, start, stype, token, observe, reportProgress) {
1289
1379
  if (observe === void 0) { observe = 'body'; }
1290
1380
  if (reportProgress === void 0) { reportProgress = false; }
1291
- if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
1292
- throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getAnalysisAudienceCountUsingPOST.');
1381
+ if (advertiser_id === null || advertiser_id === undefined) {
1382
+ throw new Error('Required parameter advertiser_id was null or undefined when calling getAllDmpAudienceUsingGET.');
1383
+ }
1384
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1385
+ if (advertiser_id !== undefined && advertiser_id !== null) {
1386
+ queryParameters = queryParameters.set('advertiser_id', advertiser_id);
1387
+ }
1388
+ if (limit !== undefined && limit !== null) {
1389
+ queryParameters = queryParameters.set('limit', limit);
1390
+ }
1391
+ if (start !== undefined && start !== null) {
1392
+ queryParameters = queryParameters.set('start', start);
1393
+ }
1394
+ if (stype !== undefined && stype !== null) {
1395
+ queryParameters = queryParameters.set('stype', stype);
1293
1396
  }
1294
1397
  var headers = this.defaultHeaders;
1295
1398
  if (reqId !== undefined && reqId !== null) {
@@ -1307,14 +1410,9 @@ var AudienceControllerService = /** @class */ (function () {
1307
1410
  headers = headers.set('Accept', httpHeaderAcceptSelected);
1308
1411
  }
1309
1412
  // to determine the Content-Type header
1310
- var consumes = [
1311
- 'application/json'
1312
- ];
1313
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1314
- if (httpContentTypeSelected != undefined) {
1315
- headers = headers.set('Content-Type', httpContentTypeSelected);
1316
- }
1317
- return this.httpClient.post(this.basePath + "/v2/api/audience/audienceanalysis", audienceAnalysisRequest, {
1413
+ var consumes = [];
1414
+ return this.httpClient.get(this.basePath + "/v2/api/audience/dmp", {
1415
+ params: queryParameters,
1318
1416
  withCredentials: this.configuration.withCredentials,
1319
1417
  headers: headers,
1320
1418
  observe: observe,
@@ -1415,42 +1513,6 @@ var AudienceControllerService = /** @class */ (function () {
1415
1513
  reportProgress: reportProgress
1416
1514
  });
1417
1515
  };
1418
- AudienceControllerService.prototype.getCombinedAnalysisAudienceCountUsingPOST = function (audienceAnalysisRequest, reqId, token, observe, reportProgress) {
1419
- if (observe === void 0) { observe = 'body'; }
1420
- if (reportProgress === void 0) { reportProgress = false; }
1421
- if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
1422
- throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getCombinedAnalysisAudienceCountUsingPOST.');
1423
- }
1424
- var headers = this.defaultHeaders;
1425
- if (reqId !== undefined && reqId !== null) {
1426
- headers = headers.set('reqId', String(reqId));
1427
- }
1428
- if (token !== undefined && token !== null) {
1429
- headers = headers.set('token', String(token));
1430
- }
1431
- // to determine the Accept header
1432
- var httpHeaderAccepts = [
1433
- '*/*'
1434
- ];
1435
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1436
- if (httpHeaderAcceptSelected != undefined) {
1437
- headers = headers.set('Accept', httpHeaderAcceptSelected);
1438
- }
1439
- // to determine the Content-Type header
1440
- var consumes = [
1441
- 'application/json'
1442
- ];
1443
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1444
- if (httpContentTypeSelected != undefined) {
1445
- headers = headers.set('Content-Type', httpContentTypeSelected);
1446
- }
1447
- return this.httpClient.post(this.basePath + "/v2/api/audience/audienceanalysis/combination", audienceAnalysisRequest, {
1448
- withCredentials: this.configuration.withCredentials,
1449
- headers: headers,
1450
- observe: observe,
1451
- reportProgress: reportProgress
1452
- });
1453
- };
1454
1516
  AudienceControllerService.prototype.getEligibleUsersCountUsingPOST = function (eligibleUsersRequest, reqId, token, observe, reportProgress) {
1455
1517
  if (observe === void 0) { observe = 'body'; }
1456
1518
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1689,6 +1751,42 @@ var AudienceControllerService = /** @class */ (function () {
1689
1751
  reportProgress: reportProgress
1690
1752
  });
1691
1753
  };
1754
+ AudienceControllerService.prototype.validateBackfillRuleUsingPOST = function (query, reqId, token, observe, reportProgress) {
1755
+ if (observe === void 0) { observe = 'body'; }
1756
+ if (reportProgress === void 0) { reportProgress = false; }
1757
+ if (query === null || query === undefined) {
1758
+ throw new Error('Required parameter query was null or undefined when calling validateBackfillRuleUsingPOST.');
1759
+ }
1760
+ var headers = this.defaultHeaders;
1761
+ if (reqId !== undefined && reqId !== null) {
1762
+ headers = headers.set('reqId', String(reqId));
1763
+ }
1764
+ if (token !== undefined && token !== null) {
1765
+ headers = headers.set('token', String(token));
1766
+ }
1767
+ // to determine the Accept header
1768
+ var httpHeaderAccepts = [
1769
+ 'application/json'
1770
+ ];
1771
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1772
+ if (httpHeaderAcceptSelected != undefined) {
1773
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1774
+ }
1775
+ // to determine the Content-Type header
1776
+ var consumes = [
1777
+ 'application/json'
1778
+ ];
1779
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1780
+ if (httpContentTypeSelected != undefined) {
1781
+ headers = headers.set('Content-Type', httpContentTypeSelected);
1782
+ }
1783
+ return this.httpClient.post(this.basePath + "/v2/api/audience/validatebackfillrule", query, {
1784
+ withCredentials: this.configuration.withCredentials,
1785
+ headers: headers,
1786
+ observe: observe,
1787
+ reportProgress: reportProgress
1788
+ });
1789
+ };
1692
1790
  AudienceControllerService.ctorParameters = function () { return [
1693
1791
  { type: HttpClient },
1694
1792
  { type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
@@ -1715,7 +1813,7 @@ var AudienceControllerService = /** @class */ (function () {
1715
1813
  var AuditControllerService = /** @class */ (function () {
1716
1814
  function AuditControllerService(httpClient, basePath, configuration) {
1717
1815
  this.httpClient = httpClient;
1718
- this.basePath = 'https://apiv2stage2.atomex.net';
1816
+ this.basePath = 'https://apiv2stage3.atomex.net';
1719
1817
  this.defaultHeaders = new HttpHeaders();
1720
1818
  this.configuration = new Configuration();
1721
1819
  if (basePath) {
@@ -1914,7 +2012,7 @@ var AuditControllerService = /** @class */ (function () {
1914
2012
  var BulkStrategyControllerService = /** @class */ (function () {
1915
2013
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1916
2014
  this.httpClient = httpClient;
1917
- this.basePath = 'https://apiv2stage2.atomex.net';
2015
+ this.basePath = 'https://apiv2stage3.atomex.net';
1918
2016
  this.defaultHeaders = new HttpHeaders();
1919
2017
  this.configuration = new Configuration();
1920
2018
  if (basePath) {
@@ -2157,7 +2255,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2157
2255
  var CSSThemeController_Service = /** @class */ (function () {
2158
2256
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2159
2257
  this.httpClient = httpClient;
2160
- this.basePath = 'https://apiv2stage2.atomex.net';
2258
+ this.basePath = 'https://apiv2stage3.atomex.net';
2161
2259
  this.defaultHeaders = new HttpHeaders();
2162
2260
  this.configuration = new Configuration();
2163
2261
  if (basePath) {
@@ -2278,7 +2376,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2278
2376
  var CampaignControllerService = /** @class */ (function () {
2279
2377
  function CampaignControllerService(httpClient, basePath, configuration) {
2280
2378
  this.httpClient = httpClient;
2281
- this.basePath = 'https://apiv2stage2.atomex.net';
2379
+ this.basePath = 'https://apiv2stage3.atomex.net';
2282
2380
  this.defaultHeaders = new HttpHeaders();
2283
2381
  this.configuration = new Configuration();
2284
2382
  if (basePath) {
@@ -2600,7 +2698,7 @@ var CampaignControllerService = /** @class */ (function () {
2600
2698
  var CatalogControllerService = /** @class */ (function () {
2601
2699
  function CatalogControllerService(httpClient, basePath, configuration) {
2602
2700
  this.httpClient = httpClient;
2603
- this.basePath = 'https://apiv2stage2.atomex.net';
2701
+ this.basePath = 'https://apiv2stage3.atomex.net';
2604
2702
  this.defaultHeaders = new HttpHeaders();
2605
2703
  this.configuration = new Configuration();
2606
2704
  if (basePath) {
@@ -2823,7 +2921,7 @@ var CatalogControllerService = /** @class */ (function () {
2823
2921
  var ClickDestinationControllerService = /** @class */ (function () {
2824
2922
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2825
2923
  this.httpClient = httpClient;
2826
- this.basePath = 'https://apiv2stage2.atomex.net';
2924
+ this.basePath = 'https://apiv2stage3.atomex.net';
2827
2925
  this.defaultHeaders = new HttpHeaders();
2828
2926
  this.configuration = new Configuration();
2829
2927
  if (basePath) {
@@ -3073,7 +3171,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
3073
3171
  var CreativeControllerService = /** @class */ (function () {
3074
3172
  function CreativeControllerService(httpClient, basePath, configuration) {
3075
3173
  this.httpClient = httpClient;
3076
- this.basePath = 'https://apiv2stage2.atomex.net';
3174
+ this.basePath = 'https://apiv2stage3.atomex.net';
3077
3175
  this.defaultHeaders = new HttpHeaders();
3078
3176
  this.configuration = new Configuration();
3079
3177
  if (basePath) {
@@ -3550,7 +3648,7 @@ var CreativeControllerService = /** @class */ (function () {
3550
3648
  var CreativeSetsControllerService = /** @class */ (function () {
3551
3649
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3552
3650
  this.httpClient = httpClient;
3553
- this.basePath = 'https://apiv2stage2.atomex.net';
3651
+ this.basePath = 'https://apiv2stage3.atomex.net';
3554
3652
  this.defaultHeaders = new HttpHeaders();
3555
3653
  this.configuration = new Configuration();
3556
3654
  if (basePath) {
@@ -3995,7 +4093,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3995
4093
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3996
4094
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3997
4095
  this.httpClient = httpClient;
3998
- this.basePath = 'https://apiv2stage2.atomex.net';
4096
+ this.basePath = 'https://apiv2stage3.atomex.net';
3999
4097
  this.defaultHeaders = new HttpHeaders();
4000
4098
  this.configuration = new Configuration();
4001
4099
  if (basePath) {
@@ -4196,7 +4294,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
4196
4294
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4197
4295
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4198
4296
  this.httpClient = httpClient;
4199
- this.basePath = 'https://apiv2stage2.atomex.net';
4297
+ this.basePath = 'https://apiv2stage3.atomex.net';
4200
4298
  this.defaultHeaders = new HttpHeaders();
4201
4299
  this.configuration = new Configuration();
4202
4300
  if (basePath) {
@@ -4284,7 +4382,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4284
4382
  var CreativeTemplatesControllerService = /** @class */ (function () {
4285
4383
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4286
4384
  this.httpClient = httpClient;
4287
- this.basePath = 'https://apiv2stage2.atomex.net';
4385
+ this.basePath = 'https://apiv2stage3.atomex.net';
4288
4386
  this.defaultHeaders = new HttpHeaders();
4289
4387
  this.configuration = new Configuration();
4290
4388
  if (basePath) {
@@ -4463,7 +4561,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4463
4561
  var DashboardControllerService = /** @class */ (function () {
4464
4562
  function DashboardControllerService(httpClient, basePath, configuration) {
4465
4563
  this.httpClient = httpClient;
4466
- this.basePath = 'https://apiv2stage2.atomex.net';
4564
+ this.basePath = 'https://apiv2stage3.atomex.net';
4467
4565
  this.defaultHeaders = new HttpHeaders();
4468
4566
  this.configuration = new Configuration();
4469
4567
  if (basePath) {
@@ -5120,7 +5218,7 @@ var DashboardControllerService = /** @class */ (function () {
5120
5218
  var NotificationsControllerService = /** @class */ (function () {
5121
5219
  function NotificationsControllerService(httpClient, basePath, configuration) {
5122
5220
  this.httpClient = httpClient;
5123
- this.basePath = 'https://apiv2stage2.atomex.net';
5221
+ this.basePath = 'https://apiv2stage3.atomex.net';
5124
5222
  this.defaultHeaders = new HttpHeaders();
5125
5223
  this.configuration = new Configuration();
5126
5224
  if (basePath) {
@@ -5319,7 +5417,7 @@ var NotificationsControllerService = /** @class */ (function () {
5319
5417
  var PixelControllerService = /** @class */ (function () {
5320
5418
  function PixelControllerService(httpClient, basePath, configuration) {
5321
5419
  this.httpClient = httpClient;
5322
- this.basePath = 'https://apiv2stage2.atomex.net';
5420
+ this.basePath = 'https://apiv2stage3.atomex.net';
5323
5421
  this.defaultHeaders = new HttpHeaders();
5324
5422
  this.configuration = new Configuration();
5325
5423
  if (basePath) {
@@ -5648,7 +5746,7 @@ var PixelControllerService = /** @class */ (function () {
5648
5746
  var ReportingControllerService = /** @class */ (function () {
5649
5747
  function ReportingControllerService(httpClient, basePath, configuration) {
5650
5748
  this.httpClient = httpClient;
5651
- this.basePath = 'https://apiv2stage2.atomex.net';
5749
+ this.basePath = 'https://apiv2stage3.atomex.net';
5652
5750
  this.defaultHeaders = new HttpHeaders();
5653
5751
  this.configuration = new Configuration();
5654
5752
  if (basePath) {
@@ -5832,7 +5930,7 @@ var ReportingControllerService = /** @class */ (function () {
5832
5930
  var SliceXControllerService = /** @class */ (function () {
5833
5931
  function SliceXControllerService(httpClient, basePath, configuration) {
5834
5932
  this.httpClient = httpClient;
5835
- this.basePath = 'https://apiv2stage2.atomex.net';
5933
+ this.basePath = 'https://apiv2stage3.atomex.net';
5836
5934
  this.defaultHeaders = new HttpHeaders();
5837
5935
  this.configuration = new Configuration();
5838
5936
  if (basePath) {
@@ -6100,7 +6198,7 @@ var SliceXControllerService = /** @class */ (function () {
6100
6198
  var StrategyControllerService = /** @class */ (function () {
6101
6199
  function StrategyControllerService(httpClient, basePath, configuration) {
6102
6200
  this.httpClient = httpClient;
6103
- this.basePath = 'https://apiv2stage2.atomex.net';
6201
+ this.basePath = 'https://apiv2stage3.atomex.net';
6104
6202
  this.defaultHeaders = new HttpHeaders();
6105
6203
  this.configuration = new Configuration();
6106
6204
  if (basePath) {
@@ -6761,7 +6859,7 @@ var StrategyControllerService = /** @class */ (function () {
6761
6859
  var UILoggerControllerService = /** @class */ (function () {
6762
6860
  function UILoggerControllerService(httpClient, basePath, configuration) {
6763
6861
  this.httpClient = httpClient;
6764
- this.basePath = 'https://apiv2stage2.atomex.net';
6862
+ this.basePath = 'https://apiv2stage3.atomex.net';
6765
6863
  this.defaultHeaders = new HttpHeaders();
6766
6864
  this.configuration = new Configuration();
6767
6865
  if (basePath) {
@@ -6863,7 +6961,7 @@ var UILoggerControllerService = /** @class */ (function () {
6863
6961
  var UserPreferenceControllerService = /** @class */ (function () {
6864
6962
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6865
6963
  this.httpClient = httpClient;
6866
- this.basePath = 'https://apiv2stage2.atomex.net';
6964
+ this.basePath = 'https://apiv2stage3.atomex.net';
6867
6965
  this.defaultHeaders = new HttpHeaders();
6868
6966
  this.configuration = new Configuration();
6869
6967
  if (basePath) {
@@ -7119,6 +7217,37 @@ var AuctionTypeEditField;
7119
7217
  };
7120
7218
  })(AuctionTypeEditField || (AuctionTypeEditField = {}));
7121
7219
 
7220
+ /**
7221
+ * Api Documentation
7222
+ * Api Documentation
7223
+ *
7224
+ * OpenAPI spec version: 1.0
7225
+ *
7226
+ *
7227
+ * NOTE: This class is auto generated by the swagger code generator program.
7228
+ * https://github.com/swagger-api/swagger-codegen.git
7229
+ * Do not edit the class manually.
7230
+ */
7231
+ var AudienceBackfillQueryTemplateRequest;
7232
+ (function (AudienceBackfillQueryTemplateRequest) {
7233
+ AudienceBackfillQueryTemplateRequest.DurationUnitEnum = {
7234
+ MINUTE: 'MINUTE',
7235
+ HOUR: 'HOUR',
7236
+ DAY: 'DAY',
7237
+ WEEK: 'WEEK',
7238
+ MONTH: 'MONTH'
7239
+ };
7240
+ })(AudienceBackfillQueryTemplateRequest || (AudienceBackfillQueryTemplateRequest = {}));
7241
+
7242
+ var AudienceBackfillRequest;
7243
+ (function (AudienceBackfillRequest) {
7244
+ AudienceBackfillRequest.BackfillScheduleEnum = {
7245
+ ONLYONCE: 'ONLY_ONCE',
7246
+ ONCEADAY: 'ONCE_A_DAY',
7247
+ ONCEAWEEK: 'ONCE_A_WEEK'
7248
+ };
7249
+ })(AudienceBackfillRequest || (AudienceBackfillRequest = {}));
7250
+
7122
7251
  var AudienceDTO;
7123
7252
  (function (AudienceDTO) {
7124
7253
  AudienceDTO.AudienceTypeEnum = {
@@ -7472,6 +7601,34 @@ var DuplicateCreativeSetResponse;
7472
7601
  };
7473
7602
  })(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
7474
7603
 
7604
+ /**
7605
+ * Api Documentation
7606
+ * Api Documentation
7607
+ *
7608
+ * OpenAPI spec version: 1.0
7609
+ *
7610
+ *
7611
+ * NOTE: This class is auto generated by the swagger code generator program.
7612
+ * https://github.com/swagger-api/swagger-codegen.git
7613
+ * Do not edit the class manually.
7614
+ */
7615
+ var DynamicVideoConfigDTO;
7616
+ (function (DynamicVideoConfigDTO) {
7617
+ DynamicVideoConfigDTO.ConfigKeyEnum = {
7618
+ TEMPLATEID: 'TEMPLATE_ID',
7619
+ LOGO: 'LOGO',
7620
+ SALEPRICEPREFIX: 'SALE_PRICE_PREFIX',
7621
+ ORIGINALPRICEPREFIX: 'ORIGINAL_PRICE_PREFIX',
7622
+ CTA: 'CTA',
7623
+ TITLELENGTH: 'TITLE_LENGTH',
7624
+ DISCOUNTSUFFIX: 'DISCOUNT_SUFFIX',
7625
+ FONT: 'FONT',
7626
+ ROUNDPRICE: 'ROUND_PRICE',
7627
+ MUSICFILE: 'MUSIC_FILE',
7628
+ VIDEOFILE: 'VIDEO_FILE'
7629
+ };
7630
+ })(DynamicVideoConfigDTO || (DynamicVideoConfigDTO = {}));
7631
+
7475
7632
  /**
7476
7633
  * Api Documentation
7477
7634
  * Api Documentation
@@ -7760,6 +7917,11 @@ var StrategyDTO;
7760
7917
  DAYWEIGHTEDRANDOM: 'PS_DAY_WEIGHTED_RANDOM',
7761
7918
  ADVPRCONTENTTS: 'PS_ADV_PR_CONTENT_TS'
7762
7919
  };
7920
+ StrategyDTO.PublisherTypesEnum = {
7921
+ DIRECT: 'DIRECT',
7922
+ RESELLER: 'RESELLER',
7923
+ UNKNOWN: 'UNKNOWN'
7924
+ };
7763
7925
  })(StrategyDTO || (StrategyDTO = {}));
7764
7926
 
7765
7927
  /**
@@ -7964,5 +8126,5 @@ var ApiModule = /** @class */ (function () {
7964
8126
  * Generated bundle index. Do not edit.
7965
8127
  */
7966
8128
 
7967
- 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 };
8129
+ export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, 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 };
7968
8130
  //# sourceMappingURL=revxui-api-clients-ts.js.map