@onereach/types-contacts-api 2.0.2 → 2.0.4-beta.1460.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.
Files changed (2) hide show
  1. package/dist/index.ts +2 -0
  2. package/package.json +2 -3
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.2",
4
+ "version": "2.0.4-beta.1460.0",
5
5
  "author": "OneReach.ai",
6
6
  "main": "./dist/index.ts",
7
7
  "publishConfig": {
@@ -17,6 +17,5 @@
17
17
  "@types/node": "^18.11.10",
18
18
  "ts-morph": "^17.0.1",
19
19
  "ts-node": "^10.9.1"
20
- },
21
- "gitHead": "67f00a523e5b7de38d5e4eecf94ea79956869b6c"
20
+ }
22
21
  }