@arbidocs/react 0.3.20 → 0.3.22
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -239,6 +239,7 @@ declare function useConversations(workspaceId: string | undefined, options?: {
|
|
|
239
239
|
updated_at: string;
|
|
240
240
|
is_shared: boolean;
|
|
241
241
|
message_count: number;
|
|
242
|
+
last_message_status?: string | null | undefined;
|
|
242
243
|
}[], Error>;
|
|
243
244
|
/** List tags in a workspace. */
|
|
244
245
|
declare function useTags(workspaceId: string | undefined, options?: {
|
package/dist/index.d.ts
CHANGED
|
@@ -239,6 +239,7 @@ declare function useConversations(workspaceId: string | undefined, options?: {
|
|
|
239
239
|
updated_at: string;
|
|
240
240
|
is_shared: boolean;
|
|
241
241
|
message_count: number;
|
|
242
|
+
last_message_status?: string | null | undefined;
|
|
242
243
|
}[], Error>;
|
|
243
244
|
/** List tags in a workspace. */
|
|
244
245
|
declare function useTags(workspaceId: string | undefined, options?: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arbidocs/react",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.22",
|
|
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.
|
|
26
|
-
"@arbidocs/client": "0.3.
|
|
25
|
+
"@arbidocs/sdk": "0.3.22",
|
|
26
|
+
"@arbidocs/client": "0.3.22",
|
|
27
27
|
"@tanstack/react-query": ">=5"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|