@wix/app-extensions 1.0.65 → 1.0.67
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 +9 -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 +9 -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/cjs/index.js
CHANGED
|
@@ -2466,6 +2466,7 @@ var DataType = /* @__PURE__ */ ((DataType2) => {
|
|
|
2466
2466
|
DataType2["filter"] = "filter";
|
|
2467
2467
|
DataType2["sort"] = "sort";
|
|
2468
2468
|
DataType2["visualMedia"] = "visualMedia";
|
|
2469
|
+
DataType2["ricosDocument"] = "ricosDocument";
|
|
2469
2470
|
return DataType2;
|
|
2470
2471
|
})(DataType || {});
|
|
2471
2472
|
var ItemField = /* @__PURE__ */ ((ItemField2) => {
|