@revxui/api-clients-ts 0.10.249 → 0.10.250
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/audienceController.service.d.ts +4 -17
- package/bundles/revxui-api-clients-ts.umd.js +23 -66
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.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 -35
- 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/dashboardController.service.js +2 -2
- package/esm2015/api/notificationsController.service.js +2 -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/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/model/apiListResponseAudienceESDTO.js +1 -0
- package/esm2015/model/apiResponseObjectApiListResponseAudienceESDTO.js +1 -0
- package/esm2015/model/campaignESDTO.js +1 -12
- package/esm2015/model/creativePerformanceData.js +1 -1
- package/esm2015/model/creativeSetDashboardMetric.js +1 -1
- package/esm2015/model/dashboardData.js +1 -1
- package/esm2015/model/dashboardMetrics.js +1 -1
- package/esm2015/model/models.js +1 -2
- package/esm2015/model/searchRequest.js +1 -1
- package/esm2015/model/slicexData.js +1 -1
- package/esm2015/model/slicexGridData.js +1 -1
- package/esm2015/model/strategy.js +1 -1
- package/esm2015/model/strategyDTO.js +1 -1
- package/esm5/api/adminController.service.js +2 -2
- package/esm5/api/advertiserController.service.js +2 -2
- package/esm5/api/appSettingsController.service.js +2 -2
- package/esm5/api/audienceController.service.js +2 -37
- package/esm5/api/auditController.service.js +2 -2
- package/esm5/api/bulkStrategyController.service.js +2 -2
- package/esm5/api/cSSThemeController_.service.js +2 -2
- package/esm5/api/campaignController.service.js +2 -2
- package/esm5/api/catalogController.service.js +2 -2
- package/esm5/api/clickDestinationController.service.js +2 -2
- package/esm5/api/creativeController.service.js +2 -2
- package/esm5/api/creativeSetsController.service.js +2 -2
- package/esm5/api/creativeTemplateThemesController.service.js +2 -2
- package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm5/api/creativeTemplatesController.service.js +2 -2
- package/esm5/api/dashboardController.service.js +2 -2
- package/esm5/api/notificationsController.service.js +2 -2
- package/esm5/api/pixelController.service.js +2 -2
- package/esm5/api/reportingController.service.js +2 -2
- package/esm5/api/sliceXController.service.js +2 -2
- package/esm5/api/strategyController.service.js +2 -2
- package/esm5/api/uILoggerController.service.js +2 -2
- package/esm5/api/userPreferenceController.service.js +2 -2
- package/esm5/model/apiListResponseAudienceESDTO.js +1 -0
- package/esm5/model/apiResponseObjectApiListResponseAudienceESDTO.js +1 -0
- package/esm5/model/campaignESDTO.js +1 -12
- package/esm5/model/creativePerformanceData.js +1 -1
- package/esm5/model/creativeSetDashboardMetric.js +1 -1
- package/esm5/model/dashboardData.js +1 -1
- package/esm5/model/dashboardMetrics.js +1 -1
- package/esm5/model/models.js +1 -2
- package/esm5/model/searchRequest.js +1 -1
- package/esm5/model/slicexData.js +1 -1
- package/esm5/model/slicexGridData.js +1 -1
- package/esm5/model/strategy.js +1 -1
- package/esm5/model/strategyDTO.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +24 -65
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +24 -67
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/{apiListResponseAudiencePerformanceDTO.d.ts → apiListResponseAudienceESDTO.d.ts} +3 -3
- package/model/{apiResponseObjectApiListResponseAudiencePerformanceDTO.d.ts → apiResponseObjectApiListResponseAudienceESDTO.d.ts} +3 -3
- package/model/campaignESDTO.d.ts +4 -0
- package/model/creativePerformanceData.d.ts +4 -0
- package/model/creativeSetDashboardMetric.d.ts +4 -0
- package/model/dashboardData.d.ts +4 -0
- package/model/dashboardMetrics.d.ts +4 -0
- package/model/models.d.ts +2 -3
- package/model/searchRequest.d.ts +0 -2
- package/model/slicexData.d.ts +4 -0
- package/model/slicexGridData.d.ts +4 -0
- package/model/strategy.d.ts +8 -0
- package/model/strategyDTO.d.ts +4 -2
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiListResponseAudiencePerformanceDTO.js +0 -1
- package/esm2015/model/apiResponseObjectApiListResponseAudiencePerformanceDTO.js +0 -1
- package/esm2015/model/audiencePerformanceDTO.js +0 -8
- package/esm5/model/apiListResponseAudiencePerformanceDTO.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponseAudiencePerformanceDTO.js +0 -1
- package/esm5/model/audiencePerformanceDTO.js +0 -8
- package/model/audiencePerformanceDTO.d.ts +0 -37
|
@@ -83,7 +83,7 @@ class Configuration {
|
|
|
83
83
|
let AdminControllerService = class AdminControllerService {
|
|
84
84
|
constructor(httpClient, basePath, configuration) {
|
|
85
85
|
this.httpClient = httpClient;
|
|
86
|
-
this.basePath = 'https://
|
|
86
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
87
87
|
this.defaultHeaders = new HttpHeaders();
|
|
88
88
|
this.configuration = new Configuration();
|
|
89
89
|
if (basePath) {
|
|
@@ -273,7 +273,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
|
|
|
273
273
|
let AdvertiserControllerService = class AdvertiserControllerService {
|
|
274
274
|
constructor(httpClient, basePath, configuration) {
|
|
275
275
|
this.httpClient = httpClient;
|
|
276
|
-
this.basePath = 'https://
|
|
276
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
277
277
|
this.defaultHeaders = new HttpHeaders();
|
|
278
278
|
this.configuration = new Configuration();
|
|
279
279
|
if (basePath) {
|
|
@@ -685,7 +685,7 @@ AdvertiserControllerService = __decorate([
|
|
|
685
685
|
let AppSettingsControllerService = class AppSettingsControllerService {
|
|
686
686
|
constructor(httpClient, basePath, configuration) {
|
|
687
687
|
this.httpClient = httpClient;
|
|
688
|
-
this.basePath = 'https://
|
|
688
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
689
689
|
this.defaultHeaders = new HttpHeaders();
|
|
690
690
|
this.configuration = new Configuration();
|
|
691
691
|
if (basePath) {
|
|
@@ -837,7 +837,7 @@ AppSettingsControllerService = __decorate([
|
|
|
837
837
|
let AudienceControllerService = class AudienceControllerService {
|
|
838
838
|
constructor(httpClient, basePath, configuration) {
|
|
839
839
|
this.httpClient = httpClient;
|
|
840
|
-
this.basePath = 'https://
|
|
840
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
841
841
|
this.defaultHeaders = new HttpHeaders();
|
|
842
842
|
this.configuration = new Configuration();
|
|
843
843
|
if (basePath) {
|
|
@@ -1355,39 +1355,6 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
1355
1355
|
reportProgress: reportProgress
|
|
1356
1356
|
});
|
|
1357
1357
|
}
|
|
1358
|
-
retrySchedulerForAdvertisersUsingGET(advIds, reqId, token, observe = 'body', reportProgress = false) {
|
|
1359
|
-
if (advIds === null || advIds === undefined) {
|
|
1360
|
-
throw new Error('Required parameter advIds was null or undefined when calling retrySchedulerForAdvertisersUsingGET.');
|
|
1361
|
-
}
|
|
1362
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
1363
|
-
if (advIds !== undefined && advIds !== null) {
|
|
1364
|
-
queryParameters = queryParameters.set('advIds', advIds);
|
|
1365
|
-
}
|
|
1366
|
-
let headers = this.defaultHeaders;
|
|
1367
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1368
|
-
headers = headers.set('reqId', String(reqId));
|
|
1369
|
-
}
|
|
1370
|
-
if (token !== undefined && token !== null) {
|
|
1371
|
-
headers = headers.set('token', String(token));
|
|
1372
|
-
}
|
|
1373
|
-
// to determine the Accept header
|
|
1374
|
-
let httpHeaderAccepts = [
|
|
1375
|
-
'*/*'
|
|
1376
|
-
];
|
|
1377
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1378
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1379
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1380
|
-
}
|
|
1381
|
-
// to determine the Content-Type header
|
|
1382
|
-
const consumes = [];
|
|
1383
|
-
return this.httpClient.get(`${this.basePath}/v2/api/audience/schedulerRetry`, {
|
|
1384
|
-
params: queryParameters,
|
|
1385
|
-
withCredentials: this.configuration.withCredentials,
|
|
1386
|
-
headers: headers,
|
|
1387
|
-
observe: observe,
|
|
1388
|
-
reportProgress: reportProgress
|
|
1389
|
-
});
|
|
1390
|
-
}
|
|
1391
1358
|
syncAudienceUsingPOST(platformAudienceDTO, reqId, token, observe = 'body', reportProgress = false) {
|
|
1392
1359
|
if (platformAudienceDTO === null || platformAudienceDTO === undefined) {
|
|
1393
1360
|
throw new Error('Required parameter platformAudienceDTO was null or undefined when calling syncAudienceUsingPOST.');
|
|
@@ -1512,7 +1479,7 @@ AudienceControllerService = __decorate([
|
|
|
1512
1479
|
let AuditControllerService = class AuditControllerService {
|
|
1513
1480
|
constructor(httpClient, basePath, configuration) {
|
|
1514
1481
|
this.httpClient = httpClient;
|
|
1515
|
-
this.basePath = 'https://
|
|
1482
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1516
1483
|
this.defaultHeaders = new HttpHeaders();
|
|
1517
1484
|
this.configuration = new Configuration();
|
|
1518
1485
|
if (basePath) {
|
|
@@ -1693,7 +1660,7 @@ AuditControllerService = __decorate([
|
|
|
1693
1660
|
let BulkStrategyControllerService = class BulkStrategyControllerService {
|
|
1694
1661
|
constructor(httpClient, basePath, configuration) {
|
|
1695
1662
|
this.httpClient = httpClient;
|
|
1696
|
-
this.basePath = 'https://
|
|
1663
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1697
1664
|
this.defaultHeaders = new HttpHeaders();
|
|
1698
1665
|
this.configuration = new Configuration();
|
|
1699
1666
|
if (basePath) {
|
|
@@ -1914,7 +1881,7 @@ BulkStrategyControllerService = __decorate([
|
|
|
1914
1881
|
let CSSThemeController_Service = class CSSThemeController_Service {
|
|
1915
1882
|
constructor(httpClient, basePath, configuration) {
|
|
1916
1883
|
this.httpClient = httpClient;
|
|
1917
|
-
this.basePath = 'https://
|
|
1884
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1918
1885
|
this.defaultHeaders = new HttpHeaders();
|
|
1919
1886
|
this.configuration = new Configuration();
|
|
1920
1887
|
if (basePath) {
|
|
@@ -2019,7 +1986,7 @@ CSSThemeController_Service = __decorate([
|
|
|
2019
1986
|
let CampaignControllerService = class CampaignControllerService {
|
|
2020
1987
|
constructor(httpClient, basePath, configuration) {
|
|
2021
1988
|
this.httpClient = httpClient;
|
|
2022
|
-
this.basePath = 'https://
|
|
1989
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2023
1990
|
this.defaultHeaders = new HttpHeaders();
|
|
2024
1991
|
this.configuration = new Configuration();
|
|
2025
1992
|
if (basePath) {
|
|
@@ -2281,7 +2248,7 @@ CampaignControllerService = __decorate([
|
|
|
2281
2248
|
let CatalogControllerService = class CatalogControllerService {
|
|
2282
2249
|
constructor(httpClient, basePath, configuration) {
|
|
2283
2250
|
this.httpClient = httpClient;
|
|
2284
|
-
this.basePath = 'https://
|
|
2251
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2285
2252
|
this.defaultHeaders = new HttpHeaders();
|
|
2286
2253
|
this.configuration = new Configuration();
|
|
2287
2254
|
if (basePath) {
|
|
@@ -2484,7 +2451,7 @@ CatalogControllerService = __decorate([
|
|
|
2484
2451
|
let ClickDestinationControllerService = class ClickDestinationControllerService {
|
|
2485
2452
|
constructor(httpClient, basePath, configuration) {
|
|
2486
2453
|
this.httpClient = httpClient;
|
|
2487
|
-
this.basePath = 'https://
|
|
2454
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2488
2455
|
this.defaultHeaders = new HttpHeaders();
|
|
2489
2456
|
this.configuration = new Configuration();
|
|
2490
2457
|
if (basePath) {
|
|
@@ -2712,7 +2679,7 @@ ClickDestinationControllerService = __decorate([
|
|
|
2712
2679
|
let CreativeControllerService = class CreativeControllerService {
|
|
2713
2680
|
constructor(httpClient, basePath, configuration) {
|
|
2714
2681
|
this.httpClient = httpClient;
|
|
2715
|
-
this.basePath = 'https://
|
|
2682
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2716
2683
|
this.defaultHeaders = new HttpHeaders();
|
|
2717
2684
|
this.configuration = new Configuration();
|
|
2718
2685
|
if (basePath) {
|
|
@@ -3155,7 +3122,7 @@ CreativeControllerService = __decorate([
|
|
|
3155
3122
|
let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
3156
3123
|
constructor(httpClient, basePath, configuration) {
|
|
3157
3124
|
this.httpClient = httpClient;
|
|
3158
|
-
this.basePath = 'https://
|
|
3125
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3159
3126
|
this.defaultHeaders = new HttpHeaders();
|
|
3160
3127
|
this.configuration = new Configuration();
|
|
3161
3128
|
if (basePath) {
|
|
@@ -3464,7 +3431,7 @@ CreativeSetsControllerService = __decorate([
|
|
|
3464
3431
|
let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
|
|
3465
3432
|
constructor(httpClient, basePath, configuration) {
|
|
3466
3433
|
this.httpClient = httpClient;
|
|
3467
|
-
this.basePath = 'https://
|
|
3434
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3468
3435
|
this.defaultHeaders = new HttpHeaders();
|
|
3469
3436
|
this.configuration = new Configuration();
|
|
3470
3437
|
if (basePath) {
|
|
@@ -3645,7 +3612,7 @@ CreativeTemplateThemesControllerService = __decorate([
|
|
|
3645
3612
|
let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
|
|
3646
3613
|
constructor(httpClient, basePath, configuration) {
|
|
3647
3614
|
this.httpClient = httpClient;
|
|
3648
|
-
this.basePath = 'https://
|
|
3615
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3649
3616
|
this.defaultHeaders = new HttpHeaders();
|
|
3650
3617
|
this.configuration = new Configuration();
|
|
3651
3618
|
if (basePath) {
|
|
@@ -3719,7 +3686,7 @@ CreativeTemplateVariablesControllerService = __decorate([
|
|
|
3719
3686
|
let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
|
|
3720
3687
|
constructor(httpClient, basePath, configuration) {
|
|
3721
3688
|
this.httpClient = httpClient;
|
|
3722
|
-
this.basePath = 'https://
|
|
3689
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3723
3690
|
this.defaultHeaders = new HttpHeaders();
|
|
3724
3691
|
this.configuration = new Configuration();
|
|
3725
3692
|
if (basePath) {
|
|
@@ -3880,7 +3847,7 @@ CreativeTemplatesControllerService = __decorate([
|
|
|
3880
3847
|
let DashboardControllerService = class DashboardControllerService {
|
|
3881
3848
|
constructor(httpClient, basePath, configuration) {
|
|
3882
3849
|
this.httpClient = httpClient;
|
|
3883
|
-
this.basePath = 'https://
|
|
3850
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3884
3851
|
this.defaultHeaders = new HttpHeaders();
|
|
3885
3852
|
this.configuration = new Configuration();
|
|
3886
3853
|
if (basePath) {
|
|
@@ -4495,7 +4462,7 @@ DashboardControllerService = __decorate([
|
|
|
4495
4462
|
let NotificationsControllerService = class NotificationsControllerService {
|
|
4496
4463
|
constructor(httpClient, basePath, configuration) {
|
|
4497
4464
|
this.httpClient = httpClient;
|
|
4498
|
-
this.basePath = 'https://
|
|
4465
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4499
4466
|
this.defaultHeaders = new HttpHeaders();
|
|
4500
4467
|
this.configuration = new Configuration();
|
|
4501
4468
|
if (basePath) {
|
|
@@ -4674,7 +4641,7 @@ NotificationsControllerService = __decorate([
|
|
|
4674
4641
|
let PixelControllerService = class PixelControllerService {
|
|
4675
4642
|
constructor(httpClient, basePath, configuration) {
|
|
4676
4643
|
this.httpClient = httpClient;
|
|
4677
|
-
this.basePath = 'https://
|
|
4644
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4678
4645
|
this.defaultHeaders = new HttpHeaders();
|
|
4679
4646
|
this.configuration = new Configuration();
|
|
4680
4647
|
if (basePath) {
|
|
@@ -4977,7 +4944,7 @@ PixelControllerService = __decorate([
|
|
|
4977
4944
|
let ReportingControllerService = class ReportingControllerService {
|
|
4978
4945
|
constructor(httpClient, basePath, configuration) {
|
|
4979
4946
|
this.httpClient = httpClient;
|
|
4980
|
-
this.basePath = 'https://
|
|
4947
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4981
4948
|
this.defaultHeaders = new HttpHeaders();
|
|
4982
4949
|
this.configuration = new Configuration();
|
|
4983
4950
|
if (basePath) {
|
|
@@ -5143,7 +5110,7 @@ ReportingControllerService = __decorate([
|
|
|
5143
5110
|
let SliceXControllerService = class SliceXControllerService {
|
|
5144
5111
|
constructor(httpClient, basePath, configuration) {
|
|
5145
5112
|
this.httpClient = httpClient;
|
|
5146
|
-
this.basePath = 'https://
|
|
5113
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5147
5114
|
this.defaultHeaders = new HttpHeaders();
|
|
5148
5115
|
this.configuration = new Configuration();
|
|
5149
5116
|
if (basePath) {
|
|
@@ -5310,7 +5277,7 @@ SliceXControllerService = __decorate([
|
|
|
5310
5277
|
let StrategyControllerService = class StrategyControllerService {
|
|
5311
5278
|
constructor(httpClient, basePath, configuration) {
|
|
5312
5279
|
this.httpClient = httpClient;
|
|
5313
|
-
this.basePath = 'https://
|
|
5280
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5314
5281
|
this.defaultHeaders = new HttpHeaders();
|
|
5315
5282
|
this.configuration = new Configuration();
|
|
5316
5283
|
if (basePath) {
|
|
@@ -5925,7 +5892,7 @@ StrategyControllerService = __decorate([
|
|
|
5925
5892
|
let UILoggerControllerService = class UILoggerControllerService {
|
|
5926
5893
|
constructor(httpClient, basePath, configuration) {
|
|
5927
5894
|
this.httpClient = httpClient;
|
|
5928
|
-
this.basePath = 'https://
|
|
5895
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5929
5896
|
this.defaultHeaders = new HttpHeaders();
|
|
5930
5897
|
this.configuration = new Configuration();
|
|
5931
5898
|
if (basePath) {
|
|
@@ -6013,7 +5980,7 @@ UILoggerControllerService = __decorate([
|
|
|
6013
5980
|
let UserPreferenceControllerService = class UserPreferenceControllerService {
|
|
6014
5981
|
constructor(httpClient, basePath, configuration) {
|
|
6015
5982
|
this.httpClient = httpClient;
|
|
6016
|
-
this.basePath = 'https://
|
|
5983
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6017
5984
|
this.defaultHeaders = new HttpHeaders();
|
|
6018
5985
|
this.configuration = new Configuration();
|
|
6019
5986
|
if (basePath) {
|
|
@@ -6288,14 +6255,6 @@ var AudienceESDTO;
|
|
|
6288
6255
|
};
|
|
6289
6256
|
})(AudienceESDTO || (AudienceESDTO = {}));
|
|
6290
6257
|
|
|
6291
|
-
var AudiencePerformanceDTO;
|
|
6292
|
-
(function (AudiencePerformanceDTO) {
|
|
6293
|
-
AudiencePerformanceDTO.GenderEnum = {
|
|
6294
|
-
MALE: 'MALE',
|
|
6295
|
-
FEMALE: 'FEMALE'
|
|
6296
|
-
};
|
|
6297
|
-
})(AudiencePerformanceDTO || (AudiencePerformanceDTO = {}));
|
|
6298
|
-
|
|
6299
6258
|
/**
|
|
6300
6259
|
* Api Documentation
|
|
6301
6260
|
* Api Documentation
|
|
@@ -7054,5 +7013,5 @@ ApiModule = ApiModule_1 = __decorate([
|
|
|
7054
7013
|
* Generated bundle index. Do not edit.
|
|
7055
7014
|
*/
|
|
7056
7015
|
|
|
7057
|
-
export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO,
|
|
7016
|
+
export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, 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, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
|
|
7058
7017
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|