@lssm/example.agent-console 0.0.0-canary-20251222120211 → 0.0.0-canary-20251223012036

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.
Files changed (241) hide show
  1. package/.turbo/turbo-build$colon$bundle.log +127 -379
  2. package/.turbo/turbo-build.log +128 -380
  3. package/CHANGELOG.md +6 -6
  4. package/dist/agent/agent.entity.d.ts +36 -36
  5. package/dist/agent/agent.entity.js +40 -40
  6. package/dist/agent/agent.entity.js.map +1 -1
  7. package/dist/agent/agent.enum.d.ts +4 -4
  8. package/dist/agent/agent.enum.js +4 -4
  9. package/dist/agent/agent.enum.js.map +1 -1
  10. package/dist/agent/agent.event.d.ts +31 -31
  11. package/dist/agent/agent.event.d.ts.map +1 -1
  12. package/dist/agent/agent.event.js +31 -33
  13. package/dist/agent/agent.event.js.map +1 -1
  14. package/dist/agent/agent.operation.d.ts +126 -126
  15. package/dist/agent/agent.operation.d.ts.map +1 -1
  16. package/dist/agent/agent.operation.js +35 -36
  17. package/dist/agent/agent.operation.js.map +1 -1
  18. package/dist/agent/agent.presentation.d.ts.map +1 -1
  19. package/dist/agent/agent.schema.d.ts +95 -95
  20. package/dist/agent/agent.schema.d.ts.map +1 -1
  21. package/dist/agent/agent.schema.js +77 -77
  22. package/dist/agent/agent.schema.js.map +1 -1
  23. package/dist/docs/agent-console.docblock.js +1 -2
  24. package/dist/docs/agent-console.docblock.js.map +1 -1
  25. package/dist/index.d.ts +3 -0
  26. package/dist/run/run.entity.d.ts +56 -56
  27. package/dist/run/run.entity.js +62 -62
  28. package/dist/run/run.entity.js.map +1 -1
  29. package/dist/run/run.enum.d.ts +5 -5
  30. package/dist/run/run.enum.js +5 -5
  31. package/dist/run/run.enum.js.map +1 -1
  32. package/dist/run/run.event.d.ts +71 -71
  33. package/dist/run/run.event.d.ts.map +1 -1
  34. package/dist/run/run.event.js +71 -73
  35. package/dist/run/run.event.js.map +1 -1
  36. package/dist/run/run.operation.d.ts +175 -175
  37. package/dist/run/run.operation.d.ts.map +1 -1
  38. package/dist/run/run.operation.js +57 -58
  39. package/dist/run/run.operation.js.map +1 -1
  40. package/dist/run/run.schema.d.ts +99 -99
  41. package/dist/run/run.schema.js +65 -65
  42. package/dist/run/run.schema.js.map +1 -1
  43. package/dist/tool/tool.entity.d.ts +24 -24
  44. package/dist/tool/tool.entity.js +27 -27
  45. package/dist/tool/tool.entity.js.map +1 -1
  46. package/dist/tool/tool.enum.d.ts +4 -4
  47. package/dist/tool/tool.enum.js +4 -4
  48. package/dist/tool/tool.enum.js.map +1 -1
  49. package/dist/tool/tool.event.d.ts +25 -25
  50. package/dist/tool/tool.event.js +25 -27
  51. package/dist/tool/tool.event.js.map +1 -1
  52. package/dist/tool/tool.operation.d.ts +101 -101
  53. package/dist/tool/tool.operation.js +28 -29
  54. package/dist/tool/tool.operation.js.map +1 -1
  55. package/dist/tool/tool.presentation.d.ts.map +1 -1
  56. package/dist/tool/tool.schema.js +44 -44
  57. package/dist/tool/tool.schema.js.map +1 -1
  58. package/package.json +9 -9
  59. package/tsconfig.tsbuildinfo +1 -1
  60. package/dist/libs/contracts/dist/_virtual/rolldown_runtime.js +0 -6
  61. package/dist/libs/contracts/dist/_virtual/rolldown_runtime.js.map +0 -1
  62. package/dist/libs/contracts/dist/capabilities/index.js +0 -1
  63. package/dist/libs/contracts/dist/capabilities/openbanking.js +0 -89
  64. package/dist/libs/contracts/dist/capabilities/openbanking.js.map +0 -1
  65. package/dist/libs/contracts/dist/client/index.js +0 -5
  66. package/dist/libs/contracts/dist/client/react/feature-render.js +0 -3
  67. package/dist/libs/contracts/dist/client/react/form-render.js +0 -5
  68. package/dist/libs/contracts/dist/client/react/index.js +0 -4
  69. package/dist/libs/contracts/dist/contract-registry/index.js +0 -1
  70. package/dist/libs/contracts/dist/contract-registry/schemas.js +0 -61
  71. package/dist/libs/contracts/dist/contract-registry/schemas.js.map +0 -1
  72. package/dist/libs/contracts/dist/data-views/data-views.js +0 -7
  73. package/dist/libs/contracts/dist/data-views/data-views.js.map +0 -1
  74. package/dist/libs/contracts/dist/docs/accessibility_wcag_compliance_specs.docblock.js +0 -17
  75. package/dist/libs/contracts/dist/docs/accessibility_wcag_compliance_specs.docblock.js.map +0 -1
  76. package/dist/libs/contracts/dist/docs/index.js +0 -25
  77. package/dist/libs/contracts/dist/docs/meta.docs.js +0 -30
  78. package/dist/libs/contracts/dist/docs/meta.docs.js.map +0 -1
  79. package/dist/libs/contracts/dist/docs/presentations.js +0 -72
  80. package/dist/libs/contracts/dist/docs/presentations.js.map +0 -1
  81. package/dist/libs/contracts/dist/docs/registry.js +0 -45
  82. package/dist/libs/contracts/dist/docs/registry.js.map +0 -1
  83. package/dist/libs/contracts/dist/docs/tech/auth/better-auth-nextjs.docblock.js +0 -81
  84. package/dist/libs/contracts/dist/docs/tech/auth/better-auth-nextjs.docblock.js.map +0 -1
  85. package/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +0 -58
  86. package/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js.map +0 -1
  87. package/dist/libs/contracts/dist/docs/tech/lifecycle-stage-system.docblock.js +0 -17
  88. package/dist/libs/contracts/dist/docs/tech/lifecycle-stage-system.docblock.js.map +0 -1
  89. package/dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js +0 -358
  90. package/dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js.map +0 -1
  91. package/dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js +0 -38
  92. package/dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js.map +0 -1
  93. package/dist/libs/contracts/dist/docs/tech/presentation-runtime.docblock.js +0 -17
  94. package/dist/libs/contracts/dist/docs/tech/presentation-runtime.docblock.js.map +0 -1
  95. package/dist/libs/contracts/dist/docs/tech/schema/README.docblock.js +0 -21
  96. package/dist/libs/contracts/dist/docs/tech/schema/README.docblock.js.map +0 -1
  97. package/dist/libs/contracts/dist/docs/tech/studio/learning-events.docblock.js +0 -49
  98. package/dist/libs/contracts/dist/docs/tech/studio/learning-events.docblock.js.map +0 -1
  99. package/dist/libs/contracts/dist/docs/tech/studio/learning-journeys.docblock.js +0 -80
  100. package/dist/libs/contracts/dist/docs/tech/studio/learning-journeys.docblock.js.map +0 -1
  101. package/dist/libs/contracts/dist/docs/tech/studio/platform-admin-panel.docblock.js +0 -85
  102. package/dist/libs/contracts/dist/docs/tech/studio/platform-admin-panel.docblock.js.map +0 -1
  103. package/dist/libs/contracts/dist/docs/tech/studio/project-access-teams.docblock.js +0 -46
  104. package/dist/libs/contracts/dist/docs/tech/studio/project-access-teams.docblock.js.map +0 -1
  105. package/dist/libs/contracts/dist/docs/tech/studio/project-routing.docblock.js +0 -68
  106. package/dist/libs/contracts/dist/docs/tech/studio/project-routing.docblock.js.map +0 -1
  107. package/dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js +0 -41
  108. package/dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js.map +0 -1
  109. package/dist/libs/contracts/dist/docs/tech/studio/team-invitations.docblock.js +0 -70
  110. package/dist/libs/contracts/dist/docs/tech/studio/team-invitations.docblock.js.map +0 -1
  111. package/dist/libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js +0 -48
  112. package/dist/libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js.map +0 -1
  113. package/dist/libs/contracts/dist/docs/tech/studio/workspaces.docblock.js +0 -63
  114. package/dist/libs/contracts/dist/docs/tech/studio/workspaces.docblock.js.map +0 -1
  115. package/dist/libs/contracts/dist/docs/tech/telemetry-ingest.docblock.js +0 -156
  116. package/dist/libs/contracts/dist/docs/tech/telemetry-ingest.docblock.js.map +0 -1
  117. package/dist/libs/contracts/dist/docs/tech/templates/runtime.docblock.js +0 -21
  118. package/dist/libs/contracts/dist/docs/tech/templates/runtime.docblock.js.map +0 -1
  119. package/dist/libs/contracts/dist/docs/tech/vscode-extension.docblock.js +0 -102
  120. package/dist/libs/contracts/dist/docs/tech/vscode-extension.docblock.js.map +0 -1
  121. package/dist/libs/contracts/dist/docs/tech/workflows/overview.docblock.js +0 -21
  122. package/dist/libs/contracts/dist/docs/tech/workflows/overview.docblock.js.map +0 -1
  123. package/dist/libs/contracts/dist/docs/tech-contracts.docs.js +0 -97
  124. package/dist/libs/contracts/dist/docs/tech-contracts.docs.js.map +0 -1
  125. package/dist/libs/contracts/dist/events.js +0 -11
  126. package/dist/libs/contracts/dist/events.js.map +0 -1
  127. package/dist/libs/contracts/dist/experiments/evaluator.js +0 -1
  128. package/dist/libs/contracts/dist/features.js +0 -7
  129. package/dist/libs/contracts/dist/features.js.map +0 -1
  130. package/dist/libs/contracts/dist/forms/forms.js +0 -1
  131. package/dist/libs/contracts/dist/index.js +0 -88
  132. package/dist/libs/contracts/dist/index.js.map +0 -1
  133. package/dist/libs/contracts/dist/install.js +0 -2
  134. package/dist/libs/contracts/dist/integrations/index.js +0 -18
  135. package/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js +0 -228
  136. package/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js.map +0 -1
  137. package/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js +0 -159
  138. package/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js.map +0 -1
  139. package/dist/libs/contracts/dist/integrations/openbanking/contracts/index.js +0 -3
  140. package/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js +0 -210
  141. package/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js.map +0 -1
  142. package/dist/libs/contracts/dist/integrations/openbanking/models.js +0 -241
  143. package/dist/libs/contracts/dist/integrations/openbanking/models.js.map +0 -1
  144. package/dist/libs/contracts/dist/integrations/openbanking/telemetry.js +0 -14
  145. package/dist/libs/contracts/dist/integrations/openbanking/telemetry.js.map +0 -1
  146. package/dist/libs/contracts/dist/integrations/operations.js +0 -377
  147. package/dist/libs/contracts/dist/integrations/operations.js.map +0 -1
  148. package/dist/libs/contracts/dist/integrations/providers/elevenlabs.js +0 -53
  149. package/dist/libs/contracts/dist/integrations/providers/elevenlabs.js.map +0 -1
  150. package/dist/libs/contracts/dist/integrations/providers/gcs-storage.js +0 -76
  151. package/dist/libs/contracts/dist/integrations/providers/gcs-storage.js.map +0 -1
  152. package/dist/libs/contracts/dist/integrations/providers/gmail.js +0 -88
  153. package/dist/libs/contracts/dist/integrations/providers/gmail.js.map +0 -1
  154. package/dist/libs/contracts/dist/integrations/providers/google-calendar.js +0 -67
  155. package/dist/libs/contracts/dist/integrations/providers/google-calendar.js.map +0 -1
  156. package/dist/libs/contracts/dist/integrations/providers/index.js +0 -11
  157. package/dist/libs/contracts/dist/integrations/providers/mistral.js +0 -69
  158. package/dist/libs/contracts/dist/integrations/providers/mistral.js.map +0 -1
  159. package/dist/libs/contracts/dist/integrations/providers/postmark.js +0 -69
  160. package/dist/libs/contracts/dist/integrations/providers/postmark.js.map +0 -1
  161. package/dist/libs/contracts/dist/integrations/providers/powens.js +0 -117
  162. package/dist/libs/contracts/dist/integrations/providers/powens.js.map +0 -1
  163. package/dist/libs/contracts/dist/integrations/providers/qdrant.js +0 -74
  164. package/dist/libs/contracts/dist/integrations/providers/qdrant.js.map +0 -1
  165. package/dist/libs/contracts/dist/integrations/providers/registry.js +0 -10
  166. package/dist/libs/contracts/dist/integrations/providers/stripe.js +0 -84
  167. package/dist/libs/contracts/dist/integrations/providers/stripe.js.map +0 -1
  168. package/dist/libs/contracts/dist/integrations/providers/twilio-sms.js +0 -62
  169. package/dist/libs/contracts/dist/integrations/providers/twilio-sms.js.map +0 -1
  170. package/dist/libs/contracts/dist/jsonschema.js +0 -1
  171. package/dist/libs/contracts/dist/knowledge/index.js +0 -7
  172. package/dist/libs/contracts/dist/knowledge/operations.js +0 -306
  173. package/dist/libs/contracts/dist/knowledge/operations.js.map +0 -1
  174. package/dist/libs/contracts/dist/knowledge/spaces/email-threads.js +0 -35
  175. package/dist/libs/contracts/dist/knowledge/spaces/email-threads.js.map +0 -1
  176. package/dist/libs/contracts/dist/knowledge/spaces/financial-docs.js +0 -35
  177. package/dist/libs/contracts/dist/knowledge/spaces/financial-docs.js.map +0 -1
  178. package/dist/libs/contracts/dist/knowledge/spaces/financial-overview.js +0 -39
  179. package/dist/libs/contracts/dist/knowledge/spaces/financial-overview.js.map +0 -1
  180. package/dist/libs/contracts/dist/knowledge/spaces/index.js +0 -6
  181. package/dist/libs/contracts/dist/knowledge/spaces/product-canon.js +0 -35
  182. package/dist/libs/contracts/dist/knowledge/spaces/product-canon.js.map +0 -1
  183. package/dist/libs/contracts/dist/knowledge/spaces/support-faq.js +0 -38
  184. package/dist/libs/contracts/dist/knowledge/spaces/support-faq.js.map +0 -1
  185. package/dist/libs/contracts/dist/knowledge/spaces/uploaded-docs.js +0 -35
  186. package/dist/libs/contracts/dist/knowledge/spaces/uploaded-docs.js.map +0 -1
  187. package/dist/libs/contracts/dist/llm/exporters.js +0 -21
  188. package/dist/libs/contracts/dist/llm/exporters.js.map +0 -1
  189. package/dist/libs/contracts/dist/llm/index.js +0 -2
  190. package/dist/libs/contracts/dist/llm/prompts.js +0 -1
  191. package/dist/libs/contracts/dist/onboarding-base.js +0 -196
  192. package/dist/libs/contracts/dist/onboarding-base.js.map +0 -1
  193. package/dist/libs/contracts/dist/openapi.js +0 -1
  194. package/dist/libs/contracts/dist/operations/index.js +0 -2
  195. package/dist/libs/contracts/dist/operations/operation.js +0 -35
  196. package/dist/libs/contracts/dist/operations/operation.js.map +0 -1
  197. package/dist/libs/contracts/dist/operations/registry.js +0 -8
  198. package/dist/libs/contracts/dist/operations/registry.js.map +0 -1
  199. package/dist/libs/contracts/dist/ownership.js +0 -24
  200. package/dist/libs/contracts/dist/ownership.js.map +0 -1
  201. package/dist/libs/contracts/dist/presentations/index.js +0 -2
  202. package/dist/libs/contracts/dist/presentations/presentations.js +0 -8
  203. package/dist/libs/contracts/dist/presentations/presentations.js.map +0 -1
  204. package/dist/libs/contracts/dist/presentations/transform-engine.js +0 -12
  205. package/dist/libs/contracts/dist/presentations/transform-engine.js.map +0 -1
  206. package/dist/libs/contracts/dist/prompt.js +0 -1
  207. package/dist/libs/contracts/dist/promptRegistry.js +0 -1
  208. package/dist/libs/contracts/dist/regenerator/index.js +0 -1
  209. package/dist/libs/contracts/dist/regenerator/service.js +0 -7
  210. package/dist/libs/contracts/dist/regenerator/service.js.map +0 -1
  211. package/dist/libs/contracts/dist/registry-utils.js +0 -24
  212. package/dist/libs/contracts/dist/registry-utils.js.map +0 -1
  213. package/dist/libs/contracts/dist/resources.js +0 -1
  214. package/dist/libs/contracts/dist/schema/dist/index.js +0 -3874
  215. package/dist/libs/contracts/dist/schema/dist/index.js.map +0 -1
  216. package/dist/libs/contracts/dist/server/graphql-pothos.js +0 -6
  217. package/dist/libs/contracts/dist/server/index.js +0 -8
  218. package/dist/libs/contracts/dist/server/mcp/createMcpServer.js +0 -4
  219. package/dist/libs/contracts/dist/server/mcp/registerPresentations.js +0 -3
  220. package/dist/libs/contracts/dist/server/mcp/registerPrompts.js +0 -1
  221. package/dist/libs/contracts/dist/server/mcp/registerResources.js +0 -2
  222. package/dist/libs/contracts/dist/server/mcp/registerTools.js +0 -1
  223. package/dist/libs/contracts/dist/server/provider-mcp.js +0 -1
  224. package/dist/libs/contracts/dist/server/rest-elysia.js +0 -1
  225. package/dist/libs/contracts/dist/server/rest-express.js +0 -1
  226. package/dist/libs/contracts/dist/server/rest-generic.js +0 -1
  227. package/dist/libs/contracts/dist/server/rest-next-app.js +0 -1
  228. package/dist/libs/contracts/dist/server/rest-next-pages.js +0 -1
  229. package/dist/libs/contracts/dist/telemetry/index.js +0 -1
  230. package/dist/libs/contracts/dist/telemetry/tracker.js +0 -1
  231. package/dist/libs/contracts/dist/tests/index.js +0 -1
  232. package/dist/libs/contracts/dist/tests/runner.js +0 -2
  233. package/dist/libs/contracts/dist/workflow/index.js +0 -2
  234. package/dist/libs/contracts/dist/workflow/runner.js +0 -1
  235. package/dist/libs/contracts/dist/workflow/spec.js +0 -7
  236. package/dist/libs/contracts/dist/workflow/spec.js.map +0 -1
  237. package/dist/libs/contracts/dist/workspace-config/contractsrc-schema.js +0 -164
  238. package/dist/libs/contracts/dist/workspace-config/contractsrc-schema.js.map +0 -1
  239. package/dist/libs/contracts/dist/workspace-config/index.js +0 -1
  240. package/dist/libs/schema/dist/index.js +0 -4922
  241. package/dist/libs/schema/dist/index.js.map +0 -1
@@ -1,112 +1,112 @@
1
- import * as _lssm_lib_contracts16 from "@lssm/lib.contracts";
2
- import * as _lssm_lib_schema498 from "@lssm/lib.schema";
1
+ import * as _lssm_lib_schema783 from "@lssm/lib.schema";
2
+ import * as _lssm_lib_contracts27 from "@lssm/lib.contracts";
3
3
 
4
4
  //#region src/tool/tool.operation.d.ts
5
5
  /**
6
6
  * CreateToolCommand - Creates a new tool definition.
7
7
  */
8
- declare const CreateToolCommand: _lssm_lib_contracts16.OperationSpec<_lssm_lib_schema498.SchemaModel<{
8
+ declare const CreateToolCommand: _lssm_lib_contracts27.OperationSpec<_lssm_lib_schema783.SchemaModel<{
9
9
  organizationId: {
10
- type: _lssm_lib_schema498.FieldType<string, string>;
10
+ type: _lssm_lib_schema783.FieldType<string, string>;
11
11
  isOptional: false;
12
12
  };
13
13
  name: {
14
- type: _lssm_lib_schema498.FieldType<string, string>;
14
+ type: _lssm_lib_schema783.FieldType<string, string>;
15
15
  isOptional: false;
16
16
  };
17
17
  slug: {
18
- type: _lssm_lib_schema498.FieldType<string, string>;
18
+ type: _lssm_lib_schema783.FieldType<string, string>;
19
19
  isOptional: false;
20
20
  };
21
21
  description: {
22
- type: _lssm_lib_schema498.FieldType<string, string>;
22
+ type: _lssm_lib_schema783.FieldType<string, string>;
23
23
  isOptional: false;
24
24
  };
25
25
  category: {
26
- type: _lssm_lib_schema498.EnumType<[string, string, string, string, string, string]>;
26
+ type: _lssm_lib_schema783.EnumType<[string, string, string, string, string, string]>;
27
27
  isOptional: true;
28
28
  };
29
29
  parametersSchema: {
30
- type: _lssm_lib_schema498.FieldType<Record<string, unknown>, Record<string, unknown>>;
30
+ type: _lssm_lib_schema783.FieldType<Record<string, unknown>, Record<string, unknown>>;
31
31
  isOptional: false;
32
32
  };
33
33
  outputSchema: {
34
- type: _lssm_lib_schema498.FieldType<Record<string, unknown>, Record<string, unknown>>;
34
+ type: _lssm_lib_schema783.FieldType<Record<string, unknown>, Record<string, unknown>>;
35
35
  isOptional: true;
36
36
  };
37
37
  implementationType: {
38
- type: _lssm_lib_schema498.EnumType<[string, string, string]>;
38
+ type: _lssm_lib_schema783.EnumType<[string, string, string]>;
39
39
  isOptional: false;
40
40
  };
41
41
  implementationConfig: {
42
- type: _lssm_lib_schema498.FieldType<Record<string, unknown>, Record<string, unknown>>;
42
+ type: _lssm_lib_schema783.FieldType<Record<string, unknown>, Record<string, unknown>>;
43
43
  isOptional: false;
44
44
  };
45
45
  maxInvocationsPerMinute: {
46
- type: _lssm_lib_schema498.FieldType<number, number>;
46
+ type: _lssm_lib_schema783.FieldType<number, number>;
47
47
  isOptional: true;
48
48
  };
49
49
  timeoutMs: {
50
- type: _lssm_lib_schema498.FieldType<number, number>;
50
+ type: _lssm_lib_schema783.FieldType<number, number>;
51
51
  isOptional: true;
52
52
  };
53
53
  tags: {
54
- type: _lssm_lib_schema498.FieldType<string, string>;
54
+ type: _lssm_lib_schema783.FieldType<string, string>;
55
55
  isArray: true;
56
56
  isOptional: true;
57
57
  };
58
- }>, _lssm_lib_schema498.SchemaModel<{
58
+ }>, _lssm_lib_schema783.SchemaModel<{
59
59
  id: {
60
- type: _lssm_lib_schema498.FieldType<string, string>;
60
+ type: _lssm_lib_schema783.FieldType<string, string>;
61
61
  isOptional: false;
62
62
  };
63
63
  name: {
64
- type: _lssm_lib_schema498.FieldType<string, string>;
64
+ type: _lssm_lib_schema783.FieldType<string, string>;
65
65
  isOptional: false;
66
66
  };
67
67
  slug: {
68
- type: _lssm_lib_schema498.FieldType<string, string>;
68
+ type: _lssm_lib_schema783.FieldType<string, string>;
69
69
  isOptional: false;
70
70
  };
71
71
  status: {
72
- type: _lssm_lib_schema498.EnumType<[string, string, string, string]>;
72
+ type: _lssm_lib_schema783.EnumType<[string, string, string, string]>;
73
73
  isOptional: false;
74
74
  };
75
75
  }>, {
76
76
  name: string;
77
77
  version: number;
78
78
  when: string;
79
- payload: _lssm_lib_schema498.SchemaModel<{
79
+ payload: _lssm_lib_schema783.SchemaModel<{
80
80
  id: {
81
- type: _lssm_lib_schema498.FieldType<string, string>;
81
+ type: _lssm_lib_schema783.FieldType<string, string>;
82
82
  isOptional: false;
83
83
  };
84
84
  name: {
85
- type: _lssm_lib_schema498.FieldType<string, string>;
85
+ type: _lssm_lib_schema783.FieldType<string, string>;
86
86
  isOptional: false;
87
87
  };
88
88
  slug: {
89
- type: _lssm_lib_schema498.FieldType<string, string>;
89
+ type: _lssm_lib_schema783.FieldType<string, string>;
90
90
  isOptional: false;
91
91
  };
92
92
  description: {
93
- type: _lssm_lib_schema498.FieldType<string, string>;
93
+ type: _lssm_lib_schema783.FieldType<string, string>;
94
94
  isOptional: false;
95
95
  };
96
96
  category: {
97
- type: _lssm_lib_schema498.EnumType<[string, string, string, string, string, string]>;
97
+ type: _lssm_lib_schema783.EnumType<[string, string, string, string, string, string]>;
98
98
  isOptional: false;
99
99
  };
100
100
  status: {
101
- type: _lssm_lib_schema498.EnumType<[string, string, string, string]>;
101
+ type: _lssm_lib_schema783.EnumType<[string, string, string, string]>;
102
102
  isOptional: false;
103
103
  };
104
104
  version: {
105
- type: _lssm_lib_schema498.FieldType<string, string>;
105
+ type: _lssm_lib_schema783.FieldType<string, string>;
106
106
  isOptional: false;
107
107
  };
108
108
  createdAt: {
109
- type: _lssm_lib_schema498.FieldType<Date, string>;
109
+ type: _lssm_lib_schema783.FieldType<Date, string>;
110
110
  isOptional: false;
111
111
  };
112
112
  }>;
@@ -114,100 +114,100 @@ declare const CreateToolCommand: _lssm_lib_contracts16.OperationSpec<_lssm_lib_s
114
114
  /**
115
115
  * UpdateToolCommand - Updates an existing tool.
116
116
  */
117
- declare const UpdateToolCommand: _lssm_lib_contracts16.OperationSpec<_lssm_lib_schema498.SchemaModel<{
117
+ declare const UpdateToolCommand: _lssm_lib_contracts27.OperationSpec<_lssm_lib_schema783.SchemaModel<{
118
118
  toolId: {
119
- type: _lssm_lib_schema498.FieldType<string, string>;
119
+ type: _lssm_lib_schema783.FieldType<string, string>;
120
120
  isOptional: false;
121
121
  };
122
122
  name: {
123
- type: _lssm_lib_schema498.FieldType<string, string>;
123
+ type: _lssm_lib_schema783.FieldType<string, string>;
124
124
  isOptional: true;
125
125
  };
126
126
  description: {
127
- type: _lssm_lib_schema498.FieldType<string, string>;
127
+ type: _lssm_lib_schema783.FieldType<string, string>;
128
128
  isOptional: true;
129
129
  };
130
130
  status: {
131
- type: _lssm_lib_schema498.EnumType<[string, string, string, string]>;
131
+ type: _lssm_lib_schema783.EnumType<[string, string, string, string]>;
132
132
  isOptional: true;
133
133
  };
134
134
  parametersSchema: {
135
- type: _lssm_lib_schema498.FieldType<Record<string, unknown>, Record<string, unknown>>;
135
+ type: _lssm_lib_schema783.FieldType<Record<string, unknown>, Record<string, unknown>>;
136
136
  isOptional: true;
137
137
  };
138
138
  outputSchema: {
139
- type: _lssm_lib_schema498.FieldType<Record<string, unknown>, Record<string, unknown>>;
139
+ type: _lssm_lib_schema783.FieldType<Record<string, unknown>, Record<string, unknown>>;
140
140
  isOptional: true;
141
141
  };
142
142
  implementationConfig: {
143
- type: _lssm_lib_schema498.FieldType<Record<string, unknown>, Record<string, unknown>>;
143
+ type: _lssm_lib_schema783.FieldType<Record<string, unknown>, Record<string, unknown>>;
144
144
  isOptional: true;
145
145
  };
146
146
  maxInvocationsPerMinute: {
147
- type: _lssm_lib_schema498.FieldType<number, number>;
147
+ type: _lssm_lib_schema783.FieldType<number, number>;
148
148
  isOptional: true;
149
149
  };
150
150
  timeoutMs: {
151
- type: _lssm_lib_schema498.FieldType<number, number>;
151
+ type: _lssm_lib_schema783.FieldType<number, number>;
152
152
  isOptional: true;
153
153
  };
154
154
  tags: {
155
- type: _lssm_lib_schema498.FieldType<string, string>;
155
+ type: _lssm_lib_schema783.FieldType<string, string>;
156
156
  isArray: true;
157
157
  isOptional: true;
158
158
  };
159
- }>, _lssm_lib_schema498.SchemaModel<{
159
+ }>, _lssm_lib_schema783.SchemaModel<{
160
160
  id: {
161
- type: _lssm_lib_schema498.FieldType<string, string>;
161
+ type: _lssm_lib_schema783.FieldType<string, string>;
162
162
  isOptional: false;
163
163
  };
164
164
  name: {
165
- type: _lssm_lib_schema498.FieldType<string, string>;
165
+ type: _lssm_lib_schema783.FieldType<string, string>;
166
166
  isOptional: false;
167
167
  };
168
168
  status: {
169
- type: _lssm_lib_schema498.EnumType<[string, string, string, string]>;
169
+ type: _lssm_lib_schema783.EnumType<[string, string, string, string]>;
170
170
  isOptional: false;
171
171
  };
172
172
  updatedAt: {
173
- type: _lssm_lib_schema498.FieldType<Date, string>;
173
+ type: _lssm_lib_schema783.FieldType<Date, string>;
174
174
  isOptional: false;
175
175
  };
176
176
  }>, {
177
177
  name: string;
178
178
  version: number;
179
179
  when: string;
180
- payload: _lssm_lib_schema498.SchemaModel<{
180
+ payload: _lssm_lib_schema783.SchemaModel<{
181
181
  id: {
182
- type: _lssm_lib_schema498.FieldType<string, string>;
182
+ type: _lssm_lib_schema783.FieldType<string, string>;
183
183
  isOptional: false;
184
184
  };
185
185
  name: {
186
- type: _lssm_lib_schema498.FieldType<string, string>;
186
+ type: _lssm_lib_schema783.FieldType<string, string>;
187
187
  isOptional: false;
188
188
  };
189
189
  slug: {
190
- type: _lssm_lib_schema498.FieldType<string, string>;
190
+ type: _lssm_lib_schema783.FieldType<string, string>;
191
191
  isOptional: false;
192
192
  };
193
193
  description: {
194
- type: _lssm_lib_schema498.FieldType<string, string>;
194
+ type: _lssm_lib_schema783.FieldType<string, string>;
195
195
  isOptional: false;
196
196
  };
197
197
  category: {
198
- type: _lssm_lib_schema498.EnumType<[string, string, string, string, string, string]>;
198
+ type: _lssm_lib_schema783.EnumType<[string, string, string, string, string, string]>;
199
199
  isOptional: false;
200
200
  };
201
201
  status: {
202
- type: _lssm_lib_schema498.EnumType<[string, string, string, string]>;
202
+ type: _lssm_lib_schema783.EnumType<[string, string, string, string]>;
203
203
  isOptional: false;
204
204
  };
205
205
  version: {
206
- type: _lssm_lib_schema498.FieldType<string, string>;
206
+ type: _lssm_lib_schema783.FieldType<string, string>;
207
207
  isOptional: false;
208
208
  };
209
209
  createdAt: {
210
- type: _lssm_lib_schema498.FieldType<Date, string>;
210
+ type: _lssm_lib_schema783.FieldType<Date, string>;
211
211
  isOptional: false;
212
212
  };
213
213
  }>;
@@ -215,146 +215,146 @@ declare const UpdateToolCommand: _lssm_lib_contracts16.OperationSpec<_lssm_lib_s
215
215
  /**
216
216
  * GetToolQuery - Retrieves a tool by ID.
217
217
  */
218
- declare const GetToolQuery: _lssm_lib_contracts16.OperationSpec<_lssm_lib_schema498.SchemaModel<{
218
+ declare const GetToolQuery: _lssm_lib_contracts27.OperationSpec<_lssm_lib_schema783.SchemaModel<{
219
219
  toolId: {
220
- type: _lssm_lib_schema498.FieldType<string, string>;
220
+ type: _lssm_lib_schema783.FieldType<string, string>;
221
221
  isOptional: false;
222
222
  };
223
- }>, _lssm_lib_schema498.SchemaModel<{
223
+ }>, _lssm_lib_schema783.SchemaModel<{
224
224
  id: {
225
- type: _lssm_lib_schema498.FieldType<string, string>;
225
+ type: _lssm_lib_schema783.FieldType<string, string>;
226
226
  isOptional: false;
227
227
  };
228
228
  organizationId: {
229
- type: _lssm_lib_schema498.FieldType<string, string>;
229
+ type: _lssm_lib_schema783.FieldType<string, string>;
230
230
  isOptional: false;
231
231
  };
232
232
  name: {
233
- type: _lssm_lib_schema498.FieldType<string, string>;
233
+ type: _lssm_lib_schema783.FieldType<string, string>;
234
234
  isOptional: false;
235
235
  };
236
236
  slug: {
237
- type: _lssm_lib_schema498.FieldType<string, string>;
237
+ type: _lssm_lib_schema783.FieldType<string, string>;
238
238
  isOptional: false;
239
239
  };
240
240
  description: {
241
- type: _lssm_lib_schema498.FieldType<string, string>;
241
+ type: _lssm_lib_schema783.FieldType<string, string>;
242
242
  isOptional: false;
243
243
  };
244
244
  category: {
245
- type: _lssm_lib_schema498.EnumType<[string, string, string, string, string, string]>;
245
+ type: _lssm_lib_schema783.EnumType<[string, string, string, string, string, string]>;
246
246
  isOptional: false;
247
247
  };
248
248
  status: {
249
- type: _lssm_lib_schema498.EnumType<[string, string, string, string]>;
249
+ type: _lssm_lib_schema783.EnumType<[string, string, string, string]>;
250
250
  isOptional: false;
251
251
  };
252
252
  parametersSchema: {
253
- type: _lssm_lib_schema498.FieldType<Record<string, unknown>, Record<string, unknown>>;
253
+ type: _lssm_lib_schema783.FieldType<Record<string, unknown>, Record<string, unknown>>;
254
254
  isOptional: false;
255
255
  };
256
256
  outputSchema: {
257
- type: _lssm_lib_schema498.FieldType<Record<string, unknown>, Record<string, unknown>>;
257
+ type: _lssm_lib_schema783.FieldType<Record<string, unknown>, Record<string, unknown>>;
258
258
  isOptional: true;
259
259
  };
260
260
  implementationType: {
261
- type: _lssm_lib_schema498.EnumType<[string, string, string]>;
261
+ type: _lssm_lib_schema783.EnumType<[string, string, string]>;
262
262
  isOptional: false;
263
263
  };
264
264
  implementationConfig: {
265
- type: _lssm_lib_schema498.FieldType<Record<string, unknown>, Record<string, unknown>>;
265
+ type: _lssm_lib_schema783.FieldType<Record<string, unknown>, Record<string, unknown>>;
266
266
  isOptional: false;
267
267
  };
268
268
  maxInvocationsPerMinute: {
269
- type: _lssm_lib_schema498.FieldType<number, number>;
269
+ type: _lssm_lib_schema783.FieldType<number, number>;
270
270
  isOptional: true;
271
271
  };
272
272
  timeoutMs: {
273
- type: _lssm_lib_schema498.FieldType<number, number>;
273
+ type: _lssm_lib_schema783.FieldType<number, number>;
274
274
  isOptional: false;
275
275
  defaultValue: number;
276
276
  };
277
277
  version: {
278
- type: _lssm_lib_schema498.FieldType<string, string>;
278
+ type: _lssm_lib_schema783.FieldType<string, string>;
279
279
  isOptional: false;
280
280
  };
281
281
  tags: {
282
- type: _lssm_lib_schema498.FieldType<string, string>;
282
+ type: _lssm_lib_schema783.FieldType<string, string>;
283
283
  isArray: true;
284
284
  isOptional: true;
285
285
  };
286
286
  createdAt: {
287
- type: _lssm_lib_schema498.FieldType<Date, string>;
287
+ type: _lssm_lib_schema783.FieldType<Date, string>;
288
288
  isOptional: false;
289
289
  };
290
290
  updatedAt: {
291
- type: _lssm_lib_schema498.FieldType<Date, string>;
291
+ type: _lssm_lib_schema783.FieldType<Date, string>;
292
292
  isOptional: false;
293
293
  };
294
294
  }>, undefined>;
295
295
  /**
296
296
  * ListToolsQuery - Lists tools for an organization.
297
297
  */
298
- declare const ListToolsQuery: _lssm_lib_contracts16.OperationSpec<_lssm_lib_schema498.SchemaModel<{
298
+ declare const ListToolsQuery: _lssm_lib_contracts27.OperationSpec<_lssm_lib_schema783.SchemaModel<{
299
299
  organizationId: {
300
- type: _lssm_lib_schema498.FieldType<string, string>;
300
+ type: _lssm_lib_schema783.FieldType<string, string>;
301
301
  isOptional: false;
302
302
  };
303
303
  category: {
304
- type: _lssm_lib_schema498.EnumType<[string, string, string, string, string, string]>;
304
+ type: _lssm_lib_schema783.EnumType<[string, string, string, string, string, string]>;
305
305
  isOptional: true;
306
306
  };
307
307
  status: {
308
- type: _lssm_lib_schema498.EnumType<[string, string, string, string]>;
308
+ type: _lssm_lib_schema783.EnumType<[string, string, string, string]>;
309
309
  isOptional: true;
310
310
  };
311
311
  search: {
312
- type: _lssm_lib_schema498.FieldType<string, string>;
312
+ type: _lssm_lib_schema783.FieldType<string, string>;
313
313
  isOptional: true;
314
314
  };
315
315
  limit: {
316
- type: _lssm_lib_schema498.FieldType<number, number>;
316
+ type: _lssm_lib_schema783.FieldType<number, number>;
317
317
  isOptional: true;
318
318
  defaultValue: number;
319
319
  };
320
320
  offset: {
321
- type: _lssm_lib_schema498.FieldType<number, number>;
321
+ type: _lssm_lib_schema783.FieldType<number, number>;
322
322
  isOptional: true;
323
323
  defaultValue: number;
324
324
  };
325
- }>, _lssm_lib_schema498.SchemaModel<{
325
+ }>, _lssm_lib_schema783.SchemaModel<{
326
326
  items: {
327
- type: _lssm_lib_schema498.SchemaModel<{
327
+ type: _lssm_lib_schema783.SchemaModel<{
328
328
  id: {
329
- type: _lssm_lib_schema498.FieldType<string, string>;
329
+ type: _lssm_lib_schema783.FieldType<string, string>;
330
330
  isOptional: false;
331
331
  };
332
332
  name: {
333
- type: _lssm_lib_schema498.FieldType<string, string>;
333
+ type: _lssm_lib_schema783.FieldType<string, string>;
334
334
  isOptional: false;
335
335
  };
336
336
  slug: {
337
- type: _lssm_lib_schema498.FieldType<string, string>;
337
+ type: _lssm_lib_schema783.FieldType<string, string>;
338
338
  isOptional: false;
339
339
  };
340
340
  description: {
341
- type: _lssm_lib_schema498.FieldType<string, string>;
341
+ type: _lssm_lib_schema783.FieldType<string, string>;
342
342
  isOptional: false;
343
343
  };
344
344
  category: {
345
- type: _lssm_lib_schema498.EnumType<[string, string, string, string, string, string]>;
345
+ type: _lssm_lib_schema783.EnumType<[string, string, string, string, string, string]>;
346
346
  isOptional: false;
347
347
  };
348
348
  status: {
349
- type: _lssm_lib_schema498.EnumType<[string, string, string, string]>;
349
+ type: _lssm_lib_schema783.EnumType<[string, string, string, string]>;
350
350
  isOptional: false;
351
351
  };
352
352
  version: {
353
- type: _lssm_lib_schema498.FieldType<string, string>;
353
+ type: _lssm_lib_schema783.FieldType<string, string>;
354
354
  isOptional: false;
355
355
  };
356
356
  createdAt: {
357
- type: _lssm_lib_schema498.FieldType<Date, string>;
357
+ type: _lssm_lib_schema783.FieldType<Date, string>;
358
358
  isOptional: false;
359
359
  };
360
360
  }>;
@@ -362,41 +362,41 @@ declare const ListToolsQuery: _lssm_lib_contracts16.OperationSpec<_lssm_lib_sche
362
362
  isOptional: false;
363
363
  };
364
364
  total: {
365
- type: _lssm_lib_schema498.FieldType<number, number>;
365
+ type: _lssm_lib_schema783.FieldType<number, number>;
366
366
  isOptional: false;
367
367
  };
368
368
  hasMore: {
369
- type: _lssm_lib_schema498.FieldType<boolean, boolean>;
369
+ type: _lssm_lib_schema783.FieldType<boolean, boolean>;
370
370
  isOptional: false;
371
371
  };
372
372
  }>, undefined>;
373
373
  /**
374
374
  * TestToolCommand - Tests a tool with sample input.
375
375
  */
376
- declare const TestToolCommand: _lssm_lib_contracts16.OperationSpec<_lssm_lib_schema498.SchemaModel<{
376
+ declare const TestToolCommand: _lssm_lib_contracts27.OperationSpec<_lssm_lib_schema783.SchemaModel<{
377
377
  toolId: {
378
- type: _lssm_lib_schema498.FieldType<string, string>;
378
+ type: _lssm_lib_schema783.FieldType<string, string>;
379
379
  isOptional: false;
380
380
  };
381
381
  testInput: {
382
- type: _lssm_lib_schema498.FieldType<Record<string, unknown>, Record<string, unknown>>;
382
+ type: _lssm_lib_schema783.FieldType<Record<string, unknown>, Record<string, unknown>>;
383
383
  isOptional: false;
384
384
  };
385
- }>, _lssm_lib_schema498.SchemaModel<{
385
+ }>, _lssm_lib_schema783.SchemaModel<{
386
386
  success: {
387
- type: _lssm_lib_schema498.FieldType<boolean, boolean>;
387
+ type: _lssm_lib_schema783.FieldType<boolean, boolean>;
388
388
  isOptional: false;
389
389
  };
390
390
  output: {
391
- type: _lssm_lib_schema498.FieldType<Record<string, unknown>, Record<string, unknown>>;
391
+ type: _lssm_lib_schema783.FieldType<Record<string, unknown>, Record<string, unknown>>;
392
392
  isOptional: true;
393
393
  };
394
394
  error: {
395
- type: _lssm_lib_schema498.FieldType<string, string>;
395
+ type: _lssm_lib_schema783.FieldType<string, string>;
396
396
  isOptional: true;
397
397
  };
398
398
  durationMs: {
399
- type: _lssm_lib_schema498.FieldType<number, number>;
399
+ type: _lssm_lib_schema783.FieldType<number, number>;
400
400
  isOptional: false;
401
401
  };
402
402
  }>, undefined>;
@@ -1,8 +1,7 @@
1
- import { E5, K5 } from "../libs/schema/dist/index.js";
2
- import { defineCommand, defineQuery } from "../libs/contracts/dist/operations/operation.js";
3
- import "../libs/contracts/dist/operations/index.js";
4
1
  import { ToolCategoryEnum, ToolStatusEnum } from "./tool.enum.js";
5
2
  import { CreateToolInputModel, ToolModel, ToolSummaryModel, UpdateToolInputModel } from "./tool.schema.js";
3
+ import { ScalarTypeEnum, defineSchemaModel } from "@lssm/lib.schema";
4
+ import { defineCommand, defineQuery } from "@lssm/lib.contracts/operations";
6
5
 
7
6
  //#region src/tool/tool.operation.ts
8
7
  const OWNERS = ["agent-console-team"];
@@ -22,19 +21,19 @@ const CreateToolCommand = defineCommand({
22
21
  },
23
22
  io: {
24
23
  input: CreateToolInputModel,
25
- output: K5({
24
+ output: defineSchemaModel({
26
25
  name: "CreateToolOutput",
27
26
  fields: {
28
27
  id: {
29
- type: E5.String_unsecure(),
28
+ type: ScalarTypeEnum.String_unsecure(),
30
29
  isOptional: false
31
30
  },
32
31
  name: {
33
- type: E5.NonEmptyString(),
32
+ type: ScalarTypeEnum.NonEmptyString(),
34
33
  isOptional: false
35
34
  },
36
35
  slug: {
37
- type: E5.String_unsecure(),
36
+ type: ScalarTypeEnum.String_unsecure(),
38
37
  isOptional: false
39
38
  },
40
39
  status: {
@@ -77,15 +76,15 @@ const UpdateToolCommand = defineCommand({
77
76
  },
78
77
  io: {
79
78
  input: UpdateToolInputModel,
80
- output: K5({
79
+ output: defineSchemaModel({
81
80
  name: "UpdateToolOutput",
82
81
  fields: {
83
82
  id: {
84
- type: E5.String_unsecure(),
83
+ type: ScalarTypeEnum.String_unsecure(),
85
84
  isOptional: false
86
85
  },
87
86
  name: {
88
- type: E5.NonEmptyString(),
87
+ type: ScalarTypeEnum.NonEmptyString(),
89
88
  isOptional: false
90
89
  },
91
90
  status: {
@@ -93,7 +92,7 @@ const UpdateToolCommand = defineCommand({
93
92
  isOptional: false
94
93
  },
95
94
  updatedAt: {
96
- type: E5.DateTime(),
95
+ type: ScalarTypeEnum.DateTime(),
97
96
  isOptional: false
98
97
  }
99
98
  }
@@ -131,10 +130,10 @@ const GetToolQuery = defineQuery({
131
130
  context: "Called when viewing tool details or editing."
132
131
  },
133
132
  io: {
134
- input: K5({
133
+ input: defineSchemaModel({
135
134
  name: "GetToolInput",
136
135
  fields: { toolId: {
137
- type: E5.String_unsecure(),
136
+ type: ScalarTypeEnum.String_unsecure(),
138
137
  isOptional: false
139
138
  } }
140
139
  }),
@@ -163,11 +162,11 @@ const ListToolsQuery = defineQuery({
163
162
  context: "Tool list/dashboard view."
164
163
  },
165
164
  io: {
166
- input: K5({
165
+ input: defineSchemaModel({
167
166
  name: "ListToolsInput",
168
167
  fields: {
169
168
  organizationId: {
170
- type: E5.String_unsecure(),
169
+ type: ScalarTypeEnum.String_unsecure(),
171
170
  isOptional: false
172
171
  },
173
172
  category: {
@@ -179,22 +178,22 @@ const ListToolsQuery = defineQuery({
179
178
  isOptional: true
180
179
  },
181
180
  search: {
182
- type: E5.String_unsecure(),
181
+ type: ScalarTypeEnum.String_unsecure(),
183
182
  isOptional: true
184
183
  },
185
184
  limit: {
186
- type: E5.Int_unsecure(),
185
+ type: ScalarTypeEnum.Int_unsecure(),
187
186
  isOptional: true,
188
187
  defaultValue: 20
189
188
  },
190
189
  offset: {
191
- type: E5.Int_unsecure(),
190
+ type: ScalarTypeEnum.Int_unsecure(),
192
191
  isOptional: true,
193
192
  defaultValue: 0
194
193
  }
195
194
  }
196
195
  }),
197
- output: K5({
196
+ output: defineSchemaModel({
198
197
  name: "ListToolsOutput",
199
198
  fields: {
200
199
  items: {
@@ -203,11 +202,11 @@ const ListToolsQuery = defineQuery({
203
202
  isOptional: false
204
203
  },
205
204
  total: {
206
- type: E5.Int_unsecure(),
205
+ type: ScalarTypeEnum.Int_unsecure(),
207
206
  isOptional: false
208
207
  },
209
208
  hasMore: {
210
- type: E5.Boolean(),
209
+ type: ScalarTypeEnum.Boolean(),
211
210
  isOptional: false
212
211
  }
213
212
  }
@@ -230,36 +229,36 @@ const TestToolCommand = defineCommand({
230
229
  context: "Tool builder UI - test panel."
231
230
  },
232
231
  io: {
233
- input: K5({
232
+ input: defineSchemaModel({
234
233
  name: "TestToolInput",
235
234
  fields: {
236
235
  toolId: {
237
- type: E5.String_unsecure(),
236
+ type: ScalarTypeEnum.String_unsecure(),
238
237
  isOptional: false
239
238
  },
240
239
  testInput: {
241
- type: E5.JSONObject(),
240
+ type: ScalarTypeEnum.JSONObject(),
242
241
  isOptional: false
243
242
  }
244
243
  }
245
244
  }),
246
- output: K5({
245
+ output: defineSchemaModel({
247
246
  name: "TestToolOutput",
248
247
  fields: {
249
248
  success: {
250
- type: E5.Boolean(),
249
+ type: ScalarTypeEnum.Boolean(),
251
250
  isOptional: false
252
251
  },
253
252
  output: {
254
- type: E5.JSONObject(),
253
+ type: ScalarTypeEnum.JSONObject(),
255
254
  isOptional: true
256
255
  },
257
256
  error: {
258
- type: E5.String_unsecure(),
257
+ type: ScalarTypeEnum.String_unsecure(),
259
258
  isOptional: true
260
259
  },
261
260
  durationMs: {
262
- type: E5.Int_unsecure(),
261
+ type: ScalarTypeEnum.Int_unsecure(),
263
262
  isOptional: false
264
263
  }
265
264
  }