@integry/sdk 4.9.14 → 4.9.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.
package/dist/umd/index.umd.d.ts
CHANGED
|
@@ -326,6 +326,7 @@ type RenderFunctionFormOptions = {
|
|
|
326
326
|
*/
|
|
327
327
|
is_activity?: boolean;
|
|
328
328
|
onChange?: (val: any) => void;
|
|
329
|
+
onLoad?: (val: any) => void;
|
|
329
330
|
value?: any;
|
|
330
331
|
tagsTree?: any;
|
|
331
332
|
hideMappingMenu?: boolean;
|
|
@@ -377,6 +378,7 @@ type RenderAppAuthrozationsOptions = {
|
|
|
377
378
|
customTitle?: string;
|
|
378
379
|
showAppIcon?: boolean;
|
|
379
380
|
allowWorkspaceConnectedAccounts?: boolean;
|
|
381
|
+
authName?: string;
|
|
380
382
|
};
|
|
381
383
|
type TemplateType = Template;
|
|
382
384
|
type FlowCardProps = {
|
|
@@ -903,6 +905,7 @@ declare class IntegryJS {
|
|
|
903
905
|
connectedAccountId?: string | undefined;
|
|
904
906
|
isReadOnly?: boolean | undefined;
|
|
905
907
|
hideMappingMenu?: boolean | undefined;
|
|
908
|
+
allowWorkspaceConnectedAccounts?: boolean | undefined;
|
|
906
909
|
}) => void;
|
|
907
910
|
renderFunctionForm: (options?: RenderFunctionFormOptions) => void;
|
|
908
911
|
renderFunctionField: (containerId: string, functionFieldProps: FunctionFieldType) => void;
|