@deepdesk/deepdesk-sdk 11.2.1-beta.2 → 11.2.1-beta.3

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
@@ -1082,7 +1082,8 @@ declare namespace Server {
1082
1082
  id: number;
1083
1083
  code: string;
1084
1084
  name: string;
1085
- prompt: string;
1085
+ customer_instruction: string;
1086
+ do_not_know_answer?: string;
1086
1087
  urls: Array<string>;
1087
1088
  files: Array<string>;
1088
1089
  has_changes: boolean;
package/dist/index.d.ts CHANGED
@@ -1082,7 +1082,8 @@ declare namespace Server {
1082
1082
  id: number;
1083
1083
  code: string;
1084
1084
  name: string;
1085
- prompt: string;
1085
+ customer_instruction: string;
1086
+ do_not_know_answer?: string;
1086
1087
  urls: Array<string>;
1087
1088
  files: Array<string>;
1088
1089
  has_changes: boolean;