@wix/app-extensions 1.0.54 → 1.0.55

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.
@@ -1917,6 +1917,13 @@ var DataType = /* @__PURE__ */ ((DataType2) => {
1917
1917
  DataType2["sort"] = "sort";
1918
1918
  return DataType2;
1919
1919
  })(DataType || {});
1920
+ var ItemField = /* @__PURE__ */ ((ItemField2) => {
1921
+ ItemField2["ID"] = "ID";
1922
+ ItemField2["NAME"] = "NAME";
1923
+ ItemField2["DESCRIPTION"] = "DESCRIPTION";
1924
+ ItemField2["NOTE"] = "NOTE";
1925
+ return ItemField2;
1926
+ })(ItemField || {});
1920
1927
  var A11yAttributes = /* @__PURE__ */ ((A11yAttributes2) => {
1921
1928
  A11yAttributes2["Unknown_AriaAttributes"] = "Unknown_AriaAttributes";
1922
1929
  A11yAttributes2["tabIndex"] = "tabIndex";
@@ -5791,6 +5798,7 @@ export {
5791
5798
  IntegrationType,
5792
5799
  Intent,
5793
5800
  InterfaceConfigurationType,
5801
+ ItemField,
5794
5802
  ItemType,
5795
5803
  Layout,
5796
5804
  LayoutDataBackgroundType,