@wix/app-extensions 1.0.77 → 1.0.79
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 +8 -20
- package/build/trusted/cjs/index.js +1 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +8 -20
- 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
|
@@ -913,6 +913,7 @@ var BackOfficeHostingPlatforms = /* @__PURE__ */ ((BackOfficeHostingPlatforms2)
|
|
|
913
913
|
BackOfficeHostingPlatforms2["PAYMENTS_BO"] = "PAYMENTS_BO";
|
|
914
914
|
BackOfficeHostingPlatforms2["SYMPHONY"] = "SYMPHONY";
|
|
915
915
|
BackOfficeHostingPlatforms2["BMR"] = "BMR";
|
|
916
|
+
BackOfficeHostingPlatforms2["WIXEL_DASHBOARD"] = "WIXEL_DASHBOARD";
|
|
916
917
|
return BackOfficeHostingPlatforms2;
|
|
917
918
|
})(BackOfficeHostingPlatforms || {});
|
|
918
919
|
var DtsDefinitionType = /* @__PURE__ */ ((DtsDefinitionType2) => {
|