@revxui/api-clients-ts 0.10.268 → 0.10.270

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 (98) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +13 -0
  3. package/api/campaignController.service.d.ts +0 -14
  4. package/bundles/revxui-api-clients-ts.umd.js +59 -59
  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 +36 -2
  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 -36
  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/{esm5/model/incrementalityReportDTO.js → esm2015/model/audienceAnalysisRequest.js} +1 -1
  32. package/esm2015/model/campaignDTO.js +1 -1
  33. package/esm2015/model/campaignESDTO.js +1 -1
  34. package/esm2015/model/clickDestination.js +1 -1
  35. package/esm2015/model/creative.js +1 -1
  36. package/esm2015/model/creativeDTO.js +1 -1
  37. package/esm2015/model/creativeSetDashboardMetric.js +1 -1
  38. package/esm2015/model/creativeSetDetails.js +1 -1
  39. package/esm2015/model/creativeSetRequest.js +1 -1
  40. package/esm2015/model/models.js +1 -1
  41. package/esm2015/model/searchRequest.js +1 -1
  42. package/esm5/api/adminController.service.js +2 -2
  43. package/esm5/api/advertiserController.service.js +2 -2
  44. package/esm5/api/appSettingsController.service.js +2 -2
  45. package/esm5/api/audienceController.service.js +38 -2
  46. package/esm5/api/auditController.service.js +2 -2
  47. package/esm5/api/bulkStrategyController.service.js +2 -2
  48. package/esm5/api/cSSThemeController_.service.js +2 -2
  49. package/esm5/api/campaignController.service.js +2 -38
  50. package/esm5/api/catalogController.service.js +2 -2
  51. package/esm5/api/clickDestinationController.service.js +2 -2
  52. package/esm5/api/creativeController.service.js +2 -2
  53. package/esm5/api/creativeSetsController.service.js +2 -2
  54. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  55. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  56. package/esm5/api/creativeTemplatesController.service.js +2 -2
  57. package/esm5/api/dashboardController.service.js +2 -2
  58. package/esm5/api/notificationsController.service.js +2 -2
  59. package/esm5/api/pixelController.service.js +2 -2
  60. package/esm5/api/reportingController.service.js +2 -2
  61. package/esm5/api/sliceXController.service.js +2 -2
  62. package/esm5/api/strategyController.service.js +2 -2
  63. package/esm5/api/uILoggerController.service.js +2 -2
  64. package/esm5/api/userPreferenceController.service.js +2 -2
  65. package/{esm2015/model/incrementalityReportDTO.js → esm5/model/audienceAnalysisRequest.js} +1 -1
  66. package/esm5/model/campaignDTO.js +1 -1
  67. package/esm5/model/campaignESDTO.js +1 -1
  68. package/esm5/model/clickDestination.js +1 -1
  69. package/esm5/model/creative.js +1 -1
  70. package/esm5/model/creativeDTO.js +1 -1
  71. package/esm5/model/creativeSetDashboardMetric.js +1 -1
  72. package/esm5/model/creativeSetDetails.js +1 -1
  73. package/esm5/model/creativeSetRequest.js +1 -1
  74. package/esm5/model/models.js +1 -1
  75. package/esm5/model/searchRequest.js +1 -1
  76. package/fesm2015/revxui-api-clients-ts.js +57 -57
  77. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  78. package/fesm5/revxui-api-clients-ts.js +59 -59
  79. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  80. package/model/{incrementalityReportDTO.d.ts → audienceAnalysisRequest.d.ts} +5 -5
  81. package/model/campaignDTO.d.ts +0 -4
  82. package/model/campaignESDTO.d.ts +0 -1
  83. package/model/clickDestination.d.ts +0 -1
  84. package/model/creative.d.ts +0 -2
  85. package/model/creativeDTO.d.ts +0 -2
  86. package/model/creativeSetDashboardMetric.d.ts +0 -1
  87. package/model/creativeSetDetails.d.ts +0 -1
  88. package/model/creativeSetRequest.d.ts +0 -1
  89. package/model/models.d.ts +1 -3
  90. package/model/searchRequest.d.ts +1 -0
  91. package/package.json +1 -1
  92. package/revxui-api-clients-ts.metadata.json +1 -1
  93. package/esm2015/model/apiListResponseIncrementalityReportResponse.js +0 -1
  94. package/esm2015/model/incrementalityReportResponse.js +0 -12
  95. package/esm5/model/apiListResponseIncrementalityReportResponse.js +0 -1
  96. package/esm5/model/incrementalityReportResponse.js +0 -12
  97. package/model/apiListResponseIncrementalityReportResponse.d.ts +0 -16
  98. package/model/incrementalityReportResponse.d.ts +0 -24
@@ -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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.atomex.net';
841
841
  this.defaultHeaders = new HttpHeaders();
842
842
  this.configuration = new Configuration();
843
843
  if (basePath) {
@@ -1173,6 +1173,40 @@ let AudienceControllerService = class AudienceControllerService {
1173
1173
  reportProgress: reportProgress
1174
1174
  });
1175
1175
  }
1176
+ getAnalysisAudienceCountUsingPOST(audienceAnalysisRequest, reqId, token, observe = 'body', reportProgress = false) {
1177
+ if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
1178
+ throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getAnalysisAudienceCountUsingPOST.');
1179
+ }
1180
+ let headers = this.defaultHeaders;
1181
+ if (reqId !== undefined && reqId !== null) {
1182
+ headers = headers.set('reqId', String(reqId));
1183
+ }
1184
+ if (token !== undefined && token !== null) {
1185
+ headers = headers.set('token', String(token));
1186
+ }
1187
+ // to determine the Accept header
1188
+ let httpHeaderAccepts = [
1189
+ '*/*'
1190
+ ];
1191
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1192
+ if (httpHeaderAcceptSelected != undefined) {
1193
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1194
+ }
1195
+ // to determine the Content-Type header
1196
+ const consumes = [
1197
+ 'application/json'
1198
+ ];
1199
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1200
+ if (httpContentTypeSelected != undefined) {
1201
+ headers = headers.set('Content-Type', httpContentTypeSelected);
1202
+ }
1203
+ return this.httpClient.post(`${this.basePath}/v2/api/audience/audienceanalysis`, audienceAnalysisRequest, {
1204
+ withCredentials: this.configuration.withCredentials,
1205
+ headers: headers,
1206
+ observe: observe,
1207
+ reportProgress: reportProgress
1208
+ });
1209
+ }
1176
1210
  getByIdUsingGET1(id, refresh, reqId, token, observe = 'body', reportProgress = false) {
1177
1211
  if (id === null || id === undefined) {
1178
1212
  throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET1.');
@@ -1512,7 +1546,7 @@ AudienceControllerService = __decorate([
1512
1546
  let AuditControllerService = class AuditControllerService {
1513
1547
  constructor(httpClient, basePath, configuration) {
1514
1548
  this.httpClient = httpClient;
1515
- this.basePath = 'https://apiv2stage1.atomex.net';
1549
+ this.basePath = 'https://apiv2stage2.atomex.net';
1516
1550
  this.defaultHeaders = new HttpHeaders();
1517
1551
  this.configuration = new Configuration();
1518
1552
  if (basePath) {
@@ -1693,7 +1727,7 @@ AuditControllerService = __decorate([
1693
1727
  let BulkStrategyControllerService = class BulkStrategyControllerService {
1694
1728
  constructor(httpClient, basePath, configuration) {
1695
1729
  this.httpClient = httpClient;
1696
- this.basePath = 'https://apiv2stage1.atomex.net';
1730
+ this.basePath = 'https://apiv2stage2.atomex.net';
1697
1731
  this.defaultHeaders = new HttpHeaders();
1698
1732
  this.configuration = new Configuration();
1699
1733
  if (basePath) {
@@ -1914,7 +1948,7 @@ BulkStrategyControllerService = __decorate([
1914
1948
  let CSSThemeController_Service = class CSSThemeController_Service {
1915
1949
  constructor(httpClient, basePath, configuration) {
1916
1950
  this.httpClient = httpClient;
1917
- this.basePath = 'https://apiv2stage1.atomex.net';
1951
+ this.basePath = 'https://apiv2stage2.atomex.net';
1918
1952
  this.defaultHeaders = new HttpHeaders();
1919
1953
  this.configuration = new Configuration();
1920
1954
  if (basePath) {
@@ -2019,7 +2053,7 @@ CSSThemeController_Service = __decorate([
2019
2053
  let CampaignControllerService = class CampaignControllerService {
2020
2054
  constructor(httpClient, basePath, configuration) {
2021
2055
  this.httpClient = httpClient;
2022
- this.basePath = 'https://apiv2stage1.atomex.net';
2056
+ this.basePath = 'https://apiv2stage2.atomex.net';
2023
2057
  this.defaultHeaders = new HttpHeaders();
2024
2058
  this.configuration = new Configuration();
2025
2059
  if (basePath) {
@@ -2219,40 +2253,6 @@ let CampaignControllerService = class CampaignControllerService {
2219
2253
  reportProgress: reportProgress
2220
2254
  });
2221
2255
  }
2222
- incrementalityReportUsingPOST(incrementalityReportDTO, reqId, token, observe = 'body', reportProgress = false) {
2223
- if (incrementalityReportDTO === null || incrementalityReportDTO === undefined) {
2224
- throw new Error('Required parameter incrementalityReportDTO was null or undefined when calling incrementalityReportUsingPOST.');
2225
- }
2226
- let headers = this.defaultHeaders;
2227
- if (reqId !== undefined && reqId !== null) {
2228
- headers = headers.set('reqId', String(reqId));
2229
- }
2230
- if (token !== undefined && token !== null) {
2231
- headers = headers.set('token', String(token));
2232
- }
2233
- // to determine the Accept header
2234
- let httpHeaderAccepts = [
2235
- 'application/json'
2236
- ];
2237
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
2238
- if (httpHeaderAcceptSelected != undefined) {
2239
- headers = headers.set('Accept', httpHeaderAcceptSelected);
2240
- }
2241
- // to determine the Content-Type header
2242
- const consumes = [
2243
- 'application/json'
2244
- ];
2245
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
2246
- if (httpContentTypeSelected != undefined) {
2247
- headers = headers.set('Content-Type', httpContentTypeSelected);
2248
- }
2249
- return this.httpClient.post(`${this.basePath}/v2/api/campaigns/incrementalityreport`, incrementalityReportDTO, {
2250
- withCredentials: this.configuration.withCredentials,
2251
- headers: headers,
2252
- observe: observe,
2253
- reportProgress: reportProgress
2254
- });
2255
- }
2256
2256
  updateCampaignUsingPOST(campaign, id, reqId, token, observe = 'body', reportProgress = false) {
2257
2257
  if (campaign === null || campaign === undefined) {
2258
2258
  throw new Error('Required parameter campaign was null or undefined when calling updateCampaignUsingPOST.');
@@ -2315,7 +2315,7 @@ CampaignControllerService = __decorate([
2315
2315
  let CatalogControllerService = class CatalogControllerService {
2316
2316
  constructor(httpClient, basePath, configuration) {
2317
2317
  this.httpClient = httpClient;
2318
- this.basePath = 'https://apiv2stage1.atomex.net';
2318
+ this.basePath = 'https://apiv2stage2.atomex.net';
2319
2319
  this.defaultHeaders = new HttpHeaders();
2320
2320
  this.configuration = new Configuration();
2321
2321
  if (basePath) {
@@ -2518,7 +2518,7 @@ CatalogControllerService = __decorate([
2518
2518
  let ClickDestinationControllerService = class ClickDestinationControllerService {
2519
2519
  constructor(httpClient, basePath, configuration) {
2520
2520
  this.httpClient = httpClient;
2521
- this.basePath = 'https://apiv2stage1.atomex.net';
2521
+ this.basePath = 'https://apiv2stage2.atomex.net';
2522
2522
  this.defaultHeaders = new HttpHeaders();
2523
2523
  this.configuration = new Configuration();
2524
2524
  if (basePath) {
@@ -2746,7 +2746,7 @@ ClickDestinationControllerService = __decorate([
2746
2746
  let CreativeControllerService = class CreativeControllerService {
2747
2747
  constructor(httpClient, basePath, configuration) {
2748
2748
  this.httpClient = httpClient;
2749
- this.basePath = 'https://apiv2stage1.atomex.net';
2749
+ this.basePath = 'https://apiv2stage2.atomex.net';
2750
2750
  this.defaultHeaders = new HttpHeaders();
2751
2751
  this.configuration = new Configuration();
2752
2752
  if (basePath) {
@@ -3189,7 +3189,7 @@ CreativeControllerService = __decorate([
3189
3189
  let CreativeSetsControllerService = class CreativeSetsControllerService {
3190
3190
  constructor(httpClient, basePath, configuration) {
3191
3191
  this.httpClient = httpClient;
3192
- this.basePath = 'https://apiv2stage1.atomex.net';
3192
+ this.basePath = 'https://apiv2stage2.atomex.net';
3193
3193
  this.defaultHeaders = new HttpHeaders();
3194
3194
  this.configuration = new Configuration();
3195
3195
  if (basePath) {
@@ -3535,7 +3535,7 @@ CreativeSetsControllerService = __decorate([
3535
3535
  let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
3536
3536
  constructor(httpClient, basePath, configuration) {
3537
3537
  this.httpClient = httpClient;
3538
- this.basePath = 'https://apiv2stage1.atomex.net';
3538
+ this.basePath = 'https://apiv2stage2.atomex.net';
3539
3539
  this.defaultHeaders = new HttpHeaders();
3540
3540
  this.configuration = new Configuration();
3541
3541
  if (basePath) {
@@ -3716,7 +3716,7 @@ CreativeTemplateThemesControllerService = __decorate([
3716
3716
  let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
3717
3717
  constructor(httpClient, basePath, configuration) {
3718
3718
  this.httpClient = httpClient;
3719
- this.basePath = 'https://apiv2stage1.atomex.net';
3719
+ this.basePath = 'https://apiv2stage2.atomex.net';
3720
3720
  this.defaultHeaders = new HttpHeaders();
3721
3721
  this.configuration = new Configuration();
3722
3722
  if (basePath) {
@@ -3790,7 +3790,7 @@ CreativeTemplateVariablesControllerService = __decorate([
3790
3790
  let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
3791
3791
  constructor(httpClient, basePath, configuration) {
3792
3792
  this.httpClient = httpClient;
3793
- this.basePath = 'https://apiv2stage1.atomex.net';
3793
+ this.basePath = 'https://apiv2stage2.atomex.net';
3794
3794
  this.defaultHeaders = new HttpHeaders();
3795
3795
  this.configuration = new Configuration();
3796
3796
  if (basePath) {
@@ -3951,7 +3951,7 @@ CreativeTemplatesControllerService = __decorate([
3951
3951
  let DashboardControllerService = class DashboardControllerService {
3952
3952
  constructor(httpClient, basePath, configuration) {
3953
3953
  this.httpClient = httpClient;
3954
- this.basePath = 'https://apiv2stage1.atomex.net';
3954
+ this.basePath = 'https://apiv2stage2.atomex.net';
3955
3955
  this.defaultHeaders = new HttpHeaders();
3956
3956
  this.configuration = new Configuration();
3957
3957
  if (basePath) {
@@ -4566,7 +4566,7 @@ DashboardControllerService = __decorate([
4566
4566
  let NotificationsControllerService = class NotificationsControllerService {
4567
4567
  constructor(httpClient, basePath, configuration) {
4568
4568
  this.httpClient = httpClient;
4569
- this.basePath = 'https://apiv2stage1.atomex.net';
4569
+ this.basePath = 'https://apiv2stage2.atomex.net';
4570
4570
  this.defaultHeaders = new HttpHeaders();
4571
4571
  this.configuration = new Configuration();
4572
4572
  if (basePath) {
@@ -4745,7 +4745,7 @@ NotificationsControllerService = __decorate([
4745
4745
  let PixelControllerService = class PixelControllerService {
4746
4746
  constructor(httpClient, basePath, configuration) {
4747
4747
  this.httpClient = httpClient;
4748
- this.basePath = 'https://apiv2stage1.atomex.net';
4748
+ this.basePath = 'https://apiv2stage2.atomex.net';
4749
4749
  this.defaultHeaders = new HttpHeaders();
4750
4750
  this.configuration = new Configuration();
4751
4751
  if (basePath) {
@@ -5048,7 +5048,7 @@ PixelControllerService = __decorate([
5048
5048
  let ReportingControllerService = class ReportingControllerService {
5049
5049
  constructor(httpClient, basePath, configuration) {
5050
5050
  this.httpClient = httpClient;
5051
- this.basePath = 'https://apiv2stage1.atomex.net';
5051
+ this.basePath = 'https://apiv2stage2.atomex.net';
5052
5052
  this.defaultHeaders = new HttpHeaders();
5053
5053
  this.configuration = new Configuration();
5054
5054
  if (basePath) {
@@ -5214,7 +5214,7 @@ ReportingControllerService = __decorate([
5214
5214
  let SliceXControllerService = class SliceXControllerService {
5215
5215
  constructor(httpClient, basePath, configuration) {
5216
5216
  this.httpClient = httpClient;
5217
- this.basePath = 'https://apiv2stage1.atomex.net';
5217
+ this.basePath = 'https://apiv2stage2.atomex.net';
5218
5218
  this.defaultHeaders = new HttpHeaders();
5219
5219
  this.configuration = new Configuration();
5220
5220
  if (basePath) {
@@ -5381,7 +5381,7 @@ SliceXControllerService = __decorate([
5381
5381
  let StrategyControllerService = class StrategyControllerService {
5382
5382
  constructor(httpClient, basePath, configuration) {
5383
5383
  this.httpClient = httpClient;
5384
- this.basePath = 'https://apiv2stage1.atomex.net';
5384
+ this.basePath = 'https://apiv2stage2.atomex.net';
5385
5385
  this.defaultHeaders = new HttpHeaders();
5386
5386
  this.configuration = new Configuration();
5387
5387
  if (basePath) {
@@ -5996,7 +5996,7 @@ StrategyControllerService = __decorate([
5996
5996
  let UILoggerControllerService = class UILoggerControllerService {
5997
5997
  constructor(httpClient, basePath, configuration) {
5998
5998
  this.httpClient = httpClient;
5999
- this.basePath = 'https://apiv2stage1.atomex.net';
5999
+ this.basePath = 'https://apiv2stage2.atomex.net';
6000
6000
  this.defaultHeaders = new HttpHeaders();
6001
6001
  this.configuration = new Configuration();
6002
6002
  if (basePath) {
@@ -6084,7 +6084,7 @@ UILoggerControllerService = __decorate([
6084
6084
  let UserPreferenceControllerService = class UserPreferenceControllerService {
6085
6085
  constructor(httpClient, basePath, configuration) {
6086
6086
  this.httpClient = httpClient;
6087
- this.basePath = 'https://apiv2stage1.atomex.net';
6087
+ this.basePath = 'https://apiv2stage2.atomex.net';
6088
6088
  this.defaultHeaders = new HttpHeaders();
6089
6089
  this.configuration = new Configuration();
6090
6090
  if (basePath) {