@onereach/types-contacts-api 1.46.3 → 1.46.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.
Files changed (2) hide show
  1. package/dist/index.ts +1 -0
  2. package/package.json +2 -2
package/dist/index.ts CHANGED
@@ -271,6 +271,7 @@ export interface SharedBookResponseDto {
271
271
  approved_by?: string;
272
272
  status: SharedBookStatus;
273
273
  target_account: string;
274
+ account_name?: string;
274
275
  contact_book: string;
275
276
  contactPermission: SharedBookContactPermissionResponseDto;
276
277
  }
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": "1.46.3",
4
+ "version": "1.46.5",
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": "6937961832e479f7c88b5f2c53f5d8b4b39ad943"
21
+ "gitHead": "c3e3b9ac9f2680c34beecc9b78104955a8aa237c"
22
22
  }