diff --git a/src/gen/video/apis/ProductvideoApi.ts b/src/gen/video/apis/ProductvideoApi.ts index 4bbee13..800d503 100644 --- a/src/gen/video/apis/ProductvideoApi.ts +++ b/src/gen/video/apis/ProductvideoApi.ts @@ -4,7 +4,7 @@ * Stream API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: v113.1.0 + * The version of the OpenAPI document: v116.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/gen/video/models/index.ts b/src/gen/video/models/index.ts index b8448c0..ded7e70 100644 --- a/src/gen/video/models/index.ts +++ b/src/gen/video/models/index.ts @@ -657,6 +657,12 @@ export interface VideoCallSessionResponse { * @memberof VideoCallSessionResponse */ started_at?: string; + /** + * + * @type {string} + * @memberof VideoCallSessionResponse + */ + timer_ends_at?: string; } /** * @@ -688,6 +694,12 @@ export interface VideoCallSettingsRequest { * @memberof VideoCallSettingsRequest */ geofencing?: VideoGeofenceSettingsRequest; + /** + * + * @type {VideoLimitsSettingsRequest} + * @memberof VideoCallSettingsRequest + */ + limits?: VideoLimitsSettingsRequest; /** * * @type {VideoRecordSettingsRequest} @@ -755,6 +767,12 @@ export interface VideoCallSettingsResponse { * @memberof VideoCallSettingsResponse */ geofencing: VideoGeofenceSettingsResponse; + /** + * + * @type {VideoLimitsSettingsResponse} + * @memberof VideoCallSettingsResponse + */ + limits: VideoLimitsSettingsResponse; /** * * @type {VideoRecordSettingsResponse} @@ -2160,6 +2178,44 @@ export const VideoLayoutSettingsResponseNameEnum = { } as const; export type VideoLayoutSettingsResponseNameEnum = typeof VideoLayoutSettingsResponseNameEnum[keyof typeof VideoLayoutSettingsResponseNameEnum]; +/** + * + * @export + * @interface VideoLimitsSettingsRequest + */ +export interface VideoLimitsSettingsRequest { + /** + * + * @type {number} + * @memberof VideoLimitsSettingsRequest + */ + max_duration_seconds?: number; + /** + * + * @type {number} + * @memberof VideoLimitsSettingsRequest + */ + max_participants?: number; +} +/** + * + * @export + * @interface VideoLimitsSettingsResponse + */ +export interface VideoLimitsSettingsResponse { + /** + * + * @type {number} + * @memberof VideoLimitsSettingsResponse + */ + max_duration_seconds?: number; + /** + * + * @type {number} + * @memberof VideoLimitsSettingsResponse + */ + max_participants?: number; +} /** * * @export @@ -2591,6 +2647,7 @@ export interface VideoNullTime { */ export const VideoOwnCapability = { BLOCK_USERS: 'block-users', + CHANGE_MAX_DURATION: 'change-max-duration', CREATE_CALL: 'create-call', CREATE_REACTION: 'create-reaction', ENABLE_NOISE_CANCELLATION: 'enable-noise-cancellation', @@ -4498,6 +4555,12 @@ export interface VideoUserStats { * @memberof VideoUserStats */ info: VideoUserInfoResponse; + /** + * + * @type {number} + * @memberof VideoUserStats + */ + min_event_ts: number; /** * * @type {number} diff --git a/src/gen/video/runtime.ts b/src/gen/video/runtime.ts index 04103ba..2465100 100644 --- a/src/gen/video/runtime.ts +++ b/src/gen/video/runtime.ts @@ -4,7 +4,7 @@ * Stream API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: v113.1.0 + * The version of the OpenAPI document: v116.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).