Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌿 Fern Regeneration -- December 21, 2024 #245

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 16 additions & 14 deletions .mock/definition/empathic-voice/chatGroups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -543,12 +543,22 @@ service:
path-parameters:
id:
type: string
docs: Identifier for a chat. Formatted as a UUID.
docs: Identifier for a Chat Group. Formatted as a UUID.
display-name: Get chat group audio
request:
name: ChatGroupsGetAudioRequest
query-parameters:
page_number:
type: optional<integer>
docs: >-
Specifies the maximum number of results to include per page,
enabling pagination. The value must be between 1 and 100,
inclusive.


For example, if `page_size` is set to 10, each page will include
up to 10 items. Defaults to 10.
page_size:
type: optional<integer>
docs: >-
Specifies the page number to retrieve, enabling pagination.
Expand All @@ -559,22 +569,14 @@ service:
if `page_size` is 10), setting `page_number` to 1 retrieves the
second page (items 10-19), and so on. Defaults to 0, which
retrieves the first page.
page_size:
type: optional<integer>
docs: >-
Specifies the maximum number of results to include per page,
enabling pagination. The value must be between 1 and 100,
inclusive.


For example, if `page_size` is set to 10, each page will include
up to 10 items. Defaults to 10.
ascending_order:
type: optional<boolean>
docs: >-
Boolean to indicate if the results should be paginated in
chronological order or reverse-chronological order. Defaults to
true.
Specifies the sorting order of the results based on their creation
date. Set to true for ascending order (chronological, with the
oldest records first) and false for descending order
(reverse-chronological, with the newest records first). Defaults
to true.
response:
docs: Success
type: root.ReturnChatGroupPagedAudioReconstructions
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hume",
"version": "0.9.8",
"version": "0.9.9",
"private": false,
"repository": "https://github.com/HumeAI/hume-typescript-sdk",
"main": "./index.js",
Expand Down
Loading
Loading