@revxui/api-clients-ts 1.1.461 → 1.1.462
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/api/api.d.ts +3 -1
- package/api/dCOVideoSettingsController.service.d.ts +189 -0
- package/esm2020/api/adminController.service.mjs +2 -2
- package/esm2020/api/advertiserController.service.mjs +2 -2
- package/esm2020/api/api.mjs +4 -2
- package/esm2020/api/appSettingsController.service.mjs +2 -2
- package/esm2020/api/appsFlyerController.service.mjs +2 -2
- package/esm2020/api/audienceController.service.mjs +2 -2
- package/esm2020/api/auditController.service.mjs +2 -2
- package/esm2020/api/bidFunnelController.service.mjs +2 -2
- package/esm2020/api/bulkStrategyController.service.mjs +2 -2
- package/esm2020/api/cSSThemeController_.service.mjs +2 -2
- package/esm2020/api/campaignController.service.mjs +2 -2
- package/esm2020/api/catalogController.service.mjs +2 -2
- package/esm2020/api/clickDestinationController.service.mjs +2 -2
- package/esm2020/api/creativeController.service.mjs +2 -2
- package/esm2020/api/creativeSetsController.service.mjs +2 -2
- package/esm2020/api/creativeTemplateThemesController.service.mjs +2 -2
- package/esm2020/api/creativeTemplateVariablesController.service.mjs +2 -2
- package/esm2020/api/creativeTemplatesController.service.mjs +2 -2
- package/esm2020/api/customerReportingController.service.mjs +2 -2
- package/esm2020/api/dCOVideoSettingsController.service.mjs +497 -0
- package/esm2020/api/dashboardController.service.mjs +2 -2
- package/esm2020/api/experimentsController.service.mjs +2 -2
- package/esm2020/api/notificationsController.service.mjs +2 -2
- package/esm2020/api/pixelController.service.mjs +2 -2
- package/esm2020/api/reportController.service.mjs +2 -2
- package/esm2020/api/reportingController.service.mjs +2 -2
- package/esm2020/api/reportingSchedulerController.service.mjs +2 -2
- package/esm2020/api/safeguardController.service.mjs +2 -2
- package/esm2020/api/sliceXController.service.mjs +2 -2
- package/esm2020/api/strategyController.service.mjs +2 -2
- package/esm2020/api/strategyTemplateController.service.mjs +2 -2
- package/esm2020/api/uILoggerController.service.mjs +2 -2
- package/esm2020/api/userPreferenceController.service.mjs +2 -2
- package/esm2020/api.module.mjs +4 -1
- package/esm2020/model/apiResponseObjectDcoVideoActivateResponse.mjs +2 -0
- package/esm2020/model/apiResponseObjectDcoVideoAssetUploadResponse.mjs +2 -0
- package/esm2020/model/apiResponseObjectDcoVideoDeleteResponse.mjs +2 -0
- package/esm2020/model/apiResponseObjectDcoVideoGenerateSampleResponse.mjs +2 -0
- package/esm2020/model/apiResponseObjectDcoVideoGeneratedCountResponse.mjs +2 -0
- package/esm2020/model/apiResponseObjectDcoVideoSettingsDTO.mjs +2 -0
- package/esm2020/model/apiResponseObjectListDcoVideoBrandGuidelineDTO.mjs +2 -0
- package/esm2020/model/apiResponseObjectListDcoVideoDimensionDTO.mjs +2 -0
- package/esm2020/model/apiResponseObjectListDcoVideoSettingsDTO.mjs +2 -0
- package/esm2020/model/apiResponseObjectListDcoVideoTemplateDTO.mjs +2 -0
- package/esm2020/model/apiResponseObjectListstring.mjs +13 -0
- package/esm2020/model/dcoVideoActivateRequest.mjs +13 -0
- package/esm2020/model/dcoVideoActivateResponse.mjs +13 -0
- package/esm2020/model/dcoVideoAssetDTO.mjs +19 -0
- package/esm2020/model/dcoVideoAssetUploadResponse.mjs +2 -0
- package/esm2020/model/dcoVideoBrandGuidelineDTO.mjs +13 -0
- package/esm2020/model/dcoVideoCatalogItemDTO.mjs +13 -0
- package/esm2020/model/dcoVideoDeleteResponse.mjs +13 -0
- package/esm2020/model/dcoVideoDimensionDTO.mjs +13 -0
- package/esm2020/model/dcoVideoGenerateSampleRequest.mjs +2 -0
- package/esm2020/model/dcoVideoGenerateSampleResponse.mjs +2 -0
- package/esm2020/model/dcoVideoGeneratedCountResponse.mjs +13 -0
- package/esm2020/model/dcoVideoSettingsCreateRequest.mjs +2 -0
- package/esm2020/model/dcoVideoSettingsDTO.mjs +2 -0
- package/esm2020/model/dcoVideoSettingsUpdateRequest.mjs +2 -0
- package/esm2020/model/dcoVideoTemplateDTO.mjs +2 -0
- package/esm2020/model/dcoVideoTemplateRequirementsDTO.mjs +13 -0
- package/esm2020/model/dcoVideoUploadedAssetDTO.mjs +13 -0
- package/esm2020/model/inputStream.mjs +13 -0
- package/esm2020/model/modelFile.mjs +13 -0
- package/esm2020/model/models.mjs +35 -1
- package/esm2020/model/resource.mjs +2 -0
- package/esm2020/model/safeguardBlockedItemDTO.mjs +5 -2
- package/esm2020/model/safeguardDetail.mjs +2 -3
- package/esm2020/model/safeguardExclusionDTO.mjs +2 -3
- package/esm2020/model/safeguardRequestDTO.mjs +2 -3
- package/esm2020/model/safeguardResponseDTO.mjs +2 -3
- package/esm2020/model/uRI.mjs +13 -0
- package/esm2020/model/uRL.mjs +2 -0
- package/esm2020/model/uRLStreamHandler.mjs +13 -0
- package/fesm2015/revxui-api-clients-ts.mjs +553 -42
- package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
- package/fesm2020/revxui-api-clients-ts.mjs +719 -42
- package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
- package/model/apiResponseObjectDcoVideoActivateResponse.d.ts +17 -0
- package/model/apiResponseObjectDcoVideoAssetUploadResponse.d.ts +17 -0
- package/model/apiResponseObjectDcoVideoDeleteResponse.d.ts +17 -0
- package/model/apiResponseObjectDcoVideoGenerateSampleResponse.d.ts +17 -0
- package/model/apiResponseObjectDcoVideoGeneratedCountResponse.d.ts +17 -0
- package/model/apiResponseObjectDcoVideoSettingsDTO.d.ts +17 -0
- package/model/apiResponseObjectListDcoVideoBrandGuidelineDTO.d.ts +17 -0
- package/model/apiResponseObjectListDcoVideoDimensionDTO.d.ts +17 -0
- package/model/apiResponseObjectListDcoVideoSettingsDTO.d.ts +17 -0
- package/model/apiResponseObjectListDcoVideoTemplateDTO.d.ts +17 -0
- package/model/apiResponseObjectListstring.d.ts +16 -0
- package/model/dcoVideoActivateRequest.d.ts +15 -0
- package/model/dcoVideoActivateResponse.d.ts +18 -0
- package/model/dcoVideoAssetDTO.d.ts +31 -0
- package/model/dcoVideoAssetUploadResponse.d.ts +17 -0
- package/model/dcoVideoBrandGuidelineDTO.d.ts +16 -0
- package/model/dcoVideoCatalogItemDTO.d.ts +16 -0
- package/model/dcoVideoDeleteResponse.d.ts +17 -0
- package/model/dcoVideoDimensionDTO.d.ts +15 -0
- package/model/dcoVideoGenerateSampleRequest.d.ts +20 -0
- package/model/dcoVideoGenerateSampleResponse.d.ts +29 -0
- package/model/dcoVideoGeneratedCountResponse.d.ts +24 -0
- package/model/dcoVideoSettingsCreateRequest.d.ts +20 -0
- package/model/dcoVideoSettingsDTO.d.ts +31 -0
- package/model/dcoVideoSettingsUpdateRequest.d.ts +19 -0
- package/model/dcoVideoTemplateDTO.d.ts +23 -0
- package/model/dcoVideoTemplateRequirementsDTO.d.ts +16 -0
- package/model/dcoVideoUploadedAssetDTO.d.ts +15 -0
- package/model/inputStream.d.ts +13 -0
- package/model/modelFile.d.ts +32 -0
- package/model/models.d.ts +34 -0
- package/model/resource.d.ts +24 -0
- package/model/safeguardBlockedItemDTO.d.ts +5 -2
- package/model/safeguardDetail.d.ts +1 -4
- package/model/safeguardExclusionDTO.d.ts +1 -2
- package/model/safeguardRequestDTO.d.ts +1 -3
- package/model/safeguardResponseDTO.d.ts +1 -3
- package/model/uRI.d.ts +30 -0
- package/model/uRL.d.ts +27 -0
- package/model/uRLStreamHandler.d.ts +13 -0
- package/package.json +1 -1
|
@@ -85,7 +85,7 @@ class Configuration {
|
|
|
85
85
|
class AdminControllerService {
|
|
86
86
|
constructor(httpClient, basePath, configuration) {
|
|
87
87
|
this.httpClient = httpClient;
|
|
88
|
-
this.basePath = 'https://
|
|
88
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
89
89
|
this.defaultHeaders = new HttpHeaders();
|
|
90
90
|
this.configuration = new Configuration();
|
|
91
91
|
if (basePath) {
|
|
@@ -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) {
|
|
@@ -833,7 +833,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
833
833
|
class AppSettingsControllerService {
|
|
834
834
|
constructor(httpClient, basePath, configuration) {
|
|
835
835
|
this.httpClient = httpClient;
|
|
836
|
-
this.basePath = 'https://
|
|
836
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
837
837
|
this.defaultHeaders = new HttpHeaders();
|
|
838
838
|
this.configuration = new Configuration();
|
|
839
839
|
if (basePath) {
|
|
@@ -1080,7 +1080,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1080
1080
|
class AppsFlyerControllerService {
|
|
1081
1081
|
constructor(httpClient, basePath, configuration) {
|
|
1082
1082
|
this.httpClient = httpClient;
|
|
1083
|
-
this.basePath = 'https://
|
|
1083
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
1084
1084
|
this.defaultHeaders = new HttpHeaders();
|
|
1085
1085
|
this.configuration = new Configuration();
|
|
1086
1086
|
if (basePath) {
|
|
@@ -1168,7 +1168,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1168
1168
|
class AudienceControllerService {
|
|
1169
1169
|
constructor(httpClient, basePath, configuration) {
|
|
1170
1170
|
this.httpClient = httpClient;
|
|
1171
|
-
this.basePath = 'https://
|
|
1171
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
1172
1172
|
this.defaultHeaders = new HttpHeaders();
|
|
1173
1173
|
this.configuration = new Configuration();
|
|
1174
1174
|
if (basePath) {
|
|
@@ -2046,7 +2046,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2046
2046
|
class AuditControllerService {
|
|
2047
2047
|
constructor(httpClient, basePath, configuration) {
|
|
2048
2048
|
this.httpClient = httpClient;
|
|
2049
|
-
this.basePath = 'https://
|
|
2049
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
2050
2050
|
this.defaultHeaders = new HttpHeaders();
|
|
2051
2051
|
this.configuration = new Configuration();
|
|
2052
2052
|
if (basePath) {
|
|
@@ -2248,7 +2248,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2248
2248
|
class BidFunnelControllerService {
|
|
2249
2249
|
constructor(httpClient, basePath, configuration) {
|
|
2250
2250
|
this.httpClient = httpClient;
|
|
2251
|
-
this.basePath = 'https://
|
|
2251
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
2252
2252
|
this.defaultHeaders = new HttpHeaders();
|
|
2253
2253
|
this.configuration = new Configuration();
|
|
2254
2254
|
if (basePath) {
|
|
@@ -2399,7 +2399,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2399
2399
|
class BulkStrategyControllerService {
|
|
2400
2400
|
constructor(httpClient, basePath, configuration) {
|
|
2401
2401
|
this.httpClient = httpClient;
|
|
2402
|
-
this.basePath = 'https://
|
|
2402
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
2403
2403
|
this.defaultHeaders = new HttpHeaders();
|
|
2404
2404
|
this.configuration = new Configuration();
|
|
2405
2405
|
if (basePath) {
|
|
@@ -2626,7 +2626,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2626
2626
|
class CSSThemeController_Service {
|
|
2627
2627
|
constructor(httpClient, basePath, configuration) {
|
|
2628
2628
|
this.httpClient = httpClient;
|
|
2629
|
-
this.basePath = 'https://
|
|
2629
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
2630
2630
|
this.defaultHeaders = new HttpHeaders();
|
|
2631
2631
|
this.configuration = new Configuration();
|
|
2632
2632
|
if (basePath) {
|
|
@@ -2737,7 +2737,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2737
2737
|
class CampaignControllerService {
|
|
2738
2738
|
constructor(httpClient, basePath, configuration) {
|
|
2739
2739
|
this.httpClient = httpClient;
|
|
2740
|
-
this.basePath = 'https://
|
|
2740
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
2741
2741
|
this.defaultHeaders = new HttpHeaders();
|
|
2742
2742
|
this.configuration = new Configuration();
|
|
2743
2743
|
if (basePath) {
|
|
@@ -3180,7 +3180,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3180
3180
|
class CatalogControllerService {
|
|
3181
3181
|
constructor(httpClient, basePath, configuration) {
|
|
3182
3182
|
this.httpClient = httpClient;
|
|
3183
|
-
this.basePath = 'https://
|
|
3183
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
3184
3184
|
this.defaultHeaders = new HttpHeaders();
|
|
3185
3185
|
this.configuration = new Configuration();
|
|
3186
3186
|
if (basePath) {
|
|
@@ -3425,7 +3425,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3425
3425
|
class ClickDestinationControllerService {
|
|
3426
3426
|
constructor(httpClient, basePath, configuration) {
|
|
3427
3427
|
this.httpClient = httpClient;
|
|
3428
|
-
this.basePath = 'https://
|
|
3428
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
3429
3429
|
this.defaultHeaders = new HttpHeaders();
|
|
3430
3430
|
this.configuration = new Configuration();
|
|
3431
3431
|
if (basePath) {
|
|
@@ -3659,7 +3659,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3659
3659
|
class CreativeControllerService {
|
|
3660
3660
|
constructor(httpClient, basePath, configuration) {
|
|
3661
3661
|
this.httpClient = httpClient;
|
|
3662
|
-
this.basePath = 'https://
|
|
3662
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
3663
3663
|
this.defaultHeaders = new HttpHeaders();
|
|
3664
3664
|
this.configuration = new Configuration();
|
|
3665
3665
|
if (basePath) {
|
|
@@ -4264,7 +4264,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4264
4264
|
class CreativeSetsControllerService {
|
|
4265
4265
|
constructor(httpClient, basePath, configuration) {
|
|
4266
4266
|
this.httpClient = httpClient;
|
|
4267
|
-
this.basePath = 'https://
|
|
4267
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
4268
4268
|
this.defaultHeaders = new HttpHeaders();
|
|
4269
4269
|
this.configuration = new Configuration();
|
|
4270
4270
|
if (basePath) {
|
|
@@ -4912,7 +4912,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4912
4912
|
class CreativeTemplateThemesControllerService {
|
|
4913
4913
|
constructor(httpClient, basePath, configuration) {
|
|
4914
4914
|
this.httpClient = httpClient;
|
|
4915
|
-
this.basePath = 'https://
|
|
4915
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
4916
4916
|
this.defaultHeaders = new HttpHeaders();
|
|
4917
4917
|
this.configuration = new Configuration();
|
|
4918
4918
|
if (basePath) {
|
|
@@ -5099,7 +5099,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5099
5099
|
class CreativeTemplateVariablesControllerService {
|
|
5100
5100
|
constructor(httpClient, basePath, configuration) {
|
|
5101
5101
|
this.httpClient = httpClient;
|
|
5102
|
-
this.basePath = 'https://
|
|
5102
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5103
5103
|
this.defaultHeaders = new HttpHeaders();
|
|
5104
5104
|
this.configuration = new Configuration();
|
|
5105
5105
|
if (basePath) {
|
|
@@ -5179,7 +5179,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5179
5179
|
class CreativeTemplatesControllerService {
|
|
5180
5180
|
constructor(httpClient, basePath, configuration) {
|
|
5181
5181
|
this.httpClient = httpClient;
|
|
5182
|
-
this.basePath = 'https://
|
|
5182
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5183
5183
|
this.defaultHeaders = new HttpHeaders();
|
|
5184
5184
|
this.configuration = new Configuration();
|
|
5185
5185
|
if (basePath) {
|
|
@@ -5346,7 +5346,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5346
5346
|
class CustomerReportingControllerService {
|
|
5347
5347
|
constructor(httpClient, basePath, configuration) {
|
|
5348
5348
|
this.httpClient = httpClient;
|
|
5349
|
-
this.basePath = 'https://
|
|
5349
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5350
5350
|
this.defaultHeaders = new HttpHeaders();
|
|
5351
5351
|
this.configuration = new Configuration();
|
|
5352
5352
|
if (basePath) {
|
|
@@ -5496,6 +5496,497 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5496
5496
|
}] }];
|
|
5497
5497
|
} });
|
|
5498
5498
|
|
|
5499
|
+
/**
|
|
5500
|
+
* Api Documentation
|
|
5501
|
+
* Api Documentation
|
|
5502
|
+
*
|
|
5503
|
+
* OpenAPI spec version: 1.0
|
|
5504
|
+
*
|
|
5505
|
+
*
|
|
5506
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
5507
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
5508
|
+
* Do not edit the class manually.
|
|
5509
|
+
*/
|
|
5510
|
+
/* tslint:disable:no-unused-variable member-ordering */
|
|
5511
|
+
class DCOVideoSettingsControllerService {
|
|
5512
|
+
constructor(httpClient, basePath, configuration) {
|
|
5513
|
+
this.httpClient = httpClient;
|
|
5514
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5515
|
+
this.defaultHeaders = new HttpHeaders();
|
|
5516
|
+
this.configuration = new Configuration();
|
|
5517
|
+
if (basePath) {
|
|
5518
|
+
this.basePath = basePath;
|
|
5519
|
+
}
|
|
5520
|
+
if (configuration) {
|
|
5521
|
+
this.configuration = configuration;
|
|
5522
|
+
this.basePath = basePath || configuration.basePath || this.basePath;
|
|
5523
|
+
}
|
|
5524
|
+
}
|
|
5525
|
+
/**
|
|
5526
|
+
* @param consumes string[] mime-types
|
|
5527
|
+
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
5528
|
+
*/
|
|
5529
|
+
canConsumeForm(consumes) {
|
|
5530
|
+
const form = 'multipart/form-data';
|
|
5531
|
+
for (const consume of consumes) {
|
|
5532
|
+
if (form === consume) {
|
|
5533
|
+
return true;
|
|
5534
|
+
}
|
|
5535
|
+
}
|
|
5536
|
+
return false;
|
|
5537
|
+
}
|
|
5538
|
+
activateSettingsUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
|
|
5539
|
+
if (request === null || request === undefined) {
|
|
5540
|
+
throw new Error('Required parameter request was null or undefined when calling activateSettingsUsingPOST.');
|
|
5541
|
+
}
|
|
5542
|
+
let headers = this.defaultHeaders;
|
|
5543
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5544
|
+
headers = headers.set('reqId', String(reqId));
|
|
5545
|
+
}
|
|
5546
|
+
if (token !== undefined && token !== null) {
|
|
5547
|
+
headers = headers.set('token', String(token));
|
|
5548
|
+
}
|
|
5549
|
+
// to determine the Accept header
|
|
5550
|
+
let httpHeaderAccepts = [
|
|
5551
|
+
'application/json'
|
|
5552
|
+
];
|
|
5553
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5554
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5555
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5556
|
+
}
|
|
5557
|
+
// to determine the Content-Type header
|
|
5558
|
+
const consumes = [
|
|
5559
|
+
'application/json'
|
|
5560
|
+
];
|
|
5561
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5562
|
+
if (httpContentTypeSelected != undefined) {
|
|
5563
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5564
|
+
}
|
|
5565
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/activate`, request, {
|
|
5566
|
+
withCredentials: this.configuration.withCredentials,
|
|
5567
|
+
headers: headers,
|
|
5568
|
+
observe: observe,
|
|
5569
|
+
reportProgress: reportProgress
|
|
5570
|
+
});
|
|
5571
|
+
}
|
|
5572
|
+
createSettingsUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
|
|
5573
|
+
if (request === null || request === undefined) {
|
|
5574
|
+
throw new Error('Required parameter request was null or undefined when calling createSettingsUsingPOST.');
|
|
5575
|
+
}
|
|
5576
|
+
let headers = this.defaultHeaders;
|
|
5577
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5578
|
+
headers = headers.set('reqId', String(reqId));
|
|
5579
|
+
}
|
|
5580
|
+
if (token !== undefined && token !== null) {
|
|
5581
|
+
headers = headers.set('token', String(token));
|
|
5582
|
+
}
|
|
5583
|
+
// to determine the Accept header
|
|
5584
|
+
let httpHeaderAccepts = [
|
|
5585
|
+
'application/json'
|
|
5586
|
+
];
|
|
5587
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5588
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5589
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5590
|
+
}
|
|
5591
|
+
// to determine the Content-Type header
|
|
5592
|
+
const consumes = [
|
|
5593
|
+
'application/json'
|
|
5594
|
+
];
|
|
5595
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5596
|
+
if (httpContentTypeSelected != undefined) {
|
|
5597
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5598
|
+
}
|
|
5599
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings`, request, {
|
|
5600
|
+
withCredentials: this.configuration.withCredentials,
|
|
5601
|
+
headers: headers,
|
|
5602
|
+
observe: observe,
|
|
5603
|
+
reportProgress: reportProgress
|
|
5604
|
+
});
|
|
5605
|
+
}
|
|
5606
|
+
deleteSettingsUsingDELETE(id, reqId, token, observe = 'body', reportProgress = false) {
|
|
5607
|
+
if (id === null || id === undefined) {
|
|
5608
|
+
throw new Error('Required parameter id was null or undefined when calling deleteSettingsUsingDELETE.');
|
|
5609
|
+
}
|
|
5610
|
+
let headers = this.defaultHeaders;
|
|
5611
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5612
|
+
headers = headers.set('reqId', String(reqId));
|
|
5613
|
+
}
|
|
5614
|
+
if (token !== undefined && token !== null) {
|
|
5615
|
+
headers = headers.set('token', String(token));
|
|
5616
|
+
}
|
|
5617
|
+
// to determine the Accept header
|
|
5618
|
+
let httpHeaderAccepts = [
|
|
5619
|
+
'application/json'
|
|
5620
|
+
];
|
|
5621
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5622
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5623
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5624
|
+
}
|
|
5625
|
+
// to determine the Content-Type header
|
|
5626
|
+
const consumes = [];
|
|
5627
|
+
return this.httpClient.delete(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}`, {
|
|
5628
|
+
withCredentials: this.configuration.withCredentials,
|
|
5629
|
+
headers: headers,
|
|
5630
|
+
observe: observe,
|
|
5631
|
+
reportProgress: reportProgress
|
|
5632
|
+
});
|
|
5633
|
+
}
|
|
5634
|
+
generateSampleUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
|
|
5635
|
+
if (request === null || request === undefined) {
|
|
5636
|
+
throw new Error('Required parameter request was null or undefined when calling generateSampleUsingPOST.');
|
|
5637
|
+
}
|
|
5638
|
+
let headers = this.defaultHeaders;
|
|
5639
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5640
|
+
headers = headers.set('reqId', String(reqId));
|
|
5641
|
+
}
|
|
5642
|
+
if (token !== undefined && token !== null) {
|
|
5643
|
+
headers = headers.set('token', String(token));
|
|
5644
|
+
}
|
|
5645
|
+
// to determine the Accept header
|
|
5646
|
+
let httpHeaderAccepts = [
|
|
5647
|
+
'application/json'
|
|
5648
|
+
];
|
|
5649
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5650
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5651
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5652
|
+
}
|
|
5653
|
+
// to determine the Content-Type header
|
|
5654
|
+
const consumes = [
|
|
5655
|
+
'application/json'
|
|
5656
|
+
];
|
|
5657
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5658
|
+
if (httpContentTypeSelected != undefined) {
|
|
5659
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5660
|
+
}
|
|
5661
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/generate-sample`, request, {
|
|
5662
|
+
withCredentials: this.configuration.withCredentials,
|
|
5663
|
+
headers: headers,
|
|
5664
|
+
observe: observe,
|
|
5665
|
+
reportProgress: reportProgress
|
|
5666
|
+
});
|
|
5667
|
+
}
|
|
5668
|
+
getBrandGuidelinesUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
|
|
5669
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5670
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getBrandGuidelinesUsingGET.');
|
|
5671
|
+
}
|
|
5672
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5673
|
+
if (includeInactive !== undefined && includeInactive !== null) {
|
|
5674
|
+
queryParameters = queryParameters.set('includeInactive', includeInactive);
|
|
5675
|
+
}
|
|
5676
|
+
let headers = this.defaultHeaders;
|
|
5677
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5678
|
+
headers = headers.set('reqId', String(reqId));
|
|
5679
|
+
}
|
|
5680
|
+
if (token !== undefined && token !== null) {
|
|
5681
|
+
headers = headers.set('token', String(token));
|
|
5682
|
+
}
|
|
5683
|
+
// to determine the Accept header
|
|
5684
|
+
let httpHeaderAccepts = [
|
|
5685
|
+
'application/json'
|
|
5686
|
+
];
|
|
5687
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5688
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5689
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5690
|
+
}
|
|
5691
|
+
// to determine the Content-Type header
|
|
5692
|
+
const consumes = [];
|
|
5693
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/brand-guidelines`, {
|
|
5694
|
+
params: queryParameters,
|
|
5695
|
+
withCredentials: this.configuration.withCredentials,
|
|
5696
|
+
headers: headers,
|
|
5697
|
+
observe: observe,
|
|
5698
|
+
reportProgress: reportProgress
|
|
5699
|
+
});
|
|
5700
|
+
}
|
|
5701
|
+
getDimensionsUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
|
|
5702
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5703
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getDimensionsUsingGET.');
|
|
5704
|
+
}
|
|
5705
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5706
|
+
if (includeInactive !== undefined && includeInactive !== null) {
|
|
5707
|
+
queryParameters = queryParameters.set('includeInactive', includeInactive);
|
|
5708
|
+
}
|
|
5709
|
+
let headers = this.defaultHeaders;
|
|
5710
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5711
|
+
headers = headers.set('reqId', String(reqId));
|
|
5712
|
+
}
|
|
5713
|
+
if (token !== undefined && token !== null) {
|
|
5714
|
+
headers = headers.set('token', String(token));
|
|
5715
|
+
}
|
|
5716
|
+
// to determine the Accept header
|
|
5717
|
+
let httpHeaderAccepts = [
|
|
5718
|
+
'application/json'
|
|
5719
|
+
];
|
|
5720
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5721
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5722
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5723
|
+
}
|
|
5724
|
+
// to determine the Content-Type header
|
|
5725
|
+
const consumes = [];
|
|
5726
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/dimensions`, {
|
|
5727
|
+
params: queryParameters,
|
|
5728
|
+
withCredentials: this.configuration.withCredentials,
|
|
5729
|
+
headers: headers,
|
|
5730
|
+
observe: observe,
|
|
5731
|
+
reportProgress: reportProgress
|
|
5732
|
+
});
|
|
5733
|
+
}
|
|
5734
|
+
getFeedKeysUsingGET(advertiserId, reqId, token, observe = 'body', reportProgress = false) {
|
|
5735
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5736
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getFeedKeysUsingGET.');
|
|
5737
|
+
}
|
|
5738
|
+
let headers = this.defaultHeaders;
|
|
5739
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5740
|
+
headers = headers.set('reqId', String(reqId));
|
|
5741
|
+
}
|
|
5742
|
+
if (token !== undefined && token !== null) {
|
|
5743
|
+
headers = headers.set('token', String(token));
|
|
5744
|
+
}
|
|
5745
|
+
// to determine the Accept header
|
|
5746
|
+
let httpHeaderAccepts = [
|
|
5747
|
+
'application/json'
|
|
5748
|
+
];
|
|
5749
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5750
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5751
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5752
|
+
}
|
|
5753
|
+
// to determine the Content-Type header
|
|
5754
|
+
const consumes = [];
|
|
5755
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/feed-keys`, {
|
|
5756
|
+
withCredentials: this.configuration.withCredentials,
|
|
5757
|
+
headers: headers,
|
|
5758
|
+
observe: observe,
|
|
5759
|
+
reportProgress: reportProgress
|
|
5760
|
+
});
|
|
5761
|
+
}
|
|
5762
|
+
getGeneratedVideoCountUsingGET(id, reqId, token, observe = 'body', reportProgress = false) {
|
|
5763
|
+
if (id === null || id === undefined) {
|
|
5764
|
+
throw new Error('Required parameter id was null or undefined when calling getGeneratedVideoCountUsingGET.');
|
|
5765
|
+
}
|
|
5766
|
+
let headers = this.defaultHeaders;
|
|
5767
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5768
|
+
headers = headers.set('reqId', String(reqId));
|
|
5769
|
+
}
|
|
5770
|
+
if (token !== undefined && token !== null) {
|
|
5771
|
+
headers = headers.set('token', String(token));
|
|
5772
|
+
}
|
|
5773
|
+
// to determine the Accept header
|
|
5774
|
+
let httpHeaderAccepts = [
|
|
5775
|
+
'application/json'
|
|
5776
|
+
];
|
|
5777
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5778
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5779
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5780
|
+
}
|
|
5781
|
+
// to determine the Content-Type header
|
|
5782
|
+
const consumes = [];
|
|
5783
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}/generated-video-count`, {
|
|
5784
|
+
withCredentials: this.configuration.withCredentials,
|
|
5785
|
+
headers: headers,
|
|
5786
|
+
observe: observe,
|
|
5787
|
+
reportProgress: reportProgress
|
|
5788
|
+
});
|
|
5789
|
+
}
|
|
5790
|
+
getSettingsUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
|
|
5791
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5792
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getSettingsUsingGET.');
|
|
5793
|
+
}
|
|
5794
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5795
|
+
if (includeInactive !== undefined && includeInactive !== null) {
|
|
5796
|
+
queryParameters = queryParameters.set('includeInactive', includeInactive);
|
|
5797
|
+
}
|
|
5798
|
+
let headers = this.defaultHeaders;
|
|
5799
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5800
|
+
headers = headers.set('reqId', String(reqId));
|
|
5801
|
+
}
|
|
5802
|
+
if (token !== undefined && token !== null) {
|
|
5803
|
+
headers = headers.set('token', String(token));
|
|
5804
|
+
}
|
|
5805
|
+
// to determine the Accept header
|
|
5806
|
+
let httpHeaderAccepts = [
|
|
5807
|
+
'application/json'
|
|
5808
|
+
];
|
|
5809
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5810
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5811
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5812
|
+
}
|
|
5813
|
+
// to determine the Content-Type header
|
|
5814
|
+
const consumes = [];
|
|
5815
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(advertiserId))}`, {
|
|
5816
|
+
params: queryParameters,
|
|
5817
|
+
withCredentials: this.configuration.withCredentials,
|
|
5818
|
+
headers: headers,
|
|
5819
|
+
observe: observe,
|
|
5820
|
+
reportProgress: reportProgress
|
|
5821
|
+
});
|
|
5822
|
+
}
|
|
5823
|
+
getTemplatesUsingGET(advertiserId, hasBackgroundImage, hasPromoBanner, hasPromoVideo, reqId, token, observe = 'body', reportProgress = false) {
|
|
5824
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5825
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getTemplatesUsingGET.');
|
|
5826
|
+
}
|
|
5827
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5828
|
+
if (advertiserId !== undefined && advertiserId !== null) {
|
|
5829
|
+
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
5830
|
+
}
|
|
5831
|
+
if (hasBackgroundImage !== undefined && hasBackgroundImage !== null) {
|
|
5832
|
+
queryParameters = queryParameters.set('hasBackgroundImage', hasBackgroundImage);
|
|
5833
|
+
}
|
|
5834
|
+
if (hasPromoBanner !== undefined && hasPromoBanner !== null) {
|
|
5835
|
+
queryParameters = queryParameters.set('hasPromoBanner', hasPromoBanner);
|
|
5836
|
+
}
|
|
5837
|
+
if (hasPromoVideo !== undefined && hasPromoVideo !== null) {
|
|
5838
|
+
queryParameters = queryParameters.set('hasPromoVideo', hasPromoVideo);
|
|
5839
|
+
}
|
|
5840
|
+
let headers = this.defaultHeaders;
|
|
5841
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5842
|
+
headers = headers.set('reqId', String(reqId));
|
|
5843
|
+
}
|
|
5844
|
+
if (token !== undefined && token !== null) {
|
|
5845
|
+
headers = headers.set('token', String(token));
|
|
5846
|
+
}
|
|
5847
|
+
// to determine the Accept header
|
|
5848
|
+
let httpHeaderAccepts = [
|
|
5849
|
+
'application/json'
|
|
5850
|
+
];
|
|
5851
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5852
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5853
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5854
|
+
}
|
|
5855
|
+
// to determine the Content-Type header
|
|
5856
|
+
const consumes = [];
|
|
5857
|
+
return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/templates`, {
|
|
5858
|
+
params: queryParameters,
|
|
5859
|
+
withCredentials: this.configuration.withCredentials,
|
|
5860
|
+
headers: headers,
|
|
5861
|
+
observe: observe,
|
|
5862
|
+
reportProgress: reportProgress
|
|
5863
|
+
});
|
|
5864
|
+
}
|
|
5865
|
+
updateSettingsUsingPOST(id, request, regenerateSample, reqId, token, observe = 'body', reportProgress = false) {
|
|
5866
|
+
if (id === null || id === undefined) {
|
|
5867
|
+
throw new Error('Required parameter id was null or undefined when calling updateSettingsUsingPOST.');
|
|
5868
|
+
}
|
|
5869
|
+
if (request === null || request === undefined) {
|
|
5870
|
+
throw new Error('Required parameter request was null or undefined when calling updateSettingsUsingPOST.');
|
|
5871
|
+
}
|
|
5872
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5873
|
+
if (regenerateSample !== undefined && regenerateSample !== null) {
|
|
5874
|
+
queryParameters = queryParameters.set('regenerateSample', regenerateSample);
|
|
5875
|
+
}
|
|
5876
|
+
let headers = this.defaultHeaders;
|
|
5877
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5878
|
+
headers = headers.set('reqId', String(reqId));
|
|
5879
|
+
}
|
|
5880
|
+
if (token !== undefined && token !== null) {
|
|
5881
|
+
headers = headers.set('token', String(token));
|
|
5882
|
+
}
|
|
5883
|
+
// to determine the Accept header
|
|
5884
|
+
let httpHeaderAccepts = [
|
|
5885
|
+
'application/json'
|
|
5886
|
+
];
|
|
5887
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5888
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5889
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5890
|
+
}
|
|
5891
|
+
// to determine the Content-Type header
|
|
5892
|
+
const consumes = [
|
|
5893
|
+
'application/json'
|
|
5894
|
+
];
|
|
5895
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5896
|
+
if (httpContentTypeSelected != undefined) {
|
|
5897
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5898
|
+
}
|
|
5899
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}`, request, {
|
|
5900
|
+
params: queryParameters,
|
|
5901
|
+
withCredentials: this.configuration.withCredentials,
|
|
5902
|
+
headers: headers,
|
|
5903
|
+
observe: observe,
|
|
5904
|
+
reportProgress: reportProgress
|
|
5905
|
+
});
|
|
5906
|
+
}
|
|
5907
|
+
uploadStagingAssetsUsingPOST(advertiserId, templateId, file_BACKGROUND_IMAGE, file_PROMO_BANNER, file_PROMO_VIDEO, reqId, token, observe = 'body', reportProgress = false) {
|
|
5908
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
5909
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling uploadStagingAssetsUsingPOST.');
|
|
5910
|
+
}
|
|
5911
|
+
if (templateId === null || templateId === undefined) {
|
|
5912
|
+
throw new Error('Required parameter templateId was null or undefined when calling uploadStagingAssetsUsingPOST.');
|
|
5913
|
+
}
|
|
5914
|
+
let headers = this.defaultHeaders;
|
|
5915
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5916
|
+
headers = headers.set('reqId', String(reqId));
|
|
5917
|
+
}
|
|
5918
|
+
if (token !== undefined && token !== null) {
|
|
5919
|
+
headers = headers.set('token', String(token));
|
|
5920
|
+
}
|
|
5921
|
+
// to determine the Accept header
|
|
5922
|
+
let httpHeaderAccepts = [
|
|
5923
|
+
'application/json'
|
|
5924
|
+
];
|
|
5925
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5926
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5927
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5928
|
+
}
|
|
5929
|
+
// to determine the Content-Type header
|
|
5930
|
+
const consumes = [
|
|
5931
|
+
'multipart/form-data'
|
|
5932
|
+
];
|
|
5933
|
+
const canConsumeForm = this.canConsumeForm(consumes);
|
|
5934
|
+
let formParams;
|
|
5935
|
+
let useForm = false;
|
|
5936
|
+
let convertFormParamsToString = false;
|
|
5937
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5938
|
+
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5939
|
+
useForm = canConsumeForm;
|
|
5940
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5941
|
+
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5942
|
+
useForm = canConsumeForm;
|
|
5943
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
5944
|
+
// see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
|
|
5945
|
+
useForm = canConsumeForm;
|
|
5946
|
+
if (useForm) {
|
|
5947
|
+
formParams = new FormData();
|
|
5948
|
+
}
|
|
5949
|
+
else {
|
|
5950
|
+
formParams = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5951
|
+
}
|
|
5952
|
+
if (advertiserId !== undefined) {
|
|
5953
|
+
formParams = formParams.append('advertiserId', advertiserId) || formParams;
|
|
5954
|
+
}
|
|
5955
|
+
if (file_BACKGROUND_IMAGE !== undefined) {
|
|
5956
|
+
formParams = formParams.append('file_BACKGROUND_IMAGE', file_BACKGROUND_IMAGE) || formParams;
|
|
5957
|
+
}
|
|
5958
|
+
if (file_PROMO_BANNER !== undefined) {
|
|
5959
|
+
formParams = formParams.append('file_PROMO_BANNER', file_PROMO_BANNER) || formParams;
|
|
5960
|
+
}
|
|
5961
|
+
if (file_PROMO_VIDEO !== undefined) {
|
|
5962
|
+
formParams = formParams.append('file_PROMO_VIDEO', file_PROMO_VIDEO) || formParams;
|
|
5963
|
+
}
|
|
5964
|
+
if (templateId !== undefined) {
|
|
5965
|
+
formParams = formParams.append('templateId', templateId) || formParams;
|
|
5966
|
+
}
|
|
5967
|
+
return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/assets/upload`, convertFormParamsToString ? formParams.toString() : formParams, {
|
|
5968
|
+
withCredentials: this.configuration.withCredentials,
|
|
5969
|
+
headers: headers,
|
|
5970
|
+
observe: observe,
|
|
5971
|
+
reportProgress: reportProgress
|
|
5972
|
+
});
|
|
5973
|
+
}
|
|
5974
|
+
}
|
|
5975
|
+
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 });
|
|
5976
|
+
DCOVideoSettingsControllerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DCOVideoSettingsControllerService });
|
|
5977
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DCOVideoSettingsControllerService, decorators: [{
|
|
5978
|
+
type: Injectable
|
|
5979
|
+
}], ctorParameters: function () {
|
|
5980
|
+
return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
5981
|
+
type: Optional
|
|
5982
|
+
}, {
|
|
5983
|
+
type: Inject,
|
|
5984
|
+
args: [BASE_PATH]
|
|
5985
|
+
}] }, { type: Configuration, decorators: [{
|
|
5986
|
+
type: Optional
|
|
5987
|
+
}] }];
|
|
5988
|
+
} });
|
|
5989
|
+
|
|
5499
5990
|
/**
|
|
5500
5991
|
* Api Documentation
|
|
5501
5992
|
* Api Documentation
|
|
@@ -5511,7 +6002,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5511
6002
|
class DashboardControllerService {
|
|
5512
6003
|
constructor(httpClient, basePath, configuration) {
|
|
5513
6004
|
this.httpClient = httpClient;
|
|
5514
|
-
this.basePath = 'https://
|
|
6005
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5515
6006
|
this.defaultHeaders = new HttpHeaders();
|
|
5516
6007
|
this.configuration = new Configuration();
|
|
5517
6008
|
if (basePath) {
|
|
@@ -6171,7 +6662,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6171
6662
|
class ExperimentsControllerService {
|
|
6172
6663
|
constructor(httpClient, basePath, configuration) {
|
|
6173
6664
|
this.httpClient = httpClient;
|
|
6174
|
-
this.basePath = 'https://
|
|
6665
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
6175
6666
|
this.defaultHeaders = new HttpHeaders();
|
|
6176
6667
|
this.configuration = new Configuration();
|
|
6177
6668
|
if (basePath) {
|
|
@@ -6900,7 +7391,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6900
7391
|
class NotificationsControllerService {
|
|
6901
7392
|
constructor(httpClient, basePath, configuration) {
|
|
6902
7393
|
this.httpClient = httpClient;
|
|
6903
|
-
this.basePath = 'https://
|
|
7394
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
6904
7395
|
this.defaultHeaders = new HttpHeaders();
|
|
6905
7396
|
this.configuration = new Configuration();
|
|
6906
7397
|
if (basePath) {
|
|
@@ -7115,7 +7606,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7115
7606
|
class PixelControllerService {
|
|
7116
7607
|
constructor(httpClient, basePath, configuration) {
|
|
7117
7608
|
this.httpClient = httpClient;
|
|
7118
|
-
this.basePath = 'https://
|
|
7609
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7119
7610
|
this.defaultHeaders = new HttpHeaders();
|
|
7120
7611
|
this.configuration = new Configuration();
|
|
7121
7612
|
if (basePath) {
|
|
@@ -7424,7 +7915,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7424
7915
|
class ReportControllerService {
|
|
7425
7916
|
constructor(httpClient, basePath, configuration) {
|
|
7426
7917
|
this.httpClient = httpClient;
|
|
7427
|
-
this.basePath = 'https://
|
|
7918
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7428
7919
|
this.defaultHeaders = new HttpHeaders();
|
|
7429
7920
|
this.configuration = new Configuration();
|
|
7430
7921
|
if (basePath) {
|
|
@@ -7563,7 +8054,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7563
8054
|
class ReportingControllerService {
|
|
7564
8055
|
constructor(httpClient, basePath, configuration) {
|
|
7565
8056
|
this.httpClient = httpClient;
|
|
7566
|
-
this.basePath = 'https://
|
|
8057
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7567
8058
|
this.defaultHeaders = new HttpHeaders();
|
|
7568
8059
|
this.configuration = new Configuration();
|
|
7569
8060
|
if (basePath) {
|
|
@@ -7735,7 +8226,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7735
8226
|
class ReportingSchedulerControllerService {
|
|
7736
8227
|
constructor(httpClient, basePath, configuration) {
|
|
7737
8228
|
this.httpClient = httpClient;
|
|
7738
|
-
this.basePath = 'https://
|
|
8229
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7739
8230
|
this.defaultHeaders = new HttpHeaders();
|
|
7740
8231
|
this.configuration = new Configuration();
|
|
7741
8232
|
if (basePath) {
|
|
@@ -8052,7 +8543,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8052
8543
|
class SafeguardControllerService {
|
|
8053
8544
|
constructor(httpClient, basePath, configuration) {
|
|
8054
8545
|
this.httpClient = httpClient;
|
|
8055
|
-
this.basePath = 'https://
|
|
8546
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
8056
8547
|
this.defaultHeaders = new HttpHeaders();
|
|
8057
8548
|
this.configuration = new Configuration();
|
|
8058
8549
|
if (basePath) {
|
|
@@ -8548,7 +9039,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8548
9039
|
class SliceXControllerService {
|
|
8549
9040
|
constructor(httpClient, basePath, configuration) {
|
|
8550
9041
|
this.httpClient = httpClient;
|
|
8551
|
-
this.basePath = 'https://
|
|
9042
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
8552
9043
|
this.defaultHeaders = new HttpHeaders();
|
|
8553
9044
|
this.configuration = new Configuration();
|
|
8554
9045
|
if (basePath) {
|
|
@@ -8954,7 +9445,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8954
9445
|
class StrategyControllerService {
|
|
8955
9446
|
constructor(httpClient, basePath, configuration) {
|
|
8956
9447
|
this.httpClient = httpClient;
|
|
8957
|
-
this.basePath = 'https://
|
|
9448
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
8958
9449
|
this.defaultHeaders = new HttpHeaders();
|
|
8959
9450
|
this.configuration = new Configuration();
|
|
8960
9451
|
if (basePath) {
|
|
@@ -10158,7 +10649,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10158
10649
|
class StrategyTemplateControllerService {
|
|
10159
10650
|
constructor(httpClient, basePath, configuration) {
|
|
10160
10651
|
this.httpClient = httpClient;
|
|
10161
|
-
this.basePath = 'https://
|
|
10652
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
10162
10653
|
this.defaultHeaders = new HttpHeaders();
|
|
10163
10654
|
this.configuration = new Configuration();
|
|
10164
10655
|
if (basePath) {
|
|
@@ -10282,7 +10773,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10282
10773
|
class UILoggerControllerService {
|
|
10283
10774
|
constructor(httpClient, basePath, configuration) {
|
|
10284
10775
|
this.httpClient = httpClient;
|
|
10285
|
-
this.basePath = 'https://
|
|
10776
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
10286
10777
|
this.defaultHeaders = new HttpHeaders();
|
|
10287
10778
|
this.configuration = new Configuration();
|
|
10288
10779
|
if (basePath) {
|
|
@@ -10376,7 +10867,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10376
10867
|
class UserPreferenceControllerService {
|
|
10377
10868
|
constructor(httpClient, basePath, configuration) {
|
|
10378
10869
|
this.httpClient = httpClient;
|
|
10379
|
-
this.basePath = 'https://
|
|
10870
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
10380
10871
|
this.defaultHeaders = new HttpHeaders();
|
|
10381
10872
|
this.configuration = new Configuration();
|
|
10382
10873
|
if (basePath) {
|
|
@@ -10537,7 +11028,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10537
11028
|
}] }];
|
|
10538
11029
|
} });
|
|
10539
11030
|
|
|
10540
|
-
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];
|
|
11031
|
+
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];
|
|
10541
11032
|
|
|
10542
11033
|
var ABTestingDTO;
|
|
10543
11034
|
(function (ABTestingDTO) {
|
|
@@ -11274,6 +11765,25 @@ var DcoAttributesDTO;
|
|
|
11274
11765
|
};
|
|
11275
11766
|
})(DcoAttributesDTO || (DcoAttributesDTO = {}));
|
|
11276
11767
|
|
|
11768
|
+
/**
|
|
11769
|
+
* Api Documentation
|
|
11770
|
+
* Api Documentation
|
|
11771
|
+
*
|
|
11772
|
+
* OpenAPI spec version: 1.0
|
|
11773
|
+
*
|
|
11774
|
+
*
|
|
11775
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11776
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
11777
|
+
* Do not edit the class manually.
|
|
11778
|
+
*/
|
|
11779
|
+
var DcoVideoAssetDTO;
|
|
11780
|
+
(function (DcoVideoAssetDTO) {
|
|
11781
|
+
DcoVideoAssetDTO.EndCardTypeEnum = {
|
|
11782
|
+
IMAGE: 'IMAGE',
|
|
11783
|
+
HTML: 'HTML'
|
|
11784
|
+
};
|
|
11785
|
+
})(DcoVideoAssetDTO || (DcoVideoAssetDTO = {}));
|
|
11786
|
+
|
|
11277
11787
|
/**
|
|
11278
11788
|
* Api Documentation
|
|
11279
11789
|
* Api Documentation
|
|
@@ -11918,8 +12428,11 @@ var RuleDTO;
|
|
|
11918
12428
|
var SafeguardBlockedItemDTO;
|
|
11919
12429
|
(function (SafeguardBlockedItemDTO) {
|
|
11920
12430
|
SafeguardBlockedItemDTO.StatusEnum = {
|
|
12431
|
+
PENDING: 'PENDING',
|
|
12432
|
+
INPROGRESS: 'IN_PROGRESS',
|
|
12433
|
+
FAILED: 'FAILED',
|
|
11921
12434
|
SUCCESS: 'SUCCESS',
|
|
11922
|
-
|
|
12435
|
+
PARTIALSUCCESS: 'PARTIAL_SUCCESS'
|
|
11923
12436
|
};
|
|
11924
12437
|
})(SafeguardBlockedItemDTO || (SafeguardBlockedItemDTO = {}));
|
|
11925
12438
|
|
|
@@ -11927,8 +12440,7 @@ var SafeguardDetail;
|
|
|
11927
12440
|
(function (SafeguardDetail) {
|
|
11928
12441
|
SafeguardDetail.TargetingScopeEnum = {
|
|
11929
12442
|
APP: 'APP',
|
|
11930
|
-
INVENTORY: 'INVENTORY'
|
|
11931
|
-
CREATIVE: 'CREATIVE'
|
|
12443
|
+
INVENTORY: 'INVENTORY'
|
|
11932
12444
|
};
|
|
11933
12445
|
})(SafeguardDetail || (SafeguardDetail = {}));
|
|
11934
12446
|
|
|
@@ -11936,8 +12448,7 @@ var SafeguardExclusionDTO;
|
|
|
11936
12448
|
(function (SafeguardExclusionDTO) {
|
|
11937
12449
|
SafeguardExclusionDTO.ScopeEnum = {
|
|
11938
12450
|
APP: 'APP',
|
|
11939
|
-
INVENTORY: 'INVENTORY'
|
|
11940
|
-
CREATIVE: 'CREATIVE'
|
|
12451
|
+
INVENTORY: 'INVENTORY'
|
|
11941
12452
|
};
|
|
11942
12453
|
})(SafeguardExclusionDTO || (SafeguardExclusionDTO = {}));
|
|
11943
12454
|
|
|
@@ -11945,8 +12456,7 @@ var SafeguardRequestDTO;
|
|
|
11945
12456
|
(function (SafeguardRequestDTO) {
|
|
11946
12457
|
SafeguardRequestDTO.TargetingScopeEnum = {
|
|
11947
12458
|
APP: 'APP',
|
|
11948
|
-
INVENTORY: 'INVENTORY'
|
|
11949
|
-
CREATIVE: 'CREATIVE'
|
|
12459
|
+
INVENTORY: 'INVENTORY'
|
|
11950
12460
|
};
|
|
11951
12461
|
})(SafeguardRequestDTO || (SafeguardRequestDTO = {}));
|
|
11952
12462
|
|
|
@@ -11954,8 +12464,7 @@ var SafeguardResponseDTO;
|
|
|
11954
12464
|
(function (SafeguardResponseDTO) {
|
|
11955
12465
|
SafeguardResponseDTO.TargetingScopeEnum = {
|
|
11956
12466
|
APP: 'APP',
|
|
11957
|
-
INVENTORY: 'INVENTORY'
|
|
11958
|
-
CREATIVE: 'CREATIVE'
|
|
12467
|
+
INVENTORY: 'INVENTORY'
|
|
11959
12468
|
};
|
|
11960
12469
|
})(SafeguardResponseDTO || (SafeguardResponseDTO = {}));
|
|
11961
12470
|
|
|
@@ -12275,6 +12784,7 @@ ApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
|
12275
12784
|
CreativeTemplateVariablesControllerService,
|
|
12276
12785
|
CreativeTemplatesControllerService,
|
|
12277
12786
|
CustomerReportingControllerService,
|
|
12787
|
+
DCOVideoSettingsControllerService,
|
|
12278
12788
|
DashboardControllerService,
|
|
12279
12789
|
ExperimentsControllerService,
|
|
12280
12790
|
NotificationsControllerService,
|
|
@@ -12314,6 +12824,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
12314
12824
|
CreativeTemplateVariablesControllerService,
|
|
12315
12825
|
CreativeTemplatesControllerService,
|
|
12316
12826
|
CustomerReportingControllerService,
|
|
12827
|
+
DCOVideoSettingsControllerService,
|
|
12317
12828
|
DashboardControllerService,
|
|
12318
12829
|
ExperimentsControllerService,
|
|
12319
12830
|
NotificationsControllerService,
|
|
@@ -12343,5 +12854,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
12343
12854
|
* Generated bundle index. Do not edit.
|
|
12344
12855
|
*/
|
|
12345
12856
|
|
|
12346
|
-
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 };
|
|
12857
|
+
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 };
|
|
12347
12858
|
//# sourceMappingURL=revxui-api-clients-ts.mjs.map
|