@revxui/api-clients-ts 0.10.167 → 0.10.171
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 +44 -0
- package/api/creativeSetsController.service.d.ts +4 -4
- package/bundles/revxui-api-clients-ts.umd.js +199 -32
- 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/apiListResponseCreativeSetsListDashboardData.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/creativeSetsListDashboardData.js +16 -0
- package/esm2015/model/dashboardData.js +1 -1
- package/esm2015/model/dashboardMetrics.js +1 -1
- package/esm2015/model/models.js +3 -2
- 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/apiListResponseCreativeSetsListDashboardData.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/creativeSetsListDashboardData.js +16 -0
- package/esm5/model/dashboardData.js +1 -1
- package/esm5/model/dashboardMetrics.js +1 -1
- package/esm5/model/models.js +3 -2
- 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 +197 -36
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +203 -36
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/{apiListResponseCreativeSetDashboardMetric.d.ts → apiListResponseCreativeSetsListDashboardData.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 +19 -0
- package/model/audienceESDTO.d.ts +18 -0
- package/model/creativePerformanceData.d.ts +0 -3
- package/model/creativeSetDetails.d.ts +10 -10
- package/model/creativeSetRequest.d.ts +10 -10
- 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 +4 -3
- 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/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +0 -1
- package/esm2015/model/creativeSetDashboardMetric.js +0 -16
- package/esm5/model/apiListResponseCreativeSetDashboardMetric.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +0 -1
- package/esm5/model/creativeSetDashboardMetric.js +0 -16
|
@@ -87,7 +87,7 @@ var Configuration = /** @class */ (function () {
|
|
|
87
87
|
var AdminControllerService = /** @class */ (function () {
|
|
88
88
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
89
89
|
this.httpClient = httpClient;
|
|
90
|
-
this.basePath = 'https://
|
|
90
|
+
this.basePath = 'https://localhost:10045';
|
|
91
91
|
this.defaultHeaders = new HttpHeaders();
|
|
92
92
|
this.configuration = new Configuration();
|
|
93
93
|
if (basePath) {
|
|
@@ -304,7 +304,7 @@ var CustomHttpUrlEncodingCodec = /** @class */ (function (_super) {
|
|
|
304
304
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
305
305
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
306
306
|
this.httpClient = httpClient;
|
|
307
|
-
this.basePath = 'https://
|
|
307
|
+
this.basePath = 'https://localhost:10045';
|
|
308
308
|
this.defaultHeaders = new HttpHeaders();
|
|
309
309
|
this.configuration = new Configuration();
|
|
310
310
|
if (basePath) {
|
|
@@ -750,7 +750,7 @@ var AdvertiserControllerService = /** @class */ (function () {
|
|
|
750
750
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
751
751
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
752
752
|
this.httpClient = httpClient;
|
|
753
|
-
this.basePath = 'https://
|
|
753
|
+
this.basePath = 'https://localhost:10045';
|
|
754
754
|
this.defaultHeaders = new HttpHeaders();
|
|
755
755
|
this.configuration = new Configuration();
|
|
756
756
|
if (basePath) {
|
|
@@ -920,7 +920,7 @@ var AppSettingsControllerService = /** @class */ (function () {
|
|
|
920
920
|
var AppsFlyerAudienceControllerService = /** @class */ (function () {
|
|
921
921
|
function AppsFlyerAudienceControllerService(httpClient, basePath, configuration) {
|
|
922
922
|
this.httpClient = httpClient;
|
|
923
|
-
this.basePath = 'https://
|
|
923
|
+
this.basePath = 'https://localhost:10045';
|
|
924
924
|
this.defaultHeaders = new HttpHeaders();
|
|
925
925
|
this.configuration = new Configuration();
|
|
926
926
|
if (basePath) {
|
|
@@ -1089,7 +1089,7 @@ var AppsFlyerAudienceControllerService = /** @class */ (function () {
|
|
|
1089
1089
|
var AudienceControllerService = /** @class */ (function () {
|
|
1090
1090
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
1091
1091
|
this.httpClient = httpClient;
|
|
1092
|
-
this.basePath = 'https://
|
|
1092
|
+
this.basePath = 'https://localhost:10045';
|
|
1093
1093
|
this.defaultHeaders = new HttpHeaders();
|
|
1094
1094
|
this.configuration = new Configuration();
|
|
1095
1095
|
if (basePath) {
|
|
@@ -1161,6 +1161,75 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1161
1161
|
reportProgress: reportProgress
|
|
1162
1162
|
});
|
|
1163
1163
|
};
|
|
1164
|
+
AudienceControllerService.prototype.activateBackfillRuleUsingGET = function (id, queryID, reqId, token, observe, reportProgress) {
|
|
1165
|
+
if (observe === void 0) { observe = 'body'; }
|
|
1166
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
1167
|
+
if (id === null || id === undefined) {
|
|
1168
|
+
throw new Error('Required parameter id was null or undefined when calling activateBackfillRuleUsingGET.');
|
|
1169
|
+
}
|
|
1170
|
+
if (queryID === null || queryID === undefined) {
|
|
1171
|
+
throw new Error('Required parameter queryID was null or undefined when calling activateBackfillRuleUsingGET.');
|
|
1172
|
+
}
|
|
1173
|
+
var headers = this.defaultHeaders;
|
|
1174
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1175
|
+
headers = headers.set('reqId', String(reqId));
|
|
1176
|
+
}
|
|
1177
|
+
if (token !== undefined && token !== null) {
|
|
1178
|
+
headers = headers.set('token', String(token));
|
|
1179
|
+
}
|
|
1180
|
+
// to determine the Accept header
|
|
1181
|
+
var httpHeaderAccepts = [
|
|
1182
|
+
'*/*'
|
|
1183
|
+
];
|
|
1184
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1185
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1186
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1187
|
+
}
|
|
1188
|
+
// to determine the Content-Type header
|
|
1189
|
+
var consumes = [];
|
|
1190
|
+
return this.httpClient.get(this.basePath + "/v2/api/audience/" + encodeURIComponent(String(id)) + "/" + encodeURIComponent(String(queryID)), {
|
|
1191
|
+
withCredentials: this.configuration.withCredentials,
|
|
1192
|
+
headers: headers,
|
|
1193
|
+
observe: observe,
|
|
1194
|
+
reportProgress: reportProgress
|
|
1195
|
+
});
|
|
1196
|
+
};
|
|
1197
|
+
AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (audience, reqId, token, observe, reportProgress) {
|
|
1198
|
+
if (observe === void 0) { observe = 'body'; }
|
|
1199
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
1200
|
+
if (audience === null || audience === undefined) {
|
|
1201
|
+
throw new Error('Required parameter audience was null or undefined when calling addBackfillRuleUsingPOST.');
|
|
1202
|
+
}
|
|
1203
|
+
var headers = this.defaultHeaders;
|
|
1204
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1205
|
+
headers = headers.set('reqId', String(reqId));
|
|
1206
|
+
}
|
|
1207
|
+
if (token !== undefined && token !== null) {
|
|
1208
|
+
headers = headers.set('token', String(token));
|
|
1209
|
+
}
|
|
1210
|
+
// to determine the Accept header
|
|
1211
|
+
var httpHeaderAccepts = [
|
|
1212
|
+
'application/json'
|
|
1213
|
+
];
|
|
1214
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1215
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1216
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1217
|
+
}
|
|
1218
|
+
// to determine the Content-Type header
|
|
1219
|
+
var consumes = [
|
|
1220
|
+
'application/json'
|
|
1221
|
+
];
|
|
1222
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1223
|
+
if (httpContentTypeSelected != undefined) {
|
|
1224
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1225
|
+
}
|
|
1226
|
+
return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule", audience, {
|
|
1227
|
+
withCredentials: this.configuration.withCredentials,
|
|
1228
|
+
headers: headers,
|
|
1229
|
+
observe: observe,
|
|
1230
|
+
reportProgress: reportProgress
|
|
1231
|
+
});
|
|
1232
|
+
};
|
|
1164
1233
|
AudienceControllerService.prototype.checkConnectionUsingPOST = function (config, reqId, token, observe, reportProgress) {
|
|
1165
1234
|
if (observe === void 0) { observe = 'body'; }
|
|
1166
1235
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -1429,6 +1498,65 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1429
1498
|
reportProgress: reportProgress
|
|
1430
1499
|
});
|
|
1431
1500
|
};
|
|
1501
|
+
AudienceControllerService.prototype.getChartDataUsingPOST = function (audienceType, dashboardRequest, id, metric, refresh, reqId, token, observe, reportProgress) {
|
|
1502
|
+
if (observe === void 0) { observe = 'body'; }
|
|
1503
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
1504
|
+
if (audienceType === null || audienceType === undefined) {
|
|
1505
|
+
throw new Error('Required parameter audienceType was null or undefined when calling getChartDataUsingPOST.');
|
|
1506
|
+
}
|
|
1507
|
+
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
1508
|
+
throw new Error('Required parameter dashboardRequest was null or undefined when calling getChartDataUsingPOST.');
|
|
1509
|
+
}
|
|
1510
|
+
if (id === null || id === undefined) {
|
|
1511
|
+
throw new Error('Required parameter id was null or undefined when calling getChartDataUsingPOST.');
|
|
1512
|
+
}
|
|
1513
|
+
if (metric === null || metric === undefined) {
|
|
1514
|
+
throw new Error('Required parameter metric was null or undefined when calling getChartDataUsingPOST.');
|
|
1515
|
+
}
|
|
1516
|
+
var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
1517
|
+
if (audienceType !== undefined && audienceType !== null) {
|
|
1518
|
+
queryParameters = queryParameters.set('audienceType', audienceType);
|
|
1519
|
+
}
|
|
1520
|
+
if (id !== undefined && id !== null) {
|
|
1521
|
+
queryParameters = queryParameters.set('id', id);
|
|
1522
|
+
}
|
|
1523
|
+
if (metric !== undefined && metric !== null) {
|
|
1524
|
+
queryParameters = queryParameters.set('metric', metric);
|
|
1525
|
+
}
|
|
1526
|
+
if (refresh !== undefined && refresh !== null) {
|
|
1527
|
+
queryParameters = queryParameters.set('refresh', refresh);
|
|
1528
|
+
}
|
|
1529
|
+
var headers = this.defaultHeaders;
|
|
1530
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1531
|
+
headers = headers.set('reqId', String(reqId));
|
|
1532
|
+
}
|
|
1533
|
+
if (token !== undefined && token !== null) {
|
|
1534
|
+
headers = headers.set('token', String(token));
|
|
1535
|
+
}
|
|
1536
|
+
// to determine the Accept header
|
|
1537
|
+
var httpHeaderAccepts = [
|
|
1538
|
+
'application/json'
|
|
1539
|
+
];
|
|
1540
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1541
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1542
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1543
|
+
}
|
|
1544
|
+
// to determine the Content-Type header
|
|
1545
|
+
var consumes = [
|
|
1546
|
+
'application/json'
|
|
1547
|
+
];
|
|
1548
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1549
|
+
if (httpContentTypeSelected != undefined) {
|
|
1550
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1551
|
+
}
|
|
1552
|
+
return this.httpClient.post(this.basePath + "/v2/api/audience/chart", dashboardRequest, {
|
|
1553
|
+
params: queryParameters,
|
|
1554
|
+
withCredentials: this.configuration.withCredentials,
|
|
1555
|
+
headers: headers,
|
|
1556
|
+
observe: observe,
|
|
1557
|
+
reportProgress: reportProgress
|
|
1558
|
+
});
|
|
1559
|
+
};
|
|
1432
1560
|
AudienceControllerService.prototype.getMetaRulesUsingGET = function (reqId, token, observe, reportProgress) {
|
|
1433
1561
|
if (observe === void 0) { observe = 'body'; }
|
|
1434
1562
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -1622,7 +1750,7 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1622
1750
|
var AuditControllerService = /** @class */ (function () {
|
|
1623
1751
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1624
1752
|
this.httpClient = httpClient;
|
|
1625
|
-
this.basePath = 'https://
|
|
1753
|
+
this.basePath = 'https://localhost:10045';
|
|
1626
1754
|
this.defaultHeaders = new HttpHeaders();
|
|
1627
1755
|
this.configuration = new Configuration();
|
|
1628
1756
|
if (basePath) {
|
|
@@ -1821,7 +1949,7 @@ var AuditControllerService = /** @class */ (function () {
|
|
|
1821
1949
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
1822
1950
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
1823
1951
|
this.httpClient = httpClient;
|
|
1824
|
-
this.basePath = 'https://
|
|
1952
|
+
this.basePath = 'https://localhost:10045';
|
|
1825
1953
|
this.defaultHeaders = new HttpHeaders();
|
|
1826
1954
|
this.configuration = new Configuration();
|
|
1827
1955
|
if (basePath) {
|
|
@@ -2064,7 +2192,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
|
|
|
2064
2192
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2065
2193
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2066
2194
|
this.httpClient = httpClient;
|
|
2067
|
-
this.basePath = 'https://
|
|
2195
|
+
this.basePath = 'https://localhost:10045';
|
|
2068
2196
|
this.defaultHeaders = new HttpHeaders();
|
|
2069
2197
|
this.configuration = new Configuration();
|
|
2070
2198
|
if (basePath) {
|
|
@@ -2185,7 +2313,7 @@ var CSSThemeController_Service = /** @class */ (function () {
|
|
|
2185
2313
|
var CampaignControllerService = /** @class */ (function () {
|
|
2186
2314
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2187
2315
|
this.httpClient = httpClient;
|
|
2188
|
-
this.basePath = 'https://
|
|
2316
|
+
this.basePath = 'https://localhost:10045';
|
|
2189
2317
|
this.defaultHeaders = new HttpHeaders();
|
|
2190
2318
|
this.configuration = new Configuration();
|
|
2191
2319
|
if (basePath) {
|
|
@@ -2480,7 +2608,7 @@ var CampaignControllerService = /** @class */ (function () {
|
|
|
2480
2608
|
var CatalogControllerService = /** @class */ (function () {
|
|
2481
2609
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2482
2610
|
this.httpClient = httpClient;
|
|
2483
|
-
this.basePath = 'https://
|
|
2611
|
+
this.basePath = 'https://localhost:10045';
|
|
2484
2612
|
this.defaultHeaders = new HttpHeaders();
|
|
2485
2613
|
this.configuration = new Configuration();
|
|
2486
2614
|
if (basePath) {
|
|
@@ -2730,7 +2858,7 @@ var CatalogControllerService = /** @class */ (function () {
|
|
|
2730
2858
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2731
2859
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2732
2860
|
this.httpClient = httpClient;
|
|
2733
|
-
this.basePath = 'https://
|
|
2861
|
+
this.basePath = 'https://localhost:10045';
|
|
2734
2862
|
this.defaultHeaders = new HttpHeaders();
|
|
2735
2863
|
this.configuration = new Configuration();
|
|
2736
2864
|
if (basePath) {
|
|
@@ -2989,7 +3117,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
|
|
|
2989
3117
|
var CreativeControllerService = /** @class */ (function () {
|
|
2990
3118
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
2991
3119
|
this.httpClient = httpClient;
|
|
2992
|
-
this.basePath = 'https://
|
|
3120
|
+
this.basePath = 'https://localhost:10045';
|
|
2993
3121
|
this.defaultHeaders = new HttpHeaders();
|
|
2994
3122
|
this.configuration = new Configuration();
|
|
2995
3123
|
if (basePath) {
|
|
@@ -3484,7 +3612,7 @@ var CreativeControllerService = /** @class */ (function () {
|
|
|
3484
3612
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3485
3613
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3486
3614
|
this.httpClient = httpClient;
|
|
3487
|
-
this.basePath = 'https://
|
|
3615
|
+
this.basePath = 'https://localhost:10045';
|
|
3488
3616
|
this.defaultHeaders = new HttpHeaders();
|
|
3489
3617
|
this.configuration = new Configuration();
|
|
3490
3618
|
if (basePath) {
|
|
@@ -3832,7 +3960,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3832
3960
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3833
3961
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
3834
3962
|
this.httpClient = httpClient;
|
|
3835
|
-
this.basePath = 'https://
|
|
3963
|
+
this.basePath = 'https://localhost:10045';
|
|
3836
3964
|
this.defaultHeaders = new HttpHeaders();
|
|
3837
3965
|
this.configuration = new Configuration();
|
|
3838
3966
|
if (basePath) {
|
|
@@ -4033,7 +4161,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
|
4033
4161
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4034
4162
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4035
4163
|
this.httpClient = httpClient;
|
|
4036
|
-
this.basePath = 'https://
|
|
4164
|
+
this.basePath = 'https://localhost:10045';
|
|
4037
4165
|
this.defaultHeaders = new HttpHeaders();
|
|
4038
4166
|
this.configuration = new Configuration();
|
|
4039
4167
|
if (basePath) {
|
|
@@ -4121,7 +4249,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
|
4121
4249
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4122
4250
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4123
4251
|
this.httpClient = httpClient;
|
|
4124
|
-
this.basePath = 'https://
|
|
4252
|
+
this.basePath = 'https://localhost:10045';
|
|
4125
4253
|
this.defaultHeaders = new HttpHeaders();
|
|
4126
4254
|
this.configuration = new Configuration();
|
|
4127
4255
|
if (basePath) {
|
|
@@ -4300,7 +4428,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
|
4300
4428
|
var DashboardControllerService = /** @class */ (function () {
|
|
4301
4429
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4302
4430
|
this.httpClient = httpClient;
|
|
4303
|
-
this.basePath = 'https://
|
|
4431
|
+
this.basePath = 'https://localhost:10045';
|
|
4304
4432
|
this.defaultHeaders = new HttpHeaders();
|
|
4305
4433
|
this.configuration = new Configuration();
|
|
4306
4434
|
if (basePath) {
|
|
@@ -4924,7 +5052,7 @@ var DashboardControllerService = /** @class */ (function () {
|
|
|
4924
5052
|
var PixelControllerService = /** @class */ (function () {
|
|
4925
5053
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
4926
5054
|
this.httpClient = httpClient;
|
|
4927
|
-
this.basePath = 'https://
|
|
5055
|
+
this.basePath = 'https://localhost:10045';
|
|
4928
5056
|
this.defaultHeaders = new HttpHeaders();
|
|
4929
5057
|
this.configuration = new Configuration();
|
|
4930
5058
|
if (basePath) {
|
|
@@ -5262,7 +5390,7 @@ var PixelControllerService = /** @class */ (function () {
|
|
|
5262
5390
|
var ReportingControllerService = /** @class */ (function () {
|
|
5263
5391
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5264
5392
|
this.httpClient = httpClient;
|
|
5265
|
-
this.basePath = 'https://
|
|
5393
|
+
this.basePath = 'https://localhost:10045';
|
|
5266
5394
|
this.defaultHeaders = new HttpHeaders();
|
|
5267
5395
|
this.configuration = new Configuration();
|
|
5268
5396
|
if (basePath) {
|
|
@@ -5446,7 +5574,7 @@ var ReportingControllerService = /** @class */ (function () {
|
|
|
5446
5574
|
var SliceXControllerService = /** @class */ (function () {
|
|
5447
5575
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5448
5576
|
this.httpClient = httpClient;
|
|
5449
|
-
this.basePath = 'https://
|
|
5577
|
+
this.basePath = 'https://localhost:10045';
|
|
5450
5578
|
this.defaultHeaders = new HttpHeaders();
|
|
5451
5579
|
this.configuration = new Configuration();
|
|
5452
5580
|
if (basePath) {
|
|
@@ -5631,7 +5759,7 @@ var SliceXControllerService = /** @class */ (function () {
|
|
|
5631
5759
|
var StrategyControllerService = /** @class */ (function () {
|
|
5632
5760
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
5633
5761
|
this.httpClient = httpClient;
|
|
5634
|
-
this.basePath = 'https://
|
|
5762
|
+
this.basePath = 'https://localhost:10045';
|
|
5635
5763
|
this.defaultHeaders = new HttpHeaders();
|
|
5636
5764
|
this.configuration = new Configuration();
|
|
5637
5765
|
if (basePath) {
|
|
@@ -6119,7 +6247,7 @@ var StrategyControllerService = /** @class */ (function () {
|
|
|
6119
6247
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6120
6248
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6121
6249
|
this.httpClient = httpClient;
|
|
6122
|
-
this.basePath = 'https://
|
|
6250
|
+
this.basePath = 'https://localhost:10045';
|
|
6123
6251
|
this.defaultHeaders = new HttpHeaders();
|
|
6124
6252
|
this.configuration = new Configuration();
|
|
6125
6253
|
if (basePath) {
|
|
@@ -6221,7 +6349,7 @@ var UILoggerControllerService = /** @class */ (function () {
|
|
|
6221
6349
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6222
6350
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6223
6351
|
this.httpClient = httpClient;
|
|
6224
|
-
this.basePath = 'https://
|
|
6352
|
+
this.basePath = 'https://localhost:10045';
|
|
6225
6353
|
this.defaultHeaders = new HttpHeaders();
|
|
6226
6354
|
this.configuration = new Configuration();
|
|
6227
6355
|
if (basePath) {
|
|
@@ -6468,6 +6596,18 @@ var AuctionTypeEditField;
|
|
|
6468
6596
|
|
|
6469
6597
|
var AudienceDTO;
|
|
6470
6598
|
(function (AudienceDTO) {
|
|
6599
|
+
AudienceDTO.AudienceTypeEnum = {
|
|
6600
|
+
WEBBROWSING: 'WEB_BROWSING',
|
|
6601
|
+
MOBILEAPP: 'MOBILE_APP',
|
|
6602
|
+
DMP: 'DMP',
|
|
6603
|
+
CRM: 'CRM',
|
|
6604
|
+
RULEBASED: 'RULE_BASED',
|
|
6605
|
+
RULEBASEDBACKFILL: 'RULE_BASED_BACKFILL',
|
|
6606
|
+
CRMEMAIL: 'CRM_EMAIL',
|
|
6607
|
+
CRMPHONE: 'CRM_PHONE',
|
|
6608
|
+
LOOKALIKEAUDIENCE: 'LOOKALIKE_AUDIENCE',
|
|
6609
|
+
FACEBOOKID: 'FACEBOOK_ID'
|
|
6610
|
+
};
|
|
6471
6611
|
AudienceDTO.DurationUnitEnum = {
|
|
6472
6612
|
MINUTE: 'MINUTE',
|
|
6473
6613
|
HOUR: 'HOUR',
|
|
@@ -6477,6 +6617,33 @@ var AudienceDTO;
|
|
|
6477
6617
|
};
|
|
6478
6618
|
})(AudienceDTO || (AudienceDTO = {}));
|
|
6479
6619
|
|
|
6620
|
+
/**
|
|
6621
|
+
* Api Documentation
|
|
6622
|
+
* Api Documentation
|
|
6623
|
+
*
|
|
6624
|
+
* OpenAPI spec version: 1.0
|
|
6625
|
+
*
|
|
6626
|
+
*
|
|
6627
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6628
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6629
|
+
* Do not edit the class manually.
|
|
6630
|
+
*/
|
|
6631
|
+
var AudienceESDTO;
|
|
6632
|
+
(function (AudienceESDTO) {
|
|
6633
|
+
AudienceESDTO.AudienceTypeEnum = {
|
|
6634
|
+
WEBBROWSING: 'WEB_BROWSING',
|
|
6635
|
+
MOBILEAPP: 'MOBILE_APP',
|
|
6636
|
+
DMP: 'DMP',
|
|
6637
|
+
CRM: 'CRM',
|
|
6638
|
+
RULEBASED: 'RULE_BASED',
|
|
6639
|
+
RULEBASEDBACKFILL: 'RULE_BASED_BACKFILL',
|
|
6640
|
+
CRMEMAIL: 'CRM_EMAIL',
|
|
6641
|
+
CRMPHONE: 'CRM_PHONE',
|
|
6642
|
+
LOOKALIKEAUDIENCE: 'LOOKALIKE_AUDIENCE',
|
|
6643
|
+
FACEBOOKID: 'FACEBOOK_ID'
|
|
6644
|
+
};
|
|
6645
|
+
})(AudienceESDTO || (AudienceESDTO = {}));
|
|
6646
|
+
|
|
6480
6647
|
var ClickDestination;
|
|
6481
6648
|
(function (ClickDestination) {
|
|
6482
6649
|
ClickDestination.CampaignTypeEnum = {
|
|
@@ -6623,9 +6790,9 @@ var CreativeHtmlFileForSet;
|
|
|
6623
6790
|
};
|
|
6624
6791
|
})(CreativeHtmlFileForSet || (CreativeHtmlFileForSet = {}));
|
|
6625
6792
|
|
|
6626
|
-
var
|
|
6627
|
-
(function (
|
|
6628
|
-
|
|
6793
|
+
var CreativeSetDetails;
|
|
6794
|
+
(function (CreativeSetDetails) {
|
|
6795
|
+
CreativeSetDetails.TypeEnum = {
|
|
6629
6796
|
IMAGE: 'IMAGE',
|
|
6630
6797
|
VIDEO: 'VIDEO',
|
|
6631
6798
|
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
@@ -6637,11 +6804,11 @@ var CreativeSetDashboardMetric;
|
|
|
6637
6804
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6638
6805
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6639
6806
|
};
|
|
6640
|
-
})(
|
|
6807
|
+
})(CreativeSetDetails || (CreativeSetDetails = {}));
|
|
6641
6808
|
|
|
6642
|
-
var
|
|
6643
|
-
(function (
|
|
6644
|
-
|
|
6809
|
+
var CreativeSetRequest;
|
|
6810
|
+
(function (CreativeSetRequest) {
|
|
6811
|
+
CreativeSetRequest.CreativeSetTypeEnum = {
|
|
6645
6812
|
IMAGE: 'IMAGE',
|
|
6646
6813
|
VIDEO: 'VIDEO',
|
|
6647
6814
|
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
@@ -6653,11 +6820,11 @@ var CreativeSetDetails;
|
|
|
6653
6820
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6654
6821
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6655
6822
|
};
|
|
6656
|
-
})(
|
|
6823
|
+
})(CreativeSetRequest || (CreativeSetRequest = {}));
|
|
6657
6824
|
|
|
6658
|
-
var
|
|
6659
|
-
(function (
|
|
6660
|
-
|
|
6825
|
+
var CreativeSetsListDashboardData;
|
|
6826
|
+
(function (CreativeSetsListDashboardData) {
|
|
6827
|
+
CreativeSetsListDashboardData.CreativeSetTypeEnum = {
|
|
6661
6828
|
IMAGE: 'IMAGE',
|
|
6662
6829
|
VIDEO: 'VIDEO',
|
|
6663
6830
|
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
@@ -6669,7 +6836,7 @@ var CreativeSetRequest;
|
|
|
6669
6836
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6670
6837
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6671
6838
|
};
|
|
6672
|
-
})(
|
|
6839
|
+
})(CreativeSetsListDashboardData || (CreativeSetsListDashboardData = {}));
|
|
6673
6840
|
|
|
6674
6841
|
/**
|
|
6675
6842
|
* Api Documentation
|
|
@@ -7144,5 +7311,5 @@ var ApiModule = /** @class */ (function () {
|
|
|
7144
7311
|
* Generated bundle index. Do not edit.
|
|
7145
7312
|
*/
|
|
7146
7313
|
|
|
7147
|
-
export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerAudienceControllerService, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AuditControllerService, BASE_PATH, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet,
|
|
7314
|
+
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 };
|
|
7148
7315
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|