@excali-boards/boards-api-client 1.1.63 → 1.1.64

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.
@@ -118,7 +118,7 @@ export type PersonalBoardsOutput = {
118
118
  id: string;
119
119
  name: string;
120
120
  rootCategoryId: string | null;
121
- owner: PersonalBoardOwnerOutput | null;
121
+ owner: PersonalBoardOwnerOutput;
122
122
  boards: PersonalBoardOutput[];
123
123
  categories: PersonalCategoryOutput[];
124
124
  };
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.63",
2
+ "version": "1.1.64",
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",