@integry/sdk 4.4.1 → 4.4.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.
@@ -575,9 +575,9 @@ declare class IntegryJS {
575
575
  versionId?: number;
576
576
  viewStyle?: string;
577
577
  }) => void;
578
- showFunctionUI: (functionName: string, functionArguments: {
578
+ showFunctionUI: (functionName: string, functionArguments?: {
579
579
  [key: string]: any;
580
- }, connectedAccountId: string) => Promise<Record<any, any>>;
580
+ }, connectedAccountId?: string | undefined) => Promise<Record<any, any>>;
581
581
  invokeFunction: (functionName: string, params: {
582
582
  [key: string]: any;
583
583
  }, connectedAccountId: string) => Promise<Record<any, any>>;