@revxui/api-clients-ts 1.1.92 → 1.1.94

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 (51) hide show
  1. package/README.md +2 -2
  2. package/api/bidFunnelController.service.d.ts +6 -6
  3. package/api/creativeSetsController.service.d.ts +28 -0
  4. package/api/dashboardController.service.d.ts +24 -24
  5. package/api/strategyController.service.d.ts +9 -9
  6. package/bundles/revxui-api-clients-ts.umd.js +140 -26
  7. package/bundles/revxui-api-clients-ts.umd.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 +2 -2
  12. package/esm2015/api/auditController.service.js +2 -2
  13. package/esm2015/api/bidFunnelController.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 +2 -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 +80 -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/customerReportingController.service.js +2 -2
  25. package/esm2015/api/dashboardController.service.js +2 -2
  26. package/esm2015/api/notificationsController.service.js +2 -2
  27. package/esm2015/api/pixelController.service.js +2 -2
  28. package/esm2015/api/reportingController.service.js +2 -2
  29. package/esm2015/api/sliceXController.service.js +2 -2
  30. package/esm2015/api/strategyController.service.js +2 -2
  31. package/esm2015/api/strategyTemplateController.service.js +2 -2
  32. package/esm2015/api/uILoggerController.service.js +2 -2
  33. package/esm2015/api/userPreferenceController.service.js +2 -2
  34. package/esm2015/model/apiListResponseCreativePerformanceList.js +2 -0
  35. package/esm2015/model/apiListResponseCreativeSetPerformanceList.js +2 -0
  36. package/esm2015/model/apiResponseObjectApiListResponseCreativePerformanceList.js +2 -0
  37. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetPerformanceList.js +2 -0
  38. package/esm2015/model/creativePerformanceList.js +8 -0
  39. package/esm2015/model/creativeSetPerformanceList.js +24 -0
  40. package/esm2015/model/models.js +7 -1
  41. package/fesm2015/revxui-api-clients-ts.js +137 -27
  42. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  43. package/model/apiListResponseCreativePerformanceList.d.ts +16 -0
  44. package/model/apiListResponseCreativeSetPerformanceList.d.ts +16 -0
  45. package/model/apiResponseObjectApiListResponseCreativePerformanceList.d.ts +17 -0
  46. package/model/apiResponseObjectApiListResponseCreativeSetPerformanceList.d.ts +17 -0
  47. package/model/creativePerformanceList.d.ts +78 -0
  48. package/model/creativeSetPerformanceList.d.ts +94 -0
  49. package/model/models.d.ts +6 -0
  50. package/package.json +1 -1
  51. package/revxui-api-clients-ts.metadata.json +1 -1
@@ -82,7 +82,7 @@ class Configuration {
82
82
  class AdminControllerService {
83
83
  constructor(httpClient, basePath, configuration) {
84
84
  this.httpClient = httpClient;
85
- this.basePath = 'https://apiv2stage5.atomex.net';
85
+ this.basePath = 'https://apiv2stage3.atomex.net';
86
86
  this.defaultHeaders = new HttpHeaders();
87
87
  this.configuration = new Configuration();
88
88
  if (basePath) {
@@ -271,7 +271,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
271
271
  class AdvertiserControllerService {
272
272
  constructor(httpClient, basePath, configuration) {
273
273
  this.httpClient = httpClient;
274
- this.basePath = 'https://apiv2stage5.atomex.net';
274
+ this.basePath = 'https://apiv2stage3.atomex.net';
275
275
  this.defaultHeaders = new HttpHeaders();
276
276
  this.configuration = new Configuration();
277
277
  if (basePath) {
@@ -682,7 +682,7 @@ AdvertiserControllerService.ctorParameters = () => [
682
682
  class AppSettingsControllerService {
683
683
  constructor(httpClient, basePath, configuration) {
684
684
  this.httpClient = httpClient;
685
- this.basePath = 'https://apiv2stage5.atomex.net';
685
+ this.basePath = 'https://apiv2stage3.atomex.net';
686
686
  this.defaultHeaders = new HttpHeaders();
687
687
  this.configuration = new Configuration();
688
688
  if (basePath) {
@@ -922,7 +922,7 @@ AppSettingsControllerService.ctorParameters = () => [
922
922
  class AudienceControllerService {
923
923
  constructor(httpClient, basePath, configuration) {
924
924
  this.httpClient = httpClient;
925
- this.basePath = 'https://apiv2stage5.atomex.net';
925
+ this.basePath = 'https://apiv2stage3.atomex.net';
926
926
  this.defaultHeaders = new HttpHeaders();
927
927
  this.configuration = new Configuration();
928
928
  if (basePath) {
@@ -1735,7 +1735,7 @@ AudienceControllerService.ctorParameters = () => [
1735
1735
  class AuditControllerService {
1736
1736
  constructor(httpClient, basePath, configuration) {
1737
1737
  this.httpClient = httpClient;
1738
- this.basePath = 'https://apiv2stage5.atomex.net';
1738
+ this.basePath = 'https://apiv2stage3.atomex.net';
1739
1739
  this.defaultHeaders = new HttpHeaders();
1740
1740
  this.configuration = new Configuration();
1741
1741
  if (basePath) {
@@ -1915,7 +1915,7 @@ AuditControllerService.ctorParameters = () => [
1915
1915
  class BidFunnelControllerService {
1916
1916
  constructor(httpClient, basePath, configuration) {
1917
1917
  this.httpClient = httpClient;
1918
- this.basePath = 'https://apiv2stage5.atomex.net';
1918
+ this.basePath = 'https://apiv2stage3.atomex.net';
1919
1919
  this.defaultHeaders = new HttpHeaders();
1920
1920
  this.configuration = new Configuration();
1921
1921
  if (basePath) {
@@ -2041,7 +2041,7 @@ BidFunnelControllerService.ctorParameters = () => [
2041
2041
  class BulkStrategyControllerService {
2042
2042
  constructor(httpClient, basePath, configuration) {
2043
2043
  this.httpClient = httpClient;
2044
- this.basePath = 'https://apiv2stage5.atomex.net';
2044
+ this.basePath = 'https://apiv2stage3.atomex.net';
2045
2045
  this.defaultHeaders = new HttpHeaders();
2046
2046
  this.configuration = new Configuration();
2047
2047
  if (basePath) {
@@ -2261,7 +2261,7 @@ BulkStrategyControllerService.ctorParameters = () => [
2261
2261
  class CSSThemeController_Service {
2262
2262
  constructor(httpClient, basePath, configuration) {
2263
2263
  this.httpClient = httpClient;
2264
- this.basePath = 'https://apiv2stage5.atomex.net';
2264
+ this.basePath = 'https://apiv2stage3.atomex.net';
2265
2265
  this.defaultHeaders = new HttpHeaders();
2266
2266
  this.configuration = new Configuration();
2267
2267
  if (basePath) {
@@ -2365,7 +2365,7 @@ CSSThemeController_Service.ctorParameters = () => [
2365
2365
  class CampaignControllerService {
2366
2366
  constructor(httpClient, basePath, configuration) {
2367
2367
  this.httpClient = httpClient;
2368
- this.basePath = 'https://apiv2stage5.atomex.net';
2368
+ this.basePath = 'https://apiv2stage3.atomex.net';
2369
2369
  this.defaultHeaders = new HttpHeaders();
2370
2370
  this.configuration = new Configuration();
2371
2371
  if (basePath) {
@@ -2660,7 +2660,7 @@ CampaignControllerService.ctorParameters = () => [
2660
2660
  class CatalogControllerService {
2661
2661
  constructor(httpClient, basePath, configuration) {
2662
2662
  this.httpClient = httpClient;
2663
- this.basePath = 'https://apiv2stage5.atomex.net';
2663
+ this.basePath = 'https://apiv2stage3.atomex.net';
2664
2664
  this.defaultHeaders = new HttpHeaders();
2665
2665
  this.configuration = new Configuration();
2666
2666
  if (basePath) {
@@ -2895,7 +2895,7 @@ CatalogControllerService.ctorParameters = () => [
2895
2895
  class ClickDestinationControllerService {
2896
2896
  constructor(httpClient, basePath, configuration) {
2897
2897
  this.httpClient = httpClient;
2898
- this.basePath = 'https://apiv2stage5.atomex.net';
2898
+ this.basePath = 'https://apiv2stage3.atomex.net';
2899
2899
  this.defaultHeaders = new HttpHeaders();
2900
2900
  this.configuration = new Configuration();
2901
2901
  if (basePath) {
@@ -3122,7 +3122,7 @@ ClickDestinationControllerService.ctorParameters = () => [
3122
3122
  class CreativeControllerService {
3123
3123
  constructor(httpClient, basePath, configuration) {
3124
3124
  this.httpClient = httpClient;
3125
- this.basePath = 'https://apiv2stage5.atomex.net';
3125
+ this.basePath = 'https://apiv2stage3.atomex.net';
3126
3126
  this.defaultHeaders = new HttpHeaders();
3127
3127
  this.configuration = new Configuration();
3128
3128
  if (basePath) {
@@ -3598,7 +3598,7 @@ CreativeControllerService.ctorParameters = () => [
3598
3598
  class CreativeSetsControllerService {
3599
3599
  constructor(httpClient, basePath, configuration) {
3600
3600
  this.httpClient = httpClient;
3601
- this.basePath = 'https://apiv2stage5.atomex.net';
3601
+ this.basePath = 'https://apiv2stage3.atomex.net';
3602
3602
  this.defaultHeaders = new HttpHeaders();
3603
3603
  this.configuration = new Configuration();
3604
3604
  if (basePath) {
@@ -3829,6 +3829,84 @@ class CreativeSetsControllerService {
3829
3829
  reportProgress: reportProgress
3830
3830
  });
3831
3831
  }
3832
+ getCreativePerformanceDataUsingPOST(dashboardRequest, refresh, reqId, token, observe = 'body', reportProgress = false) {
3833
+ if (dashboardRequest === null || dashboardRequest === undefined) {
3834
+ throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativePerformanceDataUsingPOST.');
3835
+ }
3836
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3837
+ if (refresh !== undefined && refresh !== null) {
3838
+ queryParameters = queryParameters.set('refresh', refresh);
3839
+ }
3840
+ let headers = this.defaultHeaders;
3841
+ if (reqId !== undefined && reqId !== null) {
3842
+ headers = headers.set('reqId', String(reqId));
3843
+ }
3844
+ if (token !== undefined && token !== null) {
3845
+ headers = headers.set('token', String(token));
3846
+ }
3847
+ // to determine the Accept header
3848
+ let httpHeaderAccepts = [
3849
+ 'application/json'
3850
+ ];
3851
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3852
+ if (httpHeaderAcceptSelected != undefined) {
3853
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
3854
+ }
3855
+ // to determine the Content-Type header
3856
+ const consumes = [
3857
+ 'application/json'
3858
+ ];
3859
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3860
+ if (httpContentTypeSelected != undefined) {
3861
+ headers = headers.set('Content-Type', httpContentTypeSelected);
3862
+ }
3863
+ return this.httpClient.post(`${this.basePath}/v2/api/creativesets/performance/new/creative`, dashboardRequest, {
3864
+ params: queryParameters,
3865
+ withCredentials: this.configuration.withCredentials,
3866
+ headers: headers,
3867
+ observe: observe,
3868
+ reportProgress: reportProgress
3869
+ });
3870
+ }
3871
+ getCreativeSetsPerformanceDataUsingPOST(dashboardRequest, refresh, reqId, token, observe = 'body', reportProgress = false) {
3872
+ if (dashboardRequest === null || dashboardRequest === undefined) {
3873
+ throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceDataUsingPOST.');
3874
+ }
3875
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3876
+ if (refresh !== undefined && refresh !== null) {
3877
+ queryParameters = queryParameters.set('refresh', refresh);
3878
+ }
3879
+ let headers = this.defaultHeaders;
3880
+ if (reqId !== undefined && reqId !== null) {
3881
+ headers = headers.set('reqId', String(reqId));
3882
+ }
3883
+ if (token !== undefined && token !== null) {
3884
+ headers = headers.set('token', String(token));
3885
+ }
3886
+ // to determine the Accept header
3887
+ let httpHeaderAccepts = [
3888
+ 'application/json'
3889
+ ];
3890
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3891
+ if (httpHeaderAcceptSelected != undefined) {
3892
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
3893
+ }
3894
+ // to determine the Content-Type header
3895
+ const consumes = [
3896
+ 'application/json'
3897
+ ];
3898
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3899
+ if (httpContentTypeSelected != undefined) {
3900
+ headers = headers.set('Content-Type', httpContentTypeSelected);
3901
+ }
3902
+ return this.httpClient.post(`${this.basePath}/v2/api/creativesets/performance/new`, dashboardRequest, {
3903
+ params: queryParameters,
3904
+ withCredentials: this.configuration.withCredentials,
3905
+ headers: headers,
3906
+ observe: observe,
3907
+ reportProgress: reportProgress
3908
+ });
3909
+ }
3832
3910
  getCreativeSetsPerformanceUsingPOST(dashboardRequest, refresh, reqId, token, observe = 'body', reportProgress = false) {
3833
3911
  if (dashboardRequest === null || dashboardRequest === undefined) {
3834
3912
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
@@ -4092,7 +4170,7 @@ CreativeSetsControllerService.ctorParameters = () => [
4092
4170
  class CreativeTemplateThemesControllerService {
4093
4171
  constructor(httpClient, basePath, configuration) {
4094
4172
  this.httpClient = httpClient;
4095
- this.basePath = 'https://apiv2stage5.atomex.net';
4173
+ this.basePath = 'https://apiv2stage3.atomex.net';
4096
4174
  this.defaultHeaders = new HttpHeaders();
4097
4175
  this.configuration = new Configuration();
4098
4176
  if (basePath) {
@@ -4272,7 +4350,7 @@ CreativeTemplateThemesControllerService.ctorParameters = () => [
4272
4350
  class CreativeTemplateVariablesControllerService {
4273
4351
  constructor(httpClient, basePath, configuration) {
4274
4352
  this.httpClient = httpClient;
4275
- this.basePath = 'https://apiv2stage5.atomex.net';
4353
+ this.basePath = 'https://apiv2stage3.atomex.net';
4276
4354
  this.defaultHeaders = new HttpHeaders();
4277
4355
  this.configuration = new Configuration();
4278
4356
  if (basePath) {
@@ -4345,7 +4423,7 @@ CreativeTemplateVariablesControllerService.ctorParameters = () => [
4345
4423
  class CreativeTemplatesControllerService {
4346
4424
  constructor(httpClient, basePath, configuration) {
4347
4425
  this.httpClient = httpClient;
4348
- this.basePath = 'https://apiv2stage5.atomex.net';
4426
+ this.basePath = 'https://apiv2stage3.atomex.net';
4349
4427
  this.defaultHeaders = new HttpHeaders();
4350
4428
  this.configuration = new Configuration();
4351
4429
  if (basePath) {
@@ -4505,7 +4583,7 @@ CreativeTemplatesControllerService.ctorParameters = () => [
4505
4583
  class CustomerReportingControllerService {
4506
4584
  constructor(httpClient, basePath, configuration) {
4507
4585
  this.httpClient = httpClient;
4508
- this.basePath = 'https://apiv2stage5.atomex.net';
4586
+ this.basePath = 'https://apiv2stage3.atomex.net';
4509
4587
  this.defaultHeaders = new HttpHeaders();
4510
4588
  this.configuration = new Configuration();
4511
4589
  if (basePath) {
@@ -4587,7 +4665,7 @@ CustomerReportingControllerService.ctorParameters = () => [
4587
4665
  class DashboardControllerService {
4588
4666
  constructor(httpClient, basePath, configuration) {
4589
4667
  this.httpClient = httpClient;
4590
- this.basePath = 'https://apiv2stage5.atomex.net';
4668
+ this.basePath = 'https://apiv2stage3.atomex.net';
4591
4669
  this.defaultHeaders = new HttpHeaders();
4592
4670
  this.configuration = new Configuration();
4593
4671
  if (basePath) {
@@ -5201,7 +5279,7 @@ DashboardControllerService.ctorParameters = () => [
5201
5279
  class NotificationsControllerService {
5202
5280
  constructor(httpClient, basePath, configuration) {
5203
5281
  this.httpClient = httpClient;
5204
- this.basePath = 'https://apiv2stage5.atomex.net';
5282
+ this.basePath = 'https://apiv2stage3.atomex.net';
5205
5283
  this.defaultHeaders = new HttpHeaders();
5206
5284
  this.configuration = new Configuration();
5207
5285
  if (basePath) {
@@ -5409,7 +5487,7 @@ NotificationsControllerService.ctorParameters = () => [
5409
5487
  class PixelControllerService {
5410
5488
  constructor(httpClient, basePath, configuration) {
5411
5489
  this.httpClient = httpClient;
5412
- this.basePath = 'https://apiv2stage5.atomex.net';
5490
+ this.basePath = 'https://apiv2stage3.atomex.net';
5413
5491
  this.defaultHeaders = new HttpHeaders();
5414
5492
  this.configuration = new Configuration();
5415
5493
  if (basePath) {
@@ -5711,7 +5789,7 @@ PixelControllerService.ctorParameters = () => [
5711
5789
  class ReportingControllerService {
5712
5790
  constructor(httpClient, basePath, configuration) {
5713
5791
  this.httpClient = httpClient;
5714
- this.basePath = 'https://apiv2stage5.atomex.net';
5792
+ this.basePath = 'https://apiv2stage3.atomex.net';
5715
5793
  this.defaultHeaders = new HttpHeaders();
5716
5794
  this.configuration = new Configuration();
5717
5795
  if (basePath) {
@@ -5876,7 +5954,7 @@ ReportingControllerService.ctorParameters = () => [
5876
5954
  class SliceXControllerService {
5877
5955
  constructor(httpClient, basePath, configuration) {
5878
5956
  this.httpClient = httpClient;
5879
- this.basePath = 'https://apiv2stage5.atomex.net';
5957
+ this.basePath = 'https://apiv2stage3.atomex.net';
5880
5958
  this.defaultHeaders = new HttpHeaders();
5881
5959
  this.configuration = new Configuration();
5882
5960
  if (basePath) {
@@ -6121,7 +6199,7 @@ SliceXControllerService.ctorParameters = () => [
6121
6199
  class StrategyControllerService {
6122
6200
  constructor(httpClient, basePath, configuration) {
6123
6201
  this.httpClient = httpClient;
6124
- this.basePath = 'https://apiv2stage5.atomex.net';
6202
+ this.basePath = 'https://apiv2stage3.atomex.net';
6125
6203
  this.defaultHeaders = new HttpHeaders();
6126
6204
  this.configuration = new Configuration();
6127
6205
  if (basePath) {
@@ -6908,7 +6986,7 @@ StrategyControllerService.ctorParameters = () => [
6908
6986
  class StrategyTemplateControllerService {
6909
6987
  constructor(httpClient, basePath, configuration) {
6910
6988
  this.httpClient = httpClient;
6911
- this.basePath = 'https://apiv2stage5.atomex.net';
6989
+ this.basePath = 'https://apiv2stage3.atomex.net';
6912
6990
  this.defaultHeaders = new HttpHeaders();
6913
6991
  this.configuration = new Configuration();
6914
6992
  if (basePath) {
@@ -7025,7 +7103,7 @@ StrategyTemplateControllerService.ctorParameters = () => [
7025
7103
  class UILoggerControllerService {
7026
7104
  constructor(httpClient, basePath, configuration) {
7027
7105
  this.httpClient = httpClient;
7028
- this.basePath = 'https://apiv2stage5.atomex.net';
7106
+ this.basePath = 'https://apiv2stage3.atomex.net';
7029
7107
  this.defaultHeaders = new HttpHeaders();
7030
7108
  this.configuration = new Configuration();
7031
7109
  if (basePath) {
@@ -7112,7 +7190,7 @@ UILoggerControllerService.ctorParameters = () => [
7112
7190
  class UserPreferenceControllerService {
7113
7191
  constructor(httpClient, basePath, configuration) {
7114
7192
  this.httpClient = httpClient;
7115
- this.basePath = 'https://apiv2stage5.atomex.net';
7193
+ this.basePath = 'https://apiv2stage3.atomex.net';
7116
7194
  this.defaultHeaders = new HttpHeaders();
7117
7195
  this.configuration = new Configuration();
7118
7196
  if (basePath) {
@@ -7957,6 +8035,14 @@ var CreativeHtmlFileForSet;
7957
8035
  * Do not edit the class manually.
7958
8036
  */
7959
8037
 
8038
+ var CreativePerformanceList;
8039
+ (function (CreativePerformanceList) {
8040
+ CreativePerformanceList.StatusEnum = {
8041
+ Active: 'active',
8042
+ Inactive: 'inactive'
8043
+ };
8044
+ })(CreativePerformanceList || (CreativePerformanceList = {}));
8045
+
7960
8046
  var CreativeSetDashboardMetric;
7961
8047
  (function (CreativeSetDashboardMetric) {
7962
8048
  CreativeSetDashboardMetric.CreativeSetTypeEnum = {
@@ -7997,6 +8083,30 @@ var CreativeSetDetails;
7997
8083
  };
7998
8084
  })(CreativeSetDetails || (CreativeSetDetails = {}));
7999
8085
 
8086
+ var CreativeSetPerformanceList;
8087
+ (function (CreativeSetPerformanceList) {
8088
+ CreativeSetPerformanceList.StatusEnum = {
8089
+ Active: 'active',
8090
+ Inactive: 'inactive'
8091
+ };
8092
+ CreativeSetPerformanceList.TypeEnum = {
8093
+ IMAGE: 'IMAGE',
8094
+ VIDEO: 'VIDEO',
8095
+ THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
8096
+ ZIPPEDHTML: 'ZIPPED_HTML',
8097
+ NATIVEIMAGE: 'NATIVE_IMAGE',
8098
+ NATIVEVIDEO: 'NATIVE_VIDEO',
8099
+ DYNAMICIMAGE: 'DYNAMIC_IMAGE',
8100
+ DYNAMICMACRO: 'DYNAMIC_MACRO',
8101
+ DYNAMICHTML: 'DYNAMIC_HTML',
8102
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8103
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8104
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8105
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8106
+ NATIVEICON: 'NATIVE_ICON'
8107
+ };
8108
+ })(CreativeSetPerformanceList || (CreativeSetPerformanceList = {}));
8109
+
8000
8110
  var CreativeSetRequest;
8001
8111
  (function (CreativeSetRequest) {
8002
8112
  CreativeSetRequest.CreativeSetTypeEnum = {
@@ -9296,5 +9406,5 @@ ApiModule.ctorParameters = () => [
9296
9406
  * Generated bundle index. Do not edit.
9297
9407
  */
9298
9408
 
9299
- export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, 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, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeDetails, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, StrategyTemplateControllerService, StrategyTemplateDTO, StrategyTemplateResponse, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties, WhitelabelingEntity };
9409
+ export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, 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, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeDetails, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativePerformanceList, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetPerformanceList, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, StrategyTemplateControllerService, StrategyTemplateDTO, StrategyTemplateResponse, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties, WhitelabelingEntity };
9300
9410
  //# sourceMappingURL=revxui-api-clients-ts.js.map