@onereach/types-contacts-api
Advanced tools
Comparing version 1.34.4-beta.772.0 to 1.35.0
@@ -91,2 +91,3 @@ declare function OmitType<T, K extends keyof T>(classRef: T, keys: readonly K[]): Omit<T, typeof keys[number]>; | ||
contacts?: ContactResponseDto[]; | ||
crossAccountMeta: CrossAccountMetaDto | null; | ||
} | ||
@@ -100,2 +101,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>> { | ||
@@ -102,0 +117,0 @@ } |
{ | ||
"name": "@onereach/types-contacts-api", | ||
"description": "Generated types for Contacts Api", | ||
"version": "1.34.4-beta.772.0", | ||
"version": "1.35.0", | ||
"author": "OneReach.ai", | ||
@@ -20,3 +20,4 @@ "main": "./dist/index.ts", | ||
"ts-node": "^10.0.0" | ||
} | ||
}, | ||
"gitHead": "0b7609aacef41e77e85efa36b101d4fb587e7c0b" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5077
150
1