@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) {
|
|
@@ -281,7 +281,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
|
|
|
281
281
|
class AdvertiserControllerService {
|
|
282
282
|
constructor(httpClient, basePath, configuration) {
|
|
283
283
|
this.httpClient = httpClient;
|
|
284
|
-
this.basePath = 'https://
|
|
284
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
285
285
|
this.defaultHeaders = new HttpHeaders();
|
|
286
286
|
this.configuration = new Configuration();
|
|
287
287
|
if (basePath) {
|
|
@@ -858,7 +858,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
858
858
|
class AppSettingsControllerService {
|
|
859
859
|
constructor(httpClient, basePath, configuration) {
|
|
860
860
|
this.httpClient = httpClient;
|
|
861
|
-
this.basePath = 'https://
|
|
861
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
862
862
|
this.defaultHeaders = new HttpHeaders();
|
|
863
863
|
this.configuration = new Configuration();
|
|
864
864
|
if (basePath) {
|
|
@@ -1105,7 +1105,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1105
1105
|
class AppsFlyerControllerService {
|
|
1106
1106
|
constructor(httpClient, basePath, configuration) {
|
|
1107
1107
|
this.httpClient = httpClient;
|
|
1108
|
-
this.basePath = 'https://
|
|
1108
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1109
1109
|
this.defaultHeaders = new HttpHeaders();
|
|
1110
1110
|
this.configuration = new Configuration();
|
|
1111
1111
|
if (basePath) {
|
|
@@ -1193,7 +1193,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1193
1193
|
class AudienceControllerService {
|
|
1194
1194
|
constructor(httpClient, basePath, configuration) {
|
|
1195
1195
|
this.httpClient = httpClient;
|
|
1196
|
-
this.basePath = 'https://
|
|
1196
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1197
1197
|
this.defaultHeaders = new HttpHeaders();
|
|
1198
1198
|
this.configuration = new Configuration();
|
|
1199
1199
|
if (basePath) {
|
|
@@ -2071,7 +2071,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2071
2071
|
class AuditControllerService {
|
|
2072
2072
|
constructor(httpClient, basePath, configuration) {
|
|
2073
2073
|
this.httpClient = httpClient;
|
|
2074
|
-
this.basePath = 'https://
|
|
2074
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2075
2075
|
this.defaultHeaders = new HttpHeaders();
|
|
2076
2076
|
this.configuration = new Configuration();
|
|
2077
2077
|
if (basePath) {
|
|
@@ -2273,7 +2273,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2273
2273
|
class BidFunnelControllerService {
|
|
2274
2274
|
constructor(httpClient, basePath, configuration) {
|
|
2275
2275
|
this.httpClient = httpClient;
|
|
2276
|
-
this.basePath = 'https://
|
|
2276
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2277
2277
|
this.defaultHeaders = new HttpHeaders();
|
|
2278
2278
|
this.configuration = new Configuration();
|
|
2279
2279
|
if (basePath) {
|
|
@@ -2424,7 +2424,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2424
2424
|
class BulkStrategyControllerService {
|
|
2425
2425
|
constructor(httpClient, basePath, configuration) {
|
|
2426
2426
|
this.httpClient = httpClient;
|
|
2427
|
-
this.basePath = 'https://
|
|
2427
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2428
2428
|
this.defaultHeaders = new HttpHeaders();
|
|
2429
2429
|
this.configuration = new Configuration();
|
|
2430
2430
|
if (basePath) {
|
|
@@ -2651,7 +2651,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2651
2651
|
class CSSThemeController_Service {
|
|
2652
2652
|
constructor(httpClient, basePath, configuration) {
|
|
2653
2653
|
this.httpClient = httpClient;
|
|
2654
|
-
this.basePath = 'https://
|
|
2654
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2655
2655
|
this.defaultHeaders = new HttpHeaders();
|
|
2656
2656
|
this.configuration = new Configuration();
|
|
2657
2657
|
if (basePath) {
|
|
@@ -2762,7 +2762,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2762
2762
|
class CampaignControllerService {
|
|
2763
2763
|
constructor(httpClient, basePath, configuration) {
|
|
2764
2764
|
this.httpClient = httpClient;
|
|
2765
|
-
this.basePath = 'https://
|
|
2765
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2766
2766
|
this.defaultHeaders = new HttpHeaders();
|
|
2767
2767
|
this.configuration = new Configuration();
|
|
2768
2768
|
if (basePath) {
|
|
@@ -3205,7 +3205,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3205
3205
|
class CatalogControllerService {
|
|
3206
3206
|
constructor(httpClient, basePath, configuration) {
|
|
3207
3207
|
this.httpClient = httpClient;
|
|
3208
|
-
this.basePath = 'https://
|
|
3208
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3209
3209
|
this.defaultHeaders = new HttpHeaders();
|
|
3210
3210
|
this.configuration = new Configuration();
|
|
3211
3211
|
if (basePath) {
|
|
@@ -3450,7 +3450,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3450
3450
|
class ClickDestinationControllerService {
|
|
3451
3451
|
constructor(httpClient, basePath, configuration) {
|
|
3452
3452
|
this.httpClient = httpClient;
|
|
3453
|
-
this.basePath = 'https://
|
|
3453
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3454
3454
|
this.defaultHeaders = new HttpHeaders();
|
|
3455
3455
|
this.configuration = new Configuration();
|
|
3456
3456
|
if (basePath) {
|
|
@@ -3669,214 +3669,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3669
3669
|
}] }];
|
|
3670
3670
|
} });
|
|
3671
3671
|
|
|
3672
|
-
/**
|
|
3673
|
-
* Api Documentation
|
|
3674
|
-
* Api Documentation
|
|
3675
|
-
*
|
|
3676
|
-
* OpenAPI spec version: 1.0
|
|
3677
|
-
*
|
|
3678
|
-
*
|
|
3679
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
3680
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
3681
|
-
* Do not edit the class manually.
|
|
3682
|
-
*/
|
|
3683
|
-
/* tslint:disable:no-unused-variable member-ordering */
|
|
3684
|
-
class CreativeAssetOptimizationControllerService {
|
|
3685
|
-
constructor(httpClient, basePath, configuration) {
|
|
3686
|
-
this.httpClient = httpClient;
|
|
3687
|
-
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
3688
|
-
this.defaultHeaders = new HttpHeaders();
|
|
3689
|
-
this.configuration = new Configuration();
|
|
3690
|
-
if (basePath) {
|
|
3691
|
-
this.basePath = basePath;
|
|
3692
|
-
}
|
|
3693
|
-
if (configuration) {
|
|
3694
|
-
this.configuration = configuration;
|
|
3695
|
-
this.basePath = basePath || configuration.basePath || this.basePath;
|
|
3696
|
-
}
|
|
3697
|
-
}
|
|
3698
|
-
/**
|
|
3699
|
-
* @param consumes string[] mime-types
|
|
3700
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
3701
|
-
*/
|
|
3702
|
-
canConsumeForm(consumes) {
|
|
3703
|
-
const form = 'multipart/form-data';
|
|
3704
|
-
for (const consume of consumes) {
|
|
3705
|
-
if (form === consume) {
|
|
3706
|
-
return true;
|
|
3707
|
-
}
|
|
3708
|
-
}
|
|
3709
|
-
return false;
|
|
3710
|
-
}
|
|
3711
|
-
getJobStatusUsingGET(jobId, reqId, token, observe = 'body', reportProgress = false) {
|
|
3712
|
-
if (jobId === null || jobId === undefined) {
|
|
3713
|
-
throw new Error('Required parameter jobId was null or undefined when calling getJobStatusUsingGET.');
|
|
3714
|
-
}
|
|
3715
|
-
let headers = this.defaultHeaders;
|
|
3716
|
-
if (reqId !== undefined && reqId !== null) {
|
|
3717
|
-
headers = headers.set('reqId', String(reqId));
|
|
3718
|
-
}
|
|
3719
|
-
if (token !== undefined && token !== null) {
|
|
3720
|
-
headers = headers.set('token', String(token));
|
|
3721
|
-
}
|
|
3722
|
-
// to determine the Accept header
|
|
3723
|
-
let httpHeaderAccepts = [
|
|
3724
|
-
'application/json'
|
|
3725
|
-
];
|
|
3726
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3727
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
3728
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3729
|
-
}
|
|
3730
|
-
// to determine the Content-Type header
|
|
3731
|
-
const consumes = [];
|
|
3732
|
-
return this.httpClient.get(`${this.basePath}/v2/api/creativesets/v2/jobs/${encodeURIComponent(String(jobId))}`, {
|
|
3733
|
-
withCredentials: this.configuration.withCredentials,
|
|
3734
|
-
headers: headers,
|
|
3735
|
-
observe: observe,
|
|
3736
|
-
reportProgress: reportProgress
|
|
3737
|
-
});
|
|
3738
|
-
}
|
|
3739
|
-
getSizeMappingConfigUsingGET(creativeType, reqId, token, observe = 'body', reportProgress = false) {
|
|
3740
|
-
if (creativeType === null || creativeType === undefined) {
|
|
3741
|
-
throw new Error('Required parameter creativeType was null or undefined when calling getSizeMappingConfigUsingGET.');
|
|
3742
|
-
}
|
|
3743
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3744
|
-
if (creativeType !== undefined && creativeType !== null) {
|
|
3745
|
-
queryParameters = queryParameters.set('creativeType', creativeType);
|
|
3746
|
-
}
|
|
3747
|
-
let headers = this.defaultHeaders;
|
|
3748
|
-
if (reqId !== undefined && reqId !== null) {
|
|
3749
|
-
headers = headers.set('reqId', String(reqId));
|
|
3750
|
-
}
|
|
3751
|
-
if (token !== undefined && token !== null) {
|
|
3752
|
-
headers = headers.set('token', String(token));
|
|
3753
|
-
}
|
|
3754
|
-
// to determine the Accept header
|
|
3755
|
-
let httpHeaderAccepts = [
|
|
3756
|
-
'application/json'
|
|
3757
|
-
];
|
|
3758
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3759
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
3760
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3761
|
-
}
|
|
3762
|
-
// to determine the Content-Type header
|
|
3763
|
-
const consumes = [];
|
|
3764
|
-
return this.httpClient.get(`${this.basePath}/v2/api/creativesets/v2/size-mapping-config`, {
|
|
3765
|
-
params: queryParameters,
|
|
3766
|
-
withCredentials: this.configuration.withCredentials,
|
|
3767
|
-
headers: headers,
|
|
3768
|
-
observe: observe,
|
|
3769
|
-
reportProgress: reportProgress
|
|
3770
|
-
});
|
|
3771
|
-
}
|
|
3772
|
-
saveUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
|
|
3773
|
-
if (request === null || request === undefined) {
|
|
3774
|
-
throw new Error('Required parameter request was null or undefined when calling saveUsingPOST.');
|
|
3775
|
-
}
|
|
3776
|
-
let headers = this.defaultHeaders;
|
|
3777
|
-
if (reqId !== undefined && reqId !== null) {
|
|
3778
|
-
headers = headers.set('reqId', String(reqId));
|
|
3779
|
-
}
|
|
3780
|
-
if (token !== undefined && token !== null) {
|
|
3781
|
-
headers = headers.set('token', String(token));
|
|
3782
|
-
}
|
|
3783
|
-
// to determine the Accept header
|
|
3784
|
-
let httpHeaderAccepts = [
|
|
3785
|
-
'application/json'
|
|
3786
|
-
];
|
|
3787
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3788
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
3789
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3790
|
-
}
|
|
3791
|
-
// to determine the Content-Type header
|
|
3792
|
-
const consumes = [
|
|
3793
|
-
'application/json'
|
|
3794
|
-
];
|
|
3795
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3796
|
-
if (httpContentTypeSelected != undefined) {
|
|
3797
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3798
|
-
}
|
|
3799
|
-
return this.httpClient.post(`${this.basePath}/v2/api/creativesets/v2/save`, request, {
|
|
3800
|
-
withCredentials: this.configuration.withCredentials,
|
|
3801
|
-
headers: headers,
|
|
3802
|
-
observe: observe,
|
|
3803
|
-
reportProgress: reportProgress
|
|
3804
|
-
});
|
|
3805
|
-
}
|
|
3806
|
-
uploadUsingPOST(advertiserId, creativeSetType, file, reqId, token, observe = 'body', reportProgress = false) {
|
|
3807
|
-
if (advertiserId === null || advertiserId === undefined) {
|
|
3808
|
-
throw new Error('Required parameter advertiserId was null or undefined when calling uploadUsingPOST.');
|
|
3809
|
-
}
|
|
3810
|
-
if (creativeSetType === null || creativeSetType === undefined) {
|
|
3811
|
-
throw new Error('Required parameter creativeSetType was null or undefined when calling uploadUsingPOST.');
|
|
3812
|
-
}
|
|
3813
|
-
if (file === null || file === undefined) {
|
|
3814
|
-
throw new Error('Required parameter file was null or undefined when calling uploadUsingPOST.');
|
|
3815
|
-
}
|
|
3816
|
-
let headers = this.defaultHeaders;
|
|
3817
|
-
if (reqId !== undefined && reqId !== null) {
|
|
3818
|
-
headers = headers.set('reqId', String(reqId));
|
|
3819
|
-
}
|
|
3820
|
-
if (token !== undefined && token !== null) {
|
|
3821
|
-
headers = headers.set('token', String(token));
|
|
3822
|
-
}
|
|
3823
|
-
// to determine the Accept header
|
|
3824
|
-
let httpHeaderAccepts = [
|
|
3825
|
-
'application/json'
|
|
3826
|
-
];
|
|
3827
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3828
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
3829
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3830
|
-
}
|
|
3831
|
-
// to determine the Content-Type header
|
|
3832
|
-
const consumes = [
|
|
3833
|
-
'multipart/form-data'
|
|
3834
|
-
];
|
|
3835
|
-
const canConsumeForm = this.canConsumeForm(consumes);
|
|
3836
|
-
let formParams;
|
|
3837
|
-
let useForm = false;
|
|
3838
|
-
let convertFormParamsToString = false;
|
|
3839
|
-
// use FormData to transmit files using content-type "multipart/form-data"
|
|
3840
|
-
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
3841
|
-
useForm = canConsumeForm;
|
|
3842
|
-
if (useForm) {
|
|
3843
|
-
formParams = new FormData();
|
|
3844
|
-
}
|
|
3845
|
-
else {
|
|
3846
|
-
formParams = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3847
|
-
}
|
|
3848
|
-
if (advertiserId !== undefined) {
|
|
3849
|
-
formParams = formParams.append('advertiserId', advertiserId) || formParams;
|
|
3850
|
-
}
|
|
3851
|
-
if (creativeSetType !== undefined) {
|
|
3852
|
-
formParams = formParams.append('creativeSetType', creativeSetType) || formParams;
|
|
3853
|
-
}
|
|
3854
|
-
if (file !== undefined) {
|
|
3855
|
-
formParams = formParams.append('file', file) || formParams;
|
|
3856
|
-
}
|
|
3857
|
-
return this.httpClient.post(`${this.basePath}/v2/api/creativesets/v2/upload`, convertFormParamsToString ? formParams.toString() : formParams, {
|
|
3858
|
-
withCredentials: this.configuration.withCredentials,
|
|
3859
|
-
headers: headers,
|
|
3860
|
-
observe: observe,
|
|
3861
|
-
reportProgress: reportProgress
|
|
3862
|
-
});
|
|
3863
|
-
}
|
|
3864
|
-
}
|
|
3865
|
-
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 });
|
|
3866
|
-
CreativeAssetOptimizationControllerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CreativeAssetOptimizationControllerService });
|
|
3867
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CreativeAssetOptimizationControllerService, decorators: [{
|
|
3868
|
-
type: Injectable
|
|
3869
|
-
}], ctorParameters: function () {
|
|
3870
|
-
return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
3871
|
-
type: Optional
|
|
3872
|
-
}, {
|
|
3873
|
-
type: Inject,
|
|
3874
|
-
args: [BASE_PATH]
|
|
3875
|
-
}] }, { type: Configuration, decorators: [{
|
|
3876
|
-
type: Optional
|
|
3877
|
-
}] }];
|
|
3878
|
-
} });
|
|
3879
|
-
|
|
3880
3672
|
/**
|
|
3881
3673
|
* Api Documentation
|
|
3882
3674
|
* Api Documentation
|
|
@@ -3892,7 +3684,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3892
3684
|
class CreativeControllerService {
|
|
3893
3685
|
constructor(httpClient, basePath, configuration) {
|
|
3894
3686
|
this.httpClient = httpClient;
|
|
3895
|
-
this.basePath = 'https://
|
|
3687
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3896
3688
|
this.defaultHeaders = new HttpHeaders();
|
|
3897
3689
|
this.configuration = new Configuration();
|
|
3898
3690
|
if (basePath) {
|
|
@@ -4497,7 +4289,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4497
4289
|
class CreativeSetsControllerService {
|
|
4498
4290
|
constructor(httpClient, basePath, configuration) {
|
|
4499
4291
|
this.httpClient = httpClient;
|
|
4500
|
-
this.basePath = 'https://
|
|
4292
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4501
4293
|
this.defaultHeaders = new HttpHeaders();
|
|
4502
4294
|
this.configuration = new Configuration();
|
|
4503
4295
|
if (basePath) {
|
|
@@ -5145,7 +4937,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5145
4937
|
class CreativeTemplateThemesControllerService {
|
|
5146
4938
|
constructor(httpClient, basePath, configuration) {
|
|
5147
4939
|
this.httpClient = httpClient;
|
|
5148
|
-
this.basePath = 'https://
|
|
4940
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5149
4941
|
this.defaultHeaders = new HttpHeaders();
|
|
5150
4942
|
this.configuration = new Configuration();
|
|
5151
4943
|
if (basePath) {
|
|
@@ -5332,7 +5124,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5332
5124
|
class CreativeTemplateVariablesControllerService {
|
|
5333
5125
|
constructor(httpClient, basePath, configuration) {
|
|
5334
5126
|
this.httpClient = httpClient;
|
|
5335
|
-
this.basePath = 'https://
|
|
5127
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5336
5128
|
this.defaultHeaders = new HttpHeaders();
|
|
5337
5129
|
this.configuration = new Configuration();
|
|
5338
5130
|
if (basePath) {
|
|
@@ -5412,7 +5204,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5412
5204
|
class CreativeTemplatesControllerService {
|
|
5413
5205
|
constructor(httpClient, basePath, configuration) {
|
|
5414
5206
|
this.httpClient = httpClient;
|
|
5415
|
-
this.basePath = 'https://
|
|
5207
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5416
5208
|
this.defaultHeaders = new HttpHeaders();
|
|
5417
5209
|
this.configuration = new Configuration();
|
|
5418
5210
|
if (basePath) {
|
|
@@ -5579,7 +5371,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5579
5371
|
class CustomerReportingControllerService {
|
|
5580
5372
|
constructor(httpClient, basePath, configuration) {
|
|
5581
5373
|
this.httpClient = httpClient;
|
|
5582
|
-
this.basePath = 'https://
|
|
5374
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5583
5375
|
this.defaultHeaders = new HttpHeaders();
|
|
5584
5376
|
this.configuration = new Configuration();
|
|
5585
5377
|
if (basePath) {
|
|
@@ -5744,7 +5536,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5744
5536
|
class DCOVideoSettingsControllerService {
|
|
5745
5537
|
constructor(httpClient, basePath, configuration) {
|
|
5746
5538
|
this.httpClient = httpClient;
|
|
5747
|
-
this.basePath = 'https://
|
|
5539
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5748
5540
|
this.defaultHeaders = new HttpHeaders();
|
|
5749
5541
|
this.configuration = new Configuration();
|
|
5750
5542
|
if (basePath) {
|
|
@@ -6312,7 +6104,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6312
6104
|
class DashboardControllerService {
|
|
6313
6105
|
constructor(httpClient, basePath, configuration) {
|
|
6314
6106
|
this.httpClient = httpClient;
|
|
6315
|
-
this.basePath = 'https://
|
|
6107
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6316
6108
|
this.defaultHeaders = new HttpHeaders();
|
|
6317
6109
|
this.configuration = new Configuration();
|
|
6318
6110
|
if (basePath) {
|
|
@@ -6972,7 +6764,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6972
6764
|
class ExperimentsControllerService {
|
|
6973
6765
|
constructor(httpClient, basePath, configuration) {
|
|
6974
6766
|
this.httpClient = httpClient;
|
|
6975
|
-
this.basePath = 'https://
|
|
6767
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6976
6768
|
this.defaultHeaders = new HttpHeaders();
|
|
6977
6769
|
this.configuration = new Configuration();
|
|
6978
6770
|
if (basePath) {
|
|
@@ -7701,7 +7493,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7701
7493
|
class NotificationsControllerService {
|
|
7702
7494
|
constructor(httpClient, basePath, configuration) {
|
|
7703
7495
|
this.httpClient = httpClient;
|
|
7704
|
-
this.basePath = 'https://
|
|
7496
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
7705
7497
|
this.defaultHeaders = new HttpHeaders();
|
|
7706
7498
|
this.configuration = new Configuration();
|
|
7707
7499
|
if (basePath) {
|
|
@@ -7916,7 +7708,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7916
7708
|
class PixelControllerService {
|
|
7917
7709
|
constructor(httpClient, basePath, configuration) {
|
|
7918
7710
|
this.httpClient = httpClient;
|
|
7919
|
-
this.basePath = 'https://
|
|
7711
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
7920
7712
|
this.defaultHeaders = new HttpHeaders();
|
|
7921
7713
|
this.configuration = new Configuration();
|
|
7922
7714
|
if (basePath) {
|
|
@@ -8225,7 +8017,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8225
8017
|
class ReportControllerService {
|
|
8226
8018
|
constructor(httpClient, basePath, configuration) {
|
|
8227
8019
|
this.httpClient = httpClient;
|
|
8228
|
-
this.basePath = 'https://
|
|
8020
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
8229
8021
|
this.defaultHeaders = new HttpHeaders();
|
|
8230
8022
|
this.configuration = new Configuration();
|
|
8231
8023
|
if (basePath) {
|
|
@@ -8364,7 +8156,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8364
8156
|
class ReportingControllerService {
|
|
8365
8157
|
constructor(httpClient, basePath, configuration) {
|
|
8366
8158
|
this.httpClient = httpClient;
|
|
8367
|
-
this.basePath = 'https://
|
|
8159
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
8368
8160
|
this.defaultHeaders = new HttpHeaders();
|
|
8369
8161
|
this.configuration = new Configuration();
|
|
8370
8162
|
if (basePath) {
|
|
@@ -8536,7 +8328,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8536
8328
|
class ReportingSchedulerControllerService {
|
|
8537
8329
|
constructor(httpClient, basePath, configuration) {
|
|
8538
8330
|
this.httpClient = httpClient;
|
|
8539
|
-
this.basePath = 'https://
|
|
8331
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
8540
8332
|
this.defaultHeaders = new HttpHeaders();
|
|
8541
8333
|
this.configuration = new Configuration();
|
|
8542
8334
|
if (basePath) {
|
|
@@ -8853,7 +8645,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8853
8645
|
class SafeguardControllerService {
|
|
8854
8646
|
constructor(httpClient, basePath, configuration) {
|
|
8855
8647
|
this.httpClient = httpClient;
|
|
8856
|
-
this.basePath = 'https://
|
|
8648
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
8857
8649
|
this.defaultHeaders = new HttpHeaders();
|
|
8858
8650
|
this.configuration = new Configuration();
|
|
8859
8651
|
if (basePath) {
|
|
@@ -9349,7 +9141,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9349
9141
|
class SliceXControllerService {
|
|
9350
9142
|
constructor(httpClient, basePath, configuration) {
|
|
9351
9143
|
this.httpClient = httpClient;
|
|
9352
|
-
this.basePath = 'https://
|
|
9144
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
9353
9145
|
this.defaultHeaders = new HttpHeaders();
|
|
9354
9146
|
this.configuration = new Configuration();
|
|
9355
9147
|
if (basePath) {
|
|
@@ -9755,7 +9547,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9755
9547
|
class StrategyControllerService {
|
|
9756
9548
|
constructor(httpClient, basePath, configuration) {
|
|
9757
9549
|
this.httpClient = httpClient;
|
|
9758
|
-
this.basePath = 'https://
|
|
9550
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
9759
9551
|
this.defaultHeaders = new HttpHeaders();
|
|
9760
9552
|
this.configuration = new Configuration();
|
|
9761
9553
|
if (basePath) {
|
|
@@ -10959,7 +10751,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10959
10751
|
class StrategyTemplateControllerService {
|
|
10960
10752
|
constructor(httpClient, basePath, configuration) {
|
|
10961
10753
|
this.httpClient = httpClient;
|
|
10962
|
-
this.basePath = 'https://
|
|
10754
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
10963
10755
|
this.defaultHeaders = new HttpHeaders();
|
|
10964
10756
|
this.configuration = new Configuration();
|
|
10965
10757
|
if (basePath) {
|
|
@@ -11083,7 +10875,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
11083
10875
|
class UILoggerControllerService {
|
|
11084
10876
|
constructor(httpClient, basePath, configuration) {
|
|
11085
10877
|
this.httpClient = httpClient;
|
|
11086
|
-
this.basePath = 'https://
|
|
10878
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
11087
10879
|
this.defaultHeaders = new HttpHeaders();
|
|
11088
10880
|
this.configuration = new Configuration();
|
|
11089
10881
|
if (basePath) {
|
|
@@ -11177,7 +10969,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
11177
10969
|
class UserPreferenceControllerService {
|
|
11178
10970
|
constructor(httpClient, basePath, configuration) {
|
|
11179
10971
|
this.httpClient = httpClient;
|
|
11180
|
-
this.basePath = 'https://
|
|
10972
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
11181
10973
|
this.defaultHeaders = new HttpHeaders();
|
|
11182
10974
|
this.configuration = new Configuration();
|
|
11183
10975
|
if (basePath) {
|
|
@@ -11338,7 +11130,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
11338
11130
|
}] }];
|
|
11339
11131
|
} });
|
|
11340
11132
|
|
|
11341
|
-
const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AppsFlyerControllerService, AudienceControllerService, AuditControllerService, BidFunnelControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService,
|
|
11133
|
+
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];
|
|
11342
11134
|
|
|
11343
11135
|
var ABTestingDTO;
|
|
11344
11136
|
(function (ABTestingDTO) {
|
|
@@ -11441,8 +11233,7 @@ var AdvertiserAppSettingsDTO;
|
|
|
11441
11233
|
CREATIVENAMEFORMAT: 'CREATIVE_NAME_FORMAT',
|
|
11442
11234
|
CLICKSIGNING: 'CLICK_SIGNING',
|
|
11443
11235
|
SLACKCHANNELID: 'SLACK_CHANNEL_ID',
|
|
11444
|
-
ENABLEAUDITLOGSREPORT: 'ENABLE_AUDIT_LOGS_REPORT'
|
|
11445
|
-
CREATIVEBORDERTYPE: 'CREATIVE_BORDER_TYPE'
|
|
11236
|
+
ENABLEAUDITLOGSREPORT: 'ENABLE_AUDIT_LOGS_REPORT'
|
|
11446
11237
|
};
|
|
11447
11238
|
AdvertiserAppSettingsDTO.TypeEnum = {
|
|
11448
11239
|
BOOLEAN: 'BOOLEAN',
|
|
@@ -11483,15 +11274,6 @@ var AdvertiserCohortResponse;
|
|
|
11483
11274
|
};
|
|
11484
11275
|
})(AdvertiserCohortResponse || (AdvertiserCohortResponse = {}));
|
|
11485
11276
|
|
|
11486
|
-
var AdvertiserSettings;
|
|
11487
|
-
(function (AdvertiserSettings) {
|
|
11488
|
-
AdvertiserSettings.CreativeBorderTypeEnum = {
|
|
11489
|
-
NONE: 'NONE',
|
|
11490
|
-
BLACK: 'BLACK',
|
|
11491
|
-
BLUR: 'BLUR'
|
|
11492
|
-
};
|
|
11493
|
-
})(AdvertiserSettings || (AdvertiserSettings = {}));
|
|
11494
|
-
|
|
11495
11277
|
var AppSettingsDTO;
|
|
11496
11278
|
(function (AppSettingsDTO) {
|
|
11497
11279
|
AppSettingsDTO.SettingsKeyEnum = {
|
|
@@ -11502,8 +11284,7 @@ var AppSettingsDTO;
|
|
|
11502
11284
|
CREATIVENAMEFORMAT: 'CREATIVE_NAME_FORMAT',
|
|
11503
11285
|
CLICKSIGNING: 'CLICK_SIGNING',
|
|
11504
11286
|
SLACKCHANNELID: 'SLACK_CHANNEL_ID',
|
|
11505
|
-
ENABLEAUDITLOGSREPORT: 'ENABLE_AUDIT_LOGS_REPORT'
|
|
11506
|
-
CREATIVEBORDERTYPE: 'CREATIVE_BORDER_TYPE'
|
|
11287
|
+
ENABLEAUDITLOGSREPORT: 'ENABLE_AUDIT_LOGS_REPORT'
|
|
11507
11288
|
};
|
|
11508
11289
|
AppSettingsDTO.SettingsTypeEnum = {
|
|
11509
11290
|
BOOLEAN: 'BOOLEAN',
|
|
@@ -11733,49 +11514,6 @@ var CohortCampaignStrategyDO;
|
|
|
11733
11514
|
};
|
|
11734
11515
|
})(CohortCampaignStrategyDO || (CohortCampaignStrategyDO = {}));
|
|
11735
11516
|
|
|
11736
|
-
var CreativeAssetOptimizationRequest;
|
|
11737
|
-
(function (CreativeAssetOptimizationRequest) {
|
|
11738
|
-
CreativeAssetOptimizationRequest.CreativeSetTypeEnum = {
|
|
11739
|
-
IMAGE: 'IMAGE',
|
|
11740
|
-
VIDEO: 'VIDEO',
|
|
11741
|
-
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
11742
|
-
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
11743
|
-
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
11744
|
-
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
11745
|
-
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
11746
|
-
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
11747
|
-
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
11748
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
11749
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
11750
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
11751
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
11752
|
-
NATIVEICON: 'NATIVE_ICON',
|
|
11753
|
-
ICON: 'ICON',
|
|
11754
|
-
CTVVIDEO: 'CTV_VIDEO',
|
|
11755
|
-
PLAYABLE: 'PLAYABLE'
|
|
11756
|
-
};
|
|
11757
|
-
})(CreativeAssetOptimizationRequest || (CreativeAssetOptimizationRequest = {}));
|
|
11758
|
-
|
|
11759
|
-
/**
|
|
11760
|
-
* Api Documentation
|
|
11761
|
-
* Api Documentation
|
|
11762
|
-
*
|
|
11763
|
-
* OpenAPI spec version: 1.0
|
|
11764
|
-
*
|
|
11765
|
-
*
|
|
11766
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11767
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
11768
|
-
* Do not edit the class manually.
|
|
11769
|
-
*/
|
|
11770
|
-
var CreativeAssetUploadResponse;
|
|
11771
|
-
(function (CreativeAssetUploadResponse) {
|
|
11772
|
-
CreativeAssetUploadResponse.WarningCodeEnum = {
|
|
11773
|
-
INVALIDSIZE: 'INVALID_SIZE',
|
|
11774
|
-
ASPECTRATIOMISMATCH: 'ASPECT_RATIO_MISMATCH',
|
|
11775
|
-
LOWRESOLUTIONUPLOAD: 'LOW_RESOLUTION_UPLOAD'
|
|
11776
|
-
};
|
|
11777
|
-
})(CreativeAssetUploadResponse || (CreativeAssetUploadResponse = {}));
|
|
11778
|
-
|
|
11779
11517
|
var CreativeCompactDTO;
|
|
11780
11518
|
(function (CreativeCompactDTO) {
|
|
11781
11519
|
CreativeCompactDTO.TypeEnum = {
|
|
@@ -11800,11 +11538,6 @@ var CreativeCompactDTO;
|
|
|
11800
11538
|
|
|
11801
11539
|
var CreativeDTO;
|
|
11802
11540
|
(function (CreativeDTO) {
|
|
11803
|
-
CreativeDTO.BorderTypeEnum = {
|
|
11804
|
-
NONE: 'NONE',
|
|
11805
|
-
BLACK: 'BLACK',
|
|
11806
|
-
BLUR: 'BLUR'
|
|
11807
|
-
};
|
|
11808
11541
|
CreativeDTO.ContentTypeEnum = {
|
|
11809
11542
|
ZIP: 'ZIP',
|
|
11810
11543
|
JPG: 'JPG',
|
|
@@ -11873,11 +11606,6 @@ var CreativeDetails;
|
|
|
11873
11606
|
|
|
11874
11607
|
var CreativeEntity;
|
|
11875
11608
|
(function (CreativeEntity) {
|
|
11876
|
-
CreativeEntity.BorderTypeEnum = {
|
|
11877
|
-
NONE: 'NONE',
|
|
11878
|
-
BLACK: 'BLACK',
|
|
11879
|
-
BLUR: 'BLUR'
|
|
11880
|
-
};
|
|
11881
11609
|
CreativeEntity.HybridAdTypeEnum = {
|
|
11882
11610
|
STATIC: 'STATIC',
|
|
11883
11611
|
DYNAMIC: 'DYNAMIC'
|
|
@@ -12119,44 +11847,6 @@ var CreativeSetResponse;
|
|
|
12119
11847
|
};
|
|
12120
11848
|
})(CreativeSetResponse || (CreativeSetResponse = {}));
|
|
12121
11849
|
|
|
12122
|
-
/**
|
|
12123
|
-
* Api Documentation
|
|
12124
|
-
* Api Documentation
|
|
12125
|
-
*
|
|
12126
|
-
* OpenAPI spec version: 1.0
|
|
12127
|
-
*
|
|
12128
|
-
*
|
|
12129
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12130
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12131
|
-
* Do not edit the class manually.
|
|
12132
|
-
*/
|
|
12133
|
-
var CreativeSizeMappingDTO;
|
|
12134
|
-
(function (CreativeSizeMappingDTO) {
|
|
12135
|
-
CreativeSizeMappingDTO.CreativeTypeEnum = {
|
|
12136
|
-
IMAGE: 'IMAGE',
|
|
12137
|
-
VIDEO: 'VIDEO',
|
|
12138
|
-
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
12139
|
-
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
12140
|
-
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
12141
|
-
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
12142
|
-
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
12143
|
-
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
12144
|
-
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
12145
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
12146
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
12147
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
12148
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
12149
|
-
NATIVEICON: 'NATIVE_ICON',
|
|
12150
|
-
ICON: 'ICON',
|
|
12151
|
-
CTVVIDEO: 'CTV_VIDEO',
|
|
12152
|
-
PLAYABLE: 'PLAYABLE'
|
|
12153
|
-
};
|
|
12154
|
-
CreativeSizeMappingDTO.MappingTypeEnum = {
|
|
12155
|
-
EXACTFIT: 'EXACT_FIT',
|
|
12156
|
-
BORDER: 'BORDER'
|
|
12157
|
-
};
|
|
12158
|
-
})(CreativeSizeMappingDTO || (CreativeSizeMappingDTO = {}));
|
|
12159
|
-
|
|
12160
11850
|
/**
|
|
12161
11851
|
* Api Documentation
|
|
12162
11852
|
* Api Documentation
|
|
@@ -12287,25 +11977,6 @@ var DynamicVideoConfigDTO;
|
|
|
12287
11977
|
};
|
|
12288
11978
|
})(DynamicVideoConfigDTO || (DynamicVideoConfigDTO = {}));
|
|
12289
11979
|
|
|
12290
|
-
/**
|
|
12291
|
-
* Api Documentation
|
|
12292
|
-
* Api Documentation
|
|
12293
|
-
*
|
|
12294
|
-
* OpenAPI spec version: 1.0
|
|
12295
|
-
*
|
|
12296
|
-
*
|
|
12297
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12298
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12299
|
-
* Do not edit the class manually.
|
|
12300
|
-
*/
|
|
12301
|
-
var EndCardSelectionDTO;
|
|
12302
|
-
(function (EndCardSelectionDTO) {
|
|
12303
|
-
EndCardSelectionDTO.EndCardTypeEnum = {
|
|
12304
|
-
IMAGE: 'IMAGE',
|
|
12305
|
-
HTML: 'HTML'
|
|
12306
|
-
};
|
|
12307
|
-
})(EndCardSelectionDTO || (EndCardSelectionDTO = {}));
|
|
12308
|
-
|
|
12309
11980
|
/**
|
|
12310
11981
|
* Api Documentation
|
|
12311
11982
|
* Api Documentation
|
|
@@ -12549,38 +12220,6 @@ var NotificationResponse;
|
|
|
12549
12220
|
};
|
|
12550
12221
|
})(NotificationResponse || (NotificationResponse = {}));
|
|
12551
12222
|
|
|
12552
|
-
/**
|
|
12553
|
-
* Api Documentation
|
|
12554
|
-
* Api Documentation
|
|
12555
|
-
*
|
|
12556
|
-
* OpenAPI spec version: 1.0
|
|
12557
|
-
*
|
|
12558
|
-
*
|
|
12559
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12560
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12561
|
-
* Do not edit the class manually.
|
|
12562
|
-
*/
|
|
12563
|
-
var OptimizationJobItemStatusDTO;
|
|
12564
|
-
(function (OptimizationJobItemStatusDTO) {
|
|
12565
|
-
OptimizationJobItemStatusDTO.StatusEnum = {
|
|
12566
|
-
PENDING: 'PENDING',
|
|
12567
|
-
PROCESSING: 'PROCESSING',
|
|
12568
|
-
COMPLETED: 'COMPLETED',
|
|
12569
|
-
FAILED: 'FAILED'
|
|
12570
|
-
};
|
|
12571
|
-
})(OptimizationJobItemStatusDTO || (OptimizationJobItemStatusDTO = {}));
|
|
12572
|
-
|
|
12573
|
-
var OptimizationJobStatusResponse;
|
|
12574
|
-
(function (OptimizationJobStatusResponse) {
|
|
12575
|
-
OptimizationJobStatusResponse.StatusEnum = {
|
|
12576
|
-
PENDING: 'PENDING',
|
|
12577
|
-
PROCESSING: 'PROCESSING',
|
|
12578
|
-
COMPLETED: 'COMPLETED',
|
|
12579
|
-
COMPLETEDWITHERRORS: 'COMPLETED_WITH_ERRORS',
|
|
12580
|
-
FAILED: 'FAILED'
|
|
12581
|
-
};
|
|
12582
|
-
})(OptimizationJobStatusResponse || (OptimizationJobStatusResponse = {}));
|
|
12583
|
-
|
|
12584
12223
|
var OptimizationRuleAuditLogDTO;
|
|
12585
12224
|
(function (OptimizationRuleAuditLogDTO) {
|
|
12586
12225
|
OptimizationRuleAuditLogDTO.StateEnum = {
|
|
@@ -12921,30 +12560,6 @@ var SchedulerRequest;
|
|
|
12921
12560
|
};
|
|
12922
12561
|
})(SchedulerRequest || (SchedulerRequest = {}));
|
|
12923
12562
|
|
|
12924
|
-
/**
|
|
12925
|
-
* Api Documentation
|
|
12926
|
-
* Api Documentation
|
|
12927
|
-
*
|
|
12928
|
-
* OpenAPI spec version: 1.0
|
|
12929
|
-
*
|
|
12930
|
-
*
|
|
12931
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12932
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12933
|
-
* Do not edit the class manually.
|
|
12934
|
-
*/
|
|
12935
|
-
var SelectedTargetDTO;
|
|
12936
|
-
(function (SelectedTargetDTO) {
|
|
12937
|
-
SelectedTargetDTO.BorderTypeEnum = {
|
|
12938
|
-
NONE: 'NONE',
|
|
12939
|
-
BLACK: 'BLACK',
|
|
12940
|
-
BLUR: 'BLUR'
|
|
12941
|
-
};
|
|
12942
|
-
SelectedTargetDTO.MappingTypeEnum = {
|
|
12943
|
-
EXACTFIT: 'EXACT_FIT',
|
|
12944
|
-
BORDER: 'BORDER'
|
|
12945
|
-
};
|
|
12946
|
-
})(SelectedTargetDTO || (SelectedTargetDTO = {}));
|
|
12947
|
-
|
|
12948
12563
|
var StrategyDTO;
|
|
12949
12564
|
(function (StrategyDTO) {
|
|
12950
12565
|
StrategyDTO.AuctionTypeTargetingEnum = {
|
|
@@ -13131,11 +12746,6 @@ var VastCreative;
|
|
|
13131
12746
|
*/
|
|
13132
12747
|
var VideoAttributes;
|
|
13133
12748
|
(function (VideoAttributes) {
|
|
13134
|
-
VideoAttributes.BorderTypeEnum = {
|
|
13135
|
-
NONE: 'NONE',
|
|
13136
|
-
BLACK: 'BLACK',
|
|
13137
|
-
BLUR: 'BLUR'
|
|
13138
|
-
};
|
|
13139
12749
|
VideoAttributes.CompanionContentTypeEnum = {
|
|
13140
12750
|
ZIP: 'ZIP',
|
|
13141
12751
|
JPG: 'JPG',
|
|
@@ -13250,7 +12860,6 @@ ApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
|
13250
12860
|
CampaignControllerService,
|
|
13251
12861
|
CatalogControllerService,
|
|
13252
12862
|
ClickDestinationControllerService,
|
|
13253
|
-
CreativeAssetOptimizationControllerService,
|
|
13254
12863
|
CreativeControllerService,
|
|
13255
12864
|
CreativeSetsControllerService,
|
|
13256
12865
|
CreativeTemplateThemesControllerService,
|
|
@@ -13291,7 +12900,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
13291
12900
|
CampaignControllerService,
|
|
13292
12901
|
CatalogControllerService,
|
|
13293
12902
|
ClickDestinationControllerService,
|
|
13294
|
-
CreativeAssetOptimizationControllerService,
|
|
13295
12903
|
CreativeControllerService,
|
|
13296
12904
|
CreativeSetsControllerService,
|
|
13297
12905
|
CreativeTemplateThemesControllerService,
|
|
@@ -13328,5 +12936,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
13328
12936
|
* Generated bundle index. Do not edit.
|
|
13329
12937
|
*/
|
|
13330
12938
|
|
|
13331
|
-
export { ABTestingDTO, ABTestingResponseDetails, ABTestingVariantDTO, APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserAppSettingsDTO, AdvertiserCohortDTO, AdvertiserCohortResponse, AdvertiserControllerService,
|
|
12939
|
+
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 };
|
|
13332
12940
|
//# sourceMappingURL=revxui-api-clients-ts.mjs.map
|