@deepdesk/deepdesk-sdk 14.1.0 → 14.1.1-beta.0

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.mts CHANGED
@@ -1645,7 +1645,7 @@ type State$1 = {
1645
1645
  fetchState: FetchState;
1646
1646
  };
1647
1647
  type EvaluateRuleOptions = {
1648
- shouldEmit: boolean;
1648
+ excludeFromWidget: boolean;
1649
1649
  };
1650
1650
 
1651
1651
  type SuggestionState = {
package/dist/index.d.ts CHANGED
@@ -1645,7 +1645,7 @@ type State$1 = {
1645
1645
  fetchState: FetchState;
1646
1646
  };
1647
1647
  type EvaluateRuleOptions = {
1648
- shouldEmit: boolean;
1648
+ excludeFromWidget: boolean;
1649
1649
  };
1650
1650
 
1651
1651
  type SuggestionState = {