@onereach/types-contacts-api 5.39.6-beta.3748.0 → 5.39.6
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 +3 -0
- package/dist/esm/index.d.ts +3 -0
- package/package.json +3 -2
package/dist/cjs/index.d.ts
CHANGED
|
@@ -203,6 +203,9 @@ export interface CreateContactBookDto {
|
|
|
203
203
|
fieldSchemas: ContactBookFieldSchemaDto[];
|
|
204
204
|
schemaPresets?: SchemaPresetResponseDto[];
|
|
205
205
|
}
|
|
206
|
+
export interface GetContactBookQueryDto {
|
|
207
|
+
includeContactsCount?: boolean;
|
|
208
|
+
}
|
|
206
209
|
export interface UpdateContactBookDto extends ReturnType<typeof PartialType<CreateContactBookDto>> {
|
|
207
210
|
}
|
|
208
211
|
export interface CrossAccountMetaDto {
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -203,6 +203,9 @@ export interface CreateContactBookDto {
|
|
|
203
203
|
fieldSchemas: ContactBookFieldSchemaDto[];
|
|
204
204
|
schemaPresets?: SchemaPresetResponseDto[];
|
|
205
205
|
}
|
|
206
|
+
export interface GetContactBookQueryDto {
|
|
207
|
+
includeContactsCount?: boolean;
|
|
208
|
+
}
|
|
206
209
|
export interface UpdateContactBookDto extends ReturnType<typeof PartialType<CreateContactBookDto>> {
|
|
207
210
|
}
|
|
208
211
|
export interface CrossAccountMetaDto {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/types-contacts-api",
|
|
3
|
-
"version": "5.39.6
|
|
3
|
+
"version": "5.39.6",
|
|
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": "43bc778d203442c826dedf18504e225e65ffcbcf"
|
|
28
29
|
}
|