@onereach/types-contacts-api 2.0.3 → 2.0.4
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/index.ts +2 -0
- package/package.json +2 -2
package/dist/index.ts
CHANGED
|
@@ -263,6 +263,7 @@ export interface UpdateSchemaPresetDto extends ReturnType<typeof PartialType<Cre
|
|
|
263
263
|
|
|
264
264
|
export interface ShareContactBookParamsDto {
|
|
265
265
|
targetAccountId: string;
|
|
266
|
+
custom_book_name?: string;
|
|
266
267
|
contactPermission?: CreateSharedBookContactPermissionDto;
|
|
267
268
|
}
|
|
268
269
|
|
|
@@ -272,6 +273,7 @@ export interface SharedBookResponseDto {
|
|
|
272
273
|
status: SharedBookStatus;
|
|
273
274
|
target_account: string;
|
|
274
275
|
account_name?: string;
|
|
276
|
+
custom_book_name?: string;
|
|
275
277
|
contact_book: string;
|
|
276
278
|
contactPermission: SharedBookContactPermissionResponseDto;
|
|
277
279
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/types-contacts-api",
|
|
3
3
|
"description": "Generated types for Contacts Api",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.4",
|
|
5
5
|
"author": "OneReach.ai",
|
|
6
6
|
"main": "./dist/index.ts",
|
|
7
7
|
"publishConfig": {
|
|
@@ -18,5 +18,5 @@
|
|
|
18
18
|
"ts-morph": "^17.0.1",
|
|
19
19
|
"ts-node": "^10.9.1"
|
|
20
20
|
},
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "fd45e3d4bd037d344ce8a7f6ed7fb7ad81a06e97"
|
|
22
22
|
}
|