@iblai/web-utils 1.1.1 → 1.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/index.d.ts CHANGED
@@ -995,7 +995,7 @@ declare function useAdvancedChat({ tenantKey, mentorId, username, token, wsUrl,
995
995
  isConnected: React__default.MutableRefObject<boolean>;
996
996
  messageQueue: React__default.MutableRefObject<any[]>;
997
997
  sessionIds: SessionIds;
998
- enableSafetyDisclaimer: string | boolean;
998
+ enableSafetyDisclaimer: boolean;
999
999
  resetConnection: () => void;
1000
1000
  };
1001
1001
 
@@ -1130,7 +1130,7 @@ type MentorSettingsData = {
1130
1130
  mentorName?: string | null;
1131
1131
  enableGuidedPrompts?: boolean | null;
1132
1132
  mentorSlug?: string | null;
1133
- safetyDisclaimer?: string | null;
1133
+ safetyDisclaimer: boolean;
1134
1134
  mentorTools?: any[] | null;
1135
1135
  allowAnonymous?: boolean | null;
1136
1136
  };