@onereach/types-contacts-api 5.24.8-beta.3263.0 → 5.24.8-beta.3267.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.
@@ -109,7 +109,8 @@ export type OrderType = {
109
109
  };
110
110
  export interface FindContactByValueDto {
111
111
  contact_book?: string;
112
- value: Record<string, string | object>;
112
+ machine_name: string;
113
+ value: unknown;
113
114
  }
114
115
  export interface LinkContactMultiParamsDto {
115
116
  ids: string[];
@@ -109,7 +109,8 @@ export type OrderType = {
109
109
  };
110
110
  export interface FindContactByValueDto {
111
111
  contact_book?: string;
112
- value: Record<string, string | object>;
112
+ machine_name: string;
113
+ value: unknown;
113
114
  }
114
115
  export interface LinkContactMultiParamsDto {
115
116
  ids: 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.24.8-beta.3263.0",
4
+ "version": "5.24.8-beta.3267.0",
5
5
  "author": "OneReach.ai",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.js",