@wix/app-extensions 1.0.65 → 1.0.66
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/build/cjs/index.js +1 -0
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +1 -0
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +4 -2
- package/build/trusted/cjs/index.js +1 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +4 -2
- package/build/trusted/es/index.mjs +1 -0
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -1920,6 +1920,7 @@ var DataType = /* @__PURE__ */ ((DataType2) => {
|
|
|
1920
1920
|
DataType2["filter"] = "filter";
|
|
1921
1921
|
DataType2["sort"] = "sort";
|
|
1922
1922
|
DataType2["visualMedia"] = "visualMedia";
|
|
1923
|
+
DataType2["ricosDocument"] = "ricosDocument";
|
|
1923
1924
|
return DataType2;
|
|
1924
1925
|
})(DataType || {});
|
|
1925
1926
|
var ItemField = /* @__PURE__ */ ((ItemField2) => {
|