@revxui/api-clients-ts 0.10.319 → 0.10.320
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 +30 -33
- package/bundles/revxui-api-clients-ts.umd.js +97 -136
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
- package/esm2015/api/adminController.service.js +2 -2
- package/esm2015/api/advertiserController.service.js +2 -2
- package/esm2015/api/appSettingsController.service.js +2 -2
- package/esm2015/api/audienceController.service.js +74 -77
- package/esm2015/api/auditController.service.js +2 -2
- package/esm2015/api/bulkStrategyController.service.js +2 -2
- package/esm2015/api/cSSThemeController_.service.js +2 -2
- package/esm2015/api/campaignController.service.js +2 -2
- package/esm2015/api/catalogController.service.js +2 -2
- package/esm2015/api/clickDestinationController.service.js +2 -2
- package/esm2015/api/creativeController.service.js +2 -2
- package/esm2015/api/creativeSetsController.service.js +2 -2
- package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
- package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm2015/api/creativeTemplatesController.service.js +2 -2
- package/esm2015/api/dashboardController.service.js +2 -2
- package/esm2015/api/notificationsController.service.js +2 -2
- package/esm2015/api/pixelController.service.js +2 -2
- package/esm2015/api/reportingController.service.js +2 -2
- package/esm2015/api/sliceXController.service.js +2 -2
- package/esm2015/api/strategyController.service.js +2 -2
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.js +1 -0
- package/esm2015/model/audienceAnalysisRequest.js +12 -0
- package/esm2015/model/audienceDTO.js +1 -1
- package/{esm5/model/backfillAudienceQueryTemplateDTO.js → esm2015/model/combinedAudienceAnalysisResponse.js} +1 -1
- package/esm2015/model/models.js +1 -3
- package/esm2015/model/searchRequest.js +1 -1
- package/esm2015/model/strategyDTO.js +1 -6
- package/esm5/api/adminController.service.js +2 -2
- package/esm5/api/advertiserController.service.js +2 -2
- package/esm5/api/appSettingsController.service.js +2 -2
- package/esm5/api/audienceController.service.js +76 -79
- package/esm5/api/auditController.service.js +2 -2
- package/esm5/api/bulkStrategyController.service.js +2 -2
- package/esm5/api/cSSThemeController_.service.js +2 -2
- package/esm5/api/campaignController.service.js +2 -2
- package/esm5/api/catalogController.service.js +2 -2
- package/esm5/api/clickDestinationController.service.js +2 -2
- package/esm5/api/creativeController.service.js +2 -2
- package/esm5/api/creativeSetsController.service.js +2 -2
- package/esm5/api/creativeTemplateThemesController.service.js +2 -2
- package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm5/api/creativeTemplatesController.service.js +2 -2
- package/esm5/api/dashboardController.service.js +2 -2
- package/esm5/api/notificationsController.service.js +2 -2
- package/esm5/api/pixelController.service.js +2 -2
- package/esm5/api/reportingController.service.js +2 -2
- package/esm5/api/sliceXController.service.js +2 -2
- package/esm5/api/strategyController.service.js +2 -2
- package/esm5/api/uILoggerController.service.js +2 -2
- package/esm5/api/userPreferenceController.service.js +2 -2
- package/esm5/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.js +1 -0
- package/esm5/model/audienceAnalysisRequest.js +12 -0
- package/esm5/model/audienceDTO.js +1 -1
- package/{esm2015/model/backfillAudienceQueryTemplateDTO.js → esm5/model/combinedAudienceAnalysisResponse.js} +1 -1
- package/esm5/model/models.js +1 -3
- package/esm5/model/searchRequest.js +1 -1
- package/esm5/model/strategyDTO.js +1 -6
- package/fesm2015/revxui-api-clients-ts.js +96 -135
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +98 -137
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/{apiResponseObjectListBackfillAudienceQueryTemplateDTO.d.ts → apiResponseObjectArrayListCombinedAudienceAnalysisResponse.d.ts} +3 -3
- package/model/{backfillAudienceQueryTemplateDTO.d.ts → audienceAnalysisRequest.d.ts} +5 -5
- package/model/audienceDTO.d.ts +0 -2
- package/model/combinedAudienceAnalysisResponse.d.ts +18 -0
- package/model/models.d.ts +3 -4
- package/model/searchRequest.d.ts +1 -0
- package/model/strategyDTO.d.ts +0 -7
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +0 -1
- package/esm2015/model/audienceBackfillQueryTemplateRequest.js +0 -22
- package/esm2015/model/audienceBackfillRequest.js +0 -9
- package/esm5/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +0 -1
- package/esm5/model/audienceBackfillQueryTemplateRequest.js +0 -22
- package/esm5/model/audienceBackfillRequest.js +0 -9
- package/model/audienceBackfillQueryTemplateRequest.d.ts +0 -26
- package/model/audienceBackfillRequest.d.ts +0 -25
|
@@ -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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.atomex.net';
|
|
689
689
|
this.defaultHeaders = new HttpHeaders();
|
|
690
690
|
this.configuration = new Configuration();
|
|
691
691
|
if (basePath) {
|
|
@@ -837,7 +837,7 @@ AppSettingsControllerService = __decorate([
|
|
|
837
837
|
let AudienceControllerService = class AudienceControllerService {
|
|
838
838
|
constructor(httpClient, basePath, configuration) {
|
|
839
839
|
this.httpClient = httpClient;
|
|
840
|
-
this.basePath = 'https://
|
|
840
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
841
841
|
this.defaultHeaders = new HttpHeaders();
|
|
842
842
|
this.configuration = new Configuration();
|
|
843
843
|
if (basePath) {
|
|
@@ -927,9 +927,9 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
927
927
|
reportProgress: reportProgress
|
|
928
928
|
});
|
|
929
929
|
}
|
|
930
|
-
addBackfillRuleUsingPOST(
|
|
931
|
-
if (
|
|
932
|
-
throw new Error('Required parameter
|
|
930
|
+
addBackfillRuleUsingPOST(audience, reqId, token, observe = 'body', reportProgress = false) {
|
|
931
|
+
if (audience === null || audience === undefined) {
|
|
932
|
+
throw new Error('Required parameter audience was null or undefined when calling addBackfillRuleUsingPOST.');
|
|
933
933
|
}
|
|
934
934
|
let headers = this.defaultHeaders;
|
|
935
935
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -954,7 +954,7 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
954
954
|
if (httpContentTypeSelected != undefined) {
|
|
955
955
|
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
956
956
|
}
|
|
957
|
-
return this.httpClient.post(`${this.basePath}/v2/api/audience/addbackfillrule`,
|
|
957
|
+
return this.httpClient.post(`${this.basePath}/v2/api/audience/addbackfillrule`, audience, {
|
|
958
958
|
withCredentials: this.configuration.withCredentials,
|
|
959
959
|
headers: headers,
|
|
960
960
|
observe: observe,
|
|
@@ -1092,43 +1092,6 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
1092
1092
|
reportProgress: reportProgress
|
|
1093
1093
|
});
|
|
1094
1094
|
}
|
|
1095
|
-
getActiveTemplatesUsingPOST(id, request, reqId, token, observe = 'body', reportProgress = false) {
|
|
1096
|
-
if (id === null || id === undefined) {
|
|
1097
|
-
throw new Error('Required parameter id was null or undefined when calling getActiveTemplatesUsingPOST.');
|
|
1098
|
-
}
|
|
1099
|
-
if (request === null || request === undefined) {
|
|
1100
|
-
throw new Error('Required parameter request was null or undefined when calling getActiveTemplatesUsingPOST.');
|
|
1101
|
-
}
|
|
1102
|
-
let headers = this.defaultHeaders;
|
|
1103
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1104
|
-
headers = headers.set('reqId', String(reqId));
|
|
1105
|
-
}
|
|
1106
|
-
if (token !== undefined && token !== null) {
|
|
1107
|
-
headers = headers.set('token', String(token));
|
|
1108
|
-
}
|
|
1109
|
-
// to determine the Accept header
|
|
1110
|
-
let httpHeaderAccepts = [
|
|
1111
|
-
'application/json'
|
|
1112
|
-
];
|
|
1113
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1114
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1115
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1116
|
-
}
|
|
1117
|
-
// to determine the Content-Type header
|
|
1118
|
-
const consumes = [
|
|
1119
|
-
'application/json'
|
|
1120
|
-
];
|
|
1121
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1122
|
-
if (httpContentTypeSelected != undefined) {
|
|
1123
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1124
|
-
}
|
|
1125
|
-
return this.httpClient.post(`${this.basePath}/v2/api/audience/activetemplates/${encodeURIComponent(String(id))}`, request, {
|
|
1126
|
-
withCredentials: this.configuration.withCredentials,
|
|
1127
|
-
headers: headers,
|
|
1128
|
-
observe: observe,
|
|
1129
|
-
reportProgress: reportProgress
|
|
1130
|
-
});
|
|
1131
|
-
}
|
|
1132
1095
|
getAllAudienceUsingPOST(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
|
|
1133
1096
|
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
1134
1097
|
if (advertiser_id !== undefined && advertiser_id !== null) {
|
|
@@ -1210,6 +1173,40 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
1210
1173
|
reportProgress: reportProgress
|
|
1211
1174
|
});
|
|
1212
1175
|
}
|
|
1176
|
+
getAnalysisAudienceCountUsingPOST(audienceAnalysisRequest, reqId, token, observe = 'body', reportProgress = false) {
|
|
1177
|
+
if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
|
|
1178
|
+
throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getAnalysisAudienceCountUsingPOST.');
|
|
1179
|
+
}
|
|
1180
|
+
let headers = this.defaultHeaders;
|
|
1181
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1182
|
+
headers = headers.set('reqId', String(reqId));
|
|
1183
|
+
}
|
|
1184
|
+
if (token !== undefined && token !== null) {
|
|
1185
|
+
headers = headers.set('token', String(token));
|
|
1186
|
+
}
|
|
1187
|
+
// to determine the Accept header
|
|
1188
|
+
let httpHeaderAccepts = [
|
|
1189
|
+
'*/*'
|
|
1190
|
+
];
|
|
1191
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1192
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1193
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1194
|
+
}
|
|
1195
|
+
// to determine the Content-Type header
|
|
1196
|
+
const consumes = [
|
|
1197
|
+
'application/json'
|
|
1198
|
+
];
|
|
1199
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1200
|
+
if (httpContentTypeSelected != undefined) {
|
|
1201
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1202
|
+
}
|
|
1203
|
+
return this.httpClient.post(`${this.basePath}/v2/api/audience/audienceanalysis`, audienceAnalysisRequest, {
|
|
1204
|
+
withCredentials: this.configuration.withCredentials,
|
|
1205
|
+
headers: headers,
|
|
1206
|
+
observe: observe,
|
|
1207
|
+
reportProgress: reportProgress
|
|
1208
|
+
});
|
|
1209
|
+
}
|
|
1213
1210
|
getByIdUsingGET1(id, refresh, reqId, token, observe = 'body', reportProgress = false) {
|
|
1214
1211
|
if (id === null || id === undefined) {
|
|
1215
1212
|
throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET1.');
|
|
@@ -1300,6 +1297,40 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
1300
1297
|
reportProgress: reportProgress
|
|
1301
1298
|
});
|
|
1302
1299
|
}
|
|
1300
|
+
getCombinedAnalysisAudienceCountUsingPOST(audienceAnalysisRequest, reqId, token, observe = 'body', reportProgress = false) {
|
|
1301
|
+
if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
|
|
1302
|
+
throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getCombinedAnalysisAudienceCountUsingPOST.');
|
|
1303
|
+
}
|
|
1304
|
+
let headers = this.defaultHeaders;
|
|
1305
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1306
|
+
headers = headers.set('reqId', String(reqId));
|
|
1307
|
+
}
|
|
1308
|
+
if (token !== undefined && token !== null) {
|
|
1309
|
+
headers = headers.set('token', String(token));
|
|
1310
|
+
}
|
|
1311
|
+
// to determine the Accept header
|
|
1312
|
+
let httpHeaderAccepts = [
|
|
1313
|
+
'*/*'
|
|
1314
|
+
];
|
|
1315
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1316
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1317
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1318
|
+
}
|
|
1319
|
+
// to determine the Content-Type header
|
|
1320
|
+
const consumes = [
|
|
1321
|
+
'application/json'
|
|
1322
|
+
];
|
|
1323
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1324
|
+
if (httpContentTypeSelected != undefined) {
|
|
1325
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1326
|
+
}
|
|
1327
|
+
return this.httpClient.post(`${this.basePath}/v2/api/audience/audienceanalysis/combination`, audienceAnalysisRequest, {
|
|
1328
|
+
withCredentials: this.configuration.withCredentials,
|
|
1329
|
+
headers: headers,
|
|
1330
|
+
observe: observe,
|
|
1331
|
+
reportProgress: reportProgress
|
|
1332
|
+
});
|
|
1333
|
+
}
|
|
1303
1334
|
getEligibleUsersCountUsingPOST(eligibleUsersRequest, reqId, token, observe = 'body', reportProgress = false) {
|
|
1304
1335
|
if (eligibleUsersRequest === null || eligibleUsersRequest === undefined) {
|
|
1305
1336
|
throw new Error('Required parameter eligibleUsersRequest was null or undefined when calling getEligibleUsersCountUsingPOST.');
|
|
@@ -1524,40 +1555,6 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
1524
1555
|
reportProgress: reportProgress
|
|
1525
1556
|
});
|
|
1526
1557
|
}
|
|
1527
|
-
validateBackfillRuleUsingPOST(query, reqId, token, observe = 'body', reportProgress = false) {
|
|
1528
|
-
if (query === null || query === undefined) {
|
|
1529
|
-
throw new Error('Required parameter query was null or undefined when calling validateBackfillRuleUsingPOST.');
|
|
1530
|
-
}
|
|
1531
|
-
let headers = this.defaultHeaders;
|
|
1532
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1533
|
-
headers = headers.set('reqId', String(reqId));
|
|
1534
|
-
}
|
|
1535
|
-
if (token !== undefined && token !== null) {
|
|
1536
|
-
headers = headers.set('token', String(token));
|
|
1537
|
-
}
|
|
1538
|
-
// to determine the Accept header
|
|
1539
|
-
let httpHeaderAccepts = [
|
|
1540
|
-
'application/json'
|
|
1541
|
-
];
|
|
1542
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1543
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1544
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1545
|
-
}
|
|
1546
|
-
// to determine the Content-Type header
|
|
1547
|
-
const consumes = [
|
|
1548
|
-
'application/json'
|
|
1549
|
-
];
|
|
1550
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1551
|
-
if (httpContentTypeSelected != undefined) {
|
|
1552
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1553
|
-
}
|
|
1554
|
-
return this.httpClient.post(`${this.basePath}/v2/api/audience/validatebackfillrule`, query, {
|
|
1555
|
-
withCredentials: this.configuration.withCredentials,
|
|
1556
|
-
headers: headers,
|
|
1557
|
-
observe: observe,
|
|
1558
|
-
reportProgress: reportProgress
|
|
1559
|
-
});
|
|
1560
|
-
}
|
|
1561
1558
|
};
|
|
1562
1559
|
AudienceControllerService.ctorParameters = () => [
|
|
1563
1560
|
{ type: HttpClient },
|
|
@@ -1583,7 +1580,7 @@ AudienceControllerService = __decorate([
|
|
|
1583
1580
|
let AuditControllerService = class AuditControllerService {
|
|
1584
1581
|
constructor(httpClient, basePath, configuration) {
|
|
1585
1582
|
this.httpClient = httpClient;
|
|
1586
|
-
this.basePath = 'https://
|
|
1583
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1587
1584
|
this.defaultHeaders = new HttpHeaders();
|
|
1588
1585
|
this.configuration = new Configuration();
|
|
1589
1586
|
if (basePath) {
|
|
@@ -1764,7 +1761,7 @@ AuditControllerService = __decorate([
|
|
|
1764
1761
|
let BulkStrategyControllerService = class BulkStrategyControllerService {
|
|
1765
1762
|
constructor(httpClient, basePath, configuration) {
|
|
1766
1763
|
this.httpClient = httpClient;
|
|
1767
|
-
this.basePath = 'https://
|
|
1764
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1768
1765
|
this.defaultHeaders = new HttpHeaders();
|
|
1769
1766
|
this.configuration = new Configuration();
|
|
1770
1767
|
if (basePath) {
|
|
@@ -1985,7 +1982,7 @@ BulkStrategyControllerService = __decorate([
|
|
|
1985
1982
|
let CSSThemeController_Service = class CSSThemeController_Service {
|
|
1986
1983
|
constructor(httpClient, basePath, configuration) {
|
|
1987
1984
|
this.httpClient = httpClient;
|
|
1988
|
-
this.basePath = 'https://
|
|
1985
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1989
1986
|
this.defaultHeaders = new HttpHeaders();
|
|
1990
1987
|
this.configuration = new Configuration();
|
|
1991
1988
|
if (basePath) {
|
|
@@ -2090,7 +2087,7 @@ CSSThemeController_Service = __decorate([
|
|
|
2090
2087
|
let CampaignControllerService = class CampaignControllerService {
|
|
2091
2088
|
constructor(httpClient, basePath, configuration) {
|
|
2092
2089
|
this.httpClient = httpClient;
|
|
2093
|
-
this.basePath = 'https://
|
|
2090
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2094
2091
|
this.defaultHeaders = new HttpHeaders();
|
|
2095
2092
|
this.configuration = new Configuration();
|
|
2096
2093
|
if (basePath) {
|
|
@@ -2386,7 +2383,7 @@ CampaignControllerService = __decorate([
|
|
|
2386
2383
|
let CatalogControllerService = class CatalogControllerService {
|
|
2387
2384
|
constructor(httpClient, basePath, configuration) {
|
|
2388
2385
|
this.httpClient = httpClient;
|
|
2389
|
-
this.basePath = 'https://
|
|
2386
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2390
2387
|
this.defaultHeaders = new HttpHeaders();
|
|
2391
2388
|
this.configuration = new Configuration();
|
|
2392
2389
|
if (basePath) {
|
|
@@ -2589,7 +2586,7 @@ CatalogControllerService = __decorate([
|
|
|
2589
2586
|
let ClickDestinationControllerService = class ClickDestinationControllerService {
|
|
2590
2587
|
constructor(httpClient, basePath, configuration) {
|
|
2591
2588
|
this.httpClient = httpClient;
|
|
2592
|
-
this.basePath = 'https://
|
|
2589
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2593
2590
|
this.defaultHeaders = new HttpHeaders();
|
|
2594
2591
|
this.configuration = new Configuration();
|
|
2595
2592
|
if (basePath) {
|
|
@@ -2817,7 +2814,7 @@ ClickDestinationControllerService = __decorate([
|
|
|
2817
2814
|
let CreativeControllerService = class CreativeControllerService {
|
|
2818
2815
|
constructor(httpClient, basePath, configuration) {
|
|
2819
2816
|
this.httpClient = httpClient;
|
|
2820
|
-
this.basePath = 'https://
|
|
2817
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2821
2818
|
this.defaultHeaders = new HttpHeaders();
|
|
2822
2819
|
this.configuration = new Configuration();
|
|
2823
2820
|
if (basePath) {
|
|
@@ -3260,7 +3257,7 @@ CreativeControllerService = __decorate([
|
|
|
3260
3257
|
let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
3261
3258
|
constructor(httpClient, basePath, configuration) {
|
|
3262
3259
|
this.httpClient = httpClient;
|
|
3263
|
-
this.basePath = 'https://
|
|
3260
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3264
3261
|
this.defaultHeaders = new HttpHeaders();
|
|
3265
3262
|
this.configuration = new Configuration();
|
|
3266
3263
|
if (basePath) {
|
|
@@ -3673,7 +3670,7 @@ CreativeSetsControllerService = __decorate([
|
|
|
3673
3670
|
let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
|
|
3674
3671
|
constructor(httpClient, basePath, configuration) {
|
|
3675
3672
|
this.httpClient = httpClient;
|
|
3676
|
-
this.basePath = 'https://
|
|
3673
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3677
3674
|
this.defaultHeaders = new HttpHeaders();
|
|
3678
3675
|
this.configuration = new Configuration();
|
|
3679
3676
|
if (basePath) {
|
|
@@ -3854,7 +3851,7 @@ CreativeTemplateThemesControllerService = __decorate([
|
|
|
3854
3851
|
let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
|
|
3855
3852
|
constructor(httpClient, basePath, configuration) {
|
|
3856
3853
|
this.httpClient = httpClient;
|
|
3857
|
-
this.basePath = 'https://
|
|
3854
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3858
3855
|
this.defaultHeaders = new HttpHeaders();
|
|
3859
3856
|
this.configuration = new Configuration();
|
|
3860
3857
|
if (basePath) {
|
|
@@ -3928,7 +3925,7 @@ CreativeTemplateVariablesControllerService = __decorate([
|
|
|
3928
3925
|
let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
|
|
3929
3926
|
constructor(httpClient, basePath, configuration) {
|
|
3930
3927
|
this.httpClient = httpClient;
|
|
3931
|
-
this.basePath = 'https://
|
|
3928
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3932
3929
|
this.defaultHeaders = new HttpHeaders();
|
|
3933
3930
|
this.configuration = new Configuration();
|
|
3934
3931
|
if (basePath) {
|
|
@@ -4089,7 +4086,7 @@ CreativeTemplatesControllerService = __decorate([
|
|
|
4089
4086
|
let DashboardControllerService = class DashboardControllerService {
|
|
4090
4087
|
constructor(httpClient, basePath, configuration) {
|
|
4091
4088
|
this.httpClient = httpClient;
|
|
4092
|
-
this.basePath = 'https://
|
|
4089
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4093
4090
|
this.defaultHeaders = new HttpHeaders();
|
|
4094
4091
|
this.configuration = new Configuration();
|
|
4095
4092
|
if (basePath) {
|
|
@@ -4704,7 +4701,7 @@ DashboardControllerService = __decorate([
|
|
|
4704
4701
|
let NotificationsControllerService = class NotificationsControllerService {
|
|
4705
4702
|
constructor(httpClient, basePath, configuration) {
|
|
4706
4703
|
this.httpClient = httpClient;
|
|
4707
|
-
this.basePath = 'https://
|
|
4704
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4708
4705
|
this.defaultHeaders = new HttpHeaders();
|
|
4709
4706
|
this.configuration = new Configuration();
|
|
4710
4707
|
if (basePath) {
|
|
@@ -4883,7 +4880,7 @@ NotificationsControllerService = __decorate([
|
|
|
4883
4880
|
let PixelControllerService = class PixelControllerService {
|
|
4884
4881
|
constructor(httpClient, basePath, configuration) {
|
|
4885
4882
|
this.httpClient = httpClient;
|
|
4886
|
-
this.basePath = 'https://
|
|
4883
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4887
4884
|
this.defaultHeaders = new HttpHeaders();
|
|
4888
4885
|
this.configuration = new Configuration();
|
|
4889
4886
|
if (basePath) {
|
|
@@ -5186,7 +5183,7 @@ PixelControllerService = __decorate([
|
|
|
5186
5183
|
let ReportingControllerService = class ReportingControllerService {
|
|
5187
5184
|
constructor(httpClient, basePath, configuration) {
|
|
5188
5185
|
this.httpClient = httpClient;
|
|
5189
|
-
this.basePath = 'https://
|
|
5186
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5190
5187
|
this.defaultHeaders = new HttpHeaders();
|
|
5191
5188
|
this.configuration = new Configuration();
|
|
5192
5189
|
if (basePath) {
|
|
@@ -5352,7 +5349,7 @@ ReportingControllerService = __decorate([
|
|
|
5352
5349
|
let SliceXControllerService = class SliceXControllerService {
|
|
5353
5350
|
constructor(httpClient, basePath, configuration) {
|
|
5354
5351
|
this.httpClient = httpClient;
|
|
5355
|
-
this.basePath = 'https://
|
|
5352
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5356
5353
|
this.defaultHeaders = new HttpHeaders();
|
|
5357
5354
|
this.configuration = new Configuration();
|
|
5358
5355
|
if (basePath) {
|
|
@@ -5598,7 +5595,7 @@ SliceXControllerService = __decorate([
|
|
|
5598
5595
|
let StrategyControllerService = class StrategyControllerService {
|
|
5599
5596
|
constructor(httpClient, basePath, configuration) {
|
|
5600
5597
|
this.httpClient = httpClient;
|
|
5601
|
-
this.basePath = 'https://
|
|
5598
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5602
5599
|
this.defaultHeaders = new HttpHeaders();
|
|
5603
5600
|
this.configuration = new Configuration();
|
|
5604
5601
|
if (basePath) {
|
|
@@ -6213,7 +6210,7 @@ StrategyControllerService = __decorate([
|
|
|
6213
6210
|
let UILoggerControllerService = class UILoggerControllerService {
|
|
6214
6211
|
constructor(httpClient, basePath, configuration) {
|
|
6215
6212
|
this.httpClient = httpClient;
|
|
6216
|
-
this.basePath = 'https://
|
|
6213
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6217
6214
|
this.defaultHeaders = new HttpHeaders();
|
|
6218
6215
|
this.configuration = new Configuration();
|
|
6219
6216
|
if (basePath) {
|
|
@@ -6301,7 +6298,7 @@ UILoggerControllerService = __decorate([
|
|
|
6301
6298
|
let UserPreferenceControllerService = class UserPreferenceControllerService {
|
|
6302
6299
|
constructor(httpClient, basePath, configuration) {
|
|
6303
6300
|
this.httpClient = httpClient;
|
|
6304
|
-
this.basePath = 'https://
|
|
6301
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6305
6302
|
this.defaultHeaders = new HttpHeaders();
|
|
6306
6303
|
this.configuration = new Configuration();
|
|
6307
6304
|
if (basePath) {
|
|
@@ -6537,37 +6534,6 @@ var AuctionTypeEditField;
|
|
|
6537
6534
|
};
|
|
6538
6535
|
})(AuctionTypeEditField || (AuctionTypeEditField = {}));
|
|
6539
6536
|
|
|
6540
|
-
/**
|
|
6541
|
-
* Api Documentation
|
|
6542
|
-
* Api Documentation
|
|
6543
|
-
*
|
|
6544
|
-
* OpenAPI spec version: 1.0
|
|
6545
|
-
*
|
|
6546
|
-
*
|
|
6547
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6548
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
6549
|
-
* Do not edit the class manually.
|
|
6550
|
-
*/
|
|
6551
|
-
var AudienceBackfillQueryTemplateRequest;
|
|
6552
|
-
(function (AudienceBackfillQueryTemplateRequest) {
|
|
6553
|
-
AudienceBackfillQueryTemplateRequest.DurationUnitEnum = {
|
|
6554
|
-
MINUTE: 'MINUTE',
|
|
6555
|
-
HOUR: 'HOUR',
|
|
6556
|
-
DAY: 'DAY',
|
|
6557
|
-
WEEK: 'WEEK',
|
|
6558
|
-
MONTH: 'MONTH'
|
|
6559
|
-
};
|
|
6560
|
-
})(AudienceBackfillQueryTemplateRequest || (AudienceBackfillQueryTemplateRequest = {}));
|
|
6561
|
-
|
|
6562
|
-
var AudienceBackfillRequest;
|
|
6563
|
-
(function (AudienceBackfillRequest) {
|
|
6564
|
-
AudienceBackfillRequest.BackfillScheduleEnum = {
|
|
6565
|
-
ONLYONCE: 'ONLY_ONCE',
|
|
6566
|
-
ONCEADAY: 'ONCE_A_DAY',
|
|
6567
|
-
ONCEAWEEK: 'ONCE_A_WEEK'
|
|
6568
|
-
};
|
|
6569
|
-
})(AudienceBackfillRequest || (AudienceBackfillRequest = {}));
|
|
6570
|
-
|
|
6571
6537
|
var AudienceDTO;
|
|
6572
6538
|
(function (AudienceDTO) {
|
|
6573
6539
|
AudienceDTO.AudienceTypeEnum = {
|
|
@@ -7209,11 +7175,6 @@ var StrategyDTO;
|
|
|
7209
7175
|
DAYWEIGHTEDRANDOM: 'PS_DAY_WEIGHTED_RANDOM',
|
|
7210
7176
|
ADVPRCONTENTTS: 'PS_ADV_PR_CONTENT_TS'
|
|
7211
7177
|
};
|
|
7212
|
-
StrategyDTO.PublisherTypesEnum = {
|
|
7213
|
-
DIRECT: 'DIRECT',
|
|
7214
|
-
RESELLER: 'RESELLER',
|
|
7215
|
-
UNKNOWN: 'UNKNOWN'
|
|
7216
|
-
};
|
|
7217
7178
|
})(StrategyDTO || (StrategyDTO = {}));
|
|
7218
7179
|
|
|
7219
7180
|
/**
|
|
@@ -7416,5 +7377,5 @@ ApiModule = ApiModule_1 = __decorate([
|
|
|
7416
7377
|
* Generated bundle index. Do not edit.
|
|
7417
7378
|
*/
|
|
7418
7379
|
|
|
7419
|
-
export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField,
|
|
7380
|
+
export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
|
|
7420
7381
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|