@wix/app-extensions 1.0.140 → 1.0.141

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.
@@ -3129,6 +3129,7 @@ var VerificationMethod = /* @__PURE__ */ ((VerificationMethod2) => {
3129
3129
  VerificationMethod2["PUBLIC_KEY"] = "PUBLIC_KEY";
3130
3130
  VerificationMethod2["CALLBACK_TOKEN"] = "CALLBACK_TOKEN";
3131
3131
  VerificationMethod2["NO_VERIFICATION"] = "NO_VERIFICATION";
3132
+ VerificationMethod2["OIDC_BEARER"] = "OIDC_BEARER";
3132
3133
  return VerificationMethod2;
3133
3134
  })(VerificationMethod || {});
3134
3135
  var VerificationSource = /* @__PURE__ */ ((VerificationSource2) => {