@squeed/flow-sdk 2.0.13 → 2.0.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/index.d.cts CHANGED
@@ -829,8 +829,9 @@ export declare function NodeConfigSummary({ nodeAddress, expanded, }: {
829
829
  expanded?: boolean;
830
830
  }): JSX_2.Element;
831
831
 
832
- export declare function NodeForm({ nodeAddress }: {
832
+ export declare function NodeForm({ nodeAddress, structured, }: {
833
833
  nodeAddress: string;
834
+ structured?: boolean;
834
835
  }): JSX_2.Element;
835
836
 
836
837
  export declare function NodeFormPopover({ nodeAddress, active, label, open, onClose, children, filter, height, }: {
package/dist/index.d.ts CHANGED
@@ -829,8 +829,9 @@ export declare function NodeConfigSummary({ nodeAddress, expanded, }: {
829
829
  expanded?: boolean;
830
830
  }): JSX_2.Element;
831
831
 
832
- export declare function NodeForm({ nodeAddress }: {
832
+ export declare function NodeForm({ nodeAddress, structured, }: {
833
833
  nodeAddress: string;
834
+ structured?: boolean;
834
835
  }): JSX_2.Element;
835
836
 
836
837
  export declare function NodeFormPopover({ nodeAddress, active, label, open, onClose, children, filter, height, }: {