@arbidocs/react 0.3.72 → 0.3.74

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.
package/dist/index.d.cts CHANGED
@@ -148,6 +148,7 @@ declare function useWorkspaces(options?: {
148
148
  name: string;
149
149
  description: string | null;
150
150
  is_public: boolean;
151
+ workspace_type: _arbidocs_client.components["schemas"]["WorkspaceType"];
151
152
  created_by_ext_id: string;
152
153
  updated_by_ext_id?: string | null | undefined;
153
154
  created_at: string;
package/dist/index.d.ts CHANGED
@@ -148,6 +148,7 @@ declare function useWorkspaces(options?: {
148
148
  name: string;
149
149
  description: string | null;
150
150
  is_public: boolean;
151
+ workspace_type: _arbidocs_client.components["schemas"]["WorkspaceType"];
151
152
  created_by_ext_id: string;
152
153
  updated_by_ext_id?: string | null | undefined;
153
154
  created_at: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arbidocs/react",
3
- "version": "0.3.72",
3
+ "version": "0.3.74",
4
4
  "description": "React hooks and provider for the ARBI SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -22,8 +22,8 @@
22
22
  "typecheck": "tsc --noEmit"
23
23
  },
24
24
  "dependencies": {
25
- "@arbidocs/sdk": "0.3.72",
26
- "@arbidocs/client": "0.3.72",
25
+ "@arbidocs/sdk": "0.3.74",
26
+ "@arbidocs/client": "0.3.74",
27
27
  "@tanstack/react-query": ">=5"
28
28
  },
29
29
  "peerDependencies": {