@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/esm/index.csm.d.ts
CHANGED
|
@@ -327,6 +327,7 @@ type RenderFunctionFormOptions = {
|
|
|
327
327
|
*/
|
|
328
328
|
is_activity?: boolean;
|
|
329
329
|
onChange?: (val: any) => void;
|
|
330
|
+
onLoad?: (val: any) => void;
|
|
330
331
|
value?: any;
|
|
331
332
|
tagsTree?: any;
|
|
332
333
|
hideMappingMenu?: boolean;
|
|
@@ -378,6 +379,7 @@ type RenderAppAuthrozationsOptions = {
|
|
|
378
379
|
customTitle?: string;
|
|
379
380
|
showAppIcon?: boolean;
|
|
380
381
|
allowWorkspaceConnectedAccounts?: boolean;
|
|
382
|
+
authName?: string;
|
|
381
383
|
};
|
|
382
384
|
type TemplateType = Template;
|
|
383
385
|
type FlowCardProps = {
|
|
@@ -912,6 +914,7 @@ declare class IntegryJS {
|
|
|
912
914
|
connectedAccountId?: string | undefined;
|
|
913
915
|
isReadOnly?: boolean | undefined;
|
|
914
916
|
hideMappingMenu?: boolean | undefined;
|
|
917
|
+
allowWorkspaceConnectedAccounts?: boolean | undefined;
|
|
915
918
|
}) => void;
|
|
916
919
|
renderFunctionForm: (options?: RenderFunctionFormOptions) => void;
|
|
917
920
|
renderFunctionField: (containerId: string, functionFieldProps: FunctionFieldType) => void;
|