@dra2020/baseclient 1.0.8 → 1.0.9

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.
@@ -83,6 +83,8 @@ export interface SessionProps {
83
83
  loadFailed: boolean;
84
84
  accessMap: AccessMap;
85
85
  revisions: RevisionList;
86
+ expunged?: boolean;
87
+ expungeDate?: string;
86
88
  xprops?: {
87
89
  [prop: string]: string;
88
90
  };
@@ -111,6 +111,8 @@ export interface SessionProps
111
111
  loadFailed: boolean;
112
112
  accessMap: AccessMap;
113
113
  revisions: RevisionList;
114
+ expunged?: boolean;
115
+ expungeDate?: string;
114
116
  xprops?: { [prop: string]: string };
115
117
  }
116
118
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dra2020/baseclient",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Utility functions for Javascript projects.",
5
5
  "main": "dist/baseclient.js",
6
6
  "types": "./dist/all/all.d.ts",