chatroom-cli 1.0.39 → 1.0.40
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/convex-api/api.d.ts +2 -0
- package/package.json +1 -1
package/dist/convex-api/api.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ import type * as discussions from "../discussions.js";
|
|
|
21
21
|
import type * as guidelines from "../guidelines.js";
|
|
22
22
|
import type * as lib_cliSessionAuth from "../lib/cliSessionAuth.js";
|
|
23
23
|
import type * as lib_hierarchy from "../lib/hierarchy.js";
|
|
24
|
+
import type * as lib_taskWorkflows from "../lib/taskWorkflows.js";
|
|
24
25
|
import type * as messages from "../messages.js";
|
|
25
26
|
import type * as migration from "../migration.js";
|
|
26
27
|
import type * as participants from "../participants.js";
|
|
@@ -63,6 +64,7 @@ declare const fullApi: ApiFromModules<{
|
|
|
63
64
|
guidelines: typeof guidelines;
|
|
64
65
|
"lib/cliSessionAuth": typeof lib_cliSessionAuth;
|
|
65
66
|
"lib/hierarchy": typeof lib_hierarchy;
|
|
67
|
+
"lib/taskWorkflows": typeof lib_taskWorkflows;
|
|
66
68
|
messages: typeof messages;
|
|
67
69
|
migration: typeof migration;
|
|
68
70
|
participants: typeof participants;
|