@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) {
|
|
@@ -279,7 +279,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
|
|
|
279
279
|
class AdvertiserControllerService {
|
|
280
280
|
constructor(httpClient, basePath, configuration) {
|
|
281
281
|
this.httpClient = httpClient;
|
|
282
|
-
this.basePath = 'https://
|
|
282
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
283
283
|
this.defaultHeaders = new HttpHeaders();
|
|
284
284
|
this.configuration = new Configuration();
|
|
285
285
|
if (basePath) {
|
|
@@ -854,7 +854,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
854
854
|
class AppSettingsControllerService {
|
|
855
855
|
constructor(httpClient, basePath, configuration) {
|
|
856
856
|
this.httpClient = httpClient;
|
|
857
|
-
this.basePath = 'https://
|
|
857
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
858
858
|
this.defaultHeaders = new HttpHeaders();
|
|
859
859
|
this.configuration = new Configuration();
|
|
860
860
|
if (basePath) {
|
|
@@ -1099,7 +1099,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1099
1099
|
class AppsFlyerControllerService {
|
|
1100
1100
|
constructor(httpClient, basePath, configuration) {
|
|
1101
1101
|
this.httpClient = httpClient;
|
|
1102
|
-
this.basePath = 'https://
|
|
1102
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1103
1103
|
this.defaultHeaders = new HttpHeaders();
|
|
1104
1104
|
this.configuration = new Configuration();
|
|
1105
1105
|
if (basePath) {
|
|
@@ -1185,7 +1185,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1185
1185
|
class AudienceControllerService {
|
|
1186
1186
|
constructor(httpClient, basePath, configuration) {
|
|
1187
1187
|
this.httpClient = httpClient;
|
|
1188
|
-
this.basePath = 'https://
|
|
1188
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1189
1189
|
this.defaultHeaders = new HttpHeaders();
|
|
1190
1190
|
this.configuration = new Configuration();
|
|
1191
1191
|
if (basePath) {
|
|
@@ -2061,7 +2061,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2061
2061
|
class AuditControllerService {
|
|
2062
2062
|
constructor(httpClient, basePath, configuration) {
|
|
2063
2063
|
this.httpClient = httpClient;
|
|
2064
|
-
this.basePath = 'https://
|
|
2064
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2065
2065
|
this.defaultHeaders = new HttpHeaders();
|
|
2066
2066
|
this.configuration = new Configuration();
|
|
2067
2067
|
if (basePath) {
|
|
@@ -2261,7 +2261,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2261
2261
|
class BidFunnelControllerService {
|
|
2262
2262
|
constructor(httpClient, basePath, configuration) {
|
|
2263
2263
|
this.httpClient = httpClient;
|
|
2264
|
-
this.basePath = 'https://
|
|
2264
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2265
2265
|
this.defaultHeaders = new HttpHeaders();
|
|
2266
2266
|
this.configuration = new Configuration();
|
|
2267
2267
|
if (basePath) {
|
|
@@ -2410,7 +2410,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2410
2410
|
class BulkStrategyControllerService {
|
|
2411
2411
|
constructor(httpClient, basePath, configuration) {
|
|
2412
2412
|
this.httpClient = httpClient;
|
|
2413
|
-
this.basePath = 'https://
|
|
2413
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2414
2414
|
this.defaultHeaders = new HttpHeaders();
|
|
2415
2415
|
this.configuration = new Configuration();
|
|
2416
2416
|
if (basePath) {
|
|
@@ -2635,7 +2635,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2635
2635
|
class CSSThemeController_Service {
|
|
2636
2636
|
constructor(httpClient, basePath, configuration) {
|
|
2637
2637
|
this.httpClient = httpClient;
|
|
2638
|
-
this.basePath = 'https://
|
|
2638
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2639
2639
|
this.defaultHeaders = new HttpHeaders();
|
|
2640
2640
|
this.configuration = new Configuration();
|
|
2641
2641
|
if (basePath) {
|
|
@@ -2744,7 +2744,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2744
2744
|
class CampaignControllerService {
|
|
2745
2745
|
constructor(httpClient, basePath, configuration) {
|
|
2746
2746
|
this.httpClient = httpClient;
|
|
2747
|
-
this.basePath = 'https://
|
|
2747
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2748
2748
|
this.defaultHeaders = new HttpHeaders();
|
|
2749
2749
|
this.configuration = new Configuration();
|
|
2750
2750
|
if (basePath) {
|
|
@@ -3185,7 +3185,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3185
3185
|
class CatalogControllerService {
|
|
3186
3186
|
constructor(httpClient, basePath, configuration) {
|
|
3187
3187
|
this.httpClient = httpClient;
|
|
3188
|
-
this.basePath = 'https://
|
|
3188
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3189
3189
|
this.defaultHeaders = new HttpHeaders();
|
|
3190
3190
|
this.configuration = new Configuration();
|
|
3191
3191
|
if (basePath) {
|
|
@@ -3428,7 +3428,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3428
3428
|
class ClickDestinationControllerService {
|
|
3429
3429
|
constructor(httpClient, basePath, configuration) {
|
|
3430
3430
|
this.httpClient = httpClient;
|
|
3431
|
-
this.basePath = 'https://
|
|
3431
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3432
3432
|
this.defaultHeaders = new HttpHeaders();
|
|
3433
3433
|
this.configuration = new Configuration();
|
|
3434
3434
|
if (basePath) {
|
|
@@ -3660,7 +3660,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3660
3660
|
class CreativeControllerService {
|
|
3661
3661
|
constructor(httpClient, basePath, configuration) {
|
|
3662
3662
|
this.httpClient = httpClient;
|
|
3663
|
-
this.basePath = 'https://
|
|
3663
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3664
3664
|
this.defaultHeaders = new HttpHeaders();
|
|
3665
3665
|
this.configuration = new Configuration();
|
|
3666
3666
|
if (basePath) {
|
|
@@ -4263,7 +4263,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4263
4263
|
class CreativeSetsControllerService {
|
|
4264
4264
|
constructor(httpClient, basePath, configuration) {
|
|
4265
4265
|
this.httpClient = httpClient;
|
|
4266
|
-
this.basePath = 'https://
|
|
4266
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4267
4267
|
this.defaultHeaders = new HttpHeaders();
|
|
4268
4268
|
this.configuration = new Configuration();
|
|
4269
4269
|
if (basePath) {
|
|
@@ -4843,12 +4843,12 @@ class CreativeSetsControllerService {
|
|
|
4843
4843
|
reportProgress: reportProgress
|
|
4844
4844
|
});
|
|
4845
4845
|
}
|
|
4846
|
-
|
|
4846
|
+
updateUsingPOST(creativeSetRequest, id, reqId, token, observe = 'body', reportProgress = false) {
|
|
4847
4847
|
if (creativeSetRequest === null || creativeSetRequest === undefined) {
|
|
4848
|
-
throw new Error('Required parameter creativeSetRequest was null or undefined when calling
|
|
4848
|
+
throw new Error('Required parameter creativeSetRequest was null or undefined when calling updateUsingPOST.');
|
|
4849
4849
|
}
|
|
4850
4850
|
if (id === null || id === undefined) {
|
|
4851
|
-
throw new Error('Required parameter id was null or undefined when calling
|
|
4851
|
+
throw new Error('Required parameter id was null or undefined when calling updateUsingPOST.');
|
|
4852
4852
|
}
|
|
4853
4853
|
let headers = this.defaultHeaders;
|
|
4854
4854
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -4894,249 +4894,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4894
4894
|
type: Optional
|
|
4895
4895
|
}] }]; } });
|
|
4896
4896
|
|
|
4897
|
-
/**
|
|
4898
|
-
* Api Documentation
|
|
4899
|
-
* Api Documentation
|
|
4900
|
-
*
|
|
4901
|
-
* OpenAPI spec version: 1.0
|
|
4902
|
-
*
|
|
4903
|
-
*
|
|
4904
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
4905
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
4906
|
-
* Do not edit the class manually.
|
|
4907
|
-
*/
|
|
4908
|
-
/* tslint:disable:no-unused-variable member-ordering */
|
|
4909
|
-
class CreativeSetsV2ControllerService {
|
|
4910
|
-
constructor(httpClient, basePath, configuration) {
|
|
4911
|
-
this.httpClient = httpClient;
|
|
4912
|
-
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
4913
|
-
this.defaultHeaders = new HttpHeaders();
|
|
4914
|
-
this.configuration = new Configuration();
|
|
4915
|
-
if (basePath) {
|
|
4916
|
-
this.basePath = basePath;
|
|
4917
|
-
}
|
|
4918
|
-
if (configuration) {
|
|
4919
|
-
this.configuration = configuration;
|
|
4920
|
-
this.basePath = basePath || configuration.basePath || this.basePath;
|
|
4921
|
-
}
|
|
4922
|
-
}
|
|
4923
|
-
/**
|
|
4924
|
-
* @param consumes string[] mime-types
|
|
4925
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
4926
|
-
*/
|
|
4927
|
-
canConsumeForm(consumes) {
|
|
4928
|
-
const form = 'multipart/form-data';
|
|
4929
|
-
for (const consume of consumes) {
|
|
4930
|
-
if (form === consume) {
|
|
4931
|
-
return true;
|
|
4932
|
-
}
|
|
4933
|
-
}
|
|
4934
|
-
return false;
|
|
4935
|
-
}
|
|
4936
|
-
getJobStatusUsingGET(jobId, reqId, token, observe = 'body', reportProgress = false) {
|
|
4937
|
-
if (jobId === null || jobId === undefined) {
|
|
4938
|
-
throw new Error('Required parameter jobId was null or undefined when calling getJobStatusUsingGET.');
|
|
4939
|
-
}
|
|
4940
|
-
let headers = this.defaultHeaders;
|
|
4941
|
-
if (reqId !== undefined && reqId !== null) {
|
|
4942
|
-
headers = headers.set('reqId', String(reqId));
|
|
4943
|
-
}
|
|
4944
|
-
if (token !== undefined && token !== null) {
|
|
4945
|
-
headers = headers.set('token', String(token));
|
|
4946
|
-
}
|
|
4947
|
-
// to determine the Accept header
|
|
4948
|
-
let httpHeaderAccepts = [
|
|
4949
|
-
'application/json'
|
|
4950
|
-
];
|
|
4951
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
4952
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
4953
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
4954
|
-
}
|
|
4955
|
-
// to determine the Content-Type header
|
|
4956
|
-
const consumes = [];
|
|
4957
|
-
return this.httpClient.get(`${this.basePath}/v2/api/creativesets/v2/jobs/${encodeURIComponent(String(jobId))}`, {
|
|
4958
|
-
withCredentials: this.configuration.withCredentials,
|
|
4959
|
-
headers: headers,
|
|
4960
|
-
observe: observe,
|
|
4961
|
-
reportProgress: reportProgress
|
|
4962
|
-
});
|
|
4963
|
-
}
|
|
4964
|
-
getSizeMappingConfigUsingGET(creativeType, reqId, token, observe = 'body', reportProgress = false) {
|
|
4965
|
-
if (creativeType === null || creativeType === undefined) {
|
|
4966
|
-
throw new Error('Required parameter creativeType was null or undefined when calling getSizeMappingConfigUsingGET.');
|
|
4967
|
-
}
|
|
4968
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
4969
|
-
if (creativeType !== undefined && creativeType !== null) {
|
|
4970
|
-
queryParameters = queryParameters.set('creativeType', creativeType);
|
|
4971
|
-
}
|
|
4972
|
-
let headers = this.defaultHeaders;
|
|
4973
|
-
if (reqId !== undefined && reqId !== null) {
|
|
4974
|
-
headers = headers.set('reqId', String(reqId));
|
|
4975
|
-
}
|
|
4976
|
-
if (token !== undefined && token !== null) {
|
|
4977
|
-
headers = headers.set('token', String(token));
|
|
4978
|
-
}
|
|
4979
|
-
// to determine the Accept header
|
|
4980
|
-
let httpHeaderAccepts = [
|
|
4981
|
-
'application/json'
|
|
4982
|
-
];
|
|
4983
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
4984
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
4985
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
4986
|
-
}
|
|
4987
|
-
// to determine the Content-Type header
|
|
4988
|
-
const consumes = [];
|
|
4989
|
-
return this.httpClient.get(`${this.basePath}/v2/api/creativesets/v2/size-mapping-config`, {
|
|
4990
|
-
params: queryParameters,
|
|
4991
|
-
withCredentials: this.configuration.withCredentials,
|
|
4992
|
-
headers: headers,
|
|
4993
|
-
observe: observe,
|
|
4994
|
-
reportProgress: reportProgress
|
|
4995
|
-
});
|
|
4996
|
-
}
|
|
4997
|
-
saveUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
|
|
4998
|
-
if (request === null || request === undefined) {
|
|
4999
|
-
throw new Error('Required parameter request was null or undefined when calling saveUsingPOST.');
|
|
5000
|
-
}
|
|
5001
|
-
let headers = this.defaultHeaders;
|
|
5002
|
-
if (reqId !== undefined && reqId !== null) {
|
|
5003
|
-
headers = headers.set('reqId', String(reqId));
|
|
5004
|
-
}
|
|
5005
|
-
if (token !== undefined && token !== null) {
|
|
5006
|
-
headers = headers.set('token', String(token));
|
|
5007
|
-
}
|
|
5008
|
-
// to determine the Accept header
|
|
5009
|
-
let httpHeaderAccepts = [
|
|
5010
|
-
'application/json'
|
|
5011
|
-
];
|
|
5012
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5013
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
5014
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5015
|
-
}
|
|
5016
|
-
// to determine the Content-Type header
|
|
5017
|
-
const consumes = [
|
|
5018
|
-
'application/json'
|
|
5019
|
-
];
|
|
5020
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5021
|
-
if (httpContentTypeSelected != undefined) {
|
|
5022
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5023
|
-
}
|
|
5024
|
-
return this.httpClient.post(`${this.basePath}/v2/api/creativesets/v2/save`, request, {
|
|
5025
|
-
withCredentials: this.configuration.withCredentials,
|
|
5026
|
-
headers: headers,
|
|
5027
|
-
observe: observe,
|
|
5028
|
-
reportProgress: reportProgress
|
|
5029
|
-
});
|
|
5030
|
-
}
|
|
5031
|
-
updateUsingPOST(id, request, reqId, token, observe = 'body', reportProgress = false) {
|
|
5032
|
-
if (id === null || id === undefined) {
|
|
5033
|
-
throw new Error('Required parameter id was null or undefined when calling updateUsingPOST.');
|
|
5034
|
-
}
|
|
5035
|
-
if (request === null || request === undefined) {
|
|
5036
|
-
throw new Error('Required parameter request was null or undefined when calling updateUsingPOST.');
|
|
5037
|
-
}
|
|
5038
|
-
let headers = this.defaultHeaders;
|
|
5039
|
-
if (reqId !== undefined && reqId !== null) {
|
|
5040
|
-
headers = headers.set('reqId', String(reqId));
|
|
5041
|
-
}
|
|
5042
|
-
if (token !== undefined && token !== null) {
|
|
5043
|
-
headers = headers.set('token', String(token));
|
|
5044
|
-
}
|
|
5045
|
-
// to determine the Accept header
|
|
5046
|
-
let httpHeaderAccepts = [
|
|
5047
|
-
'application/json'
|
|
5048
|
-
];
|
|
5049
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5050
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
5051
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5052
|
-
}
|
|
5053
|
-
// to determine the Content-Type header
|
|
5054
|
-
const consumes = [
|
|
5055
|
-
'application/json'
|
|
5056
|
-
];
|
|
5057
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5058
|
-
if (httpContentTypeSelected != undefined) {
|
|
5059
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5060
|
-
}
|
|
5061
|
-
return this.httpClient.post(`${this.basePath}/v2/api/creativesets/v2/save/${encodeURIComponent(String(id))}`, request, {
|
|
5062
|
-
withCredentials: this.configuration.withCredentials,
|
|
5063
|
-
headers: headers,
|
|
5064
|
-
observe: observe,
|
|
5065
|
-
reportProgress: reportProgress
|
|
5066
|
-
});
|
|
5067
|
-
}
|
|
5068
|
-
uploadUsingPOST(advertiserId, creativeSetType, file, reqId, token, observe = 'body', reportProgress = false) {
|
|
5069
|
-
if (advertiserId === null || advertiserId === undefined) {
|
|
5070
|
-
throw new Error('Required parameter advertiserId was null or undefined when calling uploadUsingPOST.');
|
|
5071
|
-
}
|
|
5072
|
-
if (creativeSetType === null || creativeSetType === undefined) {
|
|
5073
|
-
throw new Error('Required parameter creativeSetType was null or undefined when calling uploadUsingPOST.');
|
|
5074
|
-
}
|
|
5075
|
-
if (file === null || file === undefined) {
|
|
5076
|
-
throw new Error('Required parameter file was null or undefined when calling uploadUsingPOST.');
|
|
5077
|
-
}
|
|
5078
|
-
let headers = this.defaultHeaders;
|
|
5079
|
-
if (reqId !== undefined && reqId !== null) {
|
|
5080
|
-
headers = headers.set('reqId', String(reqId));
|
|
5081
|
-
}
|
|
5082
|
-
if (token !== undefined && token !== null) {
|
|
5083
|
-
headers = headers.set('token', String(token));
|
|
5084
|
-
}
|
|
5085
|
-
// to determine the Accept header
|
|
5086
|
-
let httpHeaderAccepts = [
|
|
5087
|
-
'application/json'
|
|
5088
|
-
];
|
|
5089
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5090
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
5091
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5092
|
-
}
|
|
5093
|
-
// to determine the Content-Type header
|
|
5094
|
-
const consumes = [
|
|
5095
|
-
'multipart/form-data'
|
|
5096
|
-
];
|
|
5097
|
-
const canConsumeForm = this.canConsumeForm(consumes);
|
|
5098
|
-
let formParams;
|
|
5099
|
-
let useForm = false;
|
|
5100
|
-
let convertFormParamsToString = false;
|
|
5101
|
-
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5102
|
-
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5103
|
-
useForm = canConsumeForm;
|
|
5104
|
-
if (useForm) {
|
|
5105
|
-
formParams = new FormData();
|
|
5106
|
-
}
|
|
5107
|
-
else {
|
|
5108
|
-
formParams = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5109
|
-
}
|
|
5110
|
-
if (advertiserId !== undefined) {
|
|
5111
|
-
formParams = formParams.append('advertiserId', advertiserId) || formParams;
|
|
5112
|
-
}
|
|
5113
|
-
if (creativeSetType !== undefined) {
|
|
5114
|
-
formParams = formParams.append('creativeSetType', creativeSetType) || formParams;
|
|
5115
|
-
}
|
|
5116
|
-
if (file !== undefined) {
|
|
5117
|
-
formParams = formParams.append('file', file) || formParams;
|
|
5118
|
-
}
|
|
5119
|
-
return this.httpClient.post(`${this.basePath}/v2/api/creativesets/v2/upload`, convertFormParamsToString ? formParams.toString() : formParams, {
|
|
5120
|
-
withCredentials: this.configuration.withCredentials,
|
|
5121
|
-
headers: headers,
|
|
5122
|
-
observe: observe,
|
|
5123
|
-
reportProgress: reportProgress
|
|
5124
|
-
});
|
|
5125
|
-
}
|
|
5126
|
-
}
|
|
5127
|
-
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 });
|
|
5128
|
-
CreativeSetsV2ControllerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CreativeSetsV2ControllerService });
|
|
5129
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CreativeSetsV2ControllerService, decorators: [{
|
|
5130
|
-
type: Injectable
|
|
5131
|
-
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
5132
|
-
type: Optional
|
|
5133
|
-
}, {
|
|
5134
|
-
type: Inject,
|
|
5135
|
-
args: [BASE_PATH]
|
|
5136
|
-
}] }, { type: Configuration, decorators: [{
|
|
5137
|
-
type: Optional
|
|
5138
|
-
}] }]; } });
|
|
5139
|
-
|
|
5140
4897
|
/**
|
|
5141
4898
|
* Api Documentation
|
|
5142
4899
|
* Api Documentation
|
|
@@ -5152,7 +4909,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5152
4909
|
class CreativeTemplateThemesControllerService {
|
|
5153
4910
|
constructor(httpClient, basePath, configuration) {
|
|
5154
4911
|
this.httpClient = httpClient;
|
|
5155
|
-
this.basePath = 'https://
|
|
4912
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5156
4913
|
this.defaultHeaders = new HttpHeaders();
|
|
5157
4914
|
this.configuration = new Configuration();
|
|
5158
4915
|
if (basePath) {
|
|
@@ -5337,7 +5094,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5337
5094
|
class CreativeTemplateVariablesControllerService {
|
|
5338
5095
|
constructor(httpClient, basePath, configuration) {
|
|
5339
5096
|
this.httpClient = httpClient;
|
|
5340
|
-
this.basePath = 'https://
|
|
5097
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5341
5098
|
this.defaultHeaders = new HttpHeaders();
|
|
5342
5099
|
this.configuration = new Configuration();
|
|
5343
5100
|
if (basePath) {
|
|
@@ -5415,7 +5172,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5415
5172
|
class CreativeTemplatesControllerService {
|
|
5416
5173
|
constructor(httpClient, basePath, configuration) {
|
|
5417
5174
|
this.httpClient = httpClient;
|
|
5418
|
-
this.basePath = 'https://
|
|
5175
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5419
5176
|
this.defaultHeaders = new HttpHeaders();
|
|
5420
5177
|
this.configuration = new Configuration();
|
|
5421
5178
|
if (basePath) {
|
|
@@ -5580,7 +5337,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5580
5337
|
class CustomerReportingControllerService {
|
|
5581
5338
|
constructor(httpClient, basePath, configuration) {
|
|
5582
5339
|
this.httpClient = httpClient;
|
|
5583
|
-
this.basePath = 'https://
|
|
5340
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5584
5341
|
this.defaultHeaders = new HttpHeaders();
|
|
5585
5342
|
this.configuration = new Configuration();
|
|
5586
5343
|
if (basePath) {
|
|
@@ -5743,7 +5500,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5743
5500
|
class DCOVideoSettingsControllerService {
|
|
5744
5501
|
constructor(httpClient, basePath, configuration) {
|
|
5745
5502
|
this.httpClient = httpClient;
|
|
5746
|
-
this.basePath = 'https://
|
|
5503
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5747
5504
|
this.defaultHeaders = new HttpHeaders();
|
|
5748
5505
|
this.configuration = new Configuration();
|
|
5749
5506
|
if (basePath) {
|
|
@@ -6309,7 +6066,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6309
6066
|
class DashboardControllerService {
|
|
6310
6067
|
constructor(httpClient, basePath, configuration) {
|
|
6311
6068
|
this.httpClient = httpClient;
|
|
6312
|
-
this.basePath = 'https://
|
|
6069
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6313
6070
|
this.defaultHeaders = new HttpHeaders();
|
|
6314
6071
|
this.configuration = new Configuration();
|
|
6315
6072
|
if (basePath) {
|
|
@@ -6967,7 +6724,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6967
6724
|
class ExperimentsControllerService {
|
|
6968
6725
|
constructor(httpClient, basePath, configuration) {
|
|
6969
6726
|
this.httpClient = httpClient;
|
|
6970
|
-
this.basePath = 'https://
|
|
6727
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6971
6728
|
this.defaultHeaders = new HttpHeaders();
|
|
6972
6729
|
this.configuration = new Configuration();
|
|
6973
6730
|
if (basePath) {
|
|
@@ -7694,7 +7451,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7694
7451
|
class NotificationsControllerService {
|
|
7695
7452
|
constructor(httpClient, basePath, configuration) {
|
|
7696
7453
|
this.httpClient = httpClient;
|
|
7697
|
-
this.basePath = 'https://
|
|
7454
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
7698
7455
|
this.defaultHeaders = new HttpHeaders();
|
|
7699
7456
|
this.configuration = new Configuration();
|
|
7700
7457
|
if (basePath) {
|
|
@@ -7907,7 +7664,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7907
7664
|
class PixelControllerService {
|
|
7908
7665
|
constructor(httpClient, basePath, configuration) {
|
|
7909
7666
|
this.httpClient = httpClient;
|
|
7910
|
-
this.basePath = 'https://
|
|
7667
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
7911
7668
|
this.defaultHeaders = new HttpHeaders();
|
|
7912
7669
|
this.configuration = new Configuration();
|
|
7913
7670
|
if (basePath) {
|
|
@@ -8143,12 +7900,12 @@ class PixelControllerService {
|
|
|
8143
7900
|
reportProgress: reportProgress
|
|
8144
7901
|
});
|
|
8145
7902
|
}
|
|
8146
|
-
|
|
7903
|
+
updateUsingPOST1(id, pixel, reqId, token, observe = 'body', reportProgress = false) {
|
|
8147
7904
|
if (id === null || id === undefined) {
|
|
8148
|
-
throw new Error('Required parameter id was null or undefined when calling
|
|
7905
|
+
throw new Error('Required parameter id was null or undefined when calling updateUsingPOST1.');
|
|
8149
7906
|
}
|
|
8150
7907
|
if (pixel === null || pixel === undefined) {
|
|
8151
|
-
throw new Error('Required parameter pixel was null or undefined when calling
|
|
7908
|
+
throw new Error('Required parameter pixel was null or undefined when calling updateUsingPOST1.');
|
|
8152
7909
|
}
|
|
8153
7910
|
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
8154
7911
|
if (id !== undefined && id !== null) {
|
|
@@ -8214,7 +7971,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8214
7971
|
class ReportControllerService {
|
|
8215
7972
|
constructor(httpClient, basePath, configuration) {
|
|
8216
7973
|
this.httpClient = httpClient;
|
|
8217
|
-
this.basePath = 'https://
|
|
7974
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
8218
7975
|
this.defaultHeaders = new HttpHeaders();
|
|
8219
7976
|
this.configuration = new Configuration();
|
|
8220
7977
|
if (basePath) {
|
|
@@ -8351,7 +8108,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8351
8108
|
class ReportingControllerService {
|
|
8352
8109
|
constructor(httpClient, basePath, configuration) {
|
|
8353
8110
|
this.httpClient = httpClient;
|
|
8354
|
-
this.basePath = 'https://
|
|
8111
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
8355
8112
|
this.defaultHeaders = new HttpHeaders();
|
|
8356
8113
|
this.configuration = new Configuration();
|
|
8357
8114
|
if (basePath) {
|
|
@@ -8521,7 +8278,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8521
8278
|
class ReportingSchedulerControllerService {
|
|
8522
8279
|
constructor(httpClient, basePath, configuration) {
|
|
8523
8280
|
this.httpClient = httpClient;
|
|
8524
|
-
this.basePath = 'https://
|
|
8281
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
8525
8282
|
this.defaultHeaders = new HttpHeaders();
|
|
8526
8283
|
this.configuration = new Configuration();
|
|
8527
8284
|
if (basePath) {
|
|
@@ -8836,7 +8593,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8836
8593
|
class SafeguardControllerService {
|
|
8837
8594
|
constructor(httpClient, basePath, configuration) {
|
|
8838
8595
|
this.httpClient = httpClient;
|
|
8839
|
-
this.basePath = 'https://
|
|
8596
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
8840
8597
|
this.defaultHeaders = new HttpHeaders();
|
|
8841
8598
|
this.configuration = new Configuration();
|
|
8842
8599
|
if (basePath) {
|
|
@@ -9330,7 +9087,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9330
9087
|
class SliceXControllerService {
|
|
9331
9088
|
constructor(httpClient, basePath, configuration) {
|
|
9332
9089
|
this.httpClient = httpClient;
|
|
9333
|
-
this.basePath = 'https://
|
|
9090
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
9334
9091
|
this.defaultHeaders = new HttpHeaders();
|
|
9335
9092
|
this.configuration = new Configuration();
|
|
9336
9093
|
if (basePath) {
|
|
@@ -9734,7 +9491,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9734
9491
|
class StrategyControllerService {
|
|
9735
9492
|
constructor(httpClient, basePath, configuration) {
|
|
9736
9493
|
this.httpClient = httpClient;
|
|
9737
|
-
this.basePath = 'https://
|
|
9494
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
9738
9495
|
this.defaultHeaders = new HttpHeaders();
|
|
9739
9496
|
this.configuration = new Configuration();
|
|
9740
9497
|
if (basePath) {
|
|
@@ -10936,7 +10693,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10936
10693
|
class StrategyTemplateControllerService {
|
|
10937
10694
|
constructor(httpClient, basePath, configuration) {
|
|
10938
10695
|
this.httpClient = httpClient;
|
|
10939
|
-
this.basePath = 'https://
|
|
10696
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
10940
10697
|
this.defaultHeaders = new HttpHeaders();
|
|
10941
10698
|
this.configuration = new Configuration();
|
|
10942
10699
|
if (basePath) {
|
|
@@ -11058,7 +10815,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
11058
10815
|
class UILoggerControllerService {
|
|
11059
10816
|
constructor(httpClient, basePath, configuration) {
|
|
11060
10817
|
this.httpClient = httpClient;
|
|
11061
|
-
this.basePath = 'https://
|
|
10818
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
11062
10819
|
this.defaultHeaders = new HttpHeaders();
|
|
11063
10820
|
this.configuration = new Configuration();
|
|
11064
10821
|
if (basePath) {
|
|
@@ -11150,7 +10907,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
11150
10907
|
class UserPreferenceControllerService {
|
|
11151
10908
|
constructor(httpClient, basePath, configuration) {
|
|
11152
10909
|
this.httpClient = httpClient;
|
|
11153
|
-
this.basePath = 'https://
|
|
10910
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
11154
10911
|
this.defaultHeaders = new HttpHeaders();
|
|
11155
10912
|
this.configuration = new Configuration();
|
|
11156
10913
|
if (basePath) {
|
|
@@ -11309,7 +11066,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
11309
11066
|
type: Optional
|
|
11310
11067
|
}] }]; } });
|
|
11311
11068
|
|
|
11312
|
-
const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AppsFlyerControllerService, AudienceControllerService, AuditControllerService, BidFunnelControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService,
|
|
11069
|
+
const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AppsFlyerControllerService, AudienceControllerService, AuditControllerService, BidFunnelControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DCOVideoSettingsControllerService, DashboardControllerService, ExperimentsControllerService, NotificationsControllerService, PixelControllerService, ReportControllerService, ReportingControllerService, ReportingSchedulerControllerService, SafeguardControllerService, SliceXControllerService, StrategyControllerService, StrategyTemplateControllerService, UILoggerControllerService, UserPreferenceControllerService];
|
|
11313
11070
|
|
|
11314
11071
|
var ABTestingDTO;
|
|
11315
11072
|
(function (ABTestingDTO) {
|
|
@@ -11436,8 +11193,7 @@ var AdvertiserAppSettingsDTO;
|
|
|
11436
11193
|
CREATIVENAMEFORMAT: 'CREATIVE_NAME_FORMAT',
|
|
11437
11194
|
CLICKSIGNING: 'CLICK_SIGNING',
|
|
11438
11195
|
SLACKCHANNELID: 'SLACK_CHANNEL_ID',
|
|
11439
|
-
ENABLEAUDITLOGSREPORT: 'ENABLE_AUDIT_LOGS_REPORT'
|
|
11440
|
-
CREATIVEBORDERTYPE: 'CREATIVE_BORDER_TYPE'
|
|
11196
|
+
ENABLEAUDITLOGSREPORT: 'ENABLE_AUDIT_LOGS_REPORT'
|
|
11441
11197
|
};
|
|
11442
11198
|
AdvertiserAppSettingsDTO.TypeEnum = {
|
|
11443
11199
|
BOOLEAN: 'BOOLEAN',
|
|
@@ -11502,15 +11258,6 @@ var AdvertiserCohortResponse;
|
|
|
11502
11258
|
* Do not edit the class manually.
|
|
11503
11259
|
*/
|
|
11504
11260
|
|
|
11505
|
-
var AdvertiserSettings;
|
|
11506
|
-
(function (AdvertiserSettings) {
|
|
11507
|
-
AdvertiserSettings.CreativeBorderTypeEnum = {
|
|
11508
|
-
NONE: 'NONE',
|
|
11509
|
-
BLACK: 'BLACK',
|
|
11510
|
-
BLUR: 'BLUR'
|
|
11511
|
-
};
|
|
11512
|
-
})(AdvertiserSettings || (AdvertiserSettings = {}));
|
|
11513
|
-
|
|
11514
11261
|
/**
|
|
11515
11262
|
* Api Documentation
|
|
11516
11263
|
* Api Documentation
|
|
@@ -11617,8 +11364,7 @@ var AppSettingsDTO;
|
|
|
11617
11364
|
CREATIVENAMEFORMAT: 'CREATIVE_NAME_FORMAT',
|
|
11618
11365
|
CLICKSIGNING: 'CLICK_SIGNING',
|
|
11619
11366
|
SLACKCHANNELID: 'SLACK_CHANNEL_ID',
|
|
11620
|
-
ENABLEAUDITLOGSREPORT: 'ENABLE_AUDIT_LOGS_REPORT'
|
|
11621
|
-
CREATIVEBORDERTYPE: 'CREATIVE_BORDER_TYPE'
|
|
11367
|
+
ENABLEAUDITLOGSREPORT: 'ENABLE_AUDIT_LOGS_REPORT'
|
|
11622
11368
|
};
|
|
11623
11369
|
AppSettingsDTO.SettingsTypeEnum = {
|
|
11624
11370
|
BOOLEAN: 'BOOLEAN',
|
|
@@ -12136,49 +11882,6 @@ var CohortCampaignStrategyDO;
|
|
|
12136
11882
|
* Do not edit the class manually.
|
|
12137
11883
|
*/
|
|
12138
11884
|
|
|
12139
|
-
var CreativeAssetOptimizationRequest;
|
|
12140
|
-
(function (CreativeAssetOptimizationRequest) {
|
|
12141
|
-
CreativeAssetOptimizationRequest.CreativeSetTypeEnum = {
|
|
12142
|
-
IMAGE: 'IMAGE',
|
|
12143
|
-
VIDEO: 'VIDEO',
|
|
12144
|
-
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
12145
|
-
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
12146
|
-
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
12147
|
-
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
12148
|
-
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
12149
|
-
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
12150
|
-
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
12151
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
12152
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
12153
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
12154
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
12155
|
-
NATIVEICON: 'NATIVE_ICON',
|
|
12156
|
-
ICON: 'ICON',
|
|
12157
|
-
CTVVIDEO: 'CTV_VIDEO',
|
|
12158
|
-
PLAYABLE: 'PLAYABLE'
|
|
12159
|
-
};
|
|
12160
|
-
})(CreativeAssetOptimizationRequest || (CreativeAssetOptimizationRequest = {}));
|
|
12161
|
-
|
|
12162
|
-
/**
|
|
12163
|
-
* Api Documentation
|
|
12164
|
-
* Api Documentation
|
|
12165
|
-
*
|
|
12166
|
-
* OpenAPI spec version: 1.0
|
|
12167
|
-
*
|
|
12168
|
-
*
|
|
12169
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12170
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12171
|
-
* Do not edit the class manually.
|
|
12172
|
-
*/
|
|
12173
|
-
var CreativeAssetUploadResponse;
|
|
12174
|
-
(function (CreativeAssetUploadResponse) {
|
|
12175
|
-
CreativeAssetUploadResponse.WarningCodeEnum = {
|
|
12176
|
-
INVALIDSIZE: 'INVALID_SIZE',
|
|
12177
|
-
ASPECTRATIOMISMATCH: 'ASPECT_RATIO_MISMATCH',
|
|
12178
|
-
LOWRESOLUTIONUPLOAD: 'LOW_RESOLUTION_UPLOAD'
|
|
12179
|
-
};
|
|
12180
|
-
})(CreativeAssetUploadResponse || (CreativeAssetUploadResponse = {}));
|
|
12181
|
-
|
|
12182
11885
|
var CreativeCompactDTO;
|
|
12183
11886
|
(function (CreativeCompactDTO) {
|
|
12184
11887
|
CreativeCompactDTO.TypeEnum = {
|
|
@@ -12203,11 +11906,6 @@ var CreativeCompactDTO;
|
|
|
12203
11906
|
|
|
12204
11907
|
var CreativeDTO;
|
|
12205
11908
|
(function (CreativeDTO) {
|
|
12206
|
-
CreativeDTO.BorderTypeEnum = {
|
|
12207
|
-
NONE: 'NONE',
|
|
12208
|
-
BLACK: 'BLACK',
|
|
12209
|
-
BLUR: 'BLUR'
|
|
12210
|
-
};
|
|
12211
11909
|
CreativeDTO.ContentTypeEnum = {
|
|
12212
11910
|
ZIP: 'ZIP',
|
|
12213
11911
|
JPG: 'JPG',
|
|
@@ -12276,11 +11974,6 @@ var CreativeDetails;
|
|
|
12276
11974
|
|
|
12277
11975
|
var CreativeEntity;
|
|
12278
11976
|
(function (CreativeEntity) {
|
|
12279
|
-
CreativeEntity.BorderTypeEnum = {
|
|
12280
|
-
NONE: 'NONE',
|
|
12281
|
-
BLACK: 'BLACK',
|
|
12282
|
-
BLUR: 'BLUR'
|
|
12283
|
-
};
|
|
12284
11977
|
CreativeEntity.HybridAdTypeEnum = {
|
|
12285
11978
|
STATIC: 'STATIC',
|
|
12286
11979
|
DYNAMIC: 'DYNAMIC'
|
|
@@ -12546,44 +12239,6 @@ var CreativeSetResponse;
|
|
|
12546
12239
|
};
|
|
12547
12240
|
})(CreativeSetResponse || (CreativeSetResponse = {}));
|
|
12548
12241
|
|
|
12549
|
-
/**
|
|
12550
|
-
* Api Documentation
|
|
12551
|
-
* Api Documentation
|
|
12552
|
-
*
|
|
12553
|
-
* OpenAPI spec version: 1.0
|
|
12554
|
-
*
|
|
12555
|
-
*
|
|
12556
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12557
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12558
|
-
* Do not edit the class manually.
|
|
12559
|
-
*/
|
|
12560
|
-
var CreativeSizeMappingDTO;
|
|
12561
|
-
(function (CreativeSizeMappingDTO) {
|
|
12562
|
-
CreativeSizeMappingDTO.CreativeTypeEnum = {
|
|
12563
|
-
IMAGE: 'IMAGE',
|
|
12564
|
-
VIDEO: 'VIDEO',
|
|
12565
|
-
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
12566
|
-
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
12567
|
-
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
12568
|
-
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
12569
|
-
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
12570
|
-
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
12571
|
-
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
12572
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
12573
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
12574
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
12575
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
12576
|
-
NATIVEICON: 'NATIVE_ICON',
|
|
12577
|
-
ICON: 'ICON',
|
|
12578
|
-
CTVVIDEO: 'CTV_VIDEO',
|
|
12579
|
-
PLAYABLE: 'PLAYABLE'
|
|
12580
|
-
};
|
|
12581
|
-
CreativeSizeMappingDTO.MappingTypeEnum = {
|
|
12582
|
-
EXACTFIT: 'EXACT_FIT',
|
|
12583
|
-
BORDER: 'BORDER'
|
|
12584
|
-
};
|
|
12585
|
-
})(CreativeSizeMappingDTO || (CreativeSizeMappingDTO = {}));
|
|
12586
|
-
|
|
12587
12242
|
/**
|
|
12588
12243
|
* Api Documentation
|
|
12589
12244
|
* Api Documentation
|
|
@@ -13050,25 +12705,6 @@ var DynamicVideoConfigDTO;
|
|
|
13050
12705
|
* Do not edit the class manually.
|
|
13051
12706
|
*/
|
|
13052
12707
|
|
|
13053
|
-
/**
|
|
13054
|
-
* Api Documentation
|
|
13055
|
-
* Api Documentation
|
|
13056
|
-
*
|
|
13057
|
-
* OpenAPI spec version: 1.0
|
|
13058
|
-
*
|
|
13059
|
-
*
|
|
13060
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
13061
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
13062
|
-
* Do not edit the class manually.
|
|
13063
|
-
*/
|
|
13064
|
-
var EndCardSelectionDTO;
|
|
13065
|
-
(function (EndCardSelectionDTO) {
|
|
13066
|
-
EndCardSelectionDTO.EndCardTypeEnum = {
|
|
13067
|
-
IMAGE: 'IMAGE',
|
|
13068
|
-
HTML: 'HTML'
|
|
13069
|
-
};
|
|
13070
|
-
})(EndCardSelectionDTO || (EndCardSelectionDTO = {}));
|
|
13071
|
-
|
|
13072
12708
|
/**
|
|
13073
12709
|
* Api Documentation
|
|
13074
12710
|
* Api Documentation
|
|
@@ -13552,38 +13188,6 @@ var NotificationResponse;
|
|
|
13552
13188
|
* Do not edit the class manually.
|
|
13553
13189
|
*/
|
|
13554
13190
|
|
|
13555
|
-
/**
|
|
13556
|
-
* Api Documentation
|
|
13557
|
-
* Api Documentation
|
|
13558
|
-
*
|
|
13559
|
-
* OpenAPI spec version: 1.0
|
|
13560
|
-
*
|
|
13561
|
-
*
|
|
13562
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
13563
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
13564
|
-
* Do not edit the class manually.
|
|
13565
|
-
*/
|
|
13566
|
-
var OptimizationJobItemStatusDTO;
|
|
13567
|
-
(function (OptimizationJobItemStatusDTO) {
|
|
13568
|
-
OptimizationJobItemStatusDTO.StatusEnum = {
|
|
13569
|
-
PENDING: 'PENDING',
|
|
13570
|
-
PROCESSING: 'PROCESSING',
|
|
13571
|
-
COMPLETED: 'COMPLETED',
|
|
13572
|
-
FAILED: 'FAILED'
|
|
13573
|
-
};
|
|
13574
|
-
})(OptimizationJobItemStatusDTO || (OptimizationJobItemStatusDTO = {}));
|
|
13575
|
-
|
|
13576
|
-
var OptimizationJobStatusResponse;
|
|
13577
|
-
(function (OptimizationJobStatusResponse) {
|
|
13578
|
-
OptimizationJobStatusResponse.StatusEnum = {
|
|
13579
|
-
PENDING: 'PENDING',
|
|
13580
|
-
PROCESSING: 'PROCESSING',
|
|
13581
|
-
COMPLETED: 'COMPLETED',
|
|
13582
|
-
COMPLETEDWITHERRORS: 'COMPLETED_WITH_ERRORS',
|
|
13583
|
-
FAILED: 'FAILED'
|
|
13584
|
-
};
|
|
13585
|
-
})(OptimizationJobStatusResponse || (OptimizationJobStatusResponse = {}));
|
|
13586
|
-
|
|
13587
13191
|
var OptimizationRuleAuditLogDTO;
|
|
13588
13192
|
(function (OptimizationRuleAuditLogDTO) {
|
|
13589
13193
|
OptimizationRuleAuditLogDTO.StateEnum = {
|
|
@@ -14032,30 +13636,6 @@ var SchedulerRequest;
|
|
|
14032
13636
|
};
|
|
14033
13637
|
})(SchedulerRequest || (SchedulerRequest = {}));
|
|
14034
13638
|
|
|
14035
|
-
/**
|
|
14036
|
-
* Api Documentation
|
|
14037
|
-
* Api Documentation
|
|
14038
|
-
*
|
|
14039
|
-
* OpenAPI spec version: 1.0
|
|
14040
|
-
*
|
|
14041
|
-
*
|
|
14042
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
14043
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
14044
|
-
* Do not edit the class manually.
|
|
14045
|
-
*/
|
|
14046
|
-
var SelectedTargetDTO;
|
|
14047
|
-
(function (SelectedTargetDTO) {
|
|
14048
|
-
SelectedTargetDTO.BorderTypeEnum = {
|
|
14049
|
-
NONE: 'NONE',
|
|
14050
|
-
BLACK: 'BLACK',
|
|
14051
|
-
BLUR: 'BLUR'
|
|
14052
|
-
};
|
|
14053
|
-
SelectedTargetDTO.MappingTypeEnum = {
|
|
14054
|
-
EXACTFIT: 'EXACT_FIT',
|
|
14055
|
-
BORDER: 'BORDER'
|
|
14056
|
-
};
|
|
14057
|
-
})(SelectedTargetDTO || (SelectedTargetDTO = {}));
|
|
14058
|
-
|
|
14059
13639
|
/**
|
|
14060
13640
|
* Api Documentation
|
|
14061
13641
|
* Api Documentation
|
|
@@ -14590,11 +14170,6 @@ var VastCreative;
|
|
|
14590
14170
|
*/
|
|
14591
14171
|
var VideoAttributes;
|
|
14592
14172
|
(function (VideoAttributes) {
|
|
14593
|
-
VideoAttributes.BorderTypeEnum = {
|
|
14594
|
-
NONE: 'NONE',
|
|
14595
|
-
BLACK: 'BLACK',
|
|
14596
|
-
BLUR: 'BLUR'
|
|
14597
|
-
};
|
|
14598
14173
|
VideoAttributes.CompanionContentTypeEnum = {
|
|
14599
14174
|
ZIP: 'ZIP',
|
|
14600
14175
|
JPG: 'JPG',
|
|
@@ -14759,7 +14334,6 @@ ApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
|
14759
14334
|
ClickDestinationControllerService,
|
|
14760
14335
|
CreativeControllerService,
|
|
14761
14336
|
CreativeSetsControllerService,
|
|
14762
|
-
CreativeSetsV2ControllerService,
|
|
14763
14337
|
CreativeTemplateThemesControllerService,
|
|
14764
14338
|
CreativeTemplateVariablesControllerService,
|
|
14765
14339
|
CreativeTemplatesControllerService,
|
|
@@ -14800,7 +14374,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
14800
14374
|
ClickDestinationControllerService,
|
|
14801
14375
|
CreativeControllerService,
|
|
14802
14376
|
CreativeSetsControllerService,
|
|
14803
|
-
CreativeSetsV2ControllerService,
|
|
14804
14377
|
CreativeTemplateThemesControllerService,
|
|
14805
14378
|
CreativeTemplateVariablesControllerService,
|
|
14806
14379
|
CreativeTemplatesControllerService,
|
|
@@ -14833,5 +14406,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
14833
14406
|
* Generated bundle index. Do not edit.
|
|
14834
14407
|
*/
|
|
14835
14408
|
|
|
14836
|
-
export { ABTestingDTO, ABTestingResponseDetails, ABTestingVariantDTO, APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserAppSettingsDTO, AdvertiserCohortDTO, AdvertiserCohortResponse, AdvertiserControllerService,
|
|
14409
|
+
export { ABTestingDTO, ABTestingResponseDetails, ABTestingVariantDTO, APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserAppSettingsDTO, AdvertiserCohortDTO, AdvertiserCohortResponse, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerControllerService, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BidFunnelControllerService, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, CohortCampaignStrategyDO, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeDetails, CreativeEntity, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetPerformanceList, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DCOVideoSettingsControllerService, DashboardControllerService, DcoAttributesDTO, DcoVideoAssetDTO, DeviceTargetModel, DuplicateCampaignStrategyRequestDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, EndCards, ExperimentsControllerService, ExperimentsEntity, FilterModel, GeoFenceDTO, GeoListRequest, IncrementalityTestDTO, IncrementalityTestDetails, JobResponse, JsonNode, LookAlikeAudienceConfigDTO, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, OptimizationRuleAuditLogDTO, OptimizationRuleDTO, PixelControllerService, PixelDataFileDTO, RecencyTargetingDTO, RemoteFileDTO, ReportControllerService, ReportProperty, ReportRequest, ReportResponse, ReportingControllerService, ReportingRequest, ReportingResponse, ReportingSchedulerControllerService, ReportingSchedulerResponse, RuleDTO, SafeguardBlockedItemDTO, SafeguardControllerService, SafeguardDetail, SafeguardExclusionDTO, SafeguardRequestDTO, SafeguardResponseDTO, SchedulerRequest, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, StrategyRuleResponse, StrategyTemplateControllerService, StrategyTemplateDTO, StrategyTemplateResponse, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties, WhitelabelingEntity };
|
|
14837
14410
|
//# sourceMappingURL=revxui-api-clients-ts.mjs.map
|