@onereach/types-contacts-api
Advanced tools
Comparing version 1.26.1-beta.662.0 to 1.26.1-beta.666.0
@@ -32,2 +32,3 @@ declare function OmitType<T, K extends keyof T>(classRef: T, keys: readonly K[]): Omit<T, typeof keys[number]>; | ||
contact_book: string; | ||
order?: { by: string; order: 'asc' | 'desc'; }; | ||
q?: string; | ||
@@ -74,2 +75,6 @@ filter?: string; | ||
export interface ContactBookParamsDto extends ListApiParams { | ||
order?: { by: string; order: 'asc' | 'desc'; }; | ||
} | ||
export interface ContactBookResponseDto extends CreateContactBookDto { | ||
@@ -76,0 +81,0 @@ id: string; |
{ | ||
"name": "@onereach/types-contacts-api", | ||
"description": "Generated types for Contacts Api", | ||
"version": "1.26.1-beta.662.0", | ||
"version": "1.26.1-beta.666.0", | ||
"author": "OneReach.ai", | ||
@@ -6,0 +6,0 @@ "main": "./dist/index.ts", |
4077
117