@revxui/api-clients-ts 0.10.178 → 0.10.182
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 -48
- package/api/dashboardController.service.d.ts +24 -24
- package/api/sliceXController.service.d.ts +6 -6
- package/bundles/revxui-api-clients-ts.umd.js +23 -204
- 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 +2 -124
- 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/apiListResponseListAudienceESDTO.js +1 -0
- package/esm2015/model/apiResponseObjectApiListResponseListAudienceESDTO.js +1 -0
- package/esm2015/model/audienceDTO.js +1 -20
- package/esm2015/model/audienceESDTO.js +1 -16
- package/esm2015/model/campaignESDTO.js +1 -1
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeSetDashboardMetric.js +1 -1
- package/esm2015/model/creativeSetDetails.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/ruleComponentDTO.js +1 -1
- package/esm2015/model/ruleDTO.js +1 -8
- package/esm2015/model/slicexData.js +1 -1
- package/esm2015/model/slicexGridData.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/appsFlyerAudienceController.service.js +2 -2
- package/esm5/api/audienceController.service.js +2 -130
- 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/apiListResponseListAudienceESDTO.js +1 -0
- package/esm5/model/apiResponseObjectApiListResponseListAudienceESDTO.js +1 -0
- package/esm5/model/audienceDTO.js +1 -20
- package/esm5/model/audienceESDTO.js +1 -16
- package/esm5/model/campaignESDTO.js +1 -1
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeSetDashboardMetric.js +1 -1
- package/esm5/model/creativeSetDetails.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/ruleComponentDTO.js +1 -1
- package/esm5/model/ruleDTO.js +1 -8
- package/esm5/model/slicexData.js +1 -1
- package/esm5/model/slicexGridData.js +1 -1
- package/esm5/model/strategyDTO.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +24 -199
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +24 -205
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/{apiListResponseAudienceESDTO.d.ts → apiListResponseListAudienceESDTO.d.ts} +2 -2
- package/model/{apiResponseObjectApiListResponseAudienceESDTO.d.ts → apiResponseObjectApiListResponseListAudienceESDTO.d.ts} +3 -3
- package/model/audienceDTO.d.ts +5 -40
- package/model/audienceESDTO.d.ts +0 -17
- package/model/campaignESDTO.d.ts +1 -0
- package/model/creativeDTO.d.ts +2 -0
- package/model/creativeSetDashboardMetric.d.ts +2 -2
- package/model/creativeSetDetails.d.ts +2 -0
- package/model/dashboardData.d.ts +0 -2
- package/model/dashboardMetrics.d.ts +0 -2
- package/model/models.d.ts +2 -3
- package/model/ruleComponentDTO.d.ts +0 -1
- package/model/ruleDTO.d.ts +0 -10
- package/model/slicexData.d.ts +0 -2
- package/model/slicexGridData.d.ts +0 -2
- package/model/strategyDTO.d.ts +1 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiListResponseAudienceESDTO.js +0 -1
- package/esm2015/model/apiResponseObjectApiListResponseAudienceESDTO.js +0 -1
- package/esm2015/model/audienceBackFilledStats.js +0 -12
- package/esm5/model/apiListResponseAudienceESDTO.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponseAudienceESDTO.js +0 -1
- package/esm5/model/audienceBackFilledStats.js +0 -12
- package/model/audienceBackFilledStats.d.ts +0 -21
|
@@ -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 AppsFlyerAudienceControllerService = class AppsFlyerAudienceControllerService {
|
|
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) {
|
|
@@ -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://apiv2stage3.atomex.net';
|
|
992
992
|
this.defaultHeaders = new HttpHeaders();
|
|
993
993
|
this.configuration = new Configuration();
|
|
994
994
|
if (basePath) {
|
|
@@ -1047,71 +1047,6 @@ 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
|
-
}
|
|
1115
1050
|
checkConnectionUsingPOST(config, reqId, token, observe = 'body', reportProgress = false) {
|
|
1116
1051
|
if (config === null || config === undefined) {
|
|
1117
1052
|
throw new Error('Required parameter config was null or undefined when calling checkConnectionUsingPOST.');
|
|
@@ -1357,63 +1292,6 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
1357
1292
|
reportProgress: reportProgress
|
|
1358
1293
|
});
|
|
1359
1294
|
}
|
|
1360
|
-
getChartDataUsingPOST(audienceType, dashboardRequest, id, metric, refresh, reqId, token, observe = 'body', reportProgress = false) {
|
|
1361
|
-
if (audienceType === null || audienceType === undefined) {
|
|
1362
|
-
throw new Error('Required parameter audienceType was null or undefined when calling getChartDataUsingPOST.');
|
|
1363
|
-
}
|
|
1364
|
-
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
1365
|
-
throw new Error('Required parameter dashboardRequest was null or undefined when calling getChartDataUsingPOST.');
|
|
1366
|
-
}
|
|
1367
|
-
if (id === null || id === undefined) {
|
|
1368
|
-
throw new Error('Required parameter id was null or undefined when calling getChartDataUsingPOST.');
|
|
1369
|
-
}
|
|
1370
|
-
if (metric === null || metric === undefined) {
|
|
1371
|
-
throw new Error('Required parameter metric was null or undefined when calling getChartDataUsingPOST.');
|
|
1372
|
-
}
|
|
1373
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
1374
|
-
if (audienceType !== undefined && audienceType !== null) {
|
|
1375
|
-
queryParameters = queryParameters.set('audienceType', audienceType);
|
|
1376
|
-
}
|
|
1377
|
-
if (id !== undefined && id !== null) {
|
|
1378
|
-
queryParameters = queryParameters.set('id', id);
|
|
1379
|
-
}
|
|
1380
|
-
if (metric !== undefined && metric !== null) {
|
|
1381
|
-
queryParameters = queryParameters.set('metric', metric);
|
|
1382
|
-
}
|
|
1383
|
-
if (refresh !== undefined && refresh !== null) {
|
|
1384
|
-
queryParameters = queryParameters.set('refresh', refresh);
|
|
1385
|
-
}
|
|
1386
|
-
let headers = this.defaultHeaders;
|
|
1387
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1388
|
-
headers = headers.set('reqId', String(reqId));
|
|
1389
|
-
}
|
|
1390
|
-
if (token !== undefined && token !== null) {
|
|
1391
|
-
headers = headers.set('token', String(token));
|
|
1392
|
-
}
|
|
1393
|
-
// to determine the Accept header
|
|
1394
|
-
let httpHeaderAccepts = [
|
|
1395
|
-
'application/json'
|
|
1396
|
-
];
|
|
1397
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1398
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1399
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1400
|
-
}
|
|
1401
|
-
// to determine the Content-Type header
|
|
1402
|
-
const consumes = [
|
|
1403
|
-
'application/json'
|
|
1404
|
-
];
|
|
1405
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1406
|
-
if (httpContentTypeSelected != undefined) {
|
|
1407
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1408
|
-
}
|
|
1409
|
-
return this.httpClient.post(`${this.basePath}/v2/api/audience/chart`, dashboardRequest, {
|
|
1410
|
-
params: queryParameters,
|
|
1411
|
-
withCredentials: this.configuration.withCredentials,
|
|
1412
|
-
headers: headers,
|
|
1413
|
-
observe: observe,
|
|
1414
|
-
reportProgress: reportProgress
|
|
1415
|
-
});
|
|
1416
|
-
}
|
|
1417
1295
|
getMetaRulesUsingGET(reqId, token, observe = 'body', reportProgress = false) {
|
|
1418
1296
|
let headers = this.defaultHeaders;
|
|
1419
1297
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -1596,7 +1474,7 @@ AudienceControllerService = __decorate([
|
|
|
1596
1474
|
let AuditControllerService = class AuditControllerService {
|
|
1597
1475
|
constructor(httpClient, basePath, configuration) {
|
|
1598
1476
|
this.httpClient = httpClient;
|
|
1599
|
-
this.basePath = 'https://
|
|
1477
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1600
1478
|
this.defaultHeaders = new HttpHeaders();
|
|
1601
1479
|
this.configuration = new Configuration();
|
|
1602
1480
|
if (basePath) {
|
|
@@ -1777,7 +1655,7 @@ AuditControllerService = __decorate([
|
|
|
1777
1655
|
let BulkStrategyControllerService = class BulkStrategyControllerService {
|
|
1778
1656
|
constructor(httpClient, basePath, configuration) {
|
|
1779
1657
|
this.httpClient = httpClient;
|
|
1780
|
-
this.basePath = 'https://
|
|
1658
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1781
1659
|
this.defaultHeaders = new HttpHeaders();
|
|
1782
1660
|
this.configuration = new Configuration();
|
|
1783
1661
|
if (basePath) {
|
|
@@ -1998,7 +1876,7 @@ BulkStrategyControllerService = __decorate([
|
|
|
1998
1876
|
let CSSThemeController_Service = class CSSThemeController_Service {
|
|
1999
1877
|
constructor(httpClient, basePath, configuration) {
|
|
2000
1878
|
this.httpClient = httpClient;
|
|
2001
|
-
this.basePath = 'https://
|
|
1879
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2002
1880
|
this.defaultHeaders = new HttpHeaders();
|
|
2003
1881
|
this.configuration = new Configuration();
|
|
2004
1882
|
if (basePath) {
|
|
@@ -2103,7 +1981,7 @@ CSSThemeController_Service = __decorate([
|
|
|
2103
1981
|
let CampaignControllerService = class CampaignControllerService {
|
|
2104
1982
|
constructor(httpClient, basePath, configuration) {
|
|
2105
1983
|
this.httpClient = httpClient;
|
|
2106
|
-
this.basePath = 'https://
|
|
1984
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2107
1985
|
this.defaultHeaders = new HttpHeaders();
|
|
2108
1986
|
this.configuration = new Configuration();
|
|
2109
1987
|
if (basePath) {
|
|
@@ -2365,7 +2243,7 @@ CampaignControllerService = __decorate([
|
|
|
2365
2243
|
let CatalogControllerService = class CatalogControllerService {
|
|
2366
2244
|
constructor(httpClient, basePath, configuration) {
|
|
2367
2245
|
this.httpClient = httpClient;
|
|
2368
|
-
this.basePath = 'https://
|
|
2246
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2369
2247
|
this.defaultHeaders = new HttpHeaders();
|
|
2370
2248
|
this.configuration = new Configuration();
|
|
2371
2249
|
if (basePath) {
|
|
@@ -2568,7 +2446,7 @@ CatalogControllerService = __decorate([
|
|
|
2568
2446
|
let ClickDestinationControllerService = class ClickDestinationControllerService {
|
|
2569
2447
|
constructor(httpClient, basePath, configuration) {
|
|
2570
2448
|
this.httpClient = httpClient;
|
|
2571
|
-
this.basePath = 'https://
|
|
2449
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2572
2450
|
this.defaultHeaders = new HttpHeaders();
|
|
2573
2451
|
this.configuration = new Configuration();
|
|
2574
2452
|
if (basePath) {
|
|
@@ -2796,7 +2674,7 @@ ClickDestinationControllerService = __decorate([
|
|
|
2796
2674
|
let CreativeControllerService = class CreativeControllerService {
|
|
2797
2675
|
constructor(httpClient, basePath, configuration) {
|
|
2798
2676
|
this.httpClient = httpClient;
|
|
2799
|
-
this.basePath = 'https://
|
|
2677
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2800
2678
|
this.defaultHeaders = new HttpHeaders();
|
|
2801
2679
|
this.configuration = new Configuration();
|
|
2802
2680
|
if (basePath) {
|
|
@@ -3239,7 +3117,7 @@ CreativeControllerService = __decorate([
|
|
|
3239
3117
|
let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
3240
3118
|
constructor(httpClient, basePath, configuration) {
|
|
3241
3119
|
this.httpClient = httpClient;
|
|
3242
|
-
this.basePath = 'https://
|
|
3120
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3243
3121
|
this.defaultHeaders = new HttpHeaders();
|
|
3244
3122
|
this.configuration = new Configuration();
|
|
3245
3123
|
if (basePath) {
|
|
@@ -3548,7 +3426,7 @@ CreativeSetsControllerService = __decorate([
|
|
|
3548
3426
|
let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
|
|
3549
3427
|
constructor(httpClient, basePath, configuration) {
|
|
3550
3428
|
this.httpClient = httpClient;
|
|
3551
|
-
this.basePath = 'https://
|
|
3429
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3552
3430
|
this.defaultHeaders = new HttpHeaders();
|
|
3553
3431
|
this.configuration = new Configuration();
|
|
3554
3432
|
if (basePath) {
|
|
@@ -3729,7 +3607,7 @@ CreativeTemplateThemesControllerService = __decorate([
|
|
|
3729
3607
|
let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
|
|
3730
3608
|
constructor(httpClient, basePath, configuration) {
|
|
3731
3609
|
this.httpClient = httpClient;
|
|
3732
|
-
this.basePath = 'https://
|
|
3610
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3733
3611
|
this.defaultHeaders = new HttpHeaders();
|
|
3734
3612
|
this.configuration = new Configuration();
|
|
3735
3613
|
if (basePath) {
|
|
@@ -3803,7 +3681,7 @@ CreativeTemplateVariablesControllerService = __decorate([
|
|
|
3803
3681
|
let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
|
|
3804
3682
|
constructor(httpClient, basePath, configuration) {
|
|
3805
3683
|
this.httpClient = httpClient;
|
|
3806
|
-
this.basePath = 'https://
|
|
3684
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3807
3685
|
this.defaultHeaders = new HttpHeaders();
|
|
3808
3686
|
this.configuration = new Configuration();
|
|
3809
3687
|
if (basePath) {
|
|
@@ -3964,7 +3842,7 @@ CreativeTemplatesControllerService = __decorate([
|
|
|
3964
3842
|
let DashboardControllerService = class DashboardControllerService {
|
|
3965
3843
|
constructor(httpClient, basePath, configuration) {
|
|
3966
3844
|
this.httpClient = httpClient;
|
|
3967
|
-
this.basePath = 'https://
|
|
3845
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3968
3846
|
this.defaultHeaders = new HttpHeaders();
|
|
3969
3847
|
this.configuration = new Configuration();
|
|
3970
3848
|
if (basePath) {
|
|
@@ -4579,7 +4457,7 @@ DashboardControllerService = __decorate([
|
|
|
4579
4457
|
let PixelControllerService = class PixelControllerService {
|
|
4580
4458
|
constructor(httpClient, basePath, configuration) {
|
|
4581
4459
|
this.httpClient = httpClient;
|
|
4582
|
-
this.basePath = 'https://
|
|
4460
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4583
4461
|
this.defaultHeaders = new HttpHeaders();
|
|
4584
4462
|
this.configuration = new Configuration();
|
|
4585
4463
|
if (basePath) {
|
|
@@ -4882,7 +4760,7 @@ PixelControllerService = __decorate([
|
|
|
4882
4760
|
let ReportingControllerService = class ReportingControllerService {
|
|
4883
4761
|
constructor(httpClient, basePath, configuration) {
|
|
4884
4762
|
this.httpClient = httpClient;
|
|
4885
|
-
this.basePath = 'https://
|
|
4763
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4886
4764
|
this.defaultHeaders = new HttpHeaders();
|
|
4887
4765
|
this.configuration = new Configuration();
|
|
4888
4766
|
if (basePath) {
|
|
@@ -5048,7 +4926,7 @@ ReportingControllerService = __decorate([
|
|
|
5048
4926
|
let SliceXControllerService = class SliceXControllerService {
|
|
5049
4927
|
constructor(httpClient, basePath, configuration) {
|
|
5050
4928
|
this.httpClient = httpClient;
|
|
5051
|
-
this.basePath = 'https://
|
|
4929
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5052
4930
|
this.defaultHeaders = new HttpHeaders();
|
|
5053
4931
|
this.configuration = new Configuration();
|
|
5054
4932
|
if (basePath) {
|
|
@@ -5215,7 +5093,7 @@ SliceXControllerService = __decorate([
|
|
|
5215
5093
|
let StrategyControllerService = class StrategyControllerService {
|
|
5216
5094
|
constructor(httpClient, basePath, configuration) {
|
|
5217
5095
|
this.httpClient = httpClient;
|
|
5218
|
-
this.basePath = 'https://
|
|
5096
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5219
5097
|
this.defaultHeaders = new HttpHeaders();
|
|
5220
5098
|
this.configuration = new Configuration();
|
|
5221
5099
|
if (basePath) {
|
|
@@ -5667,7 +5545,7 @@ StrategyControllerService = __decorate([
|
|
|
5667
5545
|
let UILoggerControllerService = class UILoggerControllerService {
|
|
5668
5546
|
constructor(httpClient, basePath, configuration) {
|
|
5669
5547
|
this.httpClient = httpClient;
|
|
5670
|
-
this.basePath = 'https://
|
|
5548
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5671
5549
|
this.defaultHeaders = new HttpHeaders();
|
|
5672
5550
|
this.configuration = new Configuration();
|
|
5673
5551
|
if (basePath) {
|
|
@@ -5755,7 +5633,7 @@ UILoggerControllerService = __decorate([
|
|
|
5755
5633
|
let UserPreferenceControllerService = class UserPreferenceControllerService {
|
|
5756
5634
|
constructor(httpClient, basePath, configuration) {
|
|
5757
5635
|
this.httpClient = httpClient;
|
|
5758
|
-
this.basePath = 'https://
|
|
5636
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5759
5637
|
this.defaultHeaders = new HttpHeaders();
|
|
5760
5638
|
this.configuration = new Configuration();
|
|
5761
5639
|
if (basePath) {
|
|
@@ -5982,25 +5860,6 @@ var AuctionTypeEditField;
|
|
|
5982
5860
|
|
|
5983
5861
|
var AudienceDTO;
|
|
5984
5862
|
(function (AudienceDTO) {
|
|
5985
|
-
AudienceDTO.AudienceTypeEnum = {
|
|
5986
|
-
WEBBROWSING: 'WEB_BROWSING',
|
|
5987
|
-
MOBILEAPP: 'MOBILE_APP',
|
|
5988
|
-
DMP: 'DMP',
|
|
5989
|
-
CRM: 'CRM',
|
|
5990
|
-
RULEBASED: 'RULE_BASED',
|
|
5991
|
-
RULEBASEDBACKFILL: 'RULE_BASED_BACKFILL',
|
|
5992
|
-
CRMEMAIL: 'CRM_EMAIL',
|
|
5993
|
-
CRMPHONE: 'CRM_PHONE',
|
|
5994
|
-
LOOKALIKEAUDIENCE: 'LOOKALIKE_AUDIENCE',
|
|
5995
|
-
FACEBOOKID: 'FACEBOOK_ID'
|
|
5996
|
-
};
|
|
5997
|
-
AudienceDTO.BackfillDurationUnitEnum = {
|
|
5998
|
-
MINUTE: 'MINUTE',
|
|
5999
|
-
HOUR: 'HOUR',
|
|
6000
|
-
DAY: 'DAY',
|
|
6001
|
-
WEEK: 'WEEK',
|
|
6002
|
-
MONTH: 'MONTH'
|
|
6003
|
-
};
|
|
6004
5863
|
AudienceDTO.DurationUnitEnum = {
|
|
6005
5864
|
MINUTE: 'MINUTE',
|
|
6006
5865
|
HOUR: 'HOUR',
|
|
@@ -6010,33 +5869,6 @@ var AudienceDTO;
|
|
|
6010
5869
|
};
|
|
6011
5870
|
})(AudienceDTO || (AudienceDTO = {}));
|
|
6012
5871
|
|
|
6013
|
-
/**
|
|
6014
|
-
* Api Documentation
|
|
6015
|
-
* Api Documentation
|
|
6016
|
-
*
|
|
6017
|
-
* OpenAPI spec version: 1.0
|
|
6018
|
-
*
|
|
6019
|
-
*
|
|
6020
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6021
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
6022
|
-
* Do not edit the class manually.
|
|
6023
|
-
*/
|
|
6024
|
-
var AudienceESDTO;
|
|
6025
|
-
(function (AudienceESDTO) {
|
|
6026
|
-
AudienceESDTO.AudienceTypeEnum = {
|
|
6027
|
-
WEBBROWSING: 'WEB_BROWSING',
|
|
6028
|
-
MOBILEAPP: 'MOBILE_APP',
|
|
6029
|
-
DMP: 'DMP',
|
|
6030
|
-
CRM: 'CRM',
|
|
6031
|
-
RULEBASED: 'RULE_BASED',
|
|
6032
|
-
RULEBASEDBACKFILL: 'RULE_BASED_BACKFILL',
|
|
6033
|
-
CRMEMAIL: 'CRM_EMAIL',
|
|
6034
|
-
CRMPHONE: 'CRM_PHONE',
|
|
6035
|
-
LOOKALIKEAUDIENCE: 'LOOKALIKE_AUDIENCE',
|
|
6036
|
-
FACEBOOKID: 'FACEBOOK_ID'
|
|
6037
|
-
};
|
|
6038
|
-
})(AudienceESDTO || (AudienceESDTO = {}));
|
|
6039
|
-
|
|
6040
5872
|
var ClickDestination;
|
|
6041
5873
|
(function (ClickDestination) {
|
|
6042
5874
|
ClickDestination.CampaignTypeEnum = {
|
|
@@ -6503,13 +6335,6 @@ var ReportingResponse;
|
|
|
6503
6335
|
|
|
6504
6336
|
var RuleDTO;
|
|
6505
6337
|
(function (RuleDTO) {
|
|
6506
|
-
RuleDTO.DurationUnitEnum = {
|
|
6507
|
-
MINUTE: 'MINUTE',
|
|
6508
|
-
HOUR: 'HOUR',
|
|
6509
|
-
DAY: 'DAY',
|
|
6510
|
-
WEEK: 'WEEK',
|
|
6511
|
-
MONTH: 'MONTH'
|
|
6512
|
-
};
|
|
6513
6338
|
RuleDTO.OperatorEnum = {
|
|
6514
6339
|
AND: 'AND',
|
|
6515
6340
|
OR: 'OR',
|
|
@@ -6736,5 +6561,5 @@ ApiModule = ApiModule_1 = __decorate([
|
|
|
6736
6561
|
* Generated bundle index. Do not edit.
|
|
6737
6562
|
*/
|
|
6738
6563
|
|
|
6739
|
-
export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerAudienceControllerService, AuctionTypeEditField, AudienceControllerService, AudienceDTO,
|
|
6564
|
+
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 };
|
|
6740
6565
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|