nb-js-client 1.0.74 → 1.0.75

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.
@@ -23,6 +23,7 @@ export interface QueryInitResponse {
23
23
  lock_screen: LockScreen;
24
24
  view_type: QueryInitViewType;
25
25
  file_locking: FileLocking;
26
+ spaces_file_locking: FileLocking;
26
27
  restrictions?: Restriction;
27
28
  open_in_desktop_settings: {
28
29
  open_in_desktop_enabled: boolean;
package/dist/index.d.ts CHANGED
@@ -1536,6 +1536,7 @@ interface QueryInitResponse {
1536
1536
  lock_screen: LockScreen;
1537
1537
  view_type: QueryInitViewType;
1538
1538
  file_locking: FileLocking;
1539
+ spaces_file_locking: FileLocking;
1539
1540
  restrictions?: Restriction;
1540
1541
  open_in_desktop_settings: {
1541
1542
  open_in_desktop_enabled: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nb-js-client",
3
- "version": "1.0.74",
3
+ "version": "1.0.75",
4
4
  "main": "dist/bundle.cjs.js",
5
5
  "module": "dist/bundle.esm.js",
6
6
  "files": [