@onereach/types-contacts-api 5.24.7 → 5.24.8-beta.3263.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 +4 -0
- package/dist/esm/index.d.ts +4 -0
- package/package.json +2 -3
package/dist/cjs/index.d.ts
CHANGED
|
@@ -107,6 +107,10 @@ export type OrderType = {
|
|
|
107
107
|
by: string;
|
|
108
108
|
order: 'asc' | 'desc';
|
|
109
109
|
};
|
|
110
|
+
export interface FindContactByValueDto {
|
|
111
|
+
contact_book?: string;
|
|
112
|
+
value: Record<string, string | object>;
|
|
113
|
+
}
|
|
110
114
|
export interface LinkContactMultiParamsDto {
|
|
111
115
|
ids: string[];
|
|
112
116
|
contact_books: string[];
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -107,6 +107,10 @@ export type OrderType = {
|
|
|
107
107
|
by: string;
|
|
108
108
|
order: 'asc' | 'desc';
|
|
109
109
|
};
|
|
110
|
+
export interface FindContactByValueDto {
|
|
111
|
+
contact_book?: string;
|
|
112
|
+
value: Record<string, string | object>;
|
|
113
|
+
}
|
|
110
114
|
export interface LinkContactMultiParamsDto {
|
|
111
115
|
ids: string[];
|
|
112
116
|
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.24.
|
|
4
|
+
"version": "5.24.8-beta.3263.0",
|
|
5
5
|
"author": "OneReach.ai",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/esm/index.js",
|
|
@@ -24,6 +24,5 @@
|
|
|
24
24
|
"rimraf": "5.0.1",
|
|
25
25
|
"ts-morph": "17.0.1",
|
|
26
26
|
"ts-node": "10.9.1"
|
|
27
|
-
}
|
|
28
|
-
"gitHead": "bca01fe8f64926c4f45e6f0e14dc01319836a798"
|
|
27
|
+
}
|
|
29
28
|
}
|