@superinterface/react 4.1.1 → 4.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/index.d.cts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/types/index.d.cts
CHANGED
|
@@ -170,4 +170,4 @@ type Task = {
|
|
|
170
170
|
updatedAt: string;
|
|
171
171
|
};
|
|
172
172
|
|
|
173
|
-
export type
|
|
173
|
+
export { type AssistantAudioControls, type AudioEngine, type AudioRuntime, type Avatar, AvatarType, type IconAvatar, IconAvatarName, type ImageAvatar, type MessageGroup, type MessagesPage, type MessagesQueryKey, type PlayArgs, type RecurrenceRule, type Schedule, type SerializedMessage, type SerializedRunStep, type Size, type StyleProps, type Task, type ThreadMessageCompletedEvent, type ThreadMessageCreatedEvent, type ThreadRunStepDeltaEvent, type ThreadStorageOptions, type Toast, type ToolCall, type UseCreateMessageVariables, type UserAudioControls };
|
package/dist/types/index.d.ts
CHANGED
|
@@ -170,4 +170,4 @@ type Task = {
|
|
|
170
170
|
updatedAt: string;
|
|
171
171
|
};
|
|
172
172
|
|
|
173
|
-
export type
|
|
173
|
+
export { type AssistantAudioControls, type AudioEngine, type AudioRuntime, type Avatar, AvatarType, type IconAvatar, IconAvatarName, type ImageAvatar, type MessageGroup, type MessagesPage, type MessagesQueryKey, type PlayArgs, type RecurrenceRule, type Schedule, type SerializedMessage, type SerializedRunStep, type Size, type StyleProps, type Task, type ThreadMessageCompletedEvent, type ThreadMessageCreatedEvent, type ThreadRunStepDeltaEvent, type ThreadStorageOptions, type Toast, type ToolCall, type UseCreateMessageVariables, type UserAudioControls };
|