@onereach/types-contacts-api
Advanced tools
Comparing version 1.29.1-beta.670.0 to 1.29.1-beta.672.0
@@ -30,3 +30,3 @@ declare function OmitType<T, K extends keyof T>(classRef: T, keys: readonly K[]): Omit<T, typeof keys[number]>; | ||
export interface ContactSearchParamsDto extends ListApiParams { | ||
export interface ContactSearchParamsDto extends ReturnType<typeof IntersectionType<OrderParams, ListApiParams>> { | ||
contact_book: string; | ||
@@ -37,2 +37,6 @@ q?: string; | ||
export interface OrderParams { | ||
order?: string; | ||
} | ||
export interface CreateContactDto { | ||
@@ -75,2 +79,5 @@ contact_book: string; | ||
export interface ContactBookParamsDto extends ReturnType<typeof IntersectionType<OrderParams, ListApiParams>> { | ||
} | ||
export interface ContactBookResponseDto extends CreateContactBookDto { | ||
@@ -77,0 +84,0 @@ id: string; |
{ | ||
"name": "@onereach/types-contacts-api", | ||
"description": "Generated types for Contacts Api", | ||
"version": "1.29.1-beta.670.0", | ||
"version": "1.29.1-beta.672.0", | ||
"author": "OneReach.ai", | ||
@@ -6,0 +6,0 @@ "main": "./dist/index.ts", |
4129
118