@vuu-ui/vuu-protocol-types 0.13.73 → 0.13.75

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.
Files changed (2) hide show
  1. package/index.d.ts +10 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1,3 +1,13 @@
1
+ /**
2
+ * VuuUser is not used in any websocket messages. It represents the user structure returned
3
+ * encoded within the auth token used to LOGIN. The auti token is returned by the authn REST
4
+ * service call.
5
+ */
6
+ export interface VuuUser {
7
+ authorizations: string[];
8
+ name: string;
9
+ }
10
+
1
11
  /**
2
12
  * Vuu Protocol Message Envelope.
3
13
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-protocol-types",
3
- "version": "0.13.73",
3
+ "version": "0.13.75",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {},