@revxui/api-clients-ts 1.1.340 → 1.1.342

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 (65) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +12 -0
  3. package/api/bidFunnelController.service.d.ts +6 -6
  4. package/api/dashboardController.service.d.ts +24 -24
  5. package/api/strategyController.service.d.ts +9 -9
  6. package/esm2020/api/adminController.service.mjs +2 -2
  7. package/esm2020/api/advertiserController.service.mjs +2 -2
  8. package/esm2020/api/appSettingsController.service.mjs +2 -2
  9. package/esm2020/api/audienceController.service.mjs +32 -2
  10. package/esm2020/api/auditController.service.mjs +2 -2
  11. package/esm2020/api/bidFunnelController.service.mjs +2 -2
  12. package/esm2020/api/bulkStrategyController.service.mjs +2 -2
  13. package/esm2020/api/cSSThemeController_.service.mjs +2 -2
  14. package/esm2020/api/campaignController.service.mjs +2 -2
  15. package/esm2020/api/catalogController.service.mjs +2 -2
  16. package/esm2020/api/clickDestinationController.service.mjs +2 -2
  17. package/esm2020/api/creativeController.service.mjs +2 -2
  18. package/esm2020/api/creativeSetsController.service.mjs +2 -2
  19. package/esm2020/api/creativeTemplateThemesController.service.mjs +2 -2
  20. package/esm2020/api/creativeTemplateVariablesController.service.mjs +2 -2
  21. package/esm2020/api/creativeTemplatesController.service.mjs +2 -2
  22. package/esm2020/api/customerReportingController.service.mjs +2 -2
  23. package/esm2020/api/dashboardController.service.mjs +2 -2
  24. package/esm2020/api/experimentsController.service.mjs +2 -2
  25. package/esm2020/api/notificationsController.service.mjs +2 -2
  26. package/esm2020/api/pixelController.service.mjs +2 -2
  27. package/esm2020/api/reportController.service.mjs +2 -2
  28. package/esm2020/api/reportingController.service.mjs +2 -2
  29. package/esm2020/api/reportingSchedulerController.service.mjs +2 -2
  30. package/esm2020/api/sliceXController.service.mjs +2 -2
  31. package/esm2020/api/strategyController.service.mjs +2 -2
  32. package/esm2020/api/strategyTemplateController.service.mjs +2 -2
  33. package/esm2020/api/uILoggerController.service.mjs +2 -2
  34. package/esm2020/api/userPreferenceController.service.mjs +2 -2
  35. package/esm2020/model/audienceDTO.mjs +1 -1
  36. package/esm2020/model/audienceESDTO.mjs +1 -1
  37. package/esm2020/model/audienceStrEditField.mjs +1 -1
  38. package/esm2020/model/creativePerformanceList.mjs +1 -1
  39. package/esm2020/model/creativeSetDashboardMetric.mjs +1 -1
  40. package/esm2020/model/creativeSetPerformanceList.mjs +1 -1
  41. package/esm2020/model/dashboardData.mjs +1 -1
  42. package/esm2020/model/dashboardMetrics.mjs +1 -1
  43. package/esm2020/model/lookAlikeAudienceConfigDTO.mjs +9 -0
  44. package/esm2020/model/models.mjs +2 -1
  45. package/esm2020/model/slicexData.mjs +1 -1
  46. package/esm2020/model/slicexGridData.mjs +1 -1
  47. package/esm2020/model/strategyDTO.mjs +1 -1
  48. package/fesm2015/revxui-api-clients-ts.mjs +69 -30
  49. package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
  50. package/fesm2020/revxui-api-clients-ts.mjs +69 -30
  51. package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
  52. package/model/audienceDTO.d.ts +2 -0
  53. package/model/audienceESDTO.d.ts +1 -0
  54. package/model/audienceStrEditField.d.ts +1 -0
  55. package/model/creativePerformanceList.d.ts +0 -1
  56. package/model/creativeSetDashboardMetric.d.ts +0 -1
  57. package/model/creativeSetPerformanceList.d.ts +0 -1
  58. package/model/dashboardData.d.ts +0 -1
  59. package/model/dashboardMetrics.d.ts +0 -1
  60. package/model/lookAlikeAudienceConfigDTO.d.ts +28 -0
  61. package/model/models.d.ts +1 -0
  62. package/model/slicexData.d.ts +0 -1
  63. package/model/slicexGridData.d.ts +0 -1
  64. package/model/strategyDTO.d.ts +1 -0
  65. package/package.json +1 -1
@@ -85,7 +85,7 @@ class Configuration {
85
85
  class AdminControllerService {
86
86
  constructor(httpClient, basePath, configuration) {
87
87
  this.httpClient = httpClient;
88
- this.basePath = 'https://apiv2stage8.atomex.net';
88
+ this.basePath = 'https://apiv2stage3.atomex.net';
89
89
  this.defaultHeaders = new HttpHeaders();
90
90
  this.configuration = new Configuration();
91
91
  if (basePath) {
@@ -279,7 +279,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
279
279
  class AdvertiserControllerService {
280
280
  constructor(httpClient, basePath, configuration) {
281
281
  this.httpClient = httpClient;
282
- this.basePath = 'https://apiv2stage8.atomex.net';
282
+ this.basePath = 'https://apiv2stage3.atomex.net';
283
283
  this.defaultHeaders = new HttpHeaders();
284
284
  this.configuration = new Configuration();
285
285
  if (basePath) {
@@ -829,7 +829,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
829
829
  class AppSettingsControllerService {
830
830
  constructor(httpClient, basePath, configuration) {
831
831
  this.httpClient = httpClient;
832
- this.basePath = 'https://apiv2stage8.atomex.net';
832
+ this.basePath = 'https://apiv2stage3.atomex.net';
833
833
  this.defaultHeaders = new HttpHeaders();
834
834
  this.configuration = new Configuration();
835
835
  if (basePath) {
@@ -1074,7 +1074,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1074
1074
  class AudienceControllerService {
1075
1075
  constructor(httpClient, basePath, configuration) {
1076
1076
  this.httpClient = httpClient;
1077
- this.basePath = 'https://apiv2stage8.atomex.net';
1077
+ this.basePath = 'https://apiv2stage3.atomex.net';
1078
1078
  this.defaultHeaders = new HttpHeaders();
1079
1079
  this.configuration = new Configuration();
1080
1080
  if (basePath) {
@@ -1725,6 +1725,36 @@ class AudienceControllerService {
1725
1725
  reportProgress: reportProgress
1726
1726
  });
1727
1727
  }
1728
+ refreshLookalikeAudienceUsingPOST(id, reqId, token, observe = 'body', reportProgress = false) {
1729
+ if (id === null || id === undefined) {
1730
+ throw new Error('Required parameter id was null or undefined when calling refreshLookalikeAudienceUsingPOST.');
1731
+ }
1732
+ let headers = this.defaultHeaders;
1733
+ if (reqId !== undefined && reqId !== null) {
1734
+ headers = headers.set('reqId', String(reqId));
1735
+ }
1736
+ if (token !== undefined && token !== null) {
1737
+ headers = headers.set('token', String(token));
1738
+ }
1739
+ // to determine the Accept header
1740
+ let httpHeaderAccepts = [
1741
+ '*/*'
1742
+ ];
1743
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1744
+ if (httpHeaderAcceptSelected != undefined) {
1745
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1746
+ }
1747
+ // to determine the Content-Type header
1748
+ const consumes = [
1749
+ 'application/json'
1750
+ ];
1751
+ return this.httpClient.post(`${this.basePath}/v2/api/audience/lookalike/refresh/${encodeURIComponent(String(id))}`, null, {
1752
+ withCredentials: this.configuration.withCredentials,
1753
+ headers: headers,
1754
+ observe: observe,
1755
+ reportProgress: reportProgress
1756
+ });
1757
+ }
1728
1758
  retrySchedulerForAdvertisersUsingGET(advIds, reqId, token, observe = 'body', reportProgress = false) {
1729
1759
  if (advIds === null || advIds === undefined) {
1730
1760
  throw new Error('Required parameter advIds was null or undefined when calling retrySchedulerForAdvertisersUsingGET.');
@@ -1920,7 +1950,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1920
1950
  class AuditControllerService {
1921
1951
  constructor(httpClient, basePath, configuration) {
1922
1952
  this.httpClient = httpClient;
1923
- this.basePath = 'https://apiv2stage8.atomex.net';
1953
+ this.basePath = 'https://apiv2stage3.atomex.net';
1924
1954
  this.defaultHeaders = new HttpHeaders();
1925
1955
  this.configuration = new Configuration();
1926
1956
  if (basePath) {
@@ -2105,7 +2135,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2105
2135
  class BidFunnelControllerService {
2106
2136
  constructor(httpClient, basePath, configuration) {
2107
2137
  this.httpClient = httpClient;
2108
- this.basePath = 'https://apiv2stage8.atomex.net';
2138
+ this.basePath = 'https://apiv2stage3.atomex.net';
2109
2139
  this.defaultHeaders = new HttpHeaders();
2110
2140
  this.configuration = new Configuration();
2111
2141
  if (basePath) {
@@ -2254,7 +2284,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2254
2284
  class BulkStrategyControllerService {
2255
2285
  constructor(httpClient, basePath, configuration) {
2256
2286
  this.httpClient = httpClient;
2257
- this.basePath = 'https://apiv2stage8.atomex.net';
2287
+ this.basePath = 'https://apiv2stage3.atomex.net';
2258
2288
  this.defaultHeaders = new HttpHeaders();
2259
2289
  this.configuration = new Configuration();
2260
2290
  if (basePath) {
@@ -2479,7 +2509,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2479
2509
  class CSSThemeController_Service {
2480
2510
  constructor(httpClient, basePath, configuration) {
2481
2511
  this.httpClient = httpClient;
2482
- this.basePath = 'https://apiv2stage8.atomex.net';
2512
+ this.basePath = 'https://apiv2stage3.atomex.net';
2483
2513
  this.defaultHeaders = new HttpHeaders();
2484
2514
  this.configuration = new Configuration();
2485
2515
  if (basePath) {
@@ -2588,7 +2618,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2588
2618
  class CampaignControllerService {
2589
2619
  constructor(httpClient, basePath, configuration) {
2590
2620
  this.httpClient = httpClient;
2591
- this.basePath = 'https://apiv2stage8.atomex.net';
2621
+ this.basePath = 'https://apiv2stage3.atomex.net';
2592
2622
  this.defaultHeaders = new HttpHeaders();
2593
2623
  this.configuration = new Configuration();
2594
2624
  if (basePath) {
@@ -2962,7 +2992,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2962
2992
  class CatalogControllerService {
2963
2993
  constructor(httpClient, basePath, configuration) {
2964
2994
  this.httpClient = httpClient;
2965
- this.basePath = 'https://apiv2stage8.atomex.net';
2995
+ this.basePath = 'https://apiv2stage3.atomex.net';
2966
2996
  this.defaultHeaders = new HttpHeaders();
2967
2997
  this.configuration = new Configuration();
2968
2998
  if (basePath) {
@@ -3202,7 +3232,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3202
3232
  class ClickDestinationControllerService {
3203
3233
  constructor(httpClient, basePath, configuration) {
3204
3234
  this.httpClient = httpClient;
3205
- this.basePath = 'https://apiv2stage8.atomex.net';
3235
+ this.basePath = 'https://apiv2stage3.atomex.net';
3206
3236
  this.defaultHeaders = new HttpHeaders();
3207
3237
  this.configuration = new Configuration();
3208
3238
  if (basePath) {
@@ -3434,7 +3464,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3434
3464
  class CreativeControllerService {
3435
3465
  constructor(httpClient, basePath, configuration) {
3436
3466
  this.httpClient = httpClient;
3437
- this.basePath = 'https://apiv2stage8.atomex.net';
3467
+ this.basePath = 'https://apiv2stage3.atomex.net';
3438
3468
  this.defaultHeaders = new HttpHeaders();
3439
3469
  this.configuration = new Configuration();
3440
3470
  if (basePath) {
@@ -3949,7 +3979,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3949
3979
  class CreativeSetsControllerService {
3950
3980
  constructor(httpClient, basePath, configuration) {
3951
3981
  this.httpClient = httpClient;
3952
- this.basePath = 'https://apiv2stage8.atomex.net';
3982
+ this.basePath = 'https://apiv2stage3.atomex.net';
3953
3983
  this.defaultHeaders = new HttpHeaders();
3954
3984
  this.configuration = new Configuration();
3955
3985
  if (basePath) {
@@ -4557,7 +4587,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4557
4587
  class CreativeTemplateThemesControllerService {
4558
4588
  constructor(httpClient, basePath, configuration) {
4559
4589
  this.httpClient = httpClient;
4560
- this.basePath = 'https://apiv2stage8.atomex.net';
4590
+ this.basePath = 'https://apiv2stage3.atomex.net';
4561
4591
  this.defaultHeaders = new HttpHeaders();
4562
4592
  this.configuration = new Configuration();
4563
4593
  if (basePath) {
@@ -4742,7 +4772,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4742
4772
  class CreativeTemplateVariablesControllerService {
4743
4773
  constructor(httpClient, basePath, configuration) {
4744
4774
  this.httpClient = httpClient;
4745
- this.basePath = 'https://apiv2stage8.atomex.net';
4775
+ this.basePath = 'https://apiv2stage3.atomex.net';
4746
4776
  this.defaultHeaders = new HttpHeaders();
4747
4777
  this.configuration = new Configuration();
4748
4778
  if (basePath) {
@@ -4820,7 +4850,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4820
4850
  class CreativeTemplatesControllerService {
4821
4851
  constructor(httpClient, basePath, configuration) {
4822
4852
  this.httpClient = httpClient;
4823
- this.basePath = 'https://apiv2stage8.atomex.net';
4853
+ this.basePath = 'https://apiv2stage3.atomex.net';
4824
4854
  this.defaultHeaders = new HttpHeaders();
4825
4855
  this.configuration = new Configuration();
4826
4856
  if (basePath) {
@@ -4985,7 +5015,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4985
5015
  class CustomerReportingControllerService {
4986
5016
  constructor(httpClient, basePath, configuration) {
4987
5017
  this.httpClient = httpClient;
4988
- this.basePath = 'https://apiv2stage8.atomex.net';
5018
+ this.basePath = 'https://apiv2stage3.atomex.net';
4989
5019
  this.defaultHeaders = new HttpHeaders();
4990
5020
  this.configuration = new Configuration();
4991
5021
  if (basePath) {
@@ -5072,7 +5102,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5072
5102
  class DashboardControllerService {
5073
5103
  constructor(httpClient, basePath, configuration) {
5074
5104
  this.httpClient = httpClient;
5075
- this.basePath = 'https://apiv2stage8.atomex.net';
5105
+ this.basePath = 'https://apiv2stage3.atomex.net';
5076
5106
  this.defaultHeaders = new HttpHeaders();
5077
5107
  this.configuration = new Configuration();
5078
5108
  if (basePath) {
@@ -5730,7 +5760,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5730
5760
  class ExperimentsControllerService {
5731
5761
  constructor(httpClient, basePath, configuration) {
5732
5762
  this.httpClient = httpClient;
5733
- this.basePath = 'https://apiv2stage8.atomex.net';
5763
+ this.basePath = 'https://apiv2stage3.atomex.net';
5734
5764
  this.defaultHeaders = new HttpHeaders();
5735
5765
  this.configuration = new Configuration();
5736
5766
  if (basePath) {
@@ -6156,7 +6186,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6156
6186
  class NotificationsControllerService {
6157
6187
  constructor(httpClient, basePath, configuration) {
6158
6188
  this.httpClient = httpClient;
6159
- this.basePath = 'https://apiv2stage8.atomex.net';
6189
+ this.basePath = 'https://apiv2stage3.atomex.net';
6160
6190
  this.defaultHeaders = new HttpHeaders();
6161
6191
  this.configuration = new Configuration();
6162
6192
  if (basePath) {
@@ -6369,7 +6399,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6369
6399
  class PixelControllerService {
6370
6400
  constructor(httpClient, basePath, configuration) {
6371
6401
  this.httpClient = httpClient;
6372
- this.basePath = 'https://apiv2stage8.atomex.net';
6402
+ this.basePath = 'https://apiv2stage3.atomex.net';
6373
6403
  this.defaultHeaders = new HttpHeaders();
6374
6404
  this.configuration = new Configuration();
6375
6405
  if (basePath) {
@@ -6676,7 +6706,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6676
6706
  class ReportControllerService {
6677
6707
  constructor(httpClient, basePath, configuration) {
6678
6708
  this.httpClient = httpClient;
6679
- this.basePath = 'https://apiv2stage8.atomex.net';
6709
+ this.basePath = 'https://apiv2stage3.atomex.net';
6680
6710
  this.defaultHeaders = new HttpHeaders();
6681
6711
  this.configuration = new Configuration();
6682
6712
  if (basePath) {
@@ -6813,7 +6843,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6813
6843
  class ReportingControllerService {
6814
6844
  constructor(httpClient, basePath, configuration) {
6815
6845
  this.httpClient = httpClient;
6816
- this.basePath = 'https://apiv2stage8.atomex.net';
6846
+ this.basePath = 'https://apiv2stage3.atomex.net';
6817
6847
  this.defaultHeaders = new HttpHeaders();
6818
6848
  this.configuration = new Configuration();
6819
6849
  if (basePath) {
@@ -6983,7 +7013,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6983
7013
  class ReportingSchedulerControllerService {
6984
7014
  constructor(httpClient, basePath, configuration) {
6985
7015
  this.httpClient = httpClient;
6986
- this.basePath = 'https://apiv2stage8.atomex.net';
7016
+ this.basePath = 'https://apiv2stage3.atomex.net';
6987
7017
  this.defaultHeaders = new HttpHeaders();
6988
7018
  this.configuration = new Configuration();
6989
7019
  if (basePath) {
@@ -7298,7 +7328,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7298
7328
  class SliceXControllerService {
7299
7329
  constructor(httpClient, basePath, configuration) {
7300
7330
  this.httpClient = httpClient;
7301
- this.basePath = 'https://apiv2stage8.atomex.net';
7331
+ this.basePath = 'https://apiv2stage3.atomex.net';
7302
7332
  this.defaultHeaders = new HttpHeaders();
7303
7333
  this.configuration = new Configuration();
7304
7334
  if (basePath) {
@@ -7548,7 +7578,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7548
7578
  class StrategyControllerService {
7549
7579
  constructor(httpClient, basePath, configuration) {
7550
7580
  this.httpClient = httpClient;
7551
- this.basePath = 'https://apiv2stage8.atomex.net';
7581
+ this.basePath = 'https://apiv2stage3.atomex.net';
7552
7582
  this.defaultHeaders = new HttpHeaders();
7553
7583
  this.configuration = new Configuration();
7554
7584
  if (basePath) {
@@ -8682,7 +8712,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8682
8712
  class StrategyTemplateControllerService {
8683
8713
  constructor(httpClient, basePath, configuration) {
8684
8714
  this.httpClient = httpClient;
8685
- this.basePath = 'https://apiv2stage8.atomex.net';
8715
+ this.basePath = 'https://apiv2stage3.atomex.net';
8686
8716
  this.defaultHeaders = new HttpHeaders();
8687
8717
  this.configuration = new Configuration();
8688
8718
  if (basePath) {
@@ -8804,7 +8834,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8804
8834
  class UILoggerControllerService {
8805
8835
  constructor(httpClient, basePath, configuration) {
8806
8836
  this.httpClient = httpClient;
8807
- this.basePath = 'https://apiv2stage8.atomex.net';
8837
+ this.basePath = 'https://apiv2stage3.atomex.net';
8808
8838
  this.defaultHeaders = new HttpHeaders();
8809
8839
  this.configuration = new Configuration();
8810
8840
  if (basePath) {
@@ -8896,7 +8926,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8896
8926
  class UserPreferenceControllerService {
8897
8927
  constructor(httpClient, basePath, configuration) {
8898
8928
  this.httpClient = httpClient;
8899
- this.basePath = 'https://apiv2stage8.atomex.net';
8929
+ this.basePath = 'https://apiv2stage3.atomex.net';
8900
8930
  this.defaultHeaders = new HttpHeaders();
8901
8931
  this.configuration = new Configuration();
8902
8932
  if (basePath) {
@@ -10557,6 +10587,15 @@ var JobResponse;
10557
10587
  };
10558
10588
  })(JobResponse || (JobResponse = {}));
10559
10589
 
10590
+ var LookAlikeAudienceConfigDTO;
10591
+ (function (LookAlikeAudienceConfigDTO) {
10592
+ LookAlikeAudienceConfigDTO.AudienceSizeTypeEnum = {
10593
+ SMALL: 'SMALL',
10594
+ MEDIUM: 'MEDIUM',
10595
+ LARGE: 'LARGE'
10596
+ };
10597
+ })(LookAlikeAudienceConfigDTO || (LookAlikeAudienceConfigDTO = {}));
10598
+
10560
10599
  /**
10561
10600
  * Api Documentation
10562
10601
  * Api Documentation
@@ -11714,5 +11753,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
11714
11753
  * Generated bundle index. Do not edit.
11715
11754
  */
11716
11755
 
11717
- export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserCohortDTO, AdvertiserCohortResponse, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BidFunnelControllerService, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, CohortCampaignStrategyDO, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeDetails, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetPerformanceList, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, DcoAttributesDTO, DeviceTargetModel, DuplicateCampaignStrategyRequestDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, ExperimentsControllerService, FilterModel, GeoFenceDTO, GeoListRequest, IncrementalityTestDTO, IncrementalityTestDetails, JobResponse, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, OptimizationRuleAuditLogDTO, OptimizationRuleDTO, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportControllerService, ReportProperty, ReportRequest, ReportResponse, ReportingControllerService, ReportingRequest, ReportingResponse, ReportingSchedulerControllerService, ReportingSchedulerResponse, RuleDTO, SchedulerRequest, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, StrategyRuleResponse, StrategyTemplateControllerService, StrategyTemplateDTO, StrategyTemplateResponse, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties, WhitelabelingEntity };
11756
+ export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserCohortDTO, AdvertiserCohortResponse, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BidFunnelControllerService, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, CohortCampaignStrategyDO, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeDetails, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetPerformanceList, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, DcoAttributesDTO, DeviceTargetModel, DuplicateCampaignStrategyRequestDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, ExperimentsControllerService, FilterModel, GeoFenceDTO, GeoListRequest, IncrementalityTestDTO, IncrementalityTestDetails, JobResponse, LookAlikeAudienceConfigDTO, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, OptimizationRuleAuditLogDTO, OptimizationRuleDTO, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportControllerService, ReportProperty, ReportRequest, ReportResponse, ReportingControllerService, ReportingRequest, ReportingResponse, ReportingSchedulerControllerService, ReportingSchedulerResponse, RuleDTO, SchedulerRequest, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, StrategyRuleResponse, StrategyTemplateControllerService, StrategyTemplateDTO, StrategyTemplateResponse, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties, WhitelabelingEntity };
11718
11757
  //# sourceMappingURL=revxui-api-clients-ts.mjs.map