@deepdesk/deepdesk-sdk 10.9.3-beta.6 → 10.9.3-beta.7

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
@@ -1039,8 +1039,10 @@ declare namespace Server {
1039
1039
  };
1040
1040
  search: {
1041
1041
  initial_types: Array<{
1042
+ is_active: boolean;
1042
1043
  type: string;
1043
1044
  title: string;
1045
+ amount: number;
1044
1046
  }>;
1045
1047
  };
1046
1048
  };
package/dist/index.d.ts CHANGED
@@ -1039,8 +1039,10 @@ declare namespace Server {
1039
1039
  };
1040
1040
  search: {
1041
1041
  initial_types: Array<{
1042
+ is_active: boolean;
1042
1043
  type: string;
1043
1044
  title: string;
1045
+ amount: number;
1044
1046
  }>;
1045
1047
  };
1046
1048
  };