@wix/app-extensions 1.0.140 → 1.0.142

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.
@@ -3706,6 +3706,7 @@ var VerificationMethod = /* @__PURE__ */ ((VerificationMethod2) => {
3706
3706
  VerificationMethod2["PUBLIC_KEY"] = "PUBLIC_KEY";
3707
3707
  VerificationMethod2["CALLBACK_TOKEN"] = "CALLBACK_TOKEN";
3708
3708
  VerificationMethod2["NO_VERIFICATION"] = "NO_VERIFICATION";
3709
+ VerificationMethod2["OIDC_BEARER"] = "OIDC_BEARER";
3709
3710
  return VerificationMethod2;
3710
3711
  })(VerificationMethod || {});
3711
3712
  var VerificationSource = /* @__PURE__ */ ((VerificationSource2) => {