@wix/app-extensions 1.0.114 → 1.0.115
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 +0 -1
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +0 -1
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +2 -4
- package/build/trusted/cjs/index.js +0 -1
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +2 -4
- package/build/trusted/es/index.mjs +0 -1
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -933,7 +933,6 @@ var BackOfficeHostingPlatforms = /* @__PURE__ */ ((BackOfficeHostingPlatforms2)
|
|
|
933
933
|
BackOfficeHostingPlatforms2["SYMPHONY"] = "SYMPHONY";
|
|
934
934
|
BackOfficeHostingPlatforms2["BMR"] = "BMR";
|
|
935
935
|
BackOfficeHostingPlatforms2["WIXEL_DASHBOARD"] = "WIXEL_DASHBOARD";
|
|
936
|
-
BackOfficeHostingPlatforms2["CHANNELS_BACKOFFICE"] = "CHANNELS_BACKOFFICE";
|
|
937
936
|
return BackOfficeHostingPlatforms2;
|
|
938
937
|
})(BackOfficeHostingPlatforms || {});
|
|
939
938
|
var DtsDefinitionType = /* @__PURE__ */ ((DtsDefinitionType2) => {
|