@integry/sdk 4.7.14 → 4.7.16

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.
@@ -250,6 +250,7 @@ type ShowFunctionOptions = {
250
250
  payload?: Record<string, any>;
251
251
  connectedAccountId?: string;
252
252
  autoMapPayload?: boolean;
253
+ version?: string | null;
253
254
  };
254
255
  type TemplateType = Template;
255
256
  type FlowCardProps = {
@@ -676,7 +677,7 @@ declare class IntegryJS {
676
677
  [key: string]: any;
677
678
  }, vars: {
678
679
  [key: string]: any;
679
- } | undefined, connectedAccountId: string) => Promise<Record<any, any>>;
680
+ } | undefined, connectedAccountId: string, version?: string | null) => Promise<Record<any, any>>;
680
681
  connectApp: (appName: string) => Promise<string>;
681
682
  disconnectApp: (appName: string, connectedAccountId?: string | undefined) => Promise<any>;
682
683
  isAppConnected: (appName: string) => Promise<any>;