@dra2020/baseclient 1.0.119 → 1.0.121

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.
@@ -72,6 +72,8 @@ export interface SessionUserList {
72
72
  }
73
73
  export interface SessionProps {
74
74
  id: string;
75
+ baseid?: string;
76
+ rid?: string;
75
77
  name: string;
76
78
  type: string;
77
79
  description: string;
@@ -100,6 +100,8 @@ export interface SessionUserList
100
100
  export interface SessionProps
101
101
  {
102
102
  id: string;
103
+ baseid?: string; // For owner, actual sid if id is frozen version
104
+ rid?: string; // Revision ID for frozen version
103
105
  name: string;
104
106
  type: string;
105
107
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dra2020/baseclient",
3
- "version": "1.0.119",
3
+ "version": "1.0.121",
4
4
  "description": "Utility functions for Javascript projects.",
5
5
  "main": "dist/baseclient.js",
6
6
  "types": "./dist/all/all.d.ts",