@onereach/types-contacts-api 1.46.1-beta.1406.0 → 1.46.2

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 +0 -1
  2. package/package.json +3 -2
package/dist/index.ts CHANGED
@@ -271,7 +271,6 @@ export interface SharedBookResponseDto {
271
271
  approved_by?: string;
272
272
  status: SharedBookStatus;
273
273
  target_account: string;
274
- account_name?: string;
275
274
  contact_book: string;
276
275
  contactPermission: SharedBookContactPermissionResponseDto;
277
276
  }
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.1-beta.1406.0",
4
+ "version": "1.46.2",
5
5
  "author": "OneReach.ai",
6
6
  "main": "./dist/index.ts",
7
7
  "publishConfig": {
@@ -17,5 +17,6 @@
17
17
  "@types/node": "^18.11.10",
18
18
  "ts-morph": "^17.0.1",
19
19
  "ts-node": "^10.9.1"
20
- }
20
+ },
21
+ "gitHead": "8eec3a1ceaa368b0a3951a571bb08d302aac9c98"
21
22
  }