@revxui/api-clients-ts 1.1.471 → 1.1.472
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 +203 -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 +535 -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/apiResponseObjectListDcoVideoMusicTrackDTO.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/dcoVideoMusicTrackDTO.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/dynamicVideoTemplate.mjs +1 -1
- package/esm2020/model/inputStream.mjs +13 -0
- package/esm2020/model/modelFile.mjs +13 -0
- package/esm2020/model/models.mjs +37 -1
- package/esm2020/model/resource.mjs +2 -0
- 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 +583 -33
- package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
- package/fesm2020/revxui-api-clients-ts.mjs +761 -33
- 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/apiResponseObjectListDcoVideoMusicTrackDTO.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 +32 -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/dcoVideoMusicTrackDTO.d.ts +21 -0
- package/model/dcoVideoSettingsCreateRequest.d.ts +20 -0
- package/model/dcoVideoSettingsDTO.d.ts +32 -0
- package/model/dcoVideoSettingsUpdateRequest.d.ts +19 -0
- package/model/dcoVideoTemplateDTO.d.ts +25 -0
- package/model/dcoVideoTemplateRequirementsDTO.d.ts +17 -0
- package/model/dcoVideoUploadedAssetDTO.d.ts +15 -0
- package/model/dynamicVideoTemplate.d.ts +4 -0
- package/model/inputStream.d.ts +13 -0
- package/model/modelFile.d.ts +32 -0
- package/model/models.d.ts +36 -0
- package/model/resource.d.ts +24 -0
- 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) {
|
|
@@ -854,7 +854,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
854
854
|
class AppSettingsControllerService {
|
|
855
855
|
constructor(httpClient, basePath, configuration) {
|
|
856
856
|
this.httpClient = httpClient;
|
|
857
|
-
this.basePath = 'https://
|
|
857
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
858
858
|
this.defaultHeaders = new HttpHeaders();
|
|
859
859
|
this.configuration = new Configuration();
|
|
860
860
|
if (basePath) {
|
|
@@ -1099,7 +1099,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1099
1099
|
class AppsFlyerControllerService {
|
|
1100
1100
|
constructor(httpClient, basePath, configuration) {
|
|
1101
1101
|
this.httpClient = httpClient;
|
|
1102
|
-
this.basePath = 'https://
|
|
1102
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
1103
1103
|
this.defaultHeaders = new HttpHeaders();
|
|
1104
1104
|
this.configuration = new Configuration();
|
|
1105
1105
|
if (basePath) {
|
|
@@ -1185,7 +1185,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1185
1185
|
class AudienceControllerService {
|
|
1186
1186
|
constructor(httpClient, basePath, configuration) {
|
|
1187
1187
|
this.httpClient = httpClient;
|
|
1188
|
-
this.basePath = 'https://
|
|
1188
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
1189
1189
|
this.defaultHeaders = new HttpHeaders();
|
|
1190
1190
|
this.configuration = new Configuration();
|
|
1191
1191
|
if (basePath) {
|
|
@@ -2061,7 +2061,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2061
2061
|
class AuditControllerService {
|
|
2062
2062
|
constructor(httpClient, basePath, configuration) {
|
|
2063
2063
|
this.httpClient = httpClient;
|
|
2064
|
-
this.basePath = 'https://
|
|
2064
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
2065
2065
|
this.defaultHeaders = new HttpHeaders();
|
|
2066
2066
|
this.configuration = new Configuration();
|
|
2067
2067
|
if (basePath) {
|
|
@@ -2261,7 +2261,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2261
2261
|
class BidFunnelControllerService {
|
|
2262
2262
|
constructor(httpClient, basePath, configuration) {
|
|
2263
2263
|
this.httpClient = httpClient;
|
|
2264
|
-
this.basePath = 'https://
|
|
2264
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
2265
2265
|
this.defaultHeaders = new HttpHeaders();
|
|
2266
2266
|
this.configuration = new Configuration();
|
|
2267
2267
|
if (basePath) {
|
|
@@ -2410,7 +2410,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2410
2410
|
class BulkStrategyControllerService {
|
|
2411
2411
|
constructor(httpClient, basePath, configuration) {
|
|
2412
2412
|
this.httpClient = httpClient;
|
|
2413
|
-
this.basePath = 'https://
|
|
2413
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
2414
2414
|
this.defaultHeaders = new HttpHeaders();
|
|
2415
2415
|
this.configuration = new Configuration();
|
|
2416
2416
|
if (basePath) {
|
|
@@ -2635,7 +2635,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2635
2635
|
class CSSThemeController_Service {
|
|
2636
2636
|
constructor(httpClient, basePath, configuration) {
|
|
2637
2637
|
this.httpClient = httpClient;
|
|
2638
|
-
this.basePath = 'https://
|
|
2638
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
2639
2639
|
this.defaultHeaders = new HttpHeaders();
|
|
2640
2640
|
this.configuration = new Configuration();
|
|
2641
2641
|
if (basePath) {
|
|
@@ -2744,7 +2744,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2744
2744
|
class CampaignControllerService {
|
|
2745
2745
|
constructor(httpClient, basePath, configuration) {
|
|
2746
2746
|
this.httpClient = httpClient;
|
|
2747
|
-
this.basePath = 'https://
|
|
2747
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
2748
2748
|
this.defaultHeaders = new HttpHeaders();
|
|
2749
2749
|
this.configuration = new Configuration();
|
|
2750
2750
|
if (basePath) {
|
|
@@ -3185,7 +3185,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3185
3185
|
class CatalogControllerService {
|
|
3186
3186
|
constructor(httpClient, basePath, configuration) {
|
|
3187
3187
|
this.httpClient = httpClient;
|
|
3188
|
-
this.basePath = 'https://
|
|
3188
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
3189
3189
|
this.defaultHeaders = new HttpHeaders();
|
|
3190
3190
|
this.configuration = new Configuration();
|
|
3191
3191
|
if (basePath) {
|
|
@@ -3428,7 +3428,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3428
3428
|
class ClickDestinationControllerService {
|
|
3429
3429
|
constructor(httpClient, basePath, configuration) {
|
|
3430
3430
|
this.httpClient = httpClient;
|
|
3431
|
-
this.basePath = 'https://
|
|
3431
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
3432
3432
|
this.defaultHeaders = new HttpHeaders();
|
|
3433
3433
|
this.configuration = new Configuration();
|
|
3434
3434
|
if (basePath) {
|
|
@@ -3660,7 +3660,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3660
3660
|
class CreativeControllerService {
|
|
3661
3661
|
constructor(httpClient, basePath, configuration) {
|
|
3662
3662
|
this.httpClient = httpClient;
|
|
3663
|
-
this.basePath = 'https://
|
|
3663
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
3664
3664
|
this.defaultHeaders = new HttpHeaders();
|
|
3665
3665
|
this.configuration = new Configuration();
|
|
3666
3666
|
if (basePath) {
|
|
@@ -4263,7 +4263,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4263
4263
|
class CreativeSetsControllerService {
|
|
4264
4264
|
constructor(httpClient, basePath, configuration) {
|
|
4265
4265
|
this.httpClient = httpClient;
|
|
4266
|
-
this.basePath = 'https://
|
|
4266
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
4267
4267
|
this.defaultHeaders = new HttpHeaders();
|
|
4268
4268
|
this.configuration = new Configuration();
|
|
4269
4269
|
if (basePath) {
|
|
@@ -4909,7 +4909,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4909
4909
|
class CreativeTemplateThemesControllerService {
|
|
4910
4910
|
constructor(httpClient, basePath, configuration) {
|
|
4911
4911
|
this.httpClient = httpClient;
|
|
4912
|
-
this.basePath = 'https://
|
|
4912
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
4913
4913
|
this.defaultHeaders = new HttpHeaders();
|
|
4914
4914
|
this.configuration = new Configuration();
|
|
4915
4915
|
if (basePath) {
|
|
@@ -5094,7 +5094,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5094
5094
|
class CreativeTemplateVariablesControllerService {
|
|
5095
5095
|
constructor(httpClient, basePath, configuration) {
|
|
5096
5096
|
this.httpClient = httpClient;
|
|
5097
|
-
this.basePath = 'https://
|
|
5097
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5098
5098
|
this.defaultHeaders = new HttpHeaders();
|
|
5099
5099
|
this.configuration = new Configuration();
|
|
5100
5100
|
if (basePath) {
|
|
@@ -5172,7 +5172,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5172
5172
|
class CreativeTemplatesControllerService {
|
|
5173
5173
|
constructor(httpClient, basePath, configuration) {
|
|
5174
5174
|
this.httpClient = httpClient;
|
|
5175
|
-
this.basePath = 'https://
|
|
5175
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5176
5176
|
this.defaultHeaders = new HttpHeaders();
|
|
5177
5177
|
this.configuration = new Configuration();
|
|
5178
5178
|
if (basePath) {
|
|
@@ -5337,7 +5337,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5337
5337
|
class CustomerReportingControllerService {
|
|
5338
5338
|
constructor(httpClient, basePath, configuration) {
|
|
5339
5339
|
this.httpClient = httpClient;
|
|
5340
|
-
this.basePath = 'https://
|
|
5340
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5341
5341
|
this.defaultHeaders = new HttpHeaders();
|
|
5342
5342
|
this.configuration = new Configuration();
|
|
5343
5343
|
if (basePath) {
|
|
@@ -5485,6 +5485,533 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5485
5485
|
type: Optional
|
|
5486
5486
|
}] }]; } });
|
|
5487
5487
|
|
|
5488
|
+
/**
|
|
5489
|
+
* Api Documentation
|
|
5490
|
+
* Api Documentation
|
|
5491
|
+
*
|
|
5492
|
+
* OpenAPI spec version: 1.0
|
|
5493
|
+
*
|
|
5494
|
+
*
|
|
5495
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
5496
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
5497
|
+
* Do not edit the class manually.
|
|
5498
|
+
*/
|
|
5499
|
+
/* tslint:disable:no-unused-variable member-ordering */
|
|
5500
|
+
class DCOVideoSettingsControllerService {
|
|
5501
|
+
constructor(httpClient, basePath, configuration) {
|
|
5502
|
+
this.httpClient = httpClient;
|
|
5503
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5504
|
+
this.defaultHeaders = new HttpHeaders();
|
|
5505
|
+
this.configuration = new Configuration();
|
|
5506
|
+
if (basePath) {
|
|
5507
|
+
this.basePath = basePath;
|
|
5508
|
+
}
|
|
5509
|
+
if (configuration) {
|
|
5510
|
+
this.configuration = configuration;
|
|
5511
|
+
this.basePath = basePath || configuration.basePath || this.basePath;
|
|
5512
|
+
}
|
|
5513
|
+
}
|
|
5514
|
+
/**
|
|
5515
|
+
* @param consumes string[] mime-types
|
|
5516
|
+
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
5517
|
+
*/
|
|
5518
|
+
canConsumeForm(consumes) {
|
|
5519
|
+
const form = 'multipart/form-data';
|
|
5520
|
+
for (const consume of consumes) {
|
|
5521
|
+
if (form === consume) {
|
|
5522
|
+
return true;
|
|
5523
|
+
}
|
|
5524
|
+
}
|
|
5525
|
+
return false;
|
|
5526
|
+
}
|
|
5527
|
+
activateSettingsUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
|
|
5528
|
+
if (request === null || request === undefined) {
|
|
5529
|
+
throw new Error('Required parameter request was null or undefined when calling activateSettingsUsingPOST.');
|
|
5530
|
+
}
|
|
5531
|
+
let headers = this.defaultHeaders;
|
|
5532
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5533
|
+
headers = headers.set('reqId', String(reqId));
|
|
5534
|
+
}
|
|
5535
|
+
if (token !== undefined && token !== null) {
|
|
5536
|
+
headers = headers.set('token', String(token));
|
|
5537
|
+
}
|
|
5538
|
+
// to determine the Accept header
|
|
5539
|
+
let httpHeaderAccepts = [
|
|
5540
|
+
'application/json'
|
|
5541
|
+
];
|
|
5542
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5543
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5544
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5545
|
+
}
|
|
5546
|
+
// to determine the Content-Type header
|
|
5547
|
+
const consumes = [
|
|
5548
|
+
'application/json'
|
|
5549
|
+
];
|
|
5550
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5551
|
+
if (httpContentTypeSelected != undefined) {
|
|
5552
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5553
|
+
}
|
|
5554
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/activate`, request, {
|
|
5555
|
+
withCredentials: this.configuration.withCredentials,
|
|
5556
|
+
headers: headers,
|
|
5557
|
+
observe: observe,
|
|
5558
|
+
reportProgress: reportProgress
|
|
5559
|
+
});
|
|
5560
|
+
}
|
|
5561
|
+
createSettingsUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
|
|
5562
|
+
if (request === null || request === undefined) {
|
|
5563
|
+
throw new Error('Required parameter request was null or undefined when calling createSettingsUsingPOST.');
|
|
5564
|
+
}
|
|
5565
|
+
let headers = this.defaultHeaders;
|
|
5566
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5567
|
+
headers = headers.set('reqId', String(reqId));
|
|
5568
|
+
}
|
|
5569
|
+
if (token !== undefined && token !== null) {
|
|
5570
|
+
headers = headers.set('token', String(token));
|
|
5571
|
+
}
|
|
5572
|
+
// to determine the Accept header
|
|
5573
|
+
let httpHeaderAccepts = [
|
|
5574
|
+
'application/json'
|
|
5575
|
+
];
|
|
5576
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5577
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5578
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5579
|
+
}
|
|
5580
|
+
// to determine the Content-Type header
|
|
5581
|
+
const consumes = [
|
|
5582
|
+
'application/json'
|
|
5583
|
+
];
|
|
5584
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5585
|
+
if (httpContentTypeSelected != undefined) {
|
|
5586
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5587
|
+
}
|
|
5588
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings`, request, {
|
|
5589
|
+
withCredentials: this.configuration.withCredentials,
|
|
5590
|
+
headers: headers,
|
|
5591
|
+
observe: observe,
|
|
5592
|
+
reportProgress: reportProgress
|
|
5593
|
+
});
|
|
5594
|
+
}
|
|
5595
|
+
deleteSettingsUsingPOST(id, reqId, token, observe = 'body', reportProgress = false) {
|
|
5596
|
+
if (id === null || id === undefined) {
|
|
5597
|
+
throw new Error('Required parameter id was null or undefined when calling deleteSettingsUsingPOST.');
|
|
5598
|
+
}
|
|
5599
|
+
let headers = this.defaultHeaders;
|
|
5600
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5601
|
+
headers = headers.set('reqId', String(reqId));
|
|
5602
|
+
}
|
|
5603
|
+
if (token !== undefined && token !== null) {
|
|
5604
|
+
headers = headers.set('token', String(token));
|
|
5605
|
+
}
|
|
5606
|
+
// to determine the Accept header
|
|
5607
|
+
let httpHeaderAccepts = [
|
|
5608
|
+
'application/json'
|
|
5609
|
+
];
|
|
5610
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5611
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5612
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5613
|
+
}
|
|
5614
|
+
// to determine the Content-Type header
|
|
5615
|
+
const consumes = [
|
|
5616
|
+
'application/json'
|
|
5617
|
+
];
|
|
5618
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}/archive`, null, {
|
|
5619
|
+
withCredentials: this.configuration.withCredentials,
|
|
5620
|
+
headers: headers,
|
|
5621
|
+
observe: observe,
|
|
5622
|
+
reportProgress: reportProgress
|
|
5623
|
+
});
|
|
5624
|
+
}
|
|
5625
|
+
generateSampleUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
|
|
5626
|
+
if (request === null || request === undefined) {
|
|
5627
|
+
throw new Error('Required parameter request was null or undefined when calling generateSampleUsingPOST.');
|
|
5628
|
+
}
|
|
5629
|
+
let headers = this.defaultHeaders;
|
|
5630
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5631
|
+
headers = headers.set('reqId', String(reqId));
|
|
5632
|
+
}
|
|
5633
|
+
if (token !== undefined && token !== null) {
|
|
5634
|
+
headers = headers.set('token', String(token));
|
|
5635
|
+
}
|
|
5636
|
+
// to determine the Accept header
|
|
5637
|
+
let httpHeaderAccepts = [
|
|
5638
|
+
'application/json'
|
|
5639
|
+
];
|
|
5640
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5641
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5642
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5643
|
+
}
|
|
5644
|
+
// to determine the Content-Type header
|
|
5645
|
+
const consumes = [
|
|
5646
|
+
'application/json'
|
|
5647
|
+
];
|
|
5648
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5649
|
+
if (httpContentTypeSelected != undefined) {
|
|
5650
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5651
|
+
}
|
|
5652
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/generate-sample`, request, {
|
|
5653
|
+
withCredentials: this.configuration.withCredentials,
|
|
5654
|
+
headers: headers,
|
|
5655
|
+
observe: observe,
|
|
5656
|
+
reportProgress: reportProgress
|
|
5657
|
+
});
|
|
5658
|
+
}
|
|
5659
|
+
getBrandGuidelinesUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
|
|
5660
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5661
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getBrandGuidelinesUsingGET.');
|
|
5662
|
+
}
|
|
5663
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5664
|
+
if (includeInactive !== undefined && includeInactive !== null) {
|
|
5665
|
+
queryParameters = queryParameters.set('includeInactive', includeInactive);
|
|
5666
|
+
}
|
|
5667
|
+
let headers = this.defaultHeaders;
|
|
5668
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5669
|
+
headers = headers.set('reqId', String(reqId));
|
|
5670
|
+
}
|
|
5671
|
+
if (token !== undefined && token !== null) {
|
|
5672
|
+
headers = headers.set('token', String(token));
|
|
5673
|
+
}
|
|
5674
|
+
// to determine the Accept header
|
|
5675
|
+
let httpHeaderAccepts = [
|
|
5676
|
+
'application/json'
|
|
5677
|
+
];
|
|
5678
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5679
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5680
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5681
|
+
}
|
|
5682
|
+
// to determine the Content-Type header
|
|
5683
|
+
const consumes = [];
|
|
5684
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/brand-guidelines`, {
|
|
5685
|
+
params: queryParameters,
|
|
5686
|
+
withCredentials: this.configuration.withCredentials,
|
|
5687
|
+
headers: headers,
|
|
5688
|
+
observe: observe,
|
|
5689
|
+
reportProgress: reportProgress
|
|
5690
|
+
});
|
|
5691
|
+
}
|
|
5692
|
+
getDimensionsUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
|
|
5693
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5694
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getDimensionsUsingGET.');
|
|
5695
|
+
}
|
|
5696
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5697
|
+
if (includeInactive !== undefined && includeInactive !== null) {
|
|
5698
|
+
queryParameters = queryParameters.set('includeInactive', includeInactive);
|
|
5699
|
+
}
|
|
5700
|
+
let headers = this.defaultHeaders;
|
|
5701
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5702
|
+
headers = headers.set('reqId', String(reqId));
|
|
5703
|
+
}
|
|
5704
|
+
if (token !== undefined && token !== null) {
|
|
5705
|
+
headers = headers.set('token', String(token));
|
|
5706
|
+
}
|
|
5707
|
+
// to determine the Accept header
|
|
5708
|
+
let httpHeaderAccepts = [
|
|
5709
|
+
'application/json'
|
|
5710
|
+
];
|
|
5711
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5712
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5713
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5714
|
+
}
|
|
5715
|
+
// to determine the Content-Type header
|
|
5716
|
+
const consumes = [];
|
|
5717
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/dimensions`, {
|
|
5718
|
+
params: queryParameters,
|
|
5719
|
+
withCredentials: this.configuration.withCredentials,
|
|
5720
|
+
headers: headers,
|
|
5721
|
+
observe: observe,
|
|
5722
|
+
reportProgress: reportProgress
|
|
5723
|
+
});
|
|
5724
|
+
}
|
|
5725
|
+
getFeedKeysUsingGET(advertiserId, reqId, token, observe = 'body', reportProgress = false) {
|
|
5726
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5727
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getFeedKeysUsingGET.');
|
|
5728
|
+
}
|
|
5729
|
+
let headers = this.defaultHeaders;
|
|
5730
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5731
|
+
headers = headers.set('reqId', String(reqId));
|
|
5732
|
+
}
|
|
5733
|
+
if (token !== undefined && token !== null) {
|
|
5734
|
+
headers = headers.set('token', String(token));
|
|
5735
|
+
}
|
|
5736
|
+
// to determine the Accept header
|
|
5737
|
+
let httpHeaderAccepts = [
|
|
5738
|
+
'application/json'
|
|
5739
|
+
];
|
|
5740
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5741
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5742
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5743
|
+
}
|
|
5744
|
+
// to determine the Content-Type header
|
|
5745
|
+
const consumes = [];
|
|
5746
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/feed-keys`, {
|
|
5747
|
+
withCredentials: this.configuration.withCredentials,
|
|
5748
|
+
headers: headers,
|
|
5749
|
+
observe: observe,
|
|
5750
|
+
reportProgress: reportProgress
|
|
5751
|
+
});
|
|
5752
|
+
}
|
|
5753
|
+
getGeneratedVideoCountUsingGET(id, reqId, token, observe = 'body', reportProgress = false) {
|
|
5754
|
+
if (id === null || id === undefined) {
|
|
5755
|
+
throw new Error('Required parameter id was null or undefined when calling getGeneratedVideoCountUsingGET.');
|
|
5756
|
+
}
|
|
5757
|
+
let headers = this.defaultHeaders;
|
|
5758
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5759
|
+
headers = headers.set('reqId', String(reqId));
|
|
5760
|
+
}
|
|
5761
|
+
if (token !== undefined && token !== null) {
|
|
5762
|
+
headers = headers.set('token', String(token));
|
|
5763
|
+
}
|
|
5764
|
+
// to determine the Accept header
|
|
5765
|
+
let httpHeaderAccepts = [
|
|
5766
|
+
'application/json'
|
|
5767
|
+
];
|
|
5768
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5769
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5770
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5771
|
+
}
|
|
5772
|
+
// to determine the Content-Type header
|
|
5773
|
+
const consumes = [];
|
|
5774
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}/generated-video-count`, {
|
|
5775
|
+
withCredentials: this.configuration.withCredentials,
|
|
5776
|
+
headers: headers,
|
|
5777
|
+
observe: observe,
|
|
5778
|
+
reportProgress: reportProgress
|
|
5779
|
+
});
|
|
5780
|
+
}
|
|
5781
|
+
getSettingsUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
|
|
5782
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5783
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getSettingsUsingGET.');
|
|
5784
|
+
}
|
|
5785
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5786
|
+
if (includeInactive !== undefined && includeInactive !== null) {
|
|
5787
|
+
queryParameters = queryParameters.set('includeInactive', includeInactive);
|
|
5788
|
+
}
|
|
5789
|
+
let headers = this.defaultHeaders;
|
|
5790
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5791
|
+
headers = headers.set('reqId', String(reqId));
|
|
5792
|
+
}
|
|
5793
|
+
if (token !== undefined && token !== null) {
|
|
5794
|
+
headers = headers.set('token', String(token));
|
|
5795
|
+
}
|
|
5796
|
+
// to determine the Accept header
|
|
5797
|
+
let httpHeaderAccepts = [
|
|
5798
|
+
'application/json'
|
|
5799
|
+
];
|
|
5800
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5801
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5802
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5803
|
+
}
|
|
5804
|
+
// to determine the Content-Type header
|
|
5805
|
+
const consumes = [];
|
|
5806
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(advertiserId))}`, {
|
|
5807
|
+
params: queryParameters,
|
|
5808
|
+
withCredentials: this.configuration.withCredentials,
|
|
5809
|
+
headers: headers,
|
|
5810
|
+
observe: observe,
|
|
5811
|
+
reportProgress: reportProgress
|
|
5812
|
+
});
|
|
5813
|
+
}
|
|
5814
|
+
getTemplatesUsingGET(advertiserId, hasBackgroundImage, hasPromoBanner, hasPromoVideo, reqId, token, observe = 'body', reportProgress = false) {
|
|
5815
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5816
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getTemplatesUsingGET.');
|
|
5817
|
+
}
|
|
5818
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5819
|
+
if (advertiserId !== undefined && advertiserId !== null) {
|
|
5820
|
+
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
5821
|
+
}
|
|
5822
|
+
if (hasBackgroundImage !== undefined && hasBackgroundImage !== null) {
|
|
5823
|
+
queryParameters = queryParameters.set('hasBackgroundImage', hasBackgroundImage);
|
|
5824
|
+
}
|
|
5825
|
+
if (hasPromoBanner !== undefined && hasPromoBanner !== null) {
|
|
5826
|
+
queryParameters = queryParameters.set('hasPromoBanner', hasPromoBanner);
|
|
5827
|
+
}
|
|
5828
|
+
if (hasPromoVideo !== undefined && hasPromoVideo !== null) {
|
|
5829
|
+
queryParameters = queryParameters.set('hasPromoVideo', hasPromoVideo);
|
|
5830
|
+
}
|
|
5831
|
+
let headers = this.defaultHeaders;
|
|
5832
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5833
|
+
headers = headers.set('reqId', String(reqId));
|
|
5834
|
+
}
|
|
5835
|
+
if (token !== undefined && token !== null) {
|
|
5836
|
+
headers = headers.set('token', String(token));
|
|
5837
|
+
}
|
|
5838
|
+
// to determine the Accept header
|
|
5839
|
+
let httpHeaderAccepts = [
|
|
5840
|
+
'application/json'
|
|
5841
|
+
];
|
|
5842
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5843
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5844
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5845
|
+
}
|
|
5846
|
+
// to determine the Content-Type header
|
|
5847
|
+
const consumes = [];
|
|
5848
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/templates`, {
|
|
5849
|
+
params: queryParameters,
|
|
5850
|
+
withCredentials: this.configuration.withCredentials,
|
|
5851
|
+
headers: headers,
|
|
5852
|
+
observe: observe,
|
|
5853
|
+
reportProgress: reportProgress
|
|
5854
|
+
});
|
|
5855
|
+
}
|
|
5856
|
+
listMusicTracksUsingGET(includeInactive, reqId, token, observe = 'body', reportProgress = false) {
|
|
5857
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5858
|
+
if (includeInactive !== undefined && includeInactive !== null) {
|
|
5859
|
+
queryParameters = queryParameters.set('includeInactive', includeInactive);
|
|
5860
|
+
}
|
|
5861
|
+
let headers = this.defaultHeaders;
|
|
5862
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5863
|
+
headers = headers.set('reqId', String(reqId));
|
|
5864
|
+
}
|
|
5865
|
+
if (token !== undefined && token !== null) {
|
|
5866
|
+
headers = headers.set('token', String(token));
|
|
5867
|
+
}
|
|
5868
|
+
// to determine the Accept header
|
|
5869
|
+
let httpHeaderAccepts = [
|
|
5870
|
+
'application/json'
|
|
5871
|
+
];
|
|
5872
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5873
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5874
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5875
|
+
}
|
|
5876
|
+
// to determine the Content-Type header
|
|
5877
|
+
const consumes = [];
|
|
5878
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/music-tracks`, {
|
|
5879
|
+
params: queryParameters,
|
|
5880
|
+
withCredentials: this.configuration.withCredentials,
|
|
5881
|
+
headers: headers,
|
|
5882
|
+
observe: observe,
|
|
5883
|
+
reportProgress: reportProgress
|
|
5884
|
+
});
|
|
5885
|
+
}
|
|
5886
|
+
updateSettingsUsingPOST(id, request, regenerateSample, reqId, token, observe = 'body', reportProgress = false) {
|
|
5887
|
+
if (id === null || id === undefined) {
|
|
5888
|
+
throw new Error('Required parameter id was null or undefined when calling updateSettingsUsingPOST.');
|
|
5889
|
+
}
|
|
5890
|
+
if (request === null || request === undefined) {
|
|
5891
|
+
throw new Error('Required parameter request was null or undefined when calling updateSettingsUsingPOST.');
|
|
5892
|
+
}
|
|
5893
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5894
|
+
if (regenerateSample !== undefined && regenerateSample !== null) {
|
|
5895
|
+
queryParameters = queryParameters.set('regenerateSample', regenerateSample);
|
|
5896
|
+
}
|
|
5897
|
+
let headers = this.defaultHeaders;
|
|
5898
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5899
|
+
headers = headers.set('reqId', String(reqId));
|
|
5900
|
+
}
|
|
5901
|
+
if (token !== undefined && token !== null) {
|
|
5902
|
+
headers = headers.set('token', String(token));
|
|
5903
|
+
}
|
|
5904
|
+
// to determine the Accept header
|
|
5905
|
+
let httpHeaderAccepts = [
|
|
5906
|
+
'application/json'
|
|
5907
|
+
];
|
|
5908
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5909
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5910
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5911
|
+
}
|
|
5912
|
+
// to determine the Content-Type header
|
|
5913
|
+
const consumes = [
|
|
5914
|
+
'application/json'
|
|
5915
|
+
];
|
|
5916
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5917
|
+
if (httpContentTypeSelected != undefined) {
|
|
5918
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5919
|
+
}
|
|
5920
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}`, request, {
|
|
5921
|
+
params: queryParameters,
|
|
5922
|
+
withCredentials: this.configuration.withCredentials,
|
|
5923
|
+
headers: headers,
|
|
5924
|
+
observe: observe,
|
|
5925
|
+
reportProgress: reportProgress
|
|
5926
|
+
});
|
|
5927
|
+
}
|
|
5928
|
+
uploadStagingAssetsUsingPOST(advertiserId, templateId, file_BACKGROUND_IMAGE, file_PROMO_BANNER, file_PROMO_MUSIC, file_PROMO_VIDEO, reqId, token, observe = 'body', reportProgress = false) {
|
|
5929
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5930
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling uploadStagingAssetsUsingPOST.');
|
|
5931
|
+
}
|
|
5932
|
+
if (templateId === null || templateId === undefined) {
|
|
5933
|
+
throw new Error('Required parameter templateId was null or undefined when calling uploadStagingAssetsUsingPOST.');
|
|
5934
|
+
}
|
|
5935
|
+
let headers = this.defaultHeaders;
|
|
5936
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5937
|
+
headers = headers.set('reqId', String(reqId));
|
|
5938
|
+
}
|
|
5939
|
+
if (token !== undefined && token !== null) {
|
|
5940
|
+
headers = headers.set('token', String(token));
|
|
5941
|
+
}
|
|
5942
|
+
// to determine the Accept header
|
|
5943
|
+
let httpHeaderAccepts = [
|
|
5944
|
+
'application/json'
|
|
5945
|
+
];
|
|
5946
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5947
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5948
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5949
|
+
}
|
|
5950
|
+
// to determine the Content-Type header
|
|
5951
|
+
const consumes = [
|
|
5952
|
+
'multipart/form-data'
|
|
5953
|
+
];
|
|
5954
|
+
const canConsumeForm = this.canConsumeForm(consumes);
|
|
5955
|
+
let formParams;
|
|
5956
|
+
let useForm = false;
|
|
5957
|
+
let convertFormParamsToString = false;
|
|
5958
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5959
|
+
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5960
|
+
useForm = canConsumeForm;
|
|
5961
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5962
|
+
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5963
|
+
useForm = canConsumeForm;
|
|
5964
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5965
|
+
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5966
|
+
useForm = canConsumeForm;
|
|
5967
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5968
|
+
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5969
|
+
useForm = canConsumeForm;
|
|
5970
|
+
if (useForm) {
|
|
5971
|
+
formParams = new FormData();
|
|
5972
|
+
}
|
|
5973
|
+
else {
|
|
5974
|
+
formParams = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5975
|
+
}
|
|
5976
|
+
if (advertiserId !== undefined) {
|
|
5977
|
+
formParams = formParams.append('advertiserId', advertiserId) || formParams;
|
|
5978
|
+
}
|
|
5979
|
+
if (file_BACKGROUND_IMAGE !== undefined) {
|
|
5980
|
+
formParams = formParams.append('file_BACKGROUND_IMAGE', file_BACKGROUND_IMAGE) || formParams;
|
|
5981
|
+
}
|
|
5982
|
+
if (file_PROMO_BANNER !== undefined) {
|
|
5983
|
+
formParams = formParams.append('file_PROMO_BANNER', file_PROMO_BANNER) || formParams;
|
|
5984
|
+
}
|
|
5985
|
+
if (file_PROMO_MUSIC !== undefined) {
|
|
5986
|
+
formParams = formParams.append('file_PROMO_MUSIC', file_PROMO_MUSIC) || formParams;
|
|
5987
|
+
}
|
|
5988
|
+
if (file_PROMO_VIDEO !== undefined) {
|
|
5989
|
+
formParams = formParams.append('file_PROMO_VIDEO', file_PROMO_VIDEO) || formParams;
|
|
5990
|
+
}
|
|
5991
|
+
if (templateId !== undefined) {
|
|
5992
|
+
formParams = formParams.append('templateId', templateId) || formParams;
|
|
5993
|
+
}
|
|
5994
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/assets/upload`, convertFormParamsToString ? formParams.toString() : formParams, {
|
|
5995
|
+
withCredentials: this.configuration.withCredentials,
|
|
5996
|
+
headers: headers,
|
|
5997
|
+
observe: observe,
|
|
5998
|
+
reportProgress: reportProgress
|
|
5999
|
+
});
|
|
6000
|
+
}
|
|
6001
|
+
}
|
|
6002
|
+
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 });
|
|
6003
|
+
DCOVideoSettingsControllerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DCOVideoSettingsControllerService });
|
|
6004
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DCOVideoSettingsControllerService, decorators: [{
|
|
6005
|
+
type: Injectable
|
|
6006
|
+
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
6007
|
+
type: Optional
|
|
6008
|
+
}, {
|
|
6009
|
+
type: Inject,
|
|
6010
|
+
args: [BASE_PATH]
|
|
6011
|
+
}] }, { type: Configuration, decorators: [{
|
|
6012
|
+
type: Optional
|
|
6013
|
+
}] }]; } });
|
|
6014
|
+
|
|
5488
6015
|
/**
|
|
5489
6016
|
* Api Documentation
|
|
5490
6017
|
* Api Documentation
|
|
@@ -5500,7 +6027,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5500
6027
|
class DashboardControllerService {
|
|
5501
6028
|
constructor(httpClient, basePath, configuration) {
|
|
5502
6029
|
this.httpClient = httpClient;
|
|
5503
|
-
this.basePath = 'https://
|
|
6030
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5504
6031
|
this.defaultHeaders = new HttpHeaders();
|
|
5505
6032
|
this.configuration = new Configuration();
|
|
5506
6033
|
if (basePath) {
|
|
@@ -6158,7 +6685,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6158
6685
|
class ExperimentsControllerService {
|
|
6159
6686
|
constructor(httpClient, basePath, configuration) {
|
|
6160
6687
|
this.httpClient = httpClient;
|
|
6161
|
-
this.basePath = 'https://
|
|
6688
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
6162
6689
|
this.defaultHeaders = new HttpHeaders();
|
|
6163
6690
|
this.configuration = new Configuration();
|
|
6164
6691
|
if (basePath) {
|
|
@@ -6885,7 +7412,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6885
7412
|
class NotificationsControllerService {
|
|
6886
7413
|
constructor(httpClient, basePath, configuration) {
|
|
6887
7414
|
this.httpClient = httpClient;
|
|
6888
|
-
this.basePath = 'https://
|
|
7415
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
6889
7416
|
this.defaultHeaders = new HttpHeaders();
|
|
6890
7417
|
this.configuration = new Configuration();
|
|
6891
7418
|
if (basePath) {
|
|
@@ -7098,7 +7625,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7098
7625
|
class PixelControllerService {
|
|
7099
7626
|
constructor(httpClient, basePath, configuration) {
|
|
7100
7627
|
this.httpClient = httpClient;
|
|
7101
|
-
this.basePath = 'https://
|
|
7628
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7102
7629
|
this.defaultHeaders = new HttpHeaders();
|
|
7103
7630
|
this.configuration = new Configuration();
|
|
7104
7631
|
if (basePath) {
|
|
@@ -7405,7 +7932,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7405
7932
|
class ReportControllerService {
|
|
7406
7933
|
constructor(httpClient, basePath, configuration) {
|
|
7407
7934
|
this.httpClient = httpClient;
|
|
7408
|
-
this.basePath = 'https://
|
|
7935
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7409
7936
|
this.defaultHeaders = new HttpHeaders();
|
|
7410
7937
|
this.configuration = new Configuration();
|
|
7411
7938
|
if (basePath) {
|
|
@@ -7542,7 +8069,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7542
8069
|
class ReportingControllerService {
|
|
7543
8070
|
constructor(httpClient, basePath, configuration) {
|
|
7544
8071
|
this.httpClient = httpClient;
|
|
7545
|
-
this.basePath = 'https://
|
|
8072
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7546
8073
|
this.defaultHeaders = new HttpHeaders();
|
|
7547
8074
|
this.configuration = new Configuration();
|
|
7548
8075
|
if (basePath) {
|
|
@@ -7712,7 +8239,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7712
8239
|
class ReportingSchedulerControllerService {
|
|
7713
8240
|
constructor(httpClient, basePath, configuration) {
|
|
7714
8241
|
this.httpClient = httpClient;
|
|
7715
|
-
this.basePath = 'https://
|
|
8242
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7716
8243
|
this.defaultHeaders = new HttpHeaders();
|
|
7717
8244
|
this.configuration = new Configuration();
|
|
7718
8245
|
if (basePath) {
|
|
@@ -8027,7 +8554,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8027
8554
|
class SafeguardControllerService {
|
|
8028
8555
|
constructor(httpClient, basePath, configuration) {
|
|
8029
8556
|
this.httpClient = httpClient;
|
|
8030
|
-
this.basePath = 'https://
|
|
8557
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
8031
8558
|
this.defaultHeaders = new HttpHeaders();
|
|
8032
8559
|
this.configuration = new Configuration();
|
|
8033
8560
|
if (basePath) {
|
|
@@ -8521,7 +9048,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8521
9048
|
class SliceXControllerService {
|
|
8522
9049
|
constructor(httpClient, basePath, configuration) {
|
|
8523
9050
|
this.httpClient = httpClient;
|
|
8524
|
-
this.basePath = 'https://
|
|
9051
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
8525
9052
|
this.defaultHeaders = new HttpHeaders();
|
|
8526
9053
|
this.configuration = new Configuration();
|
|
8527
9054
|
if (basePath) {
|
|
@@ -8925,7 +9452,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8925
9452
|
class StrategyControllerService {
|
|
8926
9453
|
constructor(httpClient, basePath, configuration) {
|
|
8927
9454
|
this.httpClient = httpClient;
|
|
8928
|
-
this.basePath = 'https://
|
|
9455
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
8929
9456
|
this.defaultHeaders = new HttpHeaders();
|
|
8930
9457
|
this.configuration = new Configuration();
|
|
8931
9458
|
if (basePath) {
|
|
@@ -10127,7 +10654,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10127
10654
|
class StrategyTemplateControllerService {
|
|
10128
10655
|
constructor(httpClient, basePath, configuration) {
|
|
10129
10656
|
this.httpClient = httpClient;
|
|
10130
|
-
this.basePath = 'https://
|
|
10657
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
10131
10658
|
this.defaultHeaders = new HttpHeaders();
|
|
10132
10659
|
this.configuration = new Configuration();
|
|
10133
10660
|
if (basePath) {
|
|
@@ -10249,7 +10776,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10249
10776
|
class UILoggerControllerService {
|
|
10250
10777
|
constructor(httpClient, basePath, configuration) {
|
|
10251
10778
|
this.httpClient = httpClient;
|
|
10252
|
-
this.basePath = 'https://
|
|
10779
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
10253
10780
|
this.defaultHeaders = new HttpHeaders();
|
|
10254
10781
|
this.configuration = new Configuration();
|
|
10255
10782
|
if (basePath) {
|
|
@@ -10341,7 +10868,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10341
10868
|
class UserPreferenceControllerService {
|
|
10342
10869
|
constructor(httpClient, basePath, configuration) {
|
|
10343
10870
|
this.httpClient = httpClient;
|
|
10344
|
-
this.basePath = 'https://
|
|
10871
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
10345
10872
|
this.defaultHeaders = new HttpHeaders();
|
|
10346
10873
|
this.configuration = new Configuration();
|
|
10347
10874
|
if (basePath) {
|
|
@@ -10500,7 +11027,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10500
11027
|
type: Optional
|
|
10501
11028
|
}] }]; } });
|
|
10502
11029
|
|
|
10503
|
-
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];
|
|
11030
|
+
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];
|
|
10504
11031
|
|
|
10505
11032
|
var ABTestingDTO;
|
|
10506
11033
|
(function (ABTestingDTO) {
|
|
@@ -10776,6 +11303,18 @@ var AdvertiserCohortResponse;
|
|
|
10776
11303
|
* Do not edit the class manually.
|
|
10777
11304
|
*/
|
|
10778
11305
|
|
|
11306
|
+
/**
|
|
11307
|
+
* Api Documentation
|
|
11308
|
+
* Api Documentation
|
|
11309
|
+
*
|
|
11310
|
+
* OpenAPI spec version: 1.0
|
|
11311
|
+
*
|
|
11312
|
+
*
|
|
11313
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11314
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
11315
|
+
* Do not edit the class manually.
|
|
11316
|
+
*/
|
|
11317
|
+
|
|
10779
11318
|
var AppSettingsDTO;
|
|
10780
11319
|
(function (AppSettingsDTO) {
|
|
10781
11320
|
AppSettingsDTO.SettingsKeyEnum = {
|
|
@@ -11789,6 +12328,145 @@ var DcoAttributesDTO;
|
|
|
11789
12328
|
};
|
|
11790
12329
|
})(DcoAttributesDTO || (DcoAttributesDTO = {}));
|
|
11791
12330
|
|
|
12331
|
+
/**
|
|
12332
|
+
* Api Documentation
|
|
12333
|
+
* Api Documentation
|
|
12334
|
+
*
|
|
12335
|
+
* OpenAPI spec version: 1.0
|
|
12336
|
+
*
|
|
12337
|
+
*
|
|
12338
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12339
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12340
|
+
* Do not edit the class manually.
|
|
12341
|
+
*/
|
|
12342
|
+
|
|
12343
|
+
/**
|
|
12344
|
+
* Api Documentation
|
|
12345
|
+
* Api Documentation
|
|
12346
|
+
*
|
|
12347
|
+
* OpenAPI spec version: 1.0
|
|
12348
|
+
*
|
|
12349
|
+
*
|
|
12350
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12351
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12352
|
+
* Do not edit the class manually.
|
|
12353
|
+
*/
|
|
12354
|
+
|
|
12355
|
+
/**
|
|
12356
|
+
* Api Documentation
|
|
12357
|
+
* Api Documentation
|
|
12358
|
+
*
|
|
12359
|
+
* OpenAPI spec version: 1.0
|
|
12360
|
+
*
|
|
12361
|
+
*
|
|
12362
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12363
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12364
|
+
* Do not edit the class manually.
|
|
12365
|
+
*/
|
|
12366
|
+
var DcoVideoAssetDTO;
|
|
12367
|
+
(function (DcoVideoAssetDTO) {
|
|
12368
|
+
DcoVideoAssetDTO.EndCardTypeEnum = {
|
|
12369
|
+
IMAGE: 'IMAGE',
|
|
12370
|
+
HTML: 'HTML'
|
|
12371
|
+
};
|
|
12372
|
+
})(DcoVideoAssetDTO || (DcoVideoAssetDTO = {}));
|
|
12373
|
+
|
|
12374
|
+
/**
|
|
12375
|
+
* Api Documentation
|
|
12376
|
+
* Api Documentation
|
|
12377
|
+
*
|
|
12378
|
+
* OpenAPI spec version: 1.0
|
|
12379
|
+
*
|
|
12380
|
+
*
|
|
12381
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12382
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12383
|
+
* Do not edit the class manually.
|
|
12384
|
+
*/
|
|
12385
|
+
|
|
12386
|
+
/**
|
|
12387
|
+
* Api Documentation
|
|
12388
|
+
* Api Documentation
|
|
12389
|
+
*
|
|
12390
|
+
* OpenAPI spec version: 1.0
|
|
12391
|
+
*
|
|
12392
|
+
*
|
|
12393
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12394
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12395
|
+
* Do not edit the class manually.
|
|
12396
|
+
*/
|
|
12397
|
+
|
|
12398
|
+
/**
|
|
12399
|
+
* Api Documentation
|
|
12400
|
+
* Api Documentation
|
|
12401
|
+
*
|
|
12402
|
+
* OpenAPI spec version: 1.0
|
|
12403
|
+
*
|
|
12404
|
+
*
|
|
12405
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12406
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12407
|
+
* Do not edit the class manually.
|
|
12408
|
+
*/
|
|
12409
|
+
|
|
12410
|
+
/**
|
|
12411
|
+
* Api Documentation
|
|
12412
|
+
* Api Documentation
|
|
12413
|
+
*
|
|
12414
|
+
* OpenAPI spec version: 1.0
|
|
12415
|
+
*
|
|
12416
|
+
*
|
|
12417
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12418
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12419
|
+
* Do not edit the class manually.
|
|
12420
|
+
*/
|
|
12421
|
+
|
|
12422
|
+
/**
|
|
12423
|
+
* Api Documentation
|
|
12424
|
+
* Api Documentation
|
|
12425
|
+
*
|
|
12426
|
+
* OpenAPI spec version: 1.0
|
|
12427
|
+
*
|
|
12428
|
+
*
|
|
12429
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12430
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12431
|
+
* Do not edit the class manually.
|
|
12432
|
+
*/
|
|
12433
|
+
|
|
12434
|
+
/**
|
|
12435
|
+
* Api Documentation
|
|
12436
|
+
* Api Documentation
|
|
12437
|
+
*
|
|
12438
|
+
* OpenAPI spec version: 1.0
|
|
12439
|
+
*
|
|
12440
|
+
*
|
|
12441
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12442
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12443
|
+
* Do not edit the class manually.
|
|
12444
|
+
*/
|
|
12445
|
+
|
|
12446
|
+
/**
|
|
12447
|
+
* Api Documentation
|
|
12448
|
+
* Api Documentation
|
|
12449
|
+
*
|
|
12450
|
+
* OpenAPI spec version: 1.0
|
|
12451
|
+
*
|
|
12452
|
+
*
|
|
12453
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12454
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12455
|
+
* Do not edit the class manually.
|
|
12456
|
+
*/
|
|
12457
|
+
|
|
12458
|
+
/**
|
|
12459
|
+
* Api Documentation
|
|
12460
|
+
* Api Documentation
|
|
12461
|
+
*
|
|
12462
|
+
* OpenAPI spec version: 1.0
|
|
12463
|
+
*
|
|
12464
|
+
*
|
|
12465
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12466
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12467
|
+
* Do not edit the class manually.
|
|
12468
|
+
*/
|
|
12469
|
+
|
|
11792
12470
|
/**
|
|
11793
12471
|
* Api Documentation
|
|
11794
12472
|
* Api Documentation
|
|
@@ -12215,6 +12893,18 @@ var IncrementalityTestDetails;
|
|
|
12215
12893
|
* Do not edit the class manually.
|
|
12216
12894
|
*/
|
|
12217
12895
|
|
|
12896
|
+
/**
|
|
12897
|
+
* Api Documentation
|
|
12898
|
+
* Api Documentation
|
|
12899
|
+
*
|
|
12900
|
+
* OpenAPI spec version: 1.0
|
|
12901
|
+
*
|
|
12902
|
+
*
|
|
12903
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12904
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12905
|
+
* Do not edit the class manually.
|
|
12906
|
+
*/
|
|
12907
|
+
|
|
12218
12908
|
/**
|
|
12219
12909
|
* Api Documentation
|
|
12220
12910
|
* Api Documentation
|
|
@@ -12392,6 +13082,18 @@ var MetaRuleDto;
|
|
|
12392
13082
|
* Do not edit the class manually.
|
|
12393
13083
|
*/
|
|
12394
13084
|
|
|
13085
|
+
/**
|
|
13086
|
+
* Api Documentation
|
|
13087
|
+
* Api Documentation
|
|
13088
|
+
*
|
|
13089
|
+
* OpenAPI spec version: 1.0
|
|
13090
|
+
*
|
|
13091
|
+
*
|
|
13092
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
13093
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
13094
|
+
* Do not edit the class manually.
|
|
13095
|
+
*/
|
|
13096
|
+
|
|
12395
13097
|
/**
|
|
12396
13098
|
* Api Documentation
|
|
12397
13099
|
* Api Documentation
|
|
@@ -13351,6 +14053,30 @@ var TemplateVariablesDTO;
|
|
|
13351
14053
|
* Do not edit the class manually.
|
|
13352
14054
|
*/
|
|
13353
14055
|
|
|
14056
|
+
/**
|
|
14057
|
+
* Api Documentation
|
|
14058
|
+
* Api Documentation
|
|
14059
|
+
*
|
|
14060
|
+
* OpenAPI spec version: 1.0
|
|
14061
|
+
*
|
|
14062
|
+
*
|
|
14063
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
14064
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
14065
|
+
* Do not edit the class manually.
|
|
14066
|
+
*/
|
|
14067
|
+
|
|
14068
|
+
/**
|
|
14069
|
+
* Api Documentation
|
|
14070
|
+
* Api Documentation
|
|
14071
|
+
*
|
|
14072
|
+
* OpenAPI spec version: 1.0
|
|
14073
|
+
*
|
|
14074
|
+
*
|
|
14075
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
14076
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
14077
|
+
* Do not edit the class manually.
|
|
14078
|
+
*/
|
|
14079
|
+
|
|
13354
14080
|
var VastCreative;
|
|
13355
14081
|
(function (VastCreative) {
|
|
13356
14082
|
VastCreative.VideoFormatEnum = {
|
|
@@ -13570,6 +14296,7 @@ ApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
|
13570
14296
|
CreativeTemplateVariablesControllerService,
|
|
13571
14297
|
CreativeTemplatesControllerService,
|
|
13572
14298
|
CustomerReportingControllerService,
|
|
14299
|
+
DCOVideoSettingsControllerService,
|
|
13573
14300
|
DashboardControllerService,
|
|
13574
14301
|
ExperimentsControllerService,
|
|
13575
14302
|
NotificationsControllerService,
|
|
@@ -13609,6 +14336,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
13609
14336
|
CreativeTemplateVariablesControllerService,
|
|
13610
14337
|
CreativeTemplatesControllerService,
|
|
13611
14338
|
CustomerReportingControllerService,
|
|
14339
|
+
DCOVideoSettingsControllerService,
|
|
13612
14340
|
DashboardControllerService,
|
|
13613
14341
|
ExperimentsControllerService,
|
|
13614
14342
|
NotificationsControllerService,
|
|
@@ -13636,5 +14364,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
13636
14364
|
* Generated bundle index. Do not edit.
|
|
13637
14365
|
*/
|
|
13638
14366
|
|
|
13639
|
-
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 };
|
|
14367
|
+
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 };
|
|
13640
14368
|
//# sourceMappingURL=revxui-api-clients-ts.mjs.map
|