@dra2020/baseclient 1.0.120 → 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.
@@ -73,6 +73,7 @@ export interface SessionUserList {
73
73
  export interface SessionProps {
74
74
  id: string;
75
75
  baseid?: string;
76
+ rid?: string;
76
77
  name: string;
77
78
  type: string;
78
79
  description: string;
@@ -100,7 +100,8 @@ export interface SessionUserList
100
100
  export interface SessionProps
101
101
  {
102
102
  id: string;
103
- baseid?: string;
103
+ baseid?: string; // For owner, actual sid if id is frozen version
104
+ rid?: string; // Revision ID for frozen version
104
105
  name: string;
105
106
  type: string;
106
107
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dra2020/baseclient",
3
- "version": "1.0.120",
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",