@dra2020/baseclient 1.0.32 → 1.0.33

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.
@@ -96,7 +96,8 @@ export declare type LabelUpdate = {
96
96
  [name: string]: boolean | null;
97
97
  };
98
98
  export interface SessionUpdateProps {
99
- id: string;
99
+ id?: string;
100
+ ids?: string[];
100
101
  deleted?: boolean;
101
102
  published?: boolean;
102
103
  official?: boolean;
@@ -124,7 +124,8 @@ export type LabelUpdate = { [name: string]: boolean|null }
124
124
 
125
125
  export interface SessionUpdateProps
126
126
  {
127
- id: string;
127
+ id?: string;
128
+ ids?: string[];
128
129
  deleted?: boolean;
129
130
  published?: boolean;
130
131
  official?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dra2020/baseclient",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "description": "Utility functions for Javascript projects.",
5
5
  "main": "dist/baseclient.js",
6
6
  "types": "./dist/all/all.d.ts",