@wildix/xbees-connect 1.3.8-alpha.1 → 1.3.8-alpha.2
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.8-alpha.
|
|
3
|
+
"version": "1.3.8-alpha.2",
|
|
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.8-alpha.
|
|
3
|
+
"version": "1.3.8-alpha.2",
|
|
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": "",
|
|
@@ -95,7 +95,10 @@ export interface IPayloadStartRedirectToEntityPage {
|
|
|
95
95
|
export interface IPayloadCancelRedirectToEntityPage {
|
|
96
96
|
conversationId: string;
|
|
97
97
|
}
|
|
98
|
-
export
|
|
98
|
+
export interface IntegrationContextKey {
|
|
99
|
+
key: string;
|
|
100
|
+
description: string;
|
|
101
|
+
}
|
|
99
102
|
export interface IPayloadSupportedIntegrationContextKeys {
|
|
100
103
|
keys: IntegrationContextKey[];
|
|
101
104
|
}
|
|
@@ -113,7 +116,7 @@ export interface IPayloadIntegrationContextResponse {
|
|
|
113
116
|
requestedKeys: IntegrationContextKey[];
|
|
114
117
|
supportedKeys: IntegrationContextKey[];
|
|
115
118
|
resolvedEntity?: IResolvedIntegrationEntity;
|
|
116
|
-
data: Partial<Record<
|
|
117
|
-
errors?: Partial<Record<
|
|
119
|
+
data: Partial<Record<string, unknown>>;
|
|
120
|
+
errors?: Partial<Record<string, string>>;
|
|
118
121
|
}
|
|
119
122
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wildix/xbees-connect",
|
|
3
|
-
"version": "1.3.8-alpha.
|
|
3
|
+
"version": "1.3.8-alpha.2",
|
|
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": "",
|