@revxui/api-clients-ts 1.1.474 → 1.1.475
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 +1 -3
- package/esm2020/api/adminController.service.mjs +2 -2
- package/esm2020/api/advertiserController.service.mjs +2 -2
- package/esm2020/api/api.mjs +2 -4
- 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/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 +1 -4
- package/esm2020/model/advertiserPojo.mjs +1 -1
- package/esm2020/model/advertiserSettings.mjs +1 -1
- package/esm2020/model/audienceBackfillQueryTemplateRequest.mjs +1 -1
- package/esm2020/model/clickDestination.mjs +1 -1
- package/esm2020/model/deviceTargetModel.mjs +1 -1
- package/esm2020/model/dynamicVideoTemplate.mjs +1 -1
- package/esm2020/model/models.mjs +1 -44
- package/fesm2015/revxui-api-clients-ts.mjs +33 -643
- package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
- package/fesm2020/revxui-api-clients-ts.mjs +33 -845
- package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
- package/model/advertiserPojo.d.ts +0 -4
- package/model/advertiserSettings.d.ts +0 -2
- package/model/audienceBackfillQueryTemplateRequest.d.ts +1 -0
- package/model/clickDestination.d.ts +5 -7
- package/model/deviceTargetModel.d.ts +3 -0
- package/model/dynamicVideoTemplate.d.ts +0 -4
- package/model/models.d.ts +0 -43
- package/package.json +1 -1
- package/api/dCOVideoSettingsController.service.d.ts +0 -219
- package/esm2020/api/dCOVideoSettingsController.service.mjs +0 -574
- package/esm2020/model/apiResponseObjectDcoVideoActivateResponse.mjs +0 -2
- package/esm2020/model/apiResponseObjectDcoVideoAssetUploadResponse.mjs +0 -2
- package/esm2020/model/apiResponseObjectDcoVideoDeleteResponse.mjs +0 -2
- package/esm2020/model/apiResponseObjectDcoVideoGenerateSampleResponse.mjs +0 -2
- package/esm2020/model/apiResponseObjectDcoVideoGeneratedCountResponse.mjs +0 -2
- package/esm2020/model/apiResponseObjectDcoVideoSamplesResponse.mjs +0 -2
- package/esm2020/model/apiResponseObjectDcoVideoSettingsDTO.mjs +0 -2
- package/esm2020/model/apiResponseObjectListDcoVideoBrandGuidelineDTO.mjs +0 -2
- package/esm2020/model/apiResponseObjectListDcoVideoDimensionDTO.mjs +0 -2
- package/esm2020/model/apiResponseObjectListDcoVideoMusicTrackDTO.mjs +0 -2
- package/esm2020/model/apiResponseObjectListDcoVideoSettingsDTO.mjs +0 -2
- package/esm2020/model/apiResponseObjectListDcoVideoTemplateDTO.mjs +0 -2
- package/esm2020/model/apiResponseObjectListstring.mjs +0 -13
- package/esm2020/model/clickSigningDTO.mjs +0 -2
- package/esm2020/model/dcoVideoActivateRequest.mjs +0 -13
- package/esm2020/model/dcoVideoActivateResponse.mjs +0 -13
- package/esm2020/model/dcoVideoAssetDTO.mjs +0 -19
- package/esm2020/model/dcoVideoAssetUploadResponse.mjs +0 -2
- package/esm2020/model/dcoVideoBrandGuidelineDTO.mjs +0 -13
- package/esm2020/model/dcoVideoCatalogItemDTO.mjs +0 -13
- package/esm2020/model/dcoVideoDeleteResponse.mjs +0 -13
- package/esm2020/model/dcoVideoDimensionDTO.mjs +0 -13
- package/esm2020/model/dcoVideoErrorDTO.mjs +0 -13
- package/esm2020/model/dcoVideoGenerateSampleRequest.mjs +0 -2
- package/esm2020/model/dcoVideoGenerateSampleResponse.mjs +0 -2
- package/esm2020/model/dcoVideoGeneratedCountResponse.mjs +0 -13
- package/esm2020/model/dcoVideoMusicTrackDTO.mjs +0 -13
- package/esm2020/model/dcoVideoPaginationDTO.mjs +0 -13
- package/esm2020/model/dcoVideoSampleDTO.mjs +0 -2
- package/esm2020/model/dcoVideoSamplesResponse.mjs +0 -2
- package/esm2020/model/dcoVideoSettingsCreateRequest.mjs +0 -2
- package/esm2020/model/dcoVideoSettingsDTO.mjs +0 -2
- package/esm2020/model/dcoVideoSettingsUpdateRequest.mjs +0 -2
- package/esm2020/model/dcoVideoTemplateDTO.mjs +0 -2
- package/esm2020/model/dcoVideoTemplateRequirementsDTO.mjs +0 -13
- package/esm2020/model/dcoVideoUploadedAssetDTO.mjs +0 -13
- package/esm2020/model/inputStream.mjs +0 -13
- package/esm2020/model/modelFile.mjs +0 -13
- package/esm2020/model/platformClickSigningConfig.mjs +0 -21
- package/esm2020/model/resource.mjs +0 -2
- package/esm2020/model/uRI.mjs +0 -13
- package/esm2020/model/uRL.mjs +0 -2
- package/esm2020/model/uRLStreamHandler.mjs +0 -13
- package/model/apiResponseObjectDcoVideoActivateResponse.d.ts +0 -17
- package/model/apiResponseObjectDcoVideoAssetUploadResponse.d.ts +0 -17
- package/model/apiResponseObjectDcoVideoDeleteResponse.d.ts +0 -17
- package/model/apiResponseObjectDcoVideoGenerateSampleResponse.d.ts +0 -17
- package/model/apiResponseObjectDcoVideoGeneratedCountResponse.d.ts +0 -17
- package/model/apiResponseObjectDcoVideoSamplesResponse.d.ts +0 -17
- package/model/apiResponseObjectDcoVideoSettingsDTO.d.ts +0 -17
- package/model/apiResponseObjectListDcoVideoBrandGuidelineDTO.d.ts +0 -17
- package/model/apiResponseObjectListDcoVideoDimensionDTO.d.ts +0 -17
- package/model/apiResponseObjectListDcoVideoMusicTrackDTO.d.ts +0 -17
- package/model/apiResponseObjectListDcoVideoSettingsDTO.d.ts +0 -17
- package/model/apiResponseObjectListDcoVideoTemplateDTO.d.ts +0 -17
- package/model/apiResponseObjectListstring.d.ts +0 -16
- package/model/clickSigningDTO.d.ts +0 -16
- package/model/dcoVideoActivateRequest.d.ts +0 -15
- package/model/dcoVideoActivateResponse.d.ts +0 -18
- package/model/dcoVideoAssetDTO.d.ts +0 -32
- package/model/dcoVideoAssetUploadResponse.d.ts +0 -17
- package/model/dcoVideoBrandGuidelineDTO.d.ts +0 -16
- package/model/dcoVideoCatalogItemDTO.d.ts +0 -16
- package/model/dcoVideoDeleteResponse.d.ts +0 -17
- package/model/dcoVideoDimensionDTO.d.ts +0 -15
- package/model/dcoVideoErrorDTO.d.ts +0 -15
- package/model/dcoVideoGenerateSampleRequest.d.ts +0 -20
- package/model/dcoVideoGenerateSampleResponse.d.ts +0 -29
- package/model/dcoVideoGeneratedCountResponse.d.ts +0 -24
- package/model/dcoVideoMusicTrackDTO.d.ts +0 -21
- package/model/dcoVideoPaginationDTO.d.ts +0 -19
- package/model/dcoVideoSampleDTO.d.ts +0 -27
- package/model/dcoVideoSamplesResponse.d.ts +0 -18
- package/model/dcoVideoSettingsCreateRequest.d.ts +0 -20
- package/model/dcoVideoSettingsDTO.d.ts +0 -32
- package/model/dcoVideoSettingsUpdateRequest.d.ts +0 -19
- package/model/dcoVideoTemplateDTO.d.ts +0 -25
- package/model/dcoVideoTemplateRequirementsDTO.d.ts +0 -17
- package/model/dcoVideoUploadedAssetDTO.d.ts +0 -15
- package/model/inputStream.d.ts +0 -13
- package/model/modelFile.d.ts +0 -32
- package/model/platformClickSigningConfig.d.ts +0 -26
- package/model/resource.d.ts +0 -24
- package/model/uRI.d.ts +0 -30
- package/model/uRL.d.ts +0 -27
- package/model/uRLStreamHandler.d.ts +0 -13
|
@@ -9,10 +9,8 @@
|
|
|
9
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { AdvertiserAppSettingsDTO } from './advertiserAppSettingsDTO';
|
|
13
12
|
import { AppSettingsDTO } from './appSettingsDTO';
|
|
14
13
|
import { BaseModel } from './baseModel';
|
|
15
|
-
import { ClickSigningDTO } from './clickSigningDTO';
|
|
16
14
|
export interface AdvertiserPojo {
|
|
17
15
|
active?: boolean;
|
|
18
16
|
androidDeclareUrl?: string;
|
|
@@ -24,8 +22,6 @@ export interface AdvertiserPojo {
|
|
|
24
22
|
categoryIabCode?: string;
|
|
25
23
|
categoryId?: number;
|
|
26
24
|
categoryName?: string;
|
|
27
|
-
clickSigningDetails?: ClickSigningDTO;
|
|
28
|
-
clickSigningSettings?: AdvertiserAppSettingsDTO;
|
|
29
25
|
contactAddress?: string;
|
|
30
26
|
contactNumber?: string;
|
|
31
27
|
createdBy?: number;
|
|
@@ -10,10 +10,8 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { BaseModel } from './baseModel';
|
|
13
|
-
import { ClickSigningDTO } from './clickSigningDTO';
|
|
14
13
|
export interface AdvertiserSettings {
|
|
15
14
|
advertiserId?: number;
|
|
16
|
-
clickSigning?: ClickSigningDTO;
|
|
17
15
|
creativeNameFormat?: string;
|
|
18
16
|
dateFormat?: string;
|
|
19
17
|
eventFilterAllowed?: boolean;
|
|
@@ -13,6 +13,7 @@ export interface AudienceBackfillQueryTemplateRequest {
|
|
|
13
13
|
advertiserId?: number;
|
|
14
14
|
duration?: number;
|
|
15
15
|
durationUnit?: AudienceBackfillQueryTemplateRequest.DurationUnitEnum;
|
|
16
|
+
expiryDays?: number;
|
|
16
17
|
}
|
|
17
18
|
export declare namespace AudienceBackfillQueryTemplateRequest {
|
|
18
19
|
type DurationUnitEnum = 'MINUTE' | 'HOUR' | 'DAY' | 'WEEK' | 'MONTH';
|
|
@@ -14,11 +14,10 @@ export interface ClickDestination {
|
|
|
14
14
|
active?: boolean;
|
|
15
15
|
advertiserId?: number;
|
|
16
16
|
androidClickUrl?: string;
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
androidImpressionS2sUrl?: string;
|
|
18
|
+
androidImpressionUrl?: string;
|
|
19
19
|
androidS2SV2EngagedClickTrackingUrl?: string;
|
|
20
20
|
androidS2SV2EngagedImpressionTrackingUrl?: string;
|
|
21
|
-
androidS2SV2ImpressionTrackingUrl?: string;
|
|
22
21
|
androidS2sClickTrackingUrl?: string;
|
|
23
22
|
campaignType?: ClickDestination.CampaignTypeEnum;
|
|
24
23
|
clickUrl?: string;
|
|
@@ -27,15 +26,13 @@ export interface ClickDestination {
|
|
|
27
26
|
creativeFormat?: ClickDestination.CreativeFormatEnum;
|
|
28
27
|
creativeSets?: Array<BaseModel>;
|
|
29
28
|
dco?: boolean;
|
|
30
|
-
enrichedEngagement?: number;
|
|
31
29
|
generatedUrlType?: ClickDestination.GeneratedUrlTypeEnum;
|
|
32
30
|
id?: number;
|
|
33
31
|
iosCLickUrl?: string;
|
|
34
|
-
|
|
35
|
-
|
|
32
|
+
iosImpressionS2sUrl?: string;
|
|
33
|
+
iosImpressionUrl?: string;
|
|
36
34
|
iosS2SV2EngagedClickTrackingUrl?: string;
|
|
37
35
|
iosS2SV2EngagedImpressionTrackingUrl?: string;
|
|
38
|
-
iosS2SV2ImpressionTrackingUrl?: string;
|
|
39
36
|
iosS2sClickTrackingUrl?: string;
|
|
40
37
|
isArchived?: boolean;
|
|
41
38
|
licenseeId?: number;
|
|
@@ -47,6 +44,7 @@ export interface ClickDestination {
|
|
|
47
44
|
serverTrackingUrl?: string;
|
|
48
45
|
skadTarget?: boolean;
|
|
49
46
|
vtaTriggerPercentile?: number;
|
|
47
|
+
warnings?: Array<string>;
|
|
50
48
|
webClickUrl?: string;
|
|
51
49
|
webImpressionTracker?: string;
|
|
52
50
|
webS2sClickTrackingUrl?: string;
|
|
@@ -10,9 +10,12 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
export interface DeviceTargetModel {
|
|
13
|
+
active?: boolean;
|
|
14
|
+
archived?: boolean;
|
|
13
15
|
dailyUU?: number;
|
|
14
16
|
deviceId?: DeviceTargetModel.DeviceIdEnum;
|
|
15
17
|
id?: number;
|
|
18
|
+
lookAlikeAudienceStatus?: string;
|
|
16
19
|
name?: string;
|
|
17
20
|
segmentType?: number;
|
|
18
21
|
totalUU?: number;
|
|
@@ -9,14 +9,10 @@
|
|
|
9
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { DcoVideoTemplateRequirementsDTO } from './dcoVideoTemplateRequirementsDTO';
|
|
13
12
|
import { Size } from './size';
|
|
14
13
|
export interface DynamicVideoTemplate {
|
|
15
14
|
dimension?: Size;
|
|
16
15
|
id?: number;
|
|
17
16
|
name?: string;
|
|
18
|
-
requires?: DcoVideoTemplateRequirementsDTO;
|
|
19
|
-
salePricePrefix?: string;
|
|
20
17
|
template?: string;
|
|
21
|
-
templateDurationSecs?: number;
|
|
22
18
|
}
|
package/model/models.d.ts
CHANGED
|
@@ -92,13 +92,6 @@ export * from './apiResponseObjectCreativeSetResponse';
|
|
|
92
92
|
export * from './apiResponseObjectCreativeTemplatesMetadataDTO';
|
|
93
93
|
export * from './apiResponseObjectDashboardMetrics';
|
|
94
94
|
export * from './apiResponseObjectDashboardResponse';
|
|
95
|
-
export * from './apiResponseObjectDcoVideoActivateResponse';
|
|
96
|
-
export * from './apiResponseObjectDcoVideoAssetUploadResponse';
|
|
97
|
-
export * from './apiResponseObjectDcoVideoDeleteResponse';
|
|
98
|
-
export * from './apiResponseObjectDcoVideoGenerateSampleResponse';
|
|
99
|
-
export * from './apiResponseObjectDcoVideoGeneratedCountResponse';
|
|
100
|
-
export * from './apiResponseObjectDcoVideoSamplesResponse';
|
|
101
|
-
export * from './apiResponseObjectDcoVideoSettingsDTO';
|
|
102
95
|
export * from './apiResponseObjectDictionaryResponse';
|
|
103
96
|
export * from './apiResponseObjectDmpAudienceDTO';
|
|
104
97
|
export * from './apiResponseObjectDuplicateCreativeSetResponse';
|
|
@@ -124,11 +117,6 @@ export * from './apiResponseObjectListCreativeEntity';
|
|
|
124
117
|
export * from './apiResponseObjectListCreativeFiles';
|
|
125
118
|
export * from './apiResponseObjectListCreativeMetaData';
|
|
126
119
|
export * from './apiResponseObjectListDashboardResponse';
|
|
127
|
-
export * from './apiResponseObjectListDcoVideoBrandGuidelineDTO';
|
|
128
|
-
export * from './apiResponseObjectListDcoVideoDimensionDTO';
|
|
129
|
-
export * from './apiResponseObjectListDcoVideoMusicTrackDTO';
|
|
130
|
-
export * from './apiResponseObjectListDcoVideoSettingsDTO';
|
|
131
|
-
export * from './apiResponseObjectListDcoVideoTemplateDTO';
|
|
132
120
|
export * from './apiResponseObjectListDynamicVideoTemplate';
|
|
133
121
|
export * from './apiResponseObjectListExperimentsEntity';
|
|
134
122
|
export * from './apiResponseObjectListIncrementalityTestDetails';
|
|
@@ -146,7 +134,6 @@ export * from './apiResponseObjectListStrategyCreativeSetsCloneDataResponse';
|
|
|
146
134
|
export * from './apiResponseObjectListTemplateThemeDTO';
|
|
147
135
|
export * from './apiResponseObjectListTemplateVariablesDTO';
|
|
148
136
|
export * from './apiResponseObjectListUserPreferenceDTO';
|
|
149
|
-
export * from './apiResponseObjectListstring';
|
|
150
137
|
export * from './apiResponseObjectMapintResponseMessage';
|
|
151
138
|
export * from './apiResponseObjectMaplongAdFormatCount';
|
|
152
139
|
export * from './apiResponseObjectMaplongResponseMessage';
|
|
@@ -233,7 +220,6 @@ export * from './catalogFeed';
|
|
|
233
220
|
export * from './chartDashboardResponse';
|
|
234
221
|
export * from './clickDestination';
|
|
235
222
|
export * from './clickDestinationAutomationUrls';
|
|
236
|
-
export * from './clickSigningDTO';
|
|
237
223
|
export * from './cohortCampaignStrategyDO';
|
|
238
224
|
export * from './cohortCampaignStrategyResponse';
|
|
239
225
|
export * from './cohortData';
|
|
@@ -284,28 +270,6 @@ export * from './day';
|
|
|
284
270
|
export * from './dayPart';
|
|
285
271
|
export * from './dayPartEditField';
|
|
286
272
|
export * from './dcoAttributesDTO';
|
|
287
|
-
export * from './dcoVideoActivateRequest';
|
|
288
|
-
export * from './dcoVideoActivateResponse';
|
|
289
|
-
export * from './dcoVideoAssetDTO';
|
|
290
|
-
export * from './dcoVideoAssetUploadResponse';
|
|
291
|
-
export * from './dcoVideoBrandGuidelineDTO';
|
|
292
|
-
export * from './dcoVideoCatalogItemDTO';
|
|
293
|
-
export * from './dcoVideoDeleteResponse';
|
|
294
|
-
export * from './dcoVideoDimensionDTO';
|
|
295
|
-
export * from './dcoVideoErrorDTO';
|
|
296
|
-
export * from './dcoVideoGenerateSampleRequest';
|
|
297
|
-
export * from './dcoVideoGenerateSampleResponse';
|
|
298
|
-
export * from './dcoVideoGeneratedCountResponse';
|
|
299
|
-
export * from './dcoVideoMusicTrackDTO';
|
|
300
|
-
export * from './dcoVideoPaginationDTO';
|
|
301
|
-
export * from './dcoVideoSampleDTO';
|
|
302
|
-
export * from './dcoVideoSamplesResponse';
|
|
303
|
-
export * from './dcoVideoSettingsCreateRequest';
|
|
304
|
-
export * from './dcoVideoSettingsDTO';
|
|
305
|
-
export * from './dcoVideoSettingsUpdateRequest';
|
|
306
|
-
export * from './dcoVideoTemplateDTO';
|
|
307
|
-
export * from './dcoVideoTemplateRequirementsDTO';
|
|
308
|
-
export * from './dcoVideoUploadedAssetDTO';
|
|
309
273
|
export * from './dealCategoryDTO';
|
|
310
274
|
export * from './dealCategoryEditField';
|
|
311
275
|
export * from './dealESDTO';
|
|
@@ -352,7 +316,6 @@ export * from './incrementalityTestDTO';
|
|
|
352
316
|
export * from './incrementalityTestDetails';
|
|
353
317
|
export * from './incrementalityTestReportCalculationDetails';
|
|
354
318
|
export * from './incrementalityTestResponse';
|
|
355
|
-
export * from './inputStream';
|
|
356
319
|
export * from './integerEditField';
|
|
357
320
|
export * from './jobResponse';
|
|
358
321
|
export * from './jsonNode';
|
|
@@ -368,7 +331,6 @@ export * from './menuCrubResponse';
|
|
|
368
331
|
export * from './metaRuleDto';
|
|
369
332
|
export * from './metaRulesDto';
|
|
370
333
|
export * from './modelError';
|
|
371
|
-
export * from './modelFile';
|
|
372
334
|
export * from './nameAndTitleModel';
|
|
373
335
|
export * from './nativeAsset';
|
|
374
336
|
export * from './nativeAssetPojo';
|
|
@@ -386,7 +348,6 @@ export * from './pixelDataFileDTO';
|
|
|
386
348
|
export * from './pixelDataScheduleDTO';
|
|
387
349
|
export * from './pixelRemoteConfigDTO';
|
|
388
350
|
export * from './platformAudienceDTO';
|
|
389
|
-
export * from './platformClickSigningConfig';
|
|
390
351
|
export * from './publisherId';
|
|
391
352
|
export * from './rTBAggregators';
|
|
392
353
|
export * from './rTBAggregatorsEditField';
|
|
@@ -402,7 +363,6 @@ export * from './reportingResponse';
|
|
|
402
363
|
export * from './reportingSchedulerRequest';
|
|
403
364
|
export * from './reportingSchedulerResponse';
|
|
404
365
|
export * from './reportingSchedulerUserResponse';
|
|
405
|
-
export * from './resource';
|
|
406
366
|
export * from './responseMessage';
|
|
407
367
|
export * from './ruleComponentDTO';
|
|
408
368
|
export * from './ruleDTO';
|
|
@@ -473,9 +433,6 @@ export * from './templateThemeDTO';
|
|
|
473
433
|
export * from './templateVariablesDTO';
|
|
474
434
|
export * from './timeZoneDTO';
|
|
475
435
|
export * from './totalUniqueUserRequest';
|
|
476
|
-
export * from './uRI';
|
|
477
|
-
export * from './uRL';
|
|
478
|
-
export * from './uRLStreamHandler';
|
|
479
436
|
export * from './userInfoEntity';
|
|
480
437
|
export * from './userPreferenceCategory';
|
|
481
438
|
export * from './userPreferenceDTO';
|
package/package.json
CHANGED
|
@@ -1,219 +0,0 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { ApiResponseObjectDcoVideoActivateResponse } from '../model/apiResponseObjectDcoVideoActivateResponse';
|
|
4
|
-
import { ApiResponseObjectDcoVideoAssetUploadResponse } from '../model/apiResponseObjectDcoVideoAssetUploadResponse';
|
|
5
|
-
import { ApiResponseObjectDcoVideoDeleteResponse } from '../model/apiResponseObjectDcoVideoDeleteResponse';
|
|
6
|
-
import { ApiResponseObjectDcoVideoGenerateSampleResponse } from '../model/apiResponseObjectDcoVideoGenerateSampleResponse';
|
|
7
|
-
import { ApiResponseObjectDcoVideoGeneratedCountResponse } from '../model/apiResponseObjectDcoVideoGeneratedCountResponse';
|
|
8
|
-
import { ApiResponseObjectDcoVideoSamplesResponse } from '../model/apiResponseObjectDcoVideoSamplesResponse';
|
|
9
|
-
import { ApiResponseObjectDcoVideoSettingsDTO } from '../model/apiResponseObjectDcoVideoSettingsDTO';
|
|
10
|
-
import { ApiResponseObjectListDcoVideoBrandGuidelineDTO } from '../model/apiResponseObjectListDcoVideoBrandGuidelineDTO';
|
|
11
|
-
import { ApiResponseObjectListDcoVideoDimensionDTO } from '../model/apiResponseObjectListDcoVideoDimensionDTO';
|
|
12
|
-
import { ApiResponseObjectListDcoVideoMusicTrackDTO } from '../model/apiResponseObjectListDcoVideoMusicTrackDTO';
|
|
13
|
-
import { ApiResponseObjectListDcoVideoSettingsDTO } from '../model/apiResponseObjectListDcoVideoSettingsDTO';
|
|
14
|
-
import { ApiResponseObjectListDcoVideoTemplateDTO } from '../model/apiResponseObjectListDcoVideoTemplateDTO';
|
|
15
|
-
import { ApiResponseObjectListstring } from '../model/apiResponseObjectListstring';
|
|
16
|
-
import { DcoVideoActivateRequest } from '../model/dcoVideoActivateRequest';
|
|
17
|
-
import { DcoVideoGenerateSampleRequest } from '../model/dcoVideoGenerateSampleRequest';
|
|
18
|
-
import { DcoVideoSettingsCreateRequest } from '../model/dcoVideoSettingsCreateRequest';
|
|
19
|
-
import { DcoVideoSettingsUpdateRequest } from '../model/dcoVideoSettingsUpdateRequest';
|
|
20
|
-
import { Configuration } from '../configuration';
|
|
21
|
-
import * as i0 from "@angular/core";
|
|
22
|
-
export declare class DCOVideoSettingsControllerService {
|
|
23
|
-
protected httpClient: HttpClient;
|
|
24
|
-
protected basePath: string;
|
|
25
|
-
defaultHeaders: HttpHeaders;
|
|
26
|
-
configuration: Configuration;
|
|
27
|
-
constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
|
|
28
|
-
/**
|
|
29
|
-
* @param consumes string[] mime-types
|
|
30
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
31
|
-
*/
|
|
32
|
-
private canConsumeForm;
|
|
33
|
-
/**
|
|
34
|
-
* Activate or deactivate a DCO video settings configuration
|
|
35
|
-
*
|
|
36
|
-
* @param request Activate/Deactivate request
|
|
37
|
-
* @param reqId request id
|
|
38
|
-
* @param token Auth Token
|
|
39
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
40
|
-
* @param reportProgress flag to report request and response progress.
|
|
41
|
-
*/
|
|
42
|
-
activateSettingsUsingPOST(request: DcoVideoActivateRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDcoVideoActivateResponse>;
|
|
43
|
-
activateSettingsUsingPOST(request: DcoVideoActivateRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDcoVideoActivateResponse>>;
|
|
44
|
-
activateSettingsUsingPOST(request: DcoVideoActivateRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDcoVideoActivateResponse>>;
|
|
45
|
-
/**
|
|
46
|
-
* Create a new DCO video settings configuration
|
|
47
|
-
* JSON body. `sampleVideoUrl` is required (from POST /settings/generate-sample). `assets[]` should carry CDN URLs from POST /settings/assets/upload, or for music use `{ \"type\": \"PROMO_MUSIC\", \"musicLibraryTrackId\": <id> }` from GET /music-tracks (mutually exclusive with upload URL).
|
|
48
|
-
* @param request DCO Video Settings creation request
|
|
49
|
-
* @param reqId request id
|
|
50
|
-
* @param token Auth Token
|
|
51
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
52
|
-
* @param reportProgress flag to report request and response progress.
|
|
53
|
-
*/
|
|
54
|
-
createSettingsUsingPOST(request: DcoVideoSettingsCreateRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDcoVideoSettingsDTO>;
|
|
55
|
-
createSettingsUsingPOST(request: DcoVideoSettingsCreateRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDcoVideoSettingsDTO>>;
|
|
56
|
-
createSettingsUsingPOST(request: DcoVideoSettingsCreateRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDcoVideoSettingsDTO>>;
|
|
57
|
-
/**
|
|
58
|
-
* Archive (soft-delete) a DCO video settings configuration
|
|
59
|
-
* POST (CORS-safe). Marks the configuration as archived and inactive. The database row and assets are retained but the configuration is excluded from UI list APIs. Idempotent if already archived.
|
|
60
|
-
* @param id Settings configuration ID
|
|
61
|
-
* @param reqId request id
|
|
62
|
-
* @param token Auth Token
|
|
63
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
64
|
-
* @param reportProgress flag to report request and response progress.
|
|
65
|
-
*/
|
|
66
|
-
deleteSettingsUsingPOST(id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDcoVideoDeleteResponse>;
|
|
67
|
-
deleteSettingsUsingPOST(id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDcoVideoDeleteResponse>>;
|
|
68
|
-
deleteSettingsUsingPOST(id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDcoVideoDeleteResponse>>;
|
|
69
|
-
/**
|
|
70
|
-
* Generate a sample video preview from asset URLs
|
|
71
|
-
* JSON body. `brandGuidelineId` is required. Pass `assets[]` with CDN URLs (from POST /settings/assets/upload), including `PROMO_MUSIC` when required. Omit `settingsId` for create-preview; set `settingsId` to merge with stored assets for edit. Response `assets` map includes `PROMO_MUSIC` when music is set. Delegates to the external DCO video render engine configured via `dcovideo.video-engine.url`.
|
|
72
|
-
* @param request Generate sample request
|
|
73
|
-
* @param reqId request id
|
|
74
|
-
* @param token Auth Token
|
|
75
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
76
|
-
* @param reportProgress flag to report request and response progress.
|
|
77
|
-
*/
|
|
78
|
-
generateSampleUsingPOST(request: DcoVideoGenerateSampleRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDcoVideoGenerateSampleResponse>;
|
|
79
|
-
generateSampleUsingPOST(request: DcoVideoGenerateSampleRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDcoVideoGenerateSampleResponse>>;
|
|
80
|
-
generateSampleUsingPOST(request: DcoVideoGenerateSampleRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDcoVideoGenerateSampleResponse>>;
|
|
81
|
-
/**
|
|
82
|
-
* Get all brand guidelines for a given advertiser
|
|
83
|
-
*
|
|
84
|
-
* @param advertiserId Advertiser ID
|
|
85
|
-
* @param includeInactive Include inactive brand guidelines (currently a no-op: AdvertiserLayoutVariables has no is_active column; reserved for forward compatibility)
|
|
86
|
-
* @param reqId request id
|
|
87
|
-
* @param token Auth Token
|
|
88
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
89
|
-
* @param reportProgress flag to report request and response progress.
|
|
90
|
-
*/
|
|
91
|
-
getBrandGuidelinesUsingGET(advertiserId: number, includeInactive?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListDcoVideoBrandGuidelineDTO>;
|
|
92
|
-
getBrandGuidelinesUsingGET(advertiserId: number, includeInactive?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListDcoVideoBrandGuidelineDTO>>;
|
|
93
|
-
getBrandGuidelinesUsingGET(advertiserId: number, includeInactive?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListDcoVideoBrandGuidelineDTO>>;
|
|
94
|
-
/**
|
|
95
|
-
* Get output video dimensions for an advertiser's DCO video settings
|
|
96
|
-
* Returns de-duplicated {width, height} from DynamicVideoTemplates for each distinct template on non-archived settings (dvt_video_width x dvt_video_height). Does not include creative-set DCO HTML layout placement sizes.
|
|
97
|
-
* @param advertiserId Advertiser ID
|
|
98
|
-
* @param includeInactive Include dimensions reachable via inactive settings
|
|
99
|
-
* @param reqId request id
|
|
100
|
-
* @param token Auth Token
|
|
101
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
102
|
-
* @param reportProgress flag to report request and response progress.
|
|
103
|
-
*/
|
|
104
|
-
getDimensionsUsingGET(advertiserId: number, includeInactive?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListDcoVideoDimensionDTO>;
|
|
105
|
-
getDimensionsUsingGET(advertiserId: number, includeInactive?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListDcoVideoDimensionDTO>>;
|
|
106
|
-
getDimensionsUsingGET(advertiserId: number, includeInactive?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListDcoVideoDimensionDTO>>;
|
|
107
|
-
/**
|
|
108
|
-
* Get all distinct active feed keys for a given advertiser
|
|
109
|
-
*
|
|
110
|
-
* @param advertiserId Advertiser ID
|
|
111
|
-
* @param reqId request id
|
|
112
|
-
* @param token Auth Token
|
|
113
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
114
|
-
* @param reportProgress flag to report request and response progress.
|
|
115
|
-
*/
|
|
116
|
-
getFeedKeysUsingGET(advertiserId: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListstring>;
|
|
117
|
-
getFeedKeysUsingGET(advertiserId: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListstring>>;
|
|
118
|
-
getFeedKeysUsingGET(advertiserId: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListstring>>;
|
|
119
|
-
/**
|
|
120
|
-
* Get generated video count for a DCO video settings configuration
|
|
121
|
-
*
|
|
122
|
-
* @param id Settings configuration ID
|
|
123
|
-
* @param reqId request id
|
|
124
|
-
* @param token Auth Token
|
|
125
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
126
|
-
* @param reportProgress flag to report request and response progress.
|
|
127
|
-
*/
|
|
128
|
-
getGeneratedVideoCountUsingGET(id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDcoVideoGeneratedCountResponse>;
|
|
129
|
-
getGeneratedVideoCountUsingGET(id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDcoVideoGeneratedCountResponse>>;
|
|
130
|
-
getGeneratedVideoCountUsingGET(id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDcoVideoGeneratedCountResponse>>;
|
|
131
|
-
/**
|
|
132
|
-
* List generated videos for a DCO video settings configuration
|
|
133
|
-
* Returns paginated product videos from DynamicVideoOutput for the settings row (scoped by advertiser, template, and feed key). Optional status filter: COMPLETED, FAILED, PENDING, IN_PROGRESS, or all (default).
|
|
134
|
-
* @param id Settings configuration ID
|
|
135
|
-
* @param page Page number (0-indexed)
|
|
136
|
-
* @param reqId request id
|
|
137
|
-
* @param size Number of items per page
|
|
138
|
-
* @param status Filter by status: COMPLETED, FAILED, PENDING, IN_PROGRESS, all
|
|
139
|
-
* @param token Auth Token
|
|
140
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
141
|
-
* @param reportProgress flag to report request and response progress.
|
|
142
|
-
*/
|
|
143
|
-
getGeneratedVideosUsingGET(id: number, page?: number, reqId?: string, size?: number, status?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDcoVideoSamplesResponse>;
|
|
144
|
-
getGeneratedVideosUsingGET(id: number, page?: number, reqId?: string, size?: number, status?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDcoVideoSamplesResponse>>;
|
|
145
|
-
getGeneratedVideosUsingGET(id: number, page?: number, reqId?: string, size?: number, status?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDcoVideoSamplesResponse>>;
|
|
146
|
-
/**
|
|
147
|
-
* Get all DCO video settings for an advertiser
|
|
148
|
-
* Assets are always included in the response. Background music is returned in `assets[]` as `type=PROMO_MUSIC`. Rows with no associated assets return an empty `assets` array. Returns both active and inactive configurations by default; pass `includeInactive=false` to hide inactive rows. Archived (soft-deleted) configurations are never returned.
|
|
149
|
-
* @param advertiserId Advertiser ID
|
|
150
|
-
* @param includeInactive Include inactive configurations (defaults to true)
|
|
151
|
-
* @param reqId request id
|
|
152
|
-
* @param token Auth Token
|
|
153
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
154
|
-
* @param reportProgress flag to report request and response progress.
|
|
155
|
-
*/
|
|
156
|
-
getSettingsUsingGET(advertiserId: number, includeInactive?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListDcoVideoSettingsDTO>;
|
|
157
|
-
getSettingsUsingGET(advertiserId: number, includeInactive?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListDcoVideoSettingsDTO>>;
|
|
158
|
-
getSettingsUsingGET(advertiserId: number, includeInactive?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListDcoVideoSettingsDTO>>;
|
|
159
|
-
/**
|
|
160
|
-
* Get available DCO video templates
|
|
161
|
-
* Returns active templates from DynamicVideoTemplates with id >= 11. Optional hasPromoVideo / hasPromoBanner / hasBackgroundImage filter templates that require those assets. Omit a flag (or pass nothing) to list all matching templates; pass false to hide templates that require an asset the advertiser does not have.
|
|
162
|
-
* @param advertiserId Advertiser ID
|
|
163
|
-
* @param hasBackgroundImage Has background image asset; omit to skip filtering on background image
|
|
164
|
-
* @param hasPromoBanner Has promo banner asset; omit to skip filtering on promo banner
|
|
165
|
-
* @param hasPromoVideo Has promo video asset; omit to skip filtering on promo video
|
|
166
|
-
* @param reqId request id
|
|
167
|
-
* @param token Auth Token
|
|
168
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
169
|
-
* @param reportProgress flag to report request and response progress.
|
|
170
|
-
*/
|
|
171
|
-
getTemplatesUsingGET(advertiserId: number, hasBackgroundImage?: boolean, hasPromoBanner?: boolean, hasPromoVideo?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListDcoVideoTemplateDTO>;
|
|
172
|
-
getTemplatesUsingGET(advertiserId: number, hasBackgroundImage?: boolean, hasPromoBanner?: boolean, hasPromoVideo?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListDcoVideoTemplateDTO>>;
|
|
173
|
-
getTemplatesUsingGET(advertiserId: number, hasBackgroundImage?: boolean, hasPromoBanner?: boolean, hasPromoVideo?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListDcoVideoTemplateDTO>>;
|
|
174
|
-
/**
|
|
175
|
-
* List background music tracks for DCO video settings
|
|
176
|
-
* Returns the global music catalog for browse / play / select in the settings UI. When the user picks a track, send PROMO_MUSIC with musicLibraryTrackId (no file upload).
|
|
177
|
-
* @param includeInactive Include inactive catalog rows (defaults to false)
|
|
178
|
-
* @param reqId request id
|
|
179
|
-
* @param token Auth Token
|
|
180
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
181
|
-
* @param reportProgress flag to report request and response progress.
|
|
182
|
-
*/
|
|
183
|
-
listMusicTracksUsingGET(includeInactive?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListDcoVideoMusicTrackDTO>;
|
|
184
|
-
listMusicTracksUsingGET(includeInactive?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListDcoVideoMusicTrackDTO>>;
|
|
185
|
-
listMusicTracksUsingGET(includeInactive?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListDcoVideoMusicTrackDTO>>;
|
|
186
|
-
/**
|
|
187
|
-
* Update an existing DCO video settings configuration
|
|
188
|
-
* JSON body. `assets[]` (when supplied) should carry CDN URLs from POST /settings/assets/upload, or `musicLibraryTrackId` from GET /music-tracks for PROMO_MUSIC. To clear music, send `{ \"type\": \"PROMO_MUSIC\", \"url\": \"\" }`.
|
|
189
|
-
* @param id Settings configuration ID
|
|
190
|
-
* @param request DCO Video Settings update request
|
|
191
|
-
* @param regenerateSample When true (default), clear sampleVideoUrl if template or assets change unless sampleVideoUrl is supplied in the JSON request. Set false to keep the existing sample URL.
|
|
192
|
-
* @param reqId request id
|
|
193
|
-
* @param token Auth Token
|
|
194
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
195
|
-
* @param reportProgress flag to report request and response progress.
|
|
196
|
-
*/
|
|
197
|
-
updateSettingsUsingPOST(id: number, request: DcoVideoSettingsUpdateRequest, regenerateSample?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDcoVideoSettingsDTO>;
|
|
198
|
-
updateSettingsUsingPOST(id: number, request: DcoVideoSettingsUpdateRequest, regenerateSample?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDcoVideoSettingsDTO>>;
|
|
199
|
-
updateSettingsUsingPOST(id: number, request: DcoVideoSettingsUpdateRequest, regenerateSample?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDcoVideoSettingsDTO>>;
|
|
200
|
-
/**
|
|
201
|
-
* Upload DCO video staging assets (CDN URLs only, no settings row)
|
|
202
|
-
* Multipart. Provide `advertiserId` and `templateId` as form fields and one or more of `file_PROMO_VIDEO`, `file_PROMO_BANNER`, `file_BACKGROUND_IMAGE`, and/or optional `file_PROMO_MUSIC`. Use returned `assets[]` URLs (including `PROMO_MUSIC`) in POST /settings/generate-sample, then pass `sampleVideoUrl` from that response when creating settings.
|
|
203
|
-
* @param advertiserId Advertiser ID
|
|
204
|
-
* @param templateId Template ID (storage path)
|
|
205
|
-
* @param file_BACKGROUND_IMAGE Background image file
|
|
206
|
-
* @param file_PROMO_BANNER Promo banner file
|
|
207
|
-
* @param file_PROMO_MUSIC Background music file (omit when using musicLibraryTrackId in settings JSON)
|
|
208
|
-
* @param file_PROMO_VIDEO Promo video file
|
|
209
|
-
* @param reqId request id
|
|
210
|
-
* @param token Auth Token
|
|
211
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
212
|
-
* @param reportProgress flag to report request and response progress.
|
|
213
|
-
*/
|
|
214
|
-
uploadStagingAssetsUsingPOST(advertiserId: any, templateId: any, file_BACKGROUND_IMAGE?: Blob, file_PROMO_BANNER?: Blob, file_PROMO_MUSIC?: Blob, file_PROMO_VIDEO?: Blob, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDcoVideoAssetUploadResponse>;
|
|
215
|
-
uploadStagingAssetsUsingPOST(advertiserId: any, templateId: any, file_BACKGROUND_IMAGE?: Blob, file_PROMO_BANNER?: Blob, file_PROMO_MUSIC?: Blob, file_PROMO_VIDEO?: Blob, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDcoVideoAssetUploadResponse>>;
|
|
216
|
-
uploadStagingAssetsUsingPOST(advertiserId: any, templateId: any, file_BACKGROUND_IMAGE?: Blob, file_PROMO_BANNER?: Blob, file_PROMO_MUSIC?: Blob, file_PROMO_VIDEO?: Blob, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDcoVideoAssetUploadResponse>>;
|
|
217
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DCOVideoSettingsControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
218
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DCOVideoSettingsControllerService>;
|
|
219
|
-
}
|