@revxui/api-clients-ts 1.1.454 → 1.1.455
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 +184 -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 +520 -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/apiResponseObjectDcoVideoGenerateSampleResponse.mjs +2 -0
- package/esm2020/model/apiResponseObjectDcoVideoGeneratedCountResponse.mjs +2 -0
- package/esm2020/model/apiResponseObjectDcoVideoSamplesResponse.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/dcoVideoBrandGuidelineDTO.mjs +13 -0
- package/esm2020/model/dcoVideoCatalogItemDTO.mjs +13 -0
- package/esm2020/model/dcoVideoDimensionDTO.mjs +13 -0
- package/esm2020/model/dcoVideoErrorDTO.mjs +13 -0
- package/esm2020/model/dcoVideoGenerateSampleRequest.mjs +13 -0
- package/esm2020/model/dcoVideoGenerateSampleResponse.mjs +2 -0
- package/esm2020/model/dcoVideoGeneratedCountResponse.mjs +13 -0
- package/esm2020/model/dcoVideoPaginationDTO.mjs +13 -0
- package/esm2020/model/dcoVideoSampleDTO.mjs +2 -0
- package/esm2020/model/dcoVideoSamplesResponse.mjs +2 -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/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/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 +572 -41
- package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
- package/fesm2020/revxui-api-clients-ts.mjs +750 -41
- package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
- package/model/apiResponseObjectDcoVideoActivateResponse.d.ts +17 -0
- package/model/apiResponseObjectDcoVideoGenerateSampleResponse.d.ts +17 -0
- package/model/apiResponseObjectDcoVideoGeneratedCountResponse.d.ts +17 -0
- package/model/apiResponseObjectDcoVideoSamplesResponse.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/dcoVideoBrandGuidelineDTO.d.ts +16 -0
- package/model/dcoVideoCatalogItemDTO.d.ts +16 -0
- package/model/dcoVideoDimensionDTO.d.ts +15 -0
- package/model/dcoVideoErrorDTO.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/dcoVideoPaginationDTO.d.ts +19 -0
- package/model/dcoVideoSampleDTO.d.ts +27 -0
- package/model/dcoVideoSamplesResponse.d.ts +18 -0
- package/model/dcoVideoSettingsCreateRequest.d.ts +19 -0
- package/model/dcoVideoSettingsDTO.d.ts +31 -0
- package/model/dcoVideoSettingsUpdateRequest.d.ts +18 -0
- package/model/dcoVideoTemplateDTO.d.ts +23 -0
- package/model/dcoVideoTemplateRequirementsDTO.d.ts +16 -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/safeguardDetail.d.ts +1 -3
- 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,518 @@ 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, file_BACKGROUND_IMAGE, file_END_CARD_HTML, file_END_CARD_IMAGE, file_PROMO_BANNER, file_PROMO_VIDEO, 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
|
+
'multipart/form-data'
|
|
5558
|
+
];
|
|
5559
|
+
const canConsumeForm = this.canConsumeForm(consumes);
|
|
5560
|
+
let formParams;
|
|
5561
|
+
let useForm = false;
|
|
5562
|
+
let convertFormParamsToString = false;
|
|
5563
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5564
|
+
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5565
|
+
useForm = canConsumeForm;
|
|
5566
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5567
|
+
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5568
|
+
useForm = canConsumeForm;
|
|
5569
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5570
|
+
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5571
|
+
useForm = canConsumeForm;
|
|
5572
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5573
|
+
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5574
|
+
useForm = canConsumeForm;
|
|
5575
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5576
|
+
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5577
|
+
useForm = canConsumeForm;
|
|
5578
|
+
if (useForm) {
|
|
5579
|
+
formParams = new FormData();
|
|
5580
|
+
}
|
|
5581
|
+
else {
|
|
5582
|
+
formParams = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5583
|
+
}
|
|
5584
|
+
if (file_BACKGROUND_IMAGE !== undefined) {
|
|
5585
|
+
formParams = formParams.append('file_BACKGROUND_IMAGE', file_BACKGROUND_IMAGE) || formParams;
|
|
5586
|
+
}
|
|
5587
|
+
if (file_END_CARD_HTML !== undefined) {
|
|
5588
|
+
formParams = formParams.append('file_END_CARD_HTML', file_END_CARD_HTML) || formParams;
|
|
5589
|
+
}
|
|
5590
|
+
if (file_END_CARD_IMAGE !== undefined) {
|
|
5591
|
+
formParams = formParams.append('file_END_CARD_IMAGE', file_END_CARD_IMAGE) || formParams;
|
|
5592
|
+
}
|
|
5593
|
+
if (file_PROMO_BANNER !== undefined) {
|
|
5594
|
+
formParams = formParams.append('file_PROMO_BANNER', file_PROMO_BANNER) || formParams;
|
|
5595
|
+
}
|
|
5596
|
+
if (file_PROMO_VIDEO !== undefined) {
|
|
5597
|
+
formParams = formParams.append('file_PROMO_VIDEO', file_PROMO_VIDEO) || formParams;
|
|
5598
|
+
}
|
|
5599
|
+
if (request !== undefined) {
|
|
5600
|
+
formParams = formParams.append('request', request) || formParams;
|
|
5601
|
+
}
|
|
5602
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings`, convertFormParamsToString ? formParams.toString() : formParams, {
|
|
5603
|
+
withCredentials: this.configuration.withCredentials,
|
|
5604
|
+
headers: headers,
|
|
5605
|
+
observe: observe,
|
|
5606
|
+
reportProgress: reportProgress
|
|
5607
|
+
});
|
|
5608
|
+
}
|
|
5609
|
+
generateSampleUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
|
|
5610
|
+
if (request === null || request === undefined) {
|
|
5611
|
+
throw new Error('Required parameter request was null or undefined when calling generateSampleUsingPOST.');
|
|
5612
|
+
}
|
|
5613
|
+
let headers = this.defaultHeaders;
|
|
5614
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5615
|
+
headers = headers.set('reqId', String(reqId));
|
|
5616
|
+
}
|
|
5617
|
+
if (token !== undefined && token !== null) {
|
|
5618
|
+
headers = headers.set('token', String(token));
|
|
5619
|
+
}
|
|
5620
|
+
// to determine the Accept header
|
|
5621
|
+
let httpHeaderAccepts = [
|
|
5622
|
+
'application/json'
|
|
5623
|
+
];
|
|
5624
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5625
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5626
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5627
|
+
}
|
|
5628
|
+
// to determine the Content-Type header
|
|
5629
|
+
const consumes = [
|
|
5630
|
+
'application/json'
|
|
5631
|
+
];
|
|
5632
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5633
|
+
if (httpContentTypeSelected != undefined) {
|
|
5634
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5635
|
+
}
|
|
5636
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/generate-sample`, request, {
|
|
5637
|
+
withCredentials: this.configuration.withCredentials,
|
|
5638
|
+
headers: headers,
|
|
5639
|
+
observe: observe,
|
|
5640
|
+
reportProgress: reportProgress
|
|
5641
|
+
});
|
|
5642
|
+
}
|
|
5643
|
+
getBrandGuidelinesUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
|
|
5644
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5645
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getBrandGuidelinesUsingGET.');
|
|
5646
|
+
}
|
|
5647
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5648
|
+
if (includeInactive !== undefined && includeInactive !== null) {
|
|
5649
|
+
queryParameters = queryParameters.set('includeInactive', includeInactive);
|
|
5650
|
+
}
|
|
5651
|
+
let headers = this.defaultHeaders;
|
|
5652
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5653
|
+
headers = headers.set('reqId', String(reqId));
|
|
5654
|
+
}
|
|
5655
|
+
if (token !== undefined && token !== null) {
|
|
5656
|
+
headers = headers.set('token', String(token));
|
|
5657
|
+
}
|
|
5658
|
+
// to determine the Accept header
|
|
5659
|
+
let httpHeaderAccepts = [
|
|
5660
|
+
'application/json'
|
|
5661
|
+
];
|
|
5662
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5663
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5664
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5665
|
+
}
|
|
5666
|
+
// to determine the Content-Type header
|
|
5667
|
+
const consumes = [];
|
|
5668
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/brand-guidelines`, {
|
|
5669
|
+
params: queryParameters,
|
|
5670
|
+
withCredentials: this.configuration.withCredentials,
|
|
5671
|
+
headers: headers,
|
|
5672
|
+
observe: observe,
|
|
5673
|
+
reportProgress: reportProgress
|
|
5674
|
+
});
|
|
5675
|
+
}
|
|
5676
|
+
getDimensionsUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
|
|
5677
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5678
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getDimensionsUsingGET.');
|
|
5679
|
+
}
|
|
5680
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5681
|
+
if (includeInactive !== undefined && includeInactive !== null) {
|
|
5682
|
+
queryParameters = queryParameters.set('includeInactive', includeInactive);
|
|
5683
|
+
}
|
|
5684
|
+
let headers = this.defaultHeaders;
|
|
5685
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5686
|
+
headers = headers.set('reqId', String(reqId));
|
|
5687
|
+
}
|
|
5688
|
+
if (token !== undefined && token !== null) {
|
|
5689
|
+
headers = headers.set('token', String(token));
|
|
5690
|
+
}
|
|
5691
|
+
// to determine the Accept header
|
|
5692
|
+
let httpHeaderAccepts = [
|
|
5693
|
+
'application/json'
|
|
5694
|
+
];
|
|
5695
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5696
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5697
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5698
|
+
}
|
|
5699
|
+
// to determine the Content-Type header
|
|
5700
|
+
const consumes = [];
|
|
5701
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/dimensions`, {
|
|
5702
|
+
params: queryParameters,
|
|
5703
|
+
withCredentials: this.configuration.withCredentials,
|
|
5704
|
+
headers: headers,
|
|
5705
|
+
observe: observe,
|
|
5706
|
+
reportProgress: reportProgress
|
|
5707
|
+
});
|
|
5708
|
+
}
|
|
5709
|
+
getFeedKeysUsingGET(advertiserId, reqId, token, observe = 'body', reportProgress = false) {
|
|
5710
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5711
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getFeedKeysUsingGET.');
|
|
5712
|
+
}
|
|
5713
|
+
let headers = this.defaultHeaders;
|
|
5714
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5715
|
+
headers = headers.set('reqId', String(reqId));
|
|
5716
|
+
}
|
|
5717
|
+
if (token !== undefined && token !== null) {
|
|
5718
|
+
headers = headers.set('token', String(token));
|
|
5719
|
+
}
|
|
5720
|
+
// to determine the Accept header
|
|
5721
|
+
let httpHeaderAccepts = [
|
|
5722
|
+
'application/json'
|
|
5723
|
+
];
|
|
5724
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5725
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5726
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5727
|
+
}
|
|
5728
|
+
// to determine the Content-Type header
|
|
5729
|
+
const consumes = [];
|
|
5730
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/feed-keys`, {
|
|
5731
|
+
withCredentials: this.configuration.withCredentials,
|
|
5732
|
+
headers: headers,
|
|
5733
|
+
observe: observe,
|
|
5734
|
+
reportProgress: reportProgress
|
|
5735
|
+
});
|
|
5736
|
+
}
|
|
5737
|
+
getGeneratedVideoCountUsingGET(id, reqId, token, observe = 'body', reportProgress = false) {
|
|
5738
|
+
if (id === null || id === undefined) {
|
|
5739
|
+
throw new Error('Required parameter id was null or undefined when calling getGeneratedVideoCountUsingGET.');
|
|
5740
|
+
}
|
|
5741
|
+
let headers = this.defaultHeaders;
|
|
5742
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5743
|
+
headers = headers.set('reqId', String(reqId));
|
|
5744
|
+
}
|
|
5745
|
+
if (token !== undefined && token !== null) {
|
|
5746
|
+
headers = headers.set('token', String(token));
|
|
5747
|
+
}
|
|
5748
|
+
// to determine the Accept header
|
|
5749
|
+
let httpHeaderAccepts = [
|
|
5750
|
+
'application/json'
|
|
5751
|
+
];
|
|
5752
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5753
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5754
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5755
|
+
}
|
|
5756
|
+
// to determine the Content-Type header
|
|
5757
|
+
const consumes = [];
|
|
5758
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}/generated-video-count`, {
|
|
5759
|
+
withCredentials: this.configuration.withCredentials,
|
|
5760
|
+
headers: headers,
|
|
5761
|
+
observe: observe,
|
|
5762
|
+
reportProgress: reportProgress
|
|
5763
|
+
});
|
|
5764
|
+
}
|
|
5765
|
+
getGeneratedVideoSamplesUsingGET(id, page, reqId, size, status, token, observe = 'body', reportProgress = false) {
|
|
5766
|
+
if (id === null || id === undefined) {
|
|
5767
|
+
throw new Error('Required parameter id was null or undefined when calling getGeneratedVideoSamplesUsingGET.');
|
|
5768
|
+
}
|
|
5769
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5770
|
+
if (page !== undefined && page !== null) {
|
|
5771
|
+
queryParameters = queryParameters.set('page', page);
|
|
5772
|
+
}
|
|
5773
|
+
if (size !== undefined && size !== null) {
|
|
5774
|
+
queryParameters = queryParameters.set('size', size);
|
|
5775
|
+
}
|
|
5776
|
+
if (status !== undefined && status !== null) {
|
|
5777
|
+
queryParameters = queryParameters.set('status', status);
|
|
5778
|
+
}
|
|
5779
|
+
let headers = this.defaultHeaders;
|
|
5780
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5781
|
+
headers = headers.set('reqId', String(reqId));
|
|
5782
|
+
}
|
|
5783
|
+
if (token !== undefined && token !== null) {
|
|
5784
|
+
headers = headers.set('token', String(token));
|
|
5785
|
+
}
|
|
5786
|
+
// to determine the Accept header
|
|
5787
|
+
let httpHeaderAccepts = [
|
|
5788
|
+
'application/json'
|
|
5789
|
+
];
|
|
5790
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5791
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5792
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5793
|
+
}
|
|
5794
|
+
// to determine the Content-Type header
|
|
5795
|
+
const consumes = [];
|
|
5796
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}/get-generated-video-samples`, {
|
|
5797
|
+
params: queryParameters,
|
|
5798
|
+
withCredentials: this.configuration.withCredentials,
|
|
5799
|
+
headers: headers,
|
|
5800
|
+
observe: observe,
|
|
5801
|
+
reportProgress: reportProgress
|
|
5802
|
+
});
|
|
5803
|
+
}
|
|
5804
|
+
getSettingsUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
|
|
5805
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5806
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getSettingsUsingGET.');
|
|
5807
|
+
}
|
|
5808
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5809
|
+
if (includeInactive !== undefined && includeInactive !== null) {
|
|
5810
|
+
queryParameters = queryParameters.set('includeInactive', includeInactive);
|
|
5811
|
+
}
|
|
5812
|
+
let headers = this.defaultHeaders;
|
|
5813
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5814
|
+
headers = headers.set('reqId', String(reqId));
|
|
5815
|
+
}
|
|
5816
|
+
if (token !== undefined && token !== null) {
|
|
5817
|
+
headers = headers.set('token', String(token));
|
|
5818
|
+
}
|
|
5819
|
+
// to determine the Accept header
|
|
5820
|
+
let httpHeaderAccepts = [
|
|
5821
|
+
'application/json'
|
|
5822
|
+
];
|
|
5823
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5824
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5825
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5826
|
+
}
|
|
5827
|
+
// to determine the Content-Type header
|
|
5828
|
+
const consumes = [];
|
|
5829
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(advertiserId))}`, {
|
|
5830
|
+
params: queryParameters,
|
|
5831
|
+
withCredentials: this.configuration.withCredentials,
|
|
5832
|
+
headers: headers,
|
|
5833
|
+
observe: observe,
|
|
5834
|
+
reportProgress: reportProgress
|
|
5835
|
+
});
|
|
5836
|
+
}
|
|
5837
|
+
getTemplatesUsingGET(advertiserId, hasBackgroundImage, hasPromoBanner, hasPromoVideo, reqId, token, observe = 'body', reportProgress = false) {
|
|
5838
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5839
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getTemplatesUsingGET.');
|
|
5840
|
+
}
|
|
5841
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5842
|
+
if (advertiserId !== undefined && advertiserId !== null) {
|
|
5843
|
+
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
5844
|
+
}
|
|
5845
|
+
if (hasBackgroundImage !== undefined && hasBackgroundImage !== null) {
|
|
5846
|
+
queryParameters = queryParameters.set('hasBackgroundImage', hasBackgroundImage);
|
|
5847
|
+
}
|
|
5848
|
+
if (hasPromoBanner !== undefined && hasPromoBanner !== null) {
|
|
5849
|
+
queryParameters = queryParameters.set('hasPromoBanner', hasPromoBanner);
|
|
5850
|
+
}
|
|
5851
|
+
if (hasPromoVideo !== undefined && hasPromoVideo !== null) {
|
|
5852
|
+
queryParameters = queryParameters.set('hasPromoVideo', hasPromoVideo);
|
|
5853
|
+
}
|
|
5854
|
+
let headers = this.defaultHeaders;
|
|
5855
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5856
|
+
headers = headers.set('reqId', String(reqId));
|
|
5857
|
+
}
|
|
5858
|
+
if (token !== undefined && token !== null) {
|
|
5859
|
+
headers = headers.set('token', String(token));
|
|
5860
|
+
}
|
|
5861
|
+
// to determine the Accept header
|
|
5862
|
+
let httpHeaderAccepts = [
|
|
5863
|
+
'application/json'
|
|
5864
|
+
];
|
|
5865
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5866
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5867
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5868
|
+
}
|
|
5869
|
+
// to determine the Content-Type header
|
|
5870
|
+
const consumes = [];
|
|
5871
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/templates`, {
|
|
5872
|
+
params: queryParameters,
|
|
5873
|
+
withCredentials: this.configuration.withCredentials,
|
|
5874
|
+
headers: headers,
|
|
5875
|
+
observe: observe,
|
|
5876
|
+
reportProgress: reportProgress
|
|
5877
|
+
});
|
|
5878
|
+
}
|
|
5879
|
+
updateSettingsUsingPOST(id, request, async, file_BACKGROUND_IMAGE, file_END_CARD_HTML, file_END_CARD_IMAGE, file_PROMO_BANNER, file_PROMO_VIDEO, regenerateSample, reqId, token, observe = 'body', reportProgress = false) {
|
|
5880
|
+
if (id === null || id === undefined) {
|
|
5881
|
+
throw new Error('Required parameter id was null or undefined when calling updateSettingsUsingPOST.');
|
|
5882
|
+
}
|
|
5883
|
+
if (request === null || request === undefined) {
|
|
5884
|
+
throw new Error('Required parameter request was null or undefined when calling updateSettingsUsingPOST.');
|
|
5885
|
+
}
|
|
5886
|
+
let headers = this.defaultHeaders;
|
|
5887
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5888
|
+
headers = headers.set('reqId', String(reqId));
|
|
5889
|
+
}
|
|
5890
|
+
if (token !== undefined && token !== null) {
|
|
5891
|
+
headers = headers.set('token', String(token));
|
|
5892
|
+
}
|
|
5893
|
+
// to determine the Accept header
|
|
5894
|
+
let httpHeaderAccepts = [
|
|
5895
|
+
'application/json'
|
|
5896
|
+
];
|
|
5897
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5898
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5899
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5900
|
+
}
|
|
5901
|
+
// to determine the Content-Type header
|
|
5902
|
+
const consumes = [
|
|
5903
|
+
'multipart/form-data'
|
|
5904
|
+
];
|
|
5905
|
+
const canConsumeForm = this.canConsumeForm(consumes);
|
|
5906
|
+
let formParams;
|
|
5907
|
+
let useForm = false;
|
|
5908
|
+
let convertFormParamsToString = false;
|
|
5909
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5910
|
+
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5911
|
+
useForm = canConsumeForm;
|
|
5912
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5913
|
+
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5914
|
+
useForm = canConsumeForm;
|
|
5915
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5916
|
+
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5917
|
+
useForm = canConsumeForm;
|
|
5918
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5919
|
+
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5920
|
+
useForm = canConsumeForm;
|
|
5921
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5922
|
+
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5923
|
+
useForm = canConsumeForm;
|
|
5924
|
+
if (useForm) {
|
|
5925
|
+
formParams = new FormData();
|
|
5926
|
+
}
|
|
5927
|
+
else {
|
|
5928
|
+
formParams = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5929
|
+
}
|
|
5930
|
+
if (async !== undefined) {
|
|
5931
|
+
formParams = formParams.append('async', async) || formParams;
|
|
5932
|
+
}
|
|
5933
|
+
if (file_BACKGROUND_IMAGE !== undefined) {
|
|
5934
|
+
formParams = formParams.append('file_BACKGROUND_IMAGE', file_BACKGROUND_IMAGE) || formParams;
|
|
5935
|
+
}
|
|
5936
|
+
if (file_END_CARD_HTML !== undefined) {
|
|
5937
|
+
formParams = formParams.append('file_END_CARD_HTML', file_END_CARD_HTML) || formParams;
|
|
5938
|
+
}
|
|
5939
|
+
if (file_END_CARD_IMAGE !== undefined) {
|
|
5940
|
+
formParams = formParams.append('file_END_CARD_IMAGE', file_END_CARD_IMAGE) || formParams;
|
|
5941
|
+
}
|
|
5942
|
+
if (file_PROMO_BANNER !== undefined) {
|
|
5943
|
+
formParams = formParams.append('file_PROMO_BANNER', file_PROMO_BANNER) || formParams;
|
|
5944
|
+
}
|
|
5945
|
+
if (file_PROMO_VIDEO !== undefined) {
|
|
5946
|
+
formParams = formParams.append('file_PROMO_VIDEO', file_PROMO_VIDEO) || formParams;
|
|
5947
|
+
}
|
|
5948
|
+
if (regenerateSample !== undefined) {
|
|
5949
|
+
formParams = formParams.append('regenerateSample', regenerateSample) || formParams;
|
|
5950
|
+
}
|
|
5951
|
+
if (request !== undefined) {
|
|
5952
|
+
formParams = formParams.append('request', request) || formParams;
|
|
5953
|
+
}
|
|
5954
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}`, convertFormParamsToString ? formParams.toString() : formParams, {
|
|
5955
|
+
withCredentials: this.configuration.withCredentials,
|
|
5956
|
+
headers: headers,
|
|
5957
|
+
observe: observe,
|
|
5958
|
+
reportProgress: reportProgress
|
|
5959
|
+
});
|
|
5960
|
+
}
|
|
5961
|
+
}
|
|
5962
|
+
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 });
|
|
5963
|
+
DCOVideoSettingsControllerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DCOVideoSettingsControllerService });
|
|
5964
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DCOVideoSettingsControllerService, decorators: [{
|
|
5965
|
+
type: Injectable
|
|
5966
|
+
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
5967
|
+
type: Optional
|
|
5968
|
+
}, {
|
|
5969
|
+
type: Inject,
|
|
5970
|
+
args: [BASE_PATH]
|
|
5971
|
+
}] }, { type: Configuration, decorators: [{
|
|
5972
|
+
type: Optional
|
|
5973
|
+
}] }]; } });
|
|
5974
|
+
|
|
5463
5975
|
/**
|
|
5464
5976
|
* Api Documentation
|
|
5465
5977
|
* Api Documentation
|
|
@@ -5475,7 +5987,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5475
5987
|
class DashboardControllerService {
|
|
5476
5988
|
constructor(httpClient, basePath, configuration) {
|
|
5477
5989
|
this.httpClient = httpClient;
|
|
5478
|
-
this.basePath = 'https://
|
|
5990
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5479
5991
|
this.defaultHeaders = new HttpHeaders();
|
|
5480
5992
|
this.configuration = new Configuration();
|
|
5481
5993
|
if (basePath) {
|
|
@@ -6133,7 +6645,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6133
6645
|
class ExperimentsControllerService {
|
|
6134
6646
|
constructor(httpClient, basePath, configuration) {
|
|
6135
6647
|
this.httpClient = httpClient;
|
|
6136
|
-
this.basePath = 'https://
|
|
6648
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
6137
6649
|
this.defaultHeaders = new HttpHeaders();
|
|
6138
6650
|
this.configuration = new Configuration();
|
|
6139
6651
|
if (basePath) {
|
|
@@ -6860,7 +7372,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6860
7372
|
class NotificationsControllerService {
|
|
6861
7373
|
constructor(httpClient, basePath, configuration) {
|
|
6862
7374
|
this.httpClient = httpClient;
|
|
6863
|
-
this.basePath = 'https://
|
|
7375
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
6864
7376
|
this.defaultHeaders = new HttpHeaders();
|
|
6865
7377
|
this.configuration = new Configuration();
|
|
6866
7378
|
if (basePath) {
|
|
@@ -7073,7 +7585,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7073
7585
|
class PixelControllerService {
|
|
7074
7586
|
constructor(httpClient, basePath, configuration) {
|
|
7075
7587
|
this.httpClient = httpClient;
|
|
7076
|
-
this.basePath = 'https://
|
|
7588
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7077
7589
|
this.defaultHeaders = new HttpHeaders();
|
|
7078
7590
|
this.configuration = new Configuration();
|
|
7079
7591
|
if (basePath) {
|
|
@@ -7380,7 +7892,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7380
7892
|
class ReportControllerService {
|
|
7381
7893
|
constructor(httpClient, basePath, configuration) {
|
|
7382
7894
|
this.httpClient = httpClient;
|
|
7383
|
-
this.basePath = 'https://
|
|
7895
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7384
7896
|
this.defaultHeaders = new HttpHeaders();
|
|
7385
7897
|
this.configuration = new Configuration();
|
|
7386
7898
|
if (basePath) {
|
|
@@ -7517,7 +8029,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7517
8029
|
class ReportingControllerService {
|
|
7518
8030
|
constructor(httpClient, basePath, configuration) {
|
|
7519
8031
|
this.httpClient = httpClient;
|
|
7520
|
-
this.basePath = 'https://
|
|
8032
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7521
8033
|
this.defaultHeaders = new HttpHeaders();
|
|
7522
8034
|
this.configuration = new Configuration();
|
|
7523
8035
|
if (basePath) {
|
|
@@ -7687,7 +8199,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7687
8199
|
class ReportingSchedulerControllerService {
|
|
7688
8200
|
constructor(httpClient, basePath, configuration) {
|
|
7689
8201
|
this.httpClient = httpClient;
|
|
7690
|
-
this.basePath = 'https://
|
|
8202
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7691
8203
|
this.defaultHeaders = new HttpHeaders();
|
|
7692
8204
|
this.configuration = new Configuration();
|
|
7693
8205
|
if (basePath) {
|
|
@@ -8002,7 +8514,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8002
8514
|
class SafeguardControllerService {
|
|
8003
8515
|
constructor(httpClient, basePath, configuration) {
|
|
8004
8516
|
this.httpClient = httpClient;
|
|
8005
|
-
this.basePath = 'https://
|
|
8517
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
8006
8518
|
this.defaultHeaders = new HttpHeaders();
|
|
8007
8519
|
this.configuration = new Configuration();
|
|
8008
8520
|
if (basePath) {
|
|
@@ -8496,7 +9008,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8496
9008
|
class SliceXControllerService {
|
|
8497
9009
|
constructor(httpClient, basePath, configuration) {
|
|
8498
9010
|
this.httpClient = httpClient;
|
|
8499
|
-
this.basePath = 'https://
|
|
9011
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
8500
9012
|
this.defaultHeaders = new HttpHeaders();
|
|
8501
9013
|
this.configuration = new Configuration();
|
|
8502
9014
|
if (basePath) {
|
|
@@ -8900,7 +9412,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8900
9412
|
class StrategyControllerService {
|
|
8901
9413
|
constructor(httpClient, basePath, configuration) {
|
|
8902
9414
|
this.httpClient = httpClient;
|
|
8903
|
-
this.basePath = 'https://
|
|
9415
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
8904
9416
|
this.defaultHeaders = new HttpHeaders();
|
|
8905
9417
|
this.configuration = new Configuration();
|
|
8906
9418
|
if (basePath) {
|
|
@@ -10102,7 +10614,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10102
10614
|
class StrategyTemplateControllerService {
|
|
10103
10615
|
constructor(httpClient, basePath, configuration) {
|
|
10104
10616
|
this.httpClient = httpClient;
|
|
10105
|
-
this.basePath = 'https://
|
|
10617
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
10106
10618
|
this.defaultHeaders = new HttpHeaders();
|
|
10107
10619
|
this.configuration = new Configuration();
|
|
10108
10620
|
if (basePath) {
|
|
@@ -10224,7 +10736,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10224
10736
|
class UILoggerControllerService {
|
|
10225
10737
|
constructor(httpClient, basePath, configuration) {
|
|
10226
10738
|
this.httpClient = httpClient;
|
|
10227
|
-
this.basePath = 'https://
|
|
10739
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
10228
10740
|
this.defaultHeaders = new HttpHeaders();
|
|
10229
10741
|
this.configuration = new Configuration();
|
|
10230
10742
|
if (basePath) {
|
|
@@ -10316,7 +10828,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10316
10828
|
class UserPreferenceControllerService {
|
|
10317
10829
|
constructor(httpClient, basePath, configuration) {
|
|
10318
10830
|
this.httpClient = httpClient;
|
|
10319
|
-
this.basePath = 'https://
|
|
10831
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
10320
10832
|
this.defaultHeaders = new HttpHeaders();
|
|
10321
10833
|
this.configuration = new Configuration();
|
|
10322
10834
|
if (basePath) {
|
|
@@ -10475,7 +10987,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10475
10987
|
type: Optional
|
|
10476
10988
|
}] }]; } });
|
|
10477
10989
|
|
|
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];
|
|
10990
|
+
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
10991
|
|
|
10480
10992
|
var ABTestingDTO;
|
|
10481
10993
|
(function (ABTestingDTO) {
|
|
@@ -10751,6 +11263,18 @@ var AdvertiserCohortResponse;
|
|
|
10751
11263
|
* Do not edit the class manually.
|
|
10752
11264
|
*/
|
|
10753
11265
|
|
|
11266
|
+
/**
|
|
11267
|
+
* Api Documentation
|
|
11268
|
+
* Api Documentation
|
|
11269
|
+
*
|
|
11270
|
+
* OpenAPI spec version: 1.0
|
|
11271
|
+
*
|
|
11272
|
+
*
|
|
11273
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11274
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
11275
|
+
* Do not edit the class manually.
|
|
11276
|
+
*/
|
|
11277
|
+
|
|
10754
11278
|
var AppSettingsDTO;
|
|
10755
11279
|
(function (AppSettingsDTO) {
|
|
10756
11280
|
AppSettingsDTO.SettingsKeyEnum = {
|
|
@@ -11764,6 +12288,145 @@ var DcoAttributesDTO;
|
|
|
11764
12288
|
};
|
|
11765
12289
|
})(DcoAttributesDTO || (DcoAttributesDTO = {}));
|
|
11766
12290
|
|
|
12291
|
+
/**
|
|
12292
|
+
* Api Documentation
|
|
12293
|
+
* Api Documentation
|
|
12294
|
+
*
|
|
12295
|
+
* OpenAPI spec version: 1.0
|
|
12296
|
+
*
|
|
12297
|
+
*
|
|
12298
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12299
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12300
|
+
* Do not edit the class manually.
|
|
12301
|
+
*/
|
|
12302
|
+
|
|
12303
|
+
/**
|
|
12304
|
+
* Api Documentation
|
|
12305
|
+
* Api Documentation
|
|
12306
|
+
*
|
|
12307
|
+
* OpenAPI spec version: 1.0
|
|
12308
|
+
*
|
|
12309
|
+
*
|
|
12310
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12311
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12312
|
+
* Do not edit the class manually.
|
|
12313
|
+
*/
|
|
12314
|
+
|
|
12315
|
+
/**
|
|
12316
|
+
* Api Documentation
|
|
12317
|
+
* Api Documentation
|
|
12318
|
+
*
|
|
12319
|
+
* OpenAPI spec version: 1.0
|
|
12320
|
+
*
|
|
12321
|
+
*
|
|
12322
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12323
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12324
|
+
* Do not edit the class manually.
|
|
12325
|
+
*/
|
|
12326
|
+
var DcoVideoAssetDTO;
|
|
12327
|
+
(function (DcoVideoAssetDTO) {
|
|
12328
|
+
DcoVideoAssetDTO.EndCardTypeEnum = {
|
|
12329
|
+
IMAGE: 'IMAGE',
|
|
12330
|
+
HTML: 'HTML'
|
|
12331
|
+
};
|
|
12332
|
+
})(DcoVideoAssetDTO || (DcoVideoAssetDTO = {}));
|
|
12333
|
+
|
|
12334
|
+
/**
|
|
12335
|
+
* Api Documentation
|
|
12336
|
+
* Api Documentation
|
|
12337
|
+
*
|
|
12338
|
+
* OpenAPI spec version: 1.0
|
|
12339
|
+
*
|
|
12340
|
+
*
|
|
12341
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12342
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12343
|
+
* Do not edit the class manually.
|
|
12344
|
+
*/
|
|
12345
|
+
|
|
12346
|
+
/**
|
|
12347
|
+
* Api Documentation
|
|
12348
|
+
* Api Documentation
|
|
12349
|
+
*
|
|
12350
|
+
* OpenAPI spec version: 1.0
|
|
12351
|
+
*
|
|
12352
|
+
*
|
|
12353
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12354
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12355
|
+
* Do not edit the class manually.
|
|
12356
|
+
*/
|
|
12357
|
+
|
|
12358
|
+
/**
|
|
12359
|
+
* Api Documentation
|
|
12360
|
+
* Api Documentation
|
|
12361
|
+
*
|
|
12362
|
+
* OpenAPI spec version: 1.0
|
|
12363
|
+
*
|
|
12364
|
+
*
|
|
12365
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12366
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12367
|
+
* Do not edit the class manually.
|
|
12368
|
+
*/
|
|
12369
|
+
|
|
12370
|
+
/**
|
|
12371
|
+
* Api Documentation
|
|
12372
|
+
* Api Documentation
|
|
12373
|
+
*
|
|
12374
|
+
* OpenAPI spec version: 1.0
|
|
12375
|
+
*
|
|
12376
|
+
*
|
|
12377
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12378
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12379
|
+
* Do not edit the class manually.
|
|
12380
|
+
*/
|
|
12381
|
+
|
|
12382
|
+
/**
|
|
12383
|
+
* Api Documentation
|
|
12384
|
+
* Api Documentation
|
|
12385
|
+
*
|
|
12386
|
+
* OpenAPI spec version: 1.0
|
|
12387
|
+
*
|
|
12388
|
+
*
|
|
12389
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12390
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12391
|
+
* Do not edit the class manually.
|
|
12392
|
+
*/
|
|
12393
|
+
|
|
12394
|
+
/**
|
|
12395
|
+
* Api Documentation
|
|
12396
|
+
* Api Documentation
|
|
12397
|
+
*
|
|
12398
|
+
* OpenAPI spec version: 1.0
|
|
12399
|
+
*
|
|
12400
|
+
*
|
|
12401
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12402
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12403
|
+
* Do not edit the class manually.
|
|
12404
|
+
*/
|
|
12405
|
+
|
|
12406
|
+
/**
|
|
12407
|
+
* Api Documentation
|
|
12408
|
+
* Api Documentation
|
|
12409
|
+
*
|
|
12410
|
+
* OpenAPI spec version: 1.0
|
|
12411
|
+
*
|
|
12412
|
+
*
|
|
12413
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12414
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12415
|
+
* Do not edit the class manually.
|
|
12416
|
+
*/
|
|
12417
|
+
|
|
12418
|
+
/**
|
|
12419
|
+
* Api Documentation
|
|
12420
|
+
* Api Documentation
|
|
12421
|
+
*
|
|
12422
|
+
* OpenAPI spec version: 1.0
|
|
12423
|
+
*
|
|
12424
|
+
*
|
|
12425
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12426
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12427
|
+
* Do not edit the class manually.
|
|
12428
|
+
*/
|
|
12429
|
+
|
|
11767
12430
|
/**
|
|
11768
12431
|
* Api Documentation
|
|
11769
12432
|
* Api Documentation
|
|
@@ -12190,6 +12853,18 @@ var IncrementalityTestDetails;
|
|
|
12190
12853
|
* Do not edit the class manually.
|
|
12191
12854
|
*/
|
|
12192
12855
|
|
|
12856
|
+
/**
|
|
12857
|
+
* Api Documentation
|
|
12858
|
+
* Api Documentation
|
|
12859
|
+
*
|
|
12860
|
+
* OpenAPI spec version: 1.0
|
|
12861
|
+
*
|
|
12862
|
+
*
|
|
12863
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12864
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12865
|
+
* Do not edit the class manually.
|
|
12866
|
+
*/
|
|
12867
|
+
|
|
12193
12868
|
/**
|
|
12194
12869
|
* Api Documentation
|
|
12195
12870
|
* Api Documentation
|
|
@@ -12367,6 +13042,18 @@ var MetaRuleDto;
|
|
|
12367
13042
|
* Do not edit the class manually.
|
|
12368
13043
|
*/
|
|
12369
13044
|
|
|
13045
|
+
/**
|
|
13046
|
+
* Api Documentation
|
|
13047
|
+
* Api Documentation
|
|
13048
|
+
*
|
|
13049
|
+
* OpenAPI spec version: 1.0
|
|
13050
|
+
*
|
|
13051
|
+
*
|
|
13052
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
13053
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
13054
|
+
* Do not edit the class manually.
|
|
13055
|
+
*/
|
|
13056
|
+
|
|
12370
13057
|
/**
|
|
12371
13058
|
* Api Documentation
|
|
12372
13059
|
* Api Documentation
|
|
@@ -12816,8 +13503,7 @@ var SafeguardDetail;
|
|
|
12816
13503
|
(function (SafeguardDetail) {
|
|
12817
13504
|
SafeguardDetail.TargetingScopeEnum = {
|
|
12818
13505
|
APP: 'APP',
|
|
12819
|
-
INVENTORY: 'INVENTORY'
|
|
12820
|
-
CREATIVE: 'CREATIVE'
|
|
13506
|
+
INVENTORY: 'INVENTORY'
|
|
12821
13507
|
};
|
|
12822
13508
|
})(SafeguardDetail || (SafeguardDetail = {}));
|
|
12823
13509
|
|
|
@@ -12825,8 +13511,7 @@ var SafeguardExclusionDTO;
|
|
|
12825
13511
|
(function (SafeguardExclusionDTO) {
|
|
12826
13512
|
SafeguardExclusionDTO.ScopeEnum = {
|
|
12827
13513
|
APP: 'APP',
|
|
12828
|
-
INVENTORY: 'INVENTORY'
|
|
12829
|
-
CREATIVE: 'CREATIVE'
|
|
13514
|
+
INVENTORY: 'INVENTORY'
|
|
12830
13515
|
};
|
|
12831
13516
|
})(SafeguardExclusionDTO || (SafeguardExclusionDTO = {}));
|
|
12832
13517
|
|
|
@@ -12834,8 +13519,7 @@ var SafeguardRequestDTO;
|
|
|
12834
13519
|
(function (SafeguardRequestDTO) {
|
|
12835
13520
|
SafeguardRequestDTO.TargetingScopeEnum = {
|
|
12836
13521
|
APP: 'APP',
|
|
12837
|
-
INVENTORY: 'INVENTORY'
|
|
12838
|
-
CREATIVE: 'CREATIVE'
|
|
13522
|
+
INVENTORY: 'INVENTORY'
|
|
12839
13523
|
};
|
|
12840
13524
|
})(SafeguardRequestDTO || (SafeguardRequestDTO = {}));
|
|
12841
13525
|
|
|
@@ -12843,8 +13527,7 @@ var SafeguardResponseDTO;
|
|
|
12843
13527
|
(function (SafeguardResponseDTO) {
|
|
12844
13528
|
SafeguardResponseDTO.TargetingScopeEnum = {
|
|
12845
13529
|
APP: 'APP',
|
|
12846
|
-
INVENTORY: 'INVENTORY'
|
|
12847
|
-
CREATIVE: 'CREATIVE'
|
|
13530
|
+
INVENTORY: 'INVENTORY'
|
|
12848
13531
|
};
|
|
12849
13532
|
})(SafeguardResponseDTO || (SafeguardResponseDTO = {}));
|
|
12850
13533
|
|
|
@@ -13329,6 +14012,30 @@ var TemplateVariablesDTO;
|
|
|
13329
14012
|
* Do not edit the class manually.
|
|
13330
14013
|
*/
|
|
13331
14014
|
|
|
14015
|
+
/**
|
|
14016
|
+
* Api Documentation
|
|
14017
|
+
* Api Documentation
|
|
14018
|
+
*
|
|
14019
|
+
* OpenAPI spec version: 1.0
|
|
14020
|
+
*
|
|
14021
|
+
*
|
|
14022
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
14023
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
14024
|
+
* Do not edit the class manually.
|
|
14025
|
+
*/
|
|
14026
|
+
|
|
14027
|
+
/**
|
|
14028
|
+
* Api Documentation
|
|
14029
|
+
* Api Documentation
|
|
14030
|
+
*
|
|
14031
|
+
* OpenAPI spec version: 1.0
|
|
14032
|
+
*
|
|
14033
|
+
*
|
|
14034
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
14035
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
14036
|
+
* Do not edit the class manually.
|
|
14037
|
+
*/
|
|
14038
|
+
|
|
13332
14039
|
var VastCreative;
|
|
13333
14040
|
(function (VastCreative) {
|
|
13334
14041
|
VastCreative.VideoFormatEnum = {
|
|
@@ -13548,6 +14255,7 @@ ApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
|
13548
14255
|
CreativeTemplateVariablesControllerService,
|
|
13549
14256
|
CreativeTemplatesControllerService,
|
|
13550
14257
|
CustomerReportingControllerService,
|
|
14258
|
+
DCOVideoSettingsControllerService,
|
|
13551
14259
|
DashboardControllerService,
|
|
13552
14260
|
ExperimentsControllerService,
|
|
13553
14261
|
NotificationsControllerService,
|
|
@@ -13587,6 +14295,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
13587
14295
|
CreativeTemplateVariablesControllerService,
|
|
13588
14296
|
CreativeTemplatesControllerService,
|
|
13589
14297
|
CustomerReportingControllerService,
|
|
14298
|
+
DCOVideoSettingsControllerService,
|
|
13590
14299
|
DashboardControllerService,
|
|
13591
14300
|
ExperimentsControllerService,
|
|
13592
14301
|
NotificationsControllerService,
|
|
@@ -13614,5 +14323,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
13614
14323
|
* Generated bundle index. Do not edit.
|
|
13615
14324
|
*/
|
|
13616
14325
|
|
|
13617
|
-
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 };
|
|
14326
|
+
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 };
|
|
13618
14327
|
//# sourceMappingURL=revxui-api-clients-ts.mjs.map
|