@vellumai/plugin-api 0.10.5-dev.202607031934.26016be → 0.10.5-dev.202607032129.394c9d6
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/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1863,7 +1863,7 @@ declare type _HomeServerMessages = RelationshipStateUpdatedEvent | HomeFeedUpdat
|
|
|
1863
1863
|
* surface is bound to the turn. Contexts without a `conversationId` emit an
|
|
1864
1864
|
* unscoped `hook_event`.
|
|
1865
1865
|
*/
|
|
1866
|
-
declare type HookBroadcast = (detail: Record<string, unknown>) => void;
|
|
1866
|
+
export declare type HookBroadcast = (detail: Record<string, unknown>) => void;
|
|
1867
1867
|
|
|
1868
1868
|
declare type HookEvent = z.infer<typeof HookEventSchema>;
|
|
1869
1869
|
|
package/package.json
CHANGED