@revxui/api-clients-ts 0.10.319 → 0.10.321

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 (87) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +30 -33
  3. package/bundles/revxui-api-clients-ts.umd.js +97 -136
  4. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  5. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  6. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  7. package/esm2015/api/adminController.service.js +2 -2
  8. package/esm2015/api/advertiserController.service.js +2 -2
  9. package/esm2015/api/appSettingsController.service.js +2 -2
  10. package/esm2015/api/audienceController.service.js +74 -77
  11. package/esm2015/api/auditController.service.js +2 -2
  12. package/esm2015/api/bulkStrategyController.service.js +2 -2
  13. package/esm2015/api/cSSThemeController_.service.js +2 -2
  14. package/esm2015/api/campaignController.service.js +2 -2
  15. package/esm2015/api/catalogController.service.js +2 -2
  16. package/esm2015/api/clickDestinationController.service.js +2 -2
  17. package/esm2015/api/creativeController.service.js +2 -2
  18. package/esm2015/api/creativeSetsController.service.js +2 -2
  19. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  20. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  22. package/esm2015/api/dashboardController.service.js +2 -2
  23. package/esm2015/api/notificationsController.service.js +2 -2
  24. package/esm2015/api/pixelController.service.js +2 -2
  25. package/esm2015/api/reportingController.service.js +2 -2
  26. package/esm2015/api/sliceXController.service.js +2 -2
  27. package/esm2015/api/strategyController.service.js +2 -2
  28. package/esm2015/api/uILoggerController.service.js +2 -2
  29. package/esm2015/api/userPreferenceController.service.js +2 -2
  30. package/esm2015/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.js +1 -0
  31. package/esm2015/model/audienceAnalysisRequest.js +12 -0
  32. package/esm2015/model/audienceDTO.js +1 -1
  33. package/{esm5/model/backfillAudienceQueryTemplateDTO.js → esm2015/model/combinedAudienceAnalysisResponse.js} +1 -1
  34. package/esm2015/model/models.js +1 -3
  35. package/esm2015/model/searchRequest.js +1 -1
  36. package/esm2015/model/strategyDTO.js +1 -6
  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 -2
  40. package/esm5/api/audienceController.service.js +76 -79
  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/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.js +1 -0
  61. package/esm5/model/audienceAnalysisRequest.js +12 -0
  62. package/esm5/model/audienceDTO.js +1 -1
  63. package/{esm2015/model/backfillAudienceQueryTemplateDTO.js → esm5/model/combinedAudienceAnalysisResponse.js} +1 -1
  64. package/esm5/model/models.js +1 -3
  65. package/esm5/model/searchRequest.js +1 -1
  66. package/esm5/model/strategyDTO.js +1 -6
  67. package/fesm2015/revxui-api-clients-ts.js +96 -135
  68. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  69. package/fesm5/revxui-api-clients-ts.js +98 -137
  70. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  71. package/model/{apiResponseObjectListBackfillAudienceQueryTemplateDTO.d.ts → apiResponseObjectArrayListCombinedAudienceAnalysisResponse.d.ts} +3 -3
  72. package/model/{backfillAudienceQueryTemplateDTO.d.ts → audienceAnalysisRequest.d.ts} +5 -5
  73. package/model/audienceDTO.d.ts +0 -2
  74. package/model/combinedAudienceAnalysisResponse.d.ts +19 -0
  75. package/model/models.d.ts +3 -4
  76. package/model/searchRequest.d.ts +1 -0
  77. package/model/strategyDTO.d.ts +0 -7
  78. package/package.json +1 -1
  79. package/revxui-api-clients-ts.metadata.json +1 -1
  80. package/esm2015/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +0 -1
  81. package/esm2015/model/audienceBackfillQueryTemplateRequest.js +0 -22
  82. package/esm2015/model/audienceBackfillRequest.js +0 -9
  83. package/esm5/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +0 -1
  84. package/esm5/model/audienceBackfillQueryTemplateRequest.js +0 -22
  85. package/esm5/model/audienceBackfillRequest.js +0 -9
  86. package/model/audienceBackfillQueryTemplateRequest.d.ts +0 -26
  87. package/model/audienceBackfillRequest.d.ts +0 -25
@@ -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://apiv2stage3.atomex.net';
90
+ this.basePath = 'https://apiv2stage2.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://apiv2stage3.atomex.net';
307
+ this.basePath = 'https://apiv2stage2.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://apiv2stage3.atomex.net';
753
+ this.basePath = 'https://apiv2stage2.atomex.net';
754
754
  this.defaultHeaders = new HttpHeaders();
755
755
  this.configuration = new Configuration();
756
756
  if (basePath) {
@@ -920,7 +920,7 @@ var AppSettingsControllerService = /** @class */ (function () {
920
920
  var AudienceControllerService = /** @class */ (function () {
921
921
  function AudienceControllerService(httpClient, basePath, configuration) {
922
922
  this.httpClient = httpClient;
923
- this.basePath = 'https://apiv2stage3.atomex.net';
923
+ this.basePath = 'https://apiv2stage2.atomex.net';
924
924
  this.defaultHeaders = new HttpHeaders();
925
925
  this.configuration = new Configuration();
926
926
  if (basePath) {
@@ -1025,11 +1025,11 @@ var AudienceControllerService = /** @class */ (function () {
1025
1025
  reportProgress: reportProgress
1026
1026
  });
1027
1027
  };
1028
- AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (request, reqId, token, observe, reportProgress) {
1028
+ AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (audience, reqId, token, observe, reportProgress) {
1029
1029
  if (observe === void 0) { observe = 'body'; }
1030
1030
  if (reportProgress === void 0) { reportProgress = false; }
1031
- if (request === null || request === undefined) {
1032
- throw new Error('Required parameter request was null or undefined when calling addBackfillRuleUsingPOST.');
1031
+ if (audience === null || audience === undefined) {
1032
+ throw new Error('Required parameter audience was null or undefined when calling addBackfillRuleUsingPOST.');
1033
1033
  }
1034
1034
  var headers = this.defaultHeaders;
1035
1035
  if (reqId !== undefined && reqId !== null) {
@@ -1054,7 +1054,7 @@ var AudienceControllerService = /** @class */ (function () {
1054
1054
  if (httpContentTypeSelected != undefined) {
1055
1055
  headers = headers.set('Content-Type', httpContentTypeSelected);
1056
1056
  }
1057
- return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule", request, {
1057
+ return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule", audience, {
1058
1058
  withCredentials: this.configuration.withCredentials,
1059
1059
  headers: headers,
1060
1060
  observe: observe,
@@ -1200,14 +1200,15 @@ var AudienceControllerService = /** @class */ (function () {
1200
1200
  reportProgress: reportProgress
1201
1201
  });
1202
1202
  };
1203
- AudienceControllerService.prototype.getActiveTemplatesUsingPOST = function (id, request, reqId, token, observe, reportProgress) {
1203
+ AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
1204
1204
  if (observe === void 0) { observe = 'body'; }
1205
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.');
1206
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1207
+ if (advertiser_id !== undefined && advertiser_id !== null) {
1208
+ queryParameters = queryParameters.set('advertiser_id', advertiser_id);
1208
1209
  }
1209
- if (request === null || request === undefined) {
1210
- throw new Error('Required parameter request was null or undefined when calling getActiveTemplatesUsingPOST.');
1210
+ if (refresh !== undefined && refresh !== null) {
1211
+ queryParameters = queryParameters.set('refresh', refresh);
1211
1212
  }
1212
1213
  var headers = this.defaultHeaders;
1213
1214
  if (reqId !== undefined && reqId !== null) {
@@ -1232,22 +1233,32 @@ var AudienceControllerService = /** @class */ (function () {
1232
1233
  if (httpContentTypeSelected != undefined) {
1233
1234
  headers = headers.set('Content-Type', httpContentTypeSelected);
1234
1235
  }
1235
- return this.httpClient.post(this.basePath + "/v2/api/audience/activetemplates/" + encodeURIComponent(String(id)), request, {
1236
+ return this.httpClient.post(this.basePath + "/v2/api/audience/all", search, {
1237
+ params: queryParameters,
1236
1238
  withCredentials: this.configuration.withCredentials,
1237
1239
  headers: headers,
1238
1240
  observe: observe,
1239
1241
  reportProgress: reportProgress
1240
1242
  });
1241
1243
  };
1242
- AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
1244
+ AudienceControllerService.prototype.getAllDmpAudienceUsingGET = function (advertiser_id, limit, reqId, start, stype, token, observe, reportProgress) {
1243
1245
  if (observe === void 0) { observe = 'body'; }
1244
1246
  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
+ }
1245
1250
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1246
1251
  if (advertiser_id !== undefined && advertiser_id !== null) {
1247
1252
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
1248
1253
  }
1249
- if (refresh !== undefined && refresh !== null) {
1250
- queryParameters = queryParameters.set('refresh', refresh);
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);
1251
1262
  }
1252
1263
  var headers = this.defaultHeaders;
1253
1264
  if (reqId !== undefined && reqId !== null) {
@@ -1258,21 +1269,15 @@ var AudienceControllerService = /** @class */ (function () {
1258
1269
  }
1259
1270
  // to determine the Accept header
1260
1271
  var httpHeaderAccepts = [
1261
- 'application/json'
1272
+ '*/*'
1262
1273
  ];
1263
1274
  var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1264
1275
  if (httpHeaderAcceptSelected != undefined) {
1265
1276
  headers = headers.set('Accept', httpHeaderAcceptSelected);
1266
1277
  }
1267
1278
  // to determine the Content-Type header
1268
- var consumes = [
1269
- 'application/json'
1270
- ];
1271
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1272
- if (httpContentTypeSelected != undefined) {
1273
- headers = headers.set('Content-Type', httpContentTypeSelected);
1274
- }
1275
- return this.httpClient.post(this.basePath + "/v2/api/audience/all", search, {
1279
+ var consumes = [];
1280
+ return this.httpClient.get(this.basePath + "/v2/api/audience/dmp", {
1276
1281
  params: queryParameters,
1277
1282
  withCredentials: this.configuration.withCredentials,
1278
1283
  headers: headers,
@@ -1280,24 +1285,11 @@ var AudienceControllerService = /** @class */ (function () {
1280
1285
  reportProgress: reportProgress
1281
1286
  });
1282
1287
  };
1283
- AudienceControllerService.prototype.getAllDmpAudienceUsingGET = function (advertiser_id, limit, reqId, start, stype, token, observe, reportProgress) {
1288
+ AudienceControllerService.prototype.getAnalysisAudienceCountUsingPOST = function (audienceAnalysisRequest, reqId, token, observe, reportProgress) {
1284
1289
  if (observe === void 0) { observe = 'body'; }
1285
1290
  if (reportProgress === void 0) { reportProgress = false; }
1286
- if (advertiser_id === null || advertiser_id === undefined) {
1287
- throw new Error('Required parameter advertiser_id was null or undefined when calling getAllDmpAudienceUsingGET.');
1288
- }
1289
- var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1290
- if (advertiser_id !== undefined && advertiser_id !== null) {
1291
- queryParameters = queryParameters.set('advertiser_id', advertiser_id);
1292
- }
1293
- if (limit !== undefined && limit !== null) {
1294
- queryParameters = queryParameters.set('limit', limit);
1295
- }
1296
- if (start !== undefined && start !== null) {
1297
- queryParameters = queryParameters.set('start', start);
1298
- }
1299
- if (stype !== undefined && stype !== null) {
1300
- queryParameters = queryParameters.set('stype', stype);
1291
+ if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
1292
+ throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getAnalysisAudienceCountUsingPOST.');
1301
1293
  }
1302
1294
  var headers = this.defaultHeaders;
1303
1295
  if (reqId !== undefined && reqId !== null) {
@@ -1315,9 +1307,14 @@ var AudienceControllerService = /** @class */ (function () {
1315
1307
  headers = headers.set('Accept', httpHeaderAcceptSelected);
1316
1308
  }
1317
1309
  // to determine the Content-Type header
1318
- var consumes = [];
1319
- return this.httpClient.get(this.basePath + "/v2/api/audience/dmp", {
1320
- params: queryParameters,
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, {
1321
1318
  withCredentials: this.configuration.withCredentials,
1322
1319
  headers: headers,
1323
1320
  observe: observe,
@@ -1418,6 +1415,42 @@ var AudienceControllerService = /** @class */ (function () {
1418
1415
  reportProgress: reportProgress
1419
1416
  });
1420
1417
  };
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
+ };
1421
1454
  AudienceControllerService.prototype.getEligibleUsersCountUsingPOST = function (eligibleUsersRequest, reqId, token, observe, reportProgress) {
1422
1455
  if (observe === void 0) { observe = 'body'; }
1423
1456
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1656,42 +1689,6 @@ var AudienceControllerService = /** @class */ (function () {
1656
1689
  reportProgress: reportProgress
1657
1690
  });
1658
1691
  };
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
- };
1695
1692
  AudienceControllerService.ctorParameters = function () { return [
1696
1693
  { type: HttpClient },
1697
1694
  { type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
@@ -1718,7 +1715,7 @@ var AudienceControllerService = /** @class */ (function () {
1718
1715
  var AuditControllerService = /** @class */ (function () {
1719
1716
  function AuditControllerService(httpClient, basePath, configuration) {
1720
1717
  this.httpClient = httpClient;
1721
- this.basePath = 'https://apiv2stage3.atomex.net';
1718
+ this.basePath = 'https://apiv2stage2.atomex.net';
1722
1719
  this.defaultHeaders = new HttpHeaders();
1723
1720
  this.configuration = new Configuration();
1724
1721
  if (basePath) {
@@ -1917,7 +1914,7 @@ var AuditControllerService = /** @class */ (function () {
1917
1914
  var BulkStrategyControllerService = /** @class */ (function () {
1918
1915
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1919
1916
  this.httpClient = httpClient;
1920
- this.basePath = 'https://apiv2stage3.atomex.net';
1917
+ this.basePath = 'https://apiv2stage2.atomex.net';
1921
1918
  this.defaultHeaders = new HttpHeaders();
1922
1919
  this.configuration = new Configuration();
1923
1920
  if (basePath) {
@@ -2160,7 +2157,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2160
2157
  var CSSThemeController_Service = /** @class */ (function () {
2161
2158
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2162
2159
  this.httpClient = httpClient;
2163
- this.basePath = 'https://apiv2stage3.atomex.net';
2160
+ this.basePath = 'https://apiv2stage2.atomex.net';
2164
2161
  this.defaultHeaders = new HttpHeaders();
2165
2162
  this.configuration = new Configuration();
2166
2163
  if (basePath) {
@@ -2281,7 +2278,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2281
2278
  var CampaignControllerService = /** @class */ (function () {
2282
2279
  function CampaignControllerService(httpClient, basePath, configuration) {
2283
2280
  this.httpClient = httpClient;
2284
- this.basePath = 'https://apiv2stage3.atomex.net';
2281
+ this.basePath = 'https://apiv2stage2.atomex.net';
2285
2282
  this.defaultHeaders = new HttpHeaders();
2286
2283
  this.configuration = new Configuration();
2287
2284
  if (basePath) {
@@ -2603,7 +2600,7 @@ var CampaignControllerService = /** @class */ (function () {
2603
2600
  var CatalogControllerService = /** @class */ (function () {
2604
2601
  function CatalogControllerService(httpClient, basePath, configuration) {
2605
2602
  this.httpClient = httpClient;
2606
- this.basePath = 'https://apiv2stage3.atomex.net';
2603
+ this.basePath = 'https://apiv2stage2.atomex.net';
2607
2604
  this.defaultHeaders = new HttpHeaders();
2608
2605
  this.configuration = new Configuration();
2609
2606
  if (basePath) {
@@ -2826,7 +2823,7 @@ var CatalogControllerService = /** @class */ (function () {
2826
2823
  var ClickDestinationControllerService = /** @class */ (function () {
2827
2824
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2828
2825
  this.httpClient = httpClient;
2829
- this.basePath = 'https://apiv2stage3.atomex.net';
2826
+ this.basePath = 'https://apiv2stage2.atomex.net';
2830
2827
  this.defaultHeaders = new HttpHeaders();
2831
2828
  this.configuration = new Configuration();
2832
2829
  if (basePath) {
@@ -3076,7 +3073,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
3076
3073
  var CreativeControllerService = /** @class */ (function () {
3077
3074
  function CreativeControllerService(httpClient, basePath, configuration) {
3078
3075
  this.httpClient = httpClient;
3079
- this.basePath = 'https://apiv2stage3.atomex.net';
3076
+ this.basePath = 'https://apiv2stage2.atomex.net';
3080
3077
  this.defaultHeaders = new HttpHeaders();
3081
3078
  this.configuration = new Configuration();
3082
3079
  if (basePath) {
@@ -3553,7 +3550,7 @@ var CreativeControllerService = /** @class */ (function () {
3553
3550
  var CreativeSetsControllerService = /** @class */ (function () {
3554
3551
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3555
3552
  this.httpClient = httpClient;
3556
- this.basePath = 'https://apiv2stage3.atomex.net';
3553
+ this.basePath = 'https://apiv2stage2.atomex.net';
3557
3554
  this.defaultHeaders = new HttpHeaders();
3558
3555
  this.configuration = new Configuration();
3559
3556
  if (basePath) {
@@ -3998,7 +3995,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3998
3995
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3999
3996
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4000
3997
  this.httpClient = httpClient;
4001
- this.basePath = 'https://apiv2stage3.atomex.net';
3998
+ this.basePath = 'https://apiv2stage2.atomex.net';
4002
3999
  this.defaultHeaders = new HttpHeaders();
4003
4000
  this.configuration = new Configuration();
4004
4001
  if (basePath) {
@@ -4199,7 +4196,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
4199
4196
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4200
4197
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4201
4198
  this.httpClient = httpClient;
4202
- this.basePath = 'https://apiv2stage3.atomex.net';
4199
+ this.basePath = 'https://apiv2stage2.atomex.net';
4203
4200
  this.defaultHeaders = new HttpHeaders();
4204
4201
  this.configuration = new Configuration();
4205
4202
  if (basePath) {
@@ -4287,7 +4284,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4287
4284
  var CreativeTemplatesControllerService = /** @class */ (function () {
4288
4285
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4289
4286
  this.httpClient = httpClient;
4290
- this.basePath = 'https://apiv2stage3.atomex.net';
4287
+ this.basePath = 'https://apiv2stage2.atomex.net';
4291
4288
  this.defaultHeaders = new HttpHeaders();
4292
4289
  this.configuration = new Configuration();
4293
4290
  if (basePath) {
@@ -4466,7 +4463,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4466
4463
  var DashboardControllerService = /** @class */ (function () {
4467
4464
  function DashboardControllerService(httpClient, basePath, configuration) {
4468
4465
  this.httpClient = httpClient;
4469
- this.basePath = 'https://apiv2stage3.atomex.net';
4466
+ this.basePath = 'https://apiv2stage2.atomex.net';
4470
4467
  this.defaultHeaders = new HttpHeaders();
4471
4468
  this.configuration = new Configuration();
4472
4469
  if (basePath) {
@@ -5123,7 +5120,7 @@ var DashboardControllerService = /** @class */ (function () {
5123
5120
  var NotificationsControllerService = /** @class */ (function () {
5124
5121
  function NotificationsControllerService(httpClient, basePath, configuration) {
5125
5122
  this.httpClient = httpClient;
5126
- this.basePath = 'https://apiv2stage3.atomex.net';
5123
+ this.basePath = 'https://apiv2stage2.atomex.net';
5127
5124
  this.defaultHeaders = new HttpHeaders();
5128
5125
  this.configuration = new Configuration();
5129
5126
  if (basePath) {
@@ -5322,7 +5319,7 @@ var NotificationsControllerService = /** @class */ (function () {
5322
5319
  var PixelControllerService = /** @class */ (function () {
5323
5320
  function PixelControllerService(httpClient, basePath, configuration) {
5324
5321
  this.httpClient = httpClient;
5325
- this.basePath = 'https://apiv2stage3.atomex.net';
5322
+ this.basePath = 'https://apiv2stage2.atomex.net';
5326
5323
  this.defaultHeaders = new HttpHeaders();
5327
5324
  this.configuration = new Configuration();
5328
5325
  if (basePath) {
@@ -5651,7 +5648,7 @@ var PixelControllerService = /** @class */ (function () {
5651
5648
  var ReportingControllerService = /** @class */ (function () {
5652
5649
  function ReportingControllerService(httpClient, basePath, configuration) {
5653
5650
  this.httpClient = httpClient;
5654
- this.basePath = 'https://apiv2stage3.atomex.net';
5651
+ this.basePath = 'https://apiv2stage2.atomex.net';
5655
5652
  this.defaultHeaders = new HttpHeaders();
5656
5653
  this.configuration = new Configuration();
5657
5654
  if (basePath) {
@@ -5835,7 +5832,7 @@ var ReportingControllerService = /** @class */ (function () {
5835
5832
  var SliceXControllerService = /** @class */ (function () {
5836
5833
  function SliceXControllerService(httpClient, basePath, configuration) {
5837
5834
  this.httpClient = httpClient;
5838
- this.basePath = 'https://apiv2stage3.atomex.net';
5835
+ this.basePath = 'https://apiv2stage2.atomex.net';
5839
5836
  this.defaultHeaders = new HttpHeaders();
5840
5837
  this.configuration = new Configuration();
5841
5838
  if (basePath) {
@@ -6103,7 +6100,7 @@ var SliceXControllerService = /** @class */ (function () {
6103
6100
  var StrategyControllerService = /** @class */ (function () {
6104
6101
  function StrategyControllerService(httpClient, basePath, configuration) {
6105
6102
  this.httpClient = httpClient;
6106
- this.basePath = 'https://apiv2stage3.atomex.net';
6103
+ this.basePath = 'https://apiv2stage2.atomex.net';
6107
6104
  this.defaultHeaders = new HttpHeaders();
6108
6105
  this.configuration = new Configuration();
6109
6106
  if (basePath) {
@@ -6764,7 +6761,7 @@ var StrategyControllerService = /** @class */ (function () {
6764
6761
  var UILoggerControllerService = /** @class */ (function () {
6765
6762
  function UILoggerControllerService(httpClient, basePath, configuration) {
6766
6763
  this.httpClient = httpClient;
6767
- this.basePath = 'https://apiv2stage3.atomex.net';
6764
+ this.basePath = 'https://apiv2stage2.atomex.net';
6768
6765
  this.defaultHeaders = new HttpHeaders();
6769
6766
  this.configuration = new Configuration();
6770
6767
  if (basePath) {
@@ -6866,7 +6863,7 @@ var UILoggerControllerService = /** @class */ (function () {
6866
6863
  var UserPreferenceControllerService = /** @class */ (function () {
6867
6864
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6868
6865
  this.httpClient = httpClient;
6869
- this.basePath = 'https://apiv2stage3.atomex.net';
6866
+ this.basePath = 'https://apiv2stage2.atomex.net';
6870
6867
  this.defaultHeaders = new HttpHeaders();
6871
6868
  this.configuration = new Configuration();
6872
6869
  if (basePath) {
@@ -7122,37 +7119,6 @@ var AuctionTypeEditField;
7122
7119
  };
7123
7120
  })(AuctionTypeEditField || (AuctionTypeEditField = {}));
7124
7121
 
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
-
7147
- var AudienceBackfillRequest;
7148
- (function (AudienceBackfillRequest) {
7149
- AudienceBackfillRequest.BackfillScheduleEnum = {
7150
- ONLYONCE: 'ONLY_ONCE',
7151
- ONCEADAY: 'ONCE_A_DAY',
7152
- ONCEAWEEK: 'ONCE_A_WEEK'
7153
- };
7154
- })(AudienceBackfillRequest || (AudienceBackfillRequest = {}));
7155
-
7156
7122
  var AudienceDTO;
7157
7123
  (function (AudienceDTO) {
7158
7124
  AudienceDTO.AudienceTypeEnum = {
@@ -7794,11 +7760,6 @@ var StrategyDTO;
7794
7760
  DAYWEIGHTEDRANDOM: 'PS_DAY_WEIGHTED_RANDOM',
7795
7761
  ADVPRCONTENTTS: 'PS_ADV_PR_CONTENT_TS'
7796
7762
  };
7797
- StrategyDTO.PublisherTypesEnum = {
7798
- DIRECT: 'DIRECT',
7799
- RESELLER: 'RESELLER',
7800
- UNKNOWN: 'UNKNOWN'
7801
- };
7802
7763
  })(StrategyDTO || (StrategyDTO = {}));
7803
7764
 
7804
7765
  /**
@@ -8003,5 +7964,5 @@ var ApiModule = /** @class */ (function () {
8003
7964
  * Generated bundle index. Do not edit.
8004
7965
  */
8005
7966
 
8006
- 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, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
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 };
8007
7968
  //# sourceMappingURL=revxui-api-clients-ts.js.map