@onereach/types-contacts-api
Advanced tools
Comparing version 1.34.4-beta.767.0 to 1.34.4-beta.770.0
@@ -27,3 +27,3 @@ declare function OmitType<T, K extends keyof T>(classRef: T, keys: readonly K[]): Omit<T, typeof keys[number]>; | ||
updated_at: Date; | ||
fieldValues: Record<string, FieldValueResponseDto>; | ||
fieldValues?: FieldValueResponseDto[]; | ||
} | ||
@@ -92,2 +92,3 @@ | ||
contacts?: ContactResponseDto[]; | ||
crossAccountMeta: CrossAccountMetaDto | null; | ||
} | ||
@@ -101,2 +102,16 @@ | ||
export interface CrossAccountMetaDto { | ||
id: string; | ||
created_at: Date; | ||
is_approved: boolean; | ||
account_name: string; | ||
account_id: string; | ||
approved_by: string; | ||
original_book_id: string; | ||
} | ||
export interface ShareContactBookParamsDto { | ||
targetAccountId: string; | ||
} | ||
export interface UpdateContactBookDto extends ReturnType<typeof PartialType<CreateContactBookDto>> { | ||
@@ -103,0 +118,0 @@ } |
{ | ||
"name": "@onereach/types-contacts-api", | ||
"description": "Generated types for Contacts Api", | ||
"version": "1.34.4-beta.767.0", | ||
"version": "1.34.4-beta.770.0", | ||
"author": "OneReach.ai", | ||
@@ -6,0 +6,0 @@ "main": "./dist/index.ts", |
5031
150