@vuu-ui/vuu-data-types 0.13.98 → 0.13.99-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/index.d.ts +0 -2
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -31,7 +31,6 @@ import type {
|
|
|
31
31
|
VuuRemoveVisualLink,
|
|
32
32
|
VuuTableList,
|
|
33
33
|
VuuLoginSuccessResponse,
|
|
34
|
-
VuuLoginFailResponse,
|
|
35
34
|
SelectRequest,
|
|
36
35
|
SelectResponse,
|
|
37
36
|
SelectSuccessWithRowCount,
|
|
@@ -788,7 +787,6 @@ export declare type VuuUiMessageInRequestResponse =
|
|
|
788
787
|
|
|
789
788
|
export declare type VuuUIMessageIn =
|
|
790
789
|
| (VuuLoginSuccessResponse & { sessionId: string })
|
|
791
|
-
| VuuLoginFailResponse
|
|
792
790
|
| VuuUiMessageInRequestResponse
|
|
793
791
|
| VuuUIMessageInConnected
|
|
794
792
|
| VuuUIMessageInConnectionFailed
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuu-ui/vuu-data-types",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.99-alpha.2",
|
|
4
4
|
"author": "heswell",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"devDependencies": {
|
|
7
|
-
"@vuu-ui/vuu-filter-types": "0.13.
|
|
8
|
-
"@vuu-ui/vuu-protocol-types": "0.13.
|
|
7
|
+
"@vuu-ui/vuu-filter-types": "0.13.99-alpha.2",
|
|
8
|
+
"@vuu-ui/vuu-protocol-types": "0.13.99-alpha.2"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {},
|
|
11
11
|
"peerDependencies": {},
|