@onereach/types-contacts-api 5.39.5-beta.3745.0 → 5.39.5

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.
@@ -178,7 +178,6 @@ 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;
182
181
  }
183
182
  export interface ContactBookResponseDto extends CreateContactBookDto {
184
183
  id: string;
@@ -178,7 +178,6 @@ 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;
182
181
  }
183
182
  export interface ContactBookResponseDto extends CreateContactBookDto {
184
183
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/types-contacts-api",
3
- "version": "5.39.5-beta.3745.0",
3
+ "version": "5.39.5",
4
4
  "description": "Generated types for Contacts Api",
5
5
  "author": "OneReach.ai",
6
6
  "main": "dist/cjs/index.js",
@@ -24,5 +24,6 @@
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"
27
- }
27
+ },
28
+ "gitHead": "b2e44bfabf45558054351f9c10a4985f96d4cd34"
28
29
  }