@revxui/api-clients-ts 0.10.187 → 0.10.191
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/api.d.ts +3 -1
- package/api/audienceController.service.d.ts +48 -4
- package/api/dashboardController.service.d.ts +24 -24
- package/api/notificationsController.service.d.ts +77 -0
- package/api/sliceXController.service.d.ts +6 -6
- package/bundles/revxui-api-clients-ts.umd.js +425 -24
- 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/api.js +4 -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/notificationsController.service.js +187 -0
- 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/api.module.js +3 -1
- package/esm2015/model/advertiserPojo.js +1 -1
- package/esm2015/model/apiListResponseAudienceESDTO.js +1 -0
- package/esm2015/model/apiResponseObjectApiListResponseAudienceESDTO.js +1 -0
- package/esm2015/model/{apiListResponseListAudienceESDTO.js → apiResponseObjectResponseMessage.js} +1 -1
- package/esm2015/model/audienceBackFilledStats.js +12 -0
- package/esm2015/model/audienceDTO.js +20 -1
- package/esm2015/model/audienceESDTO.js +16 -1
- package/esm2015/model/bulkEditStrategiesDTO.js +1 -1
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeSetDashboardMetric.js +1 -1
- package/esm2015/model/creativeSetDetails.js +1 -1
- package/esm2015/model/dashboardData.js +1 -1
- package/esm2015/model/dashboardMetrics.js +1 -1
- package/esm2015/model/models.js +3 -1
- package/esm2015/model/notificationListResponseNotificationResponse.js +1 -0
- package/esm2015/model/notificationResponse.js +19 -0
- package/esm2015/model/ruleComponentDTO.js +1 -1
- package/esm2015/model/ruleDTO.js +8 -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/api.js +4 -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/notificationsController.service.js +207 -0
- 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/api.module.js +3 -1
- package/esm5/model/advertiserPojo.js +1 -1
- package/esm5/model/apiListResponseAudienceESDTO.js +1 -0
- package/esm5/model/apiResponseObjectApiListResponseAudienceESDTO.js +1 -0
- package/esm5/model/{apiListResponseListAudienceESDTO.js → apiResponseObjectResponseMessage.js} +1 -1
- package/esm5/model/audienceBackFilledStats.js +12 -0
- package/esm5/model/audienceDTO.js +20 -1
- package/esm5/model/audienceESDTO.js +16 -1
- package/esm5/model/bulkEditStrategiesDTO.js +1 -1
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeSetDashboardMetric.js +1 -1
- package/esm5/model/creativeSetDetails.js +1 -1
- package/esm5/model/dashboardData.js +1 -1
- package/esm5/model/dashboardMetrics.js +1 -1
- package/esm5/model/models.js +3 -1
- package/esm5/model/notificationListResponseNotificationResponse.js +1 -0
- package/esm5/model/notificationResponse.js +19 -0
- package/esm5/model/ruleComponentDTO.js +1 -1
- package/esm5/model/ruleDTO.js +8 -1
- package/esm5/model/slicexData.js +1 -1
- package/esm5/model/slicexGridData.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +399 -25
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +425 -25
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/advertiserPojo.d.ts +2 -0
- package/model/{apiListResponseListAudienceESDTO.d.ts → apiListResponseAudienceESDTO.d.ts} +2 -2
- package/model/{apiResponseObjectApiListResponseListAudienceESDTO.d.ts → apiResponseObjectApiListResponseAudienceESDTO.d.ts} +3 -3
- package/model/{baseModelListEditField.d.ts → apiResponseObjectResponseMessage.d.ts} +5 -4
- package/model/audienceBackFilledStats.d.ts +21 -0
- package/model/audienceDTO.d.ts +40 -5
- package/model/audienceESDTO.d.ts +17 -0
- package/model/bulkEditStrategiesDTO.d.ts +0 -2
- package/model/creativeDTO.d.ts +2 -0
- package/model/creativeSetDashboardMetric.d.ts +4 -0
- package/model/creativeSetDetails.d.ts +2 -0
- package/model/dashboardData.d.ts +2 -0
- package/model/dashboardMetrics.d.ts +2 -0
- package/model/models.d.ts +6 -3
- package/model/notificationListResponseNotificationResponse.d.ts +17 -0
- package/model/notificationResponse.d.ts +31 -0
- package/model/ruleComponentDTO.d.ts +1 -0
- package/model/ruleDTO.d.ts +11 -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/apiResponseObjectApiListResponseListAudienceESDTO.js +0 -1
- package/esm2015/model/baseModelListEditField.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponseListAudienceESDTO.js +0 -1
- package/esm5/model/baseModelListEditField.js +0 -1
|
@@ -83,7 +83,7 @@ class Configuration {
|
|
|
83
83
|
let AdminControllerService = class AdminControllerService {
|
|
84
84
|
constructor(httpClient, basePath, configuration) {
|
|
85
85
|
this.httpClient = httpClient;
|
|
86
|
-
this.basePath = 'https://
|
|
86
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
87
87
|
this.defaultHeaders = new HttpHeaders();
|
|
88
88
|
this.configuration = new Configuration();
|
|
89
89
|
if (basePath) {
|
|
@@ -273,7 +273,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
|
|
|
273
273
|
let AdvertiserControllerService = class AdvertiserControllerService {
|
|
274
274
|
constructor(httpClient, basePath, configuration) {
|
|
275
275
|
this.httpClient = httpClient;
|
|
276
|
-
this.basePath = 'https://
|
|
276
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
277
277
|
this.defaultHeaders = new HttpHeaders();
|
|
278
278
|
this.configuration = new Configuration();
|
|
279
279
|
if (basePath) {
|
|
@@ -685,7 +685,7 @@ AdvertiserControllerService = __decorate([
|
|
|
685
685
|
let AppSettingsControllerService = class AppSettingsControllerService {
|
|
686
686
|
constructor(httpClient, basePath, configuration) {
|
|
687
687
|
this.httpClient = httpClient;
|
|
688
|
-
this.basePath = 'https://
|
|
688
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
689
689
|
this.defaultHeaders = new HttpHeaders();
|
|
690
690
|
this.configuration = new Configuration();
|
|
691
691
|
if (basePath) {
|
|
@@ -837,7 +837,7 @@ AppSettingsControllerService = __decorate([
|
|
|
837
837
|
let AppsFlyerAudienceControllerService = class AppsFlyerAudienceControllerService {
|
|
838
838
|
constructor(httpClient, basePath, configuration) {
|
|
839
839
|
this.httpClient = httpClient;
|
|
840
|
-
this.basePath = 'https://
|
|
840
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
841
841
|
this.defaultHeaders = new HttpHeaders();
|
|
842
842
|
this.configuration = new Configuration();
|
|
843
843
|
if (basePath) {
|
|
@@ -988,7 +988,7 @@ AppsFlyerAudienceControllerService = __decorate([
|
|
|
988
988
|
let AudienceControllerService = class AudienceControllerService {
|
|
989
989
|
constructor(httpClient, basePath, configuration) {
|
|
990
990
|
this.httpClient = httpClient;
|
|
991
|
-
this.basePath = 'https://
|
|
991
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
992
992
|
this.defaultHeaders = new HttpHeaders();
|
|
993
993
|
this.configuration = new Configuration();
|
|
994
994
|
if (basePath) {
|
|
@@ -1047,6 +1047,71 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
1047
1047
|
reportProgress: reportProgress
|
|
1048
1048
|
});
|
|
1049
1049
|
}
|
|
1050
|
+
activateBackfillRuleUsingGET(id, queryID, reqId, token, observe = 'body', reportProgress = false) {
|
|
1051
|
+
if (id === null || id === undefined) {
|
|
1052
|
+
throw new Error('Required parameter id was null or undefined when calling activateBackfillRuleUsingGET.');
|
|
1053
|
+
}
|
|
1054
|
+
if (queryID === null || queryID === undefined) {
|
|
1055
|
+
throw new Error('Required parameter queryID was null or undefined when calling activateBackfillRuleUsingGET.');
|
|
1056
|
+
}
|
|
1057
|
+
let headers = this.defaultHeaders;
|
|
1058
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1059
|
+
headers = headers.set('reqId', String(reqId));
|
|
1060
|
+
}
|
|
1061
|
+
if (token !== undefined && token !== null) {
|
|
1062
|
+
headers = headers.set('token', String(token));
|
|
1063
|
+
}
|
|
1064
|
+
// to determine the Accept header
|
|
1065
|
+
let httpHeaderAccepts = [
|
|
1066
|
+
'*/*'
|
|
1067
|
+
];
|
|
1068
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1069
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1070
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1071
|
+
}
|
|
1072
|
+
// to determine the Content-Type header
|
|
1073
|
+
const consumes = [];
|
|
1074
|
+
return this.httpClient.get(`${this.basePath}/v2/api/audience/${encodeURIComponent(String(id))}/${encodeURIComponent(String(queryID))}`, {
|
|
1075
|
+
withCredentials: this.configuration.withCredentials,
|
|
1076
|
+
headers: headers,
|
|
1077
|
+
observe: observe,
|
|
1078
|
+
reportProgress: reportProgress
|
|
1079
|
+
});
|
|
1080
|
+
}
|
|
1081
|
+
addBackfillRuleUsingPOST(audience, reqId, token, observe = 'body', reportProgress = false) {
|
|
1082
|
+
if (audience === null || audience === undefined) {
|
|
1083
|
+
throw new Error('Required parameter audience was null or undefined when calling addBackfillRuleUsingPOST.');
|
|
1084
|
+
}
|
|
1085
|
+
let headers = this.defaultHeaders;
|
|
1086
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1087
|
+
headers = headers.set('reqId', String(reqId));
|
|
1088
|
+
}
|
|
1089
|
+
if (token !== undefined && token !== null) {
|
|
1090
|
+
headers = headers.set('token', String(token));
|
|
1091
|
+
}
|
|
1092
|
+
// to determine the Accept header
|
|
1093
|
+
let httpHeaderAccepts = [
|
|
1094
|
+
'application/json'
|
|
1095
|
+
];
|
|
1096
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1097
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1098
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1099
|
+
}
|
|
1100
|
+
// to determine the Content-Type header
|
|
1101
|
+
const consumes = [
|
|
1102
|
+
'application/json'
|
|
1103
|
+
];
|
|
1104
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1105
|
+
if (httpContentTypeSelected != undefined) {
|
|
1106
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1107
|
+
}
|
|
1108
|
+
return this.httpClient.post(`${this.basePath}/v2/api/audience/addbackfillrule`, audience, {
|
|
1109
|
+
withCredentials: this.configuration.withCredentials,
|
|
1110
|
+
headers: headers,
|
|
1111
|
+
observe: observe,
|
|
1112
|
+
reportProgress: reportProgress
|
|
1113
|
+
});
|
|
1114
|
+
}
|
|
1050
1115
|
checkConnectionUsingPOST(config, reqId, token, observe = 'body', reportProgress = false) {
|
|
1051
1116
|
if (config === null || config === undefined) {
|
|
1052
1117
|
throw new Error('Required parameter config was null or undefined when calling checkConnectionUsingPOST.');
|
|
@@ -1292,6 +1357,63 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
1292
1357
|
reportProgress: reportProgress
|
|
1293
1358
|
});
|
|
1294
1359
|
}
|
|
1360
|
+
getChartDataUsingPOST(audienceType, dashboardRequest, id, metric, refresh, reqId, token, observe = 'body', reportProgress = false) {
|
|
1361
|
+
if (audienceType === null || audienceType === undefined) {
|
|
1362
|
+
throw new Error('Required parameter audienceType was null or undefined when calling getChartDataUsingPOST.');
|
|
1363
|
+
}
|
|
1364
|
+
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
1365
|
+
throw new Error('Required parameter dashboardRequest was null or undefined when calling getChartDataUsingPOST.');
|
|
1366
|
+
}
|
|
1367
|
+
if (id === null || id === undefined) {
|
|
1368
|
+
throw new Error('Required parameter id was null or undefined when calling getChartDataUsingPOST.');
|
|
1369
|
+
}
|
|
1370
|
+
if (metric === null || metric === undefined) {
|
|
1371
|
+
throw new Error('Required parameter metric was null or undefined when calling getChartDataUsingPOST.');
|
|
1372
|
+
}
|
|
1373
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
1374
|
+
if (audienceType !== undefined && audienceType !== null) {
|
|
1375
|
+
queryParameters = queryParameters.set('audienceType', audienceType);
|
|
1376
|
+
}
|
|
1377
|
+
if (id !== undefined && id !== null) {
|
|
1378
|
+
queryParameters = queryParameters.set('id', id);
|
|
1379
|
+
}
|
|
1380
|
+
if (metric !== undefined && metric !== null) {
|
|
1381
|
+
queryParameters = queryParameters.set('metric', metric);
|
|
1382
|
+
}
|
|
1383
|
+
if (refresh !== undefined && refresh !== null) {
|
|
1384
|
+
queryParameters = queryParameters.set('refresh', refresh);
|
|
1385
|
+
}
|
|
1386
|
+
let headers = this.defaultHeaders;
|
|
1387
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1388
|
+
headers = headers.set('reqId', String(reqId));
|
|
1389
|
+
}
|
|
1390
|
+
if (token !== undefined && token !== null) {
|
|
1391
|
+
headers = headers.set('token', String(token));
|
|
1392
|
+
}
|
|
1393
|
+
// to determine the Accept header
|
|
1394
|
+
let httpHeaderAccepts = [
|
|
1395
|
+
'application/json'
|
|
1396
|
+
];
|
|
1397
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1398
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1399
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1400
|
+
}
|
|
1401
|
+
// to determine the Content-Type header
|
|
1402
|
+
const consumes = [
|
|
1403
|
+
'application/json'
|
|
1404
|
+
];
|
|
1405
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1406
|
+
if (httpContentTypeSelected != undefined) {
|
|
1407
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1408
|
+
}
|
|
1409
|
+
return this.httpClient.post(`${this.basePath}/v2/api/audience/chart`, dashboardRequest, {
|
|
1410
|
+
params: queryParameters,
|
|
1411
|
+
withCredentials: this.configuration.withCredentials,
|
|
1412
|
+
headers: headers,
|
|
1413
|
+
observe: observe,
|
|
1414
|
+
reportProgress: reportProgress
|
|
1415
|
+
});
|
|
1416
|
+
}
|
|
1295
1417
|
getMetaRulesUsingGET(reqId, token, observe = 'body', reportProgress = false) {
|
|
1296
1418
|
let headers = this.defaultHeaders;
|
|
1297
1419
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -1474,7 +1596,7 @@ AudienceControllerService = __decorate([
|
|
|
1474
1596
|
let AuditControllerService = class AuditControllerService {
|
|
1475
1597
|
constructor(httpClient, basePath, configuration) {
|
|
1476
1598
|
this.httpClient = httpClient;
|
|
1477
|
-
this.basePath = 'https://
|
|
1599
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1478
1600
|
this.defaultHeaders = new HttpHeaders();
|
|
1479
1601
|
this.configuration = new Configuration();
|
|
1480
1602
|
if (basePath) {
|
|
@@ -1655,7 +1777,7 @@ AuditControllerService = __decorate([
|
|
|
1655
1777
|
let BulkStrategyControllerService = class BulkStrategyControllerService {
|
|
1656
1778
|
constructor(httpClient, basePath, configuration) {
|
|
1657
1779
|
this.httpClient = httpClient;
|
|
1658
|
-
this.basePath = 'https://
|
|
1780
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1659
1781
|
this.defaultHeaders = new HttpHeaders();
|
|
1660
1782
|
this.configuration = new Configuration();
|
|
1661
1783
|
if (basePath) {
|
|
@@ -1876,7 +1998,7 @@ BulkStrategyControllerService = __decorate([
|
|
|
1876
1998
|
let CSSThemeController_Service = class CSSThemeController_Service {
|
|
1877
1999
|
constructor(httpClient, basePath, configuration) {
|
|
1878
2000
|
this.httpClient = httpClient;
|
|
1879
|
-
this.basePath = 'https://
|
|
2001
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1880
2002
|
this.defaultHeaders = new HttpHeaders();
|
|
1881
2003
|
this.configuration = new Configuration();
|
|
1882
2004
|
if (basePath) {
|
|
@@ -1981,7 +2103,7 @@ CSSThemeController_Service = __decorate([
|
|
|
1981
2103
|
let CampaignControllerService = class CampaignControllerService {
|
|
1982
2104
|
constructor(httpClient, basePath, configuration) {
|
|
1983
2105
|
this.httpClient = httpClient;
|
|
1984
|
-
this.basePath = 'https://
|
|
2106
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1985
2107
|
this.defaultHeaders = new HttpHeaders();
|
|
1986
2108
|
this.configuration = new Configuration();
|
|
1987
2109
|
if (basePath) {
|
|
@@ -2243,7 +2365,7 @@ CampaignControllerService = __decorate([
|
|
|
2243
2365
|
let CatalogControllerService = class CatalogControllerService {
|
|
2244
2366
|
constructor(httpClient, basePath, configuration) {
|
|
2245
2367
|
this.httpClient = httpClient;
|
|
2246
|
-
this.basePath = 'https://
|
|
2368
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2247
2369
|
this.defaultHeaders = new HttpHeaders();
|
|
2248
2370
|
this.configuration = new Configuration();
|
|
2249
2371
|
if (basePath) {
|
|
@@ -2446,7 +2568,7 @@ CatalogControllerService = __decorate([
|
|
|
2446
2568
|
let ClickDestinationControllerService = class ClickDestinationControllerService {
|
|
2447
2569
|
constructor(httpClient, basePath, configuration) {
|
|
2448
2570
|
this.httpClient = httpClient;
|
|
2449
|
-
this.basePath = 'https://
|
|
2571
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2450
2572
|
this.defaultHeaders = new HttpHeaders();
|
|
2451
2573
|
this.configuration = new Configuration();
|
|
2452
2574
|
if (basePath) {
|
|
@@ -2674,7 +2796,7 @@ ClickDestinationControllerService = __decorate([
|
|
|
2674
2796
|
let CreativeControllerService = class CreativeControllerService {
|
|
2675
2797
|
constructor(httpClient, basePath, configuration) {
|
|
2676
2798
|
this.httpClient = httpClient;
|
|
2677
|
-
this.basePath = 'https://
|
|
2799
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2678
2800
|
this.defaultHeaders = new HttpHeaders();
|
|
2679
2801
|
this.configuration = new Configuration();
|
|
2680
2802
|
if (basePath) {
|
|
@@ -3117,7 +3239,7 @@ CreativeControllerService = __decorate([
|
|
|
3117
3239
|
let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
3118
3240
|
constructor(httpClient, basePath, configuration) {
|
|
3119
3241
|
this.httpClient = httpClient;
|
|
3120
|
-
this.basePath = 'https://
|
|
3242
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3121
3243
|
this.defaultHeaders = new HttpHeaders();
|
|
3122
3244
|
this.configuration = new Configuration();
|
|
3123
3245
|
if (basePath) {
|
|
@@ -3426,7 +3548,7 @@ CreativeSetsControllerService = __decorate([
|
|
|
3426
3548
|
let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
|
|
3427
3549
|
constructor(httpClient, basePath, configuration) {
|
|
3428
3550
|
this.httpClient = httpClient;
|
|
3429
|
-
this.basePath = 'https://
|
|
3551
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3430
3552
|
this.defaultHeaders = new HttpHeaders();
|
|
3431
3553
|
this.configuration = new Configuration();
|
|
3432
3554
|
if (basePath) {
|
|
@@ -3607,7 +3729,7 @@ CreativeTemplateThemesControllerService = __decorate([
|
|
|
3607
3729
|
let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
|
|
3608
3730
|
constructor(httpClient, basePath, configuration) {
|
|
3609
3731
|
this.httpClient = httpClient;
|
|
3610
|
-
this.basePath = 'https://
|
|
3732
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3611
3733
|
this.defaultHeaders = new HttpHeaders();
|
|
3612
3734
|
this.configuration = new Configuration();
|
|
3613
3735
|
if (basePath) {
|
|
@@ -3681,7 +3803,7 @@ CreativeTemplateVariablesControllerService = __decorate([
|
|
|
3681
3803
|
let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
|
|
3682
3804
|
constructor(httpClient, basePath, configuration) {
|
|
3683
3805
|
this.httpClient = httpClient;
|
|
3684
|
-
this.basePath = 'https://
|
|
3806
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3685
3807
|
this.defaultHeaders = new HttpHeaders();
|
|
3686
3808
|
this.configuration = new Configuration();
|
|
3687
3809
|
if (basePath) {
|
|
@@ -3842,7 +3964,7 @@ CreativeTemplatesControllerService = __decorate([
|
|
|
3842
3964
|
let DashboardControllerService = class DashboardControllerService {
|
|
3843
3965
|
constructor(httpClient, basePath, configuration) {
|
|
3844
3966
|
this.httpClient = httpClient;
|
|
3845
|
-
this.basePath = 'https://
|
|
3967
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3846
3968
|
this.defaultHeaders = new HttpHeaders();
|
|
3847
3969
|
this.configuration = new Configuration();
|
|
3848
3970
|
if (basePath) {
|
|
@@ -4443,6 +4565,185 @@ DashboardControllerService = __decorate([
|
|
|
4443
4565
|
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
4444
4566
|
], DashboardControllerService);
|
|
4445
4567
|
|
|
4568
|
+
/**
|
|
4569
|
+
* Api Documentation
|
|
4570
|
+
* Api Documentation
|
|
4571
|
+
*
|
|
4572
|
+
* OpenAPI spec version: 1.0
|
|
4573
|
+
*
|
|
4574
|
+
*
|
|
4575
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
4576
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
4577
|
+
* Do not edit the class manually.
|
|
4578
|
+
*/
|
|
4579
|
+
let NotificationsControllerService = class NotificationsControllerService {
|
|
4580
|
+
constructor(httpClient, basePath, configuration) {
|
|
4581
|
+
this.httpClient = httpClient;
|
|
4582
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4583
|
+
this.defaultHeaders = new HttpHeaders();
|
|
4584
|
+
this.configuration = new Configuration();
|
|
4585
|
+
if (basePath) {
|
|
4586
|
+
this.basePath = basePath;
|
|
4587
|
+
}
|
|
4588
|
+
if (configuration) {
|
|
4589
|
+
this.configuration = configuration;
|
|
4590
|
+
this.basePath = basePath || configuration.basePath || this.basePath;
|
|
4591
|
+
}
|
|
4592
|
+
}
|
|
4593
|
+
/**
|
|
4594
|
+
* @param consumes string[] mime-types
|
|
4595
|
+
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
4596
|
+
*/
|
|
4597
|
+
canConsumeForm(consumes) {
|
|
4598
|
+
const form = 'multipart/form-data';
|
|
4599
|
+
for (const consume of consumes) {
|
|
4600
|
+
if (form === consume) {
|
|
4601
|
+
return true;
|
|
4602
|
+
}
|
|
4603
|
+
}
|
|
4604
|
+
return false;
|
|
4605
|
+
}
|
|
4606
|
+
getNotificationUsingGET(pageNumber, pageSize, reqId, token, observe = 'body', reportProgress = false) {
|
|
4607
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
4608
|
+
if (pageNumber !== undefined && pageNumber !== null) {
|
|
4609
|
+
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
4610
|
+
}
|
|
4611
|
+
if (pageSize !== undefined && pageSize !== null) {
|
|
4612
|
+
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
4613
|
+
}
|
|
4614
|
+
let headers = this.defaultHeaders;
|
|
4615
|
+
if (reqId !== undefined && reqId !== null) {
|
|
4616
|
+
headers = headers.set('reqId', String(reqId));
|
|
4617
|
+
}
|
|
4618
|
+
if (token !== undefined && token !== null) {
|
|
4619
|
+
headers = headers.set('token', String(token));
|
|
4620
|
+
}
|
|
4621
|
+
// to determine the Accept header
|
|
4622
|
+
let httpHeaderAccepts = [
|
|
4623
|
+
'application/json'
|
|
4624
|
+
];
|
|
4625
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
4626
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
4627
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
4628
|
+
}
|
|
4629
|
+
// to determine the Content-Type header
|
|
4630
|
+
const consumes = [];
|
|
4631
|
+
return this.httpClient.get(`${this.basePath}/v2/api/notifications`, {
|
|
4632
|
+
params: queryParameters,
|
|
4633
|
+
withCredentials: this.configuration.withCredentials,
|
|
4634
|
+
headers: headers,
|
|
4635
|
+
observe: observe,
|
|
4636
|
+
reportProgress: reportProgress
|
|
4637
|
+
});
|
|
4638
|
+
}
|
|
4639
|
+
markAllSeenUsingPOST(reqId, token, observe = 'body', reportProgress = false) {
|
|
4640
|
+
let headers = this.defaultHeaders;
|
|
4641
|
+
if (reqId !== undefined && reqId !== null) {
|
|
4642
|
+
headers = headers.set('reqId', String(reqId));
|
|
4643
|
+
}
|
|
4644
|
+
if (token !== undefined && token !== null) {
|
|
4645
|
+
headers = headers.set('token', String(token));
|
|
4646
|
+
}
|
|
4647
|
+
// to determine the Accept header
|
|
4648
|
+
let httpHeaderAccepts = [
|
|
4649
|
+
'application/json'
|
|
4650
|
+
];
|
|
4651
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
4652
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
4653
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
4654
|
+
}
|
|
4655
|
+
// to determine the Content-Type header
|
|
4656
|
+
const consumes = [
|
|
4657
|
+
'application/json'
|
|
4658
|
+
];
|
|
4659
|
+
return this.httpClient.post(`${this.basePath}/v2/api/notifications/v2/api/notifications/seenAll`, null, {
|
|
4660
|
+
withCredentials: this.configuration.withCredentials,
|
|
4661
|
+
headers: headers,
|
|
4662
|
+
observe: observe,
|
|
4663
|
+
reportProgress: reportProgress
|
|
4664
|
+
});
|
|
4665
|
+
}
|
|
4666
|
+
markSeenUsingPOST(commaSeparatedIds, reqId, token, observe = 'body', reportProgress = false) {
|
|
4667
|
+
if (commaSeparatedIds === null || commaSeparatedIds === undefined) {
|
|
4668
|
+
throw new Error('Required parameter commaSeparatedIds was null or undefined when calling markSeenUsingPOST.');
|
|
4669
|
+
}
|
|
4670
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
4671
|
+
if (commaSeparatedIds !== undefined && commaSeparatedIds !== null) {
|
|
4672
|
+
queryParameters = queryParameters.set('commaSeparatedIds', commaSeparatedIds);
|
|
4673
|
+
}
|
|
4674
|
+
let headers = this.defaultHeaders;
|
|
4675
|
+
if (reqId !== undefined && reqId !== null) {
|
|
4676
|
+
headers = headers.set('reqId', String(reqId));
|
|
4677
|
+
}
|
|
4678
|
+
if (token !== undefined && token !== null) {
|
|
4679
|
+
headers = headers.set('token', String(token));
|
|
4680
|
+
}
|
|
4681
|
+
// to determine the Accept header
|
|
4682
|
+
let httpHeaderAccepts = [
|
|
4683
|
+
'application/json'
|
|
4684
|
+
];
|
|
4685
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
4686
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
4687
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
4688
|
+
}
|
|
4689
|
+
// to determine the Content-Type header
|
|
4690
|
+
const consumes = [
|
|
4691
|
+
'application/json'
|
|
4692
|
+
];
|
|
4693
|
+
return this.httpClient.post(`${this.basePath}/v2/api/notifications/v2/api/notifications/seen/${encodeURIComponent(String(commaSeparatedIds))}`, null, {
|
|
4694
|
+
params: queryParameters,
|
|
4695
|
+
withCredentials: this.configuration.withCredentials,
|
|
4696
|
+
headers: headers,
|
|
4697
|
+
observe: observe,
|
|
4698
|
+
reportProgress: reportProgress
|
|
4699
|
+
});
|
|
4700
|
+
}
|
|
4701
|
+
resolveNotificationUsingPOST(id, reqId, token, observe = 'body', reportProgress = false) {
|
|
4702
|
+
if (id === null || id === undefined) {
|
|
4703
|
+
throw new Error('Required parameter id was null or undefined when calling resolveNotificationUsingPOST.');
|
|
4704
|
+
}
|
|
4705
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
4706
|
+
if (id !== undefined && id !== null) {
|
|
4707
|
+
queryParameters = queryParameters.set('id', id);
|
|
4708
|
+
}
|
|
4709
|
+
let headers = this.defaultHeaders;
|
|
4710
|
+
if (reqId !== undefined && reqId !== null) {
|
|
4711
|
+
headers = headers.set('reqId', String(reqId));
|
|
4712
|
+
}
|
|
4713
|
+
if (token !== undefined && token !== null) {
|
|
4714
|
+
headers = headers.set('token', String(token));
|
|
4715
|
+
}
|
|
4716
|
+
// to determine the Accept header
|
|
4717
|
+
let httpHeaderAccepts = [
|
|
4718
|
+
'application/json'
|
|
4719
|
+
];
|
|
4720
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
4721
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
4722
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
4723
|
+
}
|
|
4724
|
+
// to determine the Content-Type header
|
|
4725
|
+
const consumes = [
|
|
4726
|
+
'application/json'
|
|
4727
|
+
];
|
|
4728
|
+
return this.httpClient.post(`${this.basePath}/v2/api/notifications/v2/api/notifications/resolve/${encodeURIComponent(String(id))}`, null, {
|
|
4729
|
+
params: queryParameters,
|
|
4730
|
+
withCredentials: this.configuration.withCredentials,
|
|
4731
|
+
headers: headers,
|
|
4732
|
+
observe: observe,
|
|
4733
|
+
reportProgress: reportProgress
|
|
4734
|
+
});
|
|
4735
|
+
}
|
|
4736
|
+
};
|
|
4737
|
+
NotificationsControllerService.ctorParameters = () => [
|
|
4738
|
+
{ type: HttpClient },
|
|
4739
|
+
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
4740
|
+
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
4741
|
+
];
|
|
4742
|
+
NotificationsControllerService = __decorate([
|
|
4743
|
+
Injectable(),
|
|
4744
|
+
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
4745
|
+
], NotificationsControllerService);
|
|
4746
|
+
|
|
4446
4747
|
/**
|
|
4447
4748
|
* Api Documentation
|
|
4448
4749
|
* Api Documentation
|
|
@@ -4457,7 +4758,7 @@ DashboardControllerService = __decorate([
|
|
|
4457
4758
|
let PixelControllerService = class PixelControllerService {
|
|
4458
4759
|
constructor(httpClient, basePath, configuration) {
|
|
4459
4760
|
this.httpClient = httpClient;
|
|
4460
|
-
this.basePath = 'https://
|
|
4761
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4461
4762
|
this.defaultHeaders = new HttpHeaders();
|
|
4462
4763
|
this.configuration = new Configuration();
|
|
4463
4764
|
if (basePath) {
|
|
@@ -4760,7 +5061,7 @@ PixelControllerService = __decorate([
|
|
|
4760
5061
|
let ReportingControllerService = class ReportingControllerService {
|
|
4761
5062
|
constructor(httpClient, basePath, configuration) {
|
|
4762
5063
|
this.httpClient = httpClient;
|
|
4763
|
-
this.basePath = 'https://
|
|
5064
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4764
5065
|
this.defaultHeaders = new HttpHeaders();
|
|
4765
5066
|
this.configuration = new Configuration();
|
|
4766
5067
|
if (basePath) {
|
|
@@ -4926,7 +5227,7 @@ ReportingControllerService = __decorate([
|
|
|
4926
5227
|
let SliceXControllerService = class SliceXControllerService {
|
|
4927
5228
|
constructor(httpClient, basePath, configuration) {
|
|
4928
5229
|
this.httpClient = httpClient;
|
|
4929
|
-
this.basePath = 'https://
|
|
5230
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4930
5231
|
this.defaultHeaders = new HttpHeaders();
|
|
4931
5232
|
this.configuration = new Configuration();
|
|
4932
5233
|
if (basePath) {
|
|
@@ -5093,7 +5394,7 @@ SliceXControllerService = __decorate([
|
|
|
5093
5394
|
let StrategyControllerService = class StrategyControllerService {
|
|
5094
5395
|
constructor(httpClient, basePath, configuration) {
|
|
5095
5396
|
this.httpClient = httpClient;
|
|
5096
|
-
this.basePath = 'https://
|
|
5397
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5097
5398
|
this.defaultHeaders = new HttpHeaders();
|
|
5098
5399
|
this.configuration = new Configuration();
|
|
5099
5400
|
if (basePath) {
|
|
@@ -5545,7 +5846,7 @@ StrategyControllerService = __decorate([
|
|
|
5545
5846
|
let UILoggerControllerService = class UILoggerControllerService {
|
|
5546
5847
|
constructor(httpClient, basePath, configuration) {
|
|
5547
5848
|
this.httpClient = httpClient;
|
|
5548
|
-
this.basePath = 'https://
|
|
5849
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5549
5850
|
this.defaultHeaders = new HttpHeaders();
|
|
5550
5851
|
this.configuration = new Configuration();
|
|
5551
5852
|
if (basePath) {
|
|
@@ -5633,7 +5934,7 @@ UILoggerControllerService = __decorate([
|
|
|
5633
5934
|
let UserPreferenceControllerService = class UserPreferenceControllerService {
|
|
5634
5935
|
constructor(httpClient, basePath, configuration) {
|
|
5635
5936
|
this.httpClient = httpClient;
|
|
5636
|
-
this.basePath = 'https://
|
|
5937
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5637
5938
|
this.defaultHeaders = new HttpHeaders();
|
|
5638
5939
|
this.configuration = new Configuration();
|
|
5639
5940
|
if (basePath) {
|
|
@@ -5789,7 +6090,7 @@ UserPreferenceControllerService = __decorate([
|
|
|
5789
6090
|
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
5790
6091
|
], UserPreferenceControllerService);
|
|
5791
6092
|
|
|
5792
|
-
const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AppsFlyerAudienceControllerService, AudienceControllerService, AuditControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, UILoggerControllerService, UserPreferenceControllerService];
|
|
6093
|
+
const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AppsFlyerAudienceControllerService, AudienceControllerService, AuditControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, NotificationsControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, UILoggerControllerService, UserPreferenceControllerService];
|
|
5793
6094
|
|
|
5794
6095
|
var ActivityLogsStrategyBulkUpdateDTO;
|
|
5795
6096
|
(function (ActivityLogsStrategyBulkUpdateDTO) {
|
|
@@ -5860,6 +6161,25 @@ var AuctionTypeEditField;
|
|
|
5860
6161
|
|
|
5861
6162
|
var AudienceDTO;
|
|
5862
6163
|
(function (AudienceDTO) {
|
|
6164
|
+
AudienceDTO.AudienceTypeEnum = {
|
|
6165
|
+
WEBBROWSING: 'WEB_BROWSING',
|
|
6166
|
+
MOBILEAPP: 'MOBILE_APP',
|
|
6167
|
+
DMP: 'DMP',
|
|
6168
|
+
CRM: 'CRM',
|
|
6169
|
+
RULEBASED: 'RULE_BASED',
|
|
6170
|
+
RULEBASEDBACKFILL: 'RULE_BASED_BACKFILL',
|
|
6171
|
+
CRMEMAIL: 'CRM_EMAIL',
|
|
6172
|
+
CRMPHONE: 'CRM_PHONE',
|
|
6173
|
+
LOOKALIKEAUDIENCE: 'LOOKALIKE_AUDIENCE',
|
|
6174
|
+
FACEBOOKID: 'FACEBOOK_ID'
|
|
6175
|
+
};
|
|
6176
|
+
AudienceDTO.BackfillDurationUnitEnum = {
|
|
6177
|
+
MINUTE: 'MINUTE',
|
|
6178
|
+
HOUR: 'HOUR',
|
|
6179
|
+
DAY: 'DAY',
|
|
6180
|
+
WEEK: 'WEEK',
|
|
6181
|
+
MONTH: 'MONTH'
|
|
6182
|
+
};
|
|
5863
6183
|
AudienceDTO.DurationUnitEnum = {
|
|
5864
6184
|
MINUTE: 'MINUTE',
|
|
5865
6185
|
HOUR: 'HOUR',
|
|
@@ -5869,6 +6189,33 @@ var AudienceDTO;
|
|
|
5869
6189
|
};
|
|
5870
6190
|
})(AudienceDTO || (AudienceDTO = {}));
|
|
5871
6191
|
|
|
6192
|
+
/**
|
|
6193
|
+
* Api Documentation
|
|
6194
|
+
* Api Documentation
|
|
6195
|
+
*
|
|
6196
|
+
* OpenAPI spec version: 1.0
|
|
6197
|
+
*
|
|
6198
|
+
*
|
|
6199
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6200
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6201
|
+
* Do not edit the class manually.
|
|
6202
|
+
*/
|
|
6203
|
+
var AudienceESDTO;
|
|
6204
|
+
(function (AudienceESDTO) {
|
|
6205
|
+
AudienceESDTO.AudienceTypeEnum = {
|
|
6206
|
+
WEBBROWSING: 'WEB_BROWSING',
|
|
6207
|
+
MOBILEAPP: 'MOBILE_APP',
|
|
6208
|
+
DMP: 'DMP',
|
|
6209
|
+
CRM: 'CRM',
|
|
6210
|
+
RULEBASED: 'RULE_BASED',
|
|
6211
|
+
RULEBASEDBACKFILL: 'RULE_BASED_BACKFILL',
|
|
6212
|
+
CRMEMAIL: 'CRM_EMAIL',
|
|
6213
|
+
CRMPHONE: 'CRM_PHONE',
|
|
6214
|
+
LOOKALIKEAUDIENCE: 'LOOKALIKE_AUDIENCE',
|
|
6215
|
+
FACEBOOKID: 'FACEBOOK_ID'
|
|
6216
|
+
};
|
|
6217
|
+
})(AudienceESDTO || (AudienceESDTO = {}));
|
|
6218
|
+
|
|
5872
6219
|
var ClickDestination;
|
|
5873
6220
|
(function (ClickDestination) {
|
|
5874
6221
|
ClickDestination.CampaignTypeEnum = {
|
|
@@ -6175,6 +6522,25 @@ var MetaRuleDto;
|
|
|
6175
6522
|
};
|
|
6176
6523
|
})(MetaRuleDto || (MetaRuleDto = {}));
|
|
6177
6524
|
|
|
6525
|
+
/**
|
|
6526
|
+
* Api Documentation
|
|
6527
|
+
* Api Documentation
|
|
6528
|
+
*
|
|
6529
|
+
* OpenAPI spec version: 1.0
|
|
6530
|
+
*
|
|
6531
|
+
*
|
|
6532
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6533
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6534
|
+
* Do not edit the class manually.
|
|
6535
|
+
*/
|
|
6536
|
+
var NotificationResponse;
|
|
6537
|
+
(function (NotificationResponse) {
|
|
6538
|
+
NotificationResponse.TypeEnum = {
|
|
6539
|
+
STATIC: 'STATIC',
|
|
6540
|
+
ACTIONABLE: 'ACTIONABLE'
|
|
6541
|
+
};
|
|
6542
|
+
})(NotificationResponse || (NotificationResponse = {}));
|
|
6543
|
+
|
|
6178
6544
|
/**
|
|
6179
6545
|
* Api Documentation
|
|
6180
6546
|
* Api Documentation
|
|
@@ -6335,6 +6701,13 @@ var ReportingResponse;
|
|
|
6335
6701
|
|
|
6336
6702
|
var RuleDTO;
|
|
6337
6703
|
(function (RuleDTO) {
|
|
6704
|
+
RuleDTO.DurationUnitEnum = {
|
|
6705
|
+
MINUTE: 'MINUTE',
|
|
6706
|
+
HOUR: 'HOUR',
|
|
6707
|
+
DAY: 'DAY',
|
|
6708
|
+
WEEK: 'WEEK',
|
|
6709
|
+
MONTH: 'MONTH'
|
|
6710
|
+
};
|
|
6338
6711
|
RuleDTO.OperatorEnum = {
|
|
6339
6712
|
AND: 'AND',
|
|
6340
6713
|
OR: 'OR',
|
|
@@ -6545,6 +6918,7 @@ ApiModule = ApiModule_1 = __decorate([
|
|
|
6545
6918
|
CreativeTemplateVariablesControllerService,
|
|
6546
6919
|
CreativeTemplatesControllerService,
|
|
6547
6920
|
DashboardControllerService,
|
|
6921
|
+
NotificationsControllerService,
|
|
6548
6922
|
PixelControllerService,
|
|
6549
6923
|
ReportingControllerService,
|
|
6550
6924
|
SliceXControllerService,
|
|
@@ -6561,5 +6935,5 @@ ApiModule = ApiModule_1 = __decorate([
|
|
|
6561
6935
|
* Generated bundle index. Do not edit.
|
|
6562
6936
|
*/
|
|
6563
6937
|
|
|
6564
|
-
export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerAudienceControllerService, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AuditControllerService, BASE_PATH, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
|
|
6938
|
+
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, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
|
|
6565
6939
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|