vercel-api-js 1.22.1 → 1.22.2

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.
package/dist/types.d.mts CHANGED
@@ -7946,6 +7946,19 @@ type UserEvent = {
7946
7946
  * @type object
7947
7947
  */
7948
7948
  headInfo: {
7949
+ commitMetadata?: {
7950
+ author: {
7951
+ date: string;
7952
+ email: string;
7953
+ name: string;
7954
+ };
7955
+ committer: {
7956
+ date: string;
7957
+ email: string;
7958
+ name: string;
7959
+ };
7960
+ message: string;
7961
+ } | undefined;
7949
7962
  org: string;
7950
7963
  ref: string;
7951
7964
  repo: string;