@revxui/api-clients-ts 1.1.461 → 1.1.462
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 +3 -1
- package/api/dCOVideoSettingsController.service.d.ts +189 -0
- package/esm2020/api/adminController.service.mjs +2 -2
- package/esm2020/api/advertiserController.service.mjs +2 -2
- package/esm2020/api/api.mjs +4 -2
- package/esm2020/api/appSettingsController.service.mjs +2 -2
- package/esm2020/api/appsFlyerController.service.mjs +2 -2
- package/esm2020/api/audienceController.service.mjs +2 -2
- package/esm2020/api/auditController.service.mjs +2 -2
- package/esm2020/api/bidFunnelController.service.mjs +2 -2
- package/esm2020/api/bulkStrategyController.service.mjs +2 -2
- package/esm2020/api/cSSThemeController_.service.mjs +2 -2
- package/esm2020/api/campaignController.service.mjs +2 -2
- package/esm2020/api/catalogController.service.mjs +2 -2
- package/esm2020/api/clickDestinationController.service.mjs +2 -2
- package/esm2020/api/creativeController.service.mjs +2 -2
- package/esm2020/api/creativeSetsController.service.mjs +2 -2
- package/esm2020/api/creativeTemplateThemesController.service.mjs +2 -2
- package/esm2020/api/creativeTemplateVariablesController.service.mjs +2 -2
- package/esm2020/api/creativeTemplatesController.service.mjs +2 -2
- package/esm2020/api/customerReportingController.service.mjs +2 -2
- package/esm2020/api/dCOVideoSettingsController.service.mjs +497 -0
- package/esm2020/api/dashboardController.service.mjs +2 -2
- package/esm2020/api/experimentsController.service.mjs +2 -2
- package/esm2020/api/notificationsController.service.mjs +2 -2
- package/esm2020/api/pixelController.service.mjs +2 -2
- package/esm2020/api/reportController.service.mjs +2 -2
- package/esm2020/api/reportingController.service.mjs +2 -2
- package/esm2020/api/reportingSchedulerController.service.mjs +2 -2
- package/esm2020/api/safeguardController.service.mjs +2 -2
- package/esm2020/api/sliceXController.service.mjs +2 -2
- package/esm2020/api/strategyController.service.mjs +2 -2
- package/esm2020/api/strategyTemplateController.service.mjs +2 -2
- package/esm2020/api/uILoggerController.service.mjs +2 -2
- package/esm2020/api/userPreferenceController.service.mjs +2 -2
- package/esm2020/api.module.mjs +4 -1
- package/esm2020/model/apiResponseObjectDcoVideoActivateResponse.mjs +2 -0
- package/esm2020/model/apiResponseObjectDcoVideoAssetUploadResponse.mjs +2 -0
- package/esm2020/model/apiResponseObjectDcoVideoDeleteResponse.mjs +2 -0
- package/esm2020/model/apiResponseObjectDcoVideoGenerateSampleResponse.mjs +2 -0
- package/esm2020/model/apiResponseObjectDcoVideoGeneratedCountResponse.mjs +2 -0
- package/esm2020/model/apiResponseObjectDcoVideoSettingsDTO.mjs +2 -0
- package/esm2020/model/apiResponseObjectListDcoVideoBrandGuidelineDTO.mjs +2 -0
- package/esm2020/model/apiResponseObjectListDcoVideoDimensionDTO.mjs +2 -0
- package/esm2020/model/apiResponseObjectListDcoVideoSettingsDTO.mjs +2 -0
- package/esm2020/model/apiResponseObjectListDcoVideoTemplateDTO.mjs +2 -0
- package/esm2020/model/apiResponseObjectListstring.mjs +13 -0
- package/esm2020/model/dcoVideoActivateRequest.mjs +13 -0
- package/esm2020/model/dcoVideoActivateResponse.mjs +13 -0
- package/esm2020/model/dcoVideoAssetDTO.mjs +19 -0
- package/esm2020/model/dcoVideoAssetUploadResponse.mjs +2 -0
- package/esm2020/model/dcoVideoBrandGuidelineDTO.mjs +13 -0
- package/esm2020/model/dcoVideoCatalogItemDTO.mjs +13 -0
- package/esm2020/model/dcoVideoDeleteResponse.mjs +13 -0
- package/esm2020/model/dcoVideoDimensionDTO.mjs +13 -0
- package/esm2020/model/dcoVideoGenerateSampleRequest.mjs +2 -0
- package/esm2020/model/dcoVideoGenerateSampleResponse.mjs +2 -0
- package/esm2020/model/dcoVideoGeneratedCountResponse.mjs +13 -0
- package/esm2020/model/dcoVideoSettingsCreateRequest.mjs +2 -0
- package/esm2020/model/dcoVideoSettingsDTO.mjs +2 -0
- package/esm2020/model/dcoVideoSettingsUpdateRequest.mjs +2 -0
- package/esm2020/model/dcoVideoTemplateDTO.mjs +2 -0
- package/esm2020/model/dcoVideoTemplateRequirementsDTO.mjs +13 -0
- package/esm2020/model/dcoVideoUploadedAssetDTO.mjs +13 -0
- package/esm2020/model/inputStream.mjs +13 -0
- package/esm2020/model/modelFile.mjs +13 -0
- package/esm2020/model/models.mjs +35 -1
- package/esm2020/model/resource.mjs +2 -0
- package/esm2020/model/safeguardBlockedItemDTO.mjs +5 -2
- package/esm2020/model/safeguardDetail.mjs +2 -3
- package/esm2020/model/safeguardExclusionDTO.mjs +2 -3
- package/esm2020/model/safeguardRequestDTO.mjs +2 -3
- package/esm2020/model/safeguardResponseDTO.mjs +2 -3
- package/esm2020/model/uRI.mjs +13 -0
- package/esm2020/model/uRL.mjs +2 -0
- package/esm2020/model/uRLStreamHandler.mjs +13 -0
- package/fesm2015/revxui-api-clients-ts.mjs +553 -42
- package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
- package/fesm2020/revxui-api-clients-ts.mjs +719 -42
- package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
- package/model/apiResponseObjectDcoVideoActivateResponse.d.ts +17 -0
- package/model/apiResponseObjectDcoVideoAssetUploadResponse.d.ts +17 -0
- package/model/apiResponseObjectDcoVideoDeleteResponse.d.ts +17 -0
- package/model/apiResponseObjectDcoVideoGenerateSampleResponse.d.ts +17 -0
- package/model/apiResponseObjectDcoVideoGeneratedCountResponse.d.ts +17 -0
- package/model/apiResponseObjectDcoVideoSettingsDTO.d.ts +17 -0
- package/model/apiResponseObjectListDcoVideoBrandGuidelineDTO.d.ts +17 -0
- package/model/apiResponseObjectListDcoVideoDimensionDTO.d.ts +17 -0
- package/model/apiResponseObjectListDcoVideoSettingsDTO.d.ts +17 -0
- package/model/apiResponseObjectListDcoVideoTemplateDTO.d.ts +17 -0
- package/model/apiResponseObjectListstring.d.ts +16 -0
- package/model/dcoVideoActivateRequest.d.ts +15 -0
- package/model/dcoVideoActivateResponse.d.ts +18 -0
- package/model/dcoVideoAssetDTO.d.ts +31 -0
- package/model/dcoVideoAssetUploadResponse.d.ts +17 -0
- package/model/dcoVideoBrandGuidelineDTO.d.ts +16 -0
- package/model/dcoVideoCatalogItemDTO.d.ts +16 -0
- package/model/dcoVideoDeleteResponse.d.ts +17 -0
- package/model/dcoVideoDimensionDTO.d.ts +15 -0
- package/model/dcoVideoGenerateSampleRequest.d.ts +20 -0
- package/model/dcoVideoGenerateSampleResponse.d.ts +29 -0
- package/model/dcoVideoGeneratedCountResponse.d.ts +24 -0
- package/model/dcoVideoSettingsCreateRequest.d.ts +20 -0
- package/model/dcoVideoSettingsDTO.d.ts +31 -0
- package/model/dcoVideoSettingsUpdateRequest.d.ts +19 -0
- package/model/dcoVideoTemplateDTO.d.ts +23 -0
- package/model/dcoVideoTemplateRequirementsDTO.d.ts +16 -0
- package/model/dcoVideoUploadedAssetDTO.d.ts +15 -0
- package/model/inputStream.d.ts +13 -0
- package/model/modelFile.d.ts +32 -0
- package/model/models.d.ts +34 -0
- package/model/resource.d.ts +24 -0
- package/model/safeguardBlockedItemDTO.d.ts +5 -2
- package/model/safeguardDetail.d.ts +1 -4
- package/model/safeguardExclusionDTO.d.ts +1 -2
- package/model/safeguardRequestDTO.d.ts +1 -3
- package/model/safeguardResponseDTO.d.ts +1 -3
- package/model/uRI.d.ts +30 -0
- package/model/uRL.d.ts +27 -0
- package/model/uRLStreamHandler.d.ts +13 -0
- package/package.json +1 -1
|
@@ -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://apiv2stage7.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://apiv2stage7.atomex.net';
|
|
283
283
|
this.defaultHeaders = new HttpHeaders();
|
|
284
284
|
this.configuration = new Configuration();
|
|
285
285
|
if (basePath) {
|
|
@@ -829,7 +829,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
829
829
|
class AppSettingsControllerService {
|
|
830
830
|
constructor(httpClient, basePath, configuration) {
|
|
831
831
|
this.httpClient = httpClient;
|
|
832
|
-
this.basePath = 'https://
|
|
832
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
833
833
|
this.defaultHeaders = new HttpHeaders();
|
|
834
834
|
this.configuration = new Configuration();
|
|
835
835
|
if (basePath) {
|
|
@@ -1074,7 +1074,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1074
1074
|
class AppsFlyerControllerService {
|
|
1075
1075
|
constructor(httpClient, basePath, configuration) {
|
|
1076
1076
|
this.httpClient = httpClient;
|
|
1077
|
-
this.basePath = 'https://
|
|
1077
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
1078
1078
|
this.defaultHeaders = new HttpHeaders();
|
|
1079
1079
|
this.configuration = new Configuration();
|
|
1080
1080
|
if (basePath) {
|
|
@@ -1160,7 +1160,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1160
1160
|
class AudienceControllerService {
|
|
1161
1161
|
constructor(httpClient, basePath, configuration) {
|
|
1162
1162
|
this.httpClient = httpClient;
|
|
1163
|
-
this.basePath = 'https://
|
|
1163
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
1164
1164
|
this.defaultHeaders = new HttpHeaders();
|
|
1165
1165
|
this.configuration = new Configuration();
|
|
1166
1166
|
if (basePath) {
|
|
@@ -2036,7 +2036,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2036
2036
|
class AuditControllerService {
|
|
2037
2037
|
constructor(httpClient, basePath, configuration) {
|
|
2038
2038
|
this.httpClient = httpClient;
|
|
2039
|
-
this.basePath = 'https://
|
|
2039
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
2040
2040
|
this.defaultHeaders = new HttpHeaders();
|
|
2041
2041
|
this.configuration = new Configuration();
|
|
2042
2042
|
if (basePath) {
|
|
@@ -2236,7 +2236,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2236
2236
|
class BidFunnelControllerService {
|
|
2237
2237
|
constructor(httpClient, basePath, configuration) {
|
|
2238
2238
|
this.httpClient = httpClient;
|
|
2239
|
-
this.basePath = 'https://
|
|
2239
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
2240
2240
|
this.defaultHeaders = new HttpHeaders();
|
|
2241
2241
|
this.configuration = new Configuration();
|
|
2242
2242
|
if (basePath) {
|
|
@@ -2385,7 +2385,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2385
2385
|
class BulkStrategyControllerService {
|
|
2386
2386
|
constructor(httpClient, basePath, configuration) {
|
|
2387
2387
|
this.httpClient = httpClient;
|
|
2388
|
-
this.basePath = 'https://
|
|
2388
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
2389
2389
|
this.defaultHeaders = new HttpHeaders();
|
|
2390
2390
|
this.configuration = new Configuration();
|
|
2391
2391
|
if (basePath) {
|
|
@@ -2610,7 +2610,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2610
2610
|
class CSSThemeController_Service {
|
|
2611
2611
|
constructor(httpClient, basePath, configuration) {
|
|
2612
2612
|
this.httpClient = httpClient;
|
|
2613
|
-
this.basePath = 'https://
|
|
2613
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
2614
2614
|
this.defaultHeaders = new HttpHeaders();
|
|
2615
2615
|
this.configuration = new Configuration();
|
|
2616
2616
|
if (basePath) {
|
|
@@ -2719,7 +2719,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2719
2719
|
class CampaignControllerService {
|
|
2720
2720
|
constructor(httpClient, basePath, configuration) {
|
|
2721
2721
|
this.httpClient = httpClient;
|
|
2722
|
-
this.basePath = 'https://
|
|
2722
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
2723
2723
|
this.defaultHeaders = new HttpHeaders();
|
|
2724
2724
|
this.configuration = new Configuration();
|
|
2725
2725
|
if (basePath) {
|
|
@@ -3160,7 +3160,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3160
3160
|
class CatalogControllerService {
|
|
3161
3161
|
constructor(httpClient, basePath, configuration) {
|
|
3162
3162
|
this.httpClient = httpClient;
|
|
3163
|
-
this.basePath = 'https://
|
|
3163
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
3164
3164
|
this.defaultHeaders = new HttpHeaders();
|
|
3165
3165
|
this.configuration = new Configuration();
|
|
3166
3166
|
if (basePath) {
|
|
@@ -3403,7 +3403,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3403
3403
|
class ClickDestinationControllerService {
|
|
3404
3404
|
constructor(httpClient, basePath, configuration) {
|
|
3405
3405
|
this.httpClient = httpClient;
|
|
3406
|
-
this.basePath = 'https://
|
|
3406
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
3407
3407
|
this.defaultHeaders = new HttpHeaders();
|
|
3408
3408
|
this.configuration = new Configuration();
|
|
3409
3409
|
if (basePath) {
|
|
@@ -3635,7 +3635,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3635
3635
|
class CreativeControllerService {
|
|
3636
3636
|
constructor(httpClient, basePath, configuration) {
|
|
3637
3637
|
this.httpClient = httpClient;
|
|
3638
|
-
this.basePath = 'https://
|
|
3638
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
3639
3639
|
this.defaultHeaders = new HttpHeaders();
|
|
3640
3640
|
this.configuration = new Configuration();
|
|
3641
3641
|
if (basePath) {
|
|
@@ -4238,7 +4238,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4238
4238
|
class CreativeSetsControllerService {
|
|
4239
4239
|
constructor(httpClient, basePath, configuration) {
|
|
4240
4240
|
this.httpClient = httpClient;
|
|
4241
|
-
this.basePath = 'https://
|
|
4241
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
4242
4242
|
this.defaultHeaders = new HttpHeaders();
|
|
4243
4243
|
this.configuration = new Configuration();
|
|
4244
4244
|
if (basePath) {
|
|
@@ -4884,7 +4884,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4884
4884
|
class CreativeTemplateThemesControllerService {
|
|
4885
4885
|
constructor(httpClient, basePath, configuration) {
|
|
4886
4886
|
this.httpClient = httpClient;
|
|
4887
|
-
this.basePath = 'https://
|
|
4887
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
4888
4888
|
this.defaultHeaders = new HttpHeaders();
|
|
4889
4889
|
this.configuration = new Configuration();
|
|
4890
4890
|
if (basePath) {
|
|
@@ -5069,7 +5069,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5069
5069
|
class CreativeTemplateVariablesControllerService {
|
|
5070
5070
|
constructor(httpClient, basePath, configuration) {
|
|
5071
5071
|
this.httpClient = httpClient;
|
|
5072
|
-
this.basePath = 'https://
|
|
5072
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5073
5073
|
this.defaultHeaders = new HttpHeaders();
|
|
5074
5074
|
this.configuration = new Configuration();
|
|
5075
5075
|
if (basePath) {
|
|
@@ -5147,7 +5147,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5147
5147
|
class CreativeTemplatesControllerService {
|
|
5148
5148
|
constructor(httpClient, basePath, configuration) {
|
|
5149
5149
|
this.httpClient = httpClient;
|
|
5150
|
-
this.basePath = 'https://
|
|
5150
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5151
5151
|
this.defaultHeaders = new HttpHeaders();
|
|
5152
5152
|
this.configuration = new Configuration();
|
|
5153
5153
|
if (basePath) {
|
|
@@ -5312,7 +5312,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5312
5312
|
class CustomerReportingControllerService {
|
|
5313
5313
|
constructor(httpClient, basePath, configuration) {
|
|
5314
5314
|
this.httpClient = httpClient;
|
|
5315
|
-
this.basePath = 'https://
|
|
5315
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5316
5316
|
this.defaultHeaders = new HttpHeaders();
|
|
5317
5317
|
this.configuration = new Configuration();
|
|
5318
5318
|
if (basePath) {
|
|
@@ -5460,6 +5460,495 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5460
5460
|
type: Optional
|
|
5461
5461
|
}] }]; } });
|
|
5462
5462
|
|
|
5463
|
+
/**
|
|
5464
|
+
* Api Documentation
|
|
5465
|
+
* Api Documentation
|
|
5466
|
+
*
|
|
5467
|
+
* OpenAPI spec version: 1.0
|
|
5468
|
+
*
|
|
5469
|
+
*
|
|
5470
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
5471
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
5472
|
+
* Do not edit the class manually.
|
|
5473
|
+
*/
|
|
5474
|
+
/* tslint:disable:no-unused-variable member-ordering */
|
|
5475
|
+
class DCOVideoSettingsControllerService {
|
|
5476
|
+
constructor(httpClient, basePath, configuration) {
|
|
5477
|
+
this.httpClient = httpClient;
|
|
5478
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5479
|
+
this.defaultHeaders = new HttpHeaders();
|
|
5480
|
+
this.configuration = new Configuration();
|
|
5481
|
+
if (basePath) {
|
|
5482
|
+
this.basePath = basePath;
|
|
5483
|
+
}
|
|
5484
|
+
if (configuration) {
|
|
5485
|
+
this.configuration = configuration;
|
|
5486
|
+
this.basePath = basePath || configuration.basePath || this.basePath;
|
|
5487
|
+
}
|
|
5488
|
+
}
|
|
5489
|
+
/**
|
|
5490
|
+
* @param consumes string[] mime-types
|
|
5491
|
+
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
5492
|
+
*/
|
|
5493
|
+
canConsumeForm(consumes) {
|
|
5494
|
+
const form = 'multipart/form-data';
|
|
5495
|
+
for (const consume of consumes) {
|
|
5496
|
+
if (form === consume) {
|
|
5497
|
+
return true;
|
|
5498
|
+
}
|
|
5499
|
+
}
|
|
5500
|
+
return false;
|
|
5501
|
+
}
|
|
5502
|
+
activateSettingsUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
|
|
5503
|
+
if (request === null || request === undefined) {
|
|
5504
|
+
throw new Error('Required parameter request was null or undefined when calling activateSettingsUsingPOST.');
|
|
5505
|
+
}
|
|
5506
|
+
let headers = this.defaultHeaders;
|
|
5507
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5508
|
+
headers = headers.set('reqId', String(reqId));
|
|
5509
|
+
}
|
|
5510
|
+
if (token !== undefined && token !== null) {
|
|
5511
|
+
headers = headers.set('token', String(token));
|
|
5512
|
+
}
|
|
5513
|
+
// to determine the Accept header
|
|
5514
|
+
let httpHeaderAccepts = [
|
|
5515
|
+
'application/json'
|
|
5516
|
+
];
|
|
5517
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5518
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5519
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5520
|
+
}
|
|
5521
|
+
// to determine the Content-Type header
|
|
5522
|
+
const consumes = [
|
|
5523
|
+
'application/json'
|
|
5524
|
+
];
|
|
5525
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5526
|
+
if (httpContentTypeSelected != undefined) {
|
|
5527
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5528
|
+
}
|
|
5529
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/activate`, request, {
|
|
5530
|
+
withCredentials: this.configuration.withCredentials,
|
|
5531
|
+
headers: headers,
|
|
5532
|
+
observe: observe,
|
|
5533
|
+
reportProgress: reportProgress
|
|
5534
|
+
});
|
|
5535
|
+
}
|
|
5536
|
+
createSettingsUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
|
|
5537
|
+
if (request === null || request === undefined) {
|
|
5538
|
+
throw new Error('Required parameter request was null or undefined when calling createSettingsUsingPOST.');
|
|
5539
|
+
}
|
|
5540
|
+
let headers = this.defaultHeaders;
|
|
5541
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5542
|
+
headers = headers.set('reqId', String(reqId));
|
|
5543
|
+
}
|
|
5544
|
+
if (token !== undefined && token !== null) {
|
|
5545
|
+
headers = headers.set('token', String(token));
|
|
5546
|
+
}
|
|
5547
|
+
// to determine the Accept header
|
|
5548
|
+
let httpHeaderAccepts = [
|
|
5549
|
+
'application/json'
|
|
5550
|
+
];
|
|
5551
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5552
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5553
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5554
|
+
}
|
|
5555
|
+
// to determine the Content-Type header
|
|
5556
|
+
const consumes = [
|
|
5557
|
+
'application/json'
|
|
5558
|
+
];
|
|
5559
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5560
|
+
if (httpContentTypeSelected != undefined) {
|
|
5561
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5562
|
+
}
|
|
5563
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings`, request, {
|
|
5564
|
+
withCredentials: this.configuration.withCredentials,
|
|
5565
|
+
headers: headers,
|
|
5566
|
+
observe: observe,
|
|
5567
|
+
reportProgress: reportProgress
|
|
5568
|
+
});
|
|
5569
|
+
}
|
|
5570
|
+
deleteSettingsUsingDELETE(id, reqId, token, observe = 'body', reportProgress = false) {
|
|
5571
|
+
if (id === null || id === undefined) {
|
|
5572
|
+
throw new Error('Required parameter id was null or undefined when calling deleteSettingsUsingDELETE.');
|
|
5573
|
+
}
|
|
5574
|
+
let headers = this.defaultHeaders;
|
|
5575
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5576
|
+
headers = headers.set('reqId', String(reqId));
|
|
5577
|
+
}
|
|
5578
|
+
if (token !== undefined && token !== null) {
|
|
5579
|
+
headers = headers.set('token', String(token));
|
|
5580
|
+
}
|
|
5581
|
+
// to determine the Accept header
|
|
5582
|
+
let httpHeaderAccepts = [
|
|
5583
|
+
'application/json'
|
|
5584
|
+
];
|
|
5585
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5586
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5587
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5588
|
+
}
|
|
5589
|
+
// to determine the Content-Type header
|
|
5590
|
+
const consumes = [];
|
|
5591
|
+
return this.httpClient.delete(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}`, {
|
|
5592
|
+
withCredentials: this.configuration.withCredentials,
|
|
5593
|
+
headers: headers,
|
|
5594
|
+
observe: observe,
|
|
5595
|
+
reportProgress: reportProgress
|
|
5596
|
+
});
|
|
5597
|
+
}
|
|
5598
|
+
generateSampleUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
|
|
5599
|
+
if (request === null || request === undefined) {
|
|
5600
|
+
throw new Error('Required parameter request was null or undefined when calling generateSampleUsingPOST.');
|
|
5601
|
+
}
|
|
5602
|
+
let headers = this.defaultHeaders;
|
|
5603
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5604
|
+
headers = headers.set('reqId', String(reqId));
|
|
5605
|
+
}
|
|
5606
|
+
if (token !== undefined && token !== null) {
|
|
5607
|
+
headers = headers.set('token', String(token));
|
|
5608
|
+
}
|
|
5609
|
+
// to determine the Accept header
|
|
5610
|
+
let httpHeaderAccepts = [
|
|
5611
|
+
'application/json'
|
|
5612
|
+
];
|
|
5613
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5614
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5615
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5616
|
+
}
|
|
5617
|
+
// to determine the Content-Type header
|
|
5618
|
+
const consumes = [
|
|
5619
|
+
'application/json'
|
|
5620
|
+
];
|
|
5621
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5622
|
+
if (httpContentTypeSelected != undefined) {
|
|
5623
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5624
|
+
}
|
|
5625
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/generate-sample`, request, {
|
|
5626
|
+
withCredentials: this.configuration.withCredentials,
|
|
5627
|
+
headers: headers,
|
|
5628
|
+
observe: observe,
|
|
5629
|
+
reportProgress: reportProgress
|
|
5630
|
+
});
|
|
5631
|
+
}
|
|
5632
|
+
getBrandGuidelinesUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
|
|
5633
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5634
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getBrandGuidelinesUsingGET.');
|
|
5635
|
+
}
|
|
5636
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5637
|
+
if (includeInactive !== undefined && includeInactive !== null) {
|
|
5638
|
+
queryParameters = queryParameters.set('includeInactive', includeInactive);
|
|
5639
|
+
}
|
|
5640
|
+
let headers = this.defaultHeaders;
|
|
5641
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5642
|
+
headers = headers.set('reqId', String(reqId));
|
|
5643
|
+
}
|
|
5644
|
+
if (token !== undefined && token !== null) {
|
|
5645
|
+
headers = headers.set('token', String(token));
|
|
5646
|
+
}
|
|
5647
|
+
// to determine the Accept header
|
|
5648
|
+
let httpHeaderAccepts = [
|
|
5649
|
+
'application/json'
|
|
5650
|
+
];
|
|
5651
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5652
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5653
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5654
|
+
}
|
|
5655
|
+
// to determine the Content-Type header
|
|
5656
|
+
const consumes = [];
|
|
5657
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/brand-guidelines`, {
|
|
5658
|
+
params: queryParameters,
|
|
5659
|
+
withCredentials: this.configuration.withCredentials,
|
|
5660
|
+
headers: headers,
|
|
5661
|
+
observe: observe,
|
|
5662
|
+
reportProgress: reportProgress
|
|
5663
|
+
});
|
|
5664
|
+
}
|
|
5665
|
+
getDimensionsUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
|
|
5666
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5667
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getDimensionsUsingGET.');
|
|
5668
|
+
}
|
|
5669
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5670
|
+
if (includeInactive !== undefined && includeInactive !== null) {
|
|
5671
|
+
queryParameters = queryParameters.set('includeInactive', includeInactive);
|
|
5672
|
+
}
|
|
5673
|
+
let headers = this.defaultHeaders;
|
|
5674
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5675
|
+
headers = headers.set('reqId', String(reqId));
|
|
5676
|
+
}
|
|
5677
|
+
if (token !== undefined && token !== null) {
|
|
5678
|
+
headers = headers.set('token', String(token));
|
|
5679
|
+
}
|
|
5680
|
+
// to determine the Accept header
|
|
5681
|
+
let httpHeaderAccepts = [
|
|
5682
|
+
'application/json'
|
|
5683
|
+
];
|
|
5684
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5685
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5686
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5687
|
+
}
|
|
5688
|
+
// to determine the Content-Type header
|
|
5689
|
+
const consumes = [];
|
|
5690
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/dimensions`, {
|
|
5691
|
+
params: queryParameters,
|
|
5692
|
+
withCredentials: this.configuration.withCredentials,
|
|
5693
|
+
headers: headers,
|
|
5694
|
+
observe: observe,
|
|
5695
|
+
reportProgress: reportProgress
|
|
5696
|
+
});
|
|
5697
|
+
}
|
|
5698
|
+
getFeedKeysUsingGET(advertiserId, reqId, token, observe = 'body', reportProgress = false) {
|
|
5699
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5700
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getFeedKeysUsingGET.');
|
|
5701
|
+
}
|
|
5702
|
+
let headers = this.defaultHeaders;
|
|
5703
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5704
|
+
headers = headers.set('reqId', String(reqId));
|
|
5705
|
+
}
|
|
5706
|
+
if (token !== undefined && token !== null) {
|
|
5707
|
+
headers = headers.set('token', String(token));
|
|
5708
|
+
}
|
|
5709
|
+
// to determine the Accept header
|
|
5710
|
+
let httpHeaderAccepts = [
|
|
5711
|
+
'application/json'
|
|
5712
|
+
];
|
|
5713
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5714
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5715
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5716
|
+
}
|
|
5717
|
+
// to determine the Content-Type header
|
|
5718
|
+
const consumes = [];
|
|
5719
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/feed-keys`, {
|
|
5720
|
+
withCredentials: this.configuration.withCredentials,
|
|
5721
|
+
headers: headers,
|
|
5722
|
+
observe: observe,
|
|
5723
|
+
reportProgress: reportProgress
|
|
5724
|
+
});
|
|
5725
|
+
}
|
|
5726
|
+
getGeneratedVideoCountUsingGET(id, reqId, token, observe = 'body', reportProgress = false) {
|
|
5727
|
+
if (id === null || id === undefined) {
|
|
5728
|
+
throw new Error('Required parameter id was null or undefined when calling getGeneratedVideoCountUsingGET.');
|
|
5729
|
+
}
|
|
5730
|
+
let headers = this.defaultHeaders;
|
|
5731
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5732
|
+
headers = headers.set('reqId', String(reqId));
|
|
5733
|
+
}
|
|
5734
|
+
if (token !== undefined && token !== null) {
|
|
5735
|
+
headers = headers.set('token', String(token));
|
|
5736
|
+
}
|
|
5737
|
+
// to determine the Accept header
|
|
5738
|
+
let httpHeaderAccepts = [
|
|
5739
|
+
'application/json'
|
|
5740
|
+
];
|
|
5741
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5742
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5743
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5744
|
+
}
|
|
5745
|
+
// to determine the Content-Type header
|
|
5746
|
+
const consumes = [];
|
|
5747
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}/generated-video-count`, {
|
|
5748
|
+
withCredentials: this.configuration.withCredentials,
|
|
5749
|
+
headers: headers,
|
|
5750
|
+
observe: observe,
|
|
5751
|
+
reportProgress: reportProgress
|
|
5752
|
+
});
|
|
5753
|
+
}
|
|
5754
|
+
getSettingsUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
|
|
5755
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5756
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getSettingsUsingGET.');
|
|
5757
|
+
}
|
|
5758
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5759
|
+
if (includeInactive !== undefined && includeInactive !== null) {
|
|
5760
|
+
queryParameters = queryParameters.set('includeInactive', includeInactive);
|
|
5761
|
+
}
|
|
5762
|
+
let headers = this.defaultHeaders;
|
|
5763
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5764
|
+
headers = headers.set('reqId', String(reqId));
|
|
5765
|
+
}
|
|
5766
|
+
if (token !== undefined && token !== null) {
|
|
5767
|
+
headers = headers.set('token', String(token));
|
|
5768
|
+
}
|
|
5769
|
+
// to determine the Accept header
|
|
5770
|
+
let httpHeaderAccepts = [
|
|
5771
|
+
'application/json'
|
|
5772
|
+
];
|
|
5773
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5774
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5775
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5776
|
+
}
|
|
5777
|
+
// to determine the Content-Type header
|
|
5778
|
+
const consumes = [];
|
|
5779
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(advertiserId))}`, {
|
|
5780
|
+
params: queryParameters,
|
|
5781
|
+
withCredentials: this.configuration.withCredentials,
|
|
5782
|
+
headers: headers,
|
|
5783
|
+
observe: observe,
|
|
5784
|
+
reportProgress: reportProgress
|
|
5785
|
+
});
|
|
5786
|
+
}
|
|
5787
|
+
getTemplatesUsingGET(advertiserId, hasBackgroundImage, hasPromoBanner, hasPromoVideo, reqId, token, observe = 'body', reportProgress = false) {
|
|
5788
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5789
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getTemplatesUsingGET.');
|
|
5790
|
+
}
|
|
5791
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5792
|
+
if (advertiserId !== undefined && advertiserId !== null) {
|
|
5793
|
+
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
5794
|
+
}
|
|
5795
|
+
if (hasBackgroundImage !== undefined && hasBackgroundImage !== null) {
|
|
5796
|
+
queryParameters = queryParameters.set('hasBackgroundImage', hasBackgroundImage);
|
|
5797
|
+
}
|
|
5798
|
+
if (hasPromoBanner !== undefined && hasPromoBanner !== null) {
|
|
5799
|
+
queryParameters = queryParameters.set('hasPromoBanner', hasPromoBanner);
|
|
5800
|
+
}
|
|
5801
|
+
if (hasPromoVideo !== undefined && hasPromoVideo !== null) {
|
|
5802
|
+
queryParameters = queryParameters.set('hasPromoVideo', hasPromoVideo);
|
|
5803
|
+
}
|
|
5804
|
+
let headers = this.defaultHeaders;
|
|
5805
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5806
|
+
headers = headers.set('reqId', String(reqId));
|
|
5807
|
+
}
|
|
5808
|
+
if (token !== undefined && token !== null) {
|
|
5809
|
+
headers = headers.set('token', String(token));
|
|
5810
|
+
}
|
|
5811
|
+
// to determine the Accept header
|
|
5812
|
+
let httpHeaderAccepts = [
|
|
5813
|
+
'application/json'
|
|
5814
|
+
];
|
|
5815
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5816
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5817
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5818
|
+
}
|
|
5819
|
+
// to determine the Content-Type header
|
|
5820
|
+
const consumes = [];
|
|
5821
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/templates`, {
|
|
5822
|
+
params: queryParameters,
|
|
5823
|
+
withCredentials: this.configuration.withCredentials,
|
|
5824
|
+
headers: headers,
|
|
5825
|
+
observe: observe,
|
|
5826
|
+
reportProgress: reportProgress
|
|
5827
|
+
});
|
|
5828
|
+
}
|
|
5829
|
+
updateSettingsUsingPOST(id, request, regenerateSample, reqId, token, observe = 'body', reportProgress = false) {
|
|
5830
|
+
if (id === null || id === undefined) {
|
|
5831
|
+
throw new Error('Required parameter id was null or undefined when calling updateSettingsUsingPOST.');
|
|
5832
|
+
}
|
|
5833
|
+
if (request === null || request === undefined) {
|
|
5834
|
+
throw new Error('Required parameter request was null or undefined when calling updateSettingsUsingPOST.');
|
|
5835
|
+
}
|
|
5836
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5837
|
+
if (regenerateSample !== undefined && regenerateSample !== null) {
|
|
5838
|
+
queryParameters = queryParameters.set('regenerateSample', regenerateSample);
|
|
5839
|
+
}
|
|
5840
|
+
let headers = this.defaultHeaders;
|
|
5841
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5842
|
+
headers = headers.set('reqId', String(reqId));
|
|
5843
|
+
}
|
|
5844
|
+
if (token !== undefined && token !== null) {
|
|
5845
|
+
headers = headers.set('token', String(token));
|
|
5846
|
+
}
|
|
5847
|
+
// to determine the Accept header
|
|
5848
|
+
let httpHeaderAccepts = [
|
|
5849
|
+
'application/json'
|
|
5850
|
+
];
|
|
5851
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5852
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5853
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5854
|
+
}
|
|
5855
|
+
// to determine the Content-Type header
|
|
5856
|
+
const consumes = [
|
|
5857
|
+
'application/json'
|
|
5858
|
+
];
|
|
5859
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5860
|
+
if (httpContentTypeSelected != undefined) {
|
|
5861
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5862
|
+
}
|
|
5863
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}`, request, {
|
|
5864
|
+
params: queryParameters,
|
|
5865
|
+
withCredentials: this.configuration.withCredentials,
|
|
5866
|
+
headers: headers,
|
|
5867
|
+
observe: observe,
|
|
5868
|
+
reportProgress: reportProgress
|
|
5869
|
+
});
|
|
5870
|
+
}
|
|
5871
|
+
uploadStagingAssetsUsingPOST(advertiserId, templateId, file_BACKGROUND_IMAGE, file_PROMO_BANNER, file_PROMO_VIDEO, reqId, token, observe = 'body', reportProgress = false) {
|
|
5872
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5873
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling uploadStagingAssetsUsingPOST.');
|
|
5874
|
+
}
|
|
5875
|
+
if (templateId === null || templateId === undefined) {
|
|
5876
|
+
throw new Error('Required parameter templateId was null or undefined when calling uploadStagingAssetsUsingPOST.');
|
|
5877
|
+
}
|
|
5878
|
+
let headers = this.defaultHeaders;
|
|
5879
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5880
|
+
headers = headers.set('reqId', String(reqId));
|
|
5881
|
+
}
|
|
5882
|
+
if (token !== undefined && token !== null) {
|
|
5883
|
+
headers = headers.set('token', String(token));
|
|
5884
|
+
}
|
|
5885
|
+
// to determine the Accept header
|
|
5886
|
+
let httpHeaderAccepts = [
|
|
5887
|
+
'application/json'
|
|
5888
|
+
];
|
|
5889
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5890
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5891
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5892
|
+
}
|
|
5893
|
+
// to determine the Content-Type header
|
|
5894
|
+
const consumes = [
|
|
5895
|
+
'multipart/form-data'
|
|
5896
|
+
];
|
|
5897
|
+
const canConsumeForm = this.canConsumeForm(consumes);
|
|
5898
|
+
let formParams;
|
|
5899
|
+
let useForm = false;
|
|
5900
|
+
let convertFormParamsToString = false;
|
|
5901
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5902
|
+
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5903
|
+
useForm = canConsumeForm;
|
|
5904
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5905
|
+
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5906
|
+
useForm = canConsumeForm;
|
|
5907
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5908
|
+
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5909
|
+
useForm = canConsumeForm;
|
|
5910
|
+
if (useForm) {
|
|
5911
|
+
formParams = new FormData();
|
|
5912
|
+
}
|
|
5913
|
+
else {
|
|
5914
|
+
formParams = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5915
|
+
}
|
|
5916
|
+
if (advertiserId !== undefined) {
|
|
5917
|
+
formParams = formParams.append('advertiserId', advertiserId) || formParams;
|
|
5918
|
+
}
|
|
5919
|
+
if (file_BACKGROUND_IMAGE !== undefined) {
|
|
5920
|
+
formParams = formParams.append('file_BACKGROUND_IMAGE', file_BACKGROUND_IMAGE) || formParams;
|
|
5921
|
+
}
|
|
5922
|
+
if (file_PROMO_BANNER !== undefined) {
|
|
5923
|
+
formParams = formParams.append('file_PROMO_BANNER', file_PROMO_BANNER) || formParams;
|
|
5924
|
+
}
|
|
5925
|
+
if (file_PROMO_VIDEO !== undefined) {
|
|
5926
|
+
formParams = formParams.append('file_PROMO_VIDEO', file_PROMO_VIDEO) || formParams;
|
|
5927
|
+
}
|
|
5928
|
+
if (templateId !== undefined) {
|
|
5929
|
+
formParams = formParams.append('templateId', templateId) || formParams;
|
|
5930
|
+
}
|
|
5931
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/assets/upload`, convertFormParamsToString ? formParams.toString() : formParams, {
|
|
5932
|
+
withCredentials: this.configuration.withCredentials,
|
|
5933
|
+
headers: headers,
|
|
5934
|
+
observe: observe,
|
|
5935
|
+
reportProgress: reportProgress
|
|
5936
|
+
});
|
|
5937
|
+
}
|
|
5938
|
+
}
|
|
5939
|
+
DCOVideoSettingsControllerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DCOVideoSettingsControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5940
|
+
DCOVideoSettingsControllerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DCOVideoSettingsControllerService });
|
|
5941
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DCOVideoSettingsControllerService, decorators: [{
|
|
5942
|
+
type: Injectable
|
|
5943
|
+
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
5944
|
+
type: Optional
|
|
5945
|
+
}, {
|
|
5946
|
+
type: Inject,
|
|
5947
|
+
args: [BASE_PATH]
|
|
5948
|
+
}] }, { type: Configuration, decorators: [{
|
|
5949
|
+
type: Optional
|
|
5950
|
+
}] }]; } });
|
|
5951
|
+
|
|
5463
5952
|
/**
|
|
5464
5953
|
* Api Documentation
|
|
5465
5954
|
* Api Documentation
|
|
@@ -5475,7 +5964,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5475
5964
|
class DashboardControllerService {
|
|
5476
5965
|
constructor(httpClient, basePath, configuration) {
|
|
5477
5966
|
this.httpClient = httpClient;
|
|
5478
|
-
this.basePath = 'https://
|
|
5967
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5479
5968
|
this.defaultHeaders = new HttpHeaders();
|
|
5480
5969
|
this.configuration = new Configuration();
|
|
5481
5970
|
if (basePath) {
|
|
@@ -6133,7 +6622,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6133
6622
|
class ExperimentsControllerService {
|
|
6134
6623
|
constructor(httpClient, basePath, configuration) {
|
|
6135
6624
|
this.httpClient = httpClient;
|
|
6136
|
-
this.basePath = 'https://
|
|
6625
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
6137
6626
|
this.defaultHeaders = new HttpHeaders();
|
|
6138
6627
|
this.configuration = new Configuration();
|
|
6139
6628
|
if (basePath) {
|
|
@@ -6860,7 +7349,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6860
7349
|
class NotificationsControllerService {
|
|
6861
7350
|
constructor(httpClient, basePath, configuration) {
|
|
6862
7351
|
this.httpClient = httpClient;
|
|
6863
|
-
this.basePath = 'https://
|
|
7352
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
6864
7353
|
this.defaultHeaders = new HttpHeaders();
|
|
6865
7354
|
this.configuration = new Configuration();
|
|
6866
7355
|
if (basePath) {
|
|
@@ -7073,7 +7562,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7073
7562
|
class PixelControllerService {
|
|
7074
7563
|
constructor(httpClient, basePath, configuration) {
|
|
7075
7564
|
this.httpClient = httpClient;
|
|
7076
|
-
this.basePath = 'https://
|
|
7565
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7077
7566
|
this.defaultHeaders = new HttpHeaders();
|
|
7078
7567
|
this.configuration = new Configuration();
|
|
7079
7568
|
if (basePath) {
|
|
@@ -7380,7 +7869,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7380
7869
|
class ReportControllerService {
|
|
7381
7870
|
constructor(httpClient, basePath, configuration) {
|
|
7382
7871
|
this.httpClient = httpClient;
|
|
7383
|
-
this.basePath = 'https://
|
|
7872
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7384
7873
|
this.defaultHeaders = new HttpHeaders();
|
|
7385
7874
|
this.configuration = new Configuration();
|
|
7386
7875
|
if (basePath) {
|
|
@@ -7517,7 +8006,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7517
8006
|
class ReportingControllerService {
|
|
7518
8007
|
constructor(httpClient, basePath, configuration) {
|
|
7519
8008
|
this.httpClient = httpClient;
|
|
7520
|
-
this.basePath = 'https://
|
|
8009
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7521
8010
|
this.defaultHeaders = new HttpHeaders();
|
|
7522
8011
|
this.configuration = new Configuration();
|
|
7523
8012
|
if (basePath) {
|
|
@@ -7687,7 +8176,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7687
8176
|
class ReportingSchedulerControllerService {
|
|
7688
8177
|
constructor(httpClient, basePath, configuration) {
|
|
7689
8178
|
this.httpClient = httpClient;
|
|
7690
|
-
this.basePath = 'https://
|
|
8179
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7691
8180
|
this.defaultHeaders = new HttpHeaders();
|
|
7692
8181
|
this.configuration = new Configuration();
|
|
7693
8182
|
if (basePath) {
|
|
@@ -8002,7 +8491,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8002
8491
|
class SafeguardControllerService {
|
|
8003
8492
|
constructor(httpClient, basePath, configuration) {
|
|
8004
8493
|
this.httpClient = httpClient;
|
|
8005
|
-
this.basePath = 'https://
|
|
8494
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
8006
8495
|
this.defaultHeaders = new HttpHeaders();
|
|
8007
8496
|
this.configuration = new Configuration();
|
|
8008
8497
|
if (basePath) {
|
|
@@ -8496,7 +8985,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8496
8985
|
class SliceXControllerService {
|
|
8497
8986
|
constructor(httpClient, basePath, configuration) {
|
|
8498
8987
|
this.httpClient = httpClient;
|
|
8499
|
-
this.basePath = 'https://
|
|
8988
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
8500
8989
|
this.defaultHeaders = new HttpHeaders();
|
|
8501
8990
|
this.configuration = new Configuration();
|
|
8502
8991
|
if (basePath) {
|
|
@@ -8900,7 +9389,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8900
9389
|
class StrategyControllerService {
|
|
8901
9390
|
constructor(httpClient, basePath, configuration) {
|
|
8902
9391
|
this.httpClient = httpClient;
|
|
8903
|
-
this.basePath = 'https://
|
|
9392
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
8904
9393
|
this.defaultHeaders = new HttpHeaders();
|
|
8905
9394
|
this.configuration = new Configuration();
|
|
8906
9395
|
if (basePath) {
|
|
@@ -10102,7 +10591,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10102
10591
|
class StrategyTemplateControllerService {
|
|
10103
10592
|
constructor(httpClient, basePath, configuration) {
|
|
10104
10593
|
this.httpClient = httpClient;
|
|
10105
|
-
this.basePath = 'https://
|
|
10594
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
10106
10595
|
this.defaultHeaders = new HttpHeaders();
|
|
10107
10596
|
this.configuration = new Configuration();
|
|
10108
10597
|
if (basePath) {
|
|
@@ -10224,7 +10713,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10224
10713
|
class UILoggerControllerService {
|
|
10225
10714
|
constructor(httpClient, basePath, configuration) {
|
|
10226
10715
|
this.httpClient = httpClient;
|
|
10227
|
-
this.basePath = 'https://
|
|
10716
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
10228
10717
|
this.defaultHeaders = new HttpHeaders();
|
|
10229
10718
|
this.configuration = new Configuration();
|
|
10230
10719
|
if (basePath) {
|
|
@@ -10316,7 +10805,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10316
10805
|
class UserPreferenceControllerService {
|
|
10317
10806
|
constructor(httpClient, basePath, configuration) {
|
|
10318
10807
|
this.httpClient = httpClient;
|
|
10319
|
-
this.basePath = 'https://
|
|
10808
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
10320
10809
|
this.defaultHeaders = new HttpHeaders();
|
|
10321
10810
|
this.configuration = new Configuration();
|
|
10322
10811
|
if (basePath) {
|
|
@@ -10475,7 +10964,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10475
10964
|
type: Optional
|
|
10476
10965
|
}] }]; } });
|
|
10477
10966
|
|
|
10478
|
-
const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AppsFlyerControllerService, AudienceControllerService, AuditControllerService, BidFunnelControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, ExperimentsControllerService, NotificationsControllerService, PixelControllerService, ReportControllerService, ReportingControllerService, ReportingSchedulerControllerService, SafeguardControllerService, SliceXControllerService, StrategyControllerService, StrategyTemplateControllerService, UILoggerControllerService, UserPreferenceControllerService];
|
|
10967
|
+
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];
|
|
10479
10968
|
|
|
10480
10969
|
var ABTestingDTO;
|
|
10481
10970
|
(function (ABTestingDTO) {
|
|
@@ -10751,6 +11240,18 @@ var AdvertiserCohortResponse;
|
|
|
10751
11240
|
* Do not edit the class manually.
|
|
10752
11241
|
*/
|
|
10753
11242
|
|
|
11243
|
+
/**
|
|
11244
|
+
* Api Documentation
|
|
11245
|
+
* Api Documentation
|
|
11246
|
+
*
|
|
11247
|
+
* OpenAPI spec version: 1.0
|
|
11248
|
+
*
|
|
11249
|
+
*
|
|
11250
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11251
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
11252
|
+
* Do not edit the class manually.
|
|
11253
|
+
*/
|
|
11254
|
+
|
|
10754
11255
|
var AppSettingsDTO;
|
|
10755
11256
|
(function (AppSettingsDTO) {
|
|
10756
11257
|
AppSettingsDTO.SettingsKeyEnum = {
|
|
@@ -11764,6 +12265,133 @@ var DcoAttributesDTO;
|
|
|
11764
12265
|
};
|
|
11765
12266
|
})(DcoAttributesDTO || (DcoAttributesDTO = {}));
|
|
11766
12267
|
|
|
12268
|
+
/**
|
|
12269
|
+
* Api Documentation
|
|
12270
|
+
* Api Documentation
|
|
12271
|
+
*
|
|
12272
|
+
* OpenAPI spec version: 1.0
|
|
12273
|
+
*
|
|
12274
|
+
*
|
|
12275
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12276
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12277
|
+
* Do not edit the class manually.
|
|
12278
|
+
*/
|
|
12279
|
+
|
|
12280
|
+
/**
|
|
12281
|
+
* Api Documentation
|
|
12282
|
+
* Api Documentation
|
|
12283
|
+
*
|
|
12284
|
+
* OpenAPI spec version: 1.0
|
|
12285
|
+
*
|
|
12286
|
+
*
|
|
12287
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12288
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12289
|
+
* Do not edit the class manually.
|
|
12290
|
+
*/
|
|
12291
|
+
|
|
12292
|
+
/**
|
|
12293
|
+
* Api Documentation
|
|
12294
|
+
* Api Documentation
|
|
12295
|
+
*
|
|
12296
|
+
* OpenAPI spec version: 1.0
|
|
12297
|
+
*
|
|
12298
|
+
*
|
|
12299
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12300
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12301
|
+
* Do not edit the class manually.
|
|
12302
|
+
*/
|
|
12303
|
+
var DcoVideoAssetDTO;
|
|
12304
|
+
(function (DcoVideoAssetDTO) {
|
|
12305
|
+
DcoVideoAssetDTO.EndCardTypeEnum = {
|
|
12306
|
+
IMAGE: 'IMAGE',
|
|
12307
|
+
HTML: 'HTML'
|
|
12308
|
+
};
|
|
12309
|
+
})(DcoVideoAssetDTO || (DcoVideoAssetDTO = {}));
|
|
12310
|
+
|
|
12311
|
+
/**
|
|
12312
|
+
* Api Documentation
|
|
12313
|
+
* Api Documentation
|
|
12314
|
+
*
|
|
12315
|
+
* OpenAPI spec version: 1.0
|
|
12316
|
+
*
|
|
12317
|
+
*
|
|
12318
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12319
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12320
|
+
* Do not edit the class manually.
|
|
12321
|
+
*/
|
|
12322
|
+
|
|
12323
|
+
/**
|
|
12324
|
+
* Api Documentation
|
|
12325
|
+
* Api Documentation
|
|
12326
|
+
*
|
|
12327
|
+
* OpenAPI spec version: 1.0
|
|
12328
|
+
*
|
|
12329
|
+
*
|
|
12330
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12331
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12332
|
+
* Do not edit the class manually.
|
|
12333
|
+
*/
|
|
12334
|
+
|
|
12335
|
+
/**
|
|
12336
|
+
* Api Documentation
|
|
12337
|
+
* Api Documentation
|
|
12338
|
+
*
|
|
12339
|
+
* OpenAPI spec version: 1.0
|
|
12340
|
+
*
|
|
12341
|
+
*
|
|
12342
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12343
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12344
|
+
* Do not edit the class manually.
|
|
12345
|
+
*/
|
|
12346
|
+
|
|
12347
|
+
/**
|
|
12348
|
+
* Api Documentation
|
|
12349
|
+
* Api Documentation
|
|
12350
|
+
*
|
|
12351
|
+
* OpenAPI spec version: 1.0
|
|
12352
|
+
*
|
|
12353
|
+
*
|
|
12354
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12355
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12356
|
+
* Do not edit the class manually.
|
|
12357
|
+
*/
|
|
12358
|
+
|
|
12359
|
+
/**
|
|
12360
|
+
* Api Documentation
|
|
12361
|
+
* Api Documentation
|
|
12362
|
+
*
|
|
12363
|
+
* OpenAPI spec version: 1.0
|
|
12364
|
+
*
|
|
12365
|
+
*
|
|
12366
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12367
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12368
|
+
* Do not edit the class manually.
|
|
12369
|
+
*/
|
|
12370
|
+
|
|
12371
|
+
/**
|
|
12372
|
+
* Api Documentation
|
|
12373
|
+
* Api Documentation
|
|
12374
|
+
*
|
|
12375
|
+
* OpenAPI spec version: 1.0
|
|
12376
|
+
*
|
|
12377
|
+
*
|
|
12378
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12379
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12380
|
+
* Do not edit the class manually.
|
|
12381
|
+
*/
|
|
12382
|
+
|
|
12383
|
+
/**
|
|
12384
|
+
* Api Documentation
|
|
12385
|
+
* Api Documentation
|
|
12386
|
+
*
|
|
12387
|
+
* OpenAPI spec version: 1.0
|
|
12388
|
+
*
|
|
12389
|
+
*
|
|
12390
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12391
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12392
|
+
* Do not edit the class manually.
|
|
12393
|
+
*/
|
|
12394
|
+
|
|
11767
12395
|
/**
|
|
11768
12396
|
* Api Documentation
|
|
11769
12397
|
* Api Documentation
|
|
@@ -12190,6 +12818,18 @@ var IncrementalityTestDetails;
|
|
|
12190
12818
|
* Do not edit the class manually.
|
|
12191
12819
|
*/
|
|
12192
12820
|
|
|
12821
|
+
/**
|
|
12822
|
+
* Api Documentation
|
|
12823
|
+
* Api Documentation
|
|
12824
|
+
*
|
|
12825
|
+
* OpenAPI spec version: 1.0
|
|
12826
|
+
*
|
|
12827
|
+
*
|
|
12828
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12829
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12830
|
+
* Do not edit the class manually.
|
|
12831
|
+
*/
|
|
12832
|
+
|
|
12193
12833
|
/**
|
|
12194
12834
|
* Api Documentation
|
|
12195
12835
|
* Api Documentation
|
|
@@ -12367,6 +13007,18 @@ var MetaRuleDto;
|
|
|
12367
13007
|
* Do not edit the class manually.
|
|
12368
13008
|
*/
|
|
12369
13009
|
|
|
13010
|
+
/**
|
|
13011
|
+
* Api Documentation
|
|
13012
|
+
* Api Documentation
|
|
13013
|
+
*
|
|
13014
|
+
* OpenAPI spec version: 1.0
|
|
13015
|
+
*
|
|
13016
|
+
*
|
|
13017
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
13018
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
13019
|
+
* Do not edit the class manually.
|
|
13020
|
+
*/
|
|
13021
|
+
|
|
12370
13022
|
/**
|
|
12371
13023
|
* Api Documentation
|
|
12372
13024
|
* Api Documentation
|
|
@@ -12804,8 +13456,11 @@ var RuleDTO;
|
|
|
12804
13456
|
var SafeguardBlockedItemDTO;
|
|
12805
13457
|
(function (SafeguardBlockedItemDTO) {
|
|
12806
13458
|
SafeguardBlockedItemDTO.StatusEnum = {
|
|
13459
|
+
PENDING: 'PENDING',
|
|
13460
|
+
INPROGRESS: 'IN_PROGRESS',
|
|
13461
|
+
FAILED: 'FAILED',
|
|
12807
13462
|
SUCCESS: 'SUCCESS',
|
|
12808
|
-
|
|
13463
|
+
PARTIALSUCCESS: 'PARTIAL_SUCCESS'
|
|
12809
13464
|
};
|
|
12810
13465
|
})(SafeguardBlockedItemDTO || (SafeguardBlockedItemDTO = {}));
|
|
12811
13466
|
|
|
@@ -12813,8 +13468,7 @@ var SafeguardDetail;
|
|
|
12813
13468
|
(function (SafeguardDetail) {
|
|
12814
13469
|
SafeguardDetail.TargetingScopeEnum = {
|
|
12815
13470
|
APP: 'APP',
|
|
12816
|
-
INVENTORY: 'INVENTORY'
|
|
12817
|
-
CREATIVE: 'CREATIVE'
|
|
13471
|
+
INVENTORY: 'INVENTORY'
|
|
12818
13472
|
};
|
|
12819
13473
|
})(SafeguardDetail || (SafeguardDetail = {}));
|
|
12820
13474
|
|
|
@@ -12822,8 +13476,7 @@ var SafeguardExclusionDTO;
|
|
|
12822
13476
|
(function (SafeguardExclusionDTO) {
|
|
12823
13477
|
SafeguardExclusionDTO.ScopeEnum = {
|
|
12824
13478
|
APP: 'APP',
|
|
12825
|
-
INVENTORY: 'INVENTORY'
|
|
12826
|
-
CREATIVE: 'CREATIVE'
|
|
13479
|
+
INVENTORY: 'INVENTORY'
|
|
12827
13480
|
};
|
|
12828
13481
|
})(SafeguardExclusionDTO || (SafeguardExclusionDTO = {}));
|
|
12829
13482
|
|
|
@@ -12831,8 +13484,7 @@ var SafeguardRequestDTO;
|
|
|
12831
13484
|
(function (SafeguardRequestDTO) {
|
|
12832
13485
|
SafeguardRequestDTO.TargetingScopeEnum = {
|
|
12833
13486
|
APP: 'APP',
|
|
12834
|
-
INVENTORY: 'INVENTORY'
|
|
12835
|
-
CREATIVE: 'CREATIVE'
|
|
13487
|
+
INVENTORY: 'INVENTORY'
|
|
12836
13488
|
};
|
|
12837
13489
|
})(SafeguardRequestDTO || (SafeguardRequestDTO = {}));
|
|
12838
13490
|
|
|
@@ -12840,8 +13492,7 @@ var SafeguardResponseDTO;
|
|
|
12840
13492
|
(function (SafeguardResponseDTO) {
|
|
12841
13493
|
SafeguardResponseDTO.TargetingScopeEnum = {
|
|
12842
13494
|
APP: 'APP',
|
|
12843
|
-
INVENTORY: 'INVENTORY'
|
|
12844
|
-
CREATIVE: 'CREATIVE'
|
|
13495
|
+
INVENTORY: 'INVENTORY'
|
|
12845
13496
|
};
|
|
12846
13497
|
})(SafeguardResponseDTO || (SafeguardResponseDTO = {}));
|
|
12847
13498
|
|
|
@@ -13326,6 +13977,30 @@ var TemplateVariablesDTO;
|
|
|
13326
13977
|
* Do not edit the class manually.
|
|
13327
13978
|
*/
|
|
13328
13979
|
|
|
13980
|
+
/**
|
|
13981
|
+
* Api Documentation
|
|
13982
|
+
* Api Documentation
|
|
13983
|
+
*
|
|
13984
|
+
* OpenAPI spec version: 1.0
|
|
13985
|
+
*
|
|
13986
|
+
*
|
|
13987
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
13988
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
13989
|
+
* Do not edit the class manually.
|
|
13990
|
+
*/
|
|
13991
|
+
|
|
13992
|
+
/**
|
|
13993
|
+
* Api Documentation
|
|
13994
|
+
* Api Documentation
|
|
13995
|
+
*
|
|
13996
|
+
* OpenAPI spec version: 1.0
|
|
13997
|
+
*
|
|
13998
|
+
*
|
|
13999
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
14000
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
14001
|
+
* Do not edit the class manually.
|
|
14002
|
+
*/
|
|
14003
|
+
|
|
13329
14004
|
var VastCreative;
|
|
13330
14005
|
(function (VastCreative) {
|
|
13331
14006
|
VastCreative.VideoFormatEnum = {
|
|
@@ -13545,6 +14220,7 @@ ApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
|
13545
14220
|
CreativeTemplateVariablesControllerService,
|
|
13546
14221
|
CreativeTemplatesControllerService,
|
|
13547
14222
|
CustomerReportingControllerService,
|
|
14223
|
+
DCOVideoSettingsControllerService,
|
|
13548
14224
|
DashboardControllerService,
|
|
13549
14225
|
ExperimentsControllerService,
|
|
13550
14226
|
NotificationsControllerService,
|
|
@@ -13584,6 +14260,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
13584
14260
|
CreativeTemplateVariablesControllerService,
|
|
13585
14261
|
CreativeTemplatesControllerService,
|
|
13586
14262
|
CustomerReportingControllerService,
|
|
14263
|
+
DCOVideoSettingsControllerService,
|
|
13587
14264
|
DashboardControllerService,
|
|
13588
14265
|
ExperimentsControllerService,
|
|
13589
14266
|
NotificationsControllerService,
|
|
@@ -13611,5 +14288,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
13611
14288
|
* Generated bundle index. Do not edit.
|
|
13612
14289
|
*/
|
|
13613
14290
|
|
|
13614
|
-
export { ABTestingDTO, ABTestingResponseDetails, ABTestingVariantDTO, APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserAppSettingsDTO, AdvertiserCohortDTO, AdvertiserCohortResponse, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerControllerService, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BidFunnelControllerService, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, CohortCampaignStrategyDO, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeDetails, CreativeEntity, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetPerformanceList, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, DcoAttributesDTO, DeviceTargetModel, DuplicateCampaignStrategyRequestDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, EndCards, ExperimentsControllerService, ExperimentsEntity, FilterModel, GeoFenceDTO, GeoListRequest, IncrementalityTestDTO, IncrementalityTestDetails, JobResponse, JsonNode, LookAlikeAudienceConfigDTO, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, OptimizationRuleAuditLogDTO, OptimizationRuleDTO, PixelControllerService, PixelDataFileDTO, PlatformClickSigningConfig, RecencyTargetingDTO, RemoteFileDTO, ReportControllerService, ReportProperty, ReportRequest, ReportResponse, ReportingControllerService, ReportingRequest, ReportingResponse, ReportingSchedulerControllerService, ReportingSchedulerResponse, RuleDTO, SafeguardBlockedItemDTO, SafeguardControllerService, SafeguardDetail, SafeguardExclusionDTO, SafeguardRequestDTO, SafeguardResponseDTO, SchedulerRequest, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, StrategyRuleResponse, StrategyTemplateControllerService, StrategyTemplateDTO, StrategyTemplateResponse, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties, WhitelabelingEntity };
|
|
14291
|
+
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, PlatformClickSigningConfig, RecencyTargetingDTO, RemoteFileDTO, ReportControllerService, ReportProperty, ReportRequest, ReportResponse, ReportingControllerService, ReportingRequest, ReportingResponse, ReportingSchedulerControllerService, ReportingSchedulerResponse, RuleDTO, SafeguardBlockedItemDTO, SafeguardControllerService, SafeguardDetail, SafeguardExclusionDTO, SafeguardRequestDTO, SafeguardResponseDTO, SchedulerRequest, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, StrategyRuleResponse, StrategyTemplateControllerService, StrategyTemplateDTO, StrategyTemplateResponse, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties, WhitelabelingEntity };
|
|
13615
14292
|
//# sourceMappingURL=revxui-api-clients-ts.mjs.map
|