@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.
package/dist/umd/index.umd.d.ts
CHANGED
|
@@ -377,6 +377,7 @@ type RenderAppAuthrozationsOptions = {
|
|
|
377
377
|
customTitle?: string;
|
|
378
378
|
showAppIcon?: boolean;
|
|
379
379
|
allowWorkspaceConnectedAccounts?: boolean;
|
|
380
|
+
authName?: string;
|
|
380
381
|
};
|
|
381
382
|
type TemplateType = Template;
|
|
382
383
|
type FlowCardProps = {
|
|
@@ -903,6 +904,7 @@ declare class IntegryJS {
|
|
|
903
904
|
connectedAccountId?: string | undefined;
|
|
904
905
|
isReadOnly?: boolean | undefined;
|
|
905
906
|
hideMappingMenu?: boolean | undefined;
|
|
907
|
+
allowWorkspaceConnectedAccounts?: boolean | undefined;
|
|
906
908
|
}) => void;
|
|
907
909
|
renderFunctionForm: (options?: RenderFunctionFormOptions) => void;
|
|
908
910
|
renderFunctionField: (containerId: string, functionFieldProps: FunctionFieldType) => void;
|