@revxui/api-clients-ts 1.1.470 → 1.1.471
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/advertiserController.service.d.ts +12 -0
- package/api/api.d.ts +1 -3
- package/esm2020/api/adminController.service.mjs +2 -2
- package/esm2020/api/advertiserController.service.mjs +27 -2
- package/esm2020/api/api.mjs +2 -4
- package/esm2020/api/appSettingsController.service.mjs +2 -2
- package/esm2020/api/appsFlyerController.service.mjs +2 -2
- package/esm2020/api/audienceController.service.mjs +2 -2
- package/esm2020/api/auditController.service.mjs +2 -2
- 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 +2 -2
- 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 +1 -4
- package/esm2020/model/apiResponseObjectApiListResponseBaseModel.mjs +2 -0
- package/esm2020/model/dynamicVideoTemplate.mjs +1 -1
- package/esm2020/model/models.mjs +2 -37
- package/fesm2015/revxui-api-clients-ts.mjs +58 -583
- package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
- package/fesm2020/revxui-api-clients-ts.mjs +99 -802
- package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
- package/model/{apiResponseObjectDcoVideoSettingsDTO.d.ts → apiResponseObjectApiListResponseBaseModel.d.ts} +3 -3
- package/model/dynamicVideoTemplate.d.ts +0 -4
- package/model/models.d.ts +1 -36
- package/package.json +1 -1
- package/api/dCOVideoSettingsController.service.d.ts +0 -203
- package/esm2020/api/dCOVideoSettingsController.service.mjs +0 -535
- package/esm2020/model/apiResponseObjectDcoVideoActivateResponse.mjs +0 -2
- package/esm2020/model/apiResponseObjectDcoVideoAssetUploadResponse.mjs +0 -2
- package/esm2020/model/apiResponseObjectDcoVideoDeleteResponse.mjs +0 -2
- package/esm2020/model/apiResponseObjectDcoVideoGenerateSampleResponse.mjs +0 -2
- package/esm2020/model/apiResponseObjectDcoVideoGeneratedCountResponse.mjs +0 -2
- package/esm2020/model/apiResponseObjectDcoVideoSettingsDTO.mjs +0 -2
- package/esm2020/model/apiResponseObjectListDcoVideoBrandGuidelineDTO.mjs +0 -2
- package/esm2020/model/apiResponseObjectListDcoVideoDimensionDTO.mjs +0 -2
- package/esm2020/model/apiResponseObjectListDcoVideoMusicTrackDTO.mjs +0 -2
- package/esm2020/model/apiResponseObjectListDcoVideoSettingsDTO.mjs +0 -2
- package/esm2020/model/apiResponseObjectListDcoVideoTemplateDTO.mjs +0 -2
- package/esm2020/model/apiResponseObjectListstring.mjs +0 -13
- package/esm2020/model/dcoVideoActivateRequest.mjs +0 -13
- package/esm2020/model/dcoVideoActivateResponse.mjs +0 -13
- package/esm2020/model/dcoVideoAssetDTO.mjs +0 -19
- package/esm2020/model/dcoVideoAssetUploadResponse.mjs +0 -2
- package/esm2020/model/dcoVideoBrandGuidelineDTO.mjs +0 -13
- package/esm2020/model/dcoVideoCatalogItemDTO.mjs +0 -13
- package/esm2020/model/dcoVideoDeleteResponse.mjs +0 -13
- package/esm2020/model/dcoVideoDimensionDTO.mjs +0 -13
- package/esm2020/model/dcoVideoGenerateSampleRequest.mjs +0 -2
- package/esm2020/model/dcoVideoGenerateSampleResponse.mjs +0 -2
- package/esm2020/model/dcoVideoGeneratedCountResponse.mjs +0 -13
- package/esm2020/model/dcoVideoMusicTrackDTO.mjs +0 -13
- package/esm2020/model/dcoVideoSettingsCreateRequest.mjs +0 -2
- package/esm2020/model/dcoVideoSettingsDTO.mjs +0 -2
- package/esm2020/model/dcoVideoSettingsUpdateRequest.mjs +0 -2
- package/esm2020/model/dcoVideoTemplateDTO.mjs +0 -2
- package/esm2020/model/dcoVideoTemplateRequirementsDTO.mjs +0 -13
- package/esm2020/model/dcoVideoUploadedAssetDTO.mjs +0 -13
- package/esm2020/model/inputStream.mjs +0 -13
- package/esm2020/model/modelFile.mjs +0 -13
- package/esm2020/model/resource.mjs +0 -2
- package/esm2020/model/uRI.mjs +0 -13
- package/esm2020/model/uRL.mjs +0 -2
- package/esm2020/model/uRLStreamHandler.mjs +0 -13
- package/model/apiResponseObjectDcoVideoActivateResponse.d.ts +0 -17
- package/model/apiResponseObjectDcoVideoAssetUploadResponse.d.ts +0 -17
- package/model/apiResponseObjectDcoVideoDeleteResponse.d.ts +0 -17
- package/model/apiResponseObjectDcoVideoGenerateSampleResponse.d.ts +0 -17
- package/model/apiResponseObjectDcoVideoGeneratedCountResponse.d.ts +0 -17
- package/model/apiResponseObjectListDcoVideoBrandGuidelineDTO.d.ts +0 -17
- package/model/apiResponseObjectListDcoVideoDimensionDTO.d.ts +0 -17
- package/model/apiResponseObjectListDcoVideoMusicTrackDTO.d.ts +0 -17
- package/model/apiResponseObjectListDcoVideoSettingsDTO.d.ts +0 -17
- package/model/apiResponseObjectListDcoVideoTemplateDTO.d.ts +0 -17
- package/model/apiResponseObjectListstring.d.ts +0 -16
- package/model/dcoVideoActivateRequest.d.ts +0 -15
- package/model/dcoVideoActivateResponse.d.ts +0 -18
- package/model/dcoVideoAssetDTO.d.ts +0 -32
- package/model/dcoVideoAssetUploadResponse.d.ts +0 -17
- package/model/dcoVideoBrandGuidelineDTO.d.ts +0 -16
- package/model/dcoVideoCatalogItemDTO.d.ts +0 -16
- package/model/dcoVideoDeleteResponse.d.ts +0 -17
- package/model/dcoVideoDimensionDTO.d.ts +0 -15
- package/model/dcoVideoGenerateSampleRequest.d.ts +0 -20
- package/model/dcoVideoGenerateSampleResponse.d.ts +0 -29
- package/model/dcoVideoGeneratedCountResponse.d.ts +0 -24
- package/model/dcoVideoMusicTrackDTO.d.ts +0 -19
- package/model/dcoVideoSettingsCreateRequest.d.ts +0 -20
- package/model/dcoVideoSettingsDTO.d.ts +0 -32
- package/model/dcoVideoSettingsUpdateRequest.d.ts +0 -19
- package/model/dcoVideoTemplateDTO.d.ts +0 -25
- package/model/dcoVideoTemplateRequirementsDTO.d.ts +0 -17
- package/model/dcoVideoUploadedAssetDTO.d.ts +0 -15
- package/model/inputStream.d.ts +0 -13
- package/model/modelFile.d.ts +0 -32
- package/model/resource.d.ts +0 -24
- package/model/uRI.d.ts +0 -30
- package/model/uRL.d.ts +0 -27
- package/model/uRLStreamHandler.d.ts +0 -13
|
@@ -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://apiv2stage1.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://apiv2stage1.atomex.net';
|
|
283
283
|
this.defaultHeaders = new HttpHeaders();
|
|
284
284
|
this.configuration = new Configuration();
|
|
285
285
|
if (basePath) {
|
|
@@ -407,6 +407,31 @@ class AdvertiserControllerService {
|
|
|
407
407
|
reportProgress: reportProgress
|
|
408
408
|
});
|
|
409
409
|
}
|
|
410
|
+
getActiveAdvertisersWithoutSlackChannelUsingGET(reqId, token, observe = 'body', reportProgress = false) {
|
|
411
|
+
let headers = this.defaultHeaders;
|
|
412
|
+
if (reqId !== undefined && reqId !== null) {
|
|
413
|
+
headers = headers.set('reqId', String(reqId));
|
|
414
|
+
}
|
|
415
|
+
if (token !== undefined && token !== null) {
|
|
416
|
+
headers = headers.set('token', String(token));
|
|
417
|
+
}
|
|
418
|
+
// to determine the Accept header
|
|
419
|
+
let httpHeaderAccepts = [
|
|
420
|
+
'application/json'
|
|
421
|
+
];
|
|
422
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
423
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
424
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
425
|
+
}
|
|
426
|
+
// to determine the Content-Type header
|
|
427
|
+
const consumes = [];
|
|
428
|
+
return this.httpClient.get(`${this.basePath}/v2/api/advertisers/missing-slack-channel`, {
|
|
429
|
+
withCredentials: this.configuration.withCredentials,
|
|
430
|
+
headers: headers,
|
|
431
|
+
observe: observe,
|
|
432
|
+
reportProgress: reportProgress
|
|
433
|
+
});
|
|
434
|
+
}
|
|
410
435
|
getAdvertiserAnalyticsUsingGET(id, type, reqId, token, observe = 'body', reportProgress = false) {
|
|
411
436
|
if (id === null || id === undefined) {
|
|
412
437
|
throw new Error('Required parameter id was null or undefined when calling getAdvertiserAnalyticsUsingGET.');
|
|
@@ -829,7 +854,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
829
854
|
class AppSettingsControllerService {
|
|
830
855
|
constructor(httpClient, basePath, configuration) {
|
|
831
856
|
this.httpClient = httpClient;
|
|
832
|
-
this.basePath = 'https://
|
|
857
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
833
858
|
this.defaultHeaders = new HttpHeaders();
|
|
834
859
|
this.configuration = new Configuration();
|
|
835
860
|
if (basePath) {
|
|
@@ -1074,7 +1099,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1074
1099
|
class AppsFlyerControllerService {
|
|
1075
1100
|
constructor(httpClient, basePath, configuration) {
|
|
1076
1101
|
this.httpClient = httpClient;
|
|
1077
|
-
this.basePath = 'https://
|
|
1102
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1078
1103
|
this.defaultHeaders = new HttpHeaders();
|
|
1079
1104
|
this.configuration = new Configuration();
|
|
1080
1105
|
if (basePath) {
|
|
@@ -1160,7 +1185,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1160
1185
|
class AudienceControllerService {
|
|
1161
1186
|
constructor(httpClient, basePath, configuration) {
|
|
1162
1187
|
this.httpClient = httpClient;
|
|
1163
|
-
this.basePath = 'https://
|
|
1188
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1164
1189
|
this.defaultHeaders = new HttpHeaders();
|
|
1165
1190
|
this.configuration = new Configuration();
|
|
1166
1191
|
if (basePath) {
|
|
@@ -2036,7 +2061,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2036
2061
|
class AuditControllerService {
|
|
2037
2062
|
constructor(httpClient, basePath, configuration) {
|
|
2038
2063
|
this.httpClient = httpClient;
|
|
2039
|
-
this.basePath = 'https://
|
|
2064
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2040
2065
|
this.defaultHeaders = new HttpHeaders();
|
|
2041
2066
|
this.configuration = new Configuration();
|
|
2042
2067
|
if (basePath) {
|
|
@@ -2236,7 +2261,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2236
2261
|
class BidFunnelControllerService {
|
|
2237
2262
|
constructor(httpClient, basePath, configuration) {
|
|
2238
2263
|
this.httpClient = httpClient;
|
|
2239
|
-
this.basePath = 'https://
|
|
2264
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2240
2265
|
this.defaultHeaders = new HttpHeaders();
|
|
2241
2266
|
this.configuration = new Configuration();
|
|
2242
2267
|
if (basePath) {
|
|
@@ -2385,7 +2410,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2385
2410
|
class BulkStrategyControllerService {
|
|
2386
2411
|
constructor(httpClient, basePath, configuration) {
|
|
2387
2412
|
this.httpClient = httpClient;
|
|
2388
|
-
this.basePath = 'https://
|
|
2413
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2389
2414
|
this.defaultHeaders = new HttpHeaders();
|
|
2390
2415
|
this.configuration = new Configuration();
|
|
2391
2416
|
if (basePath) {
|
|
@@ -2610,7 +2635,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2610
2635
|
class CSSThemeController_Service {
|
|
2611
2636
|
constructor(httpClient, basePath, configuration) {
|
|
2612
2637
|
this.httpClient = httpClient;
|
|
2613
|
-
this.basePath = 'https://
|
|
2638
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2614
2639
|
this.defaultHeaders = new HttpHeaders();
|
|
2615
2640
|
this.configuration = new Configuration();
|
|
2616
2641
|
if (basePath) {
|
|
@@ -2719,7 +2744,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2719
2744
|
class CampaignControllerService {
|
|
2720
2745
|
constructor(httpClient, basePath, configuration) {
|
|
2721
2746
|
this.httpClient = httpClient;
|
|
2722
|
-
this.basePath = 'https://
|
|
2747
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2723
2748
|
this.defaultHeaders = new HttpHeaders();
|
|
2724
2749
|
this.configuration = new Configuration();
|
|
2725
2750
|
if (basePath) {
|
|
@@ -3160,7 +3185,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3160
3185
|
class CatalogControllerService {
|
|
3161
3186
|
constructor(httpClient, basePath, configuration) {
|
|
3162
3187
|
this.httpClient = httpClient;
|
|
3163
|
-
this.basePath = 'https://
|
|
3188
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3164
3189
|
this.defaultHeaders = new HttpHeaders();
|
|
3165
3190
|
this.configuration = new Configuration();
|
|
3166
3191
|
if (basePath) {
|
|
@@ -3403,7 +3428,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3403
3428
|
class ClickDestinationControllerService {
|
|
3404
3429
|
constructor(httpClient, basePath, configuration) {
|
|
3405
3430
|
this.httpClient = httpClient;
|
|
3406
|
-
this.basePath = 'https://
|
|
3431
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3407
3432
|
this.defaultHeaders = new HttpHeaders();
|
|
3408
3433
|
this.configuration = new Configuration();
|
|
3409
3434
|
if (basePath) {
|
|
@@ -3635,7 +3660,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3635
3660
|
class CreativeControllerService {
|
|
3636
3661
|
constructor(httpClient, basePath, configuration) {
|
|
3637
3662
|
this.httpClient = httpClient;
|
|
3638
|
-
this.basePath = 'https://
|
|
3663
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3639
3664
|
this.defaultHeaders = new HttpHeaders();
|
|
3640
3665
|
this.configuration = new Configuration();
|
|
3641
3666
|
if (basePath) {
|
|
@@ -4238,7 +4263,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4238
4263
|
class CreativeSetsControllerService {
|
|
4239
4264
|
constructor(httpClient, basePath, configuration) {
|
|
4240
4265
|
this.httpClient = httpClient;
|
|
4241
|
-
this.basePath = 'https://
|
|
4266
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4242
4267
|
this.defaultHeaders = new HttpHeaders();
|
|
4243
4268
|
this.configuration = new Configuration();
|
|
4244
4269
|
if (basePath) {
|
|
@@ -4884,7 +4909,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4884
4909
|
class CreativeTemplateThemesControllerService {
|
|
4885
4910
|
constructor(httpClient, basePath, configuration) {
|
|
4886
4911
|
this.httpClient = httpClient;
|
|
4887
|
-
this.basePath = 'https://
|
|
4912
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4888
4913
|
this.defaultHeaders = new HttpHeaders();
|
|
4889
4914
|
this.configuration = new Configuration();
|
|
4890
4915
|
if (basePath) {
|
|
@@ -5069,7 +5094,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5069
5094
|
class CreativeTemplateVariablesControllerService {
|
|
5070
5095
|
constructor(httpClient, basePath, configuration) {
|
|
5071
5096
|
this.httpClient = httpClient;
|
|
5072
|
-
this.basePath = 'https://
|
|
5097
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5073
5098
|
this.defaultHeaders = new HttpHeaders();
|
|
5074
5099
|
this.configuration = new Configuration();
|
|
5075
5100
|
if (basePath) {
|
|
@@ -5147,7 +5172,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5147
5172
|
class CreativeTemplatesControllerService {
|
|
5148
5173
|
constructor(httpClient, basePath, configuration) {
|
|
5149
5174
|
this.httpClient = httpClient;
|
|
5150
|
-
this.basePath = 'https://
|
|
5175
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5151
5176
|
this.defaultHeaders = new HttpHeaders();
|
|
5152
5177
|
this.configuration = new Configuration();
|
|
5153
5178
|
if (basePath) {
|
|
@@ -5312,170 +5337,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5312
5337
|
class CustomerReportingControllerService {
|
|
5313
5338
|
constructor(httpClient, basePath, configuration) {
|
|
5314
5339
|
this.httpClient = httpClient;
|
|
5315
|
-
this.basePath = 'https://
|
|
5316
|
-
this.defaultHeaders = new HttpHeaders();
|
|
5317
|
-
this.configuration = new Configuration();
|
|
5318
|
-
if (basePath) {
|
|
5319
|
-
this.basePath = basePath;
|
|
5320
|
-
}
|
|
5321
|
-
if (configuration) {
|
|
5322
|
-
this.configuration = configuration;
|
|
5323
|
-
this.basePath = basePath || configuration.basePath || this.basePath;
|
|
5324
|
-
}
|
|
5325
|
-
}
|
|
5326
|
-
/**
|
|
5327
|
-
* @param consumes string[] mime-types
|
|
5328
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
5329
|
-
*/
|
|
5330
|
-
canConsumeForm(consumes) {
|
|
5331
|
-
const form = 'multipart/form-data';
|
|
5332
|
-
for (const consume of consumes) {
|
|
5333
|
-
if (form === consume) {
|
|
5334
|
-
return true;
|
|
5335
|
-
}
|
|
5336
|
-
}
|
|
5337
|
-
return false;
|
|
5338
|
-
}
|
|
5339
|
-
customerReportUsingPOST(customerReportingRequest, reqId, token, observe = 'body', reportProgress = false) {
|
|
5340
|
-
if (customerReportingRequest === null || customerReportingRequest === undefined) {
|
|
5341
|
-
throw new Error('Required parameter customerReportingRequest was null or undefined when calling customerReportUsingPOST.');
|
|
5342
|
-
}
|
|
5343
|
-
let headers = this.defaultHeaders;
|
|
5344
|
-
if (reqId !== undefined && reqId !== null) {
|
|
5345
|
-
headers = headers.set('reqId', String(reqId));
|
|
5346
|
-
}
|
|
5347
|
-
if (token !== undefined && token !== null) {
|
|
5348
|
-
headers = headers.set('token', String(token));
|
|
5349
|
-
}
|
|
5350
|
-
// to determine the Accept header
|
|
5351
|
-
let httpHeaderAccepts = [
|
|
5352
|
-
'application/json'
|
|
5353
|
-
];
|
|
5354
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5355
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
5356
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5357
|
-
}
|
|
5358
|
-
// to determine the Content-Type header
|
|
5359
|
-
const consumes = [
|
|
5360
|
-
'application/json'
|
|
5361
|
-
];
|
|
5362
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5363
|
-
if (httpContentTypeSelected != undefined) {
|
|
5364
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5365
|
-
}
|
|
5366
|
-
return this.httpClient.post(`${this.basePath}/v2/api/creport/aliexpress`, customerReportingRequest, {
|
|
5367
|
-
withCredentials: this.configuration.withCredentials,
|
|
5368
|
-
headers: headers,
|
|
5369
|
-
observe: observe,
|
|
5370
|
-
reportProgress: reportProgress
|
|
5371
|
-
});
|
|
5372
|
-
}
|
|
5373
|
-
generateSignUsingPOST(customerReportingRequest, reqId, token, observe = 'body', reportProgress = false) {
|
|
5374
|
-
if (customerReportingRequest === null || customerReportingRequest === undefined) {
|
|
5375
|
-
throw new Error('Required parameter customerReportingRequest was null or undefined when calling generateSignUsingPOST.');
|
|
5376
|
-
}
|
|
5377
|
-
let headers = this.defaultHeaders;
|
|
5378
|
-
if (reqId !== undefined && reqId !== null) {
|
|
5379
|
-
headers = headers.set('reqId', String(reqId));
|
|
5380
|
-
}
|
|
5381
|
-
if (token !== undefined && token !== null) {
|
|
5382
|
-
headers = headers.set('token', String(token));
|
|
5383
|
-
}
|
|
5384
|
-
// to determine the Accept header
|
|
5385
|
-
let httpHeaderAccepts = [
|
|
5386
|
-
'application/json'
|
|
5387
|
-
];
|
|
5388
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5389
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
5390
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5391
|
-
}
|
|
5392
|
-
// to determine the Content-Type header
|
|
5393
|
-
const consumes = [
|
|
5394
|
-
'application/json'
|
|
5395
|
-
];
|
|
5396
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5397
|
-
if (httpContentTypeSelected != undefined) {
|
|
5398
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5399
|
-
}
|
|
5400
|
-
return this.httpClient.post(`${this.basePath}/v2/api/creport/aliexpress/sign`, customerReportingRequest, {
|
|
5401
|
-
withCredentials: this.configuration.withCredentials,
|
|
5402
|
-
headers: headers,
|
|
5403
|
-
observe: observe,
|
|
5404
|
-
reportProgress: reportProgress
|
|
5405
|
-
});
|
|
5406
|
-
}
|
|
5407
|
-
singularReportUsingGET(end_date, start_date, adv_ids, reqId, token, observe = 'body', reportProgress = false) {
|
|
5408
|
-
if (end_date === null || end_date === undefined) {
|
|
5409
|
-
throw new Error('Required parameter end_date was null or undefined when calling singularReportUsingGET.');
|
|
5410
|
-
}
|
|
5411
|
-
if (start_date === null || start_date === undefined) {
|
|
5412
|
-
throw new Error('Required parameter start_date was null or undefined when calling singularReportUsingGET.');
|
|
5413
|
-
}
|
|
5414
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5415
|
-
if (adv_ids !== undefined && adv_ids !== null) {
|
|
5416
|
-
queryParameters = queryParameters.set('adv_ids', adv_ids);
|
|
5417
|
-
}
|
|
5418
|
-
if (end_date !== undefined && end_date !== null) {
|
|
5419
|
-
queryParameters = queryParameters.set('end_date', end_date);
|
|
5420
|
-
}
|
|
5421
|
-
if (start_date !== undefined && start_date !== null) {
|
|
5422
|
-
queryParameters = queryParameters.set('start_date', start_date);
|
|
5423
|
-
}
|
|
5424
|
-
let headers = this.defaultHeaders;
|
|
5425
|
-
if (reqId !== undefined && reqId !== null) {
|
|
5426
|
-
headers = headers.set('reqId', String(reqId));
|
|
5427
|
-
}
|
|
5428
|
-
if (token !== undefined && token !== null) {
|
|
5429
|
-
headers = headers.set('token', String(token));
|
|
5430
|
-
}
|
|
5431
|
-
// to determine the Accept header
|
|
5432
|
-
let httpHeaderAccepts = [
|
|
5433
|
-
'application/json'
|
|
5434
|
-
];
|
|
5435
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5436
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
5437
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5438
|
-
}
|
|
5439
|
-
// to determine the Content-Type header
|
|
5440
|
-
const consumes = [];
|
|
5441
|
-
return this.httpClient.get(`${this.basePath}/v2/api/creport/singular`, {
|
|
5442
|
-
params: queryParameters,
|
|
5443
|
-
withCredentials: this.configuration.withCredentials,
|
|
5444
|
-
headers: headers,
|
|
5445
|
-
observe: observe,
|
|
5446
|
-
reportProgress: reportProgress
|
|
5447
|
-
});
|
|
5448
|
-
}
|
|
5449
|
-
}
|
|
5450
|
-
CustomerReportingControllerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomerReportingControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5451
|
-
CustomerReportingControllerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomerReportingControllerService });
|
|
5452
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomerReportingControllerService, decorators: [{
|
|
5453
|
-
type: Injectable
|
|
5454
|
-
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
5455
|
-
type: Optional
|
|
5456
|
-
}, {
|
|
5457
|
-
type: Inject,
|
|
5458
|
-
args: [BASE_PATH]
|
|
5459
|
-
}] }, { type: Configuration, decorators: [{
|
|
5460
|
-
type: Optional
|
|
5461
|
-
}] }]; } });
|
|
5462
|
-
|
|
5463
|
-
/**
|
|
5464
|
-
* Api Documentation
|
|
5465
|
-
* Api Documentation
|
|
5466
|
-
*
|
|
5467
|
-
* OpenAPI spec version: 1.0
|
|
5468
|
-
*
|
|
5469
|
-
*
|
|
5470
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
5471
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
5472
|
-
* Do not edit the class manually.
|
|
5473
|
-
*/
|
|
5474
|
-
/* tslint:disable:no-unused-variable member-ordering */
|
|
5475
|
-
class DCOVideoSettingsControllerService {
|
|
5476
|
-
constructor(httpClient, basePath, configuration) {
|
|
5477
|
-
this.httpClient = httpClient;
|
|
5478
|
-
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5340
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5479
5341
|
this.defaultHeaders = new HttpHeaders();
|
|
5480
5342
|
this.configuration = new Configuration();
|
|
5481
5343
|
if (basePath) {
|
|
@@ -5493,345 +5355,15 @@ class DCOVideoSettingsControllerService {
|
|
|
5493
5355
|
canConsumeForm(consumes) {
|
|
5494
5356
|
const form = 'multipart/form-data';
|
|
5495
5357
|
for (const consume of consumes) {
|
|
5496
|
-
if (form === consume) {
|
|
5497
|
-
return true;
|
|
5498
|
-
}
|
|
5499
|
-
}
|
|
5500
|
-
return false;
|
|
5501
|
-
}
|
|
5502
|
-
activateSettingsUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
|
|
5503
|
-
if (request === null || request === undefined) {
|
|
5504
|
-
throw new Error('Required parameter request was null or undefined when calling activateSettingsUsingPOST.');
|
|
5505
|
-
}
|
|
5506
|
-
let headers = this.defaultHeaders;
|
|
5507
|
-
if (reqId !== undefined && reqId !== null) {
|
|
5508
|
-
headers = headers.set('reqId', String(reqId));
|
|
5509
|
-
}
|
|
5510
|
-
if (token !== undefined && token !== null) {
|
|
5511
|
-
headers = headers.set('token', String(token));
|
|
5512
|
-
}
|
|
5513
|
-
// to determine the Accept header
|
|
5514
|
-
let httpHeaderAccepts = [
|
|
5515
|
-
'application/json'
|
|
5516
|
-
];
|
|
5517
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5518
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
5519
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5520
|
-
}
|
|
5521
|
-
// to determine the Content-Type header
|
|
5522
|
-
const consumes = [
|
|
5523
|
-
'application/json'
|
|
5524
|
-
];
|
|
5525
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5526
|
-
if (httpContentTypeSelected != undefined) {
|
|
5527
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5528
|
-
}
|
|
5529
|
-
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/activate`, request, {
|
|
5530
|
-
withCredentials: this.configuration.withCredentials,
|
|
5531
|
-
headers: headers,
|
|
5532
|
-
observe: observe,
|
|
5533
|
-
reportProgress: reportProgress
|
|
5534
|
-
});
|
|
5535
|
-
}
|
|
5536
|
-
createSettingsUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
|
|
5537
|
-
if (request === null || request === undefined) {
|
|
5538
|
-
throw new Error('Required parameter request was null or undefined when calling createSettingsUsingPOST.');
|
|
5539
|
-
}
|
|
5540
|
-
let headers = this.defaultHeaders;
|
|
5541
|
-
if (reqId !== undefined && reqId !== null) {
|
|
5542
|
-
headers = headers.set('reqId', String(reqId));
|
|
5543
|
-
}
|
|
5544
|
-
if (token !== undefined && token !== null) {
|
|
5545
|
-
headers = headers.set('token', String(token));
|
|
5546
|
-
}
|
|
5547
|
-
// to determine the Accept header
|
|
5548
|
-
let httpHeaderAccepts = [
|
|
5549
|
-
'application/json'
|
|
5550
|
-
];
|
|
5551
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5552
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
5553
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5554
|
-
}
|
|
5555
|
-
// to determine the Content-Type header
|
|
5556
|
-
const consumes = [
|
|
5557
|
-
'application/json'
|
|
5558
|
-
];
|
|
5559
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5560
|
-
if (httpContentTypeSelected != undefined) {
|
|
5561
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5562
|
-
}
|
|
5563
|
-
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings`, request, {
|
|
5564
|
-
withCredentials: this.configuration.withCredentials,
|
|
5565
|
-
headers: headers,
|
|
5566
|
-
observe: observe,
|
|
5567
|
-
reportProgress: reportProgress
|
|
5568
|
-
});
|
|
5569
|
-
}
|
|
5570
|
-
deleteSettingsUsingPOST(id, reqId, token, observe = 'body', reportProgress = false) {
|
|
5571
|
-
if (id === null || id === undefined) {
|
|
5572
|
-
throw new Error('Required parameter id was null or undefined when calling deleteSettingsUsingPOST.');
|
|
5573
|
-
}
|
|
5574
|
-
let headers = this.defaultHeaders;
|
|
5575
|
-
if (reqId !== undefined && reqId !== null) {
|
|
5576
|
-
headers = headers.set('reqId', String(reqId));
|
|
5577
|
-
}
|
|
5578
|
-
if (token !== undefined && token !== null) {
|
|
5579
|
-
headers = headers.set('token', String(token));
|
|
5580
|
-
}
|
|
5581
|
-
// to determine the Accept header
|
|
5582
|
-
let httpHeaderAccepts = [
|
|
5583
|
-
'application/json'
|
|
5584
|
-
];
|
|
5585
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5586
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
5587
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5588
|
-
}
|
|
5589
|
-
// to determine the Content-Type header
|
|
5590
|
-
const consumes = [
|
|
5591
|
-
'application/json'
|
|
5592
|
-
];
|
|
5593
|
-
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}/archive`, null, {
|
|
5594
|
-
withCredentials: this.configuration.withCredentials,
|
|
5595
|
-
headers: headers,
|
|
5596
|
-
observe: observe,
|
|
5597
|
-
reportProgress: reportProgress
|
|
5598
|
-
});
|
|
5599
|
-
}
|
|
5600
|
-
generateSampleUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
|
|
5601
|
-
if (request === null || request === undefined) {
|
|
5602
|
-
throw new Error('Required parameter request was null or undefined when calling generateSampleUsingPOST.');
|
|
5603
|
-
}
|
|
5604
|
-
let headers = this.defaultHeaders;
|
|
5605
|
-
if (reqId !== undefined && reqId !== null) {
|
|
5606
|
-
headers = headers.set('reqId', String(reqId));
|
|
5607
|
-
}
|
|
5608
|
-
if (token !== undefined && token !== null) {
|
|
5609
|
-
headers = headers.set('token', String(token));
|
|
5610
|
-
}
|
|
5611
|
-
// to determine the Accept header
|
|
5612
|
-
let httpHeaderAccepts = [
|
|
5613
|
-
'application/json'
|
|
5614
|
-
];
|
|
5615
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5616
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
5617
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5618
|
-
}
|
|
5619
|
-
// to determine the Content-Type header
|
|
5620
|
-
const consumes = [
|
|
5621
|
-
'application/json'
|
|
5622
|
-
];
|
|
5623
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5624
|
-
if (httpContentTypeSelected != undefined) {
|
|
5625
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5626
|
-
}
|
|
5627
|
-
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/generate-sample`, request, {
|
|
5628
|
-
withCredentials: this.configuration.withCredentials,
|
|
5629
|
-
headers: headers,
|
|
5630
|
-
observe: observe,
|
|
5631
|
-
reportProgress: reportProgress
|
|
5632
|
-
});
|
|
5633
|
-
}
|
|
5634
|
-
getBrandGuidelinesUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
|
|
5635
|
-
if (advertiserId === null || advertiserId === undefined) {
|
|
5636
|
-
throw new Error('Required parameter advertiserId was null or undefined when calling getBrandGuidelinesUsingGET.');
|
|
5637
|
-
}
|
|
5638
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5639
|
-
if (includeInactive !== undefined && includeInactive !== null) {
|
|
5640
|
-
queryParameters = queryParameters.set('includeInactive', includeInactive);
|
|
5641
|
-
}
|
|
5642
|
-
let headers = this.defaultHeaders;
|
|
5643
|
-
if (reqId !== undefined && reqId !== null) {
|
|
5644
|
-
headers = headers.set('reqId', String(reqId));
|
|
5645
|
-
}
|
|
5646
|
-
if (token !== undefined && token !== null) {
|
|
5647
|
-
headers = headers.set('token', String(token));
|
|
5648
|
-
}
|
|
5649
|
-
// to determine the Accept header
|
|
5650
|
-
let httpHeaderAccepts = [
|
|
5651
|
-
'application/json'
|
|
5652
|
-
];
|
|
5653
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5654
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
5655
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5656
|
-
}
|
|
5657
|
-
// to determine the Content-Type header
|
|
5658
|
-
const consumes = [];
|
|
5659
|
-
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/brand-guidelines`, {
|
|
5660
|
-
params: queryParameters,
|
|
5661
|
-
withCredentials: this.configuration.withCredentials,
|
|
5662
|
-
headers: headers,
|
|
5663
|
-
observe: observe,
|
|
5664
|
-
reportProgress: reportProgress
|
|
5665
|
-
});
|
|
5666
|
-
}
|
|
5667
|
-
getDimensionsUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
|
|
5668
|
-
if (advertiserId === null || advertiserId === undefined) {
|
|
5669
|
-
throw new Error('Required parameter advertiserId was null or undefined when calling getDimensionsUsingGET.');
|
|
5670
|
-
}
|
|
5671
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5672
|
-
if (includeInactive !== undefined && includeInactive !== null) {
|
|
5673
|
-
queryParameters = queryParameters.set('includeInactive', includeInactive);
|
|
5674
|
-
}
|
|
5675
|
-
let headers = this.defaultHeaders;
|
|
5676
|
-
if (reqId !== undefined && reqId !== null) {
|
|
5677
|
-
headers = headers.set('reqId', String(reqId));
|
|
5678
|
-
}
|
|
5679
|
-
if (token !== undefined && token !== null) {
|
|
5680
|
-
headers = headers.set('token', String(token));
|
|
5681
|
-
}
|
|
5682
|
-
// to determine the Accept header
|
|
5683
|
-
let httpHeaderAccepts = [
|
|
5684
|
-
'application/json'
|
|
5685
|
-
];
|
|
5686
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5687
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
5688
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5689
|
-
}
|
|
5690
|
-
// to determine the Content-Type header
|
|
5691
|
-
const consumes = [];
|
|
5692
|
-
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/dimensions`, {
|
|
5693
|
-
params: queryParameters,
|
|
5694
|
-
withCredentials: this.configuration.withCredentials,
|
|
5695
|
-
headers: headers,
|
|
5696
|
-
observe: observe,
|
|
5697
|
-
reportProgress: reportProgress
|
|
5698
|
-
});
|
|
5699
|
-
}
|
|
5700
|
-
getFeedKeysUsingGET(advertiserId, reqId, token, observe = 'body', reportProgress = false) {
|
|
5701
|
-
if (advertiserId === null || advertiserId === undefined) {
|
|
5702
|
-
throw new Error('Required parameter advertiserId was null or undefined when calling getFeedKeysUsingGET.');
|
|
5703
|
-
}
|
|
5704
|
-
let headers = this.defaultHeaders;
|
|
5705
|
-
if (reqId !== undefined && reqId !== null) {
|
|
5706
|
-
headers = headers.set('reqId', String(reqId));
|
|
5707
|
-
}
|
|
5708
|
-
if (token !== undefined && token !== null) {
|
|
5709
|
-
headers = headers.set('token', String(token));
|
|
5710
|
-
}
|
|
5711
|
-
// to determine the Accept header
|
|
5712
|
-
let httpHeaderAccepts = [
|
|
5713
|
-
'application/json'
|
|
5714
|
-
];
|
|
5715
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5716
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
5717
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5718
|
-
}
|
|
5719
|
-
// to determine the Content-Type header
|
|
5720
|
-
const consumes = [];
|
|
5721
|
-
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/feed-keys`, {
|
|
5722
|
-
withCredentials: this.configuration.withCredentials,
|
|
5723
|
-
headers: headers,
|
|
5724
|
-
observe: observe,
|
|
5725
|
-
reportProgress: reportProgress
|
|
5726
|
-
});
|
|
5727
|
-
}
|
|
5728
|
-
getGeneratedVideoCountUsingGET(id, reqId, token, observe = 'body', reportProgress = false) {
|
|
5729
|
-
if (id === null || id === undefined) {
|
|
5730
|
-
throw new Error('Required parameter id was null or undefined when calling getGeneratedVideoCountUsingGET.');
|
|
5731
|
-
}
|
|
5732
|
-
let headers = this.defaultHeaders;
|
|
5733
|
-
if (reqId !== undefined && reqId !== null) {
|
|
5734
|
-
headers = headers.set('reqId', String(reqId));
|
|
5735
|
-
}
|
|
5736
|
-
if (token !== undefined && token !== null) {
|
|
5737
|
-
headers = headers.set('token', String(token));
|
|
5738
|
-
}
|
|
5739
|
-
// to determine the Accept header
|
|
5740
|
-
let httpHeaderAccepts = [
|
|
5741
|
-
'application/json'
|
|
5742
|
-
];
|
|
5743
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5744
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
5745
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5746
|
-
}
|
|
5747
|
-
// to determine the Content-Type header
|
|
5748
|
-
const consumes = [];
|
|
5749
|
-
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}/generated-video-count`, {
|
|
5750
|
-
withCredentials: this.configuration.withCredentials,
|
|
5751
|
-
headers: headers,
|
|
5752
|
-
observe: observe,
|
|
5753
|
-
reportProgress: reportProgress
|
|
5754
|
-
});
|
|
5755
|
-
}
|
|
5756
|
-
getSettingsUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
|
|
5757
|
-
if (advertiserId === null || advertiserId === undefined) {
|
|
5758
|
-
throw new Error('Required parameter advertiserId was null or undefined when calling getSettingsUsingGET.');
|
|
5759
|
-
}
|
|
5760
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5761
|
-
if (includeInactive !== undefined && includeInactive !== null) {
|
|
5762
|
-
queryParameters = queryParameters.set('includeInactive', includeInactive);
|
|
5763
|
-
}
|
|
5764
|
-
let headers = this.defaultHeaders;
|
|
5765
|
-
if (reqId !== undefined && reqId !== null) {
|
|
5766
|
-
headers = headers.set('reqId', String(reqId));
|
|
5767
|
-
}
|
|
5768
|
-
if (token !== undefined && token !== null) {
|
|
5769
|
-
headers = headers.set('token', String(token));
|
|
5770
|
-
}
|
|
5771
|
-
// to determine the Accept header
|
|
5772
|
-
let httpHeaderAccepts = [
|
|
5773
|
-
'application/json'
|
|
5774
|
-
];
|
|
5775
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5776
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
5777
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5778
|
-
}
|
|
5779
|
-
// to determine the Content-Type header
|
|
5780
|
-
const consumes = [];
|
|
5781
|
-
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(advertiserId))}`, {
|
|
5782
|
-
params: queryParameters,
|
|
5783
|
-
withCredentials: this.configuration.withCredentials,
|
|
5784
|
-
headers: headers,
|
|
5785
|
-
observe: observe,
|
|
5786
|
-
reportProgress: reportProgress
|
|
5787
|
-
});
|
|
5788
|
-
}
|
|
5789
|
-
getTemplatesUsingGET(advertiserId, hasBackgroundImage, hasPromoBanner, hasPromoVideo, reqId, token, observe = 'body', reportProgress = false) {
|
|
5790
|
-
if (advertiserId === null || advertiserId === undefined) {
|
|
5791
|
-
throw new Error('Required parameter advertiserId was null or undefined when calling getTemplatesUsingGET.');
|
|
5792
|
-
}
|
|
5793
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5794
|
-
if (advertiserId !== undefined && advertiserId !== null) {
|
|
5795
|
-
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
5796
|
-
}
|
|
5797
|
-
if (hasBackgroundImage !== undefined && hasBackgroundImage !== null) {
|
|
5798
|
-
queryParameters = queryParameters.set('hasBackgroundImage', hasBackgroundImage);
|
|
5799
|
-
}
|
|
5800
|
-
if (hasPromoBanner !== undefined && hasPromoBanner !== null) {
|
|
5801
|
-
queryParameters = queryParameters.set('hasPromoBanner', hasPromoBanner);
|
|
5802
|
-
}
|
|
5803
|
-
if (hasPromoVideo !== undefined && hasPromoVideo !== null) {
|
|
5804
|
-
queryParameters = queryParameters.set('hasPromoVideo', hasPromoVideo);
|
|
5805
|
-
}
|
|
5806
|
-
let headers = this.defaultHeaders;
|
|
5807
|
-
if (reqId !== undefined && reqId !== null) {
|
|
5808
|
-
headers = headers.set('reqId', String(reqId));
|
|
5809
|
-
}
|
|
5810
|
-
if (token !== undefined && token !== null) {
|
|
5811
|
-
headers = headers.set('token', String(token));
|
|
5812
|
-
}
|
|
5813
|
-
// to determine the Accept header
|
|
5814
|
-
let httpHeaderAccepts = [
|
|
5815
|
-
'application/json'
|
|
5816
|
-
];
|
|
5817
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5818
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
5819
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5820
|
-
}
|
|
5821
|
-
// to determine the Content-Type header
|
|
5822
|
-
const consumes = [];
|
|
5823
|
-
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/templates`, {
|
|
5824
|
-
params: queryParameters,
|
|
5825
|
-
withCredentials: this.configuration.withCredentials,
|
|
5826
|
-
headers: headers,
|
|
5827
|
-
observe: observe,
|
|
5828
|
-
reportProgress: reportProgress
|
|
5829
|
-
});
|
|
5358
|
+
if (form === consume) {
|
|
5359
|
+
return true;
|
|
5360
|
+
}
|
|
5361
|
+
}
|
|
5362
|
+
return false;
|
|
5830
5363
|
}
|
|
5831
|
-
|
|
5832
|
-
|
|
5833
|
-
|
|
5834
|
-
queryParameters = queryParameters.set('includeInactive', includeInactive);
|
|
5364
|
+
customerReportUsingPOST(customerReportingRequest, reqId, token, observe = 'body', reportProgress = false) {
|
|
5365
|
+
if (customerReportingRequest === null || customerReportingRequest === undefined) {
|
|
5366
|
+
throw new Error('Required parameter customerReportingRequest was null or undefined when calling customerReportUsingPOST.');
|
|
5835
5367
|
}
|
|
5836
5368
|
let headers = this.defaultHeaders;
|
|
5837
5369
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -5849,25 +5381,23 @@ class DCOVideoSettingsControllerService {
|
|
|
5849
5381
|
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5850
5382
|
}
|
|
5851
5383
|
// to determine the Content-Type header
|
|
5852
|
-
const consumes = [
|
|
5853
|
-
|
|
5854
|
-
|
|
5384
|
+
const consumes = [
|
|
5385
|
+
'application/json'
|
|
5386
|
+
];
|
|
5387
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5388
|
+
if (httpContentTypeSelected != undefined) {
|
|
5389
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5390
|
+
}
|
|
5391
|
+
return this.httpClient.post(`${this.basePath}/v2/api/creport/aliexpress`, customerReportingRequest, {
|
|
5855
5392
|
withCredentials: this.configuration.withCredentials,
|
|
5856
5393
|
headers: headers,
|
|
5857
5394
|
observe: observe,
|
|
5858
5395
|
reportProgress: reportProgress
|
|
5859
5396
|
});
|
|
5860
5397
|
}
|
|
5861
|
-
|
|
5862
|
-
if (
|
|
5863
|
-
throw new Error('Required parameter
|
|
5864
|
-
}
|
|
5865
|
-
if (request === null || request === undefined) {
|
|
5866
|
-
throw new Error('Required parameter request was null or undefined when calling updateSettingsUsingPOST.');
|
|
5867
|
-
}
|
|
5868
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5869
|
-
if (regenerateSample !== undefined && regenerateSample !== null) {
|
|
5870
|
-
queryParameters = queryParameters.set('regenerateSample', regenerateSample);
|
|
5398
|
+
generateSignUsingPOST(customerReportingRequest, reqId, token, observe = 'body', reportProgress = false) {
|
|
5399
|
+
if (customerReportingRequest === null || customerReportingRequest === undefined) {
|
|
5400
|
+
throw new Error('Required parameter customerReportingRequest was null or undefined when calling generateSignUsingPOST.');
|
|
5871
5401
|
}
|
|
5872
5402
|
let headers = this.defaultHeaders;
|
|
5873
5403
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -5892,20 +5422,29 @@ class DCOVideoSettingsControllerService {
|
|
|
5892
5422
|
if (httpContentTypeSelected != undefined) {
|
|
5893
5423
|
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5894
5424
|
}
|
|
5895
|
-
return this.httpClient.post(`${this.basePath}/v2/api/
|
|
5896
|
-
params: queryParameters,
|
|
5425
|
+
return this.httpClient.post(`${this.basePath}/v2/api/creport/aliexpress/sign`, customerReportingRequest, {
|
|
5897
5426
|
withCredentials: this.configuration.withCredentials,
|
|
5898
5427
|
headers: headers,
|
|
5899
5428
|
observe: observe,
|
|
5900
5429
|
reportProgress: reportProgress
|
|
5901
5430
|
});
|
|
5902
5431
|
}
|
|
5903
|
-
|
|
5904
|
-
if (
|
|
5905
|
-
throw new Error('Required parameter
|
|
5432
|
+
singularReportUsingGET(end_date, start_date, adv_ids, reqId, token, observe = 'body', reportProgress = false) {
|
|
5433
|
+
if (end_date === null || end_date === undefined) {
|
|
5434
|
+
throw new Error('Required parameter end_date was null or undefined when calling singularReportUsingGET.');
|
|
5435
|
+
}
|
|
5436
|
+
if (start_date === null || start_date === undefined) {
|
|
5437
|
+
throw new Error('Required parameter start_date was null or undefined when calling singularReportUsingGET.');
|
|
5438
|
+
}
|
|
5439
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5440
|
+
if (adv_ids !== undefined && adv_ids !== null) {
|
|
5441
|
+
queryParameters = queryParameters.set('adv_ids', adv_ids);
|
|
5906
5442
|
}
|
|
5907
|
-
if (
|
|
5908
|
-
|
|
5443
|
+
if (end_date !== undefined && end_date !== null) {
|
|
5444
|
+
queryParameters = queryParameters.set('end_date', end_date);
|
|
5445
|
+
}
|
|
5446
|
+
if (start_date !== undefined && start_date !== null) {
|
|
5447
|
+
queryParameters = queryParameters.set('start_date', start_date);
|
|
5909
5448
|
}
|
|
5910
5449
|
let headers = this.defaultHeaders;
|
|
5911
5450
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -5923,50 +5462,9 @@ class DCOVideoSettingsControllerService {
|
|
|
5923
5462
|
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5924
5463
|
}
|
|
5925
5464
|
// to determine the Content-Type header
|
|
5926
|
-
const consumes = [
|
|
5927
|
-
|
|
5928
|
-
|
|
5929
|
-
const canConsumeForm = this.canConsumeForm(consumes);
|
|
5930
|
-
let formParams;
|
|
5931
|
-
let useForm = false;
|
|
5932
|
-
let convertFormParamsToString = false;
|
|
5933
|
-
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5934
|
-
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5935
|
-
useForm = canConsumeForm;
|
|
5936
|
-
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5937
|
-
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5938
|
-
useForm = canConsumeForm;
|
|
5939
|
-
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5940
|
-
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5941
|
-
useForm = canConsumeForm;
|
|
5942
|
-
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5943
|
-
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5944
|
-
useForm = canConsumeForm;
|
|
5945
|
-
if (useForm) {
|
|
5946
|
-
formParams = new FormData();
|
|
5947
|
-
}
|
|
5948
|
-
else {
|
|
5949
|
-
formParams = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5950
|
-
}
|
|
5951
|
-
if (advertiserId !== undefined) {
|
|
5952
|
-
formParams = formParams.append('advertiserId', advertiserId) || formParams;
|
|
5953
|
-
}
|
|
5954
|
-
if (file_BACKGROUND_IMAGE !== undefined) {
|
|
5955
|
-
formParams = formParams.append('file_BACKGROUND_IMAGE', file_BACKGROUND_IMAGE) || formParams;
|
|
5956
|
-
}
|
|
5957
|
-
if (file_PROMO_BANNER !== undefined) {
|
|
5958
|
-
formParams = formParams.append('file_PROMO_BANNER', file_PROMO_BANNER) || formParams;
|
|
5959
|
-
}
|
|
5960
|
-
if (file_PROMO_MUSIC !== undefined) {
|
|
5961
|
-
formParams = formParams.append('file_PROMO_MUSIC', file_PROMO_MUSIC) || formParams;
|
|
5962
|
-
}
|
|
5963
|
-
if (file_PROMO_VIDEO !== undefined) {
|
|
5964
|
-
formParams = formParams.append('file_PROMO_VIDEO', file_PROMO_VIDEO) || formParams;
|
|
5965
|
-
}
|
|
5966
|
-
if (templateId !== undefined) {
|
|
5967
|
-
formParams = formParams.append('templateId', templateId) || formParams;
|
|
5968
|
-
}
|
|
5969
|
-
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/assets/upload`, convertFormParamsToString ? formParams.toString() : formParams, {
|
|
5465
|
+
const consumes = [];
|
|
5466
|
+
return this.httpClient.get(`${this.basePath}/v2/api/creport/singular`, {
|
|
5467
|
+
params: queryParameters,
|
|
5970
5468
|
withCredentials: this.configuration.withCredentials,
|
|
5971
5469
|
headers: headers,
|
|
5972
5470
|
observe: observe,
|
|
@@ -5974,9 +5472,9 @@ class DCOVideoSettingsControllerService {
|
|
|
5974
5472
|
});
|
|
5975
5473
|
}
|
|
5976
5474
|
}
|
|
5977
|
-
|
|
5978
|
-
|
|
5979
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type:
|
|
5475
|
+
CustomerReportingControllerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomerReportingControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5476
|
+
CustomerReportingControllerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomerReportingControllerService });
|
|
5477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomerReportingControllerService, decorators: [{
|
|
5980
5478
|
type: Injectable
|
|
5981
5479
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
5982
5480
|
type: Optional
|
|
@@ -6002,7 +5500,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6002
5500
|
class DashboardControllerService {
|
|
6003
5501
|
constructor(httpClient, basePath, configuration) {
|
|
6004
5502
|
this.httpClient = httpClient;
|
|
6005
|
-
this.basePath = 'https://
|
|
5503
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6006
5504
|
this.defaultHeaders = new HttpHeaders();
|
|
6007
5505
|
this.configuration = new Configuration();
|
|
6008
5506
|
if (basePath) {
|
|
@@ -6660,7 +6158,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6660
6158
|
class ExperimentsControllerService {
|
|
6661
6159
|
constructor(httpClient, basePath, configuration) {
|
|
6662
6160
|
this.httpClient = httpClient;
|
|
6663
|
-
this.basePath = 'https://
|
|
6161
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6664
6162
|
this.defaultHeaders = new HttpHeaders();
|
|
6665
6163
|
this.configuration = new Configuration();
|
|
6666
6164
|
if (basePath) {
|
|
@@ -7387,7 +6885,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7387
6885
|
class NotificationsControllerService {
|
|
7388
6886
|
constructor(httpClient, basePath, configuration) {
|
|
7389
6887
|
this.httpClient = httpClient;
|
|
7390
|
-
this.basePath = 'https://
|
|
6888
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
7391
6889
|
this.defaultHeaders = new HttpHeaders();
|
|
7392
6890
|
this.configuration = new Configuration();
|
|
7393
6891
|
if (basePath) {
|
|
@@ -7600,7 +7098,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7600
7098
|
class PixelControllerService {
|
|
7601
7099
|
constructor(httpClient, basePath, configuration) {
|
|
7602
7100
|
this.httpClient = httpClient;
|
|
7603
|
-
this.basePath = 'https://
|
|
7101
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
7604
7102
|
this.defaultHeaders = new HttpHeaders();
|
|
7605
7103
|
this.configuration = new Configuration();
|
|
7606
7104
|
if (basePath) {
|
|
@@ -7907,7 +7405,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7907
7405
|
class ReportControllerService {
|
|
7908
7406
|
constructor(httpClient, basePath, configuration) {
|
|
7909
7407
|
this.httpClient = httpClient;
|
|
7910
|
-
this.basePath = 'https://
|
|
7408
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
7911
7409
|
this.defaultHeaders = new HttpHeaders();
|
|
7912
7410
|
this.configuration = new Configuration();
|
|
7913
7411
|
if (basePath) {
|
|
@@ -8044,7 +7542,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8044
7542
|
class ReportingControllerService {
|
|
8045
7543
|
constructor(httpClient, basePath, configuration) {
|
|
8046
7544
|
this.httpClient = httpClient;
|
|
8047
|
-
this.basePath = 'https://
|
|
7545
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
8048
7546
|
this.defaultHeaders = new HttpHeaders();
|
|
8049
7547
|
this.configuration = new Configuration();
|
|
8050
7548
|
if (basePath) {
|
|
@@ -8214,7 +7712,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8214
7712
|
class ReportingSchedulerControllerService {
|
|
8215
7713
|
constructor(httpClient, basePath, configuration) {
|
|
8216
7714
|
this.httpClient = httpClient;
|
|
8217
|
-
this.basePath = 'https://
|
|
7715
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
8218
7716
|
this.defaultHeaders = new HttpHeaders();
|
|
8219
7717
|
this.configuration = new Configuration();
|
|
8220
7718
|
if (basePath) {
|
|
@@ -8529,7 +8027,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8529
8027
|
class SafeguardControllerService {
|
|
8530
8028
|
constructor(httpClient, basePath, configuration) {
|
|
8531
8029
|
this.httpClient = httpClient;
|
|
8532
|
-
this.basePath = 'https://
|
|
8030
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
8533
8031
|
this.defaultHeaders = new HttpHeaders();
|
|
8534
8032
|
this.configuration = new Configuration();
|
|
8535
8033
|
if (basePath) {
|
|
@@ -9023,7 +8521,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9023
8521
|
class SliceXControllerService {
|
|
9024
8522
|
constructor(httpClient, basePath, configuration) {
|
|
9025
8523
|
this.httpClient = httpClient;
|
|
9026
|
-
this.basePath = 'https://
|
|
8524
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
9027
8525
|
this.defaultHeaders = new HttpHeaders();
|
|
9028
8526
|
this.configuration = new Configuration();
|
|
9029
8527
|
if (basePath) {
|
|
@@ -9427,7 +8925,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9427
8925
|
class StrategyControllerService {
|
|
9428
8926
|
constructor(httpClient, basePath, configuration) {
|
|
9429
8927
|
this.httpClient = httpClient;
|
|
9430
|
-
this.basePath = 'https://
|
|
8928
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
9431
8929
|
this.defaultHeaders = new HttpHeaders();
|
|
9432
8930
|
this.configuration = new Configuration();
|
|
9433
8931
|
if (basePath) {
|
|
@@ -10629,7 +10127,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10629
10127
|
class StrategyTemplateControllerService {
|
|
10630
10128
|
constructor(httpClient, basePath, configuration) {
|
|
10631
10129
|
this.httpClient = httpClient;
|
|
10632
|
-
this.basePath = 'https://
|
|
10130
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
10633
10131
|
this.defaultHeaders = new HttpHeaders();
|
|
10634
10132
|
this.configuration = new Configuration();
|
|
10635
10133
|
if (basePath) {
|
|
@@ -10751,7 +10249,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10751
10249
|
class UILoggerControllerService {
|
|
10752
10250
|
constructor(httpClient, basePath, configuration) {
|
|
10753
10251
|
this.httpClient = httpClient;
|
|
10754
|
-
this.basePath = 'https://
|
|
10252
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
10755
10253
|
this.defaultHeaders = new HttpHeaders();
|
|
10756
10254
|
this.configuration = new Configuration();
|
|
10757
10255
|
if (basePath) {
|
|
@@ -10843,7 +10341,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10843
10341
|
class UserPreferenceControllerService {
|
|
10844
10342
|
constructor(httpClient, basePath, configuration) {
|
|
10845
10343
|
this.httpClient = httpClient;
|
|
10846
|
-
this.basePath = 'https://
|
|
10344
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
10847
10345
|
this.defaultHeaders = new HttpHeaders();
|
|
10848
10346
|
this.configuration = new Configuration();
|
|
10849
10347
|
if (basePath) {
|
|
@@ -11002,7 +10500,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
11002
10500
|
type: Optional
|
|
11003
10501
|
}] }]; } });
|
|
11004
10502
|
|
|
11005
|
-
const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AppsFlyerControllerService, AudienceControllerService, AuditControllerService, BidFunnelControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService,
|
|
10503
|
+
const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AppsFlyerControllerService, 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];
|
|
11006
10504
|
|
|
11007
10505
|
var ABTestingDTO;
|
|
11008
10506
|
(function (ABTestingDTO) {
|
|
@@ -11278,18 +10776,6 @@ var AdvertiserCohortResponse;
|
|
|
11278
10776
|
* Do not edit the class manually.
|
|
11279
10777
|
*/
|
|
11280
10778
|
|
|
11281
|
-
/**
|
|
11282
|
-
* Api Documentation
|
|
11283
|
-
* Api Documentation
|
|
11284
|
-
*
|
|
11285
|
-
* OpenAPI spec version: 1.0
|
|
11286
|
-
*
|
|
11287
|
-
*
|
|
11288
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11289
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
11290
|
-
* Do not edit the class manually.
|
|
11291
|
-
*/
|
|
11292
|
-
|
|
11293
10779
|
var AppSettingsDTO;
|
|
11294
10780
|
(function (AppSettingsDTO) {
|
|
11295
10781
|
AppSettingsDTO.SettingsKeyEnum = {
|
|
@@ -12303,145 +11789,6 @@ var DcoAttributesDTO;
|
|
|
12303
11789
|
};
|
|
12304
11790
|
})(DcoAttributesDTO || (DcoAttributesDTO = {}));
|
|
12305
11791
|
|
|
12306
|
-
/**
|
|
12307
|
-
* Api Documentation
|
|
12308
|
-
* Api Documentation
|
|
12309
|
-
*
|
|
12310
|
-
* OpenAPI spec version: 1.0
|
|
12311
|
-
*
|
|
12312
|
-
*
|
|
12313
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12314
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12315
|
-
* Do not edit the class manually.
|
|
12316
|
-
*/
|
|
12317
|
-
|
|
12318
|
-
/**
|
|
12319
|
-
* Api Documentation
|
|
12320
|
-
* Api Documentation
|
|
12321
|
-
*
|
|
12322
|
-
* OpenAPI spec version: 1.0
|
|
12323
|
-
*
|
|
12324
|
-
*
|
|
12325
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12326
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12327
|
-
* Do not edit the class manually.
|
|
12328
|
-
*/
|
|
12329
|
-
|
|
12330
|
-
/**
|
|
12331
|
-
* Api Documentation
|
|
12332
|
-
* Api Documentation
|
|
12333
|
-
*
|
|
12334
|
-
* OpenAPI spec version: 1.0
|
|
12335
|
-
*
|
|
12336
|
-
*
|
|
12337
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12338
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12339
|
-
* Do not edit the class manually.
|
|
12340
|
-
*/
|
|
12341
|
-
var DcoVideoAssetDTO;
|
|
12342
|
-
(function (DcoVideoAssetDTO) {
|
|
12343
|
-
DcoVideoAssetDTO.EndCardTypeEnum = {
|
|
12344
|
-
IMAGE: 'IMAGE',
|
|
12345
|
-
HTML: 'HTML'
|
|
12346
|
-
};
|
|
12347
|
-
})(DcoVideoAssetDTO || (DcoVideoAssetDTO = {}));
|
|
12348
|
-
|
|
12349
|
-
/**
|
|
12350
|
-
* Api Documentation
|
|
12351
|
-
* Api Documentation
|
|
12352
|
-
*
|
|
12353
|
-
* OpenAPI spec version: 1.0
|
|
12354
|
-
*
|
|
12355
|
-
*
|
|
12356
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12357
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12358
|
-
* Do not edit the class manually.
|
|
12359
|
-
*/
|
|
12360
|
-
|
|
12361
|
-
/**
|
|
12362
|
-
* Api Documentation
|
|
12363
|
-
* Api Documentation
|
|
12364
|
-
*
|
|
12365
|
-
* OpenAPI spec version: 1.0
|
|
12366
|
-
*
|
|
12367
|
-
*
|
|
12368
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12369
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12370
|
-
* Do not edit the class manually.
|
|
12371
|
-
*/
|
|
12372
|
-
|
|
12373
|
-
/**
|
|
12374
|
-
* Api Documentation
|
|
12375
|
-
* Api Documentation
|
|
12376
|
-
*
|
|
12377
|
-
* OpenAPI spec version: 1.0
|
|
12378
|
-
*
|
|
12379
|
-
*
|
|
12380
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12381
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12382
|
-
* Do not edit the class manually.
|
|
12383
|
-
*/
|
|
12384
|
-
|
|
12385
|
-
/**
|
|
12386
|
-
* Api Documentation
|
|
12387
|
-
* Api Documentation
|
|
12388
|
-
*
|
|
12389
|
-
* OpenAPI spec version: 1.0
|
|
12390
|
-
*
|
|
12391
|
-
*
|
|
12392
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12393
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12394
|
-
* Do not edit the class manually.
|
|
12395
|
-
*/
|
|
12396
|
-
|
|
12397
|
-
/**
|
|
12398
|
-
* Api Documentation
|
|
12399
|
-
* Api Documentation
|
|
12400
|
-
*
|
|
12401
|
-
* OpenAPI spec version: 1.0
|
|
12402
|
-
*
|
|
12403
|
-
*
|
|
12404
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12405
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12406
|
-
* Do not edit the class manually.
|
|
12407
|
-
*/
|
|
12408
|
-
|
|
12409
|
-
/**
|
|
12410
|
-
* Api Documentation
|
|
12411
|
-
* Api Documentation
|
|
12412
|
-
*
|
|
12413
|
-
* OpenAPI spec version: 1.0
|
|
12414
|
-
*
|
|
12415
|
-
*
|
|
12416
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12417
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12418
|
-
* Do not edit the class manually.
|
|
12419
|
-
*/
|
|
12420
|
-
|
|
12421
|
-
/**
|
|
12422
|
-
* Api Documentation
|
|
12423
|
-
* Api Documentation
|
|
12424
|
-
*
|
|
12425
|
-
* OpenAPI spec version: 1.0
|
|
12426
|
-
*
|
|
12427
|
-
*
|
|
12428
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12429
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12430
|
-
* Do not edit the class manually.
|
|
12431
|
-
*/
|
|
12432
|
-
|
|
12433
|
-
/**
|
|
12434
|
-
* Api Documentation
|
|
12435
|
-
* Api Documentation
|
|
12436
|
-
*
|
|
12437
|
-
* OpenAPI spec version: 1.0
|
|
12438
|
-
*
|
|
12439
|
-
*
|
|
12440
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12441
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12442
|
-
* Do not edit the class manually.
|
|
12443
|
-
*/
|
|
12444
|
-
|
|
12445
11792
|
/**
|
|
12446
11793
|
* Api Documentation
|
|
12447
11794
|
* Api Documentation
|
|
@@ -12868,18 +12215,6 @@ var IncrementalityTestDetails;
|
|
|
12868
12215
|
* Do not edit the class manually.
|
|
12869
12216
|
*/
|
|
12870
12217
|
|
|
12871
|
-
/**
|
|
12872
|
-
* Api Documentation
|
|
12873
|
-
* Api Documentation
|
|
12874
|
-
*
|
|
12875
|
-
* OpenAPI spec version: 1.0
|
|
12876
|
-
*
|
|
12877
|
-
*
|
|
12878
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12879
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12880
|
-
* Do not edit the class manually.
|
|
12881
|
-
*/
|
|
12882
|
-
|
|
12883
12218
|
/**
|
|
12884
12219
|
* Api Documentation
|
|
12885
12220
|
* Api Documentation
|
|
@@ -13057,18 +12392,6 @@ var MetaRuleDto;
|
|
|
13057
12392
|
* Do not edit the class manually.
|
|
13058
12393
|
*/
|
|
13059
12394
|
|
|
13060
|
-
/**
|
|
13061
|
-
* Api Documentation
|
|
13062
|
-
* Api Documentation
|
|
13063
|
-
*
|
|
13064
|
-
* OpenAPI spec version: 1.0
|
|
13065
|
-
*
|
|
13066
|
-
*
|
|
13067
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
13068
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
13069
|
-
* Do not edit the class manually.
|
|
13070
|
-
*/
|
|
13071
|
-
|
|
13072
12395
|
/**
|
|
13073
12396
|
* Api Documentation
|
|
13074
12397
|
* Api Documentation
|
|
@@ -14028,30 +13351,6 @@ var TemplateVariablesDTO;
|
|
|
14028
13351
|
* Do not edit the class manually.
|
|
14029
13352
|
*/
|
|
14030
13353
|
|
|
14031
|
-
/**
|
|
14032
|
-
* Api Documentation
|
|
14033
|
-
* Api Documentation
|
|
14034
|
-
*
|
|
14035
|
-
* OpenAPI spec version: 1.0
|
|
14036
|
-
*
|
|
14037
|
-
*
|
|
14038
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
14039
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
14040
|
-
* Do not edit the class manually.
|
|
14041
|
-
*/
|
|
14042
|
-
|
|
14043
|
-
/**
|
|
14044
|
-
* Api Documentation
|
|
14045
|
-
* Api Documentation
|
|
14046
|
-
*
|
|
14047
|
-
* OpenAPI spec version: 1.0
|
|
14048
|
-
*
|
|
14049
|
-
*
|
|
14050
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
14051
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
14052
|
-
* Do not edit the class manually.
|
|
14053
|
-
*/
|
|
14054
|
-
|
|
14055
13354
|
var VastCreative;
|
|
14056
13355
|
(function (VastCreative) {
|
|
14057
13356
|
VastCreative.VideoFormatEnum = {
|
|
@@ -14271,7 +13570,6 @@ ApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
|
14271
13570
|
CreativeTemplateVariablesControllerService,
|
|
14272
13571
|
CreativeTemplatesControllerService,
|
|
14273
13572
|
CustomerReportingControllerService,
|
|
14274
|
-
DCOVideoSettingsControllerService,
|
|
14275
13573
|
DashboardControllerService,
|
|
14276
13574
|
ExperimentsControllerService,
|
|
14277
13575
|
NotificationsControllerService,
|
|
@@ -14311,7 +13609,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
14311
13609
|
CreativeTemplateVariablesControllerService,
|
|
14312
13610
|
CreativeTemplatesControllerService,
|
|
14313
13611
|
CustomerReportingControllerService,
|
|
14314
|
-
DCOVideoSettingsControllerService,
|
|
14315
13612
|
DashboardControllerService,
|
|
14316
13613
|
ExperimentsControllerService,
|
|
14317
13614
|
NotificationsControllerService,
|
|
@@ -14339,5 +13636,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
14339
13636
|
* Generated bundle index. Do not edit.
|
|
14340
13637
|
*/
|
|
14341
13638
|
|
|
14342
|
-
export { ABTestingDTO, ABTestingResponseDetails, ABTestingVariantDTO, APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserAppSettingsDTO, AdvertiserCohortDTO, AdvertiserCohortResponse, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerControllerService, 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,
|
|
13639
|
+
export { ABTestingDTO, ABTestingResponseDetails, ABTestingVariantDTO, APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserAppSettingsDTO, AdvertiserCohortDTO, AdvertiserCohortResponse, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerControllerService, 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, EndCards, ExperimentsControllerService, ExperimentsEntity, FilterModel, GeoFenceDTO, GeoListRequest, IncrementalityTestDTO, IncrementalityTestDetails, JobResponse, JsonNode, LookAlikeAudienceConfigDTO, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, OptimizationRuleAuditLogDTO, OptimizationRuleDTO, PixelControllerService, PixelDataFileDTO, PlatformClickSigningConfig, RecencyTargetingDTO, RemoteFileDTO, ReportControllerService, ReportProperty, ReportRequest, ReportResponse, ReportingControllerService, ReportingRequest, ReportingResponse, ReportingSchedulerControllerService, ReportingSchedulerResponse, RuleDTO, SafeguardBlockedItemDTO, SafeguardControllerService, SafeguardDetail, SafeguardExclusionDTO, SafeguardRequestDTO, SafeguardResponseDTO, SchedulerRequest, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, StrategyRuleResponse, StrategyTemplateControllerService, StrategyTemplateDTO, StrategyTemplateResponse, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties, WhitelabelingEntity };
|
|
14343
13640
|
//# sourceMappingURL=revxui-api-clients-ts.mjs.map
|