@deepdesk/deepdesk-sdk 11.4.1-beta.1 → 11.4.1-beta.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.mts CHANGED
@@ -686,7 +686,6 @@ interface State$b {
686
686
 
687
687
  type State$a = {
688
688
  token: string | null;
689
- accountUrl: string | null;
690
689
  interval: NodeJS.Timer | null;
691
690
  };
692
691
 
package/dist/index.d.ts CHANGED
@@ -686,7 +686,6 @@ interface State$b {
686
686
 
687
687
  type State$a = {
688
688
  token: string | null;
689
- accountUrl: string | null;
690
689
  interval: NodeJS.Timer | null;
691
690
  };
692
691