@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.
- package/dist/cjs/index.d.ts +5 -0
- package/dist/esm/index.d.ts +5 -0
- package/package.json +2 -2
package/dist/cjs/index.d.ts
CHANGED
|
@@ -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/dist/esm/index.d.ts
CHANGED
|
@@ -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.
|
|
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": "
|
|
28
|
+
"gitHead": "c4ac3ab624f5e61442d48dafcc42b6cef8de8dc3"
|
|
29
29
|
}
|