@revxui/api-clients-ts 0.10.168 → 0.10.172
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 +48 -4
- package/api/creativeSetsController.service.d.ts +4 -4
- package/bundles/revxui-api-clients-ts.umd.js +193 -53
- 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/appsFlyerAudienceController.service.js +2 -2
- package/esm2015/api/audienceController.service.js +124 -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/dashboardController.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/apiListResponseCreativeSetsListDashboardData.js +1 -0
- package/esm2015/model/apiResponseObjectApiListResponseAudienceESDTO.js +1 -0
- package/esm2015/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +1 -0
- package/esm2015/model/audienceBackFilledStats.js +12 -0
- package/esm2015/model/audienceDTO.js +13 -1
- package/esm2015/model/audienceESDTO.js +16 -1
- package/esm2015/model/creativePerformanceData.js +1 -1
- package/esm2015/model/creativeSetResponse.js +1 -16
- package/esm2015/model/creativeSetsListDashboardData.js +16 -0
- package/esm2015/model/dashboardData.js +1 -1
- package/esm2015/model/dashboardMetrics.js +1 -1
- package/esm2015/model/models.js +3 -3
- package/esm2015/model/ruleComponentDTO.js +1 -1
- package/esm2015/model/slicexData.js +1 -1
- package/esm2015/model/slicexGridData.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/appsFlyerAudienceController.service.js +2 -2
- package/esm5/api/audienceController.service.js +130 -2
- 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/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/apiListResponseCreativeSetsListDashboardData.js +1 -0
- package/esm5/model/apiResponseObjectApiListResponseAudienceESDTO.js +1 -0
- package/esm5/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +1 -0
- package/esm5/model/audienceBackFilledStats.js +12 -0
- package/esm5/model/audienceDTO.js +13 -1
- package/esm5/model/audienceESDTO.js +16 -1
- package/esm5/model/creativePerformanceData.js +1 -1
- package/esm5/model/creativeSetResponse.js +1 -16
- package/esm5/model/creativeSetsListDashboardData.js +16 -0
- package/esm5/model/dashboardData.js +1 -1
- package/esm5/model/dashboardMetrics.js +1 -1
- package/esm5/model/models.js +3 -3
- package/esm5/model/ruleComponentDTO.js +1 -1
- package/esm5/model/slicexData.js +1 -1
- package/esm5/model/slicexGridData.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +189 -55
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +195 -55
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/{apiListResponseListAudienceESDTO.d.ts → apiListResponseAudienceESDTO.d.ts} +2 -2
- package/model/{apiListResponseCreativeSetDashboardMetric.d.ts → apiListResponseCreativeSetsListDashboardData.d.ts} +3 -3
- package/model/{apiResponseObjectApiListResponseListAudienceESDTO.d.ts → apiResponseObjectApiListResponseAudienceESDTO.d.ts} +3 -3
- package/model/{apiResponseObjectApiListResponseCreativeSetDashboardMetric.d.ts → apiResponseObjectApiListResponseCreativeSetsListDashboardData.d.ts} +3 -3
- package/model/audienceBackFilledStats.d.ts +21 -0
- package/model/audienceDTO.d.ts +23 -0
- package/model/audienceESDTO.d.ts +17 -0
- package/model/creativePerformanceData.d.ts +0 -3
- package/model/creativeSetDetails.d.ts +10 -10
- package/model/creativeSetRequest.d.ts +10 -10
- package/model/creativeSetResponse.d.ts +0 -18
- package/model/{creativeSetDashboardMetric.d.ts → creativeSetsListDashboardData.d.ts} +5 -3
- package/model/dashboardData.d.ts +2 -0
- package/model/dashboardMetrics.d.ts +2 -0
- package/model/models.d.ts +6 -5
- package/model/ruleComponentDTO.d.ts +1 -0
- package/model/slicexData.d.ts +2 -0
- package/model/slicexGridData.d.ts +2 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiListResponseCreativeSetDashboardMetric.js +0 -1
- package/esm2015/model/apiListResponseListAudienceESDTO.js +0 -1
- package/esm2015/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +0 -1
- package/esm2015/model/apiResponseObjectApiListResponseListAudienceESDTO.js +0 -1
- package/esm2015/model/creativeSetDashboardMetric.js +0 -16
- package/esm5/model/apiListResponseCreativeSetDashboardMetric.js +0 -1
- package/esm5/model/apiListResponseListAudienceESDTO.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponseListAudienceESDTO.js +0 -1
- package/esm5/model/creativeSetDashboardMetric.js +0 -16
|
@@ -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://localhost:10045';
|
|
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://localhost:10045';
|
|
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://localhost:10045';
|
|
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 AppsFlyerAudienceControllerService = class AppsFlyerAudienceControllerService {
|
|
838
838
|
constructor(httpClient, basePath, configuration) {
|
|
839
839
|
this.httpClient = httpClient;
|
|
840
|
-
this.basePath = 'https://
|
|
840
|
+
this.basePath = 'https://localhost:10045';
|
|
841
841
|
this.defaultHeaders = new HttpHeaders();
|
|
842
842
|
this.configuration = new Configuration();
|
|
843
843
|
if (basePath) {
|
|
@@ -988,7 +988,7 @@ AppsFlyerAudienceControllerService = __decorate([
|
|
|
988
988
|
let AudienceControllerService = class AudienceControllerService {
|
|
989
989
|
constructor(httpClient, basePath, configuration) {
|
|
990
990
|
this.httpClient = httpClient;
|
|
991
|
-
this.basePath = 'https://
|
|
991
|
+
this.basePath = 'https://localhost:10045';
|
|
992
992
|
this.defaultHeaders = new HttpHeaders();
|
|
993
993
|
this.configuration = new Configuration();
|
|
994
994
|
if (basePath) {
|
|
@@ -1047,6 +1047,71 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
1047
1047
|
reportProgress: reportProgress
|
|
1048
1048
|
});
|
|
1049
1049
|
}
|
|
1050
|
+
activateBackfillRuleUsingGET(id, queryID, reqId, token, observe = 'body', reportProgress = false) {
|
|
1051
|
+
if (id === null || id === undefined) {
|
|
1052
|
+
throw new Error('Required parameter id was null or undefined when calling activateBackfillRuleUsingGET.');
|
|
1053
|
+
}
|
|
1054
|
+
if (queryID === null || queryID === undefined) {
|
|
1055
|
+
throw new Error('Required parameter queryID was null or undefined when calling activateBackfillRuleUsingGET.');
|
|
1056
|
+
}
|
|
1057
|
+
let headers = this.defaultHeaders;
|
|
1058
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1059
|
+
headers = headers.set('reqId', String(reqId));
|
|
1060
|
+
}
|
|
1061
|
+
if (token !== undefined && token !== null) {
|
|
1062
|
+
headers = headers.set('token', String(token));
|
|
1063
|
+
}
|
|
1064
|
+
// to determine the Accept header
|
|
1065
|
+
let httpHeaderAccepts = [
|
|
1066
|
+
'*/*'
|
|
1067
|
+
];
|
|
1068
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1069
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1070
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1071
|
+
}
|
|
1072
|
+
// to determine the Content-Type header
|
|
1073
|
+
const consumes = [];
|
|
1074
|
+
return this.httpClient.get(`${this.basePath}/v2/api/audience/${encodeURIComponent(String(id))}/${encodeURIComponent(String(queryID))}`, {
|
|
1075
|
+
withCredentials: this.configuration.withCredentials,
|
|
1076
|
+
headers: headers,
|
|
1077
|
+
observe: observe,
|
|
1078
|
+
reportProgress: reportProgress
|
|
1079
|
+
});
|
|
1080
|
+
}
|
|
1081
|
+
addBackfillRuleUsingPOST(audience, reqId, token, observe = 'body', reportProgress = false) {
|
|
1082
|
+
if (audience === null || audience === undefined) {
|
|
1083
|
+
throw new Error('Required parameter audience was null or undefined when calling addBackfillRuleUsingPOST.');
|
|
1084
|
+
}
|
|
1085
|
+
let headers = this.defaultHeaders;
|
|
1086
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1087
|
+
headers = headers.set('reqId', String(reqId));
|
|
1088
|
+
}
|
|
1089
|
+
if (token !== undefined && token !== null) {
|
|
1090
|
+
headers = headers.set('token', String(token));
|
|
1091
|
+
}
|
|
1092
|
+
// to determine the Accept header
|
|
1093
|
+
let httpHeaderAccepts = [
|
|
1094
|
+
'application/json'
|
|
1095
|
+
];
|
|
1096
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1097
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1098
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1099
|
+
}
|
|
1100
|
+
// to determine the Content-Type header
|
|
1101
|
+
const consumes = [
|
|
1102
|
+
'application/json'
|
|
1103
|
+
];
|
|
1104
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1105
|
+
if (httpContentTypeSelected != undefined) {
|
|
1106
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1107
|
+
}
|
|
1108
|
+
return this.httpClient.post(`${this.basePath}/v2/api/audience/addbackfillrule`, audience, {
|
|
1109
|
+
withCredentials: this.configuration.withCredentials,
|
|
1110
|
+
headers: headers,
|
|
1111
|
+
observe: observe,
|
|
1112
|
+
reportProgress: reportProgress
|
|
1113
|
+
});
|
|
1114
|
+
}
|
|
1050
1115
|
checkConnectionUsingPOST(config, reqId, token, observe = 'body', reportProgress = false) {
|
|
1051
1116
|
if (config === null || config === undefined) {
|
|
1052
1117
|
throw new Error('Required parameter config was null or undefined when calling checkConnectionUsingPOST.');
|
|
@@ -1301,6 +1366,63 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
1301
1366
|
reportProgress: reportProgress
|
|
1302
1367
|
});
|
|
1303
1368
|
}
|
|
1369
|
+
getChartDataUsingPOST(audienceType, dashboardRequest, id, metric, refresh, reqId, token, observe = 'body', reportProgress = false) {
|
|
1370
|
+
if (audienceType === null || audienceType === undefined) {
|
|
1371
|
+
throw new Error('Required parameter audienceType was null or undefined when calling getChartDataUsingPOST.');
|
|
1372
|
+
}
|
|
1373
|
+
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
1374
|
+
throw new Error('Required parameter dashboardRequest was null or undefined when calling getChartDataUsingPOST.');
|
|
1375
|
+
}
|
|
1376
|
+
if (id === null || id === undefined) {
|
|
1377
|
+
throw new Error('Required parameter id was null or undefined when calling getChartDataUsingPOST.');
|
|
1378
|
+
}
|
|
1379
|
+
if (metric === null || metric === undefined) {
|
|
1380
|
+
throw new Error('Required parameter metric was null or undefined when calling getChartDataUsingPOST.');
|
|
1381
|
+
}
|
|
1382
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
1383
|
+
if (audienceType !== undefined && audienceType !== null) {
|
|
1384
|
+
queryParameters = queryParameters.set('audienceType', audienceType);
|
|
1385
|
+
}
|
|
1386
|
+
if (id !== undefined && id !== null) {
|
|
1387
|
+
queryParameters = queryParameters.set('id', id);
|
|
1388
|
+
}
|
|
1389
|
+
if (metric !== undefined && metric !== null) {
|
|
1390
|
+
queryParameters = queryParameters.set('metric', metric);
|
|
1391
|
+
}
|
|
1392
|
+
if (refresh !== undefined && refresh !== null) {
|
|
1393
|
+
queryParameters = queryParameters.set('refresh', refresh);
|
|
1394
|
+
}
|
|
1395
|
+
let headers = this.defaultHeaders;
|
|
1396
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1397
|
+
headers = headers.set('reqId', String(reqId));
|
|
1398
|
+
}
|
|
1399
|
+
if (token !== undefined && token !== null) {
|
|
1400
|
+
headers = headers.set('token', String(token));
|
|
1401
|
+
}
|
|
1402
|
+
// to determine the Accept header
|
|
1403
|
+
let httpHeaderAccepts = [
|
|
1404
|
+
'application/json'
|
|
1405
|
+
];
|
|
1406
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1407
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1408
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1409
|
+
}
|
|
1410
|
+
// to determine the Content-Type header
|
|
1411
|
+
const consumes = [
|
|
1412
|
+
'application/json'
|
|
1413
|
+
];
|
|
1414
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1415
|
+
if (httpContentTypeSelected != undefined) {
|
|
1416
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1417
|
+
}
|
|
1418
|
+
return this.httpClient.post(`${this.basePath}/v2/api/audience/chart`, dashboardRequest, {
|
|
1419
|
+
params: queryParameters,
|
|
1420
|
+
withCredentials: this.configuration.withCredentials,
|
|
1421
|
+
headers: headers,
|
|
1422
|
+
observe: observe,
|
|
1423
|
+
reportProgress: reportProgress
|
|
1424
|
+
});
|
|
1425
|
+
}
|
|
1304
1426
|
getMetaRulesUsingGET(reqId, token, observe = 'body', reportProgress = false) {
|
|
1305
1427
|
let headers = this.defaultHeaders;
|
|
1306
1428
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -1483,7 +1605,7 @@ AudienceControllerService = __decorate([
|
|
|
1483
1605
|
let AuditControllerService = class AuditControllerService {
|
|
1484
1606
|
constructor(httpClient, basePath, configuration) {
|
|
1485
1607
|
this.httpClient = httpClient;
|
|
1486
|
-
this.basePath = 'https://
|
|
1608
|
+
this.basePath = 'https://localhost:10045';
|
|
1487
1609
|
this.defaultHeaders = new HttpHeaders();
|
|
1488
1610
|
this.configuration = new Configuration();
|
|
1489
1611
|
if (basePath) {
|
|
@@ -1664,7 +1786,7 @@ AuditControllerService = __decorate([
|
|
|
1664
1786
|
let BulkStrategyControllerService = class BulkStrategyControllerService {
|
|
1665
1787
|
constructor(httpClient, basePath, configuration) {
|
|
1666
1788
|
this.httpClient = httpClient;
|
|
1667
|
-
this.basePath = 'https://
|
|
1789
|
+
this.basePath = 'https://localhost:10045';
|
|
1668
1790
|
this.defaultHeaders = new HttpHeaders();
|
|
1669
1791
|
this.configuration = new Configuration();
|
|
1670
1792
|
if (basePath) {
|
|
@@ -1885,7 +2007,7 @@ BulkStrategyControllerService = __decorate([
|
|
|
1885
2007
|
let CSSThemeController_Service = class CSSThemeController_Service {
|
|
1886
2008
|
constructor(httpClient, basePath, configuration) {
|
|
1887
2009
|
this.httpClient = httpClient;
|
|
1888
|
-
this.basePath = 'https://
|
|
2010
|
+
this.basePath = 'https://localhost:10045';
|
|
1889
2011
|
this.defaultHeaders = new HttpHeaders();
|
|
1890
2012
|
this.configuration = new Configuration();
|
|
1891
2013
|
if (basePath) {
|
|
@@ -1990,7 +2112,7 @@ CSSThemeController_Service = __decorate([
|
|
|
1990
2112
|
let CampaignControllerService = class CampaignControllerService {
|
|
1991
2113
|
constructor(httpClient, basePath, configuration) {
|
|
1992
2114
|
this.httpClient = httpClient;
|
|
1993
|
-
this.basePath = 'https://
|
|
2115
|
+
this.basePath = 'https://localhost:10045';
|
|
1994
2116
|
this.defaultHeaders = new HttpHeaders();
|
|
1995
2117
|
this.configuration = new Configuration();
|
|
1996
2118
|
if (basePath) {
|
|
@@ -2261,7 +2383,7 @@ CampaignControllerService = __decorate([
|
|
|
2261
2383
|
let CatalogControllerService = class CatalogControllerService {
|
|
2262
2384
|
constructor(httpClient, basePath, configuration) {
|
|
2263
2385
|
this.httpClient = httpClient;
|
|
2264
|
-
this.basePath = 'https://
|
|
2386
|
+
this.basePath = 'https://localhost:10045';
|
|
2265
2387
|
this.defaultHeaders = new HttpHeaders();
|
|
2266
2388
|
this.configuration = new Configuration();
|
|
2267
2389
|
if (basePath) {
|
|
@@ -2491,7 +2613,7 @@ CatalogControllerService = __decorate([
|
|
|
2491
2613
|
let ClickDestinationControllerService = class ClickDestinationControllerService {
|
|
2492
2614
|
constructor(httpClient, basePath, configuration) {
|
|
2493
2615
|
this.httpClient = httpClient;
|
|
2494
|
-
this.basePath = 'https://
|
|
2616
|
+
this.basePath = 'https://localhost:10045';
|
|
2495
2617
|
this.defaultHeaders = new HttpHeaders();
|
|
2496
2618
|
this.configuration = new Configuration();
|
|
2497
2619
|
if (basePath) {
|
|
@@ -2728,7 +2850,7 @@ ClickDestinationControllerService = __decorate([
|
|
|
2728
2850
|
let CreativeControllerService = class CreativeControllerService {
|
|
2729
2851
|
constructor(httpClient, basePath, configuration) {
|
|
2730
2852
|
this.httpClient = httpClient;
|
|
2731
|
-
this.basePath = 'https://
|
|
2853
|
+
this.basePath = 'https://localhost:10045';
|
|
2732
2854
|
this.defaultHeaders = new HttpHeaders();
|
|
2733
2855
|
this.configuration = new Configuration();
|
|
2734
2856
|
if (basePath) {
|
|
@@ -3189,7 +3311,7 @@ CreativeControllerService = __decorate([
|
|
|
3189
3311
|
let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
3190
3312
|
constructor(httpClient, basePath, configuration) {
|
|
3191
3313
|
this.httpClient = httpClient;
|
|
3192
|
-
this.basePath = 'https://
|
|
3314
|
+
this.basePath = 'https://localhost:10045';
|
|
3193
3315
|
this.defaultHeaders = new HttpHeaders();
|
|
3194
3316
|
this.configuration = new Configuration();
|
|
3195
3317
|
if (basePath) {
|
|
@@ -3511,7 +3633,7 @@ CreativeSetsControllerService = __decorate([
|
|
|
3511
3633
|
let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
|
|
3512
3634
|
constructor(httpClient, basePath, configuration) {
|
|
3513
3635
|
this.httpClient = httpClient;
|
|
3514
|
-
this.basePath = 'https://
|
|
3636
|
+
this.basePath = 'https://localhost:10045';
|
|
3515
3637
|
this.defaultHeaders = new HttpHeaders();
|
|
3516
3638
|
this.configuration = new Configuration();
|
|
3517
3639
|
if (basePath) {
|
|
@@ -3692,7 +3814,7 @@ CreativeTemplateThemesControllerService = __decorate([
|
|
|
3692
3814
|
let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
|
|
3693
3815
|
constructor(httpClient, basePath, configuration) {
|
|
3694
3816
|
this.httpClient = httpClient;
|
|
3695
|
-
this.basePath = 'https://
|
|
3817
|
+
this.basePath = 'https://localhost:10045';
|
|
3696
3818
|
this.defaultHeaders = new HttpHeaders();
|
|
3697
3819
|
this.configuration = new Configuration();
|
|
3698
3820
|
if (basePath) {
|
|
@@ -3766,7 +3888,7 @@ CreativeTemplateVariablesControllerService = __decorate([
|
|
|
3766
3888
|
let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
|
|
3767
3889
|
constructor(httpClient, basePath, configuration) {
|
|
3768
3890
|
this.httpClient = httpClient;
|
|
3769
|
-
this.basePath = 'https://
|
|
3891
|
+
this.basePath = 'https://localhost:10045';
|
|
3770
3892
|
this.defaultHeaders = new HttpHeaders();
|
|
3771
3893
|
this.configuration = new Configuration();
|
|
3772
3894
|
if (basePath) {
|
|
@@ -3927,7 +4049,7 @@ CreativeTemplatesControllerService = __decorate([
|
|
|
3927
4049
|
let DashboardControllerService = class DashboardControllerService {
|
|
3928
4050
|
constructor(httpClient, basePath, configuration) {
|
|
3929
4051
|
this.httpClient = httpClient;
|
|
3930
|
-
this.basePath = 'https://
|
|
4052
|
+
this.basePath = 'https://localhost:10045';
|
|
3931
4053
|
this.defaultHeaders = new HttpHeaders();
|
|
3932
4054
|
this.configuration = new Configuration();
|
|
3933
4055
|
if (basePath) {
|
|
@@ -4511,7 +4633,7 @@ DashboardControllerService = __decorate([
|
|
|
4511
4633
|
let PixelControllerService = class PixelControllerService {
|
|
4512
4634
|
constructor(httpClient, basePath, configuration) {
|
|
4513
4635
|
this.httpClient = httpClient;
|
|
4514
|
-
this.basePath = 'https://
|
|
4636
|
+
this.basePath = 'https://localhost:10045';
|
|
4515
4637
|
this.defaultHeaders = new HttpHeaders();
|
|
4516
4638
|
this.configuration = new Configuration();
|
|
4517
4639
|
if (basePath) {
|
|
@@ -4823,7 +4945,7 @@ PixelControllerService = __decorate([
|
|
|
4823
4945
|
let ReportingControllerService = class ReportingControllerService {
|
|
4824
4946
|
constructor(httpClient, basePath, configuration) {
|
|
4825
4947
|
this.httpClient = httpClient;
|
|
4826
|
-
this.basePath = 'https://
|
|
4948
|
+
this.basePath = 'https://localhost:10045';
|
|
4827
4949
|
this.defaultHeaders = new HttpHeaders();
|
|
4828
4950
|
this.configuration = new Configuration();
|
|
4829
4951
|
if (basePath) {
|
|
@@ -4989,7 +5111,7 @@ ReportingControllerService = __decorate([
|
|
|
4989
5111
|
let SliceXControllerService = class SliceXControllerService {
|
|
4990
5112
|
constructor(httpClient, basePath, configuration) {
|
|
4991
5113
|
this.httpClient = httpClient;
|
|
4992
|
-
this.basePath = 'https://
|
|
5114
|
+
this.basePath = 'https://localhost:10045';
|
|
4993
5115
|
this.defaultHeaders = new HttpHeaders();
|
|
4994
5116
|
this.configuration = new Configuration();
|
|
4995
5117
|
if (basePath) {
|
|
@@ -5156,7 +5278,7 @@ SliceXControllerService = __decorate([
|
|
|
5156
5278
|
let StrategyControllerService = class StrategyControllerService {
|
|
5157
5279
|
constructor(httpClient, basePath, configuration) {
|
|
5158
5280
|
this.httpClient = httpClient;
|
|
5159
|
-
this.basePath = 'https://
|
|
5281
|
+
this.basePath = 'https://localhost:10045';
|
|
5160
5282
|
this.defaultHeaders = new HttpHeaders();
|
|
5161
5283
|
this.configuration = new Configuration();
|
|
5162
5284
|
if (basePath) {
|
|
@@ -5608,7 +5730,7 @@ StrategyControllerService = __decorate([
|
|
|
5608
5730
|
let UILoggerControllerService = class UILoggerControllerService {
|
|
5609
5731
|
constructor(httpClient, basePath, configuration) {
|
|
5610
5732
|
this.httpClient = httpClient;
|
|
5611
|
-
this.basePath = 'https://
|
|
5733
|
+
this.basePath = 'https://localhost:10045';
|
|
5612
5734
|
this.defaultHeaders = new HttpHeaders();
|
|
5613
5735
|
this.configuration = new Configuration();
|
|
5614
5736
|
if (basePath) {
|
|
@@ -5696,7 +5818,7 @@ UILoggerControllerService = __decorate([
|
|
|
5696
5818
|
let UserPreferenceControllerService = class UserPreferenceControllerService {
|
|
5697
5819
|
constructor(httpClient, basePath, configuration) {
|
|
5698
5820
|
this.httpClient = httpClient;
|
|
5699
|
-
this.basePath = 'https://
|
|
5821
|
+
this.basePath = 'https://localhost:10045';
|
|
5700
5822
|
this.defaultHeaders = new HttpHeaders();
|
|
5701
5823
|
this.configuration = new Configuration();
|
|
5702
5824
|
if (basePath) {
|
|
@@ -5923,6 +6045,18 @@ var AuctionTypeEditField;
|
|
|
5923
6045
|
|
|
5924
6046
|
var AudienceDTO;
|
|
5925
6047
|
(function (AudienceDTO) {
|
|
6048
|
+
AudienceDTO.AudienceTypeEnum = {
|
|
6049
|
+
WEBBROWSING: 'WEB_BROWSING',
|
|
6050
|
+
MOBILEAPP: 'MOBILE_APP',
|
|
6051
|
+
DMP: 'DMP',
|
|
6052
|
+
CRM: 'CRM',
|
|
6053
|
+
RULEBASED: 'RULE_BASED',
|
|
6054
|
+
RULEBASEDBACKFILL: 'RULE_BASED_BACKFILL',
|
|
6055
|
+
CRMEMAIL: 'CRM_EMAIL',
|
|
6056
|
+
CRMPHONE: 'CRM_PHONE',
|
|
6057
|
+
LOOKALIKEAUDIENCE: 'LOOKALIKE_AUDIENCE',
|
|
6058
|
+
FACEBOOKID: 'FACEBOOK_ID'
|
|
6059
|
+
};
|
|
5926
6060
|
AudienceDTO.DurationUnitEnum = {
|
|
5927
6061
|
MINUTE: 'MINUTE',
|
|
5928
6062
|
HOUR: 'HOUR',
|
|
@@ -5932,6 +6066,33 @@ var AudienceDTO;
|
|
|
5932
6066
|
};
|
|
5933
6067
|
})(AudienceDTO || (AudienceDTO = {}));
|
|
5934
6068
|
|
|
6069
|
+
/**
|
|
6070
|
+
* Api Documentation
|
|
6071
|
+
* Api Documentation
|
|
6072
|
+
*
|
|
6073
|
+
* OpenAPI spec version: 1.0
|
|
6074
|
+
*
|
|
6075
|
+
*
|
|
6076
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6077
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6078
|
+
* Do not edit the class manually.
|
|
6079
|
+
*/
|
|
6080
|
+
var AudienceESDTO;
|
|
6081
|
+
(function (AudienceESDTO) {
|
|
6082
|
+
AudienceESDTO.AudienceTypeEnum = {
|
|
6083
|
+
WEBBROWSING: 'WEB_BROWSING',
|
|
6084
|
+
MOBILEAPP: 'MOBILE_APP',
|
|
6085
|
+
DMP: 'DMP',
|
|
6086
|
+
CRM: 'CRM',
|
|
6087
|
+
RULEBASED: 'RULE_BASED',
|
|
6088
|
+
RULEBASEDBACKFILL: 'RULE_BASED_BACKFILL',
|
|
6089
|
+
CRMEMAIL: 'CRM_EMAIL',
|
|
6090
|
+
CRMPHONE: 'CRM_PHONE',
|
|
6091
|
+
LOOKALIKEAUDIENCE: 'LOOKALIKE_AUDIENCE',
|
|
6092
|
+
FACEBOOKID: 'FACEBOOK_ID'
|
|
6093
|
+
};
|
|
6094
|
+
})(AudienceESDTO || (AudienceESDTO = {}));
|
|
6095
|
+
|
|
5935
6096
|
var ClickDestination;
|
|
5936
6097
|
(function (ClickDestination) {
|
|
5937
6098
|
ClickDestination.CampaignTypeEnum = {
|
|
@@ -6078,22 +6239,6 @@ var CreativeHtmlFileForSet;
|
|
|
6078
6239
|
};
|
|
6079
6240
|
})(CreativeHtmlFileForSet || (CreativeHtmlFileForSet = {}));
|
|
6080
6241
|
|
|
6081
|
-
var CreativeSetDashboardMetric;
|
|
6082
|
-
(function (CreativeSetDashboardMetric) {
|
|
6083
|
-
CreativeSetDashboardMetric.CreativeSetTypeEnum = {
|
|
6084
|
-
IMAGE: 'IMAGE',
|
|
6085
|
-
VIDEO: 'VIDEO',
|
|
6086
|
-
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
6087
|
-
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
6088
|
-
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
6089
|
-
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
6090
|
-
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6091
|
-
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6092
|
-
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6093
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6094
|
-
};
|
|
6095
|
-
})(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
|
|
6096
|
-
|
|
6097
6242
|
var CreativeSetDetails;
|
|
6098
6243
|
(function (CreativeSetDetails) {
|
|
6099
6244
|
CreativeSetDetails.TypeEnum = {
|
|
@@ -6126,20 +6271,9 @@ var CreativeSetRequest;
|
|
|
6126
6271
|
};
|
|
6127
6272
|
})(CreativeSetRequest || (CreativeSetRequest = {}));
|
|
6128
6273
|
|
|
6129
|
-
|
|
6130
|
-
|
|
6131
|
-
|
|
6132
|
-
*
|
|
6133
|
-
* OpenAPI spec version: 1.0
|
|
6134
|
-
*
|
|
6135
|
-
*
|
|
6136
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6137
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
6138
|
-
* Do not edit the class manually.
|
|
6139
|
-
*/
|
|
6140
|
-
var CreativeSetResponse;
|
|
6141
|
-
(function (CreativeSetResponse) {
|
|
6142
|
-
CreativeSetResponse.OtherCreativeSetTypeEnum = {
|
|
6274
|
+
var CreativeSetsListDashboardData;
|
|
6275
|
+
(function (CreativeSetsListDashboardData) {
|
|
6276
|
+
CreativeSetsListDashboardData.CreativeSetTypeEnum = {
|
|
6143
6277
|
IMAGE: 'IMAGE',
|
|
6144
6278
|
VIDEO: 'VIDEO',
|
|
6145
6279
|
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
@@ -6151,7 +6285,7 @@ var CreativeSetResponse;
|
|
|
6151
6285
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6152
6286
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6153
6287
|
};
|
|
6154
|
-
})(
|
|
6288
|
+
})(CreativeSetsListDashboardData || (CreativeSetsListDashboardData = {}));
|
|
6155
6289
|
|
|
6156
6290
|
/**
|
|
6157
6291
|
* Api Documentation
|
|
@@ -6624,5 +6758,5 @@ ApiModule = ApiModule_1 = __decorate([
|
|
|
6624
6758
|
* Generated bundle index. Do not edit.
|
|
6625
6759
|
*/
|
|
6626
6760
|
|
|
6627
|
-
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,
|
|
6761
|
+
export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerAudienceControllerService, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, 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 };
|
|
6628
6762
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|