@wildix/xbees-connect 1.3.19-alpha.2 → 1.3.19
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wildix/xbees-connect",
|
|
3
|
-
"version": "1.3.19
|
|
3
|
+
"version": "1.3.19",
|
|
4
4
|
"description": "This library provides easy communication between x-bees and integrated web applications",
|
|
5
5
|
"author": "dimitri.chernykh <dimitri.chernykh@wildix.com>",
|
|
6
6
|
"homepage": "",
|
package/dist-es/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wildix/xbees-connect",
|
|
3
|
-
"version": "1.3.19
|
|
3
|
+
"version": "1.3.19",
|
|
4
4
|
"description": "This library provides easy communication between x-bees and integrated web applications",
|
|
5
5
|
"author": "dimitri.chernykh <dimitri.chernykh@wildix.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -18,6 +18,11 @@ export interface ContactShape {
|
|
|
18
18
|
organization?: string;
|
|
19
19
|
additionalEmails?: EmailPhoneEntry[];
|
|
20
20
|
additionalPhones?: EmailPhoneEntry[];
|
|
21
|
+
/**
|
|
22
|
+
* The verbatim search term this contact was matched by (set on email/phone-scoped searches only).
|
|
23
|
+
* Display-only query annotation: the term can be partial, so it must never be used as a
|
|
24
|
+
* call/transfer destination - resolve the stored email/phone value instead.
|
|
25
|
+
*/
|
|
21
26
|
matchedValue?: string;
|
|
22
27
|
}
|
|
23
28
|
export type Contact = (ContactShape & {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wildix/xbees-connect",
|
|
3
|
-
"version": "1.3.19
|
|
3
|
+
"version": "1.3.19",
|
|
4
4
|
"description": "This library provides easy communication between x-bees and integrated web applications",
|
|
5
5
|
"author": "dimitri.chernykh <dimitri.chernykh@wildix.com>",
|
|
6
6
|
"homepage": "",
|