@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.
- package/dist/enums/index.d.ts +1 -0
- package/dist/enums/index.d.ts.map +1 -0
- package/dist/enums/index.js +1 -0
- package/dist/enums/index.js.map +1 -0
- package/dist/enums/pipeline-state.d.ts +1 -0
- package/dist/enums/pipeline-state.d.ts.map +1 -0
- package/dist/enums/pipeline-state.js +1 -0
- package/dist/enums/pipeline-state.js.map +1 -0
- package/dist/enums/registry.enum.d.ts +1 -0
- package/dist/enums/registry.enum.d.ts.map +1 -0
- package/dist/enums/registry.enum.js +1 -0
- package/dist/enums/registry.enum.js.map +1 -0
- package/dist/enums/user-type.enum.d.ts +1 -0
- package/dist/enums/user-type.enum.d.ts.map +1 -0
- package/dist/enums/user-type.enum.js +1 -0
- package/dist/enums/user-type.enum.js.map +1 -0
- package/dist/enums/workflow-state.enum.d.ts +1 -0
- package/dist/enums/workflow-state.enum.d.ts.map +1 -0
- package/dist/enums/workflow-state.enum.js +1 -0
- package/dist/enums/workflow-state.enum.js.map +1 -0
- package/dist/schemas/assignment.schema.d.ts +1 -0
- package/dist/schemas/assignment.schema.d.ts.map +1 -0
- package/dist/schemas/assignment.schema.js +3 -2
- package/dist/schemas/assignment.schema.js.map +1 -0
- package/dist/schemas/block.schema.d.ts +1 -0
- package/dist/schemas/block.schema.d.ts.map +1 -0
- package/dist/schemas/block.schema.js +1 -0
- package/dist/schemas/block.schema.js.map +1 -0
- package/dist/schemas/document.schema.d.ts +21 -20
- package/dist/schemas/document.schema.d.ts.map +1 -0
- package/dist/schemas/document.schema.js +1 -0
- package/dist/schemas/document.schema.js.map +1 -0
- package/dist/schemas/index.d.ts +1 -0
- package/dist/schemas/index.d.ts.map +1 -0
- package/dist/schemas/index.js +1 -0
- package/dist/schemas/index.js.map +1 -0
- package/dist/schemas/json-schema.schema.d.ts +1 -0
- package/dist/schemas/json-schema.schema.d.ts.map +1 -0
- package/dist/schemas/json-schema.schema.js +1 -10
- package/dist/schemas/json-schema.schema.js.map +1 -0
- package/dist/schemas/main.schema.d.ts +6 -5
- package/dist/schemas/main.schema.d.ts.map +1 -0
- package/dist/schemas/main.schema.js +1 -0
- package/dist/schemas/main.schema.js.map +1 -0
- package/dist/schemas/pipeline.schema.d.ts +1 -0
- package/dist/schemas/pipeline.schema.d.ts.map +1 -0
- package/dist/schemas/pipeline.schema.js +2 -1
- package/dist/schemas/pipeline.schema.js.map +1 -0
- package/dist/schemas/startup.schema.d.ts +1 -0
- package/dist/schemas/startup.schema.d.ts.map +1 -0
- package/dist/schemas/startup.schema.js +2 -32
- package/dist/schemas/startup.schema.js.map +1 -0
- package/dist/schemas/template-expression.schema.d.ts +1 -0
- package/dist/schemas/template-expression.schema.d.ts.map +1 -0
- package/dist/schemas/template-expression.schema.js +1 -0
- package/dist/schemas/template-expression.schema.js.map +1 -0
- package/dist/schemas/tool-call.schema.d.ts +1 -0
- package/dist/schemas/tool-call.schema.d.ts.map +1 -0
- package/dist/schemas/tool-call.schema.js +1 -0
- package/dist/schemas/tool-call.schema.js.map +1 -0
- package/dist/schemas/tool-config.schema.d.ts +1 -0
- package/dist/schemas/tool-config.schema.d.ts.map +1 -0
- package/dist/schemas/tool-config.schema.js +1 -0
- package/dist/schemas/tool-config.schema.js.map +1 -0
- package/dist/schemas/transition-payload.schema.d.ts +1 -0
- package/dist/schemas/transition-payload.schema.d.ts.map +1 -0
- package/dist/schemas/transition-payload.schema.js +1 -0
- package/dist/schemas/transition-payload.schema.js.map +1 -0
- package/dist/schemas/ui-form-element.schema.d.ts +1 -0
- package/dist/schemas/ui-form-element.schema.d.ts.map +1 -0
- package/dist/schemas/ui-form-element.schema.js +1 -0
- package/dist/schemas/ui-form-element.schema.js.map +1 -0
- package/dist/schemas/ui-form.schema.d.ts +1 -0
- package/dist/schemas/ui-form.schema.d.ts.map +1 -0
- package/dist/schemas/ui-form.schema.js +1 -0
- package/dist/schemas/ui-form.schema.js.map +1 -0
- package/dist/schemas/ui-properties-schema.d.ts +1 -0
- package/dist/schemas/ui-properties-schema.d.ts.map +1 -0
- package/dist/schemas/ui-properties-schema.js +1 -0
- package/dist/schemas/ui-properties-schema.js.map +1 -0
- package/dist/schemas/workflow-transition.schema.d.ts +1 -0
- package/dist/schemas/workflow-transition.schema.d.ts.map +1 -0
- package/dist/schemas/workflow-transition.schema.js +1 -0
- package/dist/schemas/workflow-transition.schema.js.map +1 -0
- package/dist/schemas/workflow.schema.d.ts +1 -0
- package/dist/schemas/workflow.schema.d.ts.map +1 -0
- package/dist/schemas/workflow.schema.js +1 -0
- package/dist/schemas/workflow.schema.js.map +1 -0
- package/dist/schemas/workspace.schema.d.ts +1 -0
- package/dist/schemas/workspace.schema.d.ts.map +1 -0
- package/dist/schemas/workspace.schema.js +1 -0
- package/dist/schemas/workspace.schema.js.map +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +1 -0
- package/dist/types/index.js.map +1 -0
- package/dist/types/interfaces/client-message.interface.d.ts +1 -0
- package/dist/types/interfaces/client-message.interface.d.ts.map +1 -0
- package/dist/types/interfaces/client-message.interface.js +1 -0
- package/dist/types/interfaces/client-message.interface.js.map +1 -0
- package/dist/types/interfaces/document-item.interface.d.ts +1 -0
- package/dist/types/interfaces/document-item.interface.d.ts.map +1 -0
- package/dist/types/interfaces/document-item.interface.js +1 -0
- package/dist/types/interfaces/document-item.interface.js.map +1 -0
- package/dist/types/interfaces/history-transition.interface.d.ts +1 -0
- package/dist/types/interfaces/history-transition.interface.d.ts.map +1 -0
- package/dist/types/interfaces/history-transition.interface.js +1 -0
- package/dist/types/interfaces/history-transition.interface.js.map +1 -0
- package/dist/types/interfaces/index.d.ts +1 -0
- package/dist/types/interfaces/index.d.ts.map +1 -0
- package/dist/types/interfaces/index.js +1 -0
- package/dist/types/interfaces/index.js.map +1 -0
- package/dist/types/interfaces/namespace-create.interface.d.ts +1 -0
- package/dist/types/interfaces/namespace-create.interface.d.ts.map +1 -0
- package/dist/types/interfaces/namespace-create.interface.js +1 -0
- package/dist/types/interfaces/namespace-create.interface.js.map +1 -0
- package/dist/types/interfaces/pipeline-config.interface.d.ts +1 -0
- package/dist/types/interfaces/pipeline-config.interface.d.ts.map +1 -0
- package/dist/types/interfaces/pipeline-config.interface.js +1 -0
- package/dist/types/interfaces/pipeline-config.interface.js.map +1 -0
- package/dist/types/interfaces/transition-info.interface.d.ts +1 -0
- package/dist/types/interfaces/transition-info.interface.d.ts.map +1 -0
- package/dist/types/interfaces/transition-info.interface.js +1 -0
- package/dist/types/interfaces/transition-info.interface.js.map +1 -0
- package/dist/types/interfaces/transition-metadata.interface.d.ts +1 -0
- package/dist/types/interfaces/transition-metadata.interface.d.ts.map +1 -0
- package/dist/types/interfaces/transition-metadata.interface.js +1 -0
- package/dist/types/interfaces/transition-metadata.interface.js.map +1 -0
- package/dist/types/interfaces/transition-payload.interface.d.ts +1 -0
- package/dist/types/interfaces/transition-payload.interface.d.ts.map +1 -0
- package/dist/types/interfaces/transition-payload.interface.js +1 -0
- package/dist/types/interfaces/transition-payload.interface.js.map +1 -0
- package/dist/types/interfaces/workflow.interface.d.ts +1 -0
- package/dist/types/interfaces/workflow.interface.d.ts.map +1 -0
- package/dist/types/interfaces/workflow.interface.js +1 -0
- package/dist/types/interfaces/workflow.interface.js.map +1 -0
- package/dist/types/types/assignment.type.d.ts +1 -0
- package/dist/types/types/assignment.type.d.ts.map +1 -0
- package/dist/types/types/assignment.type.js +1 -0
- package/dist/types/types/assignment.type.js.map +1 -0
- package/dist/types/types/document.type.d.ts +1 -0
- package/dist/types/types/document.type.d.ts.map +1 -0
- package/dist/types/types/document.type.js +1 -0
- package/dist/types/types/document.type.js.map +1 -0
- package/dist/types/types/index.d.ts +1 -0
- package/dist/types/types/index.d.ts.map +1 -0
- package/dist/types/types/index.js +1 -0
- package/dist/types/types/index.js.map +1 -0
- package/dist/types/types/json-schema-config.type.d.ts +1 -0
- package/dist/types/types/json-schema-config.type.d.ts.map +1 -0
- package/dist/types/types/json-schema-config.type.js +1 -0
- package/dist/types/types/json-schema-config.type.js.map +1 -0
- package/dist/types/types/main.type.d.ts +1 -0
- package/dist/types/types/main.type.d.ts.map +1 -0
- package/dist/types/types/main.type.js +1 -0
- package/dist/types/types/main.type.js.map +1 -0
- package/dist/types/types/pipeline-state.type.d.ts +1 -0
- package/dist/types/types/pipeline-state.type.d.ts.map +1 -0
- package/dist/types/types/pipeline-state.type.js +1 -0
- package/dist/types/types/pipeline-state.type.js.map +1 -0
- package/dist/types/types/pipeline.type.d.ts +1 -0
- package/dist/types/types/pipeline.type.d.ts.map +1 -0
- package/dist/types/types/pipeline.type.js +1 -0
- package/dist/types/types/pipeline.type.js.map +1 -0
- package/dist/types/types/startup.type.d.ts +1 -0
- package/dist/types/types/startup.type.d.ts.map +1 -0
- package/dist/types/types/startup.type.js +1 -0
- package/dist/types/types/startup.type.js.map +1 -0
- package/dist/types/types/tool-call.type.d.ts +1 -0
- package/dist/types/types/tool-call.type.d.ts.map +1 -0
- package/dist/types/types/tool-call.type.js +1 -0
- package/dist/types/types/tool-call.type.js.map +1 -0
- package/dist/types/types/tool-config.type.d.ts +1 -0
- package/dist/types/types/tool-config.type.d.ts.map +1 -0
- package/dist/types/types/tool-config.type.js +1 -0
- package/dist/types/types/tool-config.type.js.map +1 -0
- package/dist/types/types/transition-payload.type.d.ts +1 -0
- package/dist/types/types/transition-payload.type.d.ts.map +1 -0
- package/dist/types/types/transition-payload.type.js +1 -0
- package/dist/types/types/transition-payload.type.js.map +1 -0
- package/dist/types/types/ui-element.type.d.ts +1 -0
- package/dist/types/types/ui-element.type.d.ts.map +1 -0
- package/dist/types/types/ui-element.type.js +1 -0
- package/dist/types/types/ui-element.type.js.map +1 -0
- package/dist/types/types/ui-form.type.d.ts +1 -0
- package/dist/types/types/ui-form.type.d.ts.map +1 -0
- package/dist/types/types/ui-form.type.js +1 -0
- package/dist/types/types/ui-form.type.js.map +1 -0
- package/dist/types/types/ui-properties.type.d.ts +1 -0
- package/dist/types/types/ui-properties.type.d.ts.map +1 -0
- package/dist/types/types/ui-properties.type.js +1 -0
- package/dist/types/types/ui-properties.type.js.map +1 -0
- package/dist/types/types/workflow-state.type.d.ts +1 -0
- package/dist/types/types/workflow-state.type.d.ts.map +1 -0
- package/dist/types/types/workflow-state.type.js +1 -0
- package/dist/types/types/workflow-state.type.js.map +1 -0
- package/dist/types/types/workflow-transition.type.d.ts +1 -0
- package/dist/types/types/workflow-transition.type.d.ts.map +1 -0
- package/dist/types/types/workflow-transition.type.js +1 -0
- package/dist/types/types/workflow-transition.type.js.map +1 -0
- package/dist/types/types/workflow.type.d.ts +1 -0
- package/dist/types/types/workflow.type.d.ts.map +1 -0
- package/dist/types/types/workflow.type.js +1 -0
- package/dist/types/types/workflow.type.js.map +1 -0
- package/dist/types/types/workspace.type.d.ts +1 -0
- package/dist/types/types/workspace.type.d.ts.map +1 -0
- package/dist/types/types/workspace.type.js +1 -0
- package/dist/types/types/workspace.type.js.map +1 -0
- 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"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -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"}
|
package/dist/types/index.js
CHANGED
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-message.interface.js","sourceRoot":"","sources":["../../../src/types/interfaces/client-message.interface.ts"],"names":[],"mappings":""}
|
|
@@ -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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"document-item.interface.js","sourceRoot":"","sources":["../../../src/types/interfaces/document-item.interface.ts"],"names":[],"mappings":""}
|
|
@@ -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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"history-transition.interface.js","sourceRoot":"","sources":["../../../src/types/interfaces/history-transition.interface.ts"],"names":[],"mappings":""}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"namespace-create.interface.js","sourceRoot":"","sources":["../../../src/types/interfaces/namespace-create.interface.ts"],"names":[],"mappings":""}
|
|
@@ -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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pipeline-config.interface.js","sourceRoot":"","sources":["../../../src/types/interfaces/pipeline-config.interface.ts"],"names":[],"mappings":""}
|
|
@@ -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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transition-info.interface.js","sourceRoot":"","sources":["../../../src/types/interfaces/transition-info.interface.ts"],"names":[],"mappings":""}
|
|
@@ -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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transition-metadata.interface.js","sourceRoot":"","sources":["../../../src/types/interfaces/transition-metadata.interface.ts"],"names":[],"mappings":""}
|
|
@@ -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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transition-payload.interface.js","sourceRoot":"","sources":["../../../src/types/interfaces/transition-payload.interface.ts"],"names":[],"mappings":""}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"document.type.js","sourceRoot":"","sources":["../../../src/types/types/document.type.ts"],"names":[],"mappings":""}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"json-schema-config.type.js","sourceRoot":"","sources":["../../../src/types/types/json-schema-config.type.ts"],"names":[],"mappings":""}
|
|
@@ -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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"main.type.js","sourceRoot":"","sources":["../../../src/types/types/main.type.ts"],"names":[],"mappings":""}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"startup.type.js","sourceRoot":"","sources":["../../../src/types/types/startup.type.ts"],"names":[],"mappings":""}
|
|
@@ -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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tool-call.type.js","sourceRoot":"","sources":["../../../src/types/types/tool-call.type.ts"],"names":[],"mappings":""}
|
|
@@ -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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tool-config.type.js","sourceRoot":"","sources":["../../../src/types/types/tool-config.type.ts"],"names":[],"mappings":""}
|
|
@@ -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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transition-payload.type.js","sourceRoot":"","sources":["../../../src/types/types/transition-payload.type.ts"],"names":[],"mappings":""}
|
|
@@ -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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-element.type.js","sourceRoot":"","sources":["../../../src/types/types/ui-element.type.ts"],"names":[],"mappings":""}
|