@wix/app-extensions 1.0.91 → 1.0.93

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.
@@ -3017,6 +3017,11 @@ var DispatchHttpMethod = /* @__PURE__ */ ((DispatchHttpMethod2) => {
3017
3017
  DispatchHttpMethod2["OPTIONS"] = "OPTIONS";
3018
3018
  return DispatchHttpMethod2;
3019
3019
  })(DispatchHttpMethod || {});
3020
+ var ResponseBodyDecoding = /* @__PURE__ */ ((ResponseBodyDecoding2) => {
3021
+ ResponseBodyDecoding2["UNKNOWN_RESPONSE_BODY_DECODING"] = "UNKNOWN_RESPONSE_BODY_DECODING";
3022
+ ResponseBodyDecoding2["BASE64_TEXT"] = "BASE64_TEXT";
3023
+ return ResponseBodyDecoding2;
3024
+ })(ResponseBodyDecoding || {});
3020
3025
  var VerificationMethod = /* @__PURE__ */ ((VerificationMethod2) => {
3021
3026
  VerificationMethod2["UNKNOWN_VERIFICATION_METHOD"] = "UNKNOWN_VERIFICATION_METHOD";
3022
3027
  VerificationMethod2["HMAC_SHA256"] = "HMAC_SHA256";
@@ -6133,6 +6138,7 @@ export {
6133
6138
  RequiredIndicatorPlacement,
6134
6139
  ResizeDirection,
6135
6140
  Resizing,
6141
+ ResponseBodyDecoding,
6136
6142
  ResponsivenessBehaviour,
6137
6143
  RestrictedOperation,
6138
6144
  RestrictionLevel,