@dra2020/baseclient 1.0.119 → 1.0.120

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,7 @@ export interface SessionUserList {
72
72
  }
73
73
  export interface SessionProps {
74
74
  id: string;
75
+ baseid?: string;
75
76
  name: string;
76
77
  type: string;
77
78
  description: string;
@@ -100,6 +100,7 @@ export interface SessionUserList
100
100
  export interface SessionProps
101
101
  {
102
102
  id: string;
103
+ baseid?: string;
103
104
  name: string;
104
105
  type: string;
105
106
  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.120",
4
4
  "description": "Utility functions for Javascript projects.",
5
5
  "main": "dist/baseclient.js",
6
6
  "types": "./dist/all/all.d.ts",