@revxui/api-clients-ts 0.10.304 → 0.10.306

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 (109) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +33 -4
  3. package/api/creativeSetsController.service.d.ts +0 -15
  4. package/bundles/revxui-api-clients-ts.umd.js +141 -94
  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 -2
  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 -44
  20. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  22. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  23. package/esm2015/api/dashboardController.service.js +2 -2
  24. package/esm2015/api/notificationsController.service.js +2 -2
  25. package/esm2015/api/pixelController.service.js +2 -2
  26. package/esm2015/api/reportingController.service.js +2 -2
  27. package/esm2015/api/sliceXController.service.js +2 -2
  28. package/esm2015/api/strategyController.service.js +2 -2
  29. package/esm2015/api/uILoggerController.service.js +2 -2
  30. package/esm2015/api/userPreferenceController.service.js +2 -2
  31. package/esm2015/model/advertiserLayoutVariables.js +1 -1
  32. package/esm2015/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +1 -0
  33. package/esm2015/model/audienceBackfillQueryTemplateRequest.js +22 -0
  34. package/esm2015/model/audienceBackfillRequest.js +1 -0
  35. package/esm2015/model/audienceDTO.js +1 -1
  36. package/esm2015/model/backfillAudienceQueryTemplateDTO.js +12 -0
  37. package/esm2015/model/baseModelWithCreativeSetType.js +2 -4
  38. package/esm2015/model/creativeDTO.js +1 -1
  39. package/esm2015/model/creativeHtmlFileForSet.js +12 -6
  40. package/esm2015/model/creativePerformanceData.js +1 -1
  41. package/esm2015/model/creativeSetDashboardMetric.js +2 -4
  42. package/esm2015/model/creativeSetDetails.js +2 -4
  43. package/esm2015/model/creativeSetRequest.js +2 -4
  44. package/esm2015/model/creativeSetResponse.js +2 -4
  45. package/esm2015/model/duplicateCreativeSetResponse.js +2 -4
  46. package/esm2015/model/models.js +2 -1
  47. package/esm5/api/adminController.service.js +2 -2
  48. package/esm5/api/advertiserController.service.js +2 -2
  49. package/esm5/api/appSettingsController.service.js +2 -2
  50. package/esm5/api/audienceController.service.js +81 -6
  51. package/esm5/api/auditController.service.js +2 -2
  52. package/esm5/api/bulkStrategyController.service.js +2 -2
  53. package/esm5/api/cSSThemeController_.service.js +2 -2
  54. package/esm5/api/campaignController.service.js +2 -2
  55. package/esm5/api/catalogController.service.js +2 -2
  56. package/esm5/api/clickDestinationController.service.js +2 -2
  57. package/esm5/api/creativeController.service.js +2 -2
  58. package/esm5/api/creativeSetsController.service.js +2 -46
  59. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  60. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  61. package/esm5/api/creativeTemplatesController.service.js +2 -2
  62. package/esm5/api/dashboardController.service.js +2 -2
  63. package/esm5/api/notificationsController.service.js +2 -2
  64. package/esm5/api/pixelController.service.js +2 -2
  65. package/esm5/api/reportingController.service.js +2 -2
  66. package/esm5/api/sliceXController.service.js +2 -2
  67. package/esm5/api/strategyController.service.js +2 -2
  68. package/esm5/api/uILoggerController.service.js +2 -2
  69. package/esm5/api/userPreferenceController.service.js +2 -2
  70. package/esm5/model/advertiserLayoutVariables.js +1 -1
  71. package/esm5/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +1 -0
  72. package/esm5/model/audienceBackfillQueryTemplateRequest.js +22 -0
  73. package/esm5/model/audienceBackfillRequest.js +1 -0
  74. package/esm5/model/audienceDTO.js +1 -1
  75. package/esm5/model/backfillAudienceQueryTemplateDTO.js +12 -0
  76. package/esm5/model/baseModelWithCreativeSetType.js +2 -4
  77. package/esm5/model/creativeDTO.js +1 -1
  78. package/esm5/model/creativeHtmlFileForSet.js +12 -6
  79. package/esm5/model/creativePerformanceData.js +1 -1
  80. package/esm5/model/creativeSetDashboardMetric.js +2 -4
  81. package/esm5/model/creativeSetDetails.js +2 -4
  82. package/esm5/model/creativeSetRequest.js +2 -4
  83. package/esm5/model/creativeSetResponse.js +2 -4
  84. package/esm5/model/duplicateCreativeSetResponse.js +2 -4
  85. package/esm5/model/models.js +2 -1
  86. package/fesm2015/revxui-api-clients-ts.js +138 -93
  87. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  88. package/fesm5/revxui-api-clients-ts.js +142 -95
  89. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  90. package/model/advertiserLayoutVariables.d.ts +0 -1
  91. package/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.d.ts +17 -0
  92. package/model/audienceBackfillQueryTemplateRequest.d.ts +26 -0
  93. package/model/{hybridAdMapping.d.ts → audienceBackfillRequest.d.ts} +4 -5
  94. package/model/audienceDTO.d.ts +1 -0
  95. package/model/backfillAudienceQueryTemplateDTO.d.ts +17 -0
  96. package/model/baseModelWithCreativeSetType.d.ts +1 -3
  97. package/model/creativeDTO.d.ts +0 -4
  98. package/model/creativeHtmlFileForSet.d.ts +0 -9
  99. package/model/creativePerformanceData.d.ts +16 -0
  100. package/model/creativeSetDashboardMetric.d.ts +1 -3
  101. package/model/creativeSetDetails.d.ts +1 -3
  102. package/model/creativeSetRequest.d.ts +1 -7
  103. package/model/creativeSetResponse.d.ts +1 -3
  104. package/model/duplicateCreativeSetResponse.d.ts +1 -3
  105. package/model/models.d.ts +4 -1
  106. package/package.json +1 -1
  107. package/revxui-api-clients-ts.metadata.json +1 -1
  108. package/esm2015/model/hybridAdMapping.js +0 -1
  109. package/esm5/model/hybridAdMapping.js +0 -1
@@ -83,7 +83,7 @@ class Configuration {
83
83
  let AdminControllerService = class AdminControllerService {
84
84
  constructor(httpClient, basePath, configuration) {
85
85
  this.httpClient = httpClient;
86
- this.basePath = 'https://apiv2stage1.atomex.net';
86
+ this.basePath = 'https://apiv2stage3.atomex.net';
87
87
  this.defaultHeaders = new HttpHeaders();
88
88
  this.configuration = new Configuration();
89
89
  if (basePath) {
@@ -273,7 +273,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
273
273
  let AdvertiserControllerService = class AdvertiserControllerService {
274
274
  constructor(httpClient, basePath, configuration) {
275
275
  this.httpClient = httpClient;
276
- this.basePath = 'https://apiv2stage1.atomex.net';
276
+ this.basePath = 'https://apiv2stage3.atomex.net';
277
277
  this.defaultHeaders = new HttpHeaders();
278
278
  this.configuration = new Configuration();
279
279
  if (basePath) {
@@ -685,7 +685,7 @@ AdvertiserControllerService = __decorate([
685
685
  let AppSettingsControllerService = class AppSettingsControllerService {
686
686
  constructor(httpClient, basePath, configuration) {
687
687
  this.httpClient = httpClient;
688
- this.basePath = 'https://apiv2stage1.atomex.net';
688
+ this.basePath = 'https://apiv2stage3.atomex.net';
689
689
  this.defaultHeaders = new HttpHeaders();
690
690
  this.configuration = new Configuration();
691
691
  if (basePath) {
@@ -837,7 +837,7 @@ AppSettingsControllerService = __decorate([
837
837
  let AudienceControllerService = class AudienceControllerService {
838
838
  constructor(httpClient, basePath, configuration) {
839
839
  this.httpClient = httpClient;
840
- this.basePath = 'https://apiv2stage1.atomex.net';
840
+ this.basePath = 'https://apiv2stage3.atomex.net';
841
841
  this.defaultHeaders = new HttpHeaders();
842
842
  this.configuration = new Configuration();
843
843
  if (basePath) {
@@ -927,9 +927,9 @@ let AudienceControllerService = class AudienceControllerService {
927
927
  reportProgress: reportProgress
928
928
  });
929
929
  }
930
- addBackfillRuleUsingPOST(audience, reqId, token, observe = 'body', reportProgress = false) {
931
- if (audience === null || audience === undefined) {
932
- throw new Error('Required parameter audience was null or undefined when calling addBackfillRuleUsingPOST.');
930
+ addBackfillRuleUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
931
+ if (request === null || request === undefined) {
932
+ throw new Error('Required parameter request was null or undefined when calling addBackfillRuleUsingPOST.');
933
933
  }
934
934
  let headers = this.defaultHeaders;
935
935
  if (reqId !== undefined && reqId !== null) {
@@ -954,7 +954,7 @@ let AudienceControllerService = class AudienceControllerService {
954
954
  if (httpContentTypeSelected != undefined) {
955
955
  headers = headers.set('Content-Type', httpContentTypeSelected);
956
956
  }
957
- return this.httpClient.post(`${this.basePath}/v2/api/audience/addbackfillrule`, audience, {
957
+ return this.httpClient.post(`${this.basePath}/v2/api/audience/addbackfillrule`, request, {
958
958
  withCredentials: this.configuration.withCredentials,
959
959
  headers: headers,
960
960
  observe: observe,
@@ -1092,6 +1092,43 @@ let AudienceControllerService = class AudienceControllerService {
1092
1092
  reportProgress: reportProgress
1093
1093
  });
1094
1094
  }
1095
+ getActiveTemplatesUsingPOST(id, request, reqId, token, observe = 'body', reportProgress = false) {
1096
+ if (id === null || id === undefined) {
1097
+ throw new Error('Required parameter id was null or undefined when calling getActiveTemplatesUsingPOST.');
1098
+ }
1099
+ if (request === null || request === undefined) {
1100
+ throw new Error('Required parameter request was null or undefined when calling getActiveTemplatesUsingPOST.');
1101
+ }
1102
+ let headers = this.defaultHeaders;
1103
+ if (reqId !== undefined && reqId !== null) {
1104
+ headers = headers.set('reqId', String(reqId));
1105
+ }
1106
+ if (token !== undefined && token !== null) {
1107
+ headers = headers.set('token', String(token));
1108
+ }
1109
+ // to determine the Accept header
1110
+ let httpHeaderAccepts = [
1111
+ 'application/json'
1112
+ ];
1113
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1114
+ if (httpHeaderAcceptSelected != undefined) {
1115
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1116
+ }
1117
+ // to determine the Content-Type header
1118
+ const consumes = [
1119
+ 'application/json'
1120
+ ];
1121
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1122
+ if (httpContentTypeSelected != undefined) {
1123
+ headers = headers.set('Content-Type', httpContentTypeSelected);
1124
+ }
1125
+ return this.httpClient.post(`${this.basePath}/v2/api/audience/activetemplates/${encodeURIComponent(String(id))}`, request, {
1126
+ withCredentials: this.configuration.withCredentials,
1127
+ headers: headers,
1128
+ observe: observe,
1129
+ reportProgress: reportProgress
1130
+ });
1131
+ }
1095
1132
  getAllAudienceUsingPOST(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
1096
1133
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1097
1134
  if (advertiser_id !== undefined && advertiser_id !== null) {
@@ -1487,6 +1524,40 @@ let AudienceControllerService = class AudienceControllerService {
1487
1524
  reportProgress: reportProgress
1488
1525
  });
1489
1526
  }
1527
+ validateBackfillRuleUsingPOST(query, reqId, token, observe = 'body', reportProgress = false) {
1528
+ if (query === null || query === undefined) {
1529
+ throw new Error('Required parameter query was null or undefined when calling validateBackfillRuleUsingPOST.');
1530
+ }
1531
+ let headers = this.defaultHeaders;
1532
+ if (reqId !== undefined && reqId !== null) {
1533
+ headers = headers.set('reqId', String(reqId));
1534
+ }
1535
+ if (token !== undefined && token !== null) {
1536
+ headers = headers.set('token', String(token));
1537
+ }
1538
+ // to determine the Accept header
1539
+ let httpHeaderAccepts = [
1540
+ 'application/json'
1541
+ ];
1542
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1543
+ if (httpHeaderAcceptSelected != undefined) {
1544
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1545
+ }
1546
+ // to determine the Content-Type header
1547
+ const consumes = [
1548
+ 'application/json'
1549
+ ];
1550
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1551
+ if (httpContentTypeSelected != undefined) {
1552
+ headers = headers.set('Content-Type', httpContentTypeSelected);
1553
+ }
1554
+ return this.httpClient.post(`${this.basePath}/v2/api/audience/validatebackfillrule`, query, {
1555
+ withCredentials: this.configuration.withCredentials,
1556
+ headers: headers,
1557
+ observe: observe,
1558
+ reportProgress: reportProgress
1559
+ });
1560
+ }
1490
1561
  };
1491
1562
  AudienceControllerService.ctorParameters = () => [
1492
1563
  { type: HttpClient },
@@ -1512,7 +1583,7 @@ AudienceControllerService = __decorate([
1512
1583
  let AuditControllerService = class AuditControllerService {
1513
1584
  constructor(httpClient, basePath, configuration) {
1514
1585
  this.httpClient = httpClient;
1515
- this.basePath = 'https://apiv2stage1.atomex.net';
1586
+ this.basePath = 'https://apiv2stage3.atomex.net';
1516
1587
  this.defaultHeaders = new HttpHeaders();
1517
1588
  this.configuration = new Configuration();
1518
1589
  if (basePath) {
@@ -1693,7 +1764,7 @@ AuditControllerService = __decorate([
1693
1764
  let BulkStrategyControllerService = class BulkStrategyControllerService {
1694
1765
  constructor(httpClient, basePath, configuration) {
1695
1766
  this.httpClient = httpClient;
1696
- this.basePath = 'https://apiv2stage1.atomex.net';
1767
+ this.basePath = 'https://apiv2stage3.atomex.net';
1697
1768
  this.defaultHeaders = new HttpHeaders();
1698
1769
  this.configuration = new Configuration();
1699
1770
  if (basePath) {
@@ -1914,7 +1985,7 @@ BulkStrategyControllerService = __decorate([
1914
1985
  let CSSThemeController_Service = class CSSThemeController_Service {
1915
1986
  constructor(httpClient, basePath, configuration) {
1916
1987
  this.httpClient = httpClient;
1917
- this.basePath = 'https://apiv2stage1.atomex.net';
1988
+ this.basePath = 'https://apiv2stage3.atomex.net';
1918
1989
  this.defaultHeaders = new HttpHeaders();
1919
1990
  this.configuration = new Configuration();
1920
1991
  if (basePath) {
@@ -2019,7 +2090,7 @@ CSSThemeController_Service = __decorate([
2019
2090
  let CampaignControllerService = class CampaignControllerService {
2020
2091
  constructor(httpClient, basePath, configuration) {
2021
2092
  this.httpClient = httpClient;
2022
- this.basePath = 'https://apiv2stage1.atomex.net';
2093
+ this.basePath = 'https://apiv2stage3.atomex.net';
2023
2094
  this.defaultHeaders = new HttpHeaders();
2024
2095
  this.configuration = new Configuration();
2025
2096
  if (basePath) {
@@ -2315,7 +2386,7 @@ CampaignControllerService = __decorate([
2315
2386
  let CatalogControllerService = class CatalogControllerService {
2316
2387
  constructor(httpClient, basePath, configuration) {
2317
2388
  this.httpClient = httpClient;
2318
- this.basePath = 'https://apiv2stage1.atomex.net';
2389
+ this.basePath = 'https://apiv2stage3.atomex.net';
2319
2390
  this.defaultHeaders = new HttpHeaders();
2320
2391
  this.configuration = new Configuration();
2321
2392
  if (basePath) {
@@ -2518,7 +2589,7 @@ CatalogControllerService = __decorate([
2518
2589
  let ClickDestinationControllerService = class ClickDestinationControllerService {
2519
2590
  constructor(httpClient, basePath, configuration) {
2520
2591
  this.httpClient = httpClient;
2521
- this.basePath = 'https://apiv2stage1.atomex.net';
2592
+ this.basePath = 'https://apiv2stage3.atomex.net';
2522
2593
  this.defaultHeaders = new HttpHeaders();
2523
2594
  this.configuration = new Configuration();
2524
2595
  if (basePath) {
@@ -2746,7 +2817,7 @@ ClickDestinationControllerService = __decorate([
2746
2817
  let CreativeControllerService = class CreativeControllerService {
2747
2818
  constructor(httpClient, basePath, configuration) {
2748
2819
  this.httpClient = httpClient;
2749
- this.basePath = 'https://apiv2stage1.atomex.net';
2820
+ this.basePath = 'https://apiv2stage3.atomex.net';
2750
2821
  this.defaultHeaders = new HttpHeaders();
2751
2822
  this.configuration = new Configuration();
2752
2823
  if (basePath) {
@@ -3189,7 +3260,7 @@ CreativeControllerService = __decorate([
3189
3260
  let CreativeSetsControllerService = class CreativeSetsControllerService {
3190
3261
  constructor(httpClient, basePath, configuration) {
3191
3262
  this.httpClient = httpClient;
3192
- this.basePath = 'https://apiv2stage1.atomex.net';
3263
+ this.basePath = 'https://apiv2stage3.atomex.net';
3193
3264
  this.defaultHeaders = new HttpHeaders();
3194
3265
  this.configuration = new Configuration();
3195
3266
  if (basePath) {
@@ -3540,48 +3611,6 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
3540
3611
  reportProgress: reportProgress
3541
3612
  });
3542
3613
  }
3543
- getTemplateListUsingGET(advertiserId, type, filters, reqId, token, observe = 'body', reportProgress = false) {
3544
- if (advertiserId === null || advertiserId === undefined) {
3545
- throw new Error('Required parameter advertiserId was null or undefined when calling getTemplateListUsingGET.');
3546
- }
3547
- if (type === null || type === undefined) {
3548
- throw new Error('Required parameter type was null or undefined when calling getTemplateListUsingGET.');
3549
- }
3550
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3551
- if (advertiserId !== undefined && advertiserId !== null) {
3552
- queryParameters = queryParameters.set('advertiserId', advertiserId);
3553
- }
3554
- if (filters !== undefined && filters !== null) {
3555
- queryParameters = queryParameters.set('filters', filters);
3556
- }
3557
- if (type !== undefined && type !== null) {
3558
- queryParameters = queryParameters.set('type', type);
3559
- }
3560
- let headers = this.defaultHeaders;
3561
- if (reqId !== undefined && reqId !== null) {
3562
- headers = headers.set('reqId', String(reqId));
3563
- }
3564
- if (token !== undefined && token !== null) {
3565
- headers = headers.set('token', String(token));
3566
- }
3567
- // to determine the Accept header
3568
- let httpHeaderAccepts = [
3569
- 'application/json'
3570
- ];
3571
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3572
- if (httpHeaderAcceptSelected != undefined) {
3573
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3574
- }
3575
- // to determine the Content-Type header
3576
- const consumes = [];
3577
- return this.httpClient.get(`${this.basePath}/v2/api/creativesets/templates`, {
3578
- params: queryParameters,
3579
- withCredentials: this.configuration.withCredentials,
3580
- headers: headers,
3581
- observe: observe,
3582
- reportProgress: reportProgress
3583
- });
3584
- }
3585
3614
  updateUsingPOST(creativeSetRequest, id, reqId, token, observe = 'body', reportProgress = false) {
3586
3615
  if (creativeSetRequest === null || creativeSetRequest === undefined) {
3587
3616
  throw new Error('Required parameter creativeSetRequest was null or undefined when calling updateUsingPOST.');
@@ -3644,7 +3673,7 @@ CreativeSetsControllerService = __decorate([
3644
3673
  let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
3645
3674
  constructor(httpClient, basePath, configuration) {
3646
3675
  this.httpClient = httpClient;
3647
- this.basePath = 'https://apiv2stage1.atomex.net';
3676
+ this.basePath = 'https://apiv2stage3.atomex.net';
3648
3677
  this.defaultHeaders = new HttpHeaders();
3649
3678
  this.configuration = new Configuration();
3650
3679
  if (basePath) {
@@ -3825,7 +3854,7 @@ CreativeTemplateThemesControllerService = __decorate([
3825
3854
  let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
3826
3855
  constructor(httpClient, basePath, configuration) {
3827
3856
  this.httpClient = httpClient;
3828
- this.basePath = 'https://apiv2stage1.atomex.net';
3857
+ this.basePath = 'https://apiv2stage3.atomex.net';
3829
3858
  this.defaultHeaders = new HttpHeaders();
3830
3859
  this.configuration = new Configuration();
3831
3860
  if (basePath) {
@@ -3899,7 +3928,7 @@ CreativeTemplateVariablesControllerService = __decorate([
3899
3928
  let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
3900
3929
  constructor(httpClient, basePath, configuration) {
3901
3930
  this.httpClient = httpClient;
3902
- this.basePath = 'https://apiv2stage1.atomex.net';
3931
+ this.basePath = 'https://apiv2stage3.atomex.net';
3903
3932
  this.defaultHeaders = new HttpHeaders();
3904
3933
  this.configuration = new Configuration();
3905
3934
  if (basePath) {
@@ -4060,7 +4089,7 @@ CreativeTemplatesControllerService = __decorate([
4060
4089
  let DashboardControllerService = class DashboardControllerService {
4061
4090
  constructor(httpClient, basePath, configuration) {
4062
4091
  this.httpClient = httpClient;
4063
- this.basePath = 'https://apiv2stage1.atomex.net';
4092
+ this.basePath = 'https://apiv2stage3.atomex.net';
4064
4093
  this.defaultHeaders = new HttpHeaders();
4065
4094
  this.configuration = new Configuration();
4066
4095
  if (basePath) {
@@ -4675,7 +4704,7 @@ DashboardControllerService = __decorate([
4675
4704
  let NotificationsControllerService = class NotificationsControllerService {
4676
4705
  constructor(httpClient, basePath, configuration) {
4677
4706
  this.httpClient = httpClient;
4678
- this.basePath = 'https://apiv2stage1.atomex.net';
4707
+ this.basePath = 'https://apiv2stage3.atomex.net';
4679
4708
  this.defaultHeaders = new HttpHeaders();
4680
4709
  this.configuration = new Configuration();
4681
4710
  if (basePath) {
@@ -4854,7 +4883,7 @@ NotificationsControllerService = __decorate([
4854
4883
  let PixelControllerService = class PixelControllerService {
4855
4884
  constructor(httpClient, basePath, configuration) {
4856
4885
  this.httpClient = httpClient;
4857
- this.basePath = 'https://apiv2stage1.atomex.net';
4886
+ this.basePath = 'https://apiv2stage3.atomex.net';
4858
4887
  this.defaultHeaders = new HttpHeaders();
4859
4888
  this.configuration = new Configuration();
4860
4889
  if (basePath) {
@@ -5157,7 +5186,7 @@ PixelControllerService = __decorate([
5157
5186
  let ReportingControllerService = class ReportingControllerService {
5158
5187
  constructor(httpClient, basePath, configuration) {
5159
5188
  this.httpClient = httpClient;
5160
- this.basePath = 'https://apiv2stage1.atomex.net';
5189
+ this.basePath = 'https://apiv2stage3.atomex.net';
5161
5190
  this.defaultHeaders = new HttpHeaders();
5162
5191
  this.configuration = new Configuration();
5163
5192
  if (basePath) {
@@ -5323,7 +5352,7 @@ ReportingControllerService = __decorate([
5323
5352
  let SliceXControllerService = class SliceXControllerService {
5324
5353
  constructor(httpClient, basePath, configuration) {
5325
5354
  this.httpClient = httpClient;
5326
- this.basePath = 'https://apiv2stage1.atomex.net';
5355
+ this.basePath = 'https://apiv2stage3.atomex.net';
5327
5356
  this.defaultHeaders = new HttpHeaders();
5328
5357
  this.configuration = new Configuration();
5329
5358
  if (basePath) {
@@ -5569,7 +5598,7 @@ SliceXControllerService = __decorate([
5569
5598
  let StrategyControllerService = class StrategyControllerService {
5570
5599
  constructor(httpClient, basePath, configuration) {
5571
5600
  this.httpClient = httpClient;
5572
- this.basePath = 'https://apiv2stage1.atomex.net';
5601
+ this.basePath = 'https://apiv2stage3.atomex.net';
5573
5602
  this.defaultHeaders = new HttpHeaders();
5574
5603
  this.configuration = new Configuration();
5575
5604
  if (basePath) {
@@ -6184,7 +6213,7 @@ StrategyControllerService = __decorate([
6184
6213
  let UILoggerControllerService = class UILoggerControllerService {
6185
6214
  constructor(httpClient, basePath, configuration) {
6186
6215
  this.httpClient = httpClient;
6187
- this.basePath = 'https://apiv2stage1.atomex.net';
6216
+ this.basePath = 'https://apiv2stage3.atomex.net';
6188
6217
  this.defaultHeaders = new HttpHeaders();
6189
6218
  this.configuration = new Configuration();
6190
6219
  if (basePath) {
@@ -6272,7 +6301,7 @@ UILoggerControllerService = __decorate([
6272
6301
  let UserPreferenceControllerService = class UserPreferenceControllerService {
6273
6302
  constructor(httpClient, basePath, configuration) {
6274
6303
  this.httpClient = httpClient;
6275
- this.basePath = 'https://apiv2stage1.atomex.net';
6304
+ this.basePath = 'https://apiv2stage3.atomex.net';
6276
6305
  this.defaultHeaders = new HttpHeaders();
6277
6306
  this.configuration = new Configuration();
6278
6307
  if (basePath) {
@@ -6508,6 +6537,28 @@ var AuctionTypeEditField;
6508
6537
  };
6509
6538
  })(AuctionTypeEditField || (AuctionTypeEditField = {}));
6510
6539
 
6540
+ /**
6541
+ * Api Documentation
6542
+ * Api Documentation
6543
+ *
6544
+ * OpenAPI spec version: 1.0
6545
+ *
6546
+ *
6547
+ * NOTE: This class is auto generated by the swagger code generator program.
6548
+ * https://github.com/swagger-api/swagger-codegen.git
6549
+ * Do not edit the class manually.
6550
+ */
6551
+ var AudienceBackfillQueryTemplateRequest;
6552
+ (function (AudienceBackfillQueryTemplateRequest) {
6553
+ AudienceBackfillQueryTemplateRequest.DurationUnitEnum = {
6554
+ MINUTE: 'MINUTE',
6555
+ HOUR: 'HOUR',
6556
+ DAY: 'DAY',
6557
+ WEEK: 'WEEK',
6558
+ MONTH: 'MONTH'
6559
+ };
6560
+ })(AudienceBackfillQueryTemplateRequest || (AudienceBackfillQueryTemplateRequest = {}));
6561
+
6511
6562
  var AudienceDTO;
6512
6563
  (function (AudienceDTO) {
6513
6564
  AudienceDTO.AudienceTypeEnum = {
@@ -6589,9 +6640,7 @@ var BaseModelWithCreativeSetType;
6589
6640
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6590
6641
  DYNAMICMACRO: 'DYNAMIC_MACRO',
6591
6642
  DYNAMICHTML: 'DYNAMIC_HTML',
6592
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
6593
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
6594
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
6643
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6595
6644
  };
6596
6645
  })(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
6597
6646
 
@@ -6710,13 +6759,19 @@ var CreativeFiles;
6710
6759
  };
6711
6760
  })(CreativeFiles || (CreativeFiles = {}));
6712
6761
 
6762
+ /**
6763
+ * Api Documentation
6764
+ * Api Documentation
6765
+ *
6766
+ * OpenAPI spec version: 1.0
6767
+ *
6768
+ *
6769
+ * NOTE: This class is auto generated by the swagger code generator program.
6770
+ * https://github.com/swagger-api/swagger-codegen.git
6771
+ * Do not edit the class manually.
6772
+ */
6713
6773
  var CreativeHtmlFileForSet;
6714
6774
  (function (CreativeHtmlFileForSet) {
6715
- CreativeHtmlFileForSet.TemplateTypeEnum = {
6716
- DCO: 'DCO',
6717
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
6718
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
6719
- };
6720
6775
  CreativeHtmlFileForSet.TypeEnum = {
6721
6776
  Image: 'image',
6722
6777
  Html: 'html',
@@ -6747,9 +6802,7 @@ var CreativeSetDashboardMetric;
6747
6802
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6748
6803
  DYNAMICMACRO: 'DYNAMIC_MACRO',
6749
6804
  DYNAMICHTML: 'DYNAMIC_HTML',
6750
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
6751
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
6752
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
6805
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6753
6806
  };
6754
6807
  })(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
6755
6808
 
@@ -6765,9 +6818,7 @@ var CreativeSetDetails;
6765
6818
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6766
6819
  DYNAMICMACRO: 'DYNAMIC_MACRO',
6767
6820
  DYNAMICHTML: 'DYNAMIC_HTML',
6768
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
6769
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
6770
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
6821
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6771
6822
  };
6772
6823
  })(CreativeSetDetails || (CreativeSetDetails = {}));
6773
6824
 
@@ -6783,9 +6834,7 @@ var CreativeSetRequest;
6783
6834
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6784
6835
  DYNAMICMACRO: 'DYNAMIC_MACRO',
6785
6836
  DYNAMICHTML: 'DYNAMIC_HTML',
6786
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
6787
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
6788
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
6837
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6789
6838
  };
6790
6839
  })(CreativeSetRequest || (CreativeSetRequest = {}));
6791
6840
 
@@ -6812,9 +6861,7 @@ var CreativeSetResponse;
6812
6861
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6813
6862
  DYNAMICMACRO: 'DYNAMIC_MACRO',
6814
6863
  DYNAMICHTML: 'DYNAMIC_HTML',
6815
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
6816
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
6817
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
6864
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6818
6865
  };
6819
6866
  })(CreativeSetResponse || (CreativeSetResponse = {}));
6820
6867
 
@@ -6861,9 +6908,7 @@ var DuplicateCreativeSetResponse;
6861
6908
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6862
6909
  DYNAMICMACRO: 'DYNAMIC_MACRO',
6863
6910
  DYNAMICHTML: 'DYNAMIC_HTML',
6864
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
6865
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
6866
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
6911
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6867
6912
  };
6868
6913
  })(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
6869
6914
 
@@ -7357,5 +7402,5 @@ ApiModule = ApiModule_1 = __decorate([
7357
7402
  * Generated bundle index. Do not edit.
7358
7403
  */
7359
7404
 
7360
- export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7405
+ export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7361
7406
  //# sourceMappingURL=revxui-api-clients-ts.js.map