@revxui/api-clients-ts 1.1.425 → 1.1.426
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 -3
- package/api/auditController.service.d.ts +3 -8
- package/api/safeguardController.service.d.ts +177 -0
- package/esm2020/api/adminController.service.mjs +2 -2
- package/esm2020/api/advertiserController.service.mjs +2 -2
- package/esm2020/api/api.mjs +4 -4
- package/esm2020/api/appSettingsController.service.mjs +2 -2
- package/esm2020/api/audienceController.service.mjs +2 -2
- package/esm2020/api/auditController.service.mjs +3 -18
- package/esm2020/api/bidFunnelController.service.mjs +2 -2
- package/esm2020/api/bulkStrategyController.service.mjs +2 -2
- package/esm2020/api/cSSThemeController_.service.mjs +2 -2
- package/esm2020/api/campaignController.service.mjs +2 -2
- package/esm2020/api/catalogController.service.mjs +2 -2
- package/esm2020/api/clickDestinationController.service.mjs +2 -2
- package/esm2020/api/creativeController.service.mjs +2 -2
- package/esm2020/api/creativeSetsController.service.mjs +2 -2
- package/esm2020/api/creativeTemplateThemesController.service.mjs +2 -2
- package/esm2020/api/creativeTemplateVariablesController.service.mjs +2 -2
- package/esm2020/api/creativeTemplatesController.service.mjs +2 -2
- package/esm2020/api/customerReportingController.service.mjs +2 -2
- package/esm2020/api/dashboardController.service.mjs +2 -2
- package/esm2020/api/experimentsController.service.mjs +2 -2
- package/esm2020/api/notificationsController.service.mjs +2 -2
- package/esm2020/api/pixelController.service.mjs +2 -2
- package/esm2020/api/reportController.service.mjs +2 -2
- package/esm2020/api/reportingController.service.mjs +2 -2
- package/esm2020/api/reportingSchedulerController.service.mjs +2 -2
- package/esm2020/api/safeguardController.service.mjs +452 -0
- package/esm2020/api/sliceXController.service.mjs +2 -2
- package/esm2020/api/strategyController.service.mjs +2 -2
- package/esm2020/api/strategyTemplateController.service.mjs +2 -2
- package/esm2020/api/uILoggerController.service.mjs +2 -2
- package/esm2020/api/userPreferenceController.service.mjs +2 -2
- package/esm2020/api.module.mjs +4 -4
- package/esm2020/model/aBTestingVariantDTO.mjs +2 -3
- package/esm2020/model/apiResponseObjectListMapstringobject.mjs +2 -0
- package/esm2020/model/apiResponseObjectListSafeguardDetail.mjs +2 -0
- package/esm2020/model/apiResponseObjectListSafeguardExclusionDTO.mjs +2 -0
- package/esm2020/model/apiResponseObjectListSafeguardRuleExecutionLogEntity.mjs +2 -0
- package/esm2020/model/apiResponseObjectListSafeguardRuleMasterEntity.mjs +2 -0
- package/esm2020/model/apiResponseObjectMaplongstring.mjs +13 -0
- package/esm2020/model/apiResponseObjectSafeguardDetail.mjs +2 -0
- package/esm2020/model/apiResponseObjectSafeguardExclusionDTO.mjs +2 -0
- package/esm2020/model/{apiResponseObjectListCreativeMetaData.mjs → apiResponseObjectSafeguardResponseDTO.mjs} +1 -1
- package/esm2020/model/creativePerformanceList.mjs +1 -1
- package/esm2020/model/creativeSetDashboardMetric.mjs +1 -1
- package/esm2020/model/creativeSetPerformanceList.mjs +1 -1
- package/esm2020/model/dashboardData.mjs +1 -1
- package/esm2020/model/dashboardMetrics.mjs +1 -1
- package/esm2020/model/maplongstring.mjs +13 -0
- package/esm2020/model/models.mjs +18 -6
- package/esm2020/model/safeguardDetail.mjs +19 -0
- package/esm2020/model/safeguardEntity.mjs +19 -0
- package/esm2020/model/safeguardExclusionDTO.mjs +8 -0
- package/esm2020/model/safeguardRequestDTO.mjs +8 -0
- package/esm2020/model/safeguardResponseDTO.mjs +8 -0
- package/esm2020/model/safeguardRuleExecutionLogEntity.mjs +8 -0
- package/esm2020/model/safeguardRuleMasterEntity.mjs +13 -0
- package/esm2020/model/siteModel.mjs +1 -1
- package/esm2020/model/slicexData.mjs +1 -1
- package/esm2020/model/slicexGridData.mjs +1 -1
- package/esm2020/model/statusBaseObject.mjs +1 -1
- package/esm2020/model/strategyDTO.mjs +1 -1
- package/esm2020/model/widgetPerformanceMetrics.mjs +1 -1
- package/fesm2015/revxui-api-clients-ts.mjs +668 -275
- package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
- package/fesm2020/revxui-api-clients-ts.mjs +684 -279
- package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
- package/model/aBTestingVariantDTO.d.ts +1 -2
- package/model/{apiResponseObjectListCreativeMetaData.d.ts → apiResponseObjectListMapstringobject.d.ts} +3 -3
- package/model/apiResponseObjectListSafeguardDetail.d.ts +17 -0
- package/model/apiResponseObjectListSafeguardExclusionDTO.d.ts +17 -0
- package/model/apiResponseObjectListSafeguardRuleExecutionLogEntity.d.ts +17 -0
- package/model/apiResponseObjectListSafeguardRuleMasterEntity.d.ts +17 -0
- package/model/{videoAsset.d.ts → apiResponseObjectMaplongstring.d.ts} +6 -6
- package/model/apiResponseObjectSafeguardDetail.d.ts +17 -0
- package/model/apiResponseObjectSafeguardExclusionDTO.d.ts +17 -0
- package/model/apiResponseObjectSafeguardResponseDTO.d.ts +17 -0
- package/model/creativePerformanceList.d.ts +0 -20
- package/model/creativeSetDashboardMetric.d.ts +0 -20
- package/model/creativeSetPerformanceList.d.ts +0 -20
- package/model/dashboardData.d.ts +0 -20
- package/model/dashboardMetrics.d.ts +0 -20
- package/model/{nativeAsset.d.ts → maplongstring.d.ts} +2 -7
- package/model/models.d.ts +17 -5
- package/model/safeguardDetail.d.ts +34 -0
- package/model/safeguardEntity.d.ts +31 -0
- package/model/safeguardExclusionDTO.d.ts +25 -0
- package/model/safeguardRequestDTO.d.ts +31 -0
- package/model/safeguardResponseDTO.d.ts +32 -0
- package/model/safeguardRuleExecutionLogEntity.d.ts +30 -0
- package/model/safeguardRuleMasterEntity.d.ts +19 -0
- package/model/siteModel.d.ts +0 -2
- package/model/slicexData.d.ts +0 -20
- package/model/slicexGridData.d.ts +0 -20
- package/model/statusBaseObject.d.ts +0 -2
- package/model/strategyDTO.d.ts +0 -3
- package/model/widgetPerformanceMetrics.d.ts +0 -2
- package/package.json +1 -1
- package/api/appsFlyerController.service.d.ts +0 -31
- package/esm2020/api/appsFlyerController.service.mjs +0 -94
- package/esm2020/model/creativeMetaData.mjs +0 -2
- package/esm2020/model/nativeAsset.mjs +0 -13
- package/esm2020/model/recencyTargetingDTO.mjs +0 -19
- package/esm2020/model/videoAsset.mjs +0 -13
- package/model/creativeMetaData.d.ts +0 -27
- package/model/recencyTargetingDTO.d.ts +0 -22
|
@@ -85,7 +85,7 @@ class Configuration {
|
|
|
85
85
|
class AdminControllerService {
|
|
86
86
|
constructor(httpClient, basePath, configuration) {
|
|
87
87
|
this.httpClient = httpClient;
|
|
88
|
-
this.basePath = 'https://
|
|
88
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
89
89
|
this.defaultHeaders = new HttpHeaders();
|
|
90
90
|
this.configuration = new Configuration();
|
|
91
91
|
if (basePath) {
|
|
@@ -279,7 +279,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
|
|
|
279
279
|
class AdvertiserControllerService {
|
|
280
280
|
constructor(httpClient, basePath, configuration) {
|
|
281
281
|
this.httpClient = httpClient;
|
|
282
|
-
this.basePath = 'https://
|
|
282
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
283
283
|
this.defaultHeaders = new HttpHeaders();
|
|
284
284
|
this.configuration = new Configuration();
|
|
285
285
|
if (basePath) {
|
|
@@ -829,7 +829,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
829
829
|
class AppSettingsControllerService {
|
|
830
830
|
constructor(httpClient, basePath, configuration) {
|
|
831
831
|
this.httpClient = httpClient;
|
|
832
|
-
this.basePath = 'https://
|
|
832
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
833
833
|
this.defaultHeaders = new HttpHeaders();
|
|
834
834
|
this.configuration = new Configuration();
|
|
835
835
|
if (basePath) {
|
|
@@ -1059,92 +1059,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1059
1059
|
type: Optional
|
|
1060
1060
|
}] }]; } });
|
|
1061
1061
|
|
|
1062
|
-
/**
|
|
1063
|
-
* Api Documentation
|
|
1064
|
-
* Api Documentation
|
|
1065
|
-
*
|
|
1066
|
-
* OpenAPI spec version: 1.0
|
|
1067
|
-
*
|
|
1068
|
-
*
|
|
1069
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
1070
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
1071
|
-
* Do not edit the class manually.
|
|
1072
|
-
*/
|
|
1073
|
-
/* tslint:disable:no-unused-variable member-ordering */
|
|
1074
|
-
class AppsFlyerControllerService {
|
|
1075
|
-
constructor(httpClient, basePath, configuration) {
|
|
1076
|
-
this.httpClient = httpClient;
|
|
1077
|
-
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
1078
|
-
this.defaultHeaders = new HttpHeaders();
|
|
1079
|
-
this.configuration = new Configuration();
|
|
1080
|
-
if (basePath) {
|
|
1081
|
-
this.basePath = basePath;
|
|
1082
|
-
}
|
|
1083
|
-
if (configuration) {
|
|
1084
|
-
this.configuration = configuration;
|
|
1085
|
-
this.basePath = basePath || configuration.basePath || this.basePath;
|
|
1086
|
-
}
|
|
1087
|
-
}
|
|
1088
|
-
/**
|
|
1089
|
-
* @param consumes string[] mime-types
|
|
1090
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
1091
|
-
*/
|
|
1092
|
-
canConsumeForm(consumes) {
|
|
1093
|
-
const form = 'multipart/form-data';
|
|
1094
|
-
for (const consume of consumes) {
|
|
1095
|
-
if (form === consume) {
|
|
1096
|
-
return true;
|
|
1097
|
-
}
|
|
1098
|
-
}
|
|
1099
|
-
return false;
|
|
1100
|
-
}
|
|
1101
|
-
getCreativeMetaDataUsingGET(ids, reqId, token, observe = 'body', reportProgress = false) {
|
|
1102
|
-
if (ids === null || ids === undefined) {
|
|
1103
|
-
throw new Error('Required parameter ids was null or undefined when calling getCreativeMetaDataUsingGET.');
|
|
1104
|
-
}
|
|
1105
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
1106
|
-
if (ids !== undefined && ids !== null) {
|
|
1107
|
-
queryParameters = queryParameters.set('ids', ids);
|
|
1108
|
-
}
|
|
1109
|
-
let headers = this.defaultHeaders;
|
|
1110
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1111
|
-
headers = headers.set('reqId', String(reqId));
|
|
1112
|
-
}
|
|
1113
|
-
if (token !== undefined && token !== null) {
|
|
1114
|
-
headers = headers.set('token', String(token));
|
|
1115
|
-
}
|
|
1116
|
-
// to determine the Accept header
|
|
1117
|
-
let httpHeaderAccepts = [
|
|
1118
|
-
'application/json'
|
|
1119
|
-
];
|
|
1120
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1121
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1122
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1123
|
-
}
|
|
1124
|
-
// to determine the Content-Type header
|
|
1125
|
-
const consumes = [];
|
|
1126
|
-
return this.httpClient.get(`${this.basePath}/v3/api/appsflyer/creatives`, {
|
|
1127
|
-
params: queryParameters,
|
|
1128
|
-
withCredentials: this.configuration.withCredentials,
|
|
1129
|
-
headers: headers,
|
|
1130
|
-
observe: observe,
|
|
1131
|
-
reportProgress: reportProgress
|
|
1132
|
-
});
|
|
1133
|
-
}
|
|
1134
|
-
}
|
|
1135
|
-
AppsFlyerControllerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AppsFlyerControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1136
|
-
AppsFlyerControllerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AppsFlyerControllerService });
|
|
1137
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AppsFlyerControllerService, decorators: [{
|
|
1138
|
-
type: Injectable
|
|
1139
|
-
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
1140
|
-
type: Optional
|
|
1141
|
-
}, {
|
|
1142
|
-
type: Inject,
|
|
1143
|
-
args: [BASE_PATH]
|
|
1144
|
-
}] }, { type: Configuration, decorators: [{
|
|
1145
|
-
type: Optional
|
|
1146
|
-
}] }]; } });
|
|
1147
|
-
|
|
1148
1062
|
/**
|
|
1149
1063
|
* Api Documentation
|
|
1150
1064
|
* Api Documentation
|
|
@@ -1160,7 +1074,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1160
1074
|
class AudienceControllerService {
|
|
1161
1075
|
constructor(httpClient, basePath, configuration) {
|
|
1162
1076
|
this.httpClient = httpClient;
|
|
1163
|
-
this.basePath = 'https://
|
|
1077
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1164
1078
|
this.defaultHeaders = new HttpHeaders();
|
|
1165
1079
|
this.configuration = new Configuration();
|
|
1166
1080
|
if (basePath) {
|
|
@@ -2036,7 +1950,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2036
1950
|
class AuditControllerService {
|
|
2037
1951
|
constructor(httpClient, basePath, configuration) {
|
|
2038
1952
|
this.httpClient = httpClient;
|
|
2039
|
-
this.basePath = 'https://
|
|
1953
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2040
1954
|
this.defaultHeaders = new HttpHeaders();
|
|
2041
1955
|
this.configuration = new Configuration();
|
|
2042
1956
|
if (basePath) {
|
|
@@ -2156,17 +2070,8 @@ class AuditControllerService {
|
|
|
2156
2070
|
reportProgress: reportProgress
|
|
2157
2071
|
});
|
|
2158
2072
|
}
|
|
2159
|
-
getUserActivityLogUsingGET(
|
|
2073
|
+
getUserActivityLogUsingGET(entities, pageNumber, pageSize, reqId, token, observe = 'body', reportProgress = false) {
|
|
2160
2074
|
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
2161
|
-
if (advertiserId !== undefined && advertiserId !== null) {
|
|
2162
|
-
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
2163
|
-
}
|
|
2164
|
-
if (campaignId !== undefined && campaignId !== null) {
|
|
2165
|
-
queryParameters = queryParameters.set('campaignId', campaignId);
|
|
2166
|
-
}
|
|
2167
|
-
if (endTime !== undefined && endTime !== null) {
|
|
2168
|
-
queryParameters = queryParameters.set('endTime', endTime);
|
|
2169
|
-
}
|
|
2170
2075
|
if (entities !== undefined && entities !== null) {
|
|
2171
2076
|
queryParameters = queryParameters.set('entities', entities);
|
|
2172
2077
|
}
|
|
@@ -2176,12 +2081,6 @@ class AuditControllerService {
|
|
|
2176
2081
|
if (pageSize !== undefined && pageSize !== null) {
|
|
2177
2082
|
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
2178
2083
|
}
|
|
2179
|
-
if (startTime !== undefined && startTime !== null) {
|
|
2180
|
-
queryParameters = queryParameters.set('startTime', startTime);
|
|
2181
|
-
}
|
|
2182
|
-
if (strategyId !== undefined && strategyId !== null) {
|
|
2183
|
-
queryParameters = queryParameters.set('strategyId', strategyId);
|
|
2184
|
-
}
|
|
2185
2084
|
let headers = this.defaultHeaders;
|
|
2186
2085
|
if (reqId !== undefined && reqId !== null) {
|
|
2187
2086
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -2236,7 +2135,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2236
2135
|
class BidFunnelControllerService {
|
|
2237
2136
|
constructor(httpClient, basePath, configuration) {
|
|
2238
2137
|
this.httpClient = httpClient;
|
|
2239
|
-
this.basePath = 'https://
|
|
2138
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2240
2139
|
this.defaultHeaders = new HttpHeaders();
|
|
2241
2140
|
this.configuration = new Configuration();
|
|
2242
2141
|
if (basePath) {
|
|
@@ -2385,7 +2284,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2385
2284
|
class BulkStrategyControllerService {
|
|
2386
2285
|
constructor(httpClient, basePath, configuration) {
|
|
2387
2286
|
this.httpClient = httpClient;
|
|
2388
|
-
this.basePath = 'https://
|
|
2287
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2389
2288
|
this.defaultHeaders = new HttpHeaders();
|
|
2390
2289
|
this.configuration = new Configuration();
|
|
2391
2290
|
if (basePath) {
|
|
@@ -2610,7 +2509,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2610
2509
|
class CSSThemeController_Service {
|
|
2611
2510
|
constructor(httpClient, basePath, configuration) {
|
|
2612
2511
|
this.httpClient = httpClient;
|
|
2613
|
-
this.basePath = 'https://
|
|
2512
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2614
2513
|
this.defaultHeaders = new HttpHeaders();
|
|
2615
2514
|
this.configuration = new Configuration();
|
|
2616
2515
|
if (basePath) {
|
|
@@ -2719,7 +2618,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2719
2618
|
class CampaignControllerService {
|
|
2720
2619
|
constructor(httpClient, basePath, configuration) {
|
|
2721
2620
|
this.httpClient = httpClient;
|
|
2722
|
-
this.basePath = 'https://
|
|
2621
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2723
2622
|
this.defaultHeaders = new HttpHeaders();
|
|
2724
2623
|
this.configuration = new Configuration();
|
|
2725
2624
|
if (basePath) {
|
|
@@ -3160,7 +3059,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3160
3059
|
class CatalogControllerService {
|
|
3161
3060
|
constructor(httpClient, basePath, configuration) {
|
|
3162
3061
|
this.httpClient = httpClient;
|
|
3163
|
-
this.basePath = 'https://
|
|
3062
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3164
3063
|
this.defaultHeaders = new HttpHeaders();
|
|
3165
3064
|
this.configuration = new Configuration();
|
|
3166
3065
|
if (basePath) {
|
|
@@ -3403,7 +3302,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3403
3302
|
class ClickDestinationControllerService {
|
|
3404
3303
|
constructor(httpClient, basePath, configuration) {
|
|
3405
3304
|
this.httpClient = httpClient;
|
|
3406
|
-
this.basePath = 'https://
|
|
3305
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3407
3306
|
this.defaultHeaders = new HttpHeaders();
|
|
3408
3307
|
this.configuration = new Configuration();
|
|
3409
3308
|
if (basePath) {
|
|
@@ -3635,7 +3534,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3635
3534
|
class CreativeControllerService {
|
|
3636
3535
|
constructor(httpClient, basePath, configuration) {
|
|
3637
3536
|
this.httpClient = httpClient;
|
|
3638
|
-
this.basePath = 'https://
|
|
3537
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3639
3538
|
this.defaultHeaders = new HttpHeaders();
|
|
3640
3539
|
this.configuration = new Configuration();
|
|
3641
3540
|
if (basePath) {
|
|
@@ -4238,7 +4137,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4238
4137
|
class CreativeSetsControllerService {
|
|
4239
4138
|
constructor(httpClient, basePath, configuration) {
|
|
4240
4139
|
this.httpClient = httpClient;
|
|
4241
|
-
this.basePath = 'https://
|
|
4140
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4242
4141
|
this.defaultHeaders = new HttpHeaders();
|
|
4243
4142
|
this.configuration = new Configuration();
|
|
4244
4143
|
if (basePath) {
|
|
@@ -4884,7 +4783,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4884
4783
|
class CreativeTemplateThemesControllerService {
|
|
4885
4784
|
constructor(httpClient, basePath, configuration) {
|
|
4886
4785
|
this.httpClient = httpClient;
|
|
4887
|
-
this.basePath = 'https://
|
|
4786
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4888
4787
|
this.defaultHeaders = new HttpHeaders();
|
|
4889
4788
|
this.configuration = new Configuration();
|
|
4890
4789
|
if (basePath) {
|
|
@@ -5069,7 +4968,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5069
4968
|
class CreativeTemplateVariablesControllerService {
|
|
5070
4969
|
constructor(httpClient, basePath, configuration) {
|
|
5071
4970
|
this.httpClient = httpClient;
|
|
5072
|
-
this.basePath = 'https://
|
|
4971
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5073
4972
|
this.defaultHeaders = new HttpHeaders();
|
|
5074
4973
|
this.configuration = new Configuration();
|
|
5075
4974
|
if (basePath) {
|
|
@@ -5147,7 +5046,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5147
5046
|
class CreativeTemplatesControllerService {
|
|
5148
5047
|
constructor(httpClient, basePath, configuration) {
|
|
5149
5048
|
this.httpClient = httpClient;
|
|
5150
|
-
this.basePath = 'https://
|
|
5049
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5151
5050
|
this.defaultHeaders = new HttpHeaders();
|
|
5152
5051
|
this.configuration = new Configuration();
|
|
5153
5052
|
if (basePath) {
|
|
@@ -5312,7 +5211,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5312
5211
|
class CustomerReportingControllerService {
|
|
5313
5212
|
constructor(httpClient, basePath, configuration) {
|
|
5314
5213
|
this.httpClient = httpClient;
|
|
5315
|
-
this.basePath = 'https://
|
|
5214
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5316
5215
|
this.defaultHeaders = new HttpHeaders();
|
|
5317
5216
|
this.configuration = new Configuration();
|
|
5318
5217
|
if (basePath) {
|
|
@@ -5475,7 +5374,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5475
5374
|
class DashboardControllerService {
|
|
5476
5375
|
constructor(httpClient, basePath, configuration) {
|
|
5477
5376
|
this.httpClient = httpClient;
|
|
5478
|
-
this.basePath = 'https://
|
|
5377
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5479
5378
|
this.defaultHeaders = new HttpHeaders();
|
|
5480
5379
|
this.configuration = new Configuration();
|
|
5481
5380
|
if (basePath) {
|
|
@@ -6133,7 +6032,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6133
6032
|
class ExperimentsControllerService {
|
|
6134
6033
|
constructor(httpClient, basePath, configuration) {
|
|
6135
6034
|
this.httpClient = httpClient;
|
|
6136
|
-
this.basePath = 'https://
|
|
6035
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6137
6036
|
this.defaultHeaders = new HttpHeaders();
|
|
6138
6037
|
this.configuration = new Configuration();
|
|
6139
6038
|
if (basePath) {
|
|
@@ -6860,7 +6759,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6860
6759
|
class NotificationsControllerService {
|
|
6861
6760
|
constructor(httpClient, basePath, configuration) {
|
|
6862
6761
|
this.httpClient = httpClient;
|
|
6863
|
-
this.basePath = 'https://
|
|
6762
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6864
6763
|
this.defaultHeaders = new HttpHeaders();
|
|
6865
6764
|
this.configuration = new Configuration();
|
|
6866
6765
|
if (basePath) {
|
|
@@ -7073,7 +6972,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7073
6972
|
class PixelControllerService {
|
|
7074
6973
|
constructor(httpClient, basePath, configuration) {
|
|
7075
6974
|
this.httpClient = httpClient;
|
|
7076
|
-
this.basePath = 'https://
|
|
6975
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
7077
6976
|
this.defaultHeaders = new HttpHeaders();
|
|
7078
6977
|
this.configuration = new Configuration();
|
|
7079
6978
|
if (basePath) {
|
|
@@ -7380,7 +7279,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7380
7279
|
class ReportControllerService {
|
|
7381
7280
|
constructor(httpClient, basePath, configuration) {
|
|
7382
7281
|
this.httpClient = httpClient;
|
|
7383
|
-
this.basePath = 'https://
|
|
7282
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
7384
7283
|
this.defaultHeaders = new HttpHeaders();
|
|
7385
7284
|
this.configuration = new Configuration();
|
|
7386
7285
|
if (basePath) {
|
|
@@ -7517,7 +7416,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7517
7416
|
class ReportingControllerService {
|
|
7518
7417
|
constructor(httpClient, basePath, configuration) {
|
|
7519
7418
|
this.httpClient = httpClient;
|
|
7520
|
-
this.basePath = 'https://
|
|
7419
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
7521
7420
|
this.defaultHeaders = new HttpHeaders();
|
|
7522
7421
|
this.configuration = new Configuration();
|
|
7523
7422
|
if (basePath) {
|
|
@@ -7687,7 +7586,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7687
7586
|
class ReportingSchedulerControllerService {
|
|
7688
7587
|
constructor(httpClient, basePath, configuration) {
|
|
7689
7588
|
this.httpClient = httpClient;
|
|
7690
|
-
this.basePath = 'https://
|
|
7589
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
7691
7590
|
this.defaultHeaders = new HttpHeaders();
|
|
7692
7591
|
this.configuration = new Configuration();
|
|
7693
7592
|
if (basePath) {
|
|
@@ -7999,10 +7898,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7999
7898
|
* Do not edit the class manually.
|
|
8000
7899
|
*/
|
|
8001
7900
|
/* tslint:disable:no-unused-variable member-ordering */
|
|
8002
|
-
class
|
|
7901
|
+
class SafeguardControllerService {
|
|
8003
7902
|
constructor(httpClient, basePath, configuration) {
|
|
8004
7903
|
this.httpClient = httpClient;
|
|
8005
|
-
this.basePath = 'https://
|
|
7904
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
8006
7905
|
this.defaultHeaders = new HttpHeaders();
|
|
8007
7906
|
this.configuration = new Configuration();
|
|
8008
7907
|
if (basePath) {
|
|
@@ -8026,13 +7925,9 @@ class SliceXControllerService {
|
|
|
8026
7925
|
}
|
|
8027
7926
|
return false;
|
|
8028
7927
|
}
|
|
8029
|
-
|
|
8030
|
-
if (
|
|
8031
|
-
throw new Error('Required parameter
|
|
8032
|
-
}
|
|
8033
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
8034
|
-
if (sort !== undefined && sort !== null) {
|
|
8035
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
7928
|
+
createSafeguardExclusionListUsingPOST(safeguardExclusionDTO, reqId, token, observe = 'body', reportProgress = false) {
|
|
7929
|
+
if (safeguardExclusionDTO === null || safeguardExclusionDTO === undefined) {
|
|
7930
|
+
throw new Error('Required parameter safeguardExclusionDTO was null or undefined when calling createSafeguardExclusionListUsingPOST.');
|
|
8036
7931
|
}
|
|
8037
7932
|
let headers = this.defaultHeaders;
|
|
8038
7933
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -8057,17 +7952,16 @@ class SliceXControllerService {
|
|
|
8057
7952
|
if (httpContentTypeSelected != undefined) {
|
|
8058
7953
|
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
8059
7954
|
}
|
|
8060
|
-
return this.httpClient.post(`${this.basePath}/v2/api/
|
|
8061
|
-
params: queryParameters,
|
|
7955
|
+
return this.httpClient.post(`${this.basePath}/v2/api/safeguard/exclusion/create`, safeguardExclusionDTO, {
|
|
8062
7956
|
withCredentials: this.configuration.withCredentials,
|
|
8063
7957
|
headers: headers,
|
|
8064
7958
|
observe: observe,
|
|
8065
7959
|
reportProgress: reportProgress
|
|
8066
7960
|
});
|
|
8067
7961
|
}
|
|
8068
|
-
|
|
8069
|
-
if (
|
|
8070
|
-
throw new Error('Required parameter
|
|
7962
|
+
createSafeguardRuleUsingPOST(safeguardRequestDTO, reqId, token, observe = 'body', reportProgress = false) {
|
|
7963
|
+
if (safeguardRequestDTO === null || safeguardRequestDTO === undefined) {
|
|
7964
|
+
throw new Error('Required parameter safeguardRequestDTO was null or undefined when calling createSafeguardRuleUsingPOST.');
|
|
8071
7965
|
}
|
|
8072
7966
|
let headers = this.defaultHeaders;
|
|
8073
7967
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -8092,23 +7986,16 @@ class SliceXControllerService {
|
|
|
8092
7986
|
if (httpContentTypeSelected != undefined) {
|
|
8093
7987
|
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
8094
7988
|
}
|
|
8095
|
-
return this.httpClient.post(`${this.basePath}/v2/api/
|
|
7989
|
+
return this.httpClient.post(`${this.basePath}/v2/api/safeguard/create`, safeguardRequestDTO, {
|
|
8096
7990
|
withCredentials: this.configuration.withCredentials,
|
|
8097
7991
|
headers: headers,
|
|
8098
7992
|
observe: observe,
|
|
8099
7993
|
reportProgress: reportProgress
|
|
8100
7994
|
});
|
|
8101
7995
|
}
|
|
8102
|
-
|
|
8103
|
-
if (
|
|
8104
|
-
throw new Error('Required parameter
|
|
8105
|
-
}
|
|
8106
|
-
if (slicexRequest === null || slicexRequest === undefined) {
|
|
8107
|
-
throw new Error('Required parameter slicexRequest was null or undefined when calling getSlicexDataListNewUsingPOST.');
|
|
8108
|
-
}
|
|
8109
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
8110
|
-
if (sort !== undefined && sort !== null) {
|
|
8111
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
7996
|
+
getBlockedItemDetailsUsingGET(safeguardId, reqId, token, observe = 'body', reportProgress = false) {
|
|
7997
|
+
if (safeguardId === null || safeguardId === undefined) {
|
|
7998
|
+
throw new Error('Required parameter safeguardId was null or undefined when calling getBlockedItemDetailsUsingGET.');
|
|
8112
7999
|
}
|
|
8113
8000
|
let headers = this.defaultHeaders;
|
|
8114
8001
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -8126,31 +8013,45 @@ class SliceXControllerService {
|
|
|
8126
8013
|
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8127
8014
|
}
|
|
8128
8015
|
// to determine the Content-Type header
|
|
8129
|
-
const consumes = [
|
|
8016
|
+
const consumes = [];
|
|
8017
|
+
return this.httpClient.get(`${this.basePath}/v2/api/safeguard/blocked_entities/${encodeURIComponent(String(safeguardId))}`, {
|
|
8018
|
+
withCredentials: this.configuration.withCredentials,
|
|
8019
|
+
headers: headers,
|
|
8020
|
+
observe: observe,
|
|
8021
|
+
reportProgress: reportProgress
|
|
8022
|
+
});
|
|
8023
|
+
}
|
|
8024
|
+
getSafeguardExclusionListUsingGET(campaignId, reqId, token, observe = 'body', reportProgress = false) {
|
|
8025
|
+
if (campaignId === null || campaignId === undefined) {
|
|
8026
|
+
throw new Error('Required parameter campaignId was null or undefined when calling getSafeguardExclusionListUsingGET.');
|
|
8027
|
+
}
|
|
8028
|
+
let headers = this.defaultHeaders;
|
|
8029
|
+
if (reqId !== undefined && reqId !== null) {
|
|
8030
|
+
headers = headers.set('reqId', String(reqId));
|
|
8031
|
+
}
|
|
8032
|
+
if (token !== undefined && token !== null) {
|
|
8033
|
+
headers = headers.set('token', String(token));
|
|
8034
|
+
}
|
|
8035
|
+
// to determine the Accept header
|
|
8036
|
+
let httpHeaderAccepts = [
|
|
8130
8037
|
'application/json'
|
|
8131
8038
|
];
|
|
8132
|
-
const
|
|
8133
|
-
if (
|
|
8134
|
-
headers = headers.set('
|
|
8039
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8040
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
8041
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8135
8042
|
}
|
|
8136
|
-
|
|
8137
|
-
|
|
8043
|
+
// to determine the Content-Type header
|
|
8044
|
+
const consumes = [];
|
|
8045
|
+
return this.httpClient.get(`${this.basePath}/v2/api/safeguard/exclusion/get/${encodeURIComponent(String(campaignId))}`, {
|
|
8138
8046
|
withCredentials: this.configuration.withCredentials,
|
|
8139
8047
|
headers: headers,
|
|
8140
8048
|
observe: observe,
|
|
8141
8049
|
reportProgress: reportProgress
|
|
8142
8050
|
});
|
|
8143
8051
|
}
|
|
8144
|
-
|
|
8145
|
-
if (
|
|
8146
|
-
throw new Error('Required parameter
|
|
8147
|
-
}
|
|
8148
|
-
if (slicexRequest === null || slicexRequest === undefined) {
|
|
8149
|
-
throw new Error('Required parameter slicexRequest was null or undefined when calling getSlicexDataListUsingPOST.');
|
|
8150
|
-
}
|
|
8151
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
8152
|
-
if (sort !== undefined && sort !== null) {
|
|
8153
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
8052
|
+
getSafeguardRuleDetailsUsingGET(safeguardId, reqId, token, observe = 'body', reportProgress = false) {
|
|
8053
|
+
if (safeguardId === null || safeguardId === undefined) {
|
|
8054
|
+
throw new Error('Required parameter safeguardId was null or undefined when calling getSafeguardRuleDetailsUsingGET.');
|
|
8154
8055
|
}
|
|
8155
8056
|
let headers = this.defaultHeaders;
|
|
8156
8057
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -8168,31 +8069,52 @@ class SliceXControllerService {
|
|
|
8168
8069
|
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8169
8070
|
}
|
|
8170
8071
|
// to determine the Content-Type header
|
|
8171
|
-
const consumes = [
|
|
8072
|
+
const consumes = [];
|
|
8073
|
+
return this.httpClient.get(`${this.basePath}/v2/api/safeguard/detail/${encodeURIComponent(String(safeguardId))}`, {
|
|
8074
|
+
withCredentials: this.configuration.withCredentials,
|
|
8075
|
+
headers: headers,
|
|
8076
|
+
observe: observe,
|
|
8077
|
+
reportProgress: reportProgress
|
|
8078
|
+
});
|
|
8079
|
+
}
|
|
8080
|
+
getSafeguardRuleFiltersUsingGET(reqId, token, observe = 'body', reportProgress = false) {
|
|
8081
|
+
let headers = this.defaultHeaders;
|
|
8082
|
+
if (reqId !== undefined && reqId !== null) {
|
|
8083
|
+
headers = headers.set('reqId', String(reqId));
|
|
8084
|
+
}
|
|
8085
|
+
if (token !== undefined && token !== null) {
|
|
8086
|
+
headers = headers.set('token', String(token));
|
|
8087
|
+
}
|
|
8088
|
+
// to determine the Accept header
|
|
8089
|
+
let httpHeaderAccepts = [
|
|
8172
8090
|
'application/json'
|
|
8173
8091
|
];
|
|
8174
|
-
const
|
|
8175
|
-
if (
|
|
8176
|
-
headers = headers.set('
|
|
8092
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8093
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
8094
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8177
8095
|
}
|
|
8178
|
-
|
|
8179
|
-
|
|
8096
|
+
// to determine the Content-Type header
|
|
8097
|
+
const consumes = [];
|
|
8098
|
+
return this.httpClient.get(`${this.basePath}/v2/api/safeguard/filters`, {
|
|
8180
8099
|
withCredentials: this.configuration.withCredentials,
|
|
8181
8100
|
headers: headers,
|
|
8182
8101
|
observe: observe,
|
|
8183
8102
|
reportProgress: reportProgress
|
|
8184
8103
|
});
|
|
8185
8104
|
}
|
|
8186
|
-
|
|
8105
|
+
getSafeguardRulesListUsingGET(entity, id, reqId, token, observe = 'body', reportProgress = false) {
|
|
8187
8106
|
if (entity === null || entity === undefined) {
|
|
8188
|
-
throw new Error('Required parameter entity was null or undefined when calling
|
|
8107
|
+
throw new Error('Required parameter entity was null or undefined when calling getSafeguardRulesListUsingGET.');
|
|
8189
8108
|
}
|
|
8190
|
-
if (
|
|
8191
|
-
throw new Error('Required parameter
|
|
8109
|
+
if (id === null || id === undefined) {
|
|
8110
|
+
throw new Error('Required parameter id was null or undefined when calling getSafeguardRulesListUsingGET.');
|
|
8192
8111
|
}
|
|
8193
8112
|
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
8194
|
-
if (
|
|
8195
|
-
queryParameters = queryParameters.set('
|
|
8113
|
+
if (entity !== undefined && entity !== null) {
|
|
8114
|
+
queryParameters = queryParameters.set('entity', entity);
|
|
8115
|
+
}
|
|
8116
|
+
if (id !== undefined && id !== null) {
|
|
8117
|
+
queryParameters = queryParameters.set('id', id);
|
|
8196
8118
|
}
|
|
8197
8119
|
let headers = this.defaultHeaders;
|
|
8198
8120
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -8210,14 +8132,8 @@ class SliceXControllerService {
|
|
|
8210
8132
|
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8211
8133
|
}
|
|
8212
8134
|
// to determine the Content-Type header
|
|
8213
|
-
const consumes = [
|
|
8214
|
-
|
|
8215
|
-
];
|
|
8216
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
8217
|
-
if (httpContentTypeSelected != undefined) {
|
|
8218
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
8219
|
-
}
|
|
8220
|
-
return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/compare/${encodeURIComponent(String(entity))}`, slicexRequest, {
|
|
8135
|
+
const consumes = [];
|
|
8136
|
+
return this.httpClient.get(`${this.basePath}/v2/api/safeguard/list`, {
|
|
8221
8137
|
params: queryParameters,
|
|
8222
8138
|
withCredentials: this.configuration.withCredentials,
|
|
8223
8139
|
headers: headers,
|
|
@@ -8225,12 +8141,9 @@ class SliceXControllerService {
|
|
|
8225
8141
|
reportProgress: reportProgress
|
|
8226
8142
|
});
|
|
8227
8143
|
}
|
|
8228
|
-
|
|
8229
|
-
if (
|
|
8230
|
-
throw new Error('Required parameter
|
|
8231
|
-
}
|
|
8232
|
-
if (slicexRequestExt === null || slicexRequestExt === undefined) {
|
|
8233
|
-
throw new Error('Required parameter slicexRequestExt was null or undefined when calling getSlicexGridDetailsUsingPOST.');
|
|
8144
|
+
safeguardRuleRunNowUsingGET(safeguardId, reqId, token, observe = 'body', reportProgress = false) {
|
|
8145
|
+
if (safeguardId === null || safeguardId === undefined) {
|
|
8146
|
+
throw new Error('Required parameter safeguardId was null or undefined when calling safeguardRuleRunNowUsingGET.');
|
|
8234
8147
|
}
|
|
8235
8148
|
let headers = this.defaultHeaders;
|
|
8236
8149
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -8248,30 +8161,20 @@ class SliceXControllerService {
|
|
|
8248
8161
|
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8249
8162
|
}
|
|
8250
8163
|
// to determine the Content-Type header
|
|
8251
|
-
const consumes = [
|
|
8252
|
-
|
|
8253
|
-
];
|
|
8254
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
8255
|
-
if (httpContentTypeSelected != undefined) {
|
|
8256
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
8257
|
-
}
|
|
8258
|
-
return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/details/${encodeURIComponent(String(entity))}`, slicexRequestExt, {
|
|
8164
|
+
const consumes = [];
|
|
8165
|
+
return this.httpClient.get(`${this.basePath}/v2/api/safeguard/run_now/${encodeURIComponent(String(safeguardId))}`, {
|
|
8259
8166
|
withCredentials: this.configuration.withCredentials,
|
|
8260
8167
|
headers: headers,
|
|
8261
8168
|
observe: observe,
|
|
8262
8169
|
reportProgress: reportProgress
|
|
8263
8170
|
});
|
|
8264
8171
|
}
|
|
8265
|
-
|
|
8266
|
-
if (
|
|
8267
|
-
throw new Error('Required parameter
|
|
8268
|
-
}
|
|
8269
|
-
if (slicexRequest === null || slicexRequest === undefined) {
|
|
8270
|
-
throw new Error('Required parameter slicexRequest was null or undefined when calling getSlicexListDataForExportUsingPOST.');
|
|
8172
|
+
updateSafeguardExclusionListUsingPOST(campaignId, safeguardExclusionDTO, reqId, token, observe = 'body', reportProgress = false) {
|
|
8173
|
+
if (campaignId === null || campaignId === undefined) {
|
|
8174
|
+
throw new Error('Required parameter campaignId was null or undefined when calling updateSafeguardExclusionListUsingPOST.');
|
|
8271
8175
|
}
|
|
8272
|
-
|
|
8273
|
-
|
|
8274
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
8176
|
+
if (safeguardExclusionDTO === null || safeguardExclusionDTO === undefined) {
|
|
8177
|
+
throw new Error('Required parameter safeguardExclusionDTO was null or undefined when calling updateSafeguardExclusionListUsingPOST.');
|
|
8275
8178
|
}
|
|
8276
8179
|
let headers = this.defaultHeaders;
|
|
8277
8180
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -8296,17 +8199,26 @@ class SliceXControllerService {
|
|
|
8296
8199
|
if (httpContentTypeSelected != undefined) {
|
|
8297
8200
|
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
8298
8201
|
}
|
|
8299
|
-
return this.httpClient.post(`${this.basePath}/v2/api/
|
|
8300
|
-
params: queryParameters,
|
|
8202
|
+
return this.httpClient.post(`${this.basePath}/v2/api/safeguard/exclusion/update/${encodeURIComponent(String(campaignId))}`, safeguardExclusionDTO, {
|
|
8301
8203
|
withCredentials: this.configuration.withCredentials,
|
|
8302
8204
|
headers: headers,
|
|
8303
8205
|
observe: observe,
|
|
8304
8206
|
reportProgress: reportProgress
|
|
8305
8207
|
});
|
|
8306
8208
|
}
|
|
8307
|
-
|
|
8308
|
-
if (
|
|
8309
|
-
throw new Error('Required parameter
|
|
8209
|
+
updateSafeguardRuleStatusUsingPOST(ids, status, reqId, token, observe = 'body', reportProgress = false) {
|
|
8210
|
+
if (ids === null || ids === undefined) {
|
|
8211
|
+
throw new Error('Required parameter ids was null or undefined when calling updateSafeguardRuleStatusUsingPOST.');
|
|
8212
|
+
}
|
|
8213
|
+
if (status === null || status === undefined) {
|
|
8214
|
+
throw new Error('Required parameter status was null or undefined when calling updateSafeguardRuleStatusUsingPOST.');
|
|
8215
|
+
}
|
|
8216
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
8217
|
+
if (ids !== undefined && ids !== null) {
|
|
8218
|
+
queryParameters = queryParameters.set('ids', ids);
|
|
8219
|
+
}
|
|
8220
|
+
if (status !== undefined && status !== null) {
|
|
8221
|
+
queryParameters = queryParameters.set('status', status);
|
|
8310
8222
|
}
|
|
8311
8223
|
let headers = this.defaultHeaders;
|
|
8312
8224
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -8327,24 +8239,455 @@ class SliceXControllerService {
|
|
|
8327
8239
|
const consumes = [
|
|
8328
8240
|
'application/json'
|
|
8329
8241
|
];
|
|
8330
|
-
|
|
8331
|
-
|
|
8332
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
8333
|
-
}
|
|
8334
|
-
return this.httpClient.post(`${this.basePath}/v2/api/slicex/staticmetadata`, request, {
|
|
8242
|
+
return this.httpClient.post(`${this.basePath}/v2/api/safeguard/update/status`, null, {
|
|
8243
|
+
params: queryParameters,
|
|
8335
8244
|
withCredentials: this.configuration.withCredentials,
|
|
8336
8245
|
headers: headers,
|
|
8337
8246
|
observe: observe,
|
|
8338
8247
|
reportProgress: reportProgress
|
|
8339
8248
|
});
|
|
8340
8249
|
}
|
|
8341
|
-
|
|
8342
|
-
if (
|
|
8343
|
-
throw new Error('Required parameter
|
|
8250
|
+
updateSafeguardRuleUsingPOST(safeguardId, safeguardRequestDTO, reqId, token, observe = 'body', reportProgress = false) {
|
|
8251
|
+
if (safeguardId === null || safeguardId === undefined) {
|
|
8252
|
+
throw new Error('Required parameter safeguardId was null or undefined when calling updateSafeguardRuleUsingPOST.');
|
|
8344
8253
|
}
|
|
8345
|
-
|
|
8346
|
-
|
|
8347
|
-
|
|
8254
|
+
if (safeguardRequestDTO === null || safeguardRequestDTO === undefined) {
|
|
8255
|
+
throw new Error('Required parameter safeguardRequestDTO was null or undefined when calling updateSafeguardRuleUsingPOST.');
|
|
8256
|
+
}
|
|
8257
|
+
let headers = this.defaultHeaders;
|
|
8258
|
+
if (reqId !== undefined && reqId !== null) {
|
|
8259
|
+
headers = headers.set('reqId', String(reqId));
|
|
8260
|
+
}
|
|
8261
|
+
if (token !== undefined && token !== null) {
|
|
8262
|
+
headers = headers.set('token', String(token));
|
|
8263
|
+
}
|
|
8264
|
+
// to determine the Accept header
|
|
8265
|
+
let httpHeaderAccepts = [
|
|
8266
|
+
'application/json'
|
|
8267
|
+
];
|
|
8268
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8269
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
8270
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8271
|
+
}
|
|
8272
|
+
// to determine the Content-Type header
|
|
8273
|
+
const consumes = [
|
|
8274
|
+
'application/json'
|
|
8275
|
+
];
|
|
8276
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
8277
|
+
if (httpContentTypeSelected != undefined) {
|
|
8278
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
8279
|
+
}
|
|
8280
|
+
return this.httpClient.post(`${this.basePath}/v2/api/safeguard/update/${encodeURIComponent(String(safeguardId))}`, safeguardRequestDTO, {
|
|
8281
|
+
withCredentials: this.configuration.withCredentials,
|
|
8282
|
+
headers: headers,
|
|
8283
|
+
observe: observe,
|
|
8284
|
+
reportProgress: reportProgress
|
|
8285
|
+
});
|
|
8286
|
+
}
|
|
8287
|
+
validateSafeguardRuleUsingGET(safeguardRequestDTO, reqId, token, observe = 'body', reportProgress = false) {
|
|
8288
|
+
if (safeguardRequestDTO === null || safeguardRequestDTO === undefined) {
|
|
8289
|
+
throw new Error('Required parameter safeguardRequestDTO was null or undefined when calling validateSafeguardRuleUsingGET.');
|
|
8290
|
+
}
|
|
8291
|
+
let headers = this.defaultHeaders;
|
|
8292
|
+
if (reqId !== undefined && reqId !== null) {
|
|
8293
|
+
headers = headers.set('reqId', String(reqId));
|
|
8294
|
+
}
|
|
8295
|
+
if (token !== undefined && token !== null) {
|
|
8296
|
+
headers = headers.set('token', String(token));
|
|
8297
|
+
}
|
|
8298
|
+
// to determine the Accept header
|
|
8299
|
+
let httpHeaderAccepts = [
|
|
8300
|
+
'application/json'
|
|
8301
|
+
];
|
|
8302
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8303
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
8304
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8305
|
+
}
|
|
8306
|
+
// to determine the Content-Type header
|
|
8307
|
+
const consumes = [];
|
|
8308
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
8309
|
+
if (httpContentTypeSelected != undefined) {
|
|
8310
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
8311
|
+
}
|
|
8312
|
+
return this.httpClient.get(`${this.basePath}/v2/api/safeguard/validate`, {
|
|
8313
|
+
withCredentials: this.configuration.withCredentials,
|
|
8314
|
+
headers: headers,
|
|
8315
|
+
observe: observe,
|
|
8316
|
+
reportProgress: reportProgress
|
|
8317
|
+
});
|
|
8318
|
+
}
|
|
8319
|
+
}
|
|
8320
|
+
SafeguardControllerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SafeguardControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8321
|
+
SafeguardControllerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SafeguardControllerService });
|
|
8322
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SafeguardControllerService, decorators: [{
|
|
8323
|
+
type: Injectable
|
|
8324
|
+
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
8325
|
+
type: Optional
|
|
8326
|
+
}, {
|
|
8327
|
+
type: Inject,
|
|
8328
|
+
args: [BASE_PATH]
|
|
8329
|
+
}] }, { type: Configuration, decorators: [{
|
|
8330
|
+
type: Optional
|
|
8331
|
+
}] }]; } });
|
|
8332
|
+
|
|
8333
|
+
/**
|
|
8334
|
+
* Api Documentation
|
|
8335
|
+
* Api Documentation
|
|
8336
|
+
*
|
|
8337
|
+
* OpenAPI spec version: 1.0
|
|
8338
|
+
*
|
|
8339
|
+
*
|
|
8340
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8341
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
8342
|
+
* Do not edit the class manually.
|
|
8343
|
+
*/
|
|
8344
|
+
/* tslint:disable:no-unused-variable member-ordering */
|
|
8345
|
+
class SliceXControllerService {
|
|
8346
|
+
constructor(httpClient, basePath, configuration) {
|
|
8347
|
+
this.httpClient = httpClient;
|
|
8348
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
8349
|
+
this.defaultHeaders = new HttpHeaders();
|
|
8350
|
+
this.configuration = new Configuration();
|
|
8351
|
+
if (basePath) {
|
|
8352
|
+
this.basePath = basePath;
|
|
8353
|
+
}
|
|
8354
|
+
if (configuration) {
|
|
8355
|
+
this.configuration = configuration;
|
|
8356
|
+
this.basePath = basePath || configuration.basePath || this.basePath;
|
|
8357
|
+
}
|
|
8358
|
+
}
|
|
8359
|
+
/**
|
|
8360
|
+
* @param consumes string[] mime-types
|
|
8361
|
+
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
8362
|
+
*/
|
|
8363
|
+
canConsumeForm(consumes) {
|
|
8364
|
+
const form = 'multipart/form-data';
|
|
8365
|
+
for (const consume of consumes) {
|
|
8366
|
+
if (form === consume) {
|
|
8367
|
+
return true;
|
|
8368
|
+
}
|
|
8369
|
+
}
|
|
8370
|
+
return false;
|
|
8371
|
+
}
|
|
8372
|
+
getBudgetUtilisationUsingPOST(request, reqId, sort, token, observe = 'body', reportProgress = false) {
|
|
8373
|
+
if (request === null || request === undefined) {
|
|
8374
|
+
throw new Error('Required parameter request was null or undefined when calling getBudgetUtilisationUsingPOST.');
|
|
8375
|
+
}
|
|
8376
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
8377
|
+
if (sort !== undefined && sort !== null) {
|
|
8378
|
+
queryParameters = queryParameters.set('sort', sort);
|
|
8379
|
+
}
|
|
8380
|
+
let headers = this.defaultHeaders;
|
|
8381
|
+
if (reqId !== undefined && reqId !== null) {
|
|
8382
|
+
headers = headers.set('reqId', String(reqId));
|
|
8383
|
+
}
|
|
8384
|
+
if (token !== undefined && token !== null) {
|
|
8385
|
+
headers = headers.set('token', String(token));
|
|
8386
|
+
}
|
|
8387
|
+
// to determine the Accept header
|
|
8388
|
+
let httpHeaderAccepts = [
|
|
8389
|
+
'application/json'
|
|
8390
|
+
];
|
|
8391
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8392
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
8393
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8394
|
+
}
|
|
8395
|
+
// to determine the Content-Type header
|
|
8396
|
+
const consumes = [
|
|
8397
|
+
'application/json'
|
|
8398
|
+
];
|
|
8399
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
8400
|
+
if (httpContentTypeSelected != undefined) {
|
|
8401
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
8402
|
+
}
|
|
8403
|
+
return this.httpClient.post(`${this.basePath}/v2/api/slicex/budgetutilisation`, request, {
|
|
8404
|
+
params: queryParameters,
|
|
8405
|
+
withCredentials: this.configuration.withCredentials,
|
|
8406
|
+
headers: headers,
|
|
8407
|
+
observe: observe,
|
|
8408
|
+
reportProgress: reportProgress
|
|
8409
|
+
});
|
|
8410
|
+
}
|
|
8411
|
+
getSlicexDataChartUsingPOST(slicexRequest, reqId, token, observe = 'body', reportProgress = false) {
|
|
8412
|
+
if (slicexRequest === null || slicexRequest === undefined) {
|
|
8413
|
+
throw new Error('Required parameter slicexRequest was null or undefined when calling getSlicexDataChartUsingPOST.');
|
|
8414
|
+
}
|
|
8415
|
+
let headers = this.defaultHeaders;
|
|
8416
|
+
if (reqId !== undefined && reqId !== null) {
|
|
8417
|
+
headers = headers.set('reqId', String(reqId));
|
|
8418
|
+
}
|
|
8419
|
+
if (token !== undefined && token !== null) {
|
|
8420
|
+
headers = headers.set('token', String(token));
|
|
8421
|
+
}
|
|
8422
|
+
// to determine the Accept header
|
|
8423
|
+
let httpHeaderAccepts = [
|
|
8424
|
+
'application/json'
|
|
8425
|
+
];
|
|
8426
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8427
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
8428
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8429
|
+
}
|
|
8430
|
+
// to determine the Content-Type header
|
|
8431
|
+
const consumes = [
|
|
8432
|
+
'application/json'
|
|
8433
|
+
];
|
|
8434
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
8435
|
+
if (httpContentTypeSelected != undefined) {
|
|
8436
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
8437
|
+
}
|
|
8438
|
+
return this.httpClient.post(`${this.basePath}/v2/api/slicex/chart`, slicexRequest, {
|
|
8439
|
+
withCredentials: this.configuration.withCredentials,
|
|
8440
|
+
headers: headers,
|
|
8441
|
+
observe: observe,
|
|
8442
|
+
reportProgress: reportProgress
|
|
8443
|
+
});
|
|
8444
|
+
}
|
|
8445
|
+
getSlicexDataListNewUsingPOST(entity, slicexRequest, reqId, sort, token, observe = 'body', reportProgress = false) {
|
|
8446
|
+
if (entity === null || entity === undefined) {
|
|
8447
|
+
throw new Error('Required parameter entity was null or undefined when calling getSlicexDataListNewUsingPOST.');
|
|
8448
|
+
}
|
|
8449
|
+
if (slicexRequest === null || slicexRequest === undefined) {
|
|
8450
|
+
throw new Error('Required parameter slicexRequest was null or undefined when calling getSlicexDataListNewUsingPOST.');
|
|
8451
|
+
}
|
|
8452
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
8453
|
+
if (sort !== undefined && sort !== null) {
|
|
8454
|
+
queryParameters = queryParameters.set('sort', sort);
|
|
8455
|
+
}
|
|
8456
|
+
let headers = this.defaultHeaders;
|
|
8457
|
+
if (reqId !== undefined && reqId !== null) {
|
|
8458
|
+
headers = headers.set('reqId', String(reqId));
|
|
8459
|
+
}
|
|
8460
|
+
if (token !== undefined && token !== null) {
|
|
8461
|
+
headers = headers.set('token', String(token));
|
|
8462
|
+
}
|
|
8463
|
+
// to determine the Accept header
|
|
8464
|
+
let httpHeaderAccepts = [
|
|
8465
|
+
'application/json'
|
|
8466
|
+
];
|
|
8467
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8468
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
8469
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8470
|
+
}
|
|
8471
|
+
// to determine the Content-Type header
|
|
8472
|
+
const consumes = [
|
|
8473
|
+
'application/json'
|
|
8474
|
+
];
|
|
8475
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
8476
|
+
if (httpContentTypeSelected != undefined) {
|
|
8477
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
8478
|
+
}
|
|
8479
|
+
return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/${encodeURIComponent(String(entity))}/new`, slicexRequest, {
|
|
8480
|
+
params: queryParameters,
|
|
8481
|
+
withCredentials: this.configuration.withCredentials,
|
|
8482
|
+
headers: headers,
|
|
8483
|
+
observe: observe,
|
|
8484
|
+
reportProgress: reportProgress
|
|
8485
|
+
});
|
|
8486
|
+
}
|
|
8487
|
+
getSlicexDataListUsingPOST(entity, slicexRequest, reqId, sort, token, observe = 'body', reportProgress = false) {
|
|
8488
|
+
if (entity === null || entity === undefined) {
|
|
8489
|
+
throw new Error('Required parameter entity was null or undefined when calling getSlicexDataListUsingPOST.');
|
|
8490
|
+
}
|
|
8491
|
+
if (slicexRequest === null || slicexRequest === undefined) {
|
|
8492
|
+
throw new Error('Required parameter slicexRequest was null or undefined when calling getSlicexDataListUsingPOST.');
|
|
8493
|
+
}
|
|
8494
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
8495
|
+
if (sort !== undefined && sort !== null) {
|
|
8496
|
+
queryParameters = queryParameters.set('sort', sort);
|
|
8497
|
+
}
|
|
8498
|
+
let headers = this.defaultHeaders;
|
|
8499
|
+
if (reqId !== undefined && reqId !== null) {
|
|
8500
|
+
headers = headers.set('reqId', String(reqId));
|
|
8501
|
+
}
|
|
8502
|
+
if (token !== undefined && token !== null) {
|
|
8503
|
+
headers = headers.set('token', String(token));
|
|
8504
|
+
}
|
|
8505
|
+
// to determine the Accept header
|
|
8506
|
+
let httpHeaderAccepts = [
|
|
8507
|
+
'application/json'
|
|
8508
|
+
];
|
|
8509
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8510
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
8511
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8512
|
+
}
|
|
8513
|
+
// to determine the Content-Type header
|
|
8514
|
+
const consumes = [
|
|
8515
|
+
'application/json'
|
|
8516
|
+
];
|
|
8517
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
8518
|
+
if (httpContentTypeSelected != undefined) {
|
|
8519
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
8520
|
+
}
|
|
8521
|
+
return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/${encodeURIComponent(String(entity))}`, slicexRequest, {
|
|
8522
|
+
params: queryParameters,
|
|
8523
|
+
withCredentials: this.configuration.withCredentials,
|
|
8524
|
+
headers: headers,
|
|
8525
|
+
observe: observe,
|
|
8526
|
+
reportProgress: reportProgress
|
|
8527
|
+
});
|
|
8528
|
+
}
|
|
8529
|
+
getSlicexDataListWithCompareUsingPOST(entity, slicexRequest, reqId, sort, token, observe = 'body', reportProgress = false) {
|
|
8530
|
+
if (entity === null || entity === undefined) {
|
|
8531
|
+
throw new Error('Required parameter entity was null or undefined when calling getSlicexDataListWithCompareUsingPOST.');
|
|
8532
|
+
}
|
|
8533
|
+
if (slicexRequest === null || slicexRequest === undefined) {
|
|
8534
|
+
throw new Error('Required parameter slicexRequest was null or undefined when calling getSlicexDataListWithCompareUsingPOST.');
|
|
8535
|
+
}
|
|
8536
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
8537
|
+
if (sort !== undefined && sort !== null) {
|
|
8538
|
+
queryParameters = queryParameters.set('sort', sort);
|
|
8539
|
+
}
|
|
8540
|
+
let headers = this.defaultHeaders;
|
|
8541
|
+
if (reqId !== undefined && reqId !== null) {
|
|
8542
|
+
headers = headers.set('reqId', String(reqId));
|
|
8543
|
+
}
|
|
8544
|
+
if (token !== undefined && token !== null) {
|
|
8545
|
+
headers = headers.set('token', String(token));
|
|
8546
|
+
}
|
|
8547
|
+
// to determine the Accept header
|
|
8548
|
+
let httpHeaderAccepts = [
|
|
8549
|
+
'application/json'
|
|
8550
|
+
];
|
|
8551
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8552
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
8553
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8554
|
+
}
|
|
8555
|
+
// to determine the Content-Type header
|
|
8556
|
+
const consumes = [
|
|
8557
|
+
'application/json'
|
|
8558
|
+
];
|
|
8559
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
8560
|
+
if (httpContentTypeSelected != undefined) {
|
|
8561
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
8562
|
+
}
|
|
8563
|
+
return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/compare/${encodeURIComponent(String(entity))}`, slicexRequest, {
|
|
8564
|
+
params: queryParameters,
|
|
8565
|
+
withCredentials: this.configuration.withCredentials,
|
|
8566
|
+
headers: headers,
|
|
8567
|
+
observe: observe,
|
|
8568
|
+
reportProgress: reportProgress
|
|
8569
|
+
});
|
|
8570
|
+
}
|
|
8571
|
+
getSlicexGridDetailsUsingPOST(entity, slicexRequestExt, reqId, token, observe = 'body', reportProgress = false) {
|
|
8572
|
+
if (entity === null || entity === undefined) {
|
|
8573
|
+
throw new Error('Required parameter entity was null or undefined when calling getSlicexGridDetailsUsingPOST.');
|
|
8574
|
+
}
|
|
8575
|
+
if (slicexRequestExt === null || slicexRequestExt === undefined) {
|
|
8576
|
+
throw new Error('Required parameter slicexRequestExt was null or undefined when calling getSlicexGridDetailsUsingPOST.');
|
|
8577
|
+
}
|
|
8578
|
+
let headers = this.defaultHeaders;
|
|
8579
|
+
if (reqId !== undefined && reqId !== null) {
|
|
8580
|
+
headers = headers.set('reqId', String(reqId));
|
|
8581
|
+
}
|
|
8582
|
+
if (token !== undefined && token !== null) {
|
|
8583
|
+
headers = headers.set('token', String(token));
|
|
8584
|
+
}
|
|
8585
|
+
// to determine the Accept header
|
|
8586
|
+
let httpHeaderAccepts = [
|
|
8587
|
+
'application/json'
|
|
8588
|
+
];
|
|
8589
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8590
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
8591
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8592
|
+
}
|
|
8593
|
+
// to determine the Content-Type header
|
|
8594
|
+
const consumes = [
|
|
8595
|
+
'application/json'
|
|
8596
|
+
];
|
|
8597
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
8598
|
+
if (httpContentTypeSelected != undefined) {
|
|
8599
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
8600
|
+
}
|
|
8601
|
+
return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/details/${encodeURIComponent(String(entity))}`, slicexRequestExt, {
|
|
8602
|
+
withCredentials: this.configuration.withCredentials,
|
|
8603
|
+
headers: headers,
|
|
8604
|
+
observe: observe,
|
|
8605
|
+
reportProgress: reportProgress
|
|
8606
|
+
});
|
|
8607
|
+
}
|
|
8608
|
+
getSlicexListDataForExportUsingPOST(entity, slicexRequest, reqId, sort, token, observe = 'body', reportProgress = false) {
|
|
8609
|
+
if (entity === null || entity === undefined) {
|
|
8610
|
+
throw new Error('Required parameter entity was null or undefined when calling getSlicexListDataForExportUsingPOST.');
|
|
8611
|
+
}
|
|
8612
|
+
if (slicexRequest === null || slicexRequest === undefined) {
|
|
8613
|
+
throw new Error('Required parameter slicexRequest was null or undefined when calling getSlicexListDataForExportUsingPOST.');
|
|
8614
|
+
}
|
|
8615
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
8616
|
+
if (sort !== undefined && sort !== null) {
|
|
8617
|
+
queryParameters = queryParameters.set('sort', sort);
|
|
8618
|
+
}
|
|
8619
|
+
let headers = this.defaultHeaders;
|
|
8620
|
+
if (reqId !== undefined && reqId !== null) {
|
|
8621
|
+
headers = headers.set('reqId', String(reqId));
|
|
8622
|
+
}
|
|
8623
|
+
if (token !== undefined && token !== null) {
|
|
8624
|
+
headers = headers.set('token', String(token));
|
|
8625
|
+
}
|
|
8626
|
+
// to determine the Accept header
|
|
8627
|
+
let httpHeaderAccepts = [
|
|
8628
|
+
'application/json'
|
|
8629
|
+
];
|
|
8630
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8631
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
8632
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8633
|
+
}
|
|
8634
|
+
// to determine the Content-Type header
|
|
8635
|
+
const consumes = [
|
|
8636
|
+
'application/json'
|
|
8637
|
+
];
|
|
8638
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
8639
|
+
if (httpContentTypeSelected != undefined) {
|
|
8640
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
8641
|
+
}
|
|
8642
|
+
return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/csv/${encodeURIComponent(String(entity))}`, slicexRequest, {
|
|
8643
|
+
params: queryParameters,
|
|
8644
|
+
withCredentials: this.configuration.withCredentials,
|
|
8645
|
+
headers: headers,
|
|
8646
|
+
observe: observe,
|
|
8647
|
+
reportProgress: reportProgress
|
|
8648
|
+
});
|
|
8649
|
+
}
|
|
8650
|
+
getStaticMetaDataUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
|
|
8651
|
+
if (request === null || request === undefined) {
|
|
8652
|
+
throw new Error('Required parameter request was null or undefined when calling getStaticMetaDataUsingPOST.');
|
|
8653
|
+
}
|
|
8654
|
+
let headers = this.defaultHeaders;
|
|
8655
|
+
if (reqId !== undefined && reqId !== null) {
|
|
8656
|
+
headers = headers.set('reqId', String(reqId));
|
|
8657
|
+
}
|
|
8658
|
+
if (token !== undefined && token !== null) {
|
|
8659
|
+
headers = headers.set('token', String(token));
|
|
8660
|
+
}
|
|
8661
|
+
// to determine the Accept header
|
|
8662
|
+
let httpHeaderAccepts = [
|
|
8663
|
+
'application/json'
|
|
8664
|
+
];
|
|
8665
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8666
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
8667
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8668
|
+
}
|
|
8669
|
+
// to determine the Content-Type header
|
|
8670
|
+
const consumes = [
|
|
8671
|
+
'application/json'
|
|
8672
|
+
];
|
|
8673
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
8674
|
+
if (httpContentTypeSelected != undefined) {
|
|
8675
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
8676
|
+
}
|
|
8677
|
+
return this.httpClient.post(`${this.basePath}/v2/api/slicex/staticmetadata`, request, {
|
|
8678
|
+
withCredentials: this.configuration.withCredentials,
|
|
8679
|
+
headers: headers,
|
|
8680
|
+
observe: observe,
|
|
8681
|
+
reportProgress: reportProgress
|
|
8682
|
+
});
|
|
8683
|
+
}
|
|
8684
|
+
getWinRateAndReachUsingPOST(request, reqId, sort, token, observe = 'body', reportProgress = false) {
|
|
8685
|
+
if (request === null || request === undefined) {
|
|
8686
|
+
throw new Error('Required parameter request was null or undefined when calling getWinRateAndReachUsingPOST.');
|
|
8687
|
+
}
|
|
8688
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
8689
|
+
if (sort !== undefined && sort !== null) {
|
|
8690
|
+
queryParameters = queryParameters.set('sort', sort);
|
|
8348
8691
|
}
|
|
8349
8692
|
let headers = this.defaultHeaders;
|
|
8350
8693
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -8406,7 +8749,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8406
8749
|
class StrategyControllerService {
|
|
8407
8750
|
constructor(httpClient, basePath, configuration) {
|
|
8408
8751
|
this.httpClient = httpClient;
|
|
8409
|
-
this.basePath = 'https://
|
|
8752
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
8410
8753
|
this.defaultHeaders = new HttpHeaders();
|
|
8411
8754
|
this.configuration = new Configuration();
|
|
8412
8755
|
if (basePath) {
|
|
@@ -9574,7 +9917,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9574
9917
|
class StrategyTemplateControllerService {
|
|
9575
9918
|
constructor(httpClient, basePath, configuration) {
|
|
9576
9919
|
this.httpClient = httpClient;
|
|
9577
|
-
this.basePath = 'https://
|
|
9920
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
9578
9921
|
this.defaultHeaders = new HttpHeaders();
|
|
9579
9922
|
this.configuration = new Configuration();
|
|
9580
9923
|
if (basePath) {
|
|
@@ -9696,7 +10039,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9696
10039
|
class UILoggerControllerService {
|
|
9697
10040
|
constructor(httpClient, basePath, configuration) {
|
|
9698
10041
|
this.httpClient = httpClient;
|
|
9699
|
-
this.basePath = 'https://
|
|
10042
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
9700
10043
|
this.defaultHeaders = new HttpHeaders();
|
|
9701
10044
|
this.configuration = new Configuration();
|
|
9702
10045
|
if (basePath) {
|
|
@@ -9788,7 +10131,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9788
10131
|
class UserPreferenceControllerService {
|
|
9789
10132
|
constructor(httpClient, basePath, configuration) {
|
|
9790
10133
|
this.httpClient = httpClient;
|
|
9791
|
-
this.basePath = 'https://
|
|
10134
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
9792
10135
|
this.defaultHeaders = new HttpHeaders();
|
|
9793
10136
|
this.configuration = new Configuration();
|
|
9794
10137
|
if (basePath) {
|
|
@@ -9947,7 +10290,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9947
10290
|
type: Optional
|
|
9948
10291
|
}] }]; } });
|
|
9949
10292
|
|
|
9950
|
-
const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService,
|
|
10293
|
+
const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AudienceControllerService, AuditControllerService, BidFunnelControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, ExperimentsControllerService, NotificationsControllerService, PixelControllerService, ReportControllerService, ReportingControllerService, ReportingSchedulerControllerService, SafeguardControllerService, SliceXControllerService, StrategyControllerService, StrategyTemplateControllerService, UILoggerControllerService, UserPreferenceControllerService];
|
|
9951
10294
|
|
|
9952
10295
|
var ABTestingDTO;
|
|
9953
10296
|
(function (ABTestingDTO) {
|
|
@@ -9991,8 +10334,7 @@ var ABTestingVariantDTO;
|
|
|
9991
10334
|
CPI: 'CPI',
|
|
9992
10335
|
BOOST: 'BOOST',
|
|
9993
10336
|
RCPC: 'RCPC',
|
|
9994
|
-
CPABOOST: 'CPA_BOOST'
|
|
9995
|
-
CPR: 'CPR'
|
|
10337
|
+
CPABOOST: 'CPA_BOOST'
|
|
9996
10338
|
};
|
|
9997
10339
|
ABTestingVariantDTO.VariantTypeEnum = {
|
|
9998
10340
|
MODEL: 'MODEL',
|
|
@@ -10187,6 +10529,18 @@ var AdvertiserCohortResponse;
|
|
|
10187
10529
|
* Do not edit the class manually.
|
|
10188
10530
|
*/
|
|
10189
10531
|
|
|
10532
|
+
/**
|
|
10533
|
+
* Api Documentation
|
|
10534
|
+
* Api Documentation
|
|
10535
|
+
*
|
|
10536
|
+
* OpenAPI spec version: 1.0
|
|
10537
|
+
*
|
|
10538
|
+
*
|
|
10539
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
10540
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10541
|
+
* Do not edit the class manually.
|
|
10542
|
+
*/
|
|
10543
|
+
|
|
10190
10544
|
var AppSettingsDTO;
|
|
10191
10545
|
(function (AppSettingsDTO) {
|
|
10192
10546
|
AppSettingsDTO.SettingsKeyEnum = {
|
|
@@ -11721,6 +12075,18 @@ var Macro;
|
|
|
11721
12075
|
* Do not edit the class manually.
|
|
11722
12076
|
*/
|
|
11723
12077
|
|
|
12078
|
+
/**
|
|
12079
|
+
* Api Documentation
|
|
12080
|
+
* Api Documentation
|
|
12081
|
+
*
|
|
12082
|
+
* OpenAPI spec version: 1.0
|
|
12083
|
+
*
|
|
12084
|
+
*
|
|
12085
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12086
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12087
|
+
* Do not edit the class manually.
|
|
12088
|
+
*/
|
|
12089
|
+
|
|
11724
12090
|
var MetaRuleDto;
|
|
11725
12091
|
(function (MetaRuleDto) {
|
|
11726
12092
|
MetaRuleDto.FilterTypeEnum = {
|
|
@@ -11772,18 +12138,6 @@ var MetaRuleDto;
|
|
|
11772
12138
|
* Do not edit the class manually.
|
|
11773
12139
|
*/
|
|
11774
12140
|
|
|
11775
|
-
/**
|
|
11776
|
-
* Api Documentation
|
|
11777
|
-
* Api Documentation
|
|
11778
|
-
*
|
|
11779
|
-
* OpenAPI spec version: 1.0
|
|
11780
|
-
*
|
|
11781
|
-
*
|
|
11782
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11783
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
11784
|
-
* Do not edit the class manually.
|
|
11785
|
-
*/
|
|
11786
|
-
|
|
11787
12141
|
/**
|
|
11788
12142
|
* Api Documentation
|
|
11789
12143
|
* Api Documentation
|
|
@@ -11981,25 +12335,6 @@ var PlatformClickSigningConfig;
|
|
|
11981
12335
|
};
|
|
11982
12336
|
})(PlatformClickSigningConfig || (PlatformClickSigningConfig = {}));
|
|
11983
12337
|
|
|
11984
|
-
/**
|
|
11985
|
-
* Api Documentation
|
|
11986
|
-
* Api Documentation
|
|
11987
|
-
*
|
|
11988
|
-
* OpenAPI spec version: 1.0
|
|
11989
|
-
*
|
|
11990
|
-
*
|
|
11991
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11992
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
11993
|
-
* Do not edit the class manually.
|
|
11994
|
-
*/
|
|
11995
|
-
var RecencyTargetingDTO;
|
|
11996
|
-
(function (RecencyTargetingDTO) {
|
|
11997
|
-
RecencyTargetingDTO.UnitEnum = {
|
|
11998
|
-
HOURS: 'HOURS',
|
|
11999
|
-
DAYS: 'DAYS'
|
|
12000
|
-
};
|
|
12001
|
-
})(RecencyTargetingDTO || (RecencyTargetingDTO = {}));
|
|
12002
|
-
|
|
12003
12338
|
/**
|
|
12004
12339
|
* Api Documentation
|
|
12005
12340
|
* Api Documentation
|
|
@@ -12195,6 +12530,88 @@ var RuleDTO;
|
|
|
12195
12530
|
* Do not edit the class manually.
|
|
12196
12531
|
*/
|
|
12197
12532
|
|
|
12533
|
+
/**
|
|
12534
|
+
* Api Documentation
|
|
12535
|
+
* Api Documentation
|
|
12536
|
+
*
|
|
12537
|
+
* OpenAPI spec version: 1.0
|
|
12538
|
+
*
|
|
12539
|
+
*
|
|
12540
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12541
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12542
|
+
* Do not edit the class manually.
|
|
12543
|
+
*/
|
|
12544
|
+
|
|
12545
|
+
/**
|
|
12546
|
+
* Api Documentation
|
|
12547
|
+
* Api Documentation
|
|
12548
|
+
*
|
|
12549
|
+
* OpenAPI spec version: 1.0
|
|
12550
|
+
*
|
|
12551
|
+
*
|
|
12552
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12553
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12554
|
+
* Do not edit the class manually.
|
|
12555
|
+
*/
|
|
12556
|
+
var SafeguardDetail;
|
|
12557
|
+
(function (SafeguardDetail) {
|
|
12558
|
+
SafeguardDetail.TargetingScopeEnum = {
|
|
12559
|
+
APP: 'APP',
|
|
12560
|
+
INVENTORY: 'INVENTORY'
|
|
12561
|
+
};
|
|
12562
|
+
})(SafeguardDetail || (SafeguardDetail = {}));
|
|
12563
|
+
|
|
12564
|
+
/**
|
|
12565
|
+
* Api Documentation
|
|
12566
|
+
* Api Documentation
|
|
12567
|
+
*
|
|
12568
|
+
* OpenAPI spec version: 1.0
|
|
12569
|
+
*
|
|
12570
|
+
*
|
|
12571
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12572
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12573
|
+
* Do not edit the class manually.
|
|
12574
|
+
*/
|
|
12575
|
+
var SafeguardEntity;
|
|
12576
|
+
(function (SafeguardEntity) {
|
|
12577
|
+
SafeguardEntity.TargetingScopeEnum = {
|
|
12578
|
+
APP: 'APP',
|
|
12579
|
+
INVENTORY: 'INVENTORY'
|
|
12580
|
+
};
|
|
12581
|
+
})(SafeguardEntity || (SafeguardEntity = {}));
|
|
12582
|
+
|
|
12583
|
+
var SafeguardExclusionDTO;
|
|
12584
|
+
(function (SafeguardExclusionDTO) {
|
|
12585
|
+
SafeguardExclusionDTO.ScopeEnum = {
|
|
12586
|
+
APP: 'APP',
|
|
12587
|
+
INVENTORY: 'INVENTORY'
|
|
12588
|
+
};
|
|
12589
|
+
})(SafeguardExclusionDTO || (SafeguardExclusionDTO = {}));
|
|
12590
|
+
|
|
12591
|
+
var SafeguardRequestDTO;
|
|
12592
|
+
(function (SafeguardRequestDTO) {
|
|
12593
|
+
SafeguardRequestDTO.TargetingScopeEnum = {
|
|
12594
|
+
APP: 'APP',
|
|
12595
|
+
INVENTORY: 'INVENTORY'
|
|
12596
|
+
};
|
|
12597
|
+
})(SafeguardRequestDTO || (SafeguardRequestDTO = {}));
|
|
12598
|
+
|
|
12599
|
+
var SafeguardResponseDTO;
|
|
12600
|
+
(function (SafeguardResponseDTO) {
|
|
12601
|
+
SafeguardResponseDTO.TargetingScopeEnum = {
|
|
12602
|
+
APP: 'APP',
|
|
12603
|
+
INVENTORY: 'INVENTORY'
|
|
12604
|
+
};
|
|
12605
|
+
})(SafeguardResponseDTO || (SafeguardResponseDTO = {}));
|
|
12606
|
+
|
|
12607
|
+
var SafeguardRuleExecutionLogEntity;
|
|
12608
|
+
(function (SafeguardRuleExecutionLogEntity) {
|
|
12609
|
+
SafeguardRuleExecutionLogEntity.StatusEnum = {
|
|
12610
|
+
ACTIVE: 'ACTIVE',
|
|
12611
|
+
INACTIVE: 'INACTIVE'
|
|
12612
|
+
};
|
|
12613
|
+
})(SafeguardRuleExecutionLogEntity || (SafeguardRuleExecutionLogEntity = {}));
|
|
12614
|
+
|
|
12198
12615
|
/**
|
|
12199
12616
|
* Api Documentation
|
|
12200
12617
|
* Api Documentation
|
|
@@ -12702,18 +13119,6 @@ var VastCreative;
|
|
|
12702
13119
|
* Do not edit the class manually.
|
|
12703
13120
|
*/
|
|
12704
13121
|
|
|
12705
|
-
/**
|
|
12706
|
-
* Api Documentation
|
|
12707
|
-
* Api Documentation
|
|
12708
|
-
*
|
|
12709
|
-
* OpenAPI spec version: 1.0
|
|
12710
|
-
*
|
|
12711
|
-
*
|
|
12712
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12713
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12714
|
-
* Do not edit the class manually.
|
|
12715
|
-
*/
|
|
12716
|
-
|
|
12717
13122
|
/**
|
|
12718
13123
|
* Api Documentation
|
|
12719
13124
|
* Api Documentation
|
|
@@ -12880,7 +13285,6 @@ ApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
|
12880
13285
|
AdminControllerService,
|
|
12881
13286
|
AdvertiserControllerService,
|
|
12882
13287
|
AppSettingsControllerService,
|
|
12883
|
-
AppsFlyerControllerService,
|
|
12884
13288
|
AudienceControllerService,
|
|
12885
13289
|
AuditControllerService,
|
|
12886
13290
|
BidFunnelControllerService,
|
|
@@ -12902,6 +13306,7 @@ ApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
|
12902
13306
|
ReportControllerService,
|
|
12903
13307
|
ReportingControllerService,
|
|
12904
13308
|
ReportingSchedulerControllerService,
|
|
13309
|
+
SafeguardControllerService,
|
|
12905
13310
|
SliceXControllerService,
|
|
12906
13311
|
StrategyControllerService,
|
|
12907
13312
|
StrategyTemplateControllerService,
|
|
@@ -12918,7 +13323,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
12918
13323
|
AdminControllerService,
|
|
12919
13324
|
AdvertiserControllerService,
|
|
12920
13325
|
AppSettingsControllerService,
|
|
12921
|
-
AppsFlyerControllerService,
|
|
12922
13326
|
AudienceControllerService,
|
|
12923
13327
|
AuditControllerService,
|
|
12924
13328
|
BidFunnelControllerService,
|
|
@@ -12940,6 +13344,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
12940
13344
|
ReportControllerService,
|
|
12941
13345
|
ReportingControllerService,
|
|
12942
13346
|
ReportingSchedulerControllerService,
|
|
13347
|
+
SafeguardControllerService,
|
|
12943
13348
|
SliceXControllerService,
|
|
12944
13349
|
StrategyControllerService,
|
|
12945
13350
|
StrategyTemplateControllerService,
|
|
@@ -12959,5 +13364,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
12959
13364
|
* Generated bundle index. Do not edit.
|
|
12960
13365
|
*/
|
|
12961
13366
|
|
|
12962
|
-
export { ABTestingDTO, ABTestingResponseDetails, ABTestingVariantDTO, APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserAppSettingsDTO, AdvertiserCohortDTO, AdvertiserCohortResponse, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO,
|
|
13367
|
+
export { ABTestingDTO, ABTestingResponseDetails, ABTestingVariantDTO, APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserAppSettingsDTO, AdvertiserCohortDTO, AdvertiserCohortResponse, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BidFunnelControllerService, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, CohortCampaignStrategyDO, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeDetails, CreativeEntity, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetPerformanceList, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, DcoAttributesDTO, DeviceTargetModel, DuplicateCampaignStrategyRequestDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, ExperimentsControllerService, ExperimentsEntity, FilterModel, GeoFenceDTO, GeoListRequest, IncrementalityTestDTO, IncrementalityTestDetails, JobResponse, JsonNode, LookAlikeAudienceConfigDTO, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, OptimizationRuleAuditLogDTO, OptimizationRuleDTO, PixelControllerService, PixelDataFileDTO, PlatformClickSigningConfig, RemoteFileDTO, ReportControllerService, ReportProperty, ReportRequest, ReportResponse, ReportingControllerService, ReportingRequest, ReportingResponse, ReportingSchedulerControllerService, ReportingSchedulerResponse, RuleDTO, SafeguardControllerService, SafeguardDetail, SafeguardEntity, SafeguardExclusionDTO, SafeguardRequestDTO, SafeguardResponseDTO, SafeguardRuleExecutionLogEntity, SchedulerRequest, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, StrategyRuleResponse, StrategyTemplateControllerService, StrategyTemplateDTO, StrategyTemplateResponse, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties, WhitelabelingEntity };
|
|
12963
13368
|
//# sourceMappingURL=revxui-api-clients-ts.mjs.map
|