@onereach/types-contacts-api 5.25.1 → 5.26.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.
@@ -122,6 +122,11 @@ 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
+ }
125
130
  export interface LinkContactMultiParamsDto {
126
131
  ids: string[];
127
132
  contact_books: string[];
@@ -122,6 +122,11 @@ 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
+ }
125
130
  export interface LinkContactMultiParamsDto {
126
131
  ids: string[];
127
132
  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",
4
+ "version": "5.26.0",
5
5
  "author": "OneReach.ai",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.js",
@@ -25,5 +25,5 @@
25
25
  "ts-morph": "17.0.1",
26
26
  "ts-node": "10.9.1"
27
27
  },
28
- "gitHead": "feead69e6702d19cbbcd137772e57d8915324403"
28
+ "gitHead": "c4ac3ab624f5e61442d48dafcc42b6cef8de8dc3"
29
29
  }