@revxui/api-clients-ts 1.1.484 → 1.1.486
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 +1 -3
- package/api/appSettingsController.service.d.ts +3 -3
- package/esm2020/api/adminController.service.mjs +2 -2
- package/esm2020/api/advertiserController.service.mjs +2 -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/dCOVideoSettingsController.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/advertiserAppSettingsDTO.mjs +2 -3
- package/esm2020/model/advertiserSettings.mjs +2 -9
- package/esm2020/model/appSettingsDTO.mjs +2 -3
- package/esm2020/model/creativeDTO.mjs +1 -6
- package/esm2020/model/creativeEntity.mjs +1 -6
- package/esm2020/model/creativeSetDetails.mjs +1 -1
- package/esm2020/model/models.mjs +1 -10
- package/esm2020/model/strategyDTO.mjs +1 -1
- package/esm2020/model/videoAttributes.mjs +1 -6
- package/fesm2015/revxui-api-clients-ts.mjs +36 -428
- package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
- package/fesm2020/revxui-api-clients-ts.mjs +36 -426
- package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
- package/model/advertiserAppSettingsDTO.d.ts +1 -2
- package/model/advertiserSettings.d.ts +0 -9
- package/model/appSettingsDTO.d.ts +1 -2
- package/model/creativeDTO.d.ts +0 -7
- package/model/creativeEntity.d.ts +0 -7
- package/model/creativeSetDetails.d.ts +0 -1
- package/model/models.d.ts +0 -9
- package/model/strategyDTO.d.ts +1 -0
- package/model/videoAttributes.d.ts +0 -7
- package/package.json +1 -1
- package/api/creativeAssetOptimizationController.service.d.ts +0 -78
- package/esm2020/api/creativeAssetOptimizationController.service.mjs +0 -214
- package/esm2020/model/apiListResponseCreativeSizeMappingDTO.mjs +0 -2
- package/esm2020/model/assetSelectionDTO.mjs +0 -2
- package/esm2020/model/creativeAssetOptimizationRequest.mjs +0 -23
- package/esm2020/model/creativeAssetUploadResponse.mjs +0 -20
- package/esm2020/model/creativeSizeMappingDTO.mjs +0 -38
- package/esm2020/model/endCardSelectionDTO.mjs +0 -19
- package/esm2020/model/optimizationJobItemStatusDTO.mjs +0 -21
- package/esm2020/model/optimizationJobStatusResponse.mjs +0 -11
- package/esm2020/model/selectedTargetDTO.mjs +0 -24
- package/model/apiListResponseCreativeSizeMappingDTO.d.ts +0 -16
- package/model/assetSelectionDTO.d.ts +0 -18
- package/model/creativeAssetOptimizationRequest.d.ts +0 -41
- package/model/creativeAssetUploadResponse.d.ts +0 -26
- package/model/creativeSizeMappingDTO.d.ts +0 -47
- package/model/endCardSelectionDTO.d.ts +0 -22
- package/model/optimizationJobItemStatusDTO.d.ts +0 -27
- package/model/optimizationJobStatusResponse.d.ts +0 -31
- package/model/selectedTargetDTO.d.ts +0 -30
|
@@ -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) {
|
|
@@ -854,7 +854,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
854
854
|
class AppSettingsControllerService {
|
|
855
855
|
constructor(httpClient, basePath, configuration) {
|
|
856
856
|
this.httpClient = httpClient;
|
|
857
|
-
this.basePath = 'https://
|
|
857
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
858
858
|
this.defaultHeaders = new HttpHeaders();
|
|
859
859
|
this.configuration = new Configuration();
|
|
860
860
|
if (basePath) {
|
|
@@ -1099,7 +1099,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1099
1099
|
class AppsFlyerControllerService {
|
|
1100
1100
|
constructor(httpClient, basePath, configuration) {
|
|
1101
1101
|
this.httpClient = httpClient;
|
|
1102
|
-
this.basePath = 'https://
|
|
1102
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1103
1103
|
this.defaultHeaders = new HttpHeaders();
|
|
1104
1104
|
this.configuration = new Configuration();
|
|
1105
1105
|
if (basePath) {
|
|
@@ -1185,7 +1185,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1185
1185
|
class AudienceControllerService {
|
|
1186
1186
|
constructor(httpClient, basePath, configuration) {
|
|
1187
1187
|
this.httpClient = httpClient;
|
|
1188
|
-
this.basePath = 'https://
|
|
1188
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1189
1189
|
this.defaultHeaders = new HttpHeaders();
|
|
1190
1190
|
this.configuration = new Configuration();
|
|
1191
1191
|
if (basePath) {
|
|
@@ -2061,7 +2061,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2061
2061
|
class AuditControllerService {
|
|
2062
2062
|
constructor(httpClient, basePath, configuration) {
|
|
2063
2063
|
this.httpClient = httpClient;
|
|
2064
|
-
this.basePath = 'https://
|
|
2064
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2065
2065
|
this.defaultHeaders = new HttpHeaders();
|
|
2066
2066
|
this.configuration = new Configuration();
|
|
2067
2067
|
if (basePath) {
|
|
@@ -2261,7 +2261,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2261
2261
|
class BidFunnelControllerService {
|
|
2262
2262
|
constructor(httpClient, basePath, configuration) {
|
|
2263
2263
|
this.httpClient = httpClient;
|
|
2264
|
-
this.basePath = 'https://
|
|
2264
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2265
2265
|
this.defaultHeaders = new HttpHeaders();
|
|
2266
2266
|
this.configuration = new Configuration();
|
|
2267
2267
|
if (basePath) {
|
|
@@ -2410,7 +2410,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2410
2410
|
class BulkStrategyControllerService {
|
|
2411
2411
|
constructor(httpClient, basePath, configuration) {
|
|
2412
2412
|
this.httpClient = httpClient;
|
|
2413
|
-
this.basePath = 'https://
|
|
2413
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2414
2414
|
this.defaultHeaders = new HttpHeaders();
|
|
2415
2415
|
this.configuration = new Configuration();
|
|
2416
2416
|
if (basePath) {
|
|
@@ -2635,7 +2635,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2635
2635
|
class CSSThemeController_Service {
|
|
2636
2636
|
constructor(httpClient, basePath, configuration) {
|
|
2637
2637
|
this.httpClient = httpClient;
|
|
2638
|
-
this.basePath = 'https://
|
|
2638
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2639
2639
|
this.defaultHeaders = new HttpHeaders();
|
|
2640
2640
|
this.configuration = new Configuration();
|
|
2641
2641
|
if (basePath) {
|
|
@@ -2744,7 +2744,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2744
2744
|
class CampaignControllerService {
|
|
2745
2745
|
constructor(httpClient, basePath, configuration) {
|
|
2746
2746
|
this.httpClient = httpClient;
|
|
2747
|
-
this.basePath = 'https://
|
|
2747
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2748
2748
|
this.defaultHeaders = new HttpHeaders();
|
|
2749
2749
|
this.configuration = new Configuration();
|
|
2750
2750
|
if (basePath) {
|
|
@@ -3185,7 +3185,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3185
3185
|
class CatalogControllerService {
|
|
3186
3186
|
constructor(httpClient, basePath, configuration) {
|
|
3187
3187
|
this.httpClient = httpClient;
|
|
3188
|
-
this.basePath = 'https://
|
|
3188
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3189
3189
|
this.defaultHeaders = new HttpHeaders();
|
|
3190
3190
|
this.configuration = new Configuration();
|
|
3191
3191
|
if (basePath) {
|
|
@@ -3428,7 +3428,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3428
3428
|
class ClickDestinationControllerService {
|
|
3429
3429
|
constructor(httpClient, basePath, configuration) {
|
|
3430
3430
|
this.httpClient = httpClient;
|
|
3431
|
-
this.basePath = 'https://
|
|
3431
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3432
3432
|
this.defaultHeaders = new HttpHeaders();
|
|
3433
3433
|
this.configuration = new Configuration();
|
|
3434
3434
|
if (basePath) {
|
|
@@ -3645,212 +3645,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3645
3645
|
type: Optional
|
|
3646
3646
|
}] }]; } });
|
|
3647
3647
|
|
|
3648
|
-
/**
|
|
3649
|
-
* Api Documentation
|
|
3650
|
-
* Api Documentation
|
|
3651
|
-
*
|
|
3652
|
-
* OpenAPI spec version: 1.0
|
|
3653
|
-
*
|
|
3654
|
-
*
|
|
3655
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
3656
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
3657
|
-
* Do not edit the class manually.
|
|
3658
|
-
*/
|
|
3659
|
-
/* tslint:disable:no-unused-variable member-ordering */
|
|
3660
|
-
class CreativeAssetOptimizationControllerService {
|
|
3661
|
-
constructor(httpClient, basePath, configuration) {
|
|
3662
|
-
this.httpClient = httpClient;
|
|
3663
|
-
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
3664
|
-
this.defaultHeaders = new HttpHeaders();
|
|
3665
|
-
this.configuration = new Configuration();
|
|
3666
|
-
if (basePath) {
|
|
3667
|
-
this.basePath = basePath;
|
|
3668
|
-
}
|
|
3669
|
-
if (configuration) {
|
|
3670
|
-
this.configuration = configuration;
|
|
3671
|
-
this.basePath = basePath || configuration.basePath || this.basePath;
|
|
3672
|
-
}
|
|
3673
|
-
}
|
|
3674
|
-
/**
|
|
3675
|
-
* @param consumes string[] mime-types
|
|
3676
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
3677
|
-
*/
|
|
3678
|
-
canConsumeForm(consumes) {
|
|
3679
|
-
const form = 'multipart/form-data';
|
|
3680
|
-
for (const consume of consumes) {
|
|
3681
|
-
if (form === consume) {
|
|
3682
|
-
return true;
|
|
3683
|
-
}
|
|
3684
|
-
}
|
|
3685
|
-
return false;
|
|
3686
|
-
}
|
|
3687
|
-
getJobStatusUsingGET(jobId, reqId, token, observe = 'body', reportProgress = false) {
|
|
3688
|
-
if (jobId === null || jobId === undefined) {
|
|
3689
|
-
throw new Error('Required parameter jobId was null or undefined when calling getJobStatusUsingGET.');
|
|
3690
|
-
}
|
|
3691
|
-
let headers = this.defaultHeaders;
|
|
3692
|
-
if (reqId !== undefined && reqId !== null) {
|
|
3693
|
-
headers = headers.set('reqId', String(reqId));
|
|
3694
|
-
}
|
|
3695
|
-
if (token !== undefined && token !== null) {
|
|
3696
|
-
headers = headers.set('token', String(token));
|
|
3697
|
-
}
|
|
3698
|
-
// to determine the Accept header
|
|
3699
|
-
let httpHeaderAccepts = [
|
|
3700
|
-
'application/json'
|
|
3701
|
-
];
|
|
3702
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3703
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
3704
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3705
|
-
}
|
|
3706
|
-
// to determine the Content-Type header
|
|
3707
|
-
const consumes = [];
|
|
3708
|
-
return this.httpClient.get(`${this.basePath}/v2/api/creativesets/v2/jobs/${encodeURIComponent(String(jobId))}`, {
|
|
3709
|
-
withCredentials: this.configuration.withCredentials,
|
|
3710
|
-
headers: headers,
|
|
3711
|
-
observe: observe,
|
|
3712
|
-
reportProgress: reportProgress
|
|
3713
|
-
});
|
|
3714
|
-
}
|
|
3715
|
-
getSizeMappingConfigUsingGET(creativeType, reqId, token, observe = 'body', reportProgress = false) {
|
|
3716
|
-
if (creativeType === null || creativeType === undefined) {
|
|
3717
|
-
throw new Error('Required parameter creativeType was null or undefined when calling getSizeMappingConfigUsingGET.');
|
|
3718
|
-
}
|
|
3719
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3720
|
-
if (creativeType !== undefined && creativeType !== null) {
|
|
3721
|
-
queryParameters = queryParameters.set('creativeType', creativeType);
|
|
3722
|
-
}
|
|
3723
|
-
let headers = this.defaultHeaders;
|
|
3724
|
-
if (reqId !== undefined && reqId !== null) {
|
|
3725
|
-
headers = headers.set('reqId', String(reqId));
|
|
3726
|
-
}
|
|
3727
|
-
if (token !== undefined && token !== null) {
|
|
3728
|
-
headers = headers.set('token', String(token));
|
|
3729
|
-
}
|
|
3730
|
-
// to determine the Accept header
|
|
3731
|
-
let httpHeaderAccepts = [
|
|
3732
|
-
'application/json'
|
|
3733
|
-
];
|
|
3734
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3735
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
3736
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3737
|
-
}
|
|
3738
|
-
// to determine the Content-Type header
|
|
3739
|
-
const consumes = [];
|
|
3740
|
-
return this.httpClient.get(`${this.basePath}/v2/api/creativesets/v2/size-mapping-config`, {
|
|
3741
|
-
params: queryParameters,
|
|
3742
|
-
withCredentials: this.configuration.withCredentials,
|
|
3743
|
-
headers: headers,
|
|
3744
|
-
observe: observe,
|
|
3745
|
-
reportProgress: reportProgress
|
|
3746
|
-
});
|
|
3747
|
-
}
|
|
3748
|
-
saveUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
|
|
3749
|
-
if (request === null || request === undefined) {
|
|
3750
|
-
throw new Error('Required parameter request was null or undefined when calling saveUsingPOST.');
|
|
3751
|
-
}
|
|
3752
|
-
let headers = this.defaultHeaders;
|
|
3753
|
-
if (reqId !== undefined && reqId !== null) {
|
|
3754
|
-
headers = headers.set('reqId', String(reqId));
|
|
3755
|
-
}
|
|
3756
|
-
if (token !== undefined && token !== null) {
|
|
3757
|
-
headers = headers.set('token', String(token));
|
|
3758
|
-
}
|
|
3759
|
-
// to determine the Accept header
|
|
3760
|
-
let httpHeaderAccepts = [
|
|
3761
|
-
'application/json'
|
|
3762
|
-
];
|
|
3763
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3764
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
3765
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3766
|
-
}
|
|
3767
|
-
// to determine the Content-Type header
|
|
3768
|
-
const consumes = [
|
|
3769
|
-
'application/json'
|
|
3770
|
-
];
|
|
3771
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3772
|
-
if (httpContentTypeSelected != undefined) {
|
|
3773
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3774
|
-
}
|
|
3775
|
-
return this.httpClient.post(`${this.basePath}/v2/api/creativesets/v2/save`, request, {
|
|
3776
|
-
withCredentials: this.configuration.withCredentials,
|
|
3777
|
-
headers: headers,
|
|
3778
|
-
observe: observe,
|
|
3779
|
-
reportProgress: reportProgress
|
|
3780
|
-
});
|
|
3781
|
-
}
|
|
3782
|
-
uploadUsingPOST(advertiserId, creativeSetType, file, reqId, token, observe = 'body', reportProgress = false) {
|
|
3783
|
-
if (advertiserId === null || advertiserId === undefined) {
|
|
3784
|
-
throw new Error('Required parameter advertiserId was null or undefined when calling uploadUsingPOST.');
|
|
3785
|
-
}
|
|
3786
|
-
if (creativeSetType === null || creativeSetType === undefined) {
|
|
3787
|
-
throw new Error('Required parameter creativeSetType was null or undefined when calling uploadUsingPOST.');
|
|
3788
|
-
}
|
|
3789
|
-
if (file === null || file === undefined) {
|
|
3790
|
-
throw new Error('Required parameter file was null or undefined when calling uploadUsingPOST.');
|
|
3791
|
-
}
|
|
3792
|
-
let headers = this.defaultHeaders;
|
|
3793
|
-
if (reqId !== undefined && reqId !== null) {
|
|
3794
|
-
headers = headers.set('reqId', String(reqId));
|
|
3795
|
-
}
|
|
3796
|
-
if (token !== undefined && token !== null) {
|
|
3797
|
-
headers = headers.set('token', String(token));
|
|
3798
|
-
}
|
|
3799
|
-
// to determine the Accept header
|
|
3800
|
-
let httpHeaderAccepts = [
|
|
3801
|
-
'application/json'
|
|
3802
|
-
];
|
|
3803
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3804
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
3805
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3806
|
-
}
|
|
3807
|
-
// to determine the Content-Type header
|
|
3808
|
-
const consumes = [
|
|
3809
|
-
'multipart/form-data'
|
|
3810
|
-
];
|
|
3811
|
-
const canConsumeForm = this.canConsumeForm(consumes);
|
|
3812
|
-
let formParams;
|
|
3813
|
-
let useForm = false;
|
|
3814
|
-
let convertFormParamsToString = false;
|
|
3815
|
-
// use FormData to transmit files using content-type "multipart/form-data"
|
|
3816
|
-
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
3817
|
-
useForm = canConsumeForm;
|
|
3818
|
-
if (useForm) {
|
|
3819
|
-
formParams = new FormData();
|
|
3820
|
-
}
|
|
3821
|
-
else {
|
|
3822
|
-
formParams = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3823
|
-
}
|
|
3824
|
-
if (advertiserId !== undefined) {
|
|
3825
|
-
formParams = formParams.append('advertiserId', advertiserId) || formParams;
|
|
3826
|
-
}
|
|
3827
|
-
if (creativeSetType !== undefined) {
|
|
3828
|
-
formParams = formParams.append('creativeSetType', creativeSetType) || formParams;
|
|
3829
|
-
}
|
|
3830
|
-
if (file !== undefined) {
|
|
3831
|
-
formParams = formParams.append('file', file) || formParams;
|
|
3832
|
-
}
|
|
3833
|
-
return this.httpClient.post(`${this.basePath}/v2/api/creativesets/v2/upload`, convertFormParamsToString ? formParams.toString() : formParams, {
|
|
3834
|
-
withCredentials: this.configuration.withCredentials,
|
|
3835
|
-
headers: headers,
|
|
3836
|
-
observe: observe,
|
|
3837
|
-
reportProgress: reportProgress
|
|
3838
|
-
});
|
|
3839
|
-
}
|
|
3840
|
-
}
|
|
3841
|
-
CreativeAssetOptimizationControllerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CreativeAssetOptimizationControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3842
|
-
CreativeAssetOptimizationControllerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CreativeAssetOptimizationControllerService });
|
|
3843
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CreativeAssetOptimizationControllerService, decorators: [{
|
|
3844
|
-
type: Injectable
|
|
3845
|
-
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
3846
|
-
type: Optional
|
|
3847
|
-
}, {
|
|
3848
|
-
type: Inject,
|
|
3849
|
-
args: [BASE_PATH]
|
|
3850
|
-
}] }, { type: Configuration, decorators: [{
|
|
3851
|
-
type: Optional
|
|
3852
|
-
}] }]; } });
|
|
3853
|
-
|
|
3854
3648
|
/**
|
|
3855
3649
|
* Api Documentation
|
|
3856
3650
|
* Api Documentation
|
|
@@ -3866,7 +3660,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3866
3660
|
class CreativeControllerService {
|
|
3867
3661
|
constructor(httpClient, basePath, configuration) {
|
|
3868
3662
|
this.httpClient = httpClient;
|
|
3869
|
-
this.basePath = 'https://
|
|
3663
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3870
3664
|
this.defaultHeaders = new HttpHeaders();
|
|
3871
3665
|
this.configuration = new Configuration();
|
|
3872
3666
|
if (basePath) {
|
|
@@ -4469,7 +4263,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4469
4263
|
class CreativeSetsControllerService {
|
|
4470
4264
|
constructor(httpClient, basePath, configuration) {
|
|
4471
4265
|
this.httpClient = httpClient;
|
|
4472
|
-
this.basePath = 'https://
|
|
4266
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4473
4267
|
this.defaultHeaders = new HttpHeaders();
|
|
4474
4268
|
this.configuration = new Configuration();
|
|
4475
4269
|
if (basePath) {
|
|
@@ -5115,7 +4909,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5115
4909
|
class CreativeTemplateThemesControllerService {
|
|
5116
4910
|
constructor(httpClient, basePath, configuration) {
|
|
5117
4911
|
this.httpClient = httpClient;
|
|
5118
|
-
this.basePath = 'https://
|
|
4912
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5119
4913
|
this.defaultHeaders = new HttpHeaders();
|
|
5120
4914
|
this.configuration = new Configuration();
|
|
5121
4915
|
if (basePath) {
|
|
@@ -5300,7 +5094,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5300
5094
|
class CreativeTemplateVariablesControllerService {
|
|
5301
5095
|
constructor(httpClient, basePath, configuration) {
|
|
5302
5096
|
this.httpClient = httpClient;
|
|
5303
|
-
this.basePath = 'https://
|
|
5097
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5304
5098
|
this.defaultHeaders = new HttpHeaders();
|
|
5305
5099
|
this.configuration = new Configuration();
|
|
5306
5100
|
if (basePath) {
|
|
@@ -5378,7 +5172,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5378
5172
|
class CreativeTemplatesControllerService {
|
|
5379
5173
|
constructor(httpClient, basePath, configuration) {
|
|
5380
5174
|
this.httpClient = httpClient;
|
|
5381
|
-
this.basePath = 'https://
|
|
5175
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5382
5176
|
this.defaultHeaders = new HttpHeaders();
|
|
5383
5177
|
this.configuration = new Configuration();
|
|
5384
5178
|
if (basePath) {
|
|
@@ -5543,7 +5337,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5543
5337
|
class CustomerReportingControllerService {
|
|
5544
5338
|
constructor(httpClient, basePath, configuration) {
|
|
5545
5339
|
this.httpClient = httpClient;
|
|
5546
|
-
this.basePath = 'https://
|
|
5340
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5547
5341
|
this.defaultHeaders = new HttpHeaders();
|
|
5548
5342
|
this.configuration = new Configuration();
|
|
5549
5343
|
if (basePath) {
|
|
@@ -5706,7 +5500,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5706
5500
|
class DCOVideoSettingsControllerService {
|
|
5707
5501
|
constructor(httpClient, basePath, configuration) {
|
|
5708
5502
|
this.httpClient = httpClient;
|
|
5709
|
-
this.basePath = 'https://
|
|
5503
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5710
5504
|
this.defaultHeaders = new HttpHeaders();
|
|
5711
5505
|
this.configuration = new Configuration();
|
|
5712
5506
|
if (basePath) {
|
|
@@ -6272,7 +6066,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6272
6066
|
class DashboardControllerService {
|
|
6273
6067
|
constructor(httpClient, basePath, configuration) {
|
|
6274
6068
|
this.httpClient = httpClient;
|
|
6275
|
-
this.basePath = 'https://
|
|
6069
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6276
6070
|
this.defaultHeaders = new HttpHeaders();
|
|
6277
6071
|
this.configuration = new Configuration();
|
|
6278
6072
|
if (basePath) {
|
|
@@ -6930,7 +6724,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6930
6724
|
class ExperimentsControllerService {
|
|
6931
6725
|
constructor(httpClient, basePath, configuration) {
|
|
6932
6726
|
this.httpClient = httpClient;
|
|
6933
|
-
this.basePath = 'https://
|
|
6727
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6934
6728
|
this.defaultHeaders = new HttpHeaders();
|
|
6935
6729
|
this.configuration = new Configuration();
|
|
6936
6730
|
if (basePath) {
|
|
@@ -7657,7 +7451,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7657
7451
|
class NotificationsControllerService {
|
|
7658
7452
|
constructor(httpClient, basePath, configuration) {
|
|
7659
7453
|
this.httpClient = httpClient;
|
|
7660
|
-
this.basePath = 'https://
|
|
7454
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
7661
7455
|
this.defaultHeaders = new HttpHeaders();
|
|
7662
7456
|
this.configuration = new Configuration();
|
|
7663
7457
|
if (basePath) {
|
|
@@ -7870,7 +7664,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7870
7664
|
class PixelControllerService {
|
|
7871
7665
|
constructor(httpClient, basePath, configuration) {
|
|
7872
7666
|
this.httpClient = httpClient;
|
|
7873
|
-
this.basePath = 'https://
|
|
7667
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
7874
7668
|
this.defaultHeaders = new HttpHeaders();
|
|
7875
7669
|
this.configuration = new Configuration();
|
|
7876
7670
|
if (basePath) {
|
|
@@ -8177,7 +7971,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8177
7971
|
class ReportControllerService {
|
|
8178
7972
|
constructor(httpClient, basePath, configuration) {
|
|
8179
7973
|
this.httpClient = httpClient;
|
|
8180
|
-
this.basePath = 'https://
|
|
7974
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
8181
7975
|
this.defaultHeaders = new HttpHeaders();
|
|
8182
7976
|
this.configuration = new Configuration();
|
|
8183
7977
|
if (basePath) {
|
|
@@ -8314,7 +8108,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8314
8108
|
class ReportingControllerService {
|
|
8315
8109
|
constructor(httpClient, basePath, configuration) {
|
|
8316
8110
|
this.httpClient = httpClient;
|
|
8317
|
-
this.basePath = 'https://
|
|
8111
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
8318
8112
|
this.defaultHeaders = new HttpHeaders();
|
|
8319
8113
|
this.configuration = new Configuration();
|
|
8320
8114
|
if (basePath) {
|
|
@@ -8484,7 +8278,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8484
8278
|
class ReportingSchedulerControllerService {
|
|
8485
8279
|
constructor(httpClient, basePath, configuration) {
|
|
8486
8280
|
this.httpClient = httpClient;
|
|
8487
|
-
this.basePath = 'https://
|
|
8281
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
8488
8282
|
this.defaultHeaders = new HttpHeaders();
|
|
8489
8283
|
this.configuration = new Configuration();
|
|
8490
8284
|
if (basePath) {
|
|
@@ -8799,7 +8593,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8799
8593
|
class SafeguardControllerService {
|
|
8800
8594
|
constructor(httpClient, basePath, configuration) {
|
|
8801
8595
|
this.httpClient = httpClient;
|
|
8802
|
-
this.basePath = 'https://
|
|
8596
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
8803
8597
|
this.defaultHeaders = new HttpHeaders();
|
|
8804
8598
|
this.configuration = new Configuration();
|
|
8805
8599
|
if (basePath) {
|
|
@@ -9293,7 +9087,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9293
9087
|
class SliceXControllerService {
|
|
9294
9088
|
constructor(httpClient, basePath, configuration) {
|
|
9295
9089
|
this.httpClient = httpClient;
|
|
9296
|
-
this.basePath = 'https://
|
|
9090
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
9297
9091
|
this.defaultHeaders = new HttpHeaders();
|
|
9298
9092
|
this.configuration = new Configuration();
|
|
9299
9093
|
if (basePath) {
|
|
@@ -9697,7 +9491,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9697
9491
|
class StrategyControllerService {
|
|
9698
9492
|
constructor(httpClient, basePath, configuration) {
|
|
9699
9493
|
this.httpClient = httpClient;
|
|
9700
|
-
this.basePath = 'https://
|
|
9494
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
9701
9495
|
this.defaultHeaders = new HttpHeaders();
|
|
9702
9496
|
this.configuration = new Configuration();
|
|
9703
9497
|
if (basePath) {
|
|
@@ -10899,7 +10693,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10899
10693
|
class StrategyTemplateControllerService {
|
|
10900
10694
|
constructor(httpClient, basePath, configuration) {
|
|
10901
10695
|
this.httpClient = httpClient;
|
|
10902
|
-
this.basePath = 'https://
|
|
10696
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
10903
10697
|
this.defaultHeaders = new HttpHeaders();
|
|
10904
10698
|
this.configuration = new Configuration();
|
|
10905
10699
|
if (basePath) {
|
|
@@ -11021,7 +10815,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
11021
10815
|
class UILoggerControllerService {
|
|
11022
10816
|
constructor(httpClient, basePath, configuration) {
|
|
11023
10817
|
this.httpClient = httpClient;
|
|
11024
|
-
this.basePath = 'https://
|
|
10818
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
11025
10819
|
this.defaultHeaders = new HttpHeaders();
|
|
11026
10820
|
this.configuration = new Configuration();
|
|
11027
10821
|
if (basePath) {
|
|
@@ -11113,7 +10907,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
11113
10907
|
class UserPreferenceControllerService {
|
|
11114
10908
|
constructor(httpClient, basePath, configuration) {
|
|
11115
10909
|
this.httpClient = httpClient;
|
|
11116
|
-
this.basePath = 'https://
|
|
10910
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
11117
10911
|
this.defaultHeaders = new HttpHeaders();
|
|
11118
10912
|
this.configuration = new Configuration();
|
|
11119
10913
|
if (basePath) {
|
|
@@ -11272,7 +11066,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
11272
11066
|
type: Optional
|
|
11273
11067
|
}] }]; } });
|
|
11274
11068
|
|
|
11275
|
-
const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AppsFlyerControllerService, AudienceControllerService, AuditControllerService, BidFunnelControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService,
|
|
11069
|
+
const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AppsFlyerControllerService, AudienceControllerService, AuditControllerService, BidFunnelControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DCOVideoSettingsControllerService, DashboardControllerService, ExperimentsControllerService, NotificationsControllerService, PixelControllerService, ReportControllerService, ReportingControllerService, ReportingSchedulerControllerService, SafeguardControllerService, SliceXControllerService, StrategyControllerService, StrategyTemplateControllerService, UILoggerControllerService, UserPreferenceControllerService];
|
|
11276
11070
|
|
|
11277
11071
|
var ABTestingDTO;
|
|
11278
11072
|
(function (ABTestingDTO) {
|
|
@@ -11399,8 +11193,7 @@ var AdvertiserAppSettingsDTO;
|
|
|
11399
11193
|
CREATIVENAMEFORMAT: 'CREATIVE_NAME_FORMAT',
|
|
11400
11194
|
CLICKSIGNING: 'CLICK_SIGNING',
|
|
11401
11195
|
SLACKCHANNELID: 'SLACK_CHANNEL_ID',
|
|
11402
|
-
ENABLEAUDITLOGSREPORT: 'ENABLE_AUDIT_LOGS_REPORT'
|
|
11403
|
-
CREATIVEBORDERTYPE: 'CREATIVE_BORDER_TYPE'
|
|
11196
|
+
ENABLEAUDITLOGSREPORT: 'ENABLE_AUDIT_LOGS_REPORT'
|
|
11404
11197
|
};
|
|
11405
11198
|
AdvertiserAppSettingsDTO.TypeEnum = {
|
|
11406
11199
|
BOOLEAN: 'BOOLEAN',
|
|
@@ -11465,15 +11258,6 @@ var AdvertiserCohortResponse;
|
|
|
11465
11258
|
* Do not edit the class manually.
|
|
11466
11259
|
*/
|
|
11467
11260
|
|
|
11468
|
-
var AdvertiserSettings;
|
|
11469
|
-
(function (AdvertiserSettings) {
|
|
11470
|
-
AdvertiserSettings.CreativeBorderTypeEnum = {
|
|
11471
|
-
NONE: 'NONE',
|
|
11472
|
-
BLACK: 'BLACK',
|
|
11473
|
-
BLUR: 'BLUR'
|
|
11474
|
-
};
|
|
11475
|
-
})(AdvertiserSettings || (AdvertiserSettings = {}));
|
|
11476
|
-
|
|
11477
11261
|
/**
|
|
11478
11262
|
* Api Documentation
|
|
11479
11263
|
* Api Documentation
|
|
@@ -11580,8 +11364,7 @@ var AppSettingsDTO;
|
|
|
11580
11364
|
CREATIVENAMEFORMAT: 'CREATIVE_NAME_FORMAT',
|
|
11581
11365
|
CLICKSIGNING: 'CLICK_SIGNING',
|
|
11582
11366
|
SLACKCHANNELID: 'SLACK_CHANNEL_ID',
|
|
11583
|
-
ENABLEAUDITLOGSREPORT: 'ENABLE_AUDIT_LOGS_REPORT'
|
|
11584
|
-
CREATIVEBORDERTYPE: 'CREATIVE_BORDER_TYPE'
|
|
11367
|
+
ENABLEAUDITLOGSREPORT: 'ENABLE_AUDIT_LOGS_REPORT'
|
|
11585
11368
|
};
|
|
11586
11369
|
AppSettingsDTO.SettingsTypeEnum = {
|
|
11587
11370
|
BOOLEAN: 'BOOLEAN',
|
|
@@ -12099,49 +11882,6 @@ var CohortCampaignStrategyDO;
|
|
|
12099
11882
|
* Do not edit the class manually.
|
|
12100
11883
|
*/
|
|
12101
11884
|
|
|
12102
|
-
var CreativeAssetOptimizationRequest;
|
|
12103
|
-
(function (CreativeAssetOptimizationRequest) {
|
|
12104
|
-
CreativeAssetOptimizationRequest.CreativeSetTypeEnum = {
|
|
12105
|
-
IMAGE: 'IMAGE',
|
|
12106
|
-
VIDEO: 'VIDEO',
|
|
12107
|
-
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
12108
|
-
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
12109
|
-
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
12110
|
-
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
12111
|
-
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
12112
|
-
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
12113
|
-
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
12114
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
12115
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
12116
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
12117
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
12118
|
-
NATIVEICON: 'NATIVE_ICON',
|
|
12119
|
-
ICON: 'ICON',
|
|
12120
|
-
CTVVIDEO: 'CTV_VIDEO',
|
|
12121
|
-
PLAYABLE: 'PLAYABLE'
|
|
12122
|
-
};
|
|
12123
|
-
})(CreativeAssetOptimizationRequest || (CreativeAssetOptimizationRequest = {}));
|
|
12124
|
-
|
|
12125
|
-
/**
|
|
12126
|
-
* Api Documentation
|
|
12127
|
-
* Api Documentation
|
|
12128
|
-
*
|
|
12129
|
-
* OpenAPI spec version: 1.0
|
|
12130
|
-
*
|
|
12131
|
-
*
|
|
12132
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12133
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12134
|
-
* Do not edit the class manually.
|
|
12135
|
-
*/
|
|
12136
|
-
var CreativeAssetUploadResponse;
|
|
12137
|
-
(function (CreativeAssetUploadResponse) {
|
|
12138
|
-
CreativeAssetUploadResponse.WarningCodeEnum = {
|
|
12139
|
-
INVALIDSIZE: 'INVALID_SIZE',
|
|
12140
|
-
ASPECTRATIOMISMATCH: 'ASPECT_RATIO_MISMATCH',
|
|
12141
|
-
LOWRESOLUTIONUPLOAD: 'LOW_RESOLUTION_UPLOAD'
|
|
12142
|
-
};
|
|
12143
|
-
})(CreativeAssetUploadResponse || (CreativeAssetUploadResponse = {}));
|
|
12144
|
-
|
|
12145
11885
|
var CreativeCompactDTO;
|
|
12146
11886
|
(function (CreativeCompactDTO) {
|
|
12147
11887
|
CreativeCompactDTO.TypeEnum = {
|
|
@@ -12166,11 +11906,6 @@ var CreativeCompactDTO;
|
|
|
12166
11906
|
|
|
12167
11907
|
var CreativeDTO;
|
|
12168
11908
|
(function (CreativeDTO) {
|
|
12169
|
-
CreativeDTO.BorderTypeEnum = {
|
|
12170
|
-
NONE: 'NONE',
|
|
12171
|
-
BLACK: 'BLACK',
|
|
12172
|
-
BLUR: 'BLUR'
|
|
12173
|
-
};
|
|
12174
11909
|
CreativeDTO.ContentTypeEnum = {
|
|
12175
11910
|
ZIP: 'ZIP',
|
|
12176
11911
|
JPG: 'JPG',
|
|
@@ -12239,11 +11974,6 @@ var CreativeDetails;
|
|
|
12239
11974
|
|
|
12240
11975
|
var CreativeEntity;
|
|
12241
11976
|
(function (CreativeEntity) {
|
|
12242
|
-
CreativeEntity.BorderTypeEnum = {
|
|
12243
|
-
NONE: 'NONE',
|
|
12244
|
-
BLACK: 'BLACK',
|
|
12245
|
-
BLUR: 'BLUR'
|
|
12246
|
-
};
|
|
12247
11977
|
CreativeEntity.HybridAdTypeEnum = {
|
|
12248
11978
|
STATIC: 'STATIC',
|
|
12249
11979
|
DYNAMIC: 'DYNAMIC'
|
|
@@ -12509,44 +12239,6 @@ var CreativeSetResponse;
|
|
|
12509
12239
|
};
|
|
12510
12240
|
})(CreativeSetResponse || (CreativeSetResponse = {}));
|
|
12511
12241
|
|
|
12512
|
-
/**
|
|
12513
|
-
* Api Documentation
|
|
12514
|
-
* Api Documentation
|
|
12515
|
-
*
|
|
12516
|
-
* OpenAPI spec version: 1.0
|
|
12517
|
-
*
|
|
12518
|
-
*
|
|
12519
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12520
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12521
|
-
* Do not edit the class manually.
|
|
12522
|
-
*/
|
|
12523
|
-
var CreativeSizeMappingDTO;
|
|
12524
|
-
(function (CreativeSizeMappingDTO) {
|
|
12525
|
-
CreativeSizeMappingDTO.CreativeTypeEnum = {
|
|
12526
|
-
IMAGE: 'IMAGE',
|
|
12527
|
-
VIDEO: 'VIDEO',
|
|
12528
|
-
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
12529
|
-
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
12530
|
-
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
12531
|
-
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
12532
|
-
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
12533
|
-
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
12534
|
-
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
12535
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
12536
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
12537
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
12538
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
12539
|
-
NATIVEICON: 'NATIVE_ICON',
|
|
12540
|
-
ICON: 'ICON',
|
|
12541
|
-
CTVVIDEO: 'CTV_VIDEO',
|
|
12542
|
-
PLAYABLE: 'PLAYABLE'
|
|
12543
|
-
};
|
|
12544
|
-
CreativeSizeMappingDTO.MappingTypeEnum = {
|
|
12545
|
-
EXACTFIT: 'EXACT_FIT',
|
|
12546
|
-
BORDER: 'BORDER'
|
|
12547
|
-
};
|
|
12548
|
-
})(CreativeSizeMappingDTO || (CreativeSizeMappingDTO = {}));
|
|
12549
|
-
|
|
12550
12242
|
/**
|
|
12551
12243
|
* Api Documentation
|
|
12552
12244
|
* Api Documentation
|
|
@@ -13013,25 +12705,6 @@ var DynamicVideoConfigDTO;
|
|
|
13013
12705
|
* Do not edit the class manually.
|
|
13014
12706
|
*/
|
|
13015
12707
|
|
|
13016
|
-
/**
|
|
13017
|
-
* Api Documentation
|
|
13018
|
-
* Api Documentation
|
|
13019
|
-
*
|
|
13020
|
-
* OpenAPI spec version: 1.0
|
|
13021
|
-
*
|
|
13022
|
-
*
|
|
13023
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
13024
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
13025
|
-
* Do not edit the class manually.
|
|
13026
|
-
*/
|
|
13027
|
-
var EndCardSelectionDTO;
|
|
13028
|
-
(function (EndCardSelectionDTO) {
|
|
13029
|
-
EndCardSelectionDTO.EndCardTypeEnum = {
|
|
13030
|
-
IMAGE: 'IMAGE',
|
|
13031
|
-
HTML: 'HTML'
|
|
13032
|
-
};
|
|
13033
|
-
})(EndCardSelectionDTO || (EndCardSelectionDTO = {}));
|
|
13034
|
-
|
|
13035
12708
|
/**
|
|
13036
12709
|
* Api Documentation
|
|
13037
12710
|
* Api Documentation
|
|
@@ -13515,38 +13188,6 @@ var NotificationResponse;
|
|
|
13515
13188
|
* Do not edit the class manually.
|
|
13516
13189
|
*/
|
|
13517
13190
|
|
|
13518
|
-
/**
|
|
13519
|
-
* Api Documentation
|
|
13520
|
-
* Api Documentation
|
|
13521
|
-
*
|
|
13522
|
-
* OpenAPI spec version: 1.0
|
|
13523
|
-
*
|
|
13524
|
-
*
|
|
13525
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
13526
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
13527
|
-
* Do not edit the class manually.
|
|
13528
|
-
*/
|
|
13529
|
-
var OptimizationJobItemStatusDTO;
|
|
13530
|
-
(function (OptimizationJobItemStatusDTO) {
|
|
13531
|
-
OptimizationJobItemStatusDTO.StatusEnum = {
|
|
13532
|
-
PENDING: 'PENDING',
|
|
13533
|
-
PROCESSING: 'PROCESSING',
|
|
13534
|
-
COMPLETED: 'COMPLETED',
|
|
13535
|
-
FAILED: 'FAILED'
|
|
13536
|
-
};
|
|
13537
|
-
})(OptimizationJobItemStatusDTO || (OptimizationJobItemStatusDTO = {}));
|
|
13538
|
-
|
|
13539
|
-
var OptimizationJobStatusResponse;
|
|
13540
|
-
(function (OptimizationJobStatusResponse) {
|
|
13541
|
-
OptimizationJobStatusResponse.StatusEnum = {
|
|
13542
|
-
PENDING: 'PENDING',
|
|
13543
|
-
PROCESSING: 'PROCESSING',
|
|
13544
|
-
COMPLETED: 'COMPLETED',
|
|
13545
|
-
COMPLETEDWITHERRORS: 'COMPLETED_WITH_ERRORS',
|
|
13546
|
-
FAILED: 'FAILED'
|
|
13547
|
-
};
|
|
13548
|
-
})(OptimizationJobStatusResponse || (OptimizationJobStatusResponse = {}));
|
|
13549
|
-
|
|
13550
13191
|
var OptimizationRuleAuditLogDTO;
|
|
13551
13192
|
(function (OptimizationRuleAuditLogDTO) {
|
|
13552
13193
|
OptimizationRuleAuditLogDTO.StateEnum = {
|
|
@@ -13995,30 +13636,6 @@ var SchedulerRequest;
|
|
|
13995
13636
|
};
|
|
13996
13637
|
})(SchedulerRequest || (SchedulerRequest = {}));
|
|
13997
13638
|
|
|
13998
|
-
/**
|
|
13999
|
-
* Api Documentation
|
|
14000
|
-
* Api Documentation
|
|
14001
|
-
*
|
|
14002
|
-
* OpenAPI spec version: 1.0
|
|
14003
|
-
*
|
|
14004
|
-
*
|
|
14005
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
14006
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
14007
|
-
* Do not edit the class manually.
|
|
14008
|
-
*/
|
|
14009
|
-
var SelectedTargetDTO;
|
|
14010
|
-
(function (SelectedTargetDTO) {
|
|
14011
|
-
SelectedTargetDTO.BorderTypeEnum = {
|
|
14012
|
-
NONE: 'NONE',
|
|
14013
|
-
BLACK: 'BLACK',
|
|
14014
|
-
BLUR: 'BLUR'
|
|
14015
|
-
};
|
|
14016
|
-
SelectedTargetDTO.MappingTypeEnum = {
|
|
14017
|
-
EXACTFIT: 'EXACT_FIT',
|
|
14018
|
-
BORDER: 'BORDER'
|
|
14019
|
-
};
|
|
14020
|
-
})(SelectedTargetDTO || (SelectedTargetDTO = {}));
|
|
14021
|
-
|
|
14022
13639
|
/**
|
|
14023
13640
|
* Api Documentation
|
|
14024
13641
|
* Api Documentation
|
|
@@ -14553,11 +14170,6 @@ var VastCreative;
|
|
|
14553
14170
|
*/
|
|
14554
14171
|
var VideoAttributes;
|
|
14555
14172
|
(function (VideoAttributes) {
|
|
14556
|
-
VideoAttributes.BorderTypeEnum = {
|
|
14557
|
-
NONE: 'NONE',
|
|
14558
|
-
BLACK: 'BLACK',
|
|
14559
|
-
BLUR: 'BLUR'
|
|
14560
|
-
};
|
|
14561
14173
|
VideoAttributes.CompanionContentTypeEnum = {
|
|
14562
14174
|
ZIP: 'ZIP',
|
|
14563
14175
|
JPG: 'JPG',
|
|
@@ -14720,7 +14332,6 @@ ApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
|
14720
14332
|
CampaignControllerService,
|
|
14721
14333
|
CatalogControllerService,
|
|
14722
14334
|
ClickDestinationControllerService,
|
|
14723
|
-
CreativeAssetOptimizationControllerService,
|
|
14724
14335
|
CreativeControllerService,
|
|
14725
14336
|
CreativeSetsControllerService,
|
|
14726
14337
|
CreativeTemplateThemesControllerService,
|
|
@@ -14761,7 +14372,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
14761
14372
|
CampaignControllerService,
|
|
14762
14373
|
CatalogControllerService,
|
|
14763
14374
|
ClickDestinationControllerService,
|
|
14764
|
-
CreativeAssetOptimizationControllerService,
|
|
14765
14375
|
CreativeControllerService,
|
|
14766
14376
|
CreativeSetsControllerService,
|
|
14767
14377
|
CreativeTemplateThemesControllerService,
|
|
@@ -14796,5 +14406,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
14796
14406
|
* Generated bundle index. Do not edit.
|
|
14797
14407
|
*/
|
|
14798
14408
|
|
|
14799
|
-
export { ABTestingDTO, ABTestingResponseDetails, ABTestingVariantDTO, APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserAppSettingsDTO, AdvertiserCohortDTO, AdvertiserCohortResponse, AdvertiserControllerService,
|
|
14409
|
+
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, DCOVideoSettingsControllerService, DashboardControllerService, DcoAttributesDTO, DcoVideoAssetDTO, DeviceTargetModel, DuplicateCampaignStrategyRequestDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, EndCards, ExperimentsControllerService, ExperimentsEntity, FilterModel, GeoFenceDTO, GeoListRequest, IncrementalityTestDTO, IncrementalityTestDetails, JobResponse, JsonNode, LookAlikeAudienceConfigDTO, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, OptimizationRuleAuditLogDTO, OptimizationRuleDTO, PixelControllerService, PixelDataFileDTO, 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 };
|
|
14800
14410
|
//# sourceMappingURL=revxui-api-clients-ts.mjs.map
|