@revxui/api-clients-ts 1.1.485 → 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/api/creativeSetsController.service.d.ts +3 -3
- package/api/pixelController.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 +5 -5
- 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 +5 -5
- 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/creativeSetPerformanceList.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 +42 -471
- package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
- package/fesm2020/revxui-api-clients-ts.mjs +42 -469
- 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/creativeSetPerformanceList.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/creativeSetsV2Controller.service.d.ts +0 -97
- package/esm2020/api/creativeSetsV2Controller.service.mjs +0 -251
- 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 -32
- 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) {
|
|
@@ -3684,7 +3684,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3684
3684
|
class CreativeControllerService {
|
|
3685
3685
|
constructor(httpClient, basePath, configuration) {
|
|
3686
3686
|
this.httpClient = httpClient;
|
|
3687
|
-
this.basePath = 'https://
|
|
3687
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3688
3688
|
this.defaultHeaders = new HttpHeaders();
|
|
3689
3689
|
this.configuration = new Configuration();
|
|
3690
3690
|
if (basePath) {
|
|
@@ -4289,7 +4289,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4289
4289
|
class CreativeSetsControllerService {
|
|
4290
4290
|
constructor(httpClient, basePath, configuration) {
|
|
4291
4291
|
this.httpClient = httpClient;
|
|
4292
|
-
this.basePath = 'https://
|
|
4292
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4293
4293
|
this.defaultHeaders = new HttpHeaders();
|
|
4294
4294
|
this.configuration = new Configuration();
|
|
4295
4295
|
if (basePath) {
|
|
@@ -4869,12 +4869,12 @@ class CreativeSetsControllerService {
|
|
|
4869
4869
|
reportProgress: reportProgress
|
|
4870
4870
|
});
|
|
4871
4871
|
}
|
|
4872
|
-
|
|
4872
|
+
updateUsingPOST(creativeSetRequest, id, reqId, token, observe = 'body', reportProgress = false) {
|
|
4873
4873
|
if (creativeSetRequest === null || creativeSetRequest === undefined) {
|
|
4874
|
-
throw new Error('Required parameter creativeSetRequest was null or undefined when calling
|
|
4874
|
+
throw new Error('Required parameter creativeSetRequest was null or undefined when calling updateUsingPOST.');
|
|
4875
4875
|
}
|
|
4876
4876
|
if (id === null || id === undefined) {
|
|
4877
|
-
throw new Error('Required parameter id was null or undefined when calling
|
|
4877
|
+
throw new Error('Required parameter id was null or undefined when calling updateUsingPOST.');
|
|
4878
4878
|
}
|
|
4879
4879
|
let headers = this.defaultHeaders;
|
|
4880
4880
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -4922,251 +4922,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4922
4922
|
}] }];
|
|
4923
4923
|
} });
|
|
4924
4924
|
|
|
4925
|
-
/**
|
|
4926
|
-
* Api Documentation
|
|
4927
|
-
* Api Documentation
|
|
4928
|
-
*
|
|
4929
|
-
* OpenAPI spec version: 1.0
|
|
4930
|
-
*
|
|
4931
|
-
*
|
|
4932
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
4933
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
4934
|
-
* Do not edit the class manually.
|
|
4935
|
-
*/
|
|
4936
|
-
/* tslint:disable:no-unused-variable member-ordering */
|
|
4937
|
-
class CreativeSetsV2ControllerService {
|
|
4938
|
-
constructor(httpClient, basePath, configuration) {
|
|
4939
|
-
this.httpClient = httpClient;
|
|
4940
|
-
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
4941
|
-
this.defaultHeaders = new HttpHeaders();
|
|
4942
|
-
this.configuration = new Configuration();
|
|
4943
|
-
if (basePath) {
|
|
4944
|
-
this.basePath = basePath;
|
|
4945
|
-
}
|
|
4946
|
-
if (configuration) {
|
|
4947
|
-
this.configuration = configuration;
|
|
4948
|
-
this.basePath = basePath || configuration.basePath || this.basePath;
|
|
4949
|
-
}
|
|
4950
|
-
}
|
|
4951
|
-
/**
|
|
4952
|
-
* @param consumes string[] mime-types
|
|
4953
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
4954
|
-
*/
|
|
4955
|
-
canConsumeForm(consumes) {
|
|
4956
|
-
const form = 'multipart/form-data';
|
|
4957
|
-
for (const consume of consumes) {
|
|
4958
|
-
if (form === consume) {
|
|
4959
|
-
return true;
|
|
4960
|
-
}
|
|
4961
|
-
}
|
|
4962
|
-
return false;
|
|
4963
|
-
}
|
|
4964
|
-
getJobStatusUsingGET(jobId, reqId, token, observe = 'body', reportProgress = false) {
|
|
4965
|
-
if (jobId === null || jobId === undefined) {
|
|
4966
|
-
throw new Error('Required parameter jobId was null or undefined when calling getJobStatusUsingGET.');
|
|
4967
|
-
}
|
|
4968
|
-
let headers = this.defaultHeaders;
|
|
4969
|
-
if (reqId !== undefined && reqId !== null) {
|
|
4970
|
-
headers = headers.set('reqId', String(reqId));
|
|
4971
|
-
}
|
|
4972
|
-
if (token !== undefined && token !== null) {
|
|
4973
|
-
headers = headers.set('token', String(token));
|
|
4974
|
-
}
|
|
4975
|
-
// to determine the Accept header
|
|
4976
|
-
let httpHeaderAccepts = [
|
|
4977
|
-
'application/json'
|
|
4978
|
-
];
|
|
4979
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
4980
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
4981
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
4982
|
-
}
|
|
4983
|
-
// to determine the Content-Type header
|
|
4984
|
-
const consumes = [];
|
|
4985
|
-
return this.httpClient.get(`${this.basePath}/v2/api/creativesets/v2/jobs/${encodeURIComponent(String(jobId))}`, {
|
|
4986
|
-
withCredentials: this.configuration.withCredentials,
|
|
4987
|
-
headers: headers,
|
|
4988
|
-
observe: observe,
|
|
4989
|
-
reportProgress: reportProgress
|
|
4990
|
-
});
|
|
4991
|
-
}
|
|
4992
|
-
getSizeMappingConfigUsingGET(creativeType, reqId, token, observe = 'body', reportProgress = false) {
|
|
4993
|
-
if (creativeType === null || creativeType === undefined) {
|
|
4994
|
-
throw new Error('Required parameter creativeType was null or undefined when calling getSizeMappingConfigUsingGET.');
|
|
4995
|
-
}
|
|
4996
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
4997
|
-
if (creativeType !== undefined && creativeType !== null) {
|
|
4998
|
-
queryParameters = queryParameters.set('creativeType', creativeType);
|
|
4999
|
-
}
|
|
5000
|
-
let headers = this.defaultHeaders;
|
|
5001
|
-
if (reqId !== undefined && reqId !== null) {
|
|
5002
|
-
headers = headers.set('reqId', String(reqId));
|
|
5003
|
-
}
|
|
5004
|
-
if (token !== undefined && token !== null) {
|
|
5005
|
-
headers = headers.set('token', String(token));
|
|
5006
|
-
}
|
|
5007
|
-
// to determine the Accept header
|
|
5008
|
-
let httpHeaderAccepts = [
|
|
5009
|
-
'application/json'
|
|
5010
|
-
];
|
|
5011
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5012
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
5013
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5014
|
-
}
|
|
5015
|
-
// to determine the Content-Type header
|
|
5016
|
-
const consumes = [];
|
|
5017
|
-
return this.httpClient.get(`${this.basePath}/v2/api/creativesets/v2/size-mapping-config`, {
|
|
5018
|
-
params: queryParameters,
|
|
5019
|
-
withCredentials: this.configuration.withCredentials,
|
|
5020
|
-
headers: headers,
|
|
5021
|
-
observe: observe,
|
|
5022
|
-
reportProgress: reportProgress
|
|
5023
|
-
});
|
|
5024
|
-
}
|
|
5025
|
-
saveUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
|
|
5026
|
-
if (request === null || request === undefined) {
|
|
5027
|
-
throw new Error('Required parameter request was null or undefined when calling saveUsingPOST.');
|
|
5028
|
-
}
|
|
5029
|
-
let headers = this.defaultHeaders;
|
|
5030
|
-
if (reqId !== undefined && reqId !== null) {
|
|
5031
|
-
headers = headers.set('reqId', String(reqId));
|
|
5032
|
-
}
|
|
5033
|
-
if (token !== undefined && token !== null) {
|
|
5034
|
-
headers = headers.set('token', String(token));
|
|
5035
|
-
}
|
|
5036
|
-
// to determine the Accept header
|
|
5037
|
-
let httpHeaderAccepts = [
|
|
5038
|
-
'application/json'
|
|
5039
|
-
];
|
|
5040
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5041
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
5042
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5043
|
-
}
|
|
5044
|
-
// to determine the Content-Type header
|
|
5045
|
-
const consumes = [
|
|
5046
|
-
'application/json'
|
|
5047
|
-
];
|
|
5048
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5049
|
-
if (httpContentTypeSelected != undefined) {
|
|
5050
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5051
|
-
}
|
|
5052
|
-
return this.httpClient.post(`${this.basePath}/v2/api/creativesets/v2/save`, request, {
|
|
5053
|
-
withCredentials: this.configuration.withCredentials,
|
|
5054
|
-
headers: headers,
|
|
5055
|
-
observe: observe,
|
|
5056
|
-
reportProgress: reportProgress
|
|
5057
|
-
});
|
|
5058
|
-
}
|
|
5059
|
-
updateUsingPOST(id, request, reqId, token, observe = 'body', reportProgress = false) {
|
|
5060
|
-
if (id === null || id === undefined) {
|
|
5061
|
-
throw new Error('Required parameter id was null or undefined when calling updateUsingPOST.');
|
|
5062
|
-
}
|
|
5063
|
-
if (request === null || request === undefined) {
|
|
5064
|
-
throw new Error('Required parameter request was null or undefined when calling updateUsingPOST.');
|
|
5065
|
-
}
|
|
5066
|
-
let headers = this.defaultHeaders;
|
|
5067
|
-
if (reqId !== undefined && reqId !== null) {
|
|
5068
|
-
headers = headers.set('reqId', String(reqId));
|
|
5069
|
-
}
|
|
5070
|
-
if (token !== undefined && token !== null) {
|
|
5071
|
-
headers = headers.set('token', String(token));
|
|
5072
|
-
}
|
|
5073
|
-
// to determine the Accept header
|
|
5074
|
-
let httpHeaderAccepts = [
|
|
5075
|
-
'application/json'
|
|
5076
|
-
];
|
|
5077
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5078
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
5079
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5080
|
-
}
|
|
5081
|
-
// to determine the Content-Type header
|
|
5082
|
-
const consumes = [
|
|
5083
|
-
'application/json'
|
|
5084
|
-
];
|
|
5085
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5086
|
-
if (httpContentTypeSelected != undefined) {
|
|
5087
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5088
|
-
}
|
|
5089
|
-
return this.httpClient.post(`${this.basePath}/v2/api/creativesets/v2/save/${encodeURIComponent(String(id))}`, request, {
|
|
5090
|
-
withCredentials: this.configuration.withCredentials,
|
|
5091
|
-
headers: headers,
|
|
5092
|
-
observe: observe,
|
|
5093
|
-
reportProgress: reportProgress
|
|
5094
|
-
});
|
|
5095
|
-
}
|
|
5096
|
-
uploadUsingPOST(advertiserId, creativeSetType, file, reqId, token, observe = 'body', reportProgress = false) {
|
|
5097
|
-
if (advertiserId === null || advertiserId === undefined) {
|
|
5098
|
-
throw new Error('Required parameter advertiserId was null or undefined when calling uploadUsingPOST.');
|
|
5099
|
-
}
|
|
5100
|
-
if (creativeSetType === null || creativeSetType === undefined) {
|
|
5101
|
-
throw new Error('Required parameter creativeSetType was null or undefined when calling uploadUsingPOST.');
|
|
5102
|
-
}
|
|
5103
|
-
if (file === null || file === undefined) {
|
|
5104
|
-
throw new Error('Required parameter file was null or undefined when calling uploadUsingPOST.');
|
|
5105
|
-
}
|
|
5106
|
-
let headers = this.defaultHeaders;
|
|
5107
|
-
if (reqId !== undefined && reqId !== null) {
|
|
5108
|
-
headers = headers.set('reqId', String(reqId));
|
|
5109
|
-
}
|
|
5110
|
-
if (token !== undefined && token !== null) {
|
|
5111
|
-
headers = headers.set('token', String(token));
|
|
5112
|
-
}
|
|
5113
|
-
// to determine the Accept header
|
|
5114
|
-
let httpHeaderAccepts = [
|
|
5115
|
-
'application/json'
|
|
5116
|
-
];
|
|
5117
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5118
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
5119
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5120
|
-
}
|
|
5121
|
-
// to determine the Content-Type header
|
|
5122
|
-
const consumes = [
|
|
5123
|
-
'multipart/form-data'
|
|
5124
|
-
];
|
|
5125
|
-
const canConsumeForm = this.canConsumeForm(consumes);
|
|
5126
|
-
let formParams;
|
|
5127
|
-
let useForm = false;
|
|
5128
|
-
let convertFormParamsToString = false;
|
|
5129
|
-
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5130
|
-
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5131
|
-
useForm = canConsumeForm;
|
|
5132
|
-
if (useForm) {
|
|
5133
|
-
formParams = new FormData();
|
|
5134
|
-
}
|
|
5135
|
-
else {
|
|
5136
|
-
formParams = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5137
|
-
}
|
|
5138
|
-
if (advertiserId !== undefined) {
|
|
5139
|
-
formParams = formParams.append('advertiserId', advertiserId) || formParams;
|
|
5140
|
-
}
|
|
5141
|
-
if (creativeSetType !== undefined) {
|
|
5142
|
-
formParams = formParams.append('creativeSetType', creativeSetType) || formParams;
|
|
5143
|
-
}
|
|
5144
|
-
if (file !== undefined) {
|
|
5145
|
-
formParams = formParams.append('file', file) || formParams;
|
|
5146
|
-
}
|
|
5147
|
-
return this.httpClient.post(`${this.basePath}/v2/api/creativesets/v2/upload`, convertFormParamsToString ? formParams.toString() : formParams, {
|
|
5148
|
-
withCredentials: this.configuration.withCredentials,
|
|
5149
|
-
headers: headers,
|
|
5150
|
-
observe: observe,
|
|
5151
|
-
reportProgress: reportProgress
|
|
5152
|
-
});
|
|
5153
|
-
}
|
|
5154
|
-
}
|
|
5155
|
-
CreativeSetsV2ControllerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CreativeSetsV2ControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5156
|
-
CreativeSetsV2ControllerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CreativeSetsV2ControllerService });
|
|
5157
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CreativeSetsV2ControllerService, decorators: [{
|
|
5158
|
-
type: Injectable
|
|
5159
|
-
}], ctorParameters: function () {
|
|
5160
|
-
return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
5161
|
-
type: Optional
|
|
5162
|
-
}, {
|
|
5163
|
-
type: Inject,
|
|
5164
|
-
args: [BASE_PATH]
|
|
5165
|
-
}] }, { type: Configuration, decorators: [{
|
|
5166
|
-
type: Optional
|
|
5167
|
-
}] }];
|
|
5168
|
-
} });
|
|
5169
|
-
|
|
5170
4925
|
/**
|
|
5171
4926
|
* Api Documentation
|
|
5172
4927
|
* Api Documentation
|
|
@@ -5182,7 +4937,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5182
4937
|
class CreativeTemplateThemesControllerService {
|
|
5183
4938
|
constructor(httpClient, basePath, configuration) {
|
|
5184
4939
|
this.httpClient = httpClient;
|
|
5185
|
-
this.basePath = 'https://
|
|
4940
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5186
4941
|
this.defaultHeaders = new HttpHeaders();
|
|
5187
4942
|
this.configuration = new Configuration();
|
|
5188
4943
|
if (basePath) {
|
|
@@ -5369,7 +5124,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5369
5124
|
class CreativeTemplateVariablesControllerService {
|
|
5370
5125
|
constructor(httpClient, basePath, configuration) {
|
|
5371
5126
|
this.httpClient = httpClient;
|
|
5372
|
-
this.basePath = 'https://
|
|
5127
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5373
5128
|
this.defaultHeaders = new HttpHeaders();
|
|
5374
5129
|
this.configuration = new Configuration();
|
|
5375
5130
|
if (basePath) {
|
|
@@ -5449,7 +5204,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5449
5204
|
class CreativeTemplatesControllerService {
|
|
5450
5205
|
constructor(httpClient, basePath, configuration) {
|
|
5451
5206
|
this.httpClient = httpClient;
|
|
5452
|
-
this.basePath = 'https://
|
|
5207
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5453
5208
|
this.defaultHeaders = new HttpHeaders();
|
|
5454
5209
|
this.configuration = new Configuration();
|
|
5455
5210
|
if (basePath) {
|
|
@@ -5616,7 +5371,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5616
5371
|
class CustomerReportingControllerService {
|
|
5617
5372
|
constructor(httpClient, basePath, configuration) {
|
|
5618
5373
|
this.httpClient = httpClient;
|
|
5619
|
-
this.basePath = 'https://
|
|
5374
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5620
5375
|
this.defaultHeaders = new HttpHeaders();
|
|
5621
5376
|
this.configuration = new Configuration();
|
|
5622
5377
|
if (basePath) {
|
|
@@ -5781,7 +5536,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5781
5536
|
class DCOVideoSettingsControllerService {
|
|
5782
5537
|
constructor(httpClient, basePath, configuration) {
|
|
5783
5538
|
this.httpClient = httpClient;
|
|
5784
|
-
this.basePath = 'https://
|
|
5539
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5785
5540
|
this.defaultHeaders = new HttpHeaders();
|
|
5786
5541
|
this.configuration = new Configuration();
|
|
5787
5542
|
if (basePath) {
|
|
@@ -6349,7 +6104,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6349
6104
|
class DashboardControllerService {
|
|
6350
6105
|
constructor(httpClient, basePath, configuration) {
|
|
6351
6106
|
this.httpClient = httpClient;
|
|
6352
|
-
this.basePath = 'https://
|
|
6107
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6353
6108
|
this.defaultHeaders = new HttpHeaders();
|
|
6354
6109
|
this.configuration = new Configuration();
|
|
6355
6110
|
if (basePath) {
|
|
@@ -7009,7 +6764,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7009
6764
|
class ExperimentsControllerService {
|
|
7010
6765
|
constructor(httpClient, basePath, configuration) {
|
|
7011
6766
|
this.httpClient = httpClient;
|
|
7012
|
-
this.basePath = 'https://
|
|
6767
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
7013
6768
|
this.defaultHeaders = new HttpHeaders();
|
|
7014
6769
|
this.configuration = new Configuration();
|
|
7015
6770
|
if (basePath) {
|
|
@@ -7738,7 +7493,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7738
7493
|
class NotificationsControllerService {
|
|
7739
7494
|
constructor(httpClient, basePath, configuration) {
|
|
7740
7495
|
this.httpClient = httpClient;
|
|
7741
|
-
this.basePath = 'https://
|
|
7496
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
7742
7497
|
this.defaultHeaders = new HttpHeaders();
|
|
7743
7498
|
this.configuration = new Configuration();
|
|
7744
7499
|
if (basePath) {
|
|
@@ -7953,7 +7708,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7953
7708
|
class PixelControllerService {
|
|
7954
7709
|
constructor(httpClient, basePath, configuration) {
|
|
7955
7710
|
this.httpClient = httpClient;
|
|
7956
|
-
this.basePath = 'https://
|
|
7711
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
7957
7712
|
this.defaultHeaders = new HttpHeaders();
|
|
7958
7713
|
this.configuration = new Configuration();
|
|
7959
7714
|
if (basePath) {
|
|
@@ -8189,12 +7944,12 @@ class PixelControllerService {
|
|
|
8189
7944
|
reportProgress: reportProgress
|
|
8190
7945
|
});
|
|
8191
7946
|
}
|
|
8192
|
-
|
|
7947
|
+
updateUsingPOST1(id, pixel, reqId, token, observe = 'body', reportProgress = false) {
|
|
8193
7948
|
if (id === null || id === undefined) {
|
|
8194
|
-
throw new Error('Required parameter id was null or undefined when calling
|
|
7949
|
+
throw new Error('Required parameter id was null or undefined when calling updateUsingPOST1.');
|
|
8195
7950
|
}
|
|
8196
7951
|
if (pixel === null || pixel === undefined) {
|
|
8197
|
-
throw new Error('Required parameter pixel was null or undefined when calling
|
|
7952
|
+
throw new Error('Required parameter pixel was null or undefined when calling updateUsingPOST1.');
|
|
8198
7953
|
}
|
|
8199
7954
|
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
8200
7955
|
if (id !== undefined && id !== null) {
|
|
@@ -8262,7 +8017,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8262
8017
|
class ReportControllerService {
|
|
8263
8018
|
constructor(httpClient, basePath, configuration) {
|
|
8264
8019
|
this.httpClient = httpClient;
|
|
8265
|
-
this.basePath = 'https://
|
|
8020
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
8266
8021
|
this.defaultHeaders = new HttpHeaders();
|
|
8267
8022
|
this.configuration = new Configuration();
|
|
8268
8023
|
if (basePath) {
|
|
@@ -8401,7 +8156,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8401
8156
|
class ReportingControllerService {
|
|
8402
8157
|
constructor(httpClient, basePath, configuration) {
|
|
8403
8158
|
this.httpClient = httpClient;
|
|
8404
|
-
this.basePath = 'https://
|
|
8159
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
8405
8160
|
this.defaultHeaders = new HttpHeaders();
|
|
8406
8161
|
this.configuration = new Configuration();
|
|
8407
8162
|
if (basePath) {
|
|
@@ -8573,7 +8328,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8573
8328
|
class ReportingSchedulerControllerService {
|
|
8574
8329
|
constructor(httpClient, basePath, configuration) {
|
|
8575
8330
|
this.httpClient = httpClient;
|
|
8576
|
-
this.basePath = 'https://
|
|
8331
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
8577
8332
|
this.defaultHeaders = new HttpHeaders();
|
|
8578
8333
|
this.configuration = new Configuration();
|
|
8579
8334
|
if (basePath) {
|
|
@@ -8890,7 +8645,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8890
8645
|
class SafeguardControllerService {
|
|
8891
8646
|
constructor(httpClient, basePath, configuration) {
|
|
8892
8647
|
this.httpClient = httpClient;
|
|
8893
|
-
this.basePath = 'https://
|
|
8648
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
8894
8649
|
this.defaultHeaders = new HttpHeaders();
|
|
8895
8650
|
this.configuration = new Configuration();
|
|
8896
8651
|
if (basePath) {
|
|
@@ -9386,7 +9141,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9386
9141
|
class SliceXControllerService {
|
|
9387
9142
|
constructor(httpClient, basePath, configuration) {
|
|
9388
9143
|
this.httpClient = httpClient;
|
|
9389
|
-
this.basePath = 'https://
|
|
9144
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
9390
9145
|
this.defaultHeaders = new HttpHeaders();
|
|
9391
9146
|
this.configuration = new Configuration();
|
|
9392
9147
|
if (basePath) {
|
|
@@ -9792,7 +9547,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9792
9547
|
class StrategyControllerService {
|
|
9793
9548
|
constructor(httpClient, basePath, configuration) {
|
|
9794
9549
|
this.httpClient = httpClient;
|
|
9795
|
-
this.basePath = 'https://
|
|
9550
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
9796
9551
|
this.defaultHeaders = new HttpHeaders();
|
|
9797
9552
|
this.configuration = new Configuration();
|
|
9798
9553
|
if (basePath) {
|
|
@@ -10996,7 +10751,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10996
10751
|
class StrategyTemplateControllerService {
|
|
10997
10752
|
constructor(httpClient, basePath, configuration) {
|
|
10998
10753
|
this.httpClient = httpClient;
|
|
10999
|
-
this.basePath = 'https://
|
|
10754
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
11000
10755
|
this.defaultHeaders = new HttpHeaders();
|
|
11001
10756
|
this.configuration = new Configuration();
|
|
11002
10757
|
if (basePath) {
|
|
@@ -11120,7 +10875,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
11120
10875
|
class UILoggerControllerService {
|
|
11121
10876
|
constructor(httpClient, basePath, configuration) {
|
|
11122
10877
|
this.httpClient = httpClient;
|
|
11123
|
-
this.basePath = 'https://
|
|
10878
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
11124
10879
|
this.defaultHeaders = new HttpHeaders();
|
|
11125
10880
|
this.configuration = new Configuration();
|
|
11126
10881
|
if (basePath) {
|
|
@@ -11214,7 +10969,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
11214
10969
|
class UserPreferenceControllerService {
|
|
11215
10970
|
constructor(httpClient, basePath, configuration) {
|
|
11216
10971
|
this.httpClient = httpClient;
|
|
11217
|
-
this.basePath = 'https://
|
|
10972
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
11218
10973
|
this.defaultHeaders = new HttpHeaders();
|
|
11219
10974
|
this.configuration = new Configuration();
|
|
11220
10975
|
if (basePath) {
|
|
@@ -11375,7 +11130,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
11375
11130
|
}] }];
|
|
11376
11131
|
} });
|
|
11377
11132
|
|
|
11378
|
-
const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AppsFlyerControllerService, AudienceControllerService, AuditControllerService, BidFunnelControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService,
|
|
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];
|
|
11379
11134
|
|
|
11380
11135
|
var ABTestingDTO;
|
|
11381
11136
|
(function (ABTestingDTO) {
|
|
@@ -11478,8 +11233,7 @@ var AdvertiserAppSettingsDTO;
|
|
|
11478
11233
|
CREATIVENAMEFORMAT: 'CREATIVE_NAME_FORMAT',
|
|
11479
11234
|
CLICKSIGNING: 'CLICK_SIGNING',
|
|
11480
11235
|
SLACKCHANNELID: 'SLACK_CHANNEL_ID',
|
|
11481
|
-
ENABLEAUDITLOGSREPORT: 'ENABLE_AUDIT_LOGS_REPORT'
|
|
11482
|
-
CREATIVEBORDERTYPE: 'CREATIVE_BORDER_TYPE'
|
|
11236
|
+
ENABLEAUDITLOGSREPORT: 'ENABLE_AUDIT_LOGS_REPORT'
|
|
11483
11237
|
};
|
|
11484
11238
|
AdvertiserAppSettingsDTO.TypeEnum = {
|
|
11485
11239
|
BOOLEAN: 'BOOLEAN',
|
|
@@ -11520,15 +11274,6 @@ var AdvertiserCohortResponse;
|
|
|
11520
11274
|
};
|
|
11521
11275
|
})(AdvertiserCohortResponse || (AdvertiserCohortResponse = {}));
|
|
11522
11276
|
|
|
11523
|
-
var AdvertiserSettings;
|
|
11524
|
-
(function (AdvertiserSettings) {
|
|
11525
|
-
AdvertiserSettings.CreativeBorderTypeEnum = {
|
|
11526
|
-
NONE: 'NONE',
|
|
11527
|
-
BLACK: 'BLACK',
|
|
11528
|
-
BLUR: 'BLUR'
|
|
11529
|
-
};
|
|
11530
|
-
})(AdvertiserSettings || (AdvertiserSettings = {}));
|
|
11531
|
-
|
|
11532
11277
|
var AppSettingsDTO;
|
|
11533
11278
|
(function (AppSettingsDTO) {
|
|
11534
11279
|
AppSettingsDTO.SettingsKeyEnum = {
|
|
@@ -11539,8 +11284,7 @@ var AppSettingsDTO;
|
|
|
11539
11284
|
CREATIVENAMEFORMAT: 'CREATIVE_NAME_FORMAT',
|
|
11540
11285
|
CLICKSIGNING: 'CLICK_SIGNING',
|
|
11541
11286
|
SLACKCHANNELID: 'SLACK_CHANNEL_ID',
|
|
11542
|
-
ENABLEAUDITLOGSREPORT: 'ENABLE_AUDIT_LOGS_REPORT'
|
|
11543
|
-
CREATIVEBORDERTYPE: 'CREATIVE_BORDER_TYPE'
|
|
11287
|
+
ENABLEAUDITLOGSREPORT: 'ENABLE_AUDIT_LOGS_REPORT'
|
|
11544
11288
|
};
|
|
11545
11289
|
AppSettingsDTO.SettingsTypeEnum = {
|
|
11546
11290
|
BOOLEAN: 'BOOLEAN',
|
|
@@ -11770,49 +11514,6 @@ var CohortCampaignStrategyDO;
|
|
|
11770
11514
|
};
|
|
11771
11515
|
})(CohortCampaignStrategyDO || (CohortCampaignStrategyDO = {}));
|
|
11772
11516
|
|
|
11773
|
-
var CreativeAssetOptimizationRequest;
|
|
11774
|
-
(function (CreativeAssetOptimizationRequest) {
|
|
11775
|
-
CreativeAssetOptimizationRequest.CreativeSetTypeEnum = {
|
|
11776
|
-
IMAGE: 'IMAGE',
|
|
11777
|
-
VIDEO: 'VIDEO',
|
|
11778
|
-
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
11779
|
-
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
11780
|
-
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
11781
|
-
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
11782
|
-
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
11783
|
-
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
11784
|
-
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
11785
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
11786
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
11787
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
11788
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
11789
|
-
NATIVEICON: 'NATIVE_ICON',
|
|
11790
|
-
ICON: 'ICON',
|
|
11791
|
-
CTVVIDEO: 'CTV_VIDEO',
|
|
11792
|
-
PLAYABLE: 'PLAYABLE'
|
|
11793
|
-
};
|
|
11794
|
-
})(CreativeAssetOptimizationRequest || (CreativeAssetOptimizationRequest = {}));
|
|
11795
|
-
|
|
11796
|
-
/**
|
|
11797
|
-
* Api Documentation
|
|
11798
|
-
* Api Documentation
|
|
11799
|
-
*
|
|
11800
|
-
* OpenAPI spec version: 1.0
|
|
11801
|
-
*
|
|
11802
|
-
*
|
|
11803
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11804
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
11805
|
-
* Do not edit the class manually.
|
|
11806
|
-
*/
|
|
11807
|
-
var CreativeAssetUploadResponse;
|
|
11808
|
-
(function (CreativeAssetUploadResponse) {
|
|
11809
|
-
CreativeAssetUploadResponse.WarningCodeEnum = {
|
|
11810
|
-
INVALIDSIZE: 'INVALID_SIZE',
|
|
11811
|
-
ASPECTRATIOMISMATCH: 'ASPECT_RATIO_MISMATCH',
|
|
11812
|
-
LOWRESOLUTIONUPLOAD: 'LOW_RESOLUTION_UPLOAD'
|
|
11813
|
-
};
|
|
11814
|
-
})(CreativeAssetUploadResponse || (CreativeAssetUploadResponse = {}));
|
|
11815
|
-
|
|
11816
11517
|
var CreativeCompactDTO;
|
|
11817
11518
|
(function (CreativeCompactDTO) {
|
|
11818
11519
|
CreativeCompactDTO.TypeEnum = {
|
|
@@ -11837,11 +11538,6 @@ var CreativeCompactDTO;
|
|
|
11837
11538
|
|
|
11838
11539
|
var CreativeDTO;
|
|
11839
11540
|
(function (CreativeDTO) {
|
|
11840
|
-
CreativeDTO.BorderTypeEnum = {
|
|
11841
|
-
NONE: 'NONE',
|
|
11842
|
-
BLACK: 'BLACK',
|
|
11843
|
-
BLUR: 'BLUR'
|
|
11844
|
-
};
|
|
11845
11541
|
CreativeDTO.ContentTypeEnum = {
|
|
11846
11542
|
ZIP: 'ZIP',
|
|
11847
11543
|
JPG: 'JPG',
|
|
@@ -11910,11 +11606,6 @@ var CreativeDetails;
|
|
|
11910
11606
|
|
|
11911
11607
|
var CreativeEntity;
|
|
11912
11608
|
(function (CreativeEntity) {
|
|
11913
|
-
CreativeEntity.BorderTypeEnum = {
|
|
11914
|
-
NONE: 'NONE',
|
|
11915
|
-
BLACK: 'BLACK',
|
|
11916
|
-
BLUR: 'BLUR'
|
|
11917
|
-
};
|
|
11918
11609
|
CreativeEntity.HybridAdTypeEnum = {
|
|
11919
11610
|
STATIC: 'STATIC',
|
|
11920
11611
|
DYNAMIC: 'DYNAMIC'
|
|
@@ -12156,44 +11847,6 @@ var CreativeSetResponse;
|
|
|
12156
11847
|
};
|
|
12157
11848
|
})(CreativeSetResponse || (CreativeSetResponse = {}));
|
|
12158
11849
|
|
|
12159
|
-
/**
|
|
12160
|
-
* Api Documentation
|
|
12161
|
-
* Api Documentation
|
|
12162
|
-
*
|
|
12163
|
-
* OpenAPI spec version: 1.0
|
|
12164
|
-
*
|
|
12165
|
-
*
|
|
12166
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12167
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12168
|
-
* Do not edit the class manually.
|
|
12169
|
-
*/
|
|
12170
|
-
var CreativeSizeMappingDTO;
|
|
12171
|
-
(function (CreativeSizeMappingDTO) {
|
|
12172
|
-
CreativeSizeMappingDTO.CreativeTypeEnum = {
|
|
12173
|
-
IMAGE: 'IMAGE',
|
|
12174
|
-
VIDEO: 'VIDEO',
|
|
12175
|
-
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
12176
|
-
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
12177
|
-
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
12178
|
-
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
12179
|
-
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
12180
|
-
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
12181
|
-
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
12182
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
12183
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
12184
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
12185
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
12186
|
-
NATIVEICON: 'NATIVE_ICON',
|
|
12187
|
-
ICON: 'ICON',
|
|
12188
|
-
CTVVIDEO: 'CTV_VIDEO',
|
|
12189
|
-
PLAYABLE: 'PLAYABLE'
|
|
12190
|
-
};
|
|
12191
|
-
CreativeSizeMappingDTO.MappingTypeEnum = {
|
|
12192
|
-
EXACTFIT: 'EXACT_FIT',
|
|
12193
|
-
BORDER: 'BORDER'
|
|
12194
|
-
};
|
|
12195
|
-
})(CreativeSizeMappingDTO || (CreativeSizeMappingDTO = {}));
|
|
12196
|
-
|
|
12197
11850
|
/**
|
|
12198
11851
|
* Api Documentation
|
|
12199
11852
|
* Api Documentation
|
|
@@ -12324,25 +11977,6 @@ var DynamicVideoConfigDTO;
|
|
|
12324
11977
|
};
|
|
12325
11978
|
})(DynamicVideoConfigDTO || (DynamicVideoConfigDTO = {}));
|
|
12326
11979
|
|
|
12327
|
-
/**
|
|
12328
|
-
* Api Documentation
|
|
12329
|
-
* Api Documentation
|
|
12330
|
-
*
|
|
12331
|
-
* OpenAPI spec version: 1.0
|
|
12332
|
-
*
|
|
12333
|
-
*
|
|
12334
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12335
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12336
|
-
* Do not edit the class manually.
|
|
12337
|
-
*/
|
|
12338
|
-
var EndCardSelectionDTO;
|
|
12339
|
-
(function (EndCardSelectionDTO) {
|
|
12340
|
-
EndCardSelectionDTO.EndCardTypeEnum = {
|
|
12341
|
-
IMAGE: 'IMAGE',
|
|
12342
|
-
HTML: 'HTML'
|
|
12343
|
-
};
|
|
12344
|
-
})(EndCardSelectionDTO || (EndCardSelectionDTO = {}));
|
|
12345
|
-
|
|
12346
11980
|
/**
|
|
12347
11981
|
* Api Documentation
|
|
12348
11982
|
* Api Documentation
|
|
@@ -12586,38 +12220,6 @@ var NotificationResponse;
|
|
|
12586
12220
|
};
|
|
12587
12221
|
})(NotificationResponse || (NotificationResponse = {}));
|
|
12588
12222
|
|
|
12589
|
-
/**
|
|
12590
|
-
* Api Documentation
|
|
12591
|
-
* Api Documentation
|
|
12592
|
-
*
|
|
12593
|
-
* OpenAPI spec version: 1.0
|
|
12594
|
-
*
|
|
12595
|
-
*
|
|
12596
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12597
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12598
|
-
* Do not edit the class manually.
|
|
12599
|
-
*/
|
|
12600
|
-
var OptimizationJobItemStatusDTO;
|
|
12601
|
-
(function (OptimizationJobItemStatusDTO) {
|
|
12602
|
-
OptimizationJobItemStatusDTO.StatusEnum = {
|
|
12603
|
-
PENDING: 'PENDING',
|
|
12604
|
-
PROCESSING: 'PROCESSING',
|
|
12605
|
-
COMPLETED: 'COMPLETED',
|
|
12606
|
-
FAILED: 'FAILED'
|
|
12607
|
-
};
|
|
12608
|
-
})(OptimizationJobItemStatusDTO || (OptimizationJobItemStatusDTO = {}));
|
|
12609
|
-
|
|
12610
|
-
var OptimizationJobStatusResponse;
|
|
12611
|
-
(function (OptimizationJobStatusResponse) {
|
|
12612
|
-
OptimizationJobStatusResponse.StatusEnum = {
|
|
12613
|
-
PENDING: 'PENDING',
|
|
12614
|
-
PROCESSING: 'PROCESSING',
|
|
12615
|
-
COMPLETED: 'COMPLETED',
|
|
12616
|
-
COMPLETEDWITHERRORS: 'COMPLETED_WITH_ERRORS',
|
|
12617
|
-
FAILED: 'FAILED'
|
|
12618
|
-
};
|
|
12619
|
-
})(OptimizationJobStatusResponse || (OptimizationJobStatusResponse = {}));
|
|
12620
|
-
|
|
12621
12223
|
var OptimizationRuleAuditLogDTO;
|
|
12622
12224
|
(function (OptimizationRuleAuditLogDTO) {
|
|
12623
12225
|
OptimizationRuleAuditLogDTO.StateEnum = {
|
|
@@ -12958,30 +12560,6 @@ var SchedulerRequest;
|
|
|
12958
12560
|
};
|
|
12959
12561
|
})(SchedulerRequest || (SchedulerRequest = {}));
|
|
12960
12562
|
|
|
12961
|
-
/**
|
|
12962
|
-
* Api Documentation
|
|
12963
|
-
* Api Documentation
|
|
12964
|
-
*
|
|
12965
|
-
* OpenAPI spec version: 1.0
|
|
12966
|
-
*
|
|
12967
|
-
*
|
|
12968
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12969
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12970
|
-
* Do not edit the class manually.
|
|
12971
|
-
*/
|
|
12972
|
-
var SelectedTargetDTO;
|
|
12973
|
-
(function (SelectedTargetDTO) {
|
|
12974
|
-
SelectedTargetDTO.BorderTypeEnum = {
|
|
12975
|
-
NONE: 'NONE',
|
|
12976
|
-
BLACK: 'BLACK',
|
|
12977
|
-
BLUR: 'BLUR'
|
|
12978
|
-
};
|
|
12979
|
-
SelectedTargetDTO.MappingTypeEnum = {
|
|
12980
|
-
EXACTFIT: 'EXACT_FIT',
|
|
12981
|
-
BORDER: 'BORDER'
|
|
12982
|
-
};
|
|
12983
|
-
})(SelectedTargetDTO || (SelectedTargetDTO = {}));
|
|
12984
|
-
|
|
12985
12563
|
var StrategyDTO;
|
|
12986
12564
|
(function (StrategyDTO) {
|
|
12987
12565
|
StrategyDTO.AuctionTypeTargetingEnum = {
|
|
@@ -13168,11 +12746,6 @@ var VastCreative;
|
|
|
13168
12746
|
*/
|
|
13169
12747
|
var VideoAttributes;
|
|
13170
12748
|
(function (VideoAttributes) {
|
|
13171
|
-
VideoAttributes.BorderTypeEnum = {
|
|
13172
|
-
NONE: 'NONE',
|
|
13173
|
-
BLACK: 'BLACK',
|
|
13174
|
-
BLUR: 'BLUR'
|
|
13175
|
-
};
|
|
13176
12749
|
VideoAttributes.CompanionContentTypeEnum = {
|
|
13177
12750
|
ZIP: 'ZIP',
|
|
13178
12751
|
JPG: 'JPG',
|
|
@@ -13289,7 +12862,6 @@ ApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
|
13289
12862
|
ClickDestinationControllerService,
|
|
13290
12863
|
CreativeControllerService,
|
|
13291
12864
|
CreativeSetsControllerService,
|
|
13292
|
-
CreativeSetsV2ControllerService,
|
|
13293
12865
|
CreativeTemplateThemesControllerService,
|
|
13294
12866
|
CreativeTemplateVariablesControllerService,
|
|
13295
12867
|
CreativeTemplatesControllerService,
|
|
@@ -13330,7 +12902,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
13330
12902
|
ClickDestinationControllerService,
|
|
13331
12903
|
CreativeControllerService,
|
|
13332
12904
|
CreativeSetsControllerService,
|
|
13333
|
-
CreativeSetsV2ControllerService,
|
|
13334
12905
|
CreativeTemplateThemesControllerService,
|
|
13335
12906
|
CreativeTemplateVariablesControllerService,
|
|
13336
12907
|
CreativeTemplatesControllerService,
|
|
@@ -13365,5 +12936,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
13365
12936
|
* Generated bundle index. Do not edit.
|
|
13366
12937
|
*/
|
|
13367
12938
|
|
|
13368
|
-
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 };
|
|
13369
12940
|
//# sourceMappingURL=revxui-api-clients-ts.mjs.map
|