@wix/auto_sdk_data-extension-schema_schemas 1.0.288 → 1.0.290

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.
@@ -3672,6 +3672,7 @@ var VerificationMethod = /* @__PURE__ */ ((VerificationMethod2) => {
3672
3672
  VerificationMethod2["PUBLIC_KEY"] = "PUBLIC_KEY";
3673
3673
  VerificationMethod2["CALLBACK_TOKEN"] = "CALLBACK_TOKEN";
3674
3674
  VerificationMethod2["NO_VERIFICATION"] = "NO_VERIFICATION";
3675
+ VerificationMethod2["OIDC_BEARER"] = "OIDC_BEARER";
3675
3676
  return VerificationMethod2;
3676
3677
  })(VerificationMethod || {});
3677
3678
  var ReplayProtection = /* @__PURE__ */ ((ReplayProtection2) => {