@revxui/api-clients-ts 1.1.7 → 1.1.9
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.
- package/README.md +2 -2
- package/api/notificationsController.service.d.ts +12 -0
- package/bundles/revxui-api-clients-ts.umd.js +67 -25
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/esm2015/api/adminController.service.js +2 -2
- package/esm2015/api/advertiserController.service.js +2 -2
- package/esm2015/api/appSettingsController.service.js +2 -2
- package/esm2015/api/audienceController.service.js +2 -2
- package/esm2015/api/auditController.service.js +2 -2
- package/esm2015/api/bulkStrategyController.service.js +2 -2
- package/esm2015/api/cSSThemeController_.service.js +2 -2
- package/esm2015/api/campaignController.service.js +2 -2
- package/esm2015/api/catalogController.service.js +2 -2
- package/esm2015/api/clickDestinationController.service.js +2 -2
- package/esm2015/api/creativeController.service.js +2 -2
- package/esm2015/api/creativeSetsController.service.js +2 -2
- package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
- package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm2015/api/creativeTemplatesController.service.js +2 -2
- package/esm2015/api/customerReportingController.service.js +2 -2
- package/esm2015/api/dashboardController.service.js +2 -2
- package/esm2015/api/notificationsController.service.js +32 -2
- package/esm2015/api/pixelController.service.js +2 -2
- package/esm2015/api/reportingController.service.js +2 -2
- package/esm2015/api/sliceXController.service.js +2 -2
- package/esm2015/api/strategyController.service.js +2 -2
- package/esm2015/api/strategyTemplateController.service.js +2 -2
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/model/campaignESDTO.js +1 -1
- package/esm2015/model/strategyTemplateResponse.js +1 -1
- package/esm2015/model/whitelabelingEntity.js +10 -2
- package/fesm2015/revxui-api-clients-ts.js +66 -26
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/campaignESDTO.d.ts +1 -0
- package/model/strategyTemplateResponse.d.ts +1 -1
- package/model/whitelabelingEntity.d.ts +12 -0
- package/package.json +1 -1
- 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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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 BulkStrategyControllerService {
|
|
1916
1916
|
constructor(httpClient, basePath, configuration) {
|
|
1917
1917
|
this.httpClient = httpClient;
|
|
1918
|
-
this.basePath = 'https://
|
|
1918
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1919
1919
|
this.defaultHeaders = new HttpHeaders();
|
|
1920
1920
|
this.configuration = new Configuration();
|
|
1921
1921
|
if (basePath) {
|
|
@@ -2135,7 +2135,7 @@ BulkStrategyControllerService.ctorParameters = () => [
|
|
|
2135
2135
|
class CSSThemeController_Service {
|
|
2136
2136
|
constructor(httpClient, basePath, configuration) {
|
|
2137
2137
|
this.httpClient = httpClient;
|
|
2138
|
-
this.basePath = 'https://
|
|
2138
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2139
2139
|
this.defaultHeaders = new HttpHeaders();
|
|
2140
2140
|
this.configuration = new Configuration();
|
|
2141
2141
|
if (basePath) {
|
|
@@ -2239,7 +2239,7 @@ CSSThemeController_Service.ctorParameters = () => [
|
|
|
2239
2239
|
class CampaignControllerService {
|
|
2240
2240
|
constructor(httpClient, basePath, configuration) {
|
|
2241
2241
|
this.httpClient = httpClient;
|
|
2242
|
-
this.basePath = 'https://
|
|
2242
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2243
2243
|
this.defaultHeaders = new HttpHeaders();
|
|
2244
2244
|
this.configuration = new Configuration();
|
|
2245
2245
|
if (basePath) {
|
|
@@ -2534,7 +2534,7 @@ CampaignControllerService.ctorParameters = () => [
|
|
|
2534
2534
|
class CatalogControllerService {
|
|
2535
2535
|
constructor(httpClient, basePath, configuration) {
|
|
2536
2536
|
this.httpClient = httpClient;
|
|
2537
|
-
this.basePath = 'https://
|
|
2537
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2538
2538
|
this.defaultHeaders = new HttpHeaders();
|
|
2539
2539
|
this.configuration = new Configuration();
|
|
2540
2540
|
if (basePath) {
|
|
@@ -2769,7 +2769,7 @@ CatalogControllerService.ctorParameters = () => [
|
|
|
2769
2769
|
class ClickDestinationControllerService {
|
|
2770
2770
|
constructor(httpClient, basePath, configuration) {
|
|
2771
2771
|
this.httpClient = httpClient;
|
|
2772
|
-
this.basePath = 'https://
|
|
2772
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2773
2773
|
this.defaultHeaders = new HttpHeaders();
|
|
2774
2774
|
this.configuration = new Configuration();
|
|
2775
2775
|
if (basePath) {
|
|
@@ -2996,7 +2996,7 @@ ClickDestinationControllerService.ctorParameters = () => [
|
|
|
2996
2996
|
class CreativeControllerService {
|
|
2997
2997
|
constructor(httpClient, basePath, configuration) {
|
|
2998
2998
|
this.httpClient = httpClient;
|
|
2999
|
-
this.basePath = 'https://
|
|
2999
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3000
3000
|
this.defaultHeaders = new HttpHeaders();
|
|
3001
3001
|
this.configuration = new Configuration();
|
|
3002
3002
|
if (basePath) {
|
|
@@ -3472,7 +3472,7 @@ CreativeControllerService.ctorParameters = () => [
|
|
|
3472
3472
|
class CreativeSetsControllerService {
|
|
3473
3473
|
constructor(httpClient, basePath, configuration) {
|
|
3474
3474
|
this.httpClient = httpClient;
|
|
3475
|
-
this.basePath = 'https://
|
|
3475
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3476
3476
|
this.defaultHeaders = new HttpHeaders();
|
|
3477
3477
|
this.configuration = new Configuration();
|
|
3478
3478
|
if (basePath) {
|
|
@@ -3966,7 +3966,7 @@ CreativeSetsControllerService.ctorParameters = () => [
|
|
|
3966
3966
|
class CreativeTemplateThemesControllerService {
|
|
3967
3967
|
constructor(httpClient, basePath, configuration) {
|
|
3968
3968
|
this.httpClient = httpClient;
|
|
3969
|
-
this.basePath = 'https://
|
|
3969
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3970
3970
|
this.defaultHeaders = new HttpHeaders();
|
|
3971
3971
|
this.configuration = new Configuration();
|
|
3972
3972
|
if (basePath) {
|
|
@@ -4146,7 +4146,7 @@ CreativeTemplateThemesControllerService.ctorParameters = () => [
|
|
|
4146
4146
|
class CreativeTemplateVariablesControllerService {
|
|
4147
4147
|
constructor(httpClient, basePath, configuration) {
|
|
4148
4148
|
this.httpClient = httpClient;
|
|
4149
|
-
this.basePath = 'https://
|
|
4149
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4150
4150
|
this.defaultHeaders = new HttpHeaders();
|
|
4151
4151
|
this.configuration = new Configuration();
|
|
4152
4152
|
if (basePath) {
|
|
@@ -4219,7 +4219,7 @@ CreativeTemplateVariablesControllerService.ctorParameters = () => [
|
|
|
4219
4219
|
class CreativeTemplatesControllerService {
|
|
4220
4220
|
constructor(httpClient, basePath, configuration) {
|
|
4221
4221
|
this.httpClient = httpClient;
|
|
4222
|
-
this.basePath = 'https://
|
|
4222
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4223
4223
|
this.defaultHeaders = new HttpHeaders();
|
|
4224
4224
|
this.configuration = new Configuration();
|
|
4225
4225
|
if (basePath) {
|
|
@@ -4379,7 +4379,7 @@ CreativeTemplatesControllerService.ctorParameters = () => [
|
|
|
4379
4379
|
class CustomerReportingControllerService {
|
|
4380
4380
|
constructor(httpClient, basePath, configuration) {
|
|
4381
4381
|
this.httpClient = httpClient;
|
|
4382
|
-
this.basePath = 'https://
|
|
4382
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4383
4383
|
this.defaultHeaders = new HttpHeaders();
|
|
4384
4384
|
this.configuration = new Configuration();
|
|
4385
4385
|
if (basePath) {
|
|
@@ -4461,7 +4461,7 @@ CustomerReportingControllerService.ctorParameters = () => [
|
|
|
4461
4461
|
class DashboardControllerService {
|
|
4462
4462
|
constructor(httpClient, basePath, configuration) {
|
|
4463
4463
|
this.httpClient = httpClient;
|
|
4464
|
-
this.basePath = 'https://
|
|
4464
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4465
4465
|
this.defaultHeaders = new HttpHeaders();
|
|
4466
4466
|
this.configuration = new Configuration();
|
|
4467
4467
|
if (basePath) {
|
|
@@ -5075,7 +5075,7 @@ DashboardControllerService.ctorParameters = () => [
|
|
|
5075
5075
|
class NotificationsControllerService {
|
|
5076
5076
|
constructor(httpClient, basePath, configuration) {
|
|
5077
5077
|
this.httpClient = httpClient;
|
|
5078
|
-
this.basePath = 'https://
|
|
5078
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5079
5079
|
this.defaultHeaders = new HttpHeaders();
|
|
5080
5080
|
this.configuration = new Configuration();
|
|
5081
5081
|
if (basePath) {
|
|
@@ -5194,6 +5194,36 @@ class NotificationsControllerService {
|
|
|
5194
5194
|
reportProgress: reportProgress
|
|
5195
5195
|
});
|
|
5196
5196
|
}
|
|
5197
|
+
readNotificationUsingPOST(duration, reqId, token, observe = 'body', reportProgress = false) {
|
|
5198
|
+
if (duration === null || duration === undefined) {
|
|
5199
|
+
throw new Error('Required parameter duration was null or undefined when calling readNotificationUsingPOST.');
|
|
5200
|
+
}
|
|
5201
|
+
let headers = this.defaultHeaders;
|
|
5202
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5203
|
+
headers = headers.set('reqId', String(reqId));
|
|
5204
|
+
}
|
|
5205
|
+
if (token !== undefined && token !== null) {
|
|
5206
|
+
headers = headers.set('token', String(token));
|
|
5207
|
+
}
|
|
5208
|
+
// to determine the Accept header
|
|
5209
|
+
let httpHeaderAccepts = [
|
|
5210
|
+
'application/json'
|
|
5211
|
+
];
|
|
5212
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5213
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5214
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5215
|
+
}
|
|
5216
|
+
// to determine the Content-Type header
|
|
5217
|
+
const consumes = [
|
|
5218
|
+
'application/json'
|
|
5219
|
+
];
|
|
5220
|
+
return this.httpClient.post(`${this.basePath}/v2/api/notifications/markAllRead/${encodeURIComponent(String(duration))}`, null, {
|
|
5221
|
+
withCredentials: this.configuration.withCredentials,
|
|
5222
|
+
headers: headers,
|
|
5223
|
+
observe: observe,
|
|
5224
|
+
reportProgress: reportProgress
|
|
5225
|
+
});
|
|
5226
|
+
}
|
|
5197
5227
|
resolveNotificationUsingPOST(id, reqId, token, observe = 'body', reportProgress = false) {
|
|
5198
5228
|
if (id === null || id === undefined) {
|
|
5199
5229
|
throw new Error('Required parameter id was null or undefined when calling resolveNotificationUsingPOST.');
|
|
@@ -5253,7 +5283,7 @@ NotificationsControllerService.ctorParameters = () => [
|
|
|
5253
5283
|
class PixelControllerService {
|
|
5254
5284
|
constructor(httpClient, basePath, configuration) {
|
|
5255
5285
|
this.httpClient = httpClient;
|
|
5256
|
-
this.basePath = 'https://
|
|
5286
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5257
5287
|
this.defaultHeaders = new HttpHeaders();
|
|
5258
5288
|
this.configuration = new Configuration();
|
|
5259
5289
|
if (basePath) {
|
|
@@ -5555,7 +5585,7 @@ PixelControllerService.ctorParameters = () => [
|
|
|
5555
5585
|
class ReportingControllerService {
|
|
5556
5586
|
constructor(httpClient, basePath, configuration) {
|
|
5557
5587
|
this.httpClient = httpClient;
|
|
5558
|
-
this.basePath = 'https://
|
|
5588
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5559
5589
|
this.defaultHeaders = new HttpHeaders();
|
|
5560
5590
|
this.configuration = new Configuration();
|
|
5561
5591
|
if (basePath) {
|
|
@@ -5720,7 +5750,7 @@ ReportingControllerService.ctorParameters = () => [
|
|
|
5720
5750
|
class SliceXControllerService {
|
|
5721
5751
|
constructor(httpClient, basePath, configuration) {
|
|
5722
5752
|
this.httpClient = httpClient;
|
|
5723
|
-
this.basePath = 'https://
|
|
5753
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5724
5754
|
this.defaultHeaders = new HttpHeaders();
|
|
5725
5755
|
this.configuration = new Configuration();
|
|
5726
5756
|
if (basePath) {
|
|
@@ -5965,7 +5995,7 @@ SliceXControllerService.ctorParameters = () => [
|
|
|
5965
5995
|
class StrategyControllerService {
|
|
5966
5996
|
constructor(httpClient, basePath, configuration) {
|
|
5967
5997
|
this.httpClient = httpClient;
|
|
5968
|
-
this.basePath = 'https://
|
|
5998
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5969
5999
|
this.defaultHeaders = new HttpHeaders();
|
|
5970
6000
|
this.configuration = new Configuration();
|
|
5971
6001
|
if (basePath) {
|
|
@@ -6653,7 +6683,7 @@ StrategyControllerService.ctorParameters = () => [
|
|
|
6653
6683
|
class StrategyTemplateControllerService {
|
|
6654
6684
|
constructor(httpClient, basePath, configuration) {
|
|
6655
6685
|
this.httpClient = httpClient;
|
|
6656
|
-
this.basePath = 'https://
|
|
6686
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6657
6687
|
this.defaultHeaders = new HttpHeaders();
|
|
6658
6688
|
this.configuration = new Configuration();
|
|
6659
6689
|
if (basePath) {
|
|
@@ -6803,7 +6833,7 @@ StrategyTemplateControllerService.ctorParameters = () => [
|
|
|
6803
6833
|
class UILoggerControllerService {
|
|
6804
6834
|
constructor(httpClient, basePath, configuration) {
|
|
6805
6835
|
this.httpClient = httpClient;
|
|
6806
|
-
this.basePath = 'https://
|
|
6836
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6807
6837
|
this.defaultHeaders = new HttpHeaders();
|
|
6808
6838
|
this.configuration = new Configuration();
|
|
6809
6839
|
if (basePath) {
|
|
@@ -6890,7 +6920,7 @@ UILoggerControllerService.ctorParameters = () => [
|
|
|
6890
6920
|
class UserPreferenceControllerService {
|
|
6891
6921
|
constructor(httpClient, basePath, configuration) {
|
|
6892
6922
|
this.httpClient = httpClient;
|
|
6893
|
-
this.basePath = 'https://
|
|
6923
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6894
6924
|
this.defaultHeaders = new HttpHeaders();
|
|
6895
6925
|
this.configuration = new Configuration();
|
|
6896
6926
|
if (basePath) {
|
|
@@ -8955,6 +8985,16 @@ var VideoProperties;
|
|
|
8955
8985
|
* Do not edit the class manually.
|
|
8956
8986
|
*/
|
|
8957
8987
|
|
|
8988
|
+
var WhitelabelingEntity;
|
|
8989
|
+
(function (WhitelabelingEntity) {
|
|
8990
|
+
WhitelabelingEntity.OidcClientEnum = {
|
|
8991
|
+
GOOGLE: 'GOOGLE',
|
|
8992
|
+
FACEBOOK: 'FACEBOOK',
|
|
8993
|
+
OFFICE365: 'OFFICE_365',
|
|
8994
|
+
OKTA: 'OKTA'
|
|
8995
|
+
};
|
|
8996
|
+
})(WhitelabelingEntity || (WhitelabelingEntity = {}));
|
|
8997
|
+
|
|
8958
8998
|
class ApiModule {
|
|
8959
8999
|
constructor(parentModule, http) {
|
|
8960
9000
|
if (parentModule) {
|
|
@@ -9015,5 +9055,5 @@ ApiModule.ctorParameters = () => [
|
|
|
9015
9055
|
* Generated bundle index. Do not edit.
|
|
9016
9056
|
*/
|
|
9017
9057
|
|
|
9018
|
-
export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, 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 };
|
|
9058
|
+
export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, 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 };
|
|
9019
9059
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|