@loopstack/contracts 0.18.1 → 0.19.0-rc.1

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 (209) hide show
  1. package/dist/enums/index.d.ts +1 -0
  2. package/dist/enums/index.d.ts.map +1 -0
  3. package/dist/enums/index.js +1 -0
  4. package/dist/enums/index.js.map +1 -0
  5. package/dist/enums/pipeline-state.d.ts +1 -0
  6. package/dist/enums/pipeline-state.d.ts.map +1 -0
  7. package/dist/enums/pipeline-state.js +1 -0
  8. package/dist/enums/pipeline-state.js.map +1 -0
  9. package/dist/enums/registry.enum.d.ts +1 -0
  10. package/dist/enums/registry.enum.d.ts.map +1 -0
  11. package/dist/enums/registry.enum.js +1 -0
  12. package/dist/enums/registry.enum.js.map +1 -0
  13. package/dist/enums/user-type.enum.d.ts +1 -0
  14. package/dist/enums/user-type.enum.d.ts.map +1 -0
  15. package/dist/enums/user-type.enum.js +1 -0
  16. package/dist/enums/user-type.enum.js.map +1 -0
  17. package/dist/enums/workflow-state.enum.d.ts +1 -0
  18. package/dist/enums/workflow-state.enum.d.ts.map +1 -0
  19. package/dist/enums/workflow-state.enum.js +1 -0
  20. package/dist/enums/workflow-state.enum.js.map +1 -0
  21. package/dist/schemas/assignment.schema.d.ts +1 -0
  22. package/dist/schemas/assignment.schema.d.ts.map +1 -0
  23. package/dist/schemas/assignment.schema.js +3 -2
  24. package/dist/schemas/assignment.schema.js.map +1 -0
  25. package/dist/schemas/block.schema.d.ts +1 -0
  26. package/dist/schemas/block.schema.d.ts.map +1 -0
  27. package/dist/schemas/block.schema.js +1 -0
  28. package/dist/schemas/block.schema.js.map +1 -0
  29. package/dist/schemas/document.schema.d.ts +21 -20
  30. package/dist/schemas/document.schema.d.ts.map +1 -0
  31. package/dist/schemas/document.schema.js +1 -0
  32. package/dist/schemas/document.schema.js.map +1 -0
  33. package/dist/schemas/index.d.ts +1 -0
  34. package/dist/schemas/index.d.ts.map +1 -0
  35. package/dist/schemas/index.js +1 -0
  36. package/dist/schemas/index.js.map +1 -0
  37. package/dist/schemas/json-schema.schema.d.ts +1 -0
  38. package/dist/schemas/json-schema.schema.d.ts.map +1 -0
  39. package/dist/schemas/json-schema.schema.js +1 -10
  40. package/dist/schemas/json-schema.schema.js.map +1 -0
  41. package/dist/schemas/main.schema.d.ts +6 -5
  42. package/dist/schemas/main.schema.d.ts.map +1 -0
  43. package/dist/schemas/main.schema.js +1 -0
  44. package/dist/schemas/main.schema.js.map +1 -0
  45. package/dist/schemas/pipeline.schema.d.ts +1 -0
  46. package/dist/schemas/pipeline.schema.d.ts.map +1 -0
  47. package/dist/schemas/pipeline.schema.js +2 -1
  48. package/dist/schemas/pipeline.schema.js.map +1 -0
  49. package/dist/schemas/startup.schema.d.ts +1 -0
  50. package/dist/schemas/startup.schema.d.ts.map +1 -0
  51. package/dist/schemas/startup.schema.js +2 -32
  52. package/dist/schemas/startup.schema.js.map +1 -0
  53. package/dist/schemas/template-expression.schema.d.ts +1 -0
  54. package/dist/schemas/template-expression.schema.d.ts.map +1 -0
  55. package/dist/schemas/template-expression.schema.js +1 -0
  56. package/dist/schemas/template-expression.schema.js.map +1 -0
  57. package/dist/schemas/tool-call.schema.d.ts +1 -0
  58. package/dist/schemas/tool-call.schema.d.ts.map +1 -0
  59. package/dist/schemas/tool-call.schema.js +1 -0
  60. package/dist/schemas/tool-call.schema.js.map +1 -0
  61. package/dist/schemas/tool-config.schema.d.ts +1 -0
  62. package/dist/schemas/tool-config.schema.d.ts.map +1 -0
  63. package/dist/schemas/tool-config.schema.js +1 -0
  64. package/dist/schemas/tool-config.schema.js.map +1 -0
  65. package/dist/schemas/transition-payload.schema.d.ts +1 -0
  66. package/dist/schemas/transition-payload.schema.d.ts.map +1 -0
  67. package/dist/schemas/transition-payload.schema.js +1 -0
  68. package/dist/schemas/transition-payload.schema.js.map +1 -0
  69. package/dist/schemas/ui-form-element.schema.d.ts +1 -0
  70. package/dist/schemas/ui-form-element.schema.d.ts.map +1 -0
  71. package/dist/schemas/ui-form-element.schema.js +1 -0
  72. package/dist/schemas/ui-form-element.schema.js.map +1 -0
  73. package/dist/schemas/ui-form.schema.d.ts +1 -0
  74. package/dist/schemas/ui-form.schema.d.ts.map +1 -0
  75. package/dist/schemas/ui-form.schema.js +1 -0
  76. package/dist/schemas/ui-form.schema.js.map +1 -0
  77. package/dist/schemas/ui-properties-schema.d.ts +1 -0
  78. package/dist/schemas/ui-properties-schema.d.ts.map +1 -0
  79. package/dist/schemas/ui-properties-schema.js +1 -0
  80. package/dist/schemas/ui-properties-schema.js.map +1 -0
  81. package/dist/schemas/workflow-transition.schema.d.ts +1 -0
  82. package/dist/schemas/workflow-transition.schema.d.ts.map +1 -0
  83. package/dist/schemas/workflow-transition.schema.js +1 -0
  84. package/dist/schemas/workflow-transition.schema.js.map +1 -0
  85. package/dist/schemas/workflow.schema.d.ts +1 -0
  86. package/dist/schemas/workflow.schema.d.ts.map +1 -0
  87. package/dist/schemas/workflow.schema.js +1 -0
  88. package/dist/schemas/workflow.schema.js.map +1 -0
  89. package/dist/schemas/workspace.schema.d.ts +1 -0
  90. package/dist/schemas/workspace.schema.d.ts.map +1 -0
  91. package/dist/schemas/workspace.schema.js +1 -0
  92. package/dist/schemas/workspace.schema.js.map +1 -0
  93. package/dist/types/index.d.ts +1 -0
  94. package/dist/types/index.d.ts.map +1 -0
  95. package/dist/types/index.js +1 -0
  96. package/dist/types/index.js.map +1 -0
  97. package/dist/types/interfaces/client-message.interface.d.ts +1 -0
  98. package/dist/types/interfaces/client-message.interface.d.ts.map +1 -0
  99. package/dist/types/interfaces/client-message.interface.js +1 -0
  100. package/dist/types/interfaces/client-message.interface.js.map +1 -0
  101. package/dist/types/interfaces/document-item.interface.d.ts +1 -0
  102. package/dist/types/interfaces/document-item.interface.d.ts.map +1 -0
  103. package/dist/types/interfaces/document-item.interface.js +1 -0
  104. package/dist/types/interfaces/document-item.interface.js.map +1 -0
  105. package/dist/types/interfaces/history-transition.interface.d.ts +1 -0
  106. package/dist/types/interfaces/history-transition.interface.d.ts.map +1 -0
  107. package/dist/types/interfaces/history-transition.interface.js +1 -0
  108. package/dist/types/interfaces/history-transition.interface.js.map +1 -0
  109. package/dist/types/interfaces/index.d.ts +1 -0
  110. package/dist/types/interfaces/index.d.ts.map +1 -0
  111. package/dist/types/interfaces/index.js +1 -0
  112. package/dist/types/interfaces/index.js.map +1 -0
  113. package/dist/types/interfaces/namespace-create.interface.d.ts +1 -0
  114. package/dist/types/interfaces/namespace-create.interface.d.ts.map +1 -0
  115. package/dist/types/interfaces/namespace-create.interface.js +1 -0
  116. package/dist/types/interfaces/namespace-create.interface.js.map +1 -0
  117. package/dist/types/interfaces/pipeline-config.interface.d.ts +1 -0
  118. package/dist/types/interfaces/pipeline-config.interface.d.ts.map +1 -0
  119. package/dist/types/interfaces/pipeline-config.interface.js +1 -0
  120. package/dist/types/interfaces/pipeline-config.interface.js.map +1 -0
  121. package/dist/types/interfaces/transition-info.interface.d.ts +1 -0
  122. package/dist/types/interfaces/transition-info.interface.d.ts.map +1 -0
  123. package/dist/types/interfaces/transition-info.interface.js +1 -0
  124. package/dist/types/interfaces/transition-info.interface.js.map +1 -0
  125. package/dist/types/interfaces/transition-metadata.interface.d.ts +1 -0
  126. package/dist/types/interfaces/transition-metadata.interface.d.ts.map +1 -0
  127. package/dist/types/interfaces/transition-metadata.interface.js +1 -0
  128. package/dist/types/interfaces/transition-metadata.interface.js.map +1 -0
  129. package/dist/types/interfaces/transition-payload.interface.d.ts +1 -0
  130. package/dist/types/interfaces/transition-payload.interface.d.ts.map +1 -0
  131. package/dist/types/interfaces/transition-payload.interface.js +1 -0
  132. package/dist/types/interfaces/transition-payload.interface.js.map +1 -0
  133. package/dist/types/interfaces/workflow.interface.d.ts +1 -0
  134. package/dist/types/interfaces/workflow.interface.d.ts.map +1 -0
  135. package/dist/types/interfaces/workflow.interface.js +1 -0
  136. package/dist/types/interfaces/workflow.interface.js.map +1 -0
  137. package/dist/types/types/assignment.type.d.ts +1 -0
  138. package/dist/types/types/assignment.type.d.ts.map +1 -0
  139. package/dist/types/types/assignment.type.js +1 -0
  140. package/dist/types/types/assignment.type.js.map +1 -0
  141. package/dist/types/types/document.type.d.ts +1 -0
  142. package/dist/types/types/document.type.d.ts.map +1 -0
  143. package/dist/types/types/document.type.js +1 -0
  144. package/dist/types/types/document.type.js.map +1 -0
  145. package/dist/types/types/index.d.ts +1 -0
  146. package/dist/types/types/index.d.ts.map +1 -0
  147. package/dist/types/types/index.js +1 -0
  148. package/dist/types/types/index.js.map +1 -0
  149. package/dist/types/types/json-schema-config.type.d.ts +1 -0
  150. package/dist/types/types/json-schema-config.type.d.ts.map +1 -0
  151. package/dist/types/types/json-schema-config.type.js +1 -0
  152. package/dist/types/types/json-schema-config.type.js.map +1 -0
  153. package/dist/types/types/main.type.d.ts +1 -0
  154. package/dist/types/types/main.type.d.ts.map +1 -0
  155. package/dist/types/types/main.type.js +1 -0
  156. package/dist/types/types/main.type.js.map +1 -0
  157. package/dist/types/types/pipeline-state.type.d.ts +1 -0
  158. package/dist/types/types/pipeline-state.type.d.ts.map +1 -0
  159. package/dist/types/types/pipeline-state.type.js +1 -0
  160. package/dist/types/types/pipeline-state.type.js.map +1 -0
  161. package/dist/types/types/pipeline.type.d.ts +1 -0
  162. package/dist/types/types/pipeline.type.d.ts.map +1 -0
  163. package/dist/types/types/pipeline.type.js +1 -0
  164. package/dist/types/types/pipeline.type.js.map +1 -0
  165. package/dist/types/types/startup.type.d.ts +1 -0
  166. package/dist/types/types/startup.type.d.ts.map +1 -0
  167. package/dist/types/types/startup.type.js +1 -0
  168. package/dist/types/types/startup.type.js.map +1 -0
  169. package/dist/types/types/tool-call.type.d.ts +1 -0
  170. package/dist/types/types/tool-call.type.d.ts.map +1 -0
  171. package/dist/types/types/tool-call.type.js +1 -0
  172. package/dist/types/types/tool-call.type.js.map +1 -0
  173. package/dist/types/types/tool-config.type.d.ts +1 -0
  174. package/dist/types/types/tool-config.type.d.ts.map +1 -0
  175. package/dist/types/types/tool-config.type.js +1 -0
  176. package/dist/types/types/tool-config.type.js.map +1 -0
  177. package/dist/types/types/transition-payload.type.d.ts +1 -0
  178. package/dist/types/types/transition-payload.type.d.ts.map +1 -0
  179. package/dist/types/types/transition-payload.type.js +1 -0
  180. package/dist/types/types/transition-payload.type.js.map +1 -0
  181. package/dist/types/types/ui-element.type.d.ts +1 -0
  182. package/dist/types/types/ui-element.type.d.ts.map +1 -0
  183. package/dist/types/types/ui-element.type.js +1 -0
  184. package/dist/types/types/ui-element.type.js.map +1 -0
  185. package/dist/types/types/ui-form.type.d.ts +1 -0
  186. package/dist/types/types/ui-form.type.d.ts.map +1 -0
  187. package/dist/types/types/ui-form.type.js +1 -0
  188. package/dist/types/types/ui-form.type.js.map +1 -0
  189. package/dist/types/types/ui-properties.type.d.ts +1 -0
  190. package/dist/types/types/ui-properties.type.d.ts.map +1 -0
  191. package/dist/types/types/ui-properties.type.js +1 -0
  192. package/dist/types/types/ui-properties.type.js.map +1 -0
  193. package/dist/types/types/workflow-state.type.d.ts +1 -0
  194. package/dist/types/types/workflow-state.type.d.ts.map +1 -0
  195. package/dist/types/types/workflow-state.type.js +1 -0
  196. package/dist/types/types/workflow-state.type.js.map +1 -0
  197. package/dist/types/types/workflow-transition.type.d.ts +1 -0
  198. package/dist/types/types/workflow-transition.type.d.ts.map +1 -0
  199. package/dist/types/types/workflow-transition.type.js +1 -0
  200. package/dist/types/types/workflow-transition.type.js.map +1 -0
  201. package/dist/types/types/workflow.type.d.ts +1 -0
  202. package/dist/types/types/workflow.type.d.ts.map +1 -0
  203. package/dist/types/types/workflow.type.js +1 -0
  204. package/dist/types/types/workflow.type.js.map +1 -0
  205. package/dist/types/types/workspace.type.d.ts +1 -0
  206. package/dist/types/types/workspace.type.d.ts.map +1 -0
  207. package/dist/types/types/workspace.type.js +1 -0
  208. package/dist/types/types/workspace.type.js.map +1 -0
  209. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-form-element.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/ui-form-element.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAsC1B,CAAC"}
@@ -38,3 +38,4 @@ exports.UiElementSchema = zod_1.z.object({
38
38
  collapsed: zod_1.z.boolean().optional(),
39
39
  order: zod_1.z.array(zod_1.z.string()).optional(),
40
40
  });
41
+ //# sourceMappingURL=ui-form-element.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-form-element.schema.js","sourceRoot":"","sources":["../../src/schemas/ui-form-element.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAEX,QAAA,eAAe,GAAG,OAAC,CAAC,MAAM,CAAC;IACtC,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC5C,MAAM,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC9B,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,UAAU,EAAE,OAAC,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC9B,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,WAAW,EAAE,OAAC;SACX,KAAK,CAAC;QACL,OAAC,CAAC,KAAK,CACL,OAAC,CAAC,KAAK,CAAC;YACN,OAAC,CAAC,MAAM,CAAC;gBACP,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;gBACjB,KAAK,EAAE,OAAC,CAAC,GAAG,EAAE;aACf,CAAC;YACF,OAAC,CAAC,MAAM,EAAE;SACX,CAAC,CACH;QACD,OAAC,CAAC,MAAM,EAAE;KACX,CAAC;SACD,QAAQ,EAAE;IACb,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC/B,SAAS,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACjC,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC/B,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,QAAQ,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAChC,MAAM,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC9B,QAAQ,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAChC,QAAQ,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAChC,SAAS,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAEjC,KAAK,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CACtC,CAAC,CAAC"}
@@ -74,3 +74,4 @@ export declare const UiFormSchema: z.ZodObject<{
74
74
  }, z.core.$strip>], "type">>>;
75
75
  form: z.ZodOptional<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>;
76
76
  }, z.core.$strip>;
77
+ //# sourceMappingURL=ui-form.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-form.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/ui-form.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,CAAC,EAAE,MAAM,KAAK,CAAC;AAG5C,eAAO,MAAM,gBAAgB;;;;iBAI3B,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;iBAKpC,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;iBAS7B,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;iBAQ7B,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;2BAAuE,CAAC;AAEnG,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;iBAGvB,CAAC"}
@@ -38,3 +38,4 @@ exports.UiFormSchema = zod_1.z.object({
38
38
  actions: zod_1.z.array(exports.UiWidgetSchema).optional(),
39
39
  form: ui_properties_schema_1.UiPropertiesSchema.optional(),
40
40
  });
41
+ //# sourceMappingURL=ui-form.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-form.schema.js","sourceRoot":"","sources":["../../src/schemas/ui-form.schema.ts"],"names":[],"mappings":";;;AAAA,6BAA4C;AAC5C,iEAA4D;AAE/C,QAAA,gBAAgB,GAAG,OAAC,CAAC,MAAM,CAAC;IACvC,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;IACtB,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,WAAW,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC5C,CAAC,CAAC;AAEU,QAAA,yBAAyB,GAAG,OAAC,CAAC,MAAM,CAAC;IAChD,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,KAAK,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,EAAE,OAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;CAChD,CAAC,CAAC;AAEU,QAAA,kBAAkB,GAAG,wBAAgB,CAAC,MAAM,CAAC;IACxD,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;IACzB,OAAO,EAAE,OAAC;SACP,MAAM,CAAC;QACN,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC/B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC5B,KAAK,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,EAAE,OAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;KAChD,CAAC;SACD,QAAQ,EAAE;CACd,CAAC,CAAC;AAEU,QAAA,kBAAkB,GAAG,wBAAgB,CAAC,MAAM,CAAC;IACxD,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;IACzB,OAAO,EAAE,OAAC;SACP,MAAM,CAAC;QACN,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC5B,KAAK,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,EAAE,OAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;KAChD,CAAC;SACD,QAAQ,EAAE;CACd,CAAC,CAAC;AAEU,QAAA,cAAc,GAAG,IAAA,wBAAkB,EAAC,MAAM,EAAE,CAAC,0BAAkB,EAAE,0BAAkB,CAAC,CAAC,CAAC;AAEtF,QAAA,YAAY,GAAG,OAAC,CAAC,MAAM,CAAC;IACnC,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,sBAAc,CAAC,CAAC,QAAQ,EAAE;IAC3C,IAAI,EAAE,yCAAkB,CAAC,QAAQ,EAAE;CACpC,CAAC,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { z } from 'zod';
2
2
  export declare const UiPropertiesSchema: z.ZodType<any>;
3
+ //# sourceMappingURL=ui-properties-schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-properties-schema.d.ts","sourceRoot":"","sources":["../../src/schemas/ui-properties-schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,kBAAkB,EAAE,CAAC,CAAC,OAAO,CAAC,GAAG,CAK7C,CAAC"}
@@ -7,3 +7,4 @@ exports.UiPropertiesSchema = zod_1.z.lazy(() => ui_form_element_schema_1.UiEleme
7
7
  items: zod_1.z.union([exports.UiPropertiesSchema, zod_1.z.array(exports.UiPropertiesSchema)]).optional(),
8
8
  properties: zod_1.z.record(zod_1.z.string(), exports.UiPropertiesSchema).optional(),
9
9
  }));
10
+ //# sourceMappingURL=ui-properties-schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-properties-schema.js","sourceRoot":"","sources":["../../src/schemas/ui-properties-schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,qEAA2D;AAE9C,QAAA,kBAAkB,GAAmB,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAC5D,wCAAe,CAAC,MAAM,CAAC;IACrB,KAAK,EAAE,OAAC,CAAC,KAAK,CAAC,CAAC,0BAAkB,EAAE,OAAC,CAAC,KAAK,CAAC,0BAAkB,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;IAC5E,UAAU,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,EAAE,0BAAkB,CAAC,CAAC,QAAQ,EAAE;CAChE,CAAC,CACH,CAAC"}
@@ -33,3 +33,4 @@ export declare const WorkflowTransitionSchema: z.ZodObject<{
33
33
  }, z.core.$strip>>>;
34
34
  onError: z.ZodOptional<z.ZodString>;
35
35
  }, z.core.$strict>;
36
+ //# sourceMappingURL=workflow-transition.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workflow-transition.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/workflow-transition.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;kBAUhC,CAAC;AAEZ,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;kBAU1B,CAAC"}
@@ -26,3 +26,4 @@ exports.WorkflowTransitionSchema = zod_1.z
26
26
  onError: zod_1.z.string().optional(),
27
27
  })
28
28
  .strict();
29
+ //# sourceMappingURL=workflow-transition.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workflow-transition.schema.js","sourceRoot":"","sources":["../../src/schemas/workflow-transition.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,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,MAAM,EAAE,EAAE,OAAC,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,OAAC,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;IAC/F,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,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC/B,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,KAAK,CAAC,CAAC,OAAC,CAAC,MAAM,EAAE,EAAE,OAAC,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,OAAC,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;IAC3E,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,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC/B,CAAC;KACD,MAAM,EAAE,CAAC"}
@@ -74,3 +74,4 @@ export declare const WorkflowSchema: z.ZodObject<{
74
74
  onError: z.ZodOptional<z.ZodString>;
75
75
  }, z.core.$strict>>>;
76
76
  }, z.core.$strip>;
77
+ //# sourceMappingURL=workflow.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workflow.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/workflow.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,oBAAoB;;iBAE/B,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;iBAI7B,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGzB,CAAC"}
@@ -17,3 +17,4 @@ exports.WorkflowSchema = exports.WorkflowBaseSchema.extend({
17
17
  type: zod_1.z.literal('workflow').default('workflow'),
18
18
  transitions: zod_1.z.array(workflow_transition_schema_1.WorkflowTransitionConfigSchema).optional(),
19
19
  });
20
+ //# sourceMappingURL=workflow.schema.js.map
@@ -0,0 +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"}
@@ -4,3 +4,4 @@ export declare const WorkspaceSchema: z.ZodObject<{
4
4
  title: z.ZodOptional<z.ZodString>;
5
5
  description: z.ZodOptional<z.ZodString>;
6
6
  }, z.core.$strip>;
7
+ //# sourceMappingURL=workspace.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workspace.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/workspace.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,eAAe;;;;iBAI1B,CAAC"}
@@ -8,3 +8,4 @@ exports.WorkspaceSchema = block_schema_1.BlockSchema.extend({
8
8
  title: zod_1.z.string().optional(),
9
9
  description: zod_1.z.string().optional(),
10
10
  });
11
+ //# sourceMappingURL=workspace.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workspace.schema.js","sourceRoot":"","sources":["../../src/schemas/workspace.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,iDAA6C;AAEhC,QAAA,eAAe,GAAG,0BAAW,CAAC,MAAM,CAAC;IAChD,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IACjD,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC"}
@@ -1,2 +1,3 @@
1
1
  export * from './interfaces/index.js';
2
2
  export * from './types/index.js';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC"}
@@ -16,3 +16,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./interfaces/index.js"), exports);
18
18
  __exportStar(require("./types/index.js"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,mDAAiC"}
@@ -8,3 +8,4 @@ export interface ClientMessageInterface {
8
8
  pipelineId?: string;
9
9
  workspaceId?: string;
10
10
  }
11
+ //# sourceMappingURL=client-message.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-message.interface.d.ts","sourceRoot":"","sources":["../../../src/types/interfaces/client-message.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB"}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=client-message.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-message.interface.js","sourceRoot":"","sources":["../../../src/types/interfaces/client-message.interface.ts"],"names":[],"mappings":""}
@@ -23,3 +23,4 @@ export interface DocumentItemInterface {
23
23
  pipelineId: string;
24
24
  workflowId: string;
25
25
  }
26
+ //# sourceMappingURL=document-item.interface.d.ts.map
@@ -0,0 +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,SAAS,EAAE,MAAM,CAAC;IAClB,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;IACnB,UAAU,EAAE,MAAM,CAAC;CACpB"}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=document-item.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-item.interface.js","sourceRoot":"","sources":["../../../src/types/interfaces/document-item.interface.ts"],"names":[],"mappings":""}
@@ -3,3 +3,4 @@ export interface HistoryTransition {
3
3
  from: string | null;
4
4
  to: string;
5
5
  }
6
+ //# sourceMappingURL=history-transition.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"history-transition.interface.d.ts","sourceRoot":"","sources":["../../../src/types/interfaces/history-transition.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,EAAE,EAAE,MAAM,CAAC;CACZ"}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=history-transition.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"history-transition.interface.js","sourceRoot":"","sources":["../../../src/types/interfaces/history-transition.interface.ts"],"names":[],"mappings":""}
@@ -7,3 +7,4 @@ export * from './document-item.interface.js';
7
7
  export * from './workflow.interface.js';
8
8
  export * from './client-message.interface.js';
9
9
  export * from './pipeline-config.interface.js';
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAC;AAClD,cAAc,iCAAiC,CAAC;AAChD,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"}
@@ -23,3 +23,4 @@ __exportStar(require("./document-item.interface.js"), exports);
23
23
  __exportStar(require("./workflow.interface.js"), exports);
24
24
  __exportStar(require("./client-message.interface.js"), exports);
25
25
  __exportStar(require("./pipeline-config.interface.js"), exports);
26
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/interfaces/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oEAAkD;AAClD,kEAAgD;AAChD,iEAA+C;AAC/C,oEAAkD;AAClD,qEAAmD;AACnD,+DAA6C;AAC7C,0DAAwC;AACxC,gEAA8C;AAC9C,iEAA+C"}
@@ -8,3 +8,4 @@ export interface NamespaceCreateInterface {
8
8
  metadata?: Record<string, any>;
9
9
  createdBy: string;
10
10
  }
11
+ //# sourceMappingURL=namespace-create.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"namespace-create.interface.d.ts","sourceRoot":"","sources":["../../../src/types/interfaces/namespace-create.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,wBAAwB;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE;QAAE,EAAE,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IAC/B,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;CACnB"}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=namespace-create.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"namespace-create.interface.js","sourceRoot":"","sources":["../../../src/types/interfaces/namespace-create.interface.ts"],"names":[],"mappings":""}
@@ -6,3 +6,4 @@ export interface PipelineConfigInterface {
6
6
  schema?: JSONSchemaConfigType;
7
7
  ui?: UiFormType;
8
8
  }
9
+ //# sourceMappingURL=pipeline-config.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-config.interface.d.ts","sourceRoot":"","sources":["../../../src/types/interfaces/pipeline-config.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAE5D,MAAM,WAAW,uBAAuB;IACtC,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,oBAAoB,CAAC;IAC9B,EAAE,CAAC,EAAE,UAAU,CAAC;CACjB"}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=pipeline-config.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-config.interface.js","sourceRoot":"","sources":["../../../src/types/interfaces/pipeline-config.interface.ts"],"names":[],"mappings":""}
@@ -4,3 +4,4 @@ export interface TransitionInfoInterface {
4
4
  to: string;
5
5
  onError?: string;
6
6
  }
7
+ //# sourceMappingURL=transition-info.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transition-info.interface.d.ts","sourceRoot":"","sources":["../../../src/types/interfaces/transition-info.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,uBAAuB;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=transition-info.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transition-info.interface.js","sourceRoot":"","sources":["../../../src/types/interfaces/transition-info.interface.ts"],"names":[],"mappings":""}
@@ -2,3 +2,4 @@ import { TransitionInfoInterface } from './transition-info.interface';
2
2
  export interface TransitionMetadataInterface extends TransitionInfoInterface {
3
3
  payload?: any;
4
4
  }
5
+ //# sourceMappingURL=transition-metadata.interface.d.ts.map
@@ -0,0 +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,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=transition-metadata.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transition-metadata.interface.js","sourceRoot":"","sources":["../../../src/types/interfaces/transition-metadata.interface.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  import { TransitionPayload } from '../types/transition-payload.type';
2
2
  export type TransitionPayloadInterface = TransitionPayload;
3
+ //# sourceMappingURL=transition-payload.interface.d.ts.map
@@ -0,0 +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,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=transition-payload.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transition-payload.interface.js","sourceRoot":"","sources":["../../../src/types/interfaces/transition-payload.interface.ts"],"names":[],"mappings":""}
@@ -24,3 +24,4 @@ export interface WorkflowInterface {
24
24
  pipelineId: string;
25
25
  namespaceId: string;
26
26
  }
27
+ //# sourceMappingURL=workflow.interface.d.ts.map
@@ -0,0 +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,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AACxE,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACnD,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAEnE,MAAM,WAAW,iBAAiB;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,QAAQ,EAAE,MAAM,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,OAAO,EAAE,iBAAiB,EAAE,GAAG,IAAI,CAAC;IACpC,MAAM,EAAE,oBAAoB,CAAC;IAC7B,EAAE,EAAE,UAAU,GAAG,IAAI,CAAC;IACtB,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACrB"}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=workflow.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workflow.interface.js","sourceRoot":"","sources":["../../../src/types/interfaces/workflow.interface.ts"],"names":[],"mappings":""}
@@ -2,3 +2,4 @@ import { z } from 'zod';
2
2
  import { AssignmentConfigSchema, AssignmentSchema } from '../../schemas';
3
3
  export type AssignmentType = z.infer<typeof AssignmentSchema>;
4
4
  export type AssignmentConfigType = z.infer<typeof AssignmentConfigSchema>;
5
+ //# sourceMappingURL=assignment.type.d.ts.map
@@ -0,0 +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,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=assignment.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assignment.type.js","sourceRoot":"","sources":["../../../src/types/types/assignment.type.ts"],"names":[],"mappings":""}
@@ -4,3 +4,4 @@ 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>;
6
6
  export type DocumentMessageType = z.infer<typeof DocumentMessageSchema>;
7
+ //# sourceMappingURL=document.type.d.ts.map
@@ -0,0 +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,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=document.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document.type.js","sourceRoot":"","sources":["../../../src/types/types/document.type.ts"],"names":[],"mappings":""}
@@ -15,3 +15,4 @@ export * from './json-schema-config.type.js';
15
15
  export * from './main.type.js';
16
16
  export * from './workflow-state.type.js';
17
17
  export * from './pipeline-state.type.js';
18
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +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,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,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;AACzC,cAAc,0BAA0B,CAAC"}
@@ -31,3 +31,4 @@ __exportStar(require("./json-schema-config.type.js"), exports);
31
31
  __exportStar(require("./main.type.js"), exports);
32
32
  __exportStar(require("./workflow-state.type.js"), exports);
33
33
  __exportStar(require("./pipeline-state.type.js"), exports);
34
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,qDAAmC;AACnC,qDAAmC;AACnC,oDAAkC;AAClC,sDAAoC;AACpC,wDAAsC;AACtC,+DAA6C;AAC7C,oDAAkC;AAClC,uDAAqC;AACrC,0DAAwC;AACxC,qDAAmC;AACnC,gEAA8C;AAC9C,sDAAoC;AACpC,+DAA6C;AAC7C,iDAA+B;AAC/B,2DAAyC;AACzC,2DAAyC"}
@@ -1,3 +1,4 @@
1
1
  import { z } from 'zod';
2
2
  import { JSONSchemaType } from '../../schemas';
3
3
  export type JSONSchemaConfigType = z.infer<typeof JSONSchemaType>;
4
+ //# sourceMappingURL=json-schema-config.type.d.ts.map
@@ -0,0 +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,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=json-schema-config.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"json-schema-config.type.js","sourceRoot":"","sources":["../../../src/types/types/json-schema-config.type.ts"],"names":[],"mappings":""}
@@ -7,3 +7,4 @@ export interface ConfigSourceInterface {
7
7
  config: Partial<BlockConfigType>;
8
8
  }
9
9
  export type BlockConfigType = z.infer<typeof BlockConfigSchema>;
10
+ //# sourceMappingURL=main.type.d.ts.map
@@ -0,0 +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,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=main.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"main.type.js","sourceRoot":"","sources":["../../../src/types/types/main.type.ts"],"names":[],"mappings":""}
@@ -1 +1,2 @@
1
1
  export type PipelineStateType = 'pending' | 'running' | 'paused' | 'completed' | 'failed' | 'canceled';
2
+ //# sourceMappingURL=pipeline-state.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-state.type.d.ts","sourceRoot":"","sources":["../../../src/types/types/pipeline-state.type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,WAAW,GAAG,QAAQ,GAAG,UAAU,CAAC"}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=pipeline-state.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-state.type.js","sourceRoot":"","sources":["../../../src/types/types/pipeline-state.type.ts"],"names":[],"mappings":""}
@@ -7,3 +7,4 @@ export type PipelineFactoryConfigType = z.infer<typeof PipelineFactoryConfigSche
7
7
  export type PipelineFactoryIteratorType = z.infer<typeof PipelineFactoryIteratorSchema>;
8
8
  export type PipelineFactoryType = z.infer<typeof PipelineFactorySchema>;
9
9
  export type PipelineSequenceType = z.infer<typeof PipelineSequenceSchema>;
10
+ //# sourceMappingURL=pipeline.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline.type.d.ts","sourceRoot":"","sources":["../../../src/types/types/pipeline.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EACL,2BAA2B,EAC3B,mCAAmC,EACnC,6BAA6B,EAC7B,qBAAqB,EACrB,wBAAwB,EACxB,kBAAkB,EAClB,sBAAsB,EACvB,MAAM,eAAe,CAAC;AAEvB,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAC9E,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAClE,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,CAAC;AACpG,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AACpF,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AACxF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACxE,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=pipeline.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline.type.js","sourceRoot":"","sources":["../../../src/types/types/pipeline.type.ts"],"names":[],"mappings":""}
@@ -2,3 +2,4 @@ import { z } from 'zod';
2
2
  import { RunPipelineTaskSchema, ScheduledTaskSchema } from '../../schemas';
3
3
  export type RunPipelineTask = z.infer<typeof RunPipelineTaskSchema>;
4
4
  export type ScheduledTask = z.infer<typeof ScheduledTaskSchema>;
5
+ //# sourceMappingURL=startup.type.d.ts.map
@@ -0,0 +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,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=startup.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"startup.type.js","sourceRoot":"","sources":["../../../src/types/types/startup.type.ts"],"names":[],"mappings":""}
@@ -1,3 +1,4 @@
1
1
  import { z } from 'zod';
2
2
  import { ToolCallConfigSchema } from '../../schemas';
3
3
  export type ToolCallType = z.infer<typeof ToolCallConfigSchema>;
4
+ //# sourceMappingURL=tool-call.type.d.ts.map
@@ -0,0 +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,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=tool-call.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tool-call.type.js","sourceRoot":"","sources":["../../../src/types/types/tool-call.type.ts"],"names":[],"mappings":""}
@@ -1,3 +1,4 @@
1
1
  import { z } from 'zod';
2
2
  import { ToolConfigSchema } from '../../schemas';
3
3
  export type ToolConfigType = z.infer<typeof ToolConfigSchema>;
4
+ //# sourceMappingURL=tool-config.type.d.ts.map
@@ -0,0 +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,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=tool-config.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tool-config.type.js","sourceRoot":"","sources":["../../../src/types/types/tool-config.type.ts"],"names":[],"mappings":""}
@@ -1,3 +1,4 @@
1
1
  import { z } from 'zod';
2
2
  import { TransitionPayloadSchema } from '../../schemas';
3
3
  export type TransitionPayload = z.infer<typeof TransitionPayloadSchema>;
4
+ //# sourceMappingURL=transition-payload.type.d.ts.map
@@ -0,0 +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,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=transition-payload.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transition-payload.type.js","sourceRoot":"","sources":["../../../src/types/types/transition-payload.type.ts"],"names":[],"mappings":""}
@@ -1,3 +1,4 @@
1
1
  import { z } from 'zod';
2
2
  import { UiElementSchema } from '../../schemas';
3
3
  export type UiElementType = z.infer<typeof UiElementSchema>;
4
+ //# sourceMappingURL=ui-element.type.d.ts.map
@@ -0,0 +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,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ui-element.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-element.type.js","sourceRoot":"","sources":["../../../src/types/types/ui-element.type.ts"],"names":[],"mappings":""}