@wix/app-extensions 1.0.141 → 1.0.143

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.
@@ -3699,16 +3699,6 @@ var ResponseBodyDecoding = /* @__PURE__ */ ((ResponseBodyDecoding2) => {
3699
3699
  ResponseBodyDecoding2["BASE64_TEXT"] = "BASE64_TEXT";
3700
3700
  return ResponseBodyDecoding2;
3701
3701
  })(ResponseBodyDecoding || {});
3702
- var VerificationMethod = /* @__PURE__ */ ((VerificationMethod2) => {
3703
- VerificationMethod2["UNKNOWN_VERIFICATION_METHOD"] = "UNKNOWN_VERIFICATION_METHOD";
3704
- VerificationMethod2["HMAC_SHA256"] = "HMAC_SHA256";
3705
- VerificationMethod2["HMAC_SHA1"] = "HMAC_SHA1";
3706
- VerificationMethod2["PUBLIC_KEY"] = "PUBLIC_KEY";
3707
- VerificationMethod2["CALLBACK_TOKEN"] = "CALLBACK_TOKEN";
3708
- VerificationMethod2["NO_VERIFICATION"] = "NO_VERIFICATION";
3709
- VerificationMethod2["OIDC_BEARER"] = "OIDC_BEARER";
3710
- return VerificationMethod2;
3711
- })(VerificationMethod || {});
3712
3702
  var VerificationSource = /* @__PURE__ */ ((VerificationSource2) => {
3713
3703
  VerificationSource2["UNKNOWN_VERIFICATION_SOURCE"] = "UNKNOWN_VERIFICATION_SOURCE";
3714
3704
  VerificationSource2["CONNECTOR_WIDE"] = "CONNECTOR_WIDE";
@@ -3729,6 +3719,16 @@ var SignedPayload = /* @__PURE__ */ ((SignedPayload2) => {
3729
3719
  SignedPayload2["VERSION_TIMESTAMP_BODY"] = "VERSION_TIMESTAMP_BODY";
3730
3720
  return SignedPayload2;
3731
3721
  })(SignedPayload || {});
3722
+ var VerificationMethod = /* @__PURE__ */ ((VerificationMethod2) => {
3723
+ VerificationMethod2["UNKNOWN_VERIFICATION_METHOD"] = "UNKNOWN_VERIFICATION_METHOD";
3724
+ VerificationMethod2["HMAC_SHA256"] = "HMAC_SHA256";
3725
+ VerificationMethod2["HMAC_SHA1"] = "HMAC_SHA1";
3726
+ VerificationMethod2["PUBLIC_KEY"] = "PUBLIC_KEY";
3727
+ VerificationMethod2["CALLBACK_TOKEN"] = "CALLBACK_TOKEN";
3728
+ VerificationMethod2["NO_VERIFICATION"] = "NO_VERIFICATION";
3729
+ VerificationMethod2["OIDC_BEARER"] = "OIDC_BEARER";
3730
+ return VerificationMethod2;
3731
+ })(VerificationMethod || {});
3732
3732
  var ReplayProtection = /* @__PURE__ */ ((ReplayProtection2) => {
3733
3733
  ReplayProtection2["UNKNOWN_REPLAY_PROTECTION"] = "UNKNOWN_REPLAY_PROTECTION";
3734
3734
  ReplayProtection2["DELIVERY_ID_HEADER"] = "DELIVERY_ID_HEADER";