@onereach/types-contacts-api 5.25.1-beta.3270.0 → 5.25.2

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.
@@ -122,11 +122,6 @@ export type OrderType = {
122
122
  by: string;
123
123
  order: 'asc' | 'desc';
124
124
  };
125
- export interface FindContactByValueDto {
126
- contact_book?: string;
127
- machine_name: string;
128
- value: unknown;
129
- }
130
125
  export interface LinkContactMultiParamsDto {
131
126
  ids: string[];
132
127
  contact_books: string[];
@@ -122,11 +122,6 @@ export type OrderType = {
122
122
  by: string;
123
123
  order: 'asc' | 'desc';
124
124
  };
125
- export interface FindContactByValueDto {
126
- contact_book?: string;
127
- machine_name: string;
128
- value: unknown;
129
- }
130
125
  export interface LinkContactMultiParamsDto {
131
126
  ids: string[];
132
127
  contact_books: 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": "5.25.1-beta.3270.0",
4
+ "version": "5.25.2",
5
5
  "author": "OneReach.ai",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.js",
@@ -24,5 +24,6 @@
24
24
  "rimraf": "5.0.1",
25
25
  "ts-morph": "17.0.1",
26
26
  "ts-node": "10.9.1"
27
- }
27
+ },
28
+ "gitHead": "0ca954e2481a0d0951c2fbc5fa4b334eec13f710"
28
29
  }