@integry/sdk 4.9.14 → 4.9.15

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.
@@ -378,6 +378,7 @@ type RenderAppAuthrozationsOptions = {
378
378
  customTitle?: string;
379
379
  showAppIcon?: boolean;
380
380
  allowWorkspaceConnectedAccounts?: boolean;
381
+ authName?: string;
381
382
  };
382
383
  type TemplateType = Template;
383
384
  type FlowCardProps = {
@@ -912,6 +913,7 @@ declare class IntegryJS {
912
913
  connectedAccountId?: string | undefined;
913
914
  isReadOnly?: boolean | undefined;
914
915
  hideMappingMenu?: boolean | undefined;
916
+ allowWorkspaceConnectedAccounts?: boolean | undefined;
915
917
  }) => void;
916
918
  renderFunctionForm: (options?: RenderFunctionFormOptions) => void;
917
919
  renderFunctionField: (containerId: string, functionFieldProps: FunctionFieldType) => void;