@revxui/api-clients-ts 0.10.168 → 0.10.169

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 (87) hide show
  1. package/README.md +2 -2
  2. package/api/creativeSetsController.service.d.ts +4 -4
  3. package/bundles/revxui-api-clients-ts.umd.js +26 -53
  4. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  5. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  6. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  7. package/esm2015/api/adminController.service.js +2 -2
  8. package/esm2015/api/advertiserController.service.js +2 -2
  9. package/esm2015/api/appSettingsController.service.js +2 -2
  10. package/esm2015/api/appsFlyerAudienceController.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/bulkStrategyController.service.js +2 -2
  14. package/esm2015/api/cSSThemeController_.service.js +2 -2
  15. package/esm2015/api/campaignController.service.js +2 -2
  16. package/esm2015/api/catalogController.service.js +2 -2
  17. package/esm2015/api/clickDestinationController.service.js +2 -2
  18. package/esm2015/api/creativeController.service.js +2 -2
  19. package/esm2015/api/creativeSetsController.service.js +2 -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/pixelController.service.js +2 -2
  25. package/esm2015/api/reportingController.service.js +2 -2
  26. package/esm2015/api/sliceXController.service.js +2 -2
  27. package/esm2015/api/strategyController.service.js +2 -2
  28. package/esm2015/api/uILoggerController.service.js +2 -2
  29. package/esm2015/api/userPreferenceController.service.js +2 -2
  30. package/esm2015/model/apiListResponseCreativeSetsListDashboardData.js +1 -0
  31. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +1 -0
  32. package/esm2015/model/creativePerformanceData.js +1 -1
  33. package/esm2015/model/creativeSetResponse.js +1 -16
  34. package/esm2015/model/creativeSetsListDashboardData.js +16 -0
  35. package/esm2015/model/models.js +2 -3
  36. package/esm2015/model/strategyDTO.js +1 -1
  37. package/esm5/api/adminController.service.js +2 -2
  38. package/esm5/api/advertiserController.service.js +2 -2
  39. package/esm5/api/appSettingsController.service.js +2 -2
  40. package/esm5/api/appsFlyerAudienceController.service.js +2 -2
  41. package/esm5/api/audienceController.service.js +2 -2
  42. package/esm5/api/auditController.service.js +2 -2
  43. package/esm5/api/bulkStrategyController.service.js +2 -2
  44. package/esm5/api/cSSThemeController_.service.js +2 -2
  45. package/esm5/api/campaignController.service.js +2 -2
  46. package/esm5/api/catalogController.service.js +2 -2
  47. package/esm5/api/clickDestinationController.service.js +2 -2
  48. package/esm5/api/creativeController.service.js +2 -2
  49. package/esm5/api/creativeSetsController.service.js +2 -2
  50. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  51. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  52. package/esm5/api/creativeTemplatesController.service.js +2 -2
  53. package/esm5/api/dashboardController.service.js +2 -2
  54. package/esm5/api/pixelController.service.js +2 -2
  55. package/esm5/api/reportingController.service.js +2 -2
  56. package/esm5/api/sliceXController.service.js +2 -2
  57. package/esm5/api/strategyController.service.js +2 -2
  58. package/esm5/api/uILoggerController.service.js +2 -2
  59. package/esm5/api/userPreferenceController.service.js +2 -2
  60. package/esm5/model/apiListResponseCreativeSetsListDashboardData.js +1 -0
  61. package/esm5/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +1 -0
  62. package/esm5/model/creativePerformanceData.js +1 -1
  63. package/esm5/model/creativeSetResponse.js +1 -16
  64. package/esm5/model/creativeSetsListDashboardData.js +16 -0
  65. package/esm5/model/models.js +2 -3
  66. package/esm5/model/strategyDTO.js +1 -1
  67. package/fesm2015/revxui-api-clients-ts.js +28 -55
  68. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  69. package/fesm5/revxui-api-clients-ts.js +28 -55
  70. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  71. package/model/{apiListResponseCreativeSetDashboardMetric.d.ts → apiListResponseCreativeSetsListDashboardData.d.ts} +3 -3
  72. package/model/{apiResponseObjectApiListResponseCreativeSetDashboardMetric.d.ts → apiResponseObjectApiListResponseCreativeSetsListDashboardData.d.ts} +3 -3
  73. package/model/creativePerformanceData.d.ts +0 -3
  74. package/model/creativeSetDetails.d.ts +10 -10
  75. package/model/creativeSetRequest.d.ts +10 -10
  76. package/model/creativeSetResponse.d.ts +0 -18
  77. package/model/{creativeSetDashboardMetric.d.ts → creativeSetsListDashboardData.d.ts} +3 -3
  78. package/model/models.d.ts +3 -3
  79. package/model/strategyDTO.d.ts +1 -0
  80. package/package.json +1 -1
  81. package/revxui-api-clients-ts.metadata.json +1 -1
  82. package/esm2015/model/apiListResponseCreativeSetDashboardMetric.js +0 -1
  83. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +0 -1
  84. package/esm2015/model/creativeSetDashboardMetric.js +0 -16
  85. package/esm5/model/apiListResponseCreativeSetDashboardMetric.js +0 -1
  86. package/esm5/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +0 -1
  87. package/esm5/model/creativeSetDashboardMetric.js +0 -16
@@ -87,7 +87,7 @@ var Configuration = /** @class */ (function () {
87
87
  var AdminControllerService = /** @class */ (function () {
88
88
  function AdminControllerService(httpClient, basePath, configuration) {
89
89
  this.httpClient = httpClient;
90
- this.basePath = 'https://apiv2stage2.atomex.net';
90
+ this.basePath = 'https://localhost:10045';
91
91
  this.defaultHeaders = new HttpHeaders();
92
92
  this.configuration = new Configuration();
93
93
  if (basePath) {
@@ -304,7 +304,7 @@ var CustomHttpUrlEncodingCodec = /** @class */ (function (_super) {
304
304
  var AdvertiserControllerService = /** @class */ (function () {
305
305
  function AdvertiserControllerService(httpClient, basePath, configuration) {
306
306
  this.httpClient = httpClient;
307
- this.basePath = 'https://apiv2stage2.atomex.net';
307
+ this.basePath = 'https://localhost:10045';
308
308
  this.defaultHeaders = new HttpHeaders();
309
309
  this.configuration = new Configuration();
310
310
  if (basePath) {
@@ -750,7 +750,7 @@ var AdvertiserControllerService = /** @class */ (function () {
750
750
  var AppSettingsControllerService = /** @class */ (function () {
751
751
  function AppSettingsControllerService(httpClient, basePath, configuration) {
752
752
  this.httpClient = httpClient;
753
- this.basePath = 'https://apiv2stage2.atomex.net';
753
+ this.basePath = 'https://localhost:10045';
754
754
  this.defaultHeaders = new HttpHeaders();
755
755
  this.configuration = new Configuration();
756
756
  if (basePath) {
@@ -920,7 +920,7 @@ var AppSettingsControllerService = /** @class */ (function () {
920
920
  var AppsFlyerAudienceControllerService = /** @class */ (function () {
921
921
  function AppsFlyerAudienceControllerService(httpClient, basePath, configuration) {
922
922
  this.httpClient = httpClient;
923
- this.basePath = 'https://apiv2stage2.atomex.net';
923
+ this.basePath = 'https://localhost:10045';
924
924
  this.defaultHeaders = new HttpHeaders();
925
925
  this.configuration = new Configuration();
926
926
  if (basePath) {
@@ -1089,7 +1089,7 @@ var AppsFlyerAudienceControllerService = /** @class */ (function () {
1089
1089
  var AudienceControllerService = /** @class */ (function () {
1090
1090
  function AudienceControllerService(httpClient, basePath, configuration) {
1091
1091
  this.httpClient = httpClient;
1092
- this.basePath = 'https://apiv2stage2.atomex.net';
1092
+ this.basePath = 'https://localhost:10045';
1093
1093
  this.defaultHeaders = new HttpHeaders();
1094
1094
  this.configuration = new Configuration();
1095
1095
  if (basePath) {
@@ -1622,7 +1622,7 @@ var AudienceControllerService = /** @class */ (function () {
1622
1622
  var AuditControllerService = /** @class */ (function () {
1623
1623
  function AuditControllerService(httpClient, basePath, configuration) {
1624
1624
  this.httpClient = httpClient;
1625
- this.basePath = 'https://apiv2stage2.atomex.net';
1625
+ this.basePath = 'https://localhost:10045';
1626
1626
  this.defaultHeaders = new HttpHeaders();
1627
1627
  this.configuration = new Configuration();
1628
1628
  if (basePath) {
@@ -1821,7 +1821,7 @@ var AuditControllerService = /** @class */ (function () {
1821
1821
  var BulkStrategyControllerService = /** @class */ (function () {
1822
1822
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1823
1823
  this.httpClient = httpClient;
1824
- this.basePath = 'https://apiv2stage2.atomex.net';
1824
+ this.basePath = 'https://localhost:10045';
1825
1825
  this.defaultHeaders = new HttpHeaders();
1826
1826
  this.configuration = new Configuration();
1827
1827
  if (basePath) {
@@ -2064,7 +2064,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2064
2064
  var CSSThemeController_Service = /** @class */ (function () {
2065
2065
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2066
2066
  this.httpClient = httpClient;
2067
- this.basePath = 'https://apiv2stage2.atomex.net';
2067
+ this.basePath = 'https://localhost:10045';
2068
2068
  this.defaultHeaders = new HttpHeaders();
2069
2069
  this.configuration = new Configuration();
2070
2070
  if (basePath) {
@@ -2185,7 +2185,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2185
2185
  var CampaignControllerService = /** @class */ (function () {
2186
2186
  function CampaignControllerService(httpClient, basePath, configuration) {
2187
2187
  this.httpClient = httpClient;
2188
- this.basePath = 'https://apiv2stage2.atomex.net';
2188
+ this.basePath = 'https://localhost:10045';
2189
2189
  this.defaultHeaders = new HttpHeaders();
2190
2190
  this.configuration = new Configuration();
2191
2191
  if (basePath) {
@@ -2480,7 +2480,7 @@ var CampaignControllerService = /** @class */ (function () {
2480
2480
  var CatalogControllerService = /** @class */ (function () {
2481
2481
  function CatalogControllerService(httpClient, basePath, configuration) {
2482
2482
  this.httpClient = httpClient;
2483
- this.basePath = 'https://apiv2stage2.atomex.net';
2483
+ this.basePath = 'https://localhost:10045';
2484
2484
  this.defaultHeaders = new HttpHeaders();
2485
2485
  this.configuration = new Configuration();
2486
2486
  if (basePath) {
@@ -2730,7 +2730,7 @@ var CatalogControllerService = /** @class */ (function () {
2730
2730
  var ClickDestinationControllerService = /** @class */ (function () {
2731
2731
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2732
2732
  this.httpClient = httpClient;
2733
- this.basePath = 'https://apiv2stage2.atomex.net';
2733
+ this.basePath = 'https://localhost:10045';
2734
2734
  this.defaultHeaders = new HttpHeaders();
2735
2735
  this.configuration = new Configuration();
2736
2736
  if (basePath) {
@@ -2989,7 +2989,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
2989
2989
  var CreativeControllerService = /** @class */ (function () {
2990
2990
  function CreativeControllerService(httpClient, basePath, configuration) {
2991
2991
  this.httpClient = httpClient;
2992
- this.basePath = 'https://apiv2stage2.atomex.net';
2992
+ this.basePath = 'https://localhost:10045';
2993
2993
  this.defaultHeaders = new HttpHeaders();
2994
2994
  this.configuration = new Configuration();
2995
2995
  if (basePath) {
@@ -3484,7 +3484,7 @@ var CreativeControllerService = /** @class */ (function () {
3484
3484
  var CreativeSetsControllerService = /** @class */ (function () {
3485
3485
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3486
3486
  this.httpClient = httpClient;
3487
- this.basePath = 'https://apiv2stage2.atomex.net';
3487
+ this.basePath = 'https://localhost:10045';
3488
3488
  this.defaultHeaders = new HttpHeaders();
3489
3489
  this.configuration = new Configuration();
3490
3490
  if (basePath) {
@@ -3832,7 +3832,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3832
3832
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3833
3833
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3834
3834
  this.httpClient = httpClient;
3835
- this.basePath = 'https://apiv2stage2.atomex.net';
3835
+ this.basePath = 'https://localhost:10045';
3836
3836
  this.defaultHeaders = new HttpHeaders();
3837
3837
  this.configuration = new Configuration();
3838
3838
  if (basePath) {
@@ -4033,7 +4033,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
4033
4033
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4034
4034
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4035
4035
  this.httpClient = httpClient;
4036
- this.basePath = 'https://apiv2stage2.atomex.net';
4036
+ this.basePath = 'https://localhost:10045';
4037
4037
  this.defaultHeaders = new HttpHeaders();
4038
4038
  this.configuration = new Configuration();
4039
4039
  if (basePath) {
@@ -4121,7 +4121,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4121
4121
  var CreativeTemplatesControllerService = /** @class */ (function () {
4122
4122
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4123
4123
  this.httpClient = httpClient;
4124
- this.basePath = 'https://apiv2stage2.atomex.net';
4124
+ this.basePath = 'https://localhost:10045';
4125
4125
  this.defaultHeaders = new HttpHeaders();
4126
4126
  this.configuration = new Configuration();
4127
4127
  if (basePath) {
@@ -4300,7 +4300,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4300
4300
  var DashboardControllerService = /** @class */ (function () {
4301
4301
  function DashboardControllerService(httpClient, basePath, configuration) {
4302
4302
  this.httpClient = httpClient;
4303
- this.basePath = 'https://apiv2stage2.atomex.net';
4303
+ this.basePath = 'https://localhost:10045';
4304
4304
  this.defaultHeaders = new HttpHeaders();
4305
4305
  this.configuration = new Configuration();
4306
4306
  if (basePath) {
@@ -4924,7 +4924,7 @@ var DashboardControllerService = /** @class */ (function () {
4924
4924
  var PixelControllerService = /** @class */ (function () {
4925
4925
  function PixelControllerService(httpClient, basePath, configuration) {
4926
4926
  this.httpClient = httpClient;
4927
- this.basePath = 'https://apiv2stage2.atomex.net';
4927
+ this.basePath = 'https://localhost:10045';
4928
4928
  this.defaultHeaders = new HttpHeaders();
4929
4929
  this.configuration = new Configuration();
4930
4930
  if (basePath) {
@@ -5262,7 +5262,7 @@ var PixelControllerService = /** @class */ (function () {
5262
5262
  var ReportingControllerService = /** @class */ (function () {
5263
5263
  function ReportingControllerService(httpClient, basePath, configuration) {
5264
5264
  this.httpClient = httpClient;
5265
- this.basePath = 'https://apiv2stage2.atomex.net';
5265
+ this.basePath = 'https://localhost:10045';
5266
5266
  this.defaultHeaders = new HttpHeaders();
5267
5267
  this.configuration = new Configuration();
5268
5268
  if (basePath) {
@@ -5446,7 +5446,7 @@ var ReportingControllerService = /** @class */ (function () {
5446
5446
  var SliceXControllerService = /** @class */ (function () {
5447
5447
  function SliceXControllerService(httpClient, basePath, configuration) {
5448
5448
  this.httpClient = httpClient;
5449
- this.basePath = 'https://apiv2stage2.atomex.net';
5449
+ this.basePath = 'https://localhost:10045';
5450
5450
  this.defaultHeaders = new HttpHeaders();
5451
5451
  this.configuration = new Configuration();
5452
5452
  if (basePath) {
@@ -5631,7 +5631,7 @@ var SliceXControllerService = /** @class */ (function () {
5631
5631
  var StrategyControllerService = /** @class */ (function () {
5632
5632
  function StrategyControllerService(httpClient, basePath, configuration) {
5633
5633
  this.httpClient = httpClient;
5634
- this.basePath = 'https://apiv2stage2.atomex.net';
5634
+ this.basePath = 'https://localhost:10045';
5635
5635
  this.defaultHeaders = new HttpHeaders();
5636
5636
  this.configuration = new Configuration();
5637
5637
  if (basePath) {
@@ -6119,7 +6119,7 @@ var StrategyControllerService = /** @class */ (function () {
6119
6119
  var UILoggerControllerService = /** @class */ (function () {
6120
6120
  function UILoggerControllerService(httpClient, basePath, configuration) {
6121
6121
  this.httpClient = httpClient;
6122
- this.basePath = 'https://apiv2stage2.atomex.net';
6122
+ this.basePath = 'https://localhost:10045';
6123
6123
  this.defaultHeaders = new HttpHeaders();
6124
6124
  this.configuration = new Configuration();
6125
6125
  if (basePath) {
@@ -6221,7 +6221,7 @@ var UILoggerControllerService = /** @class */ (function () {
6221
6221
  var UserPreferenceControllerService = /** @class */ (function () {
6222
6222
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6223
6223
  this.httpClient = httpClient;
6224
- this.basePath = 'https://apiv2stage2.atomex.net';
6224
+ this.basePath = 'https://localhost:10045';
6225
6225
  this.defaultHeaders = new HttpHeaders();
6226
6226
  this.configuration = new Configuration();
6227
6227
  if (basePath) {
@@ -6623,22 +6623,6 @@ var CreativeHtmlFileForSet;
6623
6623
  };
6624
6624
  })(CreativeHtmlFileForSet || (CreativeHtmlFileForSet = {}));
6625
6625
 
6626
- var CreativeSetDashboardMetric;
6627
- (function (CreativeSetDashboardMetric) {
6628
- CreativeSetDashboardMetric.CreativeSetTypeEnum = {
6629
- IMAGE: 'IMAGE',
6630
- VIDEO: 'VIDEO',
6631
- THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
6632
- ZIPPEDHTML: 'ZIPPED_HTML',
6633
- NATIVEIMAGE: 'NATIVE_IMAGE',
6634
- NATIVEVIDEO: 'NATIVE_VIDEO',
6635
- DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6636
- DYNAMICMACRO: 'DYNAMIC_MACRO',
6637
- DYNAMICHTML: 'DYNAMIC_HTML',
6638
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6639
- };
6640
- })(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
6641
-
6642
6626
  var CreativeSetDetails;
6643
6627
  (function (CreativeSetDetails) {
6644
6628
  CreativeSetDetails.TypeEnum = {
@@ -6671,20 +6655,9 @@ var CreativeSetRequest;
6671
6655
  };
6672
6656
  })(CreativeSetRequest || (CreativeSetRequest = {}));
6673
6657
 
6674
- /**
6675
- * Api Documentation
6676
- * Api Documentation
6677
- *
6678
- * OpenAPI spec version: 1.0
6679
- *
6680
- *
6681
- * NOTE: This class is auto generated by the swagger code generator program.
6682
- * https://github.com/swagger-api/swagger-codegen.git
6683
- * Do not edit the class manually.
6684
- */
6685
- var CreativeSetResponse;
6686
- (function (CreativeSetResponse) {
6687
- CreativeSetResponse.OtherCreativeSetTypeEnum = {
6658
+ var CreativeSetsListDashboardData;
6659
+ (function (CreativeSetsListDashboardData) {
6660
+ CreativeSetsListDashboardData.CreativeSetTypeEnum = {
6688
6661
  IMAGE: 'IMAGE',
6689
6662
  VIDEO: 'VIDEO',
6690
6663
  THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
@@ -6696,7 +6669,7 @@ var CreativeSetResponse;
6696
6669
  DYNAMICHTML: 'DYNAMIC_HTML',
6697
6670
  DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6698
6671
  };
6699
- })(CreativeSetResponse || (CreativeSetResponse = {}));
6672
+ })(CreativeSetsListDashboardData || (CreativeSetsListDashboardData = {}));
6700
6673
 
6701
6674
  /**
6702
6675
  * Api Documentation
@@ -7171,5 +7144,5 @@ var ApiModule = /** @class */ (function () {
7171
7144
  * Generated bundle index. Do not edit.
7172
7145
  */
7173
7146
 
7174
- export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerAudienceControllerService, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AuditControllerService, BASE_PATH, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7147
+ export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerAudienceControllerService, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AuditControllerService, BASE_PATH, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDetails, CreativeSetRequest, CreativeSetsControllerService, CreativeSetsListDashboardData, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7175
7148
  //# sourceMappingURL=revxui-api-clients-ts.js.map