@dra2020/baseclient 1.0.169 → 1.0.170

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.
@@ -93,6 +93,7 @@ export interface SessionProps {
93
93
  published?: string;
94
94
  locked?: boolean;
95
95
  official: boolean;
96
+ template?: boolean;
96
97
  loadFailed: boolean;
97
98
  accessMap: AccessMap;
98
99
  revisions: RevisionList;
@@ -115,6 +116,7 @@ export interface SessionUpdateProps {
115
116
  deleted?: boolean;
116
117
  published?: boolean;
117
118
  official?: boolean;
119
+ template?: boolean;
118
120
  locked?: boolean;
119
121
  name?: string;
120
122
  description?: string;
@@ -121,6 +121,7 @@ export interface SessionProps
121
121
  published?: string;
122
122
  locked?: boolean;
123
123
  official: boolean;
124
+ template?: boolean;
124
125
  loadFailed: boolean;
125
126
  accessMap: AccessMap;
126
127
  revisions: RevisionList;
@@ -143,6 +144,7 @@ export interface SessionUpdateProps
143
144
  deleted?: boolean;
144
145
  published?: boolean;
145
146
  official?: boolean;
147
+ template?: boolean;
146
148
  locked?: boolean;
147
149
  name?: string;
148
150
  description?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dra2020/baseclient",
3
- "version": "1.0.169",
3
+ "version": "1.0.170",
4
4
  "description": "Utility functions for Javascript projects.",
5
5
  "main": "dist/baseclient.js",
6
6
  "types": "./dist/all/all.d.ts",