@onereach/types-contacts-api 5.39.4 → 5.39.5-beta.3745.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.d.ts +1 -0
- package/dist/esm/index.d.ts +1 -0
- package/package.json +2 -3
package/dist/cjs/index.d.ts
CHANGED
|
@@ -178,6 +178,7 @@ export interface ContactBookListDto extends ListApiResponse {
|
|
|
178
178
|
}
|
|
179
179
|
export interface ContactBookParamsDto extends ReturnType<typeof IntersectionType<OrderParams, ListApiParams>> {
|
|
180
180
|
q?: string;
|
|
181
|
+
includeCount?: boolean;
|
|
181
182
|
}
|
|
182
183
|
export interface ContactBookResponseDto extends CreateContactBookDto {
|
|
183
184
|
id: string;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -178,6 +178,7 @@ export interface ContactBookListDto extends ListApiResponse {
|
|
|
178
178
|
}
|
|
179
179
|
export interface ContactBookParamsDto extends ReturnType<typeof IntersectionType<OrderParams, ListApiParams>> {
|
|
180
180
|
q?: string;
|
|
181
|
+
includeCount?: boolean;
|
|
181
182
|
}
|
|
182
183
|
export interface ContactBookResponseDto extends CreateContactBookDto {
|
|
183
184
|
id: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/types-contacts-api",
|
|
3
|
-
"version": "5.39.
|
|
3
|
+
"version": "5.39.5-beta.3745.0",
|
|
4
4
|
"description": "Generated types for Contacts Api",
|
|
5
5
|
"author": "OneReach.ai",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -24,6 +24,5 @@
|
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|
|
27
|
-
}
|
|
28
|
-
"gitHead": "b492681613f44552079d1214425ff837bcc105c2"
|
|
27
|
+
}
|
|
29
28
|
}
|