@onereach/types-contacts-api 2.0.5-beta.1472.0 → 2.0.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 +0 -2
  2. package/package.json +3 -2
package/dist/index.ts CHANGED
@@ -270,8 +270,6 @@ export interface ShareContactBookParamsDto {
270
270
  export interface SharedBookResponseDto {
271
271
  id: string;
272
272
  approved_by?: string;
273
- created_at: Date;
274
- updated_at: Date;
275
273
  status: SharedBookStatus;
276
274
  target_account: string;
277
275
  account_name?: 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": "2.0.5-beta.1472.0",
4
+ "version": "2.0.5",
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": "c4cedb05f4ff05de3380a45df49926b66cb517e0"
21
22
  }