@flowgram.ai/document 0.1.27 → 0.1.28

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.mts CHANGED
@@ -1141,6 +1141,7 @@ declare enum FlowNodeBaseType {
1141
1141
  SUB_CANVAS = "subCanvas"
1142
1142
  }
1143
1143
  declare enum FlowNodeSplitType {
1144
+ SIMPLE_SPLIT = "simpleSplit",
1144
1145
  DYNAMIC_SPLIT = "dynamicSplit",
1145
1146
  STATIC_SPLIT = "staticSplit"
1146
1147
  }
package/dist/index.d.ts CHANGED
@@ -1141,6 +1141,7 @@ declare enum FlowNodeBaseType {
1141
1141
  SUB_CANVAS = "subCanvas"
1142
1142
  }
1143
1143
  declare enum FlowNodeSplitType {
1144
+ SIMPLE_SPLIT = "simpleSplit",
1144
1145
  DYNAMIC_SPLIT = "dynamicSplit",
1145
1146
  STATIC_SPLIT = "staticSplit"
1146
1147
  }
package/dist/index.js CHANGED
@@ -90,6 +90,7 @@ var FlowNodeBaseType = /* @__PURE__ */ ((FlowNodeBaseType2) => {
90
90
  return FlowNodeBaseType2;
91
91
  })(FlowNodeBaseType || {});
92
92
  var FlowNodeSplitType = /* @__PURE__ */ ((FlowNodeSplitType2) => {
93
+ FlowNodeSplitType2["SIMPLE_SPLIT"] = "simpleSplit";
93
94
  FlowNodeSplitType2["DYNAMIC_SPLIT"] = "dynamicSplit";
94
95
  FlowNodeSplitType2["STATIC_SPLIT"] = "staticSplit";
95
96
  return FlowNodeSplitType2;