@elevenlabs/convai-widget-core 0.5.0 → 0.5.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/contexts/widget-config.d.ts +1 -1
- package/dist/index.js +1108 -1093
- package/dist/mocks/browser.d.ts +2 -2
- package/dist/types/config.d.ts +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +2 -2
|
@@ -10,5 +10,5 @@ export declare function useTextOnly(): ReadonlySignal<boolean>;
|
|
|
10
10
|
export declare function useIsConversationTextOnly(): ReadonlySignal<boolean>;
|
|
11
11
|
export declare function useFirstMessage(): ReadonlySignal<string | null>;
|
|
12
12
|
export declare function useWebRTC(): ReadonlySignal<boolean>;
|
|
13
|
-
export declare function
|
|
13
|
+
export declare function useEndFeedbackType(): ReadonlySignal<"rating" | null>;
|
|
14
14
|
export {};
|