@onereach/types-contacts-api 1.37.7-beta.884.0 → 1.37.7-beta.885.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 +0 -8
  2. package/package.json +1 -1
package/dist/index.ts CHANGED
@@ -52,14 +52,6 @@ export interface DeleteContactParamsDto {
52
52
  contact_book: string;
53
53
  }
54
54
 
55
- export interface LinkContactMultiParamsDto extends LinkContactParamsDto {
56
- ids: string[];
57
- }
58
-
59
- export interface LinkContactParamsDto {
60
- contact_book: string;
61
- }
62
-
63
55
  export interface MergeContactParamsDto {
64
56
  contact_book: string;
65
57
  mergeContactId: 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.884.0",
4
+ "version": "1.37.7-beta.885.0",
5
5
  "author": "OneReach.ai",
6
6
  "main": "./dist/index.ts",
7
7
  "publishConfig": {