@floe-ai/sdk 0.1.0-dev.16 → 0.1.0-dev.17

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.
@@ -160,6 +160,11 @@ declare class OnboardingSDK extends EventEmitter {
160
160
  * Generate unique session ID
161
161
  */
162
162
  private generateSessionId;
163
+ /**
164
+ * Validate client key and check if bot is enabled for this site.
165
+ * This is called before showing any UI to ensure the bot should be displayed.
166
+ */
167
+ private validateClientKeyAndBotStatus;
163
168
  /**
164
169
  * Start screen sharing: sends the tab/window as a WebRTC video track to Pipecat.
165
170
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floe-ai/sdk",
3
- "version": "0.1.0-dev.16",
3
+ "version": "0.1.0-dev.17",
4
4
  "description": "Floe AI Onboarding SDK for React applications",
5
5
  "type": "module",
6
6
  "main": "./dist-sdk/floe-sdk.es.js",