From 5cd206800f4c25e8a948235a7b415628b5af7f3c Mon Sep 17 00:00:00 2001 From: Backend CI Date: Sun, 1 May 2022 08:16:33 +0000 Subject: [PATCH] Auto-generated by Jenkins job OTT-Generate-ClientLibs/873, branch master --- README.md | 4 +- package.json | 2 +- ...DeleteAction.ts => IotProfileGetAction.ts} | 10 ++--- src/api/types/KalturaCatalogPartnerConfig.ts | 5 ++- src/api/types/KalturaIpV6RangeCondition.ts | 37 +++++++++++++++ src/api/types/KalturaLiveAsset.ts | 10 ----- .../KalturaLiveToVodFullConfiguration.ts | 45 ------------------- ...alturaLiveToVodLinearAssetConfiguration.ts | 40 ----------------- .../KalturaLiveToVodPartnerConfiguration.ts | 40 ----------------- src/api/types/KalturaRuleConditionType.ts | 1 + .../types/LiveToVodGetConfigurationAction.ts | 43 ------------------ ...eToVodGetLinearAssetConfigurationAction.ts | 44 ------------------ .../LiveToVodGetPartnerConfigurationAction.ts | 43 ------------------ ...VodUpdateLinearAssetConfigurationAction.ts | 44 ------------------ ...veToVodUpdatePartnerConfigurationAction.ts | 44 ------------------ src/api/types/index.ts | 11 +---- src/environment.ts | 2 +- 17 files changed, 53 insertions(+), 372 deletions(-) rename src/api/types/{IotProfileDeleteAction.ts => IotProfileGetAction.ts} (73%) create mode 100644 src/api/types/KalturaIpV6RangeCondition.ts delete mode 100644 src/api/types/KalturaLiveToVodFullConfiguration.ts delete mode 100644 src/api/types/KalturaLiveToVodLinearAssetConfiguration.ts delete mode 100644 src/api/types/KalturaLiveToVodPartnerConfiguration.ts delete mode 100644 src/api/types/LiveToVodGetConfigurationAction.ts delete mode 100644 src/api/types/LiveToVodGetLinearAssetConfigurationAction.ts delete mode 100644 src/api/types/LiveToVodGetPartnerConfigurationAction.ts delete mode 100644 src/api/types/LiveToVodUpdateLinearAssetConfigurationAction.ts delete mode 100644 src/api/types/LiveToVodUpdatePartnerConfigurationAction.ts diff --git a/README.md b/README.md index 7a7314b6..fb067f45 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kaltura OTT Typescript Client -Compatible with Kaltura OTT server version 7.4.0.29935 and above. +Compatible with Kaltura OTT server version 7.4.0.29874 and above. [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![Gitter chat](https://badges.gitter.im/kaltura-ng/kaltura-ng.png)](https://gitter.im/kaltura-ng/kaltura-ng) [![Build Status](https://travis-ci.org/kaltura/KalturaOttGeneratedAPIClientsTypescript.svg?branch=master)](https://travis-ci.org/kaltura/KalturaOttGeneratedAPIClientsTypescript) @@ -16,7 +16,7 @@ To keep being update review the [changelog](CHANGELOG.md) frequently. You can install this client library using npm with: ``` -npm install kaltura-ott-typescript-client@7.4.0-29935 +npm install kaltura-ott-typescript-client@7.4.0-29874 ``` **Found a bug?** create [kaltura/clients-generator issue](https://github.com/kaltura/clients-generator/issues) diff --git a/package.json b/package.json index 950c50b2..6f4f07f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kaltura-ott-typescript-client", "private": true, - "version": "7.4.0-29935", + "version": "7.4.0-29874", "description": "Kaltura OTT Typescript client", "keywords": [ "Kaltura" diff --git a/src/api/types/IotProfileDeleteAction.ts b/src/api/types/IotProfileGetAction.ts similarity index 73% rename from src/api/types/IotProfileDeleteAction.ts rename to src/api/types/IotProfileGetAction.ts index 7f2c45f1..66c40c5a 100644 --- a/src/api/types/IotProfileDeleteAction.ts +++ b/src/api/types/IotProfileGetAction.ts @@ -4,12 +4,12 @@ import { KalturaIotProfile } from './KalturaIotProfile'; import { KalturaRequest, KalturaRequestArgs } from '../kaltura-request'; -export interface IotProfileDeleteActionArgs extends KalturaRequestArgs { +export interface IotProfileGetActionArgs extends KalturaRequestArgs { id : number; } /** - * Build request payload for service 'iotProfile' action 'delete'. + * Build request payload for service 'iotProfile' action 'get'. * * Usage: Get existing KalturaIotProfile * @@ -18,11 +18,11 @@ export interface IotProfileDeleteActionArgs extends KalturaRequestArgs { * @class * @extends KalturaRequest */ -export class IotProfileDeleteAction extends KalturaRequest { +export class IotProfileGetAction extends KalturaRequest { id : number; - constructor(data : IotProfileDeleteActionArgs) + constructor(data : IotProfileGetActionArgs) { super(data, {responseType : 'o', responseSubType : 'KalturaIotProfile', responseConstructor : KalturaIotProfile }); } @@ -34,7 +34,7 @@ export class IotProfileDeleteAction extends KalturaRequest { result.properties, { service : { type : 'c', default : 'iotprofile' }, - action : { type : 'c', default : 'delete' }, + action : { type : 'c', default : 'get' }, id : { type : 'n' } } ); diff --git a/src/api/types/KalturaCatalogPartnerConfig.ts b/src/api/types/KalturaCatalogPartnerConfig.ts index e10c3283..9e73e192 100644 --- a/src/api/types/KalturaCatalogPartnerConfig.ts +++ b/src/api/types/KalturaCatalogPartnerConfig.ts @@ -9,6 +9,7 @@ export interface KalturaCatalogPartnerConfigArgs extends KalturaPartnerConfigur categoryManagement? : KalturaCategoryManagement; epgMultilingualFallbackSupport? : boolean; uploadExportDatalake? : boolean; + shopMarkerMetaId? : number; } @@ -18,6 +19,7 @@ export class KalturaCatalogPartnerConfig extends KalturaPartnerConfiguration { categoryManagement : KalturaCategoryManagement; epgMultilingualFallbackSupport : boolean; uploadExportDatalake : boolean; + shopMarkerMetaId : number; constructor(data? : KalturaCatalogPartnerConfigArgs) { @@ -34,7 +36,8 @@ export class KalturaCatalogPartnerConfig extends KalturaPartnerConfiguration { singleMultilingualMode : { type : 'b' }, categoryManagement : { type : 'o', subTypeConstructor : KalturaCategoryManagement, subType : 'KalturaCategoryManagement' }, epgMultilingualFallbackSupport : { type : 'b' }, - uploadExportDatalake : { type : 'b' } + uploadExportDatalake : { type : 'b' }, + shopMarkerMetaId : { type : 'n' } } ); return result; diff --git a/src/api/types/KalturaIpV6RangeCondition.ts b/src/api/types/KalturaIpV6RangeCondition.ts new file mode 100644 index 00000000..eb5a3c2b --- /dev/null +++ b/src/api/types/KalturaIpV6RangeCondition.ts @@ -0,0 +1,37 @@ + +import { KalturaObjectMetadata } from '../kaltura-object-base'; +import { KalturaTypesFactory } from '../kaltura-types-factory'; +import { KalturaCondition, KalturaConditionArgs } from './KalturaCondition'; + +export interface KalturaIpV6RangeConditionArgs extends KalturaConditionArgs { + fromIP? : string; + toIP? : string; +} + + +export class KalturaIpV6RangeCondition extends KalturaCondition { + + fromIP : string; + toIP : string; + + constructor(data? : KalturaIpV6RangeConditionArgs) + { + super(data); + } + + protected _getMetadata() : KalturaObjectMetadata + { + const result = super._getMetadata(); + Object.assign( + result.properties, + { + objectType : { type : 'c', default : 'KalturaIpV6RangeCondition' }, + fromIP : { type : 's' }, + toIP : { type : 's' } + } + ); + return result; + } +} + +KalturaTypesFactory.registerType('KalturaIpV6RangeCondition',KalturaIpV6RangeCondition); diff --git a/src/api/types/KalturaLiveAsset.ts b/src/api/types/KalturaLiveAsset.ts index f9f27e75..0b8e74ae 100644 --- a/src/api/types/KalturaLiveAsset.ts +++ b/src/api/types/KalturaLiveAsset.ts @@ -10,8 +10,6 @@ export interface KalturaLiveAssetArgs extends KalturaMediaAssetArgs { enableCatchUpState? : KalturaTimeShiftedTvState; enableStartOverState? : KalturaTimeShiftedTvState; bufferCatchUpSetting? : number; - paddingBeforeProgramStartsSetting? : number; - paddingAfterProgramEndsSetting? : number; bufferTrickPlaySetting? : number; enableRecordingPlaybackNonEntitledChannelState? : KalturaTimeShiftedTvState; enableTrickPlayState? : KalturaTimeShiftedTvState; @@ -27,8 +25,6 @@ export class KalturaLiveAsset extends KalturaMediaAsset { enableCatchUpState : KalturaTimeShiftedTvState; enableStartOverState : KalturaTimeShiftedTvState; bufferCatchUpSetting : number; - paddingBeforeProgramStartsSetting : number; - paddingAfterProgramEndsSetting : number; bufferTrickPlaySetting : number; enableRecordingPlaybackNonEntitledChannelState : KalturaTimeShiftedTvState; enableTrickPlayState : KalturaTimeShiftedTvState; @@ -38,8 +34,6 @@ export class KalturaLiveAsset extends KalturaMediaAsset { readonly enableCatchUp : boolean; readonly enableStartOver : boolean; readonly catchUpBuffer : number; - readonly paddingBeforeProgramStarts : number; - readonly paddingAfterProgramEnds : number; readonly trickPlayBuffer : number; readonly enableRecordingPlaybackNonEntitledChannel : boolean; readonly enableTrickPlay : boolean; @@ -61,8 +55,6 @@ export class KalturaLiveAsset extends KalturaMediaAsset { enableCatchUpState : { type : 'es', subTypeConstructor : KalturaTimeShiftedTvState, subType : 'KalturaTimeShiftedTvState' }, enableStartOverState : { type : 'es', subTypeConstructor : KalturaTimeShiftedTvState, subType : 'KalturaTimeShiftedTvState' }, bufferCatchUpSetting : { type : 'n' }, - paddingBeforeProgramStartsSetting : { type : 'n' }, - paddingAfterProgramEndsSetting : { type : 'n' }, bufferTrickPlaySetting : { type : 'n' }, enableRecordingPlaybackNonEntitledChannelState : { type : 'es', subTypeConstructor : KalturaTimeShiftedTvState, subType : 'KalturaTimeShiftedTvState' }, enableTrickPlayState : { type : 'es', subTypeConstructor : KalturaTimeShiftedTvState, subType : 'KalturaTimeShiftedTvState' }, @@ -72,8 +64,6 @@ export class KalturaLiveAsset extends KalturaMediaAsset { enableCatchUp : { type : 'b', readOnly : true }, enableStartOver : { type : 'b', readOnly : true }, catchUpBuffer : { type : 'n', readOnly : true }, - paddingBeforeProgramStarts : { type : 'n', readOnly : true }, - paddingAfterProgramEnds : { type : 'n', readOnly : true }, trickPlayBuffer : { type : 'n', readOnly : true }, enableRecordingPlaybackNonEntitledChannel : { type : 'b', readOnly : true }, enableTrickPlay : { type : 'b', readOnly : true }, diff --git a/src/api/types/KalturaLiveToVodFullConfiguration.ts b/src/api/types/KalturaLiveToVodFullConfiguration.ts deleted file mode 100644 index 30ba207a..00000000 --- a/src/api/types/KalturaLiveToVodFullConfiguration.ts +++ /dev/null @@ -1,45 +0,0 @@ - -import { KalturaObjectMetadata } from '../kaltura-object-base'; -import { KalturaTypesFactory } from '../kaltura-types-factory'; -import { KalturaLiveToVodLinearAssetConfiguration } from './KalturaLiveToVodLinearAssetConfiguration'; -import { KalturaObjectBase, KalturaObjectBaseArgs } from '../kaltura-object-base'; - -export interface KalturaLiveToVodFullConfigurationArgs extends KalturaObjectBaseArgs { - isL2vEnabled? : boolean; - retentionPeriodDays? : number; - metadataClassifier? : string; - linearAssets? : KalturaLiveToVodLinearAssetConfiguration[]; -} - - -export class KalturaLiveToVodFullConfiguration extends KalturaObjectBase { - - isL2vEnabled : boolean; - retentionPeriodDays : number; - metadataClassifier : string; - linearAssets : KalturaLiveToVodLinearAssetConfiguration[]; - - constructor(data? : KalturaLiveToVodFullConfigurationArgs) - { - super(data); - if (typeof this.linearAssets === 'undefined') this.linearAssets = []; - } - - protected _getMetadata() : KalturaObjectMetadata - { - const result = super._getMetadata(); - Object.assign( - result.properties, - { - objectType : { type : 'c', default : 'KalturaLiveToVodFullConfiguration' }, - isL2vEnabled : { type : 'b' }, - retentionPeriodDays : { type : 'n' }, - metadataClassifier : { type : 's' }, - linearAssets : { type : 'a', subTypeConstructor : KalturaLiveToVodLinearAssetConfiguration, subType : 'KalturaLiveToVodLinearAssetConfiguration' } - } - ); - return result; - } -} - -KalturaTypesFactory.registerType('KalturaLiveToVodFullConfiguration',KalturaLiveToVodFullConfiguration); diff --git a/src/api/types/KalturaLiveToVodLinearAssetConfiguration.ts b/src/api/types/KalturaLiveToVodLinearAssetConfiguration.ts deleted file mode 100644 index 396c7a3f..00000000 --- a/src/api/types/KalturaLiveToVodLinearAssetConfiguration.ts +++ /dev/null @@ -1,40 +0,0 @@ - -import { KalturaObjectMetadata } from '../kaltura-object-base'; -import { KalturaTypesFactory } from '../kaltura-types-factory'; -import { KalturaObjectBase, KalturaObjectBaseArgs } from '../kaltura-object-base'; - -export interface KalturaLiveToVodLinearAssetConfigurationArgs extends KalturaObjectBaseArgs { - linearAssetId? : number; - isL2vEnabled? : boolean; - retentionPeriodDays? : number; -} - - -export class KalturaLiveToVodLinearAssetConfiguration extends KalturaObjectBase { - - linearAssetId : number; - isL2vEnabled : boolean; - retentionPeriodDays : number; - - constructor(data? : KalturaLiveToVodLinearAssetConfigurationArgs) - { - super(data); - } - - protected _getMetadata() : KalturaObjectMetadata - { - const result = super._getMetadata(); - Object.assign( - result.properties, - { - objectType : { type : 'c', default : 'KalturaLiveToVodLinearAssetConfiguration' }, - linearAssetId : { type : 'n' }, - isL2vEnabled : { type : 'b' }, - retentionPeriodDays : { type : 'n' } - } - ); - return result; - } -} - -KalturaTypesFactory.registerType('KalturaLiveToVodLinearAssetConfiguration',KalturaLiveToVodLinearAssetConfiguration); diff --git a/src/api/types/KalturaLiveToVodPartnerConfiguration.ts b/src/api/types/KalturaLiveToVodPartnerConfiguration.ts deleted file mode 100644 index b0518636..00000000 --- a/src/api/types/KalturaLiveToVodPartnerConfiguration.ts +++ /dev/null @@ -1,40 +0,0 @@ - -import { KalturaObjectMetadata } from '../kaltura-object-base'; -import { KalturaTypesFactory } from '../kaltura-types-factory'; -import { KalturaObjectBase, KalturaObjectBaseArgs } from '../kaltura-object-base'; - -export interface KalturaLiveToVodPartnerConfigurationArgs extends KalturaObjectBaseArgs { - isL2vEnabled? : boolean; - retentionPeriodDays? : number; - metadataClassifier? : string; -} - - -export class KalturaLiveToVodPartnerConfiguration extends KalturaObjectBase { - - isL2vEnabled : boolean; - retentionPeriodDays : number; - metadataClassifier : string; - - constructor(data? : KalturaLiveToVodPartnerConfigurationArgs) - { - super(data); - } - - protected _getMetadata() : KalturaObjectMetadata - { - const result = super._getMetadata(); - Object.assign( - result.properties, - { - objectType : { type : 'c', default : 'KalturaLiveToVodPartnerConfiguration' }, - isL2vEnabled : { type : 'b' }, - retentionPeriodDays : { type : 'n' }, - metadataClassifier : { type : 's' } - } - ); - return result; - } -} - -KalturaTypesFactory.registerType('KalturaLiveToVodPartnerConfiguration',KalturaLiveToVodPartnerConfiguration); diff --git a/src/api/types/KalturaRuleConditionType.ts b/src/api/types/KalturaRuleConditionType.ts index 81b6fb76..e4fb2847 100644 --- a/src/api/types/KalturaRuleConditionType.ts +++ b/src/api/types/KalturaRuleConditionType.ts @@ -17,6 +17,7 @@ export enum KalturaRuleConditionType { dynamicKeys = 'DYNAMIC_KEYS', header = 'HEADER', ipRange = 'IP_RANGE', + ipV6Range = 'IP_V6_RANGE', or = 'OR', segments = 'SEGMENTS', userRole = 'USER_ROLE', diff --git a/src/api/types/LiveToVodGetConfigurationAction.ts b/src/api/types/LiveToVodGetConfigurationAction.ts deleted file mode 100644 index 904d353c..00000000 --- a/src/api/types/LiveToVodGetConfigurationAction.ts +++ /dev/null @@ -1,43 +0,0 @@ - -import { KalturaObjectMetadata } from '../kaltura-object-base'; -import { KalturaLiveToVodFullConfiguration } from './KalturaLiveToVodFullConfiguration'; - -import { KalturaRequest, KalturaRequestArgs } from '../kaltura-request'; - -export interface LiveToVodGetConfigurationActionArgs extends KalturaRequestArgs { - -} - -/** - * Build request payload for service 'liveToVod' action 'getConfiguration'. - * - * Usage: Get existing L2V configuration for both the partner level and all channels level - * - * Server response type: KalturaLiveToVodFullConfiguration - * Server failure response type: KalturaAPIException - * @class - * @extends KalturaRequest - */ -export class LiveToVodGetConfigurationAction extends KalturaRequest { - - - - constructor(data? : LiveToVodGetConfigurationActionArgs) - { - super(data, {responseType : 'o', responseSubType : 'KalturaLiveToVodFullConfiguration', responseConstructor : KalturaLiveToVodFullConfiguration }); - } - - protected _getMetadata() : KalturaObjectMetadata - { - const result = super._getMetadata(); - Object.assign( - result.properties, - { - service : { type : 'c', default : 'livetovod' }, - action : { type : 'c', default : 'getConfiguration' } - } - ); - return result; - } -} - diff --git a/src/api/types/LiveToVodGetLinearAssetConfigurationAction.ts b/src/api/types/LiveToVodGetLinearAssetConfigurationAction.ts deleted file mode 100644 index 73052acf..00000000 --- a/src/api/types/LiveToVodGetLinearAssetConfigurationAction.ts +++ /dev/null @@ -1,44 +0,0 @@ - -import { KalturaObjectMetadata } from '../kaltura-object-base'; -import { KalturaLiveToVodLinearAssetConfiguration } from './KalturaLiveToVodLinearAssetConfiguration'; - -import { KalturaRequest, KalturaRequestArgs } from '../kaltura-request'; - -export interface LiveToVodGetLinearAssetConfigurationActionArgs extends KalturaRequestArgs { - linearAssetId : number; -} - -/** - * Build request payload for service 'liveToVod' action 'getLinearAssetConfiguration'. - * - * Usage: Get existing L2V configuration for a specific linear asset - * - * Server response type: KalturaLiveToVodLinearAssetConfiguration - * Server failure response type: KalturaAPIException - * @class - * @extends KalturaRequest - */ -export class LiveToVodGetLinearAssetConfigurationAction extends KalturaRequest { - - linearAssetId : number; - - constructor(data : LiveToVodGetLinearAssetConfigurationActionArgs) - { - super(data, {responseType : 'o', responseSubType : 'KalturaLiveToVodLinearAssetConfiguration', responseConstructor : KalturaLiveToVodLinearAssetConfiguration }); - } - - protected _getMetadata() : KalturaObjectMetadata - { - const result = super._getMetadata(); - Object.assign( - result.properties, - { - service : { type : 'c', default : 'livetovod' }, - action : { type : 'c', default : 'getLinearAssetConfiguration' }, - linearAssetId : { type : 'n' } - } - ); - return result; - } -} - diff --git a/src/api/types/LiveToVodGetPartnerConfigurationAction.ts b/src/api/types/LiveToVodGetPartnerConfigurationAction.ts deleted file mode 100644 index 04e84578..00000000 --- a/src/api/types/LiveToVodGetPartnerConfigurationAction.ts +++ /dev/null @@ -1,43 +0,0 @@ - -import { KalturaObjectMetadata } from '../kaltura-object-base'; -import { KalturaLiveToVodPartnerConfiguration } from './KalturaLiveToVodPartnerConfiguration'; - -import { KalturaRequest, KalturaRequestArgs } from '../kaltura-request'; - -export interface LiveToVodGetPartnerConfigurationActionArgs extends KalturaRequestArgs { - -} - -/** - * Build request payload for service 'liveToVod' action 'getPartnerConfiguration'. - * - * Usage: Get existing L2V partner configuration - * - * Server response type: KalturaLiveToVodPartnerConfiguration - * Server failure response type: KalturaAPIException - * @class - * @extends KalturaRequest - */ -export class LiveToVodGetPartnerConfigurationAction extends KalturaRequest { - - - - constructor(data? : LiveToVodGetPartnerConfigurationActionArgs) - { - super(data, {responseType : 'o', responseSubType : 'KalturaLiveToVodPartnerConfiguration', responseConstructor : KalturaLiveToVodPartnerConfiguration }); - } - - protected _getMetadata() : KalturaObjectMetadata - { - const result = super._getMetadata(); - Object.assign( - result.properties, - { - service : { type : 'c', default : 'livetovod' }, - action : { type : 'c', default : 'getPartnerConfiguration' } - } - ); - return result; - } -} - diff --git a/src/api/types/LiveToVodUpdateLinearAssetConfigurationAction.ts b/src/api/types/LiveToVodUpdateLinearAssetConfigurationAction.ts deleted file mode 100644 index 909dbdb8..00000000 --- a/src/api/types/LiveToVodUpdateLinearAssetConfigurationAction.ts +++ /dev/null @@ -1,44 +0,0 @@ - -import { KalturaObjectMetadata } from '../kaltura-object-base'; -import { KalturaLiveToVodLinearAssetConfiguration } from './KalturaLiveToVodLinearAssetConfiguration'; - -import { KalturaRequest, KalturaRequestArgs } from '../kaltura-request'; - -export interface LiveToVodUpdateLinearAssetConfigurationActionArgs extends KalturaRequestArgs { - configuration : KalturaLiveToVodLinearAssetConfiguration; -} - -/** - * Build request payload for service 'liveToVod' action 'updateLinearAssetConfiguration'. - * - * Usage: Set L2V configuration for a specific Linear channel - * - * Server response type: KalturaLiveToVodLinearAssetConfiguration - * Server failure response type: KalturaAPIException - * @class - * @extends KalturaRequest - */ -export class LiveToVodUpdateLinearAssetConfigurationAction extends KalturaRequest { - - configuration : KalturaLiveToVodLinearAssetConfiguration; - - constructor(data : LiveToVodUpdateLinearAssetConfigurationActionArgs) - { - super(data, {responseType : 'o', responseSubType : 'KalturaLiveToVodLinearAssetConfiguration', responseConstructor : KalturaLiveToVodLinearAssetConfiguration }); - } - - protected _getMetadata() : KalturaObjectMetadata - { - const result = super._getMetadata(); - Object.assign( - result.properties, - { - service : { type : 'c', default : 'livetovod' }, - action : { type : 'c', default : 'updateLinearAssetConfiguration' }, - configuration : { type : 'o', subTypeConstructor : KalturaLiveToVodLinearAssetConfiguration, subType : 'KalturaLiveToVodLinearAssetConfiguration' } - } - ); - return result; - } -} - diff --git a/src/api/types/LiveToVodUpdatePartnerConfigurationAction.ts b/src/api/types/LiveToVodUpdatePartnerConfigurationAction.ts deleted file mode 100644 index 4a3056f9..00000000 --- a/src/api/types/LiveToVodUpdatePartnerConfigurationAction.ts +++ /dev/null @@ -1,44 +0,0 @@ - -import { KalturaObjectMetadata } from '../kaltura-object-base'; -import { KalturaLiveToVodPartnerConfiguration } from './KalturaLiveToVodPartnerConfiguration'; - -import { KalturaRequest, KalturaRequestArgs } from '../kaltura-request'; - -export interface LiveToVodUpdatePartnerConfigurationActionArgs extends KalturaRequestArgs { - configuration : KalturaLiveToVodPartnerConfiguration; -} - -/** - * Build request payload for service 'liveToVod' action 'updatePartnerConfiguration'. - * - * Usage: Set L2V configuration on the partner level - * - * Server response type: KalturaLiveToVodPartnerConfiguration - * Server failure response type: KalturaAPIException - * @class - * @extends KalturaRequest - */ -export class LiveToVodUpdatePartnerConfigurationAction extends KalturaRequest { - - configuration : KalturaLiveToVodPartnerConfiguration; - - constructor(data : LiveToVodUpdatePartnerConfigurationActionArgs) - { - super(data, {responseType : 'o', responseSubType : 'KalturaLiveToVodPartnerConfiguration', responseConstructor : KalturaLiveToVodPartnerConfiguration }); - } - - protected _getMetadata() : KalturaObjectMetadata - { - const result = super._getMetadata(); - Object.assign( - result.properties, - { - service : { type : 'c', default : 'livetovod' }, - action : { type : 'c', default : 'updatePartnerConfiguration' }, - configuration : { type : 'o', subTypeConstructor : KalturaLiveToVodPartnerConfiguration, subType : 'KalturaLiveToVodPartnerConfiguration' } - } - ); - return result; - } -} - diff --git a/src/api/types/index.ts b/src/api/types/index.ts index 52ebbcb8..f6ddffb8 100644 --- a/src/api/types/index.ts +++ b/src/api/types/index.ts @@ -279,6 +279,7 @@ export { KalturaUdidDynamicListCondition, KalturaUdidDynamicListConditionArgs } export { KalturaDynamicKeysCondition, KalturaDynamicKeysConditionArgs } from './KalturaDynamicKeysCondition' export { KalturaDeviceDynamicDataCondition, KalturaDeviceDynamicDataConditionArgs } from './KalturaDeviceDynamicDataCondition' export { KalturaUserSessionProfileCondition, KalturaUserSessionProfileConditionArgs } from './KalturaUserSessionProfileCondition' +export { KalturaIpV6RangeCondition, KalturaIpV6RangeConditionArgs } from './KalturaIpV6RangeCondition' export { KalturaAccessControlBlockAction, KalturaAccessControlBlockActionArgs } from './KalturaAccessControlBlockAction' export { KalturaAllowPlaybackAction, KalturaAllowPlaybackActionArgs } from './KalturaAllowPlaybackAction' export { KalturaApplyPlaybackAdapterAction, KalturaApplyPlaybackAdapterActionArgs } from './KalturaApplyPlaybackAdapterAction' @@ -740,9 +741,6 @@ export { KalturaLicensedUrlBaseRequest, KalturaLicensedUrlBaseRequestArgs } from export { KalturaLicensedUrlMediaRequest, KalturaLicensedUrlMediaRequestArgs } from './KalturaLicensedUrlMediaRequest' export { KalturaLicensedUrlEpgRequest, KalturaLicensedUrlEpgRequestArgs } from './KalturaLicensedUrlEpgRequest' export { KalturaLicensedUrlRecordingRequest, KalturaLicensedUrlRecordingRequestArgs } from './KalturaLicensedUrlRecordingRequest' -export { KalturaLiveToVodLinearAssetConfiguration, KalturaLiveToVodLinearAssetConfigurationArgs } from './KalturaLiveToVodLinearAssetConfiguration' -export { KalturaLiveToVodFullConfiguration, KalturaLiveToVodFullConfigurationArgs } from './KalturaLiveToVodFullConfiguration' -export { KalturaLiveToVodPartnerConfiguration, KalturaLiveToVodPartnerConfigurationArgs } from './KalturaLiveToVodPartnerConfiguration' export { KalturaMessageTemplate, KalturaMessageTemplateArgs } from './KalturaMessageTemplate' export { KalturaRegistryResponse, KalturaRegistryResponseArgs } from './KalturaRegistryResponse' export { KalturaPushMessage, KalturaPushMessageArgs } from './KalturaPushMessage' @@ -1280,7 +1278,7 @@ export { IngestStatusUpdatePartnerConfigurationAction, IngestStatusUpdatePartner export { IotGetClientConfigurationAction, IotGetClientConfigurationActionArgs } from './IotGetClientConfigurationAction' export { IotRegisterAction, IotRegisterActionArgs } from './IotRegisterAction' export { IotProfileAddAction, IotProfileAddActionArgs } from './IotProfileAddAction' -export { IotProfileDeleteAction, IotProfileDeleteActionArgs } from './IotProfileDeleteAction' +export { IotProfileGetAction, IotProfileGetActionArgs } from './IotProfileGetAction' export { IotProfileUpdateAction, IotProfileUpdateActionArgs } from './IotProfileUpdateAction' export { LabelAddAction, LabelAddActionArgs } from './LabelAddAction' export { LabelDeleteAction, LabelDeleteActionArgs } from './LabelDeleteAction' @@ -1290,11 +1288,6 @@ export { LanguageListAction, LanguageListActionArgs } from './LanguageListAction export { LicensedUrlGetAction, LicensedUrlGetActionArgs } from './LicensedUrlGetAction' export { LineupGetAction, LineupGetActionArgs } from './LineupGetAction' export { LineupSendUpdatedNotificationAction, LineupSendUpdatedNotificationActionArgs } from './LineupSendUpdatedNotificationAction' -export { LiveToVodGetConfigurationAction, LiveToVodGetConfigurationActionArgs } from './LiveToVodGetConfigurationAction' -export { LiveToVodGetLinearAssetConfigurationAction, LiveToVodGetLinearAssetConfigurationActionArgs } from './LiveToVodGetLinearAssetConfigurationAction' -export { LiveToVodGetPartnerConfigurationAction, LiveToVodGetPartnerConfigurationActionArgs } from './LiveToVodGetPartnerConfigurationAction' -export { LiveToVodUpdateLinearAssetConfigurationAction, LiveToVodUpdateLinearAssetConfigurationActionArgs } from './LiveToVodUpdateLinearAssetConfigurationAction' -export { LiveToVodUpdatePartnerConfigurationAction, LiveToVodUpdatePartnerConfigurationActionArgs } from './LiveToVodUpdatePartnerConfigurationAction' export { MediaConcurrencyRuleListAction, MediaConcurrencyRuleListActionArgs } from './MediaConcurrencyRuleListAction' export { MediaFileAddAction, MediaFileAddActionArgs } from './MediaFileAddAction' export { MediaFileDeleteAction, MediaFileDeleteActionArgs } from './MediaFileDeleteAction' diff --git a/src/environment.ts b/src/environment.ts index 02c62d7f..da5cd772 100644 --- a/src/environment.ts +++ b/src/environment.ts @@ -12,7 +12,7 @@ export interface Environment { export const environment: Environment = { request: { - apiVersion: '7.4.0.29935', + apiVersion: '7.4.0.29874', ottMode: true, fileFormatValue: 20 },