Skip to content

Commit

Permalink
update to open api 122.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Jun 28, 2024
1 parent 6440e26 commit 7deff54
Show file tree
Hide file tree
Showing 5 changed files with 192 additions and 44 deletions.
10 changes: 5 additions & 5 deletions src/gen/chat/apis/ProductchatApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: v120.0.0
* The version of the OpenAPI document: v122.3.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -1578,7 +1578,7 @@ export class ProductchatApi extends runtime.BaseAPI {
}

/**
* Creates a new poll Sends events: - poll.created Required permissions: - CreatePoll
* Creates a new poll Required permissions: - CreatePoll
* Create poll
*/
async createPollRaw(requestParameters: CreatePollOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PollResponse>> {
Expand Down Expand Up @@ -1616,7 +1616,7 @@ export class ProductchatApi extends runtime.BaseAPI {
}

/**
* Creates a new poll Sends events: - poll.created Required permissions: - CreatePoll
* Creates a new poll Required permissions: - CreatePoll
* Create poll
*/
async createPoll(requestParameters: CreatePollOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PollResponse> {
Expand Down Expand Up @@ -6505,7 +6505,7 @@ export class ProductchatApi extends runtime.BaseAPI {
}

/**
* Updates a poll Sends events: - poll.updated Required permissions: - UpdatePoll
* Updates a poll Sends events: - poll.closed - poll.updated Required permissions: - UpdatePoll
* Update poll
*/
async updatePollRaw(requestParameters: UpdatePollOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PollResponse>> {
Expand Down Expand Up @@ -6543,7 +6543,7 @@ export class ProductchatApi extends runtime.BaseAPI {
}

/**
* Updates a poll Sends events: - poll.updated Required permissions: - UpdatePoll
* Updates a poll Sends events: - poll.closed - poll.updated Required permissions: - UpdatePoll
* Update poll
*/
async updatePoll(requestParameters: UpdatePollOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PollResponse> {
Expand Down
2 changes: 1 addition & 1 deletion src/gen/chat/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: v120.0.0
* The version of the OpenAPI document: v122.3.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/gen/video/apis/ProductvideoApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: v120.0.0
* The version of the OpenAPI document: v122.3.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Loading

0 comments on commit 7deff54

Please sign in to comment.