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/index.cjs +1 -1
- package/dist/index.d.ts +26 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{schemas-qgadqphn.js → schemas-bkz2iszm.js} +13 -0
- package/dist/{schemas-bbadnxh8.cjs → schemas-earo35w8.cjs} +13 -0
- package/dist/schemas.cjs +1 -1
- package/dist/schemas.d.mts +13 -0
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/types.d.mts +13 -0
- package/dist/types.d.mts.map +1 -1
- package/package.json +1 -1
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;
|