@wix/app-extensions 1.0.35 → 1.0.37
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 +13 -3
- package/build/trusted/cjs/index.js +1 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +13 -3
- 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
|
@@ -1758,6 +1758,7 @@ var MonitoringType = /* @__PURE__ */ ((MonitoringType2) => {
|
|
|
1758
1758
|
MonitoringType2["UNKNOWN_PROVIDER"] = "UNKNOWN_PROVIDER";
|
|
1759
1759
|
MonitoringType2["SENTRY"] = "SENTRY";
|
|
1760
1760
|
MonitoringType2["PANORAMA"] = "PANORAMA";
|
|
1761
|
+
MonitoringType2["WIX"] = "WIX";
|
|
1761
1762
|
return MonitoringType2;
|
|
1762
1763
|
})(MonitoringType || {});
|
|
1763
1764
|
var Escalation = /* @__PURE__ */ ((Escalation2) => {
|