@deepdesk/deepdesk-sdk 11.6.1-beta.2 → 11.6.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
@@ -1049,6 +1049,7 @@ declare namespace Server {
1049
1049
  nickname?: string;
1050
1050
  first_name?: string;
1051
1051
  last_name?: string;
1052
+ default_locale?: string;
1052
1053
  };
1053
1054
  /**
1054
1055
  * Profile
@@ -1467,6 +1468,7 @@ type AgentInfo = {
1467
1468
  agentName?: string;
1468
1469
  agentEmail?: string;
1469
1470
  agentTimeZone?: string;
1471
+ agentDefaultLocale?: string;
1470
1472
  };
1471
1473
  type KnowledgeAssistant = CamelCaseKeys<Server.KnowledgeAssistant>;
1472
1474
  type User = CamelCaseKeys<Server.User>;
package/dist/index.d.ts CHANGED
@@ -1049,6 +1049,7 @@ declare namespace Server {
1049
1049
  nickname?: string;
1050
1050
  first_name?: string;
1051
1051
  last_name?: string;
1052
+ default_locale?: string;
1052
1053
  };
1053
1054
  /**
1054
1055
  * Profile
@@ -1467,6 +1468,7 @@ type AgentInfo = {
1467
1468
  agentName?: string;
1468
1469
  agentEmail?: string;
1469
1470
  agentTimeZone?: string;
1471
+ agentDefaultLocale?: string;
1470
1472
  };
1471
1473
  type KnowledgeAssistant = CamelCaseKeys<Server.KnowledgeAssistant>;
1472
1474
  type User = CamelCaseKeys<Server.User>;