@revxui/api-clients-ts 0.10.277 → 0.10.279

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 (102) hide show
  1. package/README.md +2 -2
  2. package/api/campaignController.service.d.ts +14 -0
  3. package/api/dashboardController.service.d.ts +4 -3
  4. package/api/sliceXController.service.d.ts +14 -0
  5. package/bundles/revxui-api-clients-ts.umd.js +103 -23
  6. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  7. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  8. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  9. package/esm2015/api/adminController.service.js +2 -2
  10. package/esm2015/api/advertiserController.service.js +2 -2
  11. package/esm2015/api/appSettingsController.service.js +2 -2
  12. package/esm2015/api/audienceController.service.js +2 -2
  13. package/esm2015/api/auditController.service.js +2 -2
  14. package/esm2015/api/bulkStrategyController.service.js +2 -2
  15. package/esm2015/api/cSSThemeController_.service.js +2 -2
  16. package/esm2015/api/campaignController.service.js +36 -2
  17. package/esm2015/api/catalogController.service.js +2 -2
  18. package/esm2015/api/clickDestinationController.service.js +2 -2
  19. package/esm2015/api/creativeController.service.js +2 -2
  20. package/esm2015/api/creativeSetsController.service.js +2 -2
  21. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  22. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  23. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  24. package/esm2015/api/dashboardController.service.js +2 -2
  25. package/esm2015/api/notificationsController.service.js +2 -2
  26. package/esm2015/api/pixelController.service.js +2 -2
  27. package/esm2015/api/reportingController.service.js +2 -2
  28. package/esm2015/api/sliceXController.service.js +44 -2
  29. package/esm2015/api/strategyController.service.js +2 -2
  30. package/esm2015/api/uILoggerController.service.js +2 -2
  31. package/esm2015/api/userPreferenceController.service.js +2 -2
  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/creativeFileForSet.js +1 -1
  38. package/esm2015/model/creativeFiles.js +1 -1
  39. package/esm2015/model/creativeSetDashboardMetric.js +1 -1
  40. package/esm2015/model/creativeSetDetails.js +1 -1
  41. package/esm2015/model/creativeSetRequest.js +1 -1
  42. package/esm2015/model/incrementalityReportDTO.js +12 -0
  43. package/esm2015/model/incrementalityReportResponse.js +12 -0
  44. package/esm2015/model/incrementalityResponse.js +1 -0
  45. package/esm2015/model/models.js +1 -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 +2 -2
  49. package/esm5/api/audienceController.service.js +2 -2
  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 +38 -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 +46 -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/campaignDTO.js +1 -1
  70. package/esm5/model/campaignESDTO.js +1 -1
  71. package/esm5/model/clickDestination.js +1 -1
  72. package/esm5/model/creative.js +1 -1
  73. package/esm5/model/creativeDTO.js +1 -1
  74. package/esm5/model/creativeFileForSet.js +1 -1
  75. package/esm5/model/creativeFiles.js +1 -1
  76. package/esm5/model/creativeSetDashboardMetric.js +1 -1
  77. package/esm5/model/creativeSetDetails.js +1 -1
  78. package/esm5/model/creativeSetRequest.js +1 -1
  79. package/esm5/model/incrementalityReportDTO.js +12 -0
  80. package/esm5/model/incrementalityReportResponse.js +12 -0
  81. package/esm5/model/incrementalityResponse.js +1 -0
  82. package/esm5/model/models.js +1 -1
  83. package/fesm2015/revxui-api-clients-ts.js +99 -23
  84. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  85. package/fesm5/revxui-api-clients-ts.js +103 -23
  86. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  87. package/model/campaignDTO.d.ts +4 -0
  88. package/model/campaignESDTO.d.ts +2 -0
  89. package/model/clickDestination.d.ts +1 -0
  90. package/model/creative.d.ts +2 -0
  91. package/model/creativeDTO.d.ts +2 -0
  92. package/model/creativeFileForSet.d.ts +0 -2
  93. package/model/creativeFiles.d.ts +0 -2
  94. package/model/creativeSetDashboardMetric.d.ts +1 -0
  95. package/model/creativeSetDetails.d.ts +1 -0
  96. package/model/creativeSetRequest.d.ts +1 -0
  97. package/model/incrementalityReportDTO.d.ts +17 -0
  98. package/model/incrementalityReportResponse.d.ts +24 -0
  99. package/model/incrementalityResponse.d.ts +17 -0
  100. package/model/models.d.ts +3 -0
  101. package/package.json +1 -1
  102. package/revxui-api-clients-ts.metadata.json +1 -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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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) {
@@ -1512,7 +1512,7 @@ AudienceControllerService = __decorate([
1512
1512
  let AuditControllerService = class AuditControllerService {
1513
1513
  constructor(httpClient, basePath, configuration) {
1514
1514
  this.httpClient = httpClient;
1515
- this.basePath = 'https://apiv2stage2.atomex.net';
1515
+ this.basePath = 'https://apiv2stage3.atomex.net';
1516
1516
  this.defaultHeaders = new HttpHeaders();
1517
1517
  this.configuration = new Configuration();
1518
1518
  if (basePath) {
@@ -1693,7 +1693,7 @@ AuditControllerService = __decorate([
1693
1693
  let BulkStrategyControllerService = class BulkStrategyControllerService {
1694
1694
  constructor(httpClient, basePath, configuration) {
1695
1695
  this.httpClient = httpClient;
1696
- this.basePath = 'https://apiv2stage2.atomex.net';
1696
+ this.basePath = 'https://apiv2stage3.atomex.net';
1697
1697
  this.defaultHeaders = new HttpHeaders();
1698
1698
  this.configuration = new Configuration();
1699
1699
  if (basePath) {
@@ -1914,7 +1914,7 @@ BulkStrategyControllerService = __decorate([
1914
1914
  let CSSThemeController_Service = class CSSThemeController_Service {
1915
1915
  constructor(httpClient, basePath, configuration) {
1916
1916
  this.httpClient = httpClient;
1917
- this.basePath = 'https://apiv2stage2.atomex.net';
1917
+ this.basePath = 'https://apiv2stage3.atomex.net';
1918
1918
  this.defaultHeaders = new HttpHeaders();
1919
1919
  this.configuration = new Configuration();
1920
1920
  if (basePath) {
@@ -2019,7 +2019,7 @@ CSSThemeController_Service = __decorate([
2019
2019
  let CampaignControllerService = class CampaignControllerService {
2020
2020
  constructor(httpClient, basePath, configuration) {
2021
2021
  this.httpClient = httpClient;
2022
- this.basePath = 'https://apiv2stage2.atomex.net';
2022
+ this.basePath = 'https://apiv2stage3.atomex.net';
2023
2023
  this.defaultHeaders = new HttpHeaders();
2024
2024
  this.configuration = new Configuration();
2025
2025
  if (basePath) {
@@ -2219,6 +2219,40 @@ let CampaignControllerService = class CampaignControllerService {
2219
2219
  reportProgress: reportProgress
2220
2220
  });
2221
2221
  }
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
+ }
2222
2256
  updateCampaignUsingPOST(campaign, id, reqId, token, observe = 'body', reportProgress = false) {
2223
2257
  if (campaign === null || campaign === undefined) {
2224
2258
  throw new Error('Required parameter campaign was null or undefined when calling updateCampaignUsingPOST.');
@@ -2281,7 +2315,7 @@ CampaignControllerService = __decorate([
2281
2315
  let CatalogControllerService = class CatalogControllerService {
2282
2316
  constructor(httpClient, basePath, configuration) {
2283
2317
  this.httpClient = httpClient;
2284
- this.basePath = 'https://apiv2stage2.atomex.net';
2318
+ this.basePath = 'https://apiv2stage3.atomex.net';
2285
2319
  this.defaultHeaders = new HttpHeaders();
2286
2320
  this.configuration = new Configuration();
2287
2321
  if (basePath) {
@@ -2484,7 +2518,7 @@ CatalogControllerService = __decorate([
2484
2518
  let ClickDestinationControllerService = class ClickDestinationControllerService {
2485
2519
  constructor(httpClient, basePath, configuration) {
2486
2520
  this.httpClient = httpClient;
2487
- this.basePath = 'https://apiv2stage2.atomex.net';
2521
+ this.basePath = 'https://apiv2stage3.atomex.net';
2488
2522
  this.defaultHeaders = new HttpHeaders();
2489
2523
  this.configuration = new Configuration();
2490
2524
  if (basePath) {
@@ -2712,7 +2746,7 @@ ClickDestinationControllerService = __decorate([
2712
2746
  let CreativeControllerService = class CreativeControllerService {
2713
2747
  constructor(httpClient, basePath, configuration) {
2714
2748
  this.httpClient = httpClient;
2715
- this.basePath = 'https://apiv2stage2.atomex.net';
2749
+ this.basePath = 'https://apiv2stage3.atomex.net';
2716
2750
  this.defaultHeaders = new HttpHeaders();
2717
2751
  this.configuration = new Configuration();
2718
2752
  if (basePath) {
@@ -3155,7 +3189,7 @@ CreativeControllerService = __decorate([
3155
3189
  let CreativeSetsControllerService = class CreativeSetsControllerService {
3156
3190
  constructor(httpClient, basePath, configuration) {
3157
3191
  this.httpClient = httpClient;
3158
- this.basePath = 'https://apiv2stage2.atomex.net';
3192
+ this.basePath = 'https://apiv2stage3.atomex.net';
3159
3193
  this.defaultHeaders = new HttpHeaders();
3160
3194
  this.configuration = new Configuration();
3161
3195
  if (basePath) {
@@ -3501,7 +3535,7 @@ CreativeSetsControllerService = __decorate([
3501
3535
  let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
3502
3536
  constructor(httpClient, basePath, configuration) {
3503
3537
  this.httpClient = httpClient;
3504
- this.basePath = 'https://apiv2stage2.atomex.net';
3538
+ this.basePath = 'https://apiv2stage3.atomex.net';
3505
3539
  this.defaultHeaders = new HttpHeaders();
3506
3540
  this.configuration = new Configuration();
3507
3541
  if (basePath) {
@@ -3682,7 +3716,7 @@ CreativeTemplateThemesControllerService = __decorate([
3682
3716
  let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
3683
3717
  constructor(httpClient, basePath, configuration) {
3684
3718
  this.httpClient = httpClient;
3685
- this.basePath = 'https://apiv2stage2.atomex.net';
3719
+ this.basePath = 'https://apiv2stage3.atomex.net';
3686
3720
  this.defaultHeaders = new HttpHeaders();
3687
3721
  this.configuration = new Configuration();
3688
3722
  if (basePath) {
@@ -3756,7 +3790,7 @@ CreativeTemplateVariablesControllerService = __decorate([
3756
3790
  let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
3757
3791
  constructor(httpClient, basePath, configuration) {
3758
3792
  this.httpClient = httpClient;
3759
- this.basePath = 'https://apiv2stage2.atomex.net';
3793
+ this.basePath = 'https://apiv2stage3.atomex.net';
3760
3794
  this.defaultHeaders = new HttpHeaders();
3761
3795
  this.configuration = new Configuration();
3762
3796
  if (basePath) {
@@ -3917,7 +3951,7 @@ CreativeTemplatesControllerService = __decorate([
3917
3951
  let DashboardControllerService = class DashboardControllerService {
3918
3952
  constructor(httpClient, basePath, configuration) {
3919
3953
  this.httpClient = httpClient;
3920
- this.basePath = 'https://apiv2stage2.atomex.net';
3954
+ this.basePath = 'https://apiv2stage3.atomex.net';
3921
3955
  this.defaultHeaders = new HttpHeaders();
3922
3956
  this.configuration = new Configuration();
3923
3957
  if (basePath) {
@@ -4532,7 +4566,7 @@ DashboardControllerService = __decorate([
4532
4566
  let NotificationsControllerService = class NotificationsControllerService {
4533
4567
  constructor(httpClient, basePath, configuration) {
4534
4568
  this.httpClient = httpClient;
4535
- this.basePath = 'https://apiv2stage2.atomex.net';
4569
+ this.basePath = 'https://apiv2stage3.atomex.net';
4536
4570
  this.defaultHeaders = new HttpHeaders();
4537
4571
  this.configuration = new Configuration();
4538
4572
  if (basePath) {
@@ -4711,7 +4745,7 @@ NotificationsControllerService = __decorate([
4711
4745
  let PixelControllerService = class PixelControllerService {
4712
4746
  constructor(httpClient, basePath, configuration) {
4713
4747
  this.httpClient = httpClient;
4714
- this.basePath = 'https://apiv2stage2.atomex.net';
4748
+ this.basePath = 'https://apiv2stage3.atomex.net';
4715
4749
  this.defaultHeaders = new HttpHeaders();
4716
4750
  this.configuration = new Configuration();
4717
4751
  if (basePath) {
@@ -5014,7 +5048,7 @@ PixelControllerService = __decorate([
5014
5048
  let ReportingControllerService = class ReportingControllerService {
5015
5049
  constructor(httpClient, basePath, configuration) {
5016
5050
  this.httpClient = httpClient;
5017
- this.basePath = 'https://apiv2stage2.atomex.net';
5051
+ this.basePath = 'https://apiv2stage3.atomex.net';
5018
5052
  this.defaultHeaders = new HttpHeaders();
5019
5053
  this.configuration = new Configuration();
5020
5054
  if (basePath) {
@@ -5180,7 +5214,7 @@ ReportingControllerService = __decorate([
5180
5214
  let SliceXControllerService = class SliceXControllerService {
5181
5215
  constructor(httpClient, basePath, configuration) {
5182
5216
  this.httpClient = httpClient;
5183
- this.basePath = 'https://apiv2stage2.atomex.net';
5217
+ this.basePath = 'https://apiv2stage3.atomex.net';
5184
5218
  this.defaultHeaders = new HttpHeaders();
5185
5219
  this.configuration = new Configuration();
5186
5220
  if (basePath) {
@@ -5280,6 +5314,48 @@ let SliceXControllerService = class SliceXControllerService {
5280
5314
  reportProgress: reportProgress
5281
5315
  });
5282
5316
  }
5317
+ getSlicexDataListWithCompareUsingPOST(entity, slicexRequest, reqId, sort, token, observe = 'body', reportProgress = false) {
5318
+ if (entity === null || entity === undefined) {
5319
+ throw new Error('Required parameter entity was null or undefined when calling getSlicexDataListWithCompareUsingPOST.');
5320
+ }
5321
+ if (slicexRequest === null || slicexRequest === undefined) {
5322
+ throw new Error('Required parameter slicexRequest was null or undefined when calling getSlicexDataListWithCompareUsingPOST.');
5323
+ }
5324
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5325
+ if (sort !== undefined && sort !== null) {
5326
+ queryParameters = queryParameters.set('sort', sort);
5327
+ }
5328
+ let headers = this.defaultHeaders;
5329
+ if (reqId !== undefined && reqId !== null) {
5330
+ headers = headers.set('reqId', String(reqId));
5331
+ }
5332
+ if (token !== undefined && token !== null) {
5333
+ headers = headers.set('token', String(token));
5334
+ }
5335
+ // to determine the Accept header
5336
+ let httpHeaderAccepts = [
5337
+ 'application/json'
5338
+ ];
5339
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5340
+ if (httpHeaderAcceptSelected != undefined) {
5341
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5342
+ }
5343
+ // to determine the Content-Type header
5344
+ const consumes = [
5345
+ 'application/json'
5346
+ ];
5347
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
5348
+ if (httpContentTypeSelected != undefined) {
5349
+ headers = headers.set('Content-Type', httpContentTypeSelected);
5350
+ }
5351
+ return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/compare/${encodeURIComponent(String(entity))}`, slicexRequest, {
5352
+ params: queryParameters,
5353
+ withCredentials: this.configuration.withCredentials,
5354
+ headers: headers,
5355
+ observe: observe,
5356
+ reportProgress: reportProgress
5357
+ });
5358
+ }
5283
5359
  getSlicexGridDetailsUsingPOST(entity, slicexRequestExt, reqId, token, observe = 'body', reportProgress = false) {
5284
5360
  if (entity === null || entity === undefined) {
5285
5361
  throw new Error('Required parameter entity was null or undefined when calling getSlicexGridDetailsUsingPOST.');
@@ -5384,7 +5460,7 @@ SliceXControllerService = __decorate([
5384
5460
  let StrategyControllerService = class StrategyControllerService {
5385
5461
  constructor(httpClient, basePath, configuration) {
5386
5462
  this.httpClient = httpClient;
5387
- this.basePath = 'https://apiv2stage2.atomex.net';
5463
+ this.basePath = 'https://apiv2stage3.atomex.net';
5388
5464
  this.defaultHeaders = new HttpHeaders();
5389
5465
  this.configuration = new Configuration();
5390
5466
  if (basePath) {
@@ -5999,7 +6075,7 @@ StrategyControllerService = __decorate([
5999
6075
  let UILoggerControllerService = class UILoggerControllerService {
6000
6076
  constructor(httpClient, basePath, configuration) {
6001
6077
  this.httpClient = httpClient;
6002
- this.basePath = 'https://apiv2stage2.atomex.net';
6078
+ this.basePath = 'https://apiv2stage3.atomex.net';
6003
6079
  this.defaultHeaders = new HttpHeaders();
6004
6080
  this.configuration = new Configuration();
6005
6081
  if (basePath) {
@@ -6087,7 +6163,7 @@ UILoggerControllerService = __decorate([
6087
6163
  let UserPreferenceControllerService = class UserPreferenceControllerService {
6088
6164
  constructor(httpClient, basePath, configuration) {
6089
6165
  this.httpClient = httpClient;
6090
- this.basePath = 'https://apiv2stage2.atomex.net';
6166
+ this.basePath = 'https://apiv2stage3.atomex.net';
6091
6167
  this.defaultHeaders = new HttpHeaders();
6092
6168
  this.configuration = new Configuration();
6093
6169
  if (basePath) {