@onereach/types-contacts-api
Advanced tools
Comparing version 1.26.1-beta.597.0 to 1.26.1-beta.604.0
@@ -103,3 +103,3 @@ declare function OmitType<T, K extends keyof T>(classRef: T, keys: readonly K[]): Omit<T, typeof keys[number]>; | ||
schemaId: string; | ||
id: string; | ||
id?: string; | ||
} | ||
@@ -106,0 +106,0 @@ |
{ | ||
"name": "@onereach/types-contacts-api", | ||
"description": "Generated types for Contacts Api", | ||
"version": "1.26.1-beta.597.0", | ||
"version": "1.26.1-beta.604.0", | ||
"author": "OneReach.ai", | ||
@@ -21,3 +21,3 @@ "main": "./dist/index.ts", | ||
}, | ||
"gitHead": "72c93f6e77fefee22d94269da53ee1362446dfcd" | ||
"gitHead": "f037b51e211c3a777985b47d3b0aa38056c79e53" | ||
} |
4011