@squeed/flow-sdk 2.0.26 → 2.0.27

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
@@ -968,6 +968,7 @@ export declare interface NodeGridOptions extends NodeCollisionOptions {
968
968
  sections?: Record<string, {
969
969
  rows?: number[];
970
970
  columns?: number[][];
971
+ members?: string[][];
971
972
  }>;
972
973
  };
973
974
  order?: string[];
package/dist/index.d.ts CHANGED
@@ -968,6 +968,7 @@ export declare interface NodeGridOptions extends NodeCollisionOptions {
968
968
  sections?: Record<string, {
969
969
  rows?: number[];
970
970
  columns?: number[][];
971
+ members?: string[][];
971
972
  }>;
972
973
  };
973
974
  order?: string[];