@loopstack/contracts 0.29.0 → 0.31.0

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 (145) hide show
  1. package/dist/api/auth.interface.js +1 -2
  2. package/dist/api/common.interface.js +1 -2
  3. package/dist/api/dashboard.interface.js +1 -2
  4. package/dist/api/document.interface.js +1 -2
  5. package/dist/api/file.interface.js +1 -2
  6. package/dist/api/index.js +8 -24
  7. package/dist/api/index.js.map +1 -1
  8. package/dist/api/pagination.interface.js +1 -2
  9. package/dist/api/workflow.interface.js +1 -2
  10. package/dist/api/workspace.interface.d.ts +1 -1
  11. package/dist/api/workspace.interface.d.ts.map +1 -1
  12. package/dist/api/workspace.interface.js +1 -2
  13. package/dist/enums/environment-type.enum.js +2 -5
  14. package/dist/enums/environment-type.enum.js.map +1 -1
  15. package/dist/enums/index.js +4 -20
  16. package/dist/enums/index.js.map +1 -1
  17. package/dist/enums/registry.enum.js +5 -8
  18. package/dist/enums/registry.enum.js.map +1 -1
  19. package/dist/enums/sort-order.enum.js +2 -5
  20. package/dist/enums/sort-order.enum.js.map +1 -1
  21. package/dist/enums/user-type.enum.js +2 -5
  22. package/dist/enums/user-type.enum.js.map +1 -1
  23. package/dist/enums/workflow-state.enum.js +2 -5
  24. package/dist/enums/workflow-state.enum.js.map +1 -1
  25. package/dist/schemas/{workspace.schema.d.ts → app.schema.d.ts} +3 -3
  26. package/dist/schemas/app.schema.d.ts.map +1 -0
  27. package/dist/schemas/app.schema.js +59 -0
  28. package/dist/schemas/app.schema.js.map +1 -0
  29. package/dist/schemas/assignment.schema.js +15 -18
  30. package/dist/schemas/assignment.schema.js.map +1 -1
  31. package/dist/schemas/block.schema.js +2 -5
  32. package/dist/schemas/block.schema.js.map +1 -1
  33. package/dist/schemas/document.schema.js +48 -51
  34. package/dist/schemas/document.schema.js.map +1 -1
  35. package/dist/schemas/environment-config.schema.js +6 -9
  36. package/dist/schemas/environment-config.schema.js.map +1 -1
  37. package/dist/schemas/index.d.ts +3 -3
  38. package/dist/schemas/index.d.ts.map +1 -1
  39. package/dist/schemas/index.js +15 -31
  40. package/dist/schemas/index.js.map +1 -1
  41. package/dist/schemas/json-schema.schema.js +43 -46
  42. package/dist/schemas/json-schema.schema.js.map +1 -1
  43. package/dist/schemas/main.schema.d.ts +1 -1
  44. package/dist/schemas/main.schema.js +10 -13
  45. package/dist/schemas/main.schema.js.map +1 -1
  46. package/dist/schemas/startup.schema.js +34 -37
  47. package/dist/schemas/startup.schema.js.map +1 -1
  48. package/dist/schemas/template-expression.schema.js +2 -5
  49. package/dist/schemas/template-expression.schema.js.map +1 -1
  50. package/dist/schemas/tool-call.schema.js +12 -15
  51. package/dist/schemas/tool-call.schema.js.map +1 -1
  52. package/dist/schemas/tool-config.schema.js +7 -10
  53. package/dist/schemas/tool-config.schema.js.map +1 -1
  54. package/dist/schemas/transition-payload.schema.js +6 -9
  55. package/dist/schemas/transition-payload.schema.js.map +1 -1
  56. package/dist/schemas/ui-form-element.schema.js +23 -26
  57. package/dist/schemas/ui-form-element.schema.js.map +1 -1
  58. package/dist/schemas/ui-form.schema.js +14 -17
  59. package/dist/schemas/ui-form.schema.js.map +1 -1
  60. package/dist/schemas/ui-properties-schema.js +5 -8
  61. package/dist/schemas/ui-properties-schema.js.map +1 -1
  62. package/dist/schemas/workflow-transition.schema.js +24 -27
  63. package/dist/schemas/workflow-transition.schema.js.map +1 -1
  64. package/dist/schemas/workflow.schema.js +13 -16
  65. package/dist/schemas/workflow.schema.js.map +1 -1
  66. package/dist/types/index.js +2 -18
  67. package/dist/types/index.js.map +1 -1
  68. package/dist/types/interfaces/client-message.interface.js +1 -2
  69. package/dist/types/interfaces/document-item.interface.d.ts +2 -2
  70. package/dist/types/interfaces/document-item.interface.d.ts.map +1 -1
  71. package/dist/types/interfaces/document-item.interface.js +1 -2
  72. package/dist/types/interfaces/history-transition.interface.js +1 -2
  73. package/dist/types/interfaces/index.js +8 -24
  74. package/dist/types/interfaces/index.js.map +1 -1
  75. package/dist/types/interfaces/transition-info.interface.js +1 -2
  76. package/dist/types/interfaces/transition-metadata.interface.d.ts +1 -1
  77. package/dist/types/interfaces/transition-metadata.interface.d.ts.map +1 -1
  78. package/dist/types/interfaces/transition-metadata.interface.js +1 -2
  79. package/dist/types/interfaces/transition-payload.interface.d.ts +1 -1
  80. package/dist/types/interfaces/transition-payload.interface.d.ts.map +1 -1
  81. package/dist/types/interfaces/transition-payload.interface.js +1 -2
  82. package/dist/types/interfaces/workflow-config.interface.d.ts +1 -1
  83. package/dist/types/interfaces/workflow-config.interface.d.ts.map +1 -1
  84. package/dist/types/interfaces/workflow-config.interface.js +1 -2
  85. package/dist/types/interfaces/workflow.interface.d.ts +2 -2
  86. package/dist/types/interfaces/workflow.interface.d.ts.map +1 -1
  87. package/dist/types/interfaces/workflow.interface.js +1 -2
  88. package/dist/types/types/app.type.d.ts +4 -0
  89. package/dist/types/types/app.type.d.ts.map +1 -0
  90. package/dist/types/types/app.type.js +2 -0
  91. package/dist/types/types/app.type.js.map +1 -0
  92. package/dist/types/types/assignment.type.d.ts +1 -1
  93. package/dist/types/types/assignment.type.d.ts.map +1 -1
  94. package/dist/types/types/assignment.type.js +1 -2
  95. package/dist/types/types/document.type.d.ts +1 -1
  96. package/dist/types/types/document.type.d.ts.map +1 -1
  97. package/dist/types/types/document.type.js +1 -2
  98. package/dist/types/types/index.d.ts +1 -1
  99. package/dist/types/types/index.d.ts.map +1 -1
  100. package/dist/types/types/index.js +16 -32
  101. package/dist/types/types/index.js.map +1 -1
  102. package/dist/types/types/json-schema-config.type.d.ts +1 -1
  103. package/dist/types/types/json-schema-config.type.d.ts.map +1 -1
  104. package/dist/types/types/json-schema-config.type.js +1 -2
  105. package/dist/types/types/main.type.d.ts +1 -1
  106. package/dist/types/types/main.type.d.ts.map +1 -1
  107. package/dist/types/types/main.type.js +1 -2
  108. package/dist/types/types/startup.type.d.ts +1 -1
  109. package/dist/types/types/startup.type.d.ts.map +1 -1
  110. package/dist/types/types/startup.type.js +1 -2
  111. package/dist/types/types/tool-call.type.d.ts +1 -1
  112. package/dist/types/types/tool-call.type.d.ts.map +1 -1
  113. package/dist/types/types/tool-call.type.js +1 -2
  114. package/dist/types/types/tool-config.type.d.ts +1 -1
  115. package/dist/types/types/tool-config.type.d.ts.map +1 -1
  116. package/dist/types/types/tool-config.type.js +1 -2
  117. package/dist/types/types/transition-payload.type.d.ts +1 -1
  118. package/dist/types/types/transition-payload.type.d.ts.map +1 -1
  119. package/dist/types/types/transition-payload.type.js +1 -2
  120. package/dist/types/types/ui-element.type.d.ts +1 -1
  121. package/dist/types/types/ui-element.type.d.ts.map +1 -1
  122. package/dist/types/types/ui-element.type.js +1 -2
  123. package/dist/types/types/ui-form.type.d.ts +1 -1
  124. package/dist/types/types/ui-form.type.d.ts.map +1 -1
  125. package/dist/types/types/ui-form.type.js +1 -2
  126. package/dist/types/types/ui-message.type.js +32 -35
  127. package/dist/types/types/ui-message.type.js.map +1 -1
  128. package/dist/types/types/ui-properties.type.d.ts +1 -1
  129. package/dist/types/types/ui-properties.type.d.ts.map +1 -1
  130. package/dist/types/types/ui-properties.type.js +1 -2
  131. package/dist/types/types/workflow-state.type.js +1 -2
  132. package/dist/types/types/workflow-transition.type.d.ts +1 -1
  133. package/dist/types/types/workflow-transition.type.d.ts.map +1 -1
  134. package/dist/types/types/workflow-transition.type.js +1 -2
  135. package/dist/types/types/workflow.type.d.ts +1 -1
  136. package/dist/types/types/workflow.type.d.ts.map +1 -1
  137. package/dist/types/types/workflow.type.js +1 -2
  138. package/package.json +2 -1
  139. package/dist/schemas/workspace.schema.d.ts.map +0 -1
  140. package/dist/schemas/workspace.schema.js +0 -62
  141. package/dist/schemas/workspace.schema.js.map +0 -1
  142. package/dist/types/types/workspace.type.d.ts +0 -4
  143. package/dist/types/types/workspace.type.d.ts.map +0 -1
  144. package/dist/types/types/workspace.type.js +0 -3
  145. package/dist/types/types/workspace.type.js.map +0 -1
@@ -1,34 +1,31 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WorkflowTransitionSchema = exports.WorkflowTransitionConfigSchema = void 0;
4
- const zod_1 = require("zod");
5
- const assignment_schema_1 = require("./assignment.schema");
6
- const template_expression_schema_1 = require("./template-expression.schema");
7
- const tool_call_schema_1 = require("./tool-call.schema");
8
- exports.WorkflowTransitionConfigSchema = zod_1.z
1
+ import { z } from 'zod';
2
+ import { AssignmentConfigSchema, AssignmentSchema } from './assignment.schema.js';
3
+ import { TemplateExpression } from './template-expression.schema.js';
4
+ import { ToolCallConfigSchema, ToolCallSchema } from './tool-call.schema.js';
5
+ export const WorkflowTransitionConfigSchema = z
9
6
  .object({
10
- id: zod_1.z.string(),
11
- from: zod_1.z.union([zod_1.z.string(), zod_1.z.array(zod_1.z.string())]),
12
- to: zod_1.z.string(),
13
- if: zod_1.z.union([template_expression_schema_1.TemplateExpression, zod_1.z.boolean()]).optional(),
14
- trigger: zod_1.z.union([zod_1.z.enum(['manual', 'onEntry']), template_expression_schema_1.TemplateExpression]).optional(),
15
- call: zod_1.z.array(tool_call_schema_1.ToolCallConfigSchema).optional(),
16
- assign: assignment_schema_1.AssignmentConfigSchema.optional(),
17
- onError: zod_1.z.string().optional(),
18
- debug: zod_1.z.boolean().optional(),
7
+ id: z.string(),
8
+ from: z.union([z.string(), z.array(z.string())]),
9
+ to: z.string(),
10
+ if: z.union([TemplateExpression, z.boolean()]).optional(),
11
+ trigger: z.union([z.enum(['manual', 'onEntry']), TemplateExpression]).optional(),
12
+ call: z.array(ToolCallConfigSchema).optional(),
13
+ assign: AssignmentConfigSchema.optional(),
14
+ onError: z.string().optional(),
15
+ debug: z.boolean().optional(),
19
16
  })
20
17
  .strict();
21
- exports.WorkflowTransitionSchema = zod_1.z
18
+ export const WorkflowTransitionSchema = z
22
19
  .object({
23
- id: zod_1.z.string(),
24
- from: zod_1.z.union([zod_1.z.string(), zod_1.z.array(zod_1.z.string())]),
25
- to: zod_1.z.string(),
26
- if: zod_1.z.boolean().optional(),
27
- trigger: zod_1.z.enum(['manual', 'onEntry']).optional(),
28
- call: zod_1.z.array(tool_call_schema_1.ToolCallSchema).optional(),
29
- assign: assignment_schema_1.AssignmentSchema.optional(),
30
- onError: zod_1.z.string().optional(),
31
- debug: zod_1.z.boolean().optional(),
20
+ id: z.string(),
21
+ from: z.union([z.string(), z.array(z.string())]),
22
+ to: z.string(),
23
+ if: z.boolean().optional(),
24
+ trigger: z.enum(['manual', 'onEntry']).optional(),
25
+ call: z.array(ToolCallSchema).optional(),
26
+ assign: AssignmentSchema.optional(),
27
+ onError: z.string().optional(),
28
+ debug: z.boolean().optional(),
32
29
  })
33
30
  .strict();
34
31
  //# sourceMappingURL=workflow-transition.schema.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"workflow-transition.schema.js","sourceRoot":"","sources":["../../src/schemas/workflow-transition.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,2DAA+E;AAC/E,6EAAkE;AAClE,yDAA0E;AAE7D,QAAA,8BAA8B,GAAG,OAAC;KAC5C,MAAM,CAAC;IACN,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;IACd,IAAI,EAAE,OAAC,CAAC,KAAK,CAAC,CAAC,OAAC,CAAC,MAAM,EAAE,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;IAChD,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;IACd,EAAE,EAAE,OAAC,CAAC,KAAK,CAAC,CAAC,+CAAkB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE;IACzD,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,CAAC,OAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,SAAS,CAAC,CAAC,EAAE,+CAAkB,CAAC,CAAC,CAAC,QAAQ,EAAE;IAChF,IAAI,EAAE,OAAC,CAAC,KAAK,CAAC,uCAAoB,CAAC,CAAC,QAAQ,EAAE;IAC9C,MAAM,EAAE,0CAAsB,CAAC,QAAQ,EAAE;IACzC,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,KAAK,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAC9B,CAAC;KACD,MAAM,EAAE,CAAC;AAEC,QAAA,wBAAwB,GAAG,OAAC;KACtC,MAAM,CAAC;IACN,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;IACd,IAAI,EAAE,OAAC,CAAC,KAAK,CAAC,CAAC,OAAC,CAAC,MAAM,EAAE,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;IAChD,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;IACd,EAAE,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC1B,OAAO,EAAE,OAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,SAAS,CAAC,CAAC,CAAC,QAAQ,EAAE;IACjD,IAAI,EAAE,OAAC,CAAC,KAAK,CAAC,iCAAc,CAAC,CAAC,QAAQ,EAAE;IACxC,MAAM,EAAE,oCAAgB,CAAC,QAAQ,EAAE;IACnC,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,KAAK,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAC9B,CAAC;KACD,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"workflow-transition.schema.js","sourceRoot":"","sources":["../../src/schemas/workflow-transition.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAClF,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,oBAAoB,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAE7E,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAAC;KAC5C,MAAM,CAAC;IACN,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;IAChD,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,kBAAkB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE;IACzD,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,SAAS,CAAC,CAAC,EAAE,kBAAkB,CAAC,CAAC,CAAC,QAAQ,EAAE;IAChF,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAAC,QAAQ,EAAE;IAC9C,MAAM,EAAE,sBAAsB,CAAC,QAAQ,EAAE;IACzC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,KAAK,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAC9B,CAAC;KACD,MAAM,EAAE,CAAC;AAEZ,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC;KACtC,MAAM,CAAC;IACN,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;IAChD,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,EAAE,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC1B,OAAO,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,SAAS,CAAC,CAAC,CAAC,QAAQ,EAAE;IACjD,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,QAAQ,EAAE;IACxC,MAAM,EAAE,gBAAgB,CAAC,QAAQ,EAAE;IACnC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,KAAK,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAC9B,CAAC;KACD,MAAM,EAAE,CAAC"}
@@ -1,20 +1,17 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WorkflowSchema = exports.WorkflowBaseSchema = exports.NamespacePropsSchema = void 0;
4
- const zod_1 = require("zod");
5
- const block_schema_1 = require("./block.schema");
6
- const ui_form_schema_1 = require("./ui-form.schema");
7
- const workflow_transition_schema_1 = require("./workflow-transition.schema");
8
- exports.NamespacePropsSchema = zod_1.z.object({
9
- label: zod_1.z.string(),
1
+ import { z } from 'zod';
2
+ import { BlockSchema } from './block.schema.js';
3
+ import { UiFormSchema } from './ui-form.schema.js';
4
+ import { WorkflowTransitionConfigSchema } from './workflow-transition.schema.js';
5
+ export const NamespacePropsSchema = z.object({
6
+ label: z.string(),
10
7
  });
11
- exports.WorkflowBaseSchema = block_schema_1.BlockSchema.extend({
12
- title: zod_1.z.string().optional(),
13
- description: zod_1.z.string().optional(),
14
- ui: ui_form_schema_1.UiFormSchema.optional(),
8
+ export const WorkflowBaseSchema = BlockSchema.extend({
9
+ title: z.string().optional(),
10
+ description: z.string().optional(),
11
+ ui: UiFormSchema.optional(),
15
12
  });
16
- exports.WorkflowSchema = exports.WorkflowBaseSchema.extend({
17
- type: zod_1.z.literal('workflow').default('workflow'),
18
- transitions: zod_1.z.array(workflow_transition_schema_1.WorkflowTransitionConfigSchema).optional(),
13
+ export const WorkflowSchema = WorkflowBaseSchema.extend({
14
+ type: z.literal('workflow').default('workflow'),
15
+ transitions: z.array(WorkflowTransitionConfigSchema).optional(),
19
16
  });
20
17
  //# sourceMappingURL=workflow.schema.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"workflow.schema.js","sourceRoot":"","sources":["../../src/schemas/workflow.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,iDAA6C;AAC7C,qDAAgD;AAChD,6EAA8E;AAEjE,QAAA,oBAAoB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC3C,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC;AAEU,QAAA,kBAAkB,GAAG,0BAAW,CAAC,MAAM,CAAC;IACnD,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,EAAE,EAAE,6BAAY,CAAC,QAAQ,EAAE;CAC5B,CAAC,CAAC;AAEU,QAAA,cAAc,GAAG,0BAAkB,CAAC,MAAM,CAAC;IACtD,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IAC/C,WAAW,EAAE,OAAC,CAAC,KAAK,CAAC,2DAA8B,CAAC,CAAC,QAAQ,EAAE;CAChE,CAAC,CAAC"}
1
+ {"version":3,"file":"workflow.schema.js","sourceRoot":"","sources":["../../src/schemas/workflow.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,EAAE,8BAA8B,EAAE,MAAM,iCAAiC,CAAC;AAEjF,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3C,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,kBAAkB,GAAG,WAAW,CAAC,MAAM,CAAC;IACnD,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,EAAE,EAAE,YAAY,CAAC,QAAQ,EAAE;CAC5B,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,cAAc,GAAG,kBAAkB,CAAC,MAAM,CAAC;IACtD,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IAC/C,WAAW,EAAE,CAAC,CAAC,KAAK,CAAC,8BAA8B,CAAC,CAAC,QAAQ,EAAE;CAChE,CAAC,CAAC"}
@@ -1,19 +1,3 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./interfaces/index.js"), exports);
18
- __exportStar(require("./types/index.js"), exports);
1
+ export * from './interfaces/index.js';
2
+ export * from './types/index.js';
19
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,mDAAiC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC"}
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=client-message.interface.js.map
@@ -1,5 +1,5 @@
1
- import { JSONSchemaConfigType } from '../types/json-schema-config.type';
2
- import { UiFormType } from '../types/ui-form.type';
1
+ import { JSONSchemaConfigType } from '../types/json-schema-config.type.js';
2
+ import { UiFormType } from '../types/ui-form.type.js';
3
3
  export interface DocumentItemInterface {
4
4
  id: string;
5
5
  name: string;
@@ -1 +1 @@
1
- {"version":3,"file":"document-item.interface.d.ts","sourceRoot":"","sources":["../../../src/types/interfaces/document-item.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AACxE,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAEnD,MAAM,WAAW,qBAAqB;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,GAAG,CAAC;IACb,MAAM,EAAE,oBAAoB,CAAC;IAC7B,eAAe,EAAE,GAAG,CAAC;IACrB,EAAE,EAAE,UAAU,CAAC;IACf,IAAI,EAAE,GAAG,CAAC;IACV,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;CACpB"}
1
+ {"version":3,"file":"document-item.interface.d.ts","sourceRoot":"","sources":["../../../src/types/interfaces/document-item.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAC3E,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAEtD,MAAM,WAAW,qBAAqB;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,GAAG,CAAC;IACb,MAAM,EAAE,oBAAoB,CAAC;IAC7B,eAAe,EAAE,GAAG,CAAC;IACrB,EAAE,EAAE,UAAU,CAAC;IACf,IAAI,EAAE,GAAG,CAAC;IACV,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;CACpB"}
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=document-item.interface.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=history-transition.interface.js.map
@@ -1,25 +1,9 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./history-transition.interface.js"), exports);
18
- __exportStar(require("./transition-info.interface.js"), exports);
19
- __exportStar(require("./transition-payload.interface.js"), exports);
20
- __exportStar(require("./transition-metadata.interface.js"), exports);
21
- __exportStar(require("./document-item.interface.js"), exports);
22
- __exportStar(require("./workflow.interface.js"), exports);
23
- __exportStar(require("./client-message.interface.js"), exports);
24
- __exportStar(require("./workflow-config.interface.js"), exports);
1
+ export * from './history-transition.interface.js';
2
+ export * from './transition-info.interface.js';
3
+ export * from './transition-payload.interface.js';
4
+ export * from './transition-metadata.interface.js';
5
+ export * from './document-item.interface.js';
6
+ export * from './workflow.interface.js';
7
+ export * from './client-message.interface.js';
8
+ export * from './workflow-config.interface.js';
25
9
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/interfaces/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oEAAkD;AAClD,iEAA+C;AAC/C,oEAAkD;AAClD,qEAAmD;AACnD,+DAA6C;AAC7C,0DAAwC;AACxC,gEAA8C;AAC9C,iEAA+C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAC;AAClD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC"}
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=transition-info.interface.js.map
@@ -1,4 +1,4 @@
1
- import { TransitionInfoInterface } from './transition-info.interface';
1
+ import { TransitionInfoInterface } from './transition-info.interface.js';
2
2
  export interface TransitionMetadataInterface extends TransitionInfoInterface {
3
3
  payload?: any;
4
4
  }
@@ -1 +1 @@
1
- {"version":3,"file":"transition-metadata.interface.d.ts","sourceRoot":"","sources":["../../../src/types/interfaces/transition-metadata.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAEtE,MAAM,WAAW,2BAA4B,SAAQ,uBAAuB;IAC1E,OAAO,CAAC,EAAE,GAAG,CAAC;CACf"}
1
+ {"version":3,"file":"transition-metadata.interface.d.ts","sourceRoot":"","sources":["../../../src/types/interfaces/transition-metadata.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AAEzE,MAAM,WAAW,2BAA4B,SAAQ,uBAAuB;IAC1E,OAAO,CAAC,EAAE,GAAG,CAAC;CACf"}
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=transition-metadata.interface.js.map
@@ -1,3 +1,3 @@
1
- import { TransitionPayload } from '../types/transition-payload.type';
1
+ import { TransitionPayload } from '../types/transition-payload.type.js';
2
2
  export type TransitionPayloadInterface = TransitionPayload;
3
3
  //# sourceMappingURL=transition-payload.interface.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"transition-payload.interface.d.ts","sourceRoot":"","sources":["../../../src/types/interfaces/transition-payload.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAErE,MAAM,MAAM,0BAA0B,GAAG,iBAAiB,CAAC"}
1
+ {"version":3,"file":"transition-payload.interface.d.ts","sourceRoot":"","sources":["../../../src/types/interfaces/transition-payload.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAExE,MAAM,MAAM,0BAA0B,GAAG,iBAAiB,CAAC"}
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=transition-payload.interface.js.map
@@ -1,4 +1,4 @@
1
- import { JSONSchemaConfigType, UiFormType, WorkflowTransitionType } from '../types';
1
+ import { JSONSchemaConfigType, UiFormType, WorkflowTransitionType } from '../types/index.js';
2
2
  export interface WorkflowConfigInterface {
3
3
  alias: string;
4
4
  title?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"workflow-config.interface.d.ts","sourceRoot":"","sources":["../../../src/types/interfaces/workflow-config.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,UAAU,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAEpF,MAAM,WAAW,uBAAuB;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,oBAAoB,CAAC;IAC9B,EAAE,CAAC,EAAE,UAAU,CAAC;IAChB,WAAW,CAAC,EAAE,sBAAsB,EAAE,CAAC;CACxC"}
1
+ {"version":3,"file":"workflow-config.interface.d.ts","sourceRoot":"","sources":["../../../src/types/interfaces/workflow-config.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,UAAU,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AAE7F,MAAM,WAAW,uBAAuB;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,oBAAoB,CAAC;IAC9B,EAAE,CAAC,EAAE,UAAU,CAAC;IAChB,WAAW,CAAC,EAAE,sBAAsB,EAAE,CAAC;CACxC"}
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=workflow-config.interface.js.map
@@ -1,5 +1,5 @@
1
- import { WorkflowState } from '../../enums';
2
- import { WorkflowTransitionType } from '../types/workflow-transition.type';
1
+ import { WorkflowState } from '../../enums/index.js';
2
+ import { WorkflowTransitionType } from '../types/workflow-transition.type.js';
3
3
  export interface WorkflowInterface {
4
4
  id: string;
5
5
  alias: string;
@@ -1 +1 @@
1
- {"version":3,"file":"workflow.interface.d.ts","sourceRoot":"","sources":["../../../src/types/interfaces/workflow.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAE3E,MAAM,WAAW,iBAAiB;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,MAAM,EAAE,aAAa,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,oBAAoB,EAAE,sBAAsB,EAAE,GAAG,IAAI,CAAC;IACtD,IAAI,EAAE,GAAG,CAAC;IACV,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC7B,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB"}
1
+ {"version":3,"file":"workflow.interface.d.ts","sourceRoot":"","sources":["../../../src/types/interfaces/workflow.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAE9E,MAAM,WAAW,iBAAiB;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,MAAM,EAAE,aAAa,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,oBAAoB,EAAE,sBAAsB,EAAE,GAAG,IAAI,CAAC;IACtD,IAAI,EAAE,GAAG,CAAC;IACV,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC7B,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB"}
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=workflow.interface.js.map
@@ -0,0 +1,4 @@
1
+ import { z } from 'zod';
2
+ import { AppSchema } from '../../schemas/index.js';
3
+ export type AppType = z.infer<typeof AppSchema>;
4
+ //# sourceMappingURL=app.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.type.d.ts","sourceRoot":"","sources":["../../../src/types/types/app.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,SAAS,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=app.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.type.js","sourceRoot":"","sources":["../../../src/types/types/app.type.ts"],"names":[],"mappings":""}
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { AssignmentConfigSchema, AssignmentSchema } from '../../schemas';
2
+ import { AssignmentConfigSchema, AssignmentSchema } from '../../schemas/index.js';
3
3
  export type AssignmentType = z.infer<typeof AssignmentSchema>;
4
4
  export type AssignmentConfigType = z.infer<typeof AssignmentConfigSchema>;
5
5
  //# sourceMappingURL=assignment.type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"assignment.type.d.ts","sourceRoot":"","sources":["../../../src/types/types/assignment.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEzE,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAC9D,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
1
+ {"version":3,"file":"assignment.type.d.ts","sourceRoot":"","sources":["../../../src/types/types/assignment.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAElF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAC9D,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=assignment.type.js.map
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { DocumentConfigSchema, DocumentMessageSchema, DocumentSchema, MimeTypeSchema } from '../../schemas';
2
+ import { DocumentConfigSchema, DocumentMessageSchema, DocumentSchema, MimeTypeSchema } from '../../schemas/index.js';
3
3
  export type MimeType = z.infer<typeof MimeTypeSchema>;
4
4
  export type DocumentConfigType = z.infer<typeof DocumentConfigSchema>;
5
5
  export type DocumentType = z.infer<typeof DocumentSchema>;
@@ -1 +1 @@
1
- {"version":3,"file":"document.type.d.ts","sourceRoot":"","sources":["../../../src/types/types/document.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE5G,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AACtD,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AACtE,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAC1D,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
1
+ {"version":3,"file":"document.type.d.ts","sourceRoot":"","sources":["../../../src/types/types/document.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAErH,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AACtD,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AACtE,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAC1D,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=document.type.js.map
@@ -10,7 +10,7 @@ export * from './ui-message.type.js';
10
10
  export * from './ui-properties.type.js';
11
11
  export * from './workflow.type.js';
12
12
  export * from './workflow-transition.type.js';
13
- export * from './workspace.type.js';
13
+ export * from './app.type.js';
14
14
  export * from './json-schema-config.type.js';
15
15
  export * from './main.type.js';
16
16
  export * from './workflow-state.type.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qBAAqB,CAAC;AACpC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,eAAe,CAAC;AAC9B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,0BAA0B,CAAC"}
@@ -1,33 +1,17 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./assignment.type.js"), exports);
18
- __exportStar(require("./document.type.js"), exports);
19
- __exportStar(require("./startup.type.js"), exports);
20
- __exportStar(require("./tool-call.type.js"), exports);
21
- __exportStar(require("./tool-config.type.js"), exports);
22
- __exportStar(require("./transition-payload.type.js"), exports);
23
- __exportStar(require("./ui-form.type.js"), exports);
24
- __exportStar(require("./ui-element.type.js"), exports);
25
- __exportStar(require("./ui-message.type.js"), exports);
26
- __exportStar(require("./ui-properties.type.js"), exports);
27
- __exportStar(require("./workflow.type.js"), exports);
28
- __exportStar(require("./workflow-transition.type.js"), exports);
29
- __exportStar(require("./workspace.type.js"), exports);
30
- __exportStar(require("./json-schema-config.type.js"), exports);
31
- __exportStar(require("./main.type.js"), exports);
32
- __exportStar(require("./workflow-state.type.js"), exports);
1
+ export * from './assignment.type.js';
2
+ export * from './document.type.js';
3
+ export * from './startup.type.js';
4
+ export * from './tool-call.type.js';
5
+ export * from './tool-config.type.js';
6
+ export * from './transition-payload.type.js';
7
+ export * from './ui-form.type.js';
8
+ export * from './ui-element.type.js';
9
+ export * from './ui-message.type.js';
10
+ export * from './ui-properties.type.js';
11
+ export * from './workflow.type.js';
12
+ export * from './workflow-transition.type.js';
13
+ export * from './app.type.js';
14
+ export * from './json-schema-config.type.js';
15
+ export * from './main.type.js';
16
+ export * from './workflow-state.type.js';
33
17
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,qDAAmC;AACnC,oDAAkC;AAClC,sDAAoC;AACpC,wDAAsC;AACtC,+DAA6C;AAC7C,oDAAkC;AAClC,uDAAqC;AACrC,uDAAqC;AACrC,0DAAwC;AACxC,qDAAmC;AACnC,gEAA8C;AAC9C,sDAAoC;AACpC,+DAA6C;AAC7C,iDAA+B;AAC/B,2DAAyC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,eAAe,CAAC;AAC9B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,0BAA0B,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import { z } from 'zod';
2
- import { JSONSchemaType } from '../../schemas';
2
+ import { JSONSchemaType } from '../../schemas/index.js';
3
3
  export type JSONSchemaConfigType = z.infer<typeof JSONSchemaType>;
4
4
  //# sourceMappingURL=json-schema-config.type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"json-schema-config.type.d.ts","sourceRoot":"","sources":["../../../src/types/types/json-schema-config.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE/C,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC"}
1
+ {"version":3,"file":"json-schema-config.type.d.ts","sourceRoot":"","sources":["../../../src/types/types/json-schema-config.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAExD,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC"}
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=json-schema-config.type.js.map
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { BlockConfigSchema } from '../../schemas';
2
+ import { BlockConfigSchema } from '../../schemas/index.js';
3
3
  export interface ConfigSourceInterface {
4
4
  path: string;
5
5
  relativePath: string;
@@ -1 +1 @@
1
- {"version":3,"file":"main.type.d.ts","sourceRoot":"","sources":["../../../src/types/types/main.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAElD,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;CAClC;AAED,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC"}
1
+ {"version":3,"file":"main.type.d.ts","sourceRoot":"","sources":["../../../src/types/types/main.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;CAClC;AAED,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC"}
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=main.type.js.map
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { RunWorkflowTaskSchema, ScheduledTaskSchema } from '../../schemas';
2
+ import { RunWorkflowTaskSchema, ScheduledTaskSchema } from '../../schemas/index.js';
3
3
  export type RunWorkflowTask = z.infer<typeof RunWorkflowTaskSchema>;
4
4
  export type ScheduledTask = z.infer<typeof ScheduledTaskSchema>;
5
5
  //# sourceMappingURL=startup.type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"startup.type.d.ts","sourceRoot":"","sources":["../../../src/types/types/startup.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAE3E,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpE,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC"}
1
+ {"version":3,"file":"startup.type.d.ts","sourceRoot":"","sources":["../../../src/types/types/startup.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAEpF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpE,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC"}
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=startup.type.js.map
@@ -1,4 +1,4 @@
1
1
  import { z } from 'zod';
2
- import { ToolCallConfigSchema } from '../../schemas';
2
+ import { ToolCallConfigSchema } from '../../schemas/index.js';
3
3
  export type ToolCallType = z.infer<typeof ToolCallConfigSchema>;
4
4
  //# sourceMappingURL=tool-call.type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tool-call.type.d.ts","sourceRoot":"","sources":["../../../src/types/types/tool-call.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAErD,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC"}
1
+ {"version":3,"file":"tool-call.type.d.ts","sourceRoot":"","sources":["../../../src/types/types/tool-call.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC"}
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=tool-call.type.js.map
@@ -1,4 +1,4 @@
1
1
  import { z } from 'zod';
2
- import { ToolConfigSchema } from '../../schemas';
2
+ import { ToolConfigSchema } from '../../schemas/index.js';
3
3
  export type ToolConfigType = z.infer<typeof ToolConfigSchema>;
4
4
  //# sourceMappingURL=tool-config.type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tool-config.type.d.ts","sourceRoot":"","sources":["../../../src/types/types/tool-config.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEjD,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC"}
1
+ {"version":3,"file":"tool-config.type.d.ts","sourceRoot":"","sources":["../../../src/types/types/tool-config.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE1D,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC"}
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=tool-config.type.js.map
@@ -1,4 +1,4 @@
1
1
  import { z } from 'zod';
2
- import { TransitionPayloadSchema } from '../../schemas';
2
+ import { TransitionPayloadSchema } from '../../schemas/index.js';
3
3
  export type TransitionPayload = z.infer<typeof TransitionPayloadSchema>;
4
4
  //# sourceMappingURL=transition-payload.type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"transition-payload.type.d.ts","sourceRoot":"","sources":["../../../src/types/types/transition-payload.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AAExD,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC"}
1
+ {"version":3,"file":"transition-payload.type.d.ts","sourceRoot":"","sources":["../../../src/types/types/transition-payload.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AAEjE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC"}
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=transition-payload.type.js.map
@@ -1,4 +1,4 @@
1
1
  import { z } from 'zod';
2
- import { UiElementSchema } from '../../schemas';
2
+ import { UiElementSchema } from '../../schemas/index.js';
3
3
  export type UiElementType = z.infer<typeof UiElementSchema>;
4
4
  //# sourceMappingURL=ui-element.type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui-element.type.d.ts","sourceRoot":"","sources":["../../../src/types/types/ui-element.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC"}
1
+ {"version":3,"file":"ui-element.type.d.ts","sourceRoot":"","sources":["../../../src/types/types/ui-element.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAEzD,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC"}
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=ui-element.type.js.map
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { UiFormActionSchema, UiFormSchema, UiWidgetSchema } from '../../schemas';
2
+ import { UiFormActionSchema, UiFormSchema, UiWidgetSchema } from '../../schemas/index.js';
3
3
  export type UiWidgetType = z.infer<typeof UiWidgetSchema>;
4
4
  export type UiFormActionType = z.infer<typeof UiFormActionSchema>;
5
5
  export type UiFormType = z.infer<typeof UiFormSchema>;