@revxui/api-clients-ts 0.10.179 → 0.10.183
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/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/creativeSetDashboardMetric.js +1 -1
- package/esm2015/model/dashboardData.js +1 -1
- package/esm2015/model/dashboardMetrics.js +1 -1
- package/esm2015/model/models.js +1 -2
- package/esm2015/model/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/esm2015/model/videoTargeting.js +12 -0
- 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/creativeSetDashboardMetric.js +1 -1
- package/esm5/model/dashboardData.js +1 -1
- package/esm5/model/dashboardMetrics.js +1 -1
- package/esm5/model/models.js +1 -2
- package/esm5/model/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/esm5/model/videoTargeting.js +12 -0
- 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/creativeSetDashboardMetric.d.ts +0 -2
- package/model/dashboardData.d.ts +0 -2
- package/model/dashboardMetrics.d.ts +0 -2
- package/model/models.d.ts +3 -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 +2 -0
- package/model/{audienceBackFilledStats.d.ts → videoTargeting.d.ts} +4 -9
- 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
|
@@ -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,75 +1161,6 @@ 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
|
-
};
|
|
1233
1164
|
AudienceControllerService.prototype.checkConnectionUsingPOST = function (config, reqId, token, observe, reportProgress) {
|
|
1234
1165
|
if (observe === void 0) { observe = 'body'; }
|
|
1235
1166
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -1489,65 +1420,6 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1489
1420
|
reportProgress: reportProgress
|
|
1490
1421
|
});
|
|
1491
1422
|
};
|
|
1492
|
-
AudienceControllerService.prototype.getChartDataUsingPOST = function (audienceType, dashboardRequest, id, metric, refresh, reqId, token, observe, reportProgress) {
|
|
1493
|
-
if (observe === void 0) { observe = 'body'; }
|
|
1494
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
1495
|
-
if (audienceType === null || audienceType === undefined) {
|
|
1496
|
-
throw new Error('Required parameter audienceType was null or undefined when calling getChartDataUsingPOST.');
|
|
1497
|
-
}
|
|
1498
|
-
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
1499
|
-
throw new Error('Required parameter dashboardRequest was null or undefined when calling getChartDataUsingPOST.');
|
|
1500
|
-
}
|
|
1501
|
-
if (id === null || id === undefined) {
|
|
1502
|
-
throw new Error('Required parameter id was null or undefined when calling getChartDataUsingPOST.');
|
|
1503
|
-
}
|
|
1504
|
-
if (metric === null || metric === undefined) {
|
|
1505
|
-
throw new Error('Required parameter metric was null or undefined when calling getChartDataUsingPOST.');
|
|
1506
|
-
}
|
|
1507
|
-
var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
1508
|
-
if (audienceType !== undefined && audienceType !== null) {
|
|
1509
|
-
queryParameters = queryParameters.set('audienceType', audienceType);
|
|
1510
|
-
}
|
|
1511
|
-
if (id !== undefined && id !== null) {
|
|
1512
|
-
queryParameters = queryParameters.set('id', id);
|
|
1513
|
-
}
|
|
1514
|
-
if (metric !== undefined && metric !== null) {
|
|
1515
|
-
queryParameters = queryParameters.set('metric', metric);
|
|
1516
|
-
}
|
|
1517
|
-
if (refresh !== undefined && refresh !== null) {
|
|
1518
|
-
queryParameters = queryParameters.set('refresh', refresh);
|
|
1519
|
-
}
|
|
1520
|
-
var headers = this.defaultHeaders;
|
|
1521
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1522
|
-
headers = headers.set('reqId', String(reqId));
|
|
1523
|
-
}
|
|
1524
|
-
if (token !== undefined && token !== null) {
|
|
1525
|
-
headers = headers.set('token', String(token));
|
|
1526
|
-
}
|
|
1527
|
-
// to determine the Accept header
|
|
1528
|
-
var httpHeaderAccepts = [
|
|
1529
|
-
'application/json'
|
|
1530
|
-
];
|
|
1531
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1532
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1533
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1534
|
-
}
|
|
1535
|
-
// to determine the Content-Type header
|
|
1536
|
-
var consumes = [
|
|
1537
|
-
'application/json'
|
|
1538
|
-
];
|
|
1539
|
-
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1540
|
-
if (httpContentTypeSelected != undefined) {
|
|
1541
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1542
|
-
}
|
|
1543
|
-
return this.httpClient.post(this.basePath + "/v2/api/audience/chart", dashboardRequest, {
|
|
1544
|
-
params: queryParameters,
|
|
1545
|
-
withCredentials: this.configuration.withCredentials,
|
|
1546
|
-
headers: headers,
|
|
1547
|
-
observe: observe,
|
|
1548
|
-
reportProgress: reportProgress
|
|
1549
|
-
});
|
|
1550
|
-
};
|
|
1551
1423
|
AudienceControllerService.prototype.getMetaRulesUsingGET = function (reqId, token, observe, reportProgress) {
|
|
1552
1424
|
if (observe === void 0) { observe = 'body'; }
|
|
1553
1425
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -1741,7 +1613,7 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1741
1613
|
var AuditControllerService = /** @class */ (function () {
|
|
1742
1614
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1743
1615
|
this.httpClient = httpClient;
|
|
1744
|
-
this.basePath = 'https://
|
|
1616
|
+
this.basePath = 'https://localhost:10045';
|
|
1745
1617
|
this.defaultHeaders = new HttpHeaders();
|
|
1746
1618
|
this.configuration = new Configuration();
|
|
1747
1619
|
if (basePath) {
|
|
@@ -1940,7 +1812,7 @@ var AuditControllerService = /** @class */ (function () {
|
|
|
1940
1812
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
1941
1813
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
1942
1814
|
this.httpClient = httpClient;
|
|
1943
|
-
this.basePath = 'https://
|
|
1815
|
+
this.basePath = 'https://localhost:10045';
|
|
1944
1816
|
this.defaultHeaders = new HttpHeaders();
|
|
1945
1817
|
this.configuration = new Configuration();
|
|
1946
1818
|
if (basePath) {
|
|
@@ -2183,7 +2055,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
|
|
|
2183
2055
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2184
2056
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2185
2057
|
this.httpClient = httpClient;
|
|
2186
|
-
this.basePath = 'https://
|
|
2058
|
+
this.basePath = 'https://localhost:10045';
|
|
2187
2059
|
this.defaultHeaders = new HttpHeaders();
|
|
2188
2060
|
this.configuration = new Configuration();
|
|
2189
2061
|
if (basePath) {
|
|
@@ -2304,7 +2176,7 @@ var CSSThemeController_Service = /** @class */ (function () {
|
|
|
2304
2176
|
var CampaignControllerService = /** @class */ (function () {
|
|
2305
2177
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2306
2178
|
this.httpClient = httpClient;
|
|
2307
|
-
this.basePath = 'https://
|
|
2179
|
+
this.basePath = 'https://localhost:10045';
|
|
2308
2180
|
this.defaultHeaders = new HttpHeaders();
|
|
2309
2181
|
this.configuration = new Configuration();
|
|
2310
2182
|
if (basePath) {
|
|
@@ -2590,7 +2462,7 @@ var CampaignControllerService = /** @class */ (function () {
|
|
|
2590
2462
|
var CatalogControllerService = /** @class */ (function () {
|
|
2591
2463
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2592
2464
|
this.httpClient = httpClient;
|
|
2593
|
-
this.basePath = 'https://
|
|
2465
|
+
this.basePath = 'https://localhost:10045';
|
|
2594
2466
|
this.defaultHeaders = new HttpHeaders();
|
|
2595
2467
|
this.configuration = new Configuration();
|
|
2596
2468
|
if (basePath) {
|
|
@@ -2813,7 +2685,7 @@ var CatalogControllerService = /** @class */ (function () {
|
|
|
2813
2685
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2814
2686
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2815
2687
|
this.httpClient = httpClient;
|
|
2816
|
-
this.basePath = 'https://
|
|
2688
|
+
this.basePath = 'https://localhost:10045';
|
|
2817
2689
|
this.defaultHeaders = new HttpHeaders();
|
|
2818
2690
|
this.configuration = new Configuration();
|
|
2819
2691
|
if (basePath) {
|
|
@@ -3063,7 +2935,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
|
|
|
3063
2935
|
var CreativeControllerService = /** @class */ (function () {
|
|
3064
2936
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3065
2937
|
this.httpClient = httpClient;
|
|
3066
|
-
this.basePath = 'https://
|
|
2938
|
+
this.basePath = 'https://localhost:10045';
|
|
3067
2939
|
this.defaultHeaders = new HttpHeaders();
|
|
3068
2940
|
this.configuration = new Configuration();
|
|
3069
2941
|
if (basePath) {
|
|
@@ -3540,7 +3412,7 @@ var CreativeControllerService = /** @class */ (function () {
|
|
|
3540
3412
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3541
3413
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3542
3414
|
this.httpClient = httpClient;
|
|
3543
|
-
this.basePath = 'https://
|
|
3415
|
+
this.basePath = 'https://localhost:10045';
|
|
3544
3416
|
this.defaultHeaders = new HttpHeaders();
|
|
3545
3417
|
this.configuration = new Configuration();
|
|
3546
3418
|
if (basePath) {
|
|
@@ -3875,7 +3747,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3875
3747
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3876
3748
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
3877
3749
|
this.httpClient = httpClient;
|
|
3878
|
-
this.basePath = 'https://
|
|
3750
|
+
this.basePath = 'https://localhost:10045';
|
|
3879
3751
|
this.defaultHeaders = new HttpHeaders();
|
|
3880
3752
|
this.configuration = new Configuration();
|
|
3881
3753
|
if (basePath) {
|
|
@@ -4076,7 +3948,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
|
4076
3948
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4077
3949
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4078
3950
|
this.httpClient = httpClient;
|
|
4079
|
-
this.basePath = 'https://
|
|
3951
|
+
this.basePath = 'https://localhost:10045';
|
|
4080
3952
|
this.defaultHeaders = new HttpHeaders();
|
|
4081
3953
|
this.configuration = new Configuration();
|
|
4082
3954
|
if (basePath) {
|
|
@@ -4164,7 +4036,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
|
4164
4036
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4165
4037
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4166
4038
|
this.httpClient = httpClient;
|
|
4167
|
-
this.basePath = 'https://
|
|
4039
|
+
this.basePath = 'https://localhost:10045';
|
|
4168
4040
|
this.defaultHeaders = new HttpHeaders();
|
|
4169
4041
|
this.configuration = new Configuration();
|
|
4170
4042
|
if (basePath) {
|
|
@@ -4343,7 +4215,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
|
4343
4215
|
var DashboardControllerService = /** @class */ (function () {
|
|
4344
4216
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4345
4217
|
this.httpClient = httpClient;
|
|
4346
|
-
this.basePath = 'https://
|
|
4218
|
+
this.basePath = 'https://localhost:10045';
|
|
4347
4219
|
this.defaultHeaders = new HttpHeaders();
|
|
4348
4220
|
this.configuration = new Configuration();
|
|
4349
4221
|
if (basePath) {
|
|
@@ -5000,7 +4872,7 @@ var DashboardControllerService = /** @class */ (function () {
|
|
|
5000
4872
|
var PixelControllerService = /** @class */ (function () {
|
|
5001
4873
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5002
4874
|
this.httpClient = httpClient;
|
|
5003
|
-
this.basePath = 'https://
|
|
4875
|
+
this.basePath = 'https://localhost:10045';
|
|
5004
4876
|
this.defaultHeaders = new HttpHeaders();
|
|
5005
4877
|
this.configuration = new Configuration();
|
|
5006
4878
|
if (basePath) {
|
|
@@ -5329,7 +5201,7 @@ var PixelControllerService = /** @class */ (function () {
|
|
|
5329
5201
|
var ReportingControllerService = /** @class */ (function () {
|
|
5330
5202
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5331
5203
|
this.httpClient = httpClient;
|
|
5332
|
-
this.basePath = 'https://
|
|
5204
|
+
this.basePath = 'https://localhost:10045';
|
|
5333
5205
|
this.defaultHeaders = new HttpHeaders();
|
|
5334
5206
|
this.configuration = new Configuration();
|
|
5335
5207
|
if (basePath) {
|
|
@@ -5513,7 +5385,7 @@ var ReportingControllerService = /** @class */ (function () {
|
|
|
5513
5385
|
var SliceXControllerService = /** @class */ (function () {
|
|
5514
5386
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5515
5387
|
this.httpClient = httpClient;
|
|
5516
|
-
this.basePath = 'https://
|
|
5388
|
+
this.basePath = 'https://localhost:10045';
|
|
5517
5389
|
this.defaultHeaders = new HttpHeaders();
|
|
5518
5390
|
this.configuration = new Configuration();
|
|
5519
5391
|
if (basePath) {
|
|
@@ -5698,7 +5570,7 @@ var SliceXControllerService = /** @class */ (function () {
|
|
|
5698
5570
|
var StrategyControllerService = /** @class */ (function () {
|
|
5699
5571
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
5700
5572
|
this.httpClient = httpClient;
|
|
5701
|
-
this.basePath = 'https://
|
|
5573
|
+
this.basePath = 'https://localhost:10045';
|
|
5702
5574
|
this.defaultHeaders = new HttpHeaders();
|
|
5703
5575
|
this.configuration = new Configuration();
|
|
5704
5576
|
if (basePath) {
|
|
@@ -6186,7 +6058,7 @@ var StrategyControllerService = /** @class */ (function () {
|
|
|
6186
6058
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6187
6059
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6188
6060
|
this.httpClient = httpClient;
|
|
6189
|
-
this.basePath = 'https://
|
|
6061
|
+
this.basePath = 'https://localhost:10045';
|
|
6190
6062
|
this.defaultHeaders = new HttpHeaders();
|
|
6191
6063
|
this.configuration = new Configuration();
|
|
6192
6064
|
if (basePath) {
|
|
@@ -6288,7 +6160,7 @@ var UILoggerControllerService = /** @class */ (function () {
|
|
|
6288
6160
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6289
6161
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6290
6162
|
this.httpClient = httpClient;
|
|
6291
|
-
this.basePath = 'https://
|
|
6163
|
+
this.basePath = 'https://localhost:10045';
|
|
6292
6164
|
this.defaultHeaders = new HttpHeaders();
|
|
6293
6165
|
this.configuration = new Configuration();
|
|
6294
6166
|
if (basePath) {
|
|
@@ -6535,25 +6407,6 @@ var AuctionTypeEditField;
|
|
|
6535
6407
|
|
|
6536
6408
|
var AudienceDTO;
|
|
6537
6409
|
(function (AudienceDTO) {
|
|
6538
|
-
AudienceDTO.AudienceTypeEnum = {
|
|
6539
|
-
WEBBROWSING: 'WEB_BROWSING',
|
|
6540
|
-
MOBILEAPP: 'MOBILE_APP',
|
|
6541
|
-
DMP: 'DMP',
|
|
6542
|
-
CRM: 'CRM',
|
|
6543
|
-
RULEBASED: 'RULE_BASED',
|
|
6544
|
-
RULEBASEDBACKFILL: 'RULE_BASED_BACKFILL',
|
|
6545
|
-
CRMEMAIL: 'CRM_EMAIL',
|
|
6546
|
-
CRMPHONE: 'CRM_PHONE',
|
|
6547
|
-
LOOKALIKEAUDIENCE: 'LOOKALIKE_AUDIENCE',
|
|
6548
|
-
FACEBOOKID: 'FACEBOOK_ID'
|
|
6549
|
-
};
|
|
6550
|
-
AudienceDTO.BackfillDurationUnitEnum = {
|
|
6551
|
-
MINUTE: 'MINUTE',
|
|
6552
|
-
HOUR: 'HOUR',
|
|
6553
|
-
DAY: 'DAY',
|
|
6554
|
-
WEEK: 'WEEK',
|
|
6555
|
-
MONTH: 'MONTH'
|
|
6556
|
-
};
|
|
6557
6410
|
AudienceDTO.DurationUnitEnum = {
|
|
6558
6411
|
MINUTE: 'MINUTE',
|
|
6559
6412
|
HOUR: 'HOUR',
|
|
@@ -6563,33 +6416,6 @@ var AudienceDTO;
|
|
|
6563
6416
|
};
|
|
6564
6417
|
})(AudienceDTO || (AudienceDTO = {}));
|
|
6565
6418
|
|
|
6566
|
-
/**
|
|
6567
|
-
* Api Documentation
|
|
6568
|
-
* Api Documentation
|
|
6569
|
-
*
|
|
6570
|
-
* OpenAPI spec version: 1.0
|
|
6571
|
-
*
|
|
6572
|
-
*
|
|
6573
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6574
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
6575
|
-
* Do not edit the class manually.
|
|
6576
|
-
*/
|
|
6577
|
-
var AudienceESDTO;
|
|
6578
|
-
(function (AudienceESDTO) {
|
|
6579
|
-
AudienceESDTO.AudienceTypeEnum = {
|
|
6580
|
-
WEBBROWSING: 'WEB_BROWSING',
|
|
6581
|
-
MOBILEAPP: 'MOBILE_APP',
|
|
6582
|
-
DMP: 'DMP',
|
|
6583
|
-
CRM: 'CRM',
|
|
6584
|
-
RULEBASED: 'RULE_BASED',
|
|
6585
|
-
RULEBASEDBACKFILL: 'RULE_BASED_BACKFILL',
|
|
6586
|
-
CRMEMAIL: 'CRM_EMAIL',
|
|
6587
|
-
CRMPHONE: 'CRM_PHONE',
|
|
6588
|
-
LOOKALIKEAUDIENCE: 'LOOKALIKE_AUDIENCE',
|
|
6589
|
-
FACEBOOKID: 'FACEBOOK_ID'
|
|
6590
|
-
};
|
|
6591
|
-
})(AudienceESDTO || (AudienceESDTO = {}));
|
|
6592
|
-
|
|
6593
6419
|
var ClickDestination;
|
|
6594
6420
|
(function (ClickDestination) {
|
|
6595
6421
|
ClickDestination.CampaignTypeEnum = {
|
|
@@ -7056,13 +6882,6 @@ var ReportingResponse;
|
|
|
7056
6882
|
|
|
7057
6883
|
var RuleDTO;
|
|
7058
6884
|
(function (RuleDTO) {
|
|
7059
|
-
RuleDTO.DurationUnitEnum = {
|
|
7060
|
-
MINUTE: 'MINUTE',
|
|
7061
|
-
HOUR: 'HOUR',
|
|
7062
|
-
DAY: 'DAY',
|
|
7063
|
-
WEEK: 'WEEK',
|
|
7064
|
-
MONTH: 'MONTH'
|
|
7065
|
-
};
|
|
7066
6885
|
RuleDTO.OperatorEnum = {
|
|
7067
6886
|
AND: 'AND',
|
|
7068
6887
|
OR: 'OR',
|
|
@@ -7291,5 +7110,5 @@ var ApiModule = /** @class */ (function () {
|
|
|
7291
7110
|
* Generated bundle index. Do not edit.
|
|
7292
7111
|
*/
|
|
7293
7112
|
|
|
7294
|
-
export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerAudienceControllerService, AuctionTypeEditField, AudienceControllerService, AudienceDTO,
|
|
7113
|
+
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 };
|
|
7295
7114
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|