@onereach/types-contacts-api 4.3.2 → 4.3.3

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.
@@ -84,7 +84,7 @@ export interface LinkContactParamsDto {
84
84
  contact_book: string;
85
85
  }
86
86
  export interface MergeContactParamsDto {
87
- contact_book: string;
87
+ contact_book?: string;
88
88
  mergeContactId: string;
89
89
  }
90
90
  export interface UnlinkContactMultiParamsDto extends UnlinkContactParamsDto {
@@ -84,7 +84,7 @@ export interface LinkContactParamsDto {
84
84
  contact_book: string;
85
85
  }
86
86
  export interface MergeContactParamsDto {
87
- contact_book: string;
87
+ contact_book?: string;
88
88
  mergeContactId: string;
89
89
  }
90
90
  export interface UnlinkContactMultiParamsDto extends UnlinkContactParamsDto {
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": "4.3.2",
4
+ "version": "4.3.3",
5
5
  "author": "OneReach.ai",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.js",
@@ -23,5 +23,5 @@
23
23
  "ts-morph": "17.0.1",
24
24
  "ts-node": "10.9.1"
25
25
  },
26
- "gitHead": "473aa3301dc0bb4f7601206c59bf79bc7915b144"
26
+ "gitHead": "624333a676539a890e47dc1acbada47c58ea740f"
27
27
  }