@onereach/types-contacts-api 1.37.7-beta.960.0 → 1.37.7-beta.969.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 +1 -0
  2. package/package.json +1 -1
package/dist/index.ts CHANGED
@@ -133,6 +133,7 @@ export interface ShareContactBookParamsDto {
133
133
  }
134
134
 
135
135
  export interface SharedBookResponseDto {
136
+ id: string;
136
137
  approved_by?: string;
137
138
  status: SharedBookStatus;
138
139
  target_account: string;
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.37.7-beta.960.0",
4
+ "version": "1.37.7-beta.969.0",
5
5
  "author": "OneReach.ai",
6
6
  "main": "./dist/index.ts",
7
7
  "publishConfig": {