@integry/sdk 4.7.25 → 4.7.26

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.
@@ -684,7 +684,7 @@ declare class IntegryJS {
684
684
  [key: string]: any;
685
685
  }, vars: {
686
686
  [key: string]: any;
687
- } | undefined, connectedAccountId: string, version?: string | null) => Promise<Record<any, any>>;
687
+ } | undefined, connectedAccountId: string, version?: string | null, allow_workspace_connected_accounts?: boolean) => Promise<Record<any, any>>;
688
688
  connectApp: (appName: string) => Promise<string>;
689
689
  disconnectApp: (appName: string, connectedAccountId?: string | undefined) => Promise<any>;
690
690
  isAppConnected: (appName: string) => Promise<any>;