@onereach/types-contacts-api 2.1.3 → 2.1.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 +2 -0
  2. package/package.json +2 -2
package/dist/index.ts CHANGED
@@ -270,6 +270,8 @@ 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;
273
275
  status: SharedBookStatus;
274
276
  target_account: string;
275
277
  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.1.3",
4
+ "version": "2.1.5",
5
5
  "author": "OneReach.ai",
6
6
  "types": "./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": "369c62885245f290cfa76288794357d01198942c"
21
+ "gitHead": "f7329f61852a3275d43b721ae86c20ce0132ae1e"
22
22
  }