From e7051f8bfba63fa9babe65f5aecaa066b6832bcc Mon Sep 17 00:00:00 2001 From: Backend CI Date: Sun, 2 Oct 2022 08:12:40 +0000 Subject: [PATCH] Auto-generated by Jenkins job OTT-Generate-ClientLibs/971, branch BEO-11915-Segmentation --- README.md | 4 ++-- package.json | 2 +- .../types/SegmentationTypeGetPartnerConfigurationAction.ts | 2 +- .../types/SegmentationTypeUpdatePartnerConfigurationAction.ts | 2 +- src/environment.ts | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bccc941b..3de72983 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kaltura OTT Typescript Client -Compatible with Kaltura OTT server version 8.0.0.30035 and above. +Compatible with Kaltura OTT server version 8.0.0.30045 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@8.0.0-30035 +npm install kaltura-ott-typescript-client@8.0.0-30045 ``` **Found a bug?** create [kaltura/clients-generator issue](https://github.com/kaltura/clients-generator/issues) diff --git a/package.json b/package.json index 6600db2d..d49d48df 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kaltura-ott-typescript-client", "private": true, - "version": "8.0.0-30035", + "version": "8.0.0-30045", "description": "Kaltura OTT Typescript client", "keywords": [ "Kaltura" diff --git a/src/api/types/SegmentationTypeGetPartnerConfigurationAction.ts b/src/api/types/SegmentationTypeGetPartnerConfigurationAction.ts index c6ddc7c0..643c6d6a 100644 --- a/src/api/types/SegmentationTypeGetPartnerConfigurationAction.ts +++ b/src/api/types/SegmentationTypeGetPartnerConfigurationAction.ts @@ -11,7 +11,7 @@ export interface SegmentationTypeGetPartnerConfigurationActionArgs extends Kalt /** * Build request payload for service 'segmentationType' action 'getPartnerConfiguration'. * - * Usage: Get existing segmentation partner configuration + * Usage: Gets existing partner segmentation configuration * * Server response type: KalturaSegmentationPartnerConfiguration * Server failure response type: KalturaAPIException diff --git a/src/api/types/SegmentationTypeUpdatePartnerConfigurationAction.ts b/src/api/types/SegmentationTypeUpdatePartnerConfigurationAction.ts index 93a73861..b37bae7f 100644 --- a/src/api/types/SegmentationTypeUpdatePartnerConfigurationAction.ts +++ b/src/api/types/SegmentationTypeUpdatePartnerConfigurationAction.ts @@ -11,7 +11,7 @@ export interface SegmentationTypeUpdatePartnerConfigurationActionArgs extends K /** * Build request payload for service 'segmentationType' action 'updatePartnerConfiguration'. * - * Usage: Set segmentation configuration on partner level + * Usage: Sets partner configuration for segments configuration * * Server response type: KalturaSegmentationPartnerConfiguration * Server failure response type: KalturaAPIException diff --git a/src/environment.ts b/src/environment.ts index 6b99c650..baf090df 100644 --- a/src/environment.ts +++ b/src/environment.ts @@ -12,7 +12,7 @@ export interface Environment { export const environment: Environment = { request: { - apiVersion: '8.0.0.30035', + apiVersion: '8.0.0.30045', ottMode: true, fileFormatValue: 20 },