@excali-boards/boards-api-client 1.1.61 → 1.1.62

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.
@@ -1,5 +1,5 @@
1
1
  import { BoardRole, CategoryRole, GroupRole } from './vars.js';
2
- export type BoardType = 'Excalidraw' | 'Tldraw';
2
+ export type BoardType = 'Excalidraw' | 'Tldraw' | 'Lexical';
3
3
  export type UserRole = BoardRole | CategoryRole | GroupRole | GlobalRole;
4
4
  export declare enum GlobalRole {
5
5
  Developer = "Developer"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.61",
2
+ "version": "1.1.62",
3
3
  "name": "@excali-boards/boards-api-client",
4
4
  "description": "A simple API client for the Boards API.",
5
5
  "repository": "https://github.com/Excali-Boards/boards-api-client",
@@ -25,6 +25,7 @@ enum Device {
25
25
  enum BoardType {
26
26
  Excalidraw
27
27
  Tldraw
28
+ Lexical
28
29
  }
29
30
 
30
31
  // Separate role enums for each resource type