@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) {
|
|
@@ -281,7 +281,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
|
|
|
281
281
|
class AdvertiserControllerService {
|
|
282
282
|
constructor(httpClient, basePath, configuration) {
|
|
283
283
|
this.httpClient = httpClient;
|
|
284
|
-
this.basePath = 'https://
|
|
284
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
285
285
|
this.defaultHeaders = new HttpHeaders();
|
|
286
286
|
this.configuration = new Configuration();
|
|
287
287
|
if (basePath) {
|
|
@@ -858,7 +858,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
858
858
|
class AppSettingsControllerService {
|
|
859
859
|
constructor(httpClient, basePath, configuration) {
|
|
860
860
|
this.httpClient = httpClient;
|
|
861
|
-
this.basePath = 'https://
|
|
861
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
862
862
|
this.defaultHeaders = new HttpHeaders();
|
|
863
863
|
this.configuration = new Configuration();
|
|
864
864
|
if (basePath) {
|
|
@@ -1105,7 +1105,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1105
1105
|
class AppsFlyerControllerService {
|
|
1106
1106
|
constructor(httpClient, basePath, configuration) {
|
|
1107
1107
|
this.httpClient = httpClient;
|
|
1108
|
-
this.basePath = 'https://
|
|
1108
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
1109
1109
|
this.defaultHeaders = new HttpHeaders();
|
|
1110
1110
|
this.configuration = new Configuration();
|
|
1111
1111
|
if (basePath) {
|
|
@@ -1193,7 +1193,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1193
1193
|
class AudienceControllerService {
|
|
1194
1194
|
constructor(httpClient, basePath, configuration) {
|
|
1195
1195
|
this.httpClient = httpClient;
|
|
1196
|
-
this.basePath = 'https://
|
|
1196
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
1197
1197
|
this.defaultHeaders = new HttpHeaders();
|
|
1198
1198
|
this.configuration = new Configuration();
|
|
1199
1199
|
if (basePath) {
|
|
@@ -2071,7 +2071,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2071
2071
|
class AuditControllerService {
|
|
2072
2072
|
constructor(httpClient, basePath, configuration) {
|
|
2073
2073
|
this.httpClient = httpClient;
|
|
2074
|
-
this.basePath = 'https://
|
|
2074
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
2075
2075
|
this.defaultHeaders = new HttpHeaders();
|
|
2076
2076
|
this.configuration = new Configuration();
|
|
2077
2077
|
if (basePath) {
|
|
@@ -2273,7 +2273,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2273
2273
|
class BidFunnelControllerService {
|
|
2274
2274
|
constructor(httpClient, basePath, configuration) {
|
|
2275
2275
|
this.httpClient = httpClient;
|
|
2276
|
-
this.basePath = 'https://
|
|
2276
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
2277
2277
|
this.defaultHeaders = new HttpHeaders();
|
|
2278
2278
|
this.configuration = new Configuration();
|
|
2279
2279
|
if (basePath) {
|
|
@@ -2424,7 +2424,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2424
2424
|
class BulkStrategyControllerService {
|
|
2425
2425
|
constructor(httpClient, basePath, configuration) {
|
|
2426
2426
|
this.httpClient = httpClient;
|
|
2427
|
-
this.basePath = 'https://
|
|
2427
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
2428
2428
|
this.defaultHeaders = new HttpHeaders();
|
|
2429
2429
|
this.configuration = new Configuration();
|
|
2430
2430
|
if (basePath) {
|
|
@@ -2651,7 +2651,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2651
2651
|
class CSSThemeController_Service {
|
|
2652
2652
|
constructor(httpClient, basePath, configuration) {
|
|
2653
2653
|
this.httpClient = httpClient;
|
|
2654
|
-
this.basePath = 'https://
|
|
2654
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
2655
2655
|
this.defaultHeaders = new HttpHeaders();
|
|
2656
2656
|
this.configuration = new Configuration();
|
|
2657
2657
|
if (basePath) {
|
|
@@ -2762,7 +2762,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2762
2762
|
class CampaignControllerService {
|
|
2763
2763
|
constructor(httpClient, basePath, configuration) {
|
|
2764
2764
|
this.httpClient = httpClient;
|
|
2765
|
-
this.basePath = 'https://
|
|
2765
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
2766
2766
|
this.defaultHeaders = new HttpHeaders();
|
|
2767
2767
|
this.configuration = new Configuration();
|
|
2768
2768
|
if (basePath) {
|
|
@@ -3205,7 +3205,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3205
3205
|
class CatalogControllerService {
|
|
3206
3206
|
constructor(httpClient, basePath, configuration) {
|
|
3207
3207
|
this.httpClient = httpClient;
|
|
3208
|
-
this.basePath = 'https://
|
|
3208
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
3209
3209
|
this.defaultHeaders = new HttpHeaders();
|
|
3210
3210
|
this.configuration = new Configuration();
|
|
3211
3211
|
if (basePath) {
|
|
@@ -3450,7 +3450,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3450
3450
|
class ClickDestinationControllerService {
|
|
3451
3451
|
constructor(httpClient, basePath, configuration) {
|
|
3452
3452
|
this.httpClient = httpClient;
|
|
3453
|
-
this.basePath = 'https://
|
|
3453
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
3454
3454
|
this.defaultHeaders = new HttpHeaders();
|
|
3455
3455
|
this.configuration = new Configuration();
|
|
3456
3456
|
if (basePath) {
|
|
@@ -3684,7 +3684,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3684
3684
|
class CreativeControllerService {
|
|
3685
3685
|
constructor(httpClient, basePath, configuration) {
|
|
3686
3686
|
this.httpClient = httpClient;
|
|
3687
|
-
this.basePath = 'https://
|
|
3687
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
3688
3688
|
this.defaultHeaders = new HttpHeaders();
|
|
3689
3689
|
this.configuration = new Configuration();
|
|
3690
3690
|
if (basePath) {
|
|
@@ -4289,7 +4289,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4289
4289
|
class CreativeSetsControllerService {
|
|
4290
4290
|
constructor(httpClient, basePath, configuration) {
|
|
4291
4291
|
this.httpClient = httpClient;
|
|
4292
|
-
this.basePath = 'https://
|
|
4292
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
4293
4293
|
this.defaultHeaders = new HttpHeaders();
|
|
4294
4294
|
this.configuration = new Configuration();
|
|
4295
4295
|
if (basePath) {
|
|
@@ -4937,7 +4937,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4937
4937
|
class CreativeTemplateThemesControllerService {
|
|
4938
4938
|
constructor(httpClient, basePath, configuration) {
|
|
4939
4939
|
this.httpClient = httpClient;
|
|
4940
|
-
this.basePath = 'https://
|
|
4940
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
4941
4941
|
this.defaultHeaders = new HttpHeaders();
|
|
4942
4942
|
this.configuration = new Configuration();
|
|
4943
4943
|
if (basePath) {
|
|
@@ -5124,7 +5124,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5124
5124
|
class CreativeTemplateVariablesControllerService {
|
|
5125
5125
|
constructor(httpClient, basePath, configuration) {
|
|
5126
5126
|
this.httpClient = httpClient;
|
|
5127
|
-
this.basePath = 'https://
|
|
5127
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5128
5128
|
this.defaultHeaders = new HttpHeaders();
|
|
5129
5129
|
this.configuration = new Configuration();
|
|
5130
5130
|
if (basePath) {
|
|
@@ -5204,7 +5204,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5204
5204
|
class CreativeTemplatesControllerService {
|
|
5205
5205
|
constructor(httpClient, basePath, configuration) {
|
|
5206
5206
|
this.httpClient = httpClient;
|
|
5207
|
-
this.basePath = 'https://
|
|
5207
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5208
5208
|
this.defaultHeaders = new HttpHeaders();
|
|
5209
5209
|
this.configuration = new Configuration();
|
|
5210
5210
|
if (basePath) {
|
|
@@ -5371,7 +5371,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5371
5371
|
class CustomerReportingControllerService {
|
|
5372
5372
|
constructor(httpClient, basePath, configuration) {
|
|
5373
5373
|
this.httpClient = httpClient;
|
|
5374
|
-
this.basePath = 'https://
|
|
5374
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5375
5375
|
this.defaultHeaders = new HttpHeaders();
|
|
5376
5376
|
this.configuration = new Configuration();
|
|
5377
5377
|
if (basePath) {
|
|
@@ -5521,6 +5521,535 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5521
5521
|
}] }];
|
|
5522
5522
|
} });
|
|
5523
5523
|
|
|
5524
|
+
/**
|
|
5525
|
+
* Api Documentation
|
|
5526
|
+
* Api Documentation
|
|
5527
|
+
*
|
|
5528
|
+
* OpenAPI spec version: 1.0
|
|
5529
|
+
*
|
|
5530
|
+
*
|
|
5531
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
5532
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
5533
|
+
* Do not edit the class manually.
|
|
5534
|
+
*/
|
|
5535
|
+
/* tslint:disable:no-unused-variable member-ordering */
|
|
5536
|
+
class DCOVideoSettingsControllerService {
|
|
5537
|
+
constructor(httpClient, basePath, configuration) {
|
|
5538
|
+
this.httpClient = httpClient;
|
|
5539
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5540
|
+
this.defaultHeaders = new HttpHeaders();
|
|
5541
|
+
this.configuration = new Configuration();
|
|
5542
|
+
if (basePath) {
|
|
5543
|
+
this.basePath = basePath;
|
|
5544
|
+
}
|
|
5545
|
+
if (configuration) {
|
|
5546
|
+
this.configuration = configuration;
|
|
5547
|
+
this.basePath = basePath || configuration.basePath || this.basePath;
|
|
5548
|
+
}
|
|
5549
|
+
}
|
|
5550
|
+
/**
|
|
5551
|
+
* @param consumes string[] mime-types
|
|
5552
|
+
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
5553
|
+
*/
|
|
5554
|
+
canConsumeForm(consumes) {
|
|
5555
|
+
const form = 'multipart/form-data';
|
|
5556
|
+
for (const consume of consumes) {
|
|
5557
|
+
if (form === consume) {
|
|
5558
|
+
return true;
|
|
5559
|
+
}
|
|
5560
|
+
}
|
|
5561
|
+
return false;
|
|
5562
|
+
}
|
|
5563
|
+
activateSettingsUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
|
|
5564
|
+
if (request === null || request === undefined) {
|
|
5565
|
+
throw new Error('Required parameter request was null or undefined when calling activateSettingsUsingPOST.');
|
|
5566
|
+
}
|
|
5567
|
+
let headers = this.defaultHeaders;
|
|
5568
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5569
|
+
headers = headers.set('reqId', String(reqId));
|
|
5570
|
+
}
|
|
5571
|
+
if (token !== undefined && token !== null) {
|
|
5572
|
+
headers = headers.set('token', String(token));
|
|
5573
|
+
}
|
|
5574
|
+
// to determine the Accept header
|
|
5575
|
+
let httpHeaderAccepts = [
|
|
5576
|
+
'application/json'
|
|
5577
|
+
];
|
|
5578
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5579
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5580
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5581
|
+
}
|
|
5582
|
+
// to determine the Content-Type header
|
|
5583
|
+
const consumes = [
|
|
5584
|
+
'application/json'
|
|
5585
|
+
];
|
|
5586
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5587
|
+
if (httpContentTypeSelected != undefined) {
|
|
5588
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5589
|
+
}
|
|
5590
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/activate`, request, {
|
|
5591
|
+
withCredentials: this.configuration.withCredentials,
|
|
5592
|
+
headers: headers,
|
|
5593
|
+
observe: observe,
|
|
5594
|
+
reportProgress: reportProgress
|
|
5595
|
+
});
|
|
5596
|
+
}
|
|
5597
|
+
createSettingsUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
|
|
5598
|
+
if (request === null || request === undefined) {
|
|
5599
|
+
throw new Error('Required parameter request was null or undefined when calling createSettingsUsingPOST.');
|
|
5600
|
+
}
|
|
5601
|
+
let headers = this.defaultHeaders;
|
|
5602
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5603
|
+
headers = headers.set('reqId', String(reqId));
|
|
5604
|
+
}
|
|
5605
|
+
if (token !== undefined && token !== null) {
|
|
5606
|
+
headers = headers.set('token', String(token));
|
|
5607
|
+
}
|
|
5608
|
+
// to determine the Accept header
|
|
5609
|
+
let httpHeaderAccepts = [
|
|
5610
|
+
'application/json'
|
|
5611
|
+
];
|
|
5612
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5613
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5614
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5615
|
+
}
|
|
5616
|
+
// to determine the Content-Type header
|
|
5617
|
+
const consumes = [
|
|
5618
|
+
'application/json'
|
|
5619
|
+
];
|
|
5620
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5621
|
+
if (httpContentTypeSelected != undefined) {
|
|
5622
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5623
|
+
}
|
|
5624
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings`, request, {
|
|
5625
|
+
withCredentials: this.configuration.withCredentials,
|
|
5626
|
+
headers: headers,
|
|
5627
|
+
observe: observe,
|
|
5628
|
+
reportProgress: reportProgress
|
|
5629
|
+
});
|
|
5630
|
+
}
|
|
5631
|
+
deleteSettingsUsingPOST(id, reqId, token, observe = 'body', reportProgress = false) {
|
|
5632
|
+
if (id === null || id === undefined) {
|
|
5633
|
+
throw new Error('Required parameter id was null or undefined when calling deleteSettingsUsingPOST.');
|
|
5634
|
+
}
|
|
5635
|
+
let headers = this.defaultHeaders;
|
|
5636
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5637
|
+
headers = headers.set('reqId', String(reqId));
|
|
5638
|
+
}
|
|
5639
|
+
if (token !== undefined && token !== null) {
|
|
5640
|
+
headers = headers.set('token', String(token));
|
|
5641
|
+
}
|
|
5642
|
+
// to determine the Accept header
|
|
5643
|
+
let httpHeaderAccepts = [
|
|
5644
|
+
'application/json'
|
|
5645
|
+
];
|
|
5646
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5647
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5648
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5649
|
+
}
|
|
5650
|
+
// to determine the Content-Type header
|
|
5651
|
+
const consumes = [
|
|
5652
|
+
'application/json'
|
|
5653
|
+
];
|
|
5654
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}/archive`, null, {
|
|
5655
|
+
withCredentials: this.configuration.withCredentials,
|
|
5656
|
+
headers: headers,
|
|
5657
|
+
observe: observe,
|
|
5658
|
+
reportProgress: reportProgress
|
|
5659
|
+
});
|
|
5660
|
+
}
|
|
5661
|
+
generateSampleUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
|
|
5662
|
+
if (request === null || request === undefined) {
|
|
5663
|
+
throw new Error('Required parameter request was null or undefined when calling generateSampleUsingPOST.');
|
|
5664
|
+
}
|
|
5665
|
+
let headers = this.defaultHeaders;
|
|
5666
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5667
|
+
headers = headers.set('reqId', String(reqId));
|
|
5668
|
+
}
|
|
5669
|
+
if (token !== undefined && token !== null) {
|
|
5670
|
+
headers = headers.set('token', String(token));
|
|
5671
|
+
}
|
|
5672
|
+
// to determine the Accept header
|
|
5673
|
+
let httpHeaderAccepts = [
|
|
5674
|
+
'application/json'
|
|
5675
|
+
];
|
|
5676
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5677
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5678
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5679
|
+
}
|
|
5680
|
+
// to determine the Content-Type header
|
|
5681
|
+
const consumes = [
|
|
5682
|
+
'application/json'
|
|
5683
|
+
];
|
|
5684
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5685
|
+
if (httpContentTypeSelected != undefined) {
|
|
5686
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5687
|
+
}
|
|
5688
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/generate-sample`, request, {
|
|
5689
|
+
withCredentials: this.configuration.withCredentials,
|
|
5690
|
+
headers: headers,
|
|
5691
|
+
observe: observe,
|
|
5692
|
+
reportProgress: reportProgress
|
|
5693
|
+
});
|
|
5694
|
+
}
|
|
5695
|
+
getBrandGuidelinesUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
|
|
5696
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5697
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getBrandGuidelinesUsingGET.');
|
|
5698
|
+
}
|
|
5699
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5700
|
+
if (includeInactive !== undefined && includeInactive !== null) {
|
|
5701
|
+
queryParameters = queryParameters.set('includeInactive', includeInactive);
|
|
5702
|
+
}
|
|
5703
|
+
let headers = this.defaultHeaders;
|
|
5704
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5705
|
+
headers = headers.set('reqId', String(reqId));
|
|
5706
|
+
}
|
|
5707
|
+
if (token !== undefined && token !== null) {
|
|
5708
|
+
headers = headers.set('token', String(token));
|
|
5709
|
+
}
|
|
5710
|
+
// to determine the Accept header
|
|
5711
|
+
let httpHeaderAccepts = [
|
|
5712
|
+
'application/json'
|
|
5713
|
+
];
|
|
5714
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5715
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5716
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5717
|
+
}
|
|
5718
|
+
// to determine the Content-Type header
|
|
5719
|
+
const consumes = [];
|
|
5720
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/brand-guidelines`, {
|
|
5721
|
+
params: queryParameters,
|
|
5722
|
+
withCredentials: this.configuration.withCredentials,
|
|
5723
|
+
headers: headers,
|
|
5724
|
+
observe: observe,
|
|
5725
|
+
reportProgress: reportProgress
|
|
5726
|
+
});
|
|
5727
|
+
}
|
|
5728
|
+
getDimensionsUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
|
|
5729
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5730
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getDimensionsUsingGET.');
|
|
5731
|
+
}
|
|
5732
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5733
|
+
if (includeInactive !== undefined && includeInactive !== null) {
|
|
5734
|
+
queryParameters = queryParameters.set('includeInactive', includeInactive);
|
|
5735
|
+
}
|
|
5736
|
+
let headers = this.defaultHeaders;
|
|
5737
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5738
|
+
headers = headers.set('reqId', String(reqId));
|
|
5739
|
+
}
|
|
5740
|
+
if (token !== undefined && token !== null) {
|
|
5741
|
+
headers = headers.set('token', String(token));
|
|
5742
|
+
}
|
|
5743
|
+
// to determine the Accept header
|
|
5744
|
+
let httpHeaderAccepts = [
|
|
5745
|
+
'application/json'
|
|
5746
|
+
];
|
|
5747
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5748
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5749
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5750
|
+
}
|
|
5751
|
+
// to determine the Content-Type header
|
|
5752
|
+
const consumes = [];
|
|
5753
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/dimensions`, {
|
|
5754
|
+
params: queryParameters,
|
|
5755
|
+
withCredentials: this.configuration.withCredentials,
|
|
5756
|
+
headers: headers,
|
|
5757
|
+
observe: observe,
|
|
5758
|
+
reportProgress: reportProgress
|
|
5759
|
+
});
|
|
5760
|
+
}
|
|
5761
|
+
getFeedKeysUsingGET(advertiserId, reqId, token, observe = 'body', reportProgress = false) {
|
|
5762
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5763
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getFeedKeysUsingGET.');
|
|
5764
|
+
}
|
|
5765
|
+
let headers = this.defaultHeaders;
|
|
5766
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5767
|
+
headers = headers.set('reqId', String(reqId));
|
|
5768
|
+
}
|
|
5769
|
+
if (token !== undefined && token !== null) {
|
|
5770
|
+
headers = headers.set('token', String(token));
|
|
5771
|
+
}
|
|
5772
|
+
// to determine the Accept header
|
|
5773
|
+
let httpHeaderAccepts = [
|
|
5774
|
+
'application/json'
|
|
5775
|
+
];
|
|
5776
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5777
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5778
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5779
|
+
}
|
|
5780
|
+
// to determine the Content-Type header
|
|
5781
|
+
const consumes = [];
|
|
5782
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/feed-keys`, {
|
|
5783
|
+
withCredentials: this.configuration.withCredentials,
|
|
5784
|
+
headers: headers,
|
|
5785
|
+
observe: observe,
|
|
5786
|
+
reportProgress: reportProgress
|
|
5787
|
+
});
|
|
5788
|
+
}
|
|
5789
|
+
getGeneratedVideoCountUsingGET(id, reqId, token, observe = 'body', reportProgress = false) {
|
|
5790
|
+
if (id === null || id === undefined) {
|
|
5791
|
+
throw new Error('Required parameter id was null or undefined when calling getGeneratedVideoCountUsingGET.');
|
|
5792
|
+
}
|
|
5793
|
+
let headers = this.defaultHeaders;
|
|
5794
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5795
|
+
headers = headers.set('reqId', String(reqId));
|
|
5796
|
+
}
|
|
5797
|
+
if (token !== undefined && token !== null) {
|
|
5798
|
+
headers = headers.set('token', String(token));
|
|
5799
|
+
}
|
|
5800
|
+
// to determine the Accept header
|
|
5801
|
+
let httpHeaderAccepts = [
|
|
5802
|
+
'application/json'
|
|
5803
|
+
];
|
|
5804
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5805
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5806
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5807
|
+
}
|
|
5808
|
+
// to determine the Content-Type header
|
|
5809
|
+
const consumes = [];
|
|
5810
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}/generated-video-count`, {
|
|
5811
|
+
withCredentials: this.configuration.withCredentials,
|
|
5812
|
+
headers: headers,
|
|
5813
|
+
observe: observe,
|
|
5814
|
+
reportProgress: reportProgress
|
|
5815
|
+
});
|
|
5816
|
+
}
|
|
5817
|
+
getSettingsUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
|
|
5818
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5819
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getSettingsUsingGET.');
|
|
5820
|
+
}
|
|
5821
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5822
|
+
if (includeInactive !== undefined && includeInactive !== null) {
|
|
5823
|
+
queryParameters = queryParameters.set('includeInactive', includeInactive);
|
|
5824
|
+
}
|
|
5825
|
+
let headers = this.defaultHeaders;
|
|
5826
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5827
|
+
headers = headers.set('reqId', String(reqId));
|
|
5828
|
+
}
|
|
5829
|
+
if (token !== undefined && token !== null) {
|
|
5830
|
+
headers = headers.set('token', String(token));
|
|
5831
|
+
}
|
|
5832
|
+
// to determine the Accept header
|
|
5833
|
+
let httpHeaderAccepts = [
|
|
5834
|
+
'application/json'
|
|
5835
|
+
];
|
|
5836
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5837
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5838
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5839
|
+
}
|
|
5840
|
+
// to determine the Content-Type header
|
|
5841
|
+
const consumes = [];
|
|
5842
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(advertiserId))}`, {
|
|
5843
|
+
params: queryParameters,
|
|
5844
|
+
withCredentials: this.configuration.withCredentials,
|
|
5845
|
+
headers: headers,
|
|
5846
|
+
observe: observe,
|
|
5847
|
+
reportProgress: reportProgress
|
|
5848
|
+
});
|
|
5849
|
+
}
|
|
5850
|
+
getTemplatesUsingGET(advertiserId, hasBackgroundImage, hasPromoBanner, hasPromoVideo, reqId, token, observe = 'body', reportProgress = false) {
|
|
5851
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5852
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getTemplatesUsingGET.');
|
|
5853
|
+
}
|
|
5854
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5855
|
+
if (advertiserId !== undefined && advertiserId !== null) {
|
|
5856
|
+
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
5857
|
+
}
|
|
5858
|
+
if (hasBackgroundImage !== undefined && hasBackgroundImage !== null) {
|
|
5859
|
+
queryParameters = queryParameters.set('hasBackgroundImage', hasBackgroundImage);
|
|
5860
|
+
}
|
|
5861
|
+
if (hasPromoBanner !== undefined && hasPromoBanner !== null) {
|
|
5862
|
+
queryParameters = queryParameters.set('hasPromoBanner', hasPromoBanner);
|
|
5863
|
+
}
|
|
5864
|
+
if (hasPromoVideo !== undefined && hasPromoVideo !== null) {
|
|
5865
|
+
queryParameters = queryParameters.set('hasPromoVideo', hasPromoVideo);
|
|
5866
|
+
}
|
|
5867
|
+
let headers = this.defaultHeaders;
|
|
5868
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5869
|
+
headers = headers.set('reqId', String(reqId));
|
|
5870
|
+
}
|
|
5871
|
+
if (token !== undefined && token !== null) {
|
|
5872
|
+
headers = headers.set('token', String(token));
|
|
5873
|
+
}
|
|
5874
|
+
// to determine the Accept header
|
|
5875
|
+
let httpHeaderAccepts = [
|
|
5876
|
+
'application/json'
|
|
5877
|
+
];
|
|
5878
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5879
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5880
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5881
|
+
}
|
|
5882
|
+
// to determine the Content-Type header
|
|
5883
|
+
const consumes = [];
|
|
5884
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/templates`, {
|
|
5885
|
+
params: queryParameters,
|
|
5886
|
+
withCredentials: this.configuration.withCredentials,
|
|
5887
|
+
headers: headers,
|
|
5888
|
+
observe: observe,
|
|
5889
|
+
reportProgress: reportProgress
|
|
5890
|
+
});
|
|
5891
|
+
}
|
|
5892
|
+
listMusicTracksUsingGET(includeInactive, reqId, token, observe = 'body', reportProgress = false) {
|
|
5893
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5894
|
+
if (includeInactive !== undefined && includeInactive !== null) {
|
|
5895
|
+
queryParameters = queryParameters.set('includeInactive', includeInactive);
|
|
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
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/music-tracks`, {
|
|
5915
|
+
params: queryParameters,
|
|
5916
|
+
withCredentials: this.configuration.withCredentials,
|
|
5917
|
+
headers: headers,
|
|
5918
|
+
observe: observe,
|
|
5919
|
+
reportProgress: reportProgress
|
|
5920
|
+
});
|
|
5921
|
+
}
|
|
5922
|
+
updateSettingsUsingPOST(id, request, regenerateSample, reqId, token, observe = 'body', reportProgress = false) {
|
|
5923
|
+
if (id === null || id === undefined) {
|
|
5924
|
+
throw new Error('Required parameter id was null or undefined when calling updateSettingsUsingPOST.');
|
|
5925
|
+
}
|
|
5926
|
+
if (request === null || request === undefined) {
|
|
5927
|
+
throw new Error('Required parameter request was null or undefined when calling updateSettingsUsingPOST.');
|
|
5928
|
+
}
|
|
5929
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5930
|
+
if (regenerateSample !== undefined && regenerateSample !== null) {
|
|
5931
|
+
queryParameters = queryParameters.set('regenerateSample', regenerateSample);
|
|
5932
|
+
}
|
|
5933
|
+
let headers = this.defaultHeaders;
|
|
5934
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5935
|
+
headers = headers.set('reqId', String(reqId));
|
|
5936
|
+
}
|
|
5937
|
+
if (token !== undefined && token !== null) {
|
|
5938
|
+
headers = headers.set('token', String(token));
|
|
5939
|
+
}
|
|
5940
|
+
// to determine the Accept header
|
|
5941
|
+
let httpHeaderAccepts = [
|
|
5942
|
+
'application/json'
|
|
5943
|
+
];
|
|
5944
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5945
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5946
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5947
|
+
}
|
|
5948
|
+
// to determine the Content-Type header
|
|
5949
|
+
const consumes = [
|
|
5950
|
+
'application/json'
|
|
5951
|
+
];
|
|
5952
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5953
|
+
if (httpContentTypeSelected != undefined) {
|
|
5954
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5955
|
+
}
|
|
5956
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}`, request, {
|
|
5957
|
+
params: queryParameters,
|
|
5958
|
+
withCredentials: this.configuration.withCredentials,
|
|
5959
|
+
headers: headers,
|
|
5960
|
+
observe: observe,
|
|
5961
|
+
reportProgress: reportProgress
|
|
5962
|
+
});
|
|
5963
|
+
}
|
|
5964
|
+
uploadStagingAssetsUsingPOST(advertiserId, templateId, file_BACKGROUND_IMAGE, file_PROMO_BANNER, file_PROMO_MUSIC, file_PROMO_VIDEO, reqId, token, observe = 'body', reportProgress = false) {
|
|
5965
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5966
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling uploadStagingAssetsUsingPOST.');
|
|
5967
|
+
}
|
|
5968
|
+
if (templateId === null || templateId === undefined) {
|
|
5969
|
+
throw new Error('Required parameter templateId was null or undefined when calling uploadStagingAssetsUsingPOST.');
|
|
5970
|
+
}
|
|
5971
|
+
let headers = this.defaultHeaders;
|
|
5972
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5973
|
+
headers = headers.set('reqId', String(reqId));
|
|
5974
|
+
}
|
|
5975
|
+
if (token !== undefined && token !== null) {
|
|
5976
|
+
headers = headers.set('token', String(token));
|
|
5977
|
+
}
|
|
5978
|
+
// to determine the Accept header
|
|
5979
|
+
let httpHeaderAccepts = [
|
|
5980
|
+
'application/json'
|
|
5981
|
+
];
|
|
5982
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5983
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5984
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5985
|
+
}
|
|
5986
|
+
// to determine the Content-Type header
|
|
5987
|
+
const consumes = [
|
|
5988
|
+
'multipart/form-data'
|
|
5989
|
+
];
|
|
5990
|
+
const canConsumeForm = this.canConsumeForm(consumes);
|
|
5991
|
+
let formParams;
|
|
5992
|
+
let useForm = false;
|
|
5993
|
+
let convertFormParamsToString = false;
|
|
5994
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5995
|
+
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5996
|
+
useForm = canConsumeForm;
|
|
5997
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5998
|
+
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5999
|
+
useForm = canConsumeForm;
|
|
6000
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
6001
|
+
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
6002
|
+
useForm = canConsumeForm;
|
|
6003
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
6004
|
+
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
6005
|
+
useForm = canConsumeForm;
|
|
6006
|
+
if (useForm) {
|
|
6007
|
+
formParams = new FormData();
|
|
6008
|
+
}
|
|
6009
|
+
else {
|
|
6010
|
+
formParams = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
6011
|
+
}
|
|
6012
|
+
if (advertiserId !== undefined) {
|
|
6013
|
+
formParams = formParams.append('advertiserId', advertiserId) || formParams;
|
|
6014
|
+
}
|
|
6015
|
+
if (file_BACKGROUND_IMAGE !== undefined) {
|
|
6016
|
+
formParams = formParams.append('file_BACKGROUND_IMAGE', file_BACKGROUND_IMAGE) || formParams;
|
|
6017
|
+
}
|
|
6018
|
+
if (file_PROMO_BANNER !== undefined) {
|
|
6019
|
+
formParams = formParams.append('file_PROMO_BANNER', file_PROMO_BANNER) || formParams;
|
|
6020
|
+
}
|
|
6021
|
+
if (file_PROMO_MUSIC !== undefined) {
|
|
6022
|
+
formParams = formParams.append('file_PROMO_MUSIC', file_PROMO_MUSIC) || formParams;
|
|
6023
|
+
}
|
|
6024
|
+
if (file_PROMO_VIDEO !== undefined) {
|
|
6025
|
+
formParams = formParams.append('file_PROMO_VIDEO', file_PROMO_VIDEO) || formParams;
|
|
6026
|
+
}
|
|
6027
|
+
if (templateId !== undefined) {
|
|
6028
|
+
formParams = formParams.append('templateId', templateId) || formParams;
|
|
6029
|
+
}
|
|
6030
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/assets/upload`, convertFormParamsToString ? formParams.toString() : formParams, {
|
|
6031
|
+
withCredentials: this.configuration.withCredentials,
|
|
6032
|
+
headers: headers,
|
|
6033
|
+
observe: observe,
|
|
6034
|
+
reportProgress: reportProgress
|
|
6035
|
+
});
|
|
6036
|
+
}
|
|
6037
|
+
}
|
|
6038
|
+
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 });
|
|
6039
|
+
DCOVideoSettingsControllerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DCOVideoSettingsControllerService });
|
|
6040
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DCOVideoSettingsControllerService, decorators: [{
|
|
6041
|
+
type: Injectable
|
|
6042
|
+
}], ctorParameters: function () {
|
|
6043
|
+
return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
6044
|
+
type: Optional
|
|
6045
|
+
}, {
|
|
6046
|
+
type: Inject,
|
|
6047
|
+
args: [BASE_PATH]
|
|
6048
|
+
}] }, { type: Configuration, decorators: [{
|
|
6049
|
+
type: Optional
|
|
6050
|
+
}] }];
|
|
6051
|
+
} });
|
|
6052
|
+
|
|
5524
6053
|
/**
|
|
5525
6054
|
* Api Documentation
|
|
5526
6055
|
* Api Documentation
|
|
@@ -5536,7 +6065,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5536
6065
|
class DashboardControllerService {
|
|
5537
6066
|
constructor(httpClient, basePath, configuration) {
|
|
5538
6067
|
this.httpClient = httpClient;
|
|
5539
|
-
this.basePath = 'https://
|
|
6068
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5540
6069
|
this.defaultHeaders = new HttpHeaders();
|
|
5541
6070
|
this.configuration = new Configuration();
|
|
5542
6071
|
if (basePath) {
|
|
@@ -6196,7 +6725,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6196
6725
|
class ExperimentsControllerService {
|
|
6197
6726
|
constructor(httpClient, basePath, configuration) {
|
|
6198
6727
|
this.httpClient = httpClient;
|
|
6199
|
-
this.basePath = 'https://
|
|
6728
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
6200
6729
|
this.defaultHeaders = new HttpHeaders();
|
|
6201
6730
|
this.configuration = new Configuration();
|
|
6202
6731
|
if (basePath) {
|
|
@@ -6925,7 +7454,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6925
7454
|
class NotificationsControllerService {
|
|
6926
7455
|
constructor(httpClient, basePath, configuration) {
|
|
6927
7456
|
this.httpClient = httpClient;
|
|
6928
|
-
this.basePath = 'https://
|
|
7457
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
6929
7458
|
this.defaultHeaders = new HttpHeaders();
|
|
6930
7459
|
this.configuration = new Configuration();
|
|
6931
7460
|
if (basePath) {
|
|
@@ -7140,7 +7669,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7140
7669
|
class PixelControllerService {
|
|
7141
7670
|
constructor(httpClient, basePath, configuration) {
|
|
7142
7671
|
this.httpClient = httpClient;
|
|
7143
|
-
this.basePath = 'https://
|
|
7672
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7144
7673
|
this.defaultHeaders = new HttpHeaders();
|
|
7145
7674
|
this.configuration = new Configuration();
|
|
7146
7675
|
if (basePath) {
|
|
@@ -7449,7 +7978,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7449
7978
|
class ReportControllerService {
|
|
7450
7979
|
constructor(httpClient, basePath, configuration) {
|
|
7451
7980
|
this.httpClient = httpClient;
|
|
7452
|
-
this.basePath = 'https://
|
|
7981
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7453
7982
|
this.defaultHeaders = new HttpHeaders();
|
|
7454
7983
|
this.configuration = new Configuration();
|
|
7455
7984
|
if (basePath) {
|
|
@@ -7588,7 +8117,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7588
8117
|
class ReportingControllerService {
|
|
7589
8118
|
constructor(httpClient, basePath, configuration) {
|
|
7590
8119
|
this.httpClient = httpClient;
|
|
7591
|
-
this.basePath = 'https://
|
|
8120
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7592
8121
|
this.defaultHeaders = new HttpHeaders();
|
|
7593
8122
|
this.configuration = new Configuration();
|
|
7594
8123
|
if (basePath) {
|
|
@@ -7760,7 +8289,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7760
8289
|
class ReportingSchedulerControllerService {
|
|
7761
8290
|
constructor(httpClient, basePath, configuration) {
|
|
7762
8291
|
this.httpClient = httpClient;
|
|
7763
|
-
this.basePath = 'https://
|
|
8292
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7764
8293
|
this.defaultHeaders = new HttpHeaders();
|
|
7765
8294
|
this.configuration = new Configuration();
|
|
7766
8295
|
if (basePath) {
|
|
@@ -8077,7 +8606,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8077
8606
|
class SafeguardControllerService {
|
|
8078
8607
|
constructor(httpClient, basePath, configuration) {
|
|
8079
8608
|
this.httpClient = httpClient;
|
|
8080
|
-
this.basePath = 'https://
|
|
8609
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
8081
8610
|
this.defaultHeaders = new HttpHeaders();
|
|
8082
8611
|
this.configuration = new Configuration();
|
|
8083
8612
|
if (basePath) {
|
|
@@ -8573,7 +9102,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8573
9102
|
class SliceXControllerService {
|
|
8574
9103
|
constructor(httpClient, basePath, configuration) {
|
|
8575
9104
|
this.httpClient = httpClient;
|
|
8576
|
-
this.basePath = 'https://
|
|
9105
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
8577
9106
|
this.defaultHeaders = new HttpHeaders();
|
|
8578
9107
|
this.configuration = new Configuration();
|
|
8579
9108
|
if (basePath) {
|
|
@@ -8979,7 +9508,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8979
9508
|
class StrategyControllerService {
|
|
8980
9509
|
constructor(httpClient, basePath, configuration) {
|
|
8981
9510
|
this.httpClient = httpClient;
|
|
8982
|
-
this.basePath = 'https://
|
|
9511
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
8983
9512
|
this.defaultHeaders = new HttpHeaders();
|
|
8984
9513
|
this.configuration = new Configuration();
|
|
8985
9514
|
if (basePath) {
|
|
@@ -10183,7 +10712,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10183
10712
|
class StrategyTemplateControllerService {
|
|
10184
10713
|
constructor(httpClient, basePath, configuration) {
|
|
10185
10714
|
this.httpClient = httpClient;
|
|
10186
|
-
this.basePath = 'https://
|
|
10715
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
10187
10716
|
this.defaultHeaders = new HttpHeaders();
|
|
10188
10717
|
this.configuration = new Configuration();
|
|
10189
10718
|
if (basePath) {
|
|
@@ -10307,7 +10836,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10307
10836
|
class UILoggerControllerService {
|
|
10308
10837
|
constructor(httpClient, basePath, configuration) {
|
|
10309
10838
|
this.httpClient = httpClient;
|
|
10310
|
-
this.basePath = 'https://
|
|
10839
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
10311
10840
|
this.defaultHeaders = new HttpHeaders();
|
|
10312
10841
|
this.configuration = new Configuration();
|
|
10313
10842
|
if (basePath) {
|
|
@@ -10401,7 +10930,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10401
10930
|
class UserPreferenceControllerService {
|
|
10402
10931
|
constructor(httpClient, basePath, configuration) {
|
|
10403
10932
|
this.httpClient = httpClient;
|
|
10404
|
-
this.basePath = 'https://
|
|
10933
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
10405
10934
|
this.defaultHeaders = new HttpHeaders();
|
|
10406
10935
|
this.configuration = new Configuration();
|
|
10407
10936
|
if (basePath) {
|
|
@@ -10562,7 +11091,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10562
11091
|
}] }];
|
|
10563
11092
|
} });
|
|
10564
11093
|
|
|
10565
|
-
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];
|
|
11094
|
+
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];
|
|
10566
11095
|
|
|
10567
11096
|
var ABTestingDTO;
|
|
10568
11097
|
(function (ABTestingDTO) {
|
|
@@ -11299,6 +11828,25 @@ var DcoAttributesDTO;
|
|
|
11299
11828
|
};
|
|
11300
11829
|
})(DcoAttributesDTO || (DcoAttributesDTO = {}));
|
|
11301
11830
|
|
|
11831
|
+
/**
|
|
11832
|
+
* Api Documentation
|
|
11833
|
+
* Api Documentation
|
|
11834
|
+
*
|
|
11835
|
+
* OpenAPI spec version: 1.0
|
|
11836
|
+
*
|
|
11837
|
+
*
|
|
11838
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11839
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
11840
|
+
* Do not edit the class manually.
|
|
11841
|
+
*/
|
|
11842
|
+
var DcoVideoAssetDTO;
|
|
11843
|
+
(function (DcoVideoAssetDTO) {
|
|
11844
|
+
DcoVideoAssetDTO.EndCardTypeEnum = {
|
|
11845
|
+
IMAGE: 'IMAGE',
|
|
11846
|
+
HTML: 'HTML'
|
|
11847
|
+
};
|
|
11848
|
+
})(DcoVideoAssetDTO || (DcoVideoAssetDTO = {}));
|
|
11849
|
+
|
|
11302
11850
|
/**
|
|
11303
11851
|
* Api Documentation
|
|
11304
11852
|
* Api Documentation
|
|
@@ -12300,6 +12848,7 @@ ApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
|
12300
12848
|
CreativeTemplateVariablesControllerService,
|
|
12301
12849
|
CreativeTemplatesControllerService,
|
|
12302
12850
|
CustomerReportingControllerService,
|
|
12851
|
+
DCOVideoSettingsControllerService,
|
|
12303
12852
|
DashboardControllerService,
|
|
12304
12853
|
ExperimentsControllerService,
|
|
12305
12854
|
NotificationsControllerService,
|
|
@@ -12339,6 +12888,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
12339
12888
|
CreativeTemplateVariablesControllerService,
|
|
12340
12889
|
CreativeTemplatesControllerService,
|
|
12341
12890
|
CustomerReportingControllerService,
|
|
12891
|
+
DCOVideoSettingsControllerService,
|
|
12342
12892
|
DashboardControllerService,
|
|
12343
12893
|
ExperimentsControllerService,
|
|
12344
12894
|
NotificationsControllerService,
|
|
@@ -12368,5 +12918,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
12368
12918
|
* Generated bundle index. Do not edit.
|
|
12369
12919
|
*/
|
|
12370
12920
|
|
|
12371
|
-
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 };
|
|
12921
|
+
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 };
|
|
12372
12922
|
//# sourceMappingURL=revxui-api-clients-ts.mjs.map
|