@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.
- package/dist/api/auth.interface.js +1 -2
- package/dist/api/common.interface.js +1 -2
- package/dist/api/dashboard.interface.js +1 -2
- package/dist/api/document.interface.js +1 -2
- package/dist/api/file.interface.js +1 -2
- package/dist/api/index.js +8 -24
- package/dist/api/index.js.map +1 -1
- package/dist/api/pagination.interface.js +1 -2
- package/dist/api/workflow.interface.js +1 -2
- package/dist/api/workspace.interface.d.ts +1 -1
- package/dist/api/workspace.interface.d.ts.map +1 -1
- package/dist/api/workspace.interface.js +1 -2
- package/dist/enums/environment-type.enum.js +2 -5
- package/dist/enums/environment-type.enum.js.map +1 -1
- package/dist/enums/index.js +4 -20
- package/dist/enums/index.js.map +1 -1
- package/dist/enums/registry.enum.js +5 -8
- package/dist/enums/registry.enum.js.map +1 -1
- package/dist/enums/sort-order.enum.js +2 -5
- package/dist/enums/sort-order.enum.js.map +1 -1
- package/dist/enums/user-type.enum.js +2 -5
- package/dist/enums/user-type.enum.js.map +1 -1
- package/dist/enums/workflow-state.enum.js +2 -5
- package/dist/enums/workflow-state.enum.js.map +1 -1
- package/dist/schemas/{workspace.schema.d.ts → app.schema.d.ts} +3 -3
- package/dist/schemas/app.schema.d.ts.map +1 -0
- package/dist/schemas/app.schema.js +59 -0
- package/dist/schemas/app.schema.js.map +1 -0
- package/dist/schemas/assignment.schema.js +15 -18
- package/dist/schemas/assignment.schema.js.map +1 -1
- package/dist/schemas/block.schema.js +2 -5
- package/dist/schemas/block.schema.js.map +1 -1
- package/dist/schemas/document.schema.js +48 -51
- package/dist/schemas/document.schema.js.map +1 -1
- package/dist/schemas/environment-config.schema.js +6 -9
- package/dist/schemas/environment-config.schema.js.map +1 -1
- package/dist/schemas/index.d.ts +3 -3
- package/dist/schemas/index.d.ts.map +1 -1
- package/dist/schemas/index.js +15 -31
- package/dist/schemas/index.js.map +1 -1
- package/dist/schemas/json-schema.schema.js +43 -46
- package/dist/schemas/json-schema.schema.js.map +1 -1
- package/dist/schemas/main.schema.d.ts +1 -1
- package/dist/schemas/main.schema.js +10 -13
- package/dist/schemas/main.schema.js.map +1 -1
- package/dist/schemas/startup.schema.js +34 -37
- package/dist/schemas/startup.schema.js.map +1 -1
- package/dist/schemas/template-expression.schema.js +2 -5
- package/dist/schemas/template-expression.schema.js.map +1 -1
- package/dist/schemas/tool-call.schema.js +12 -15
- package/dist/schemas/tool-call.schema.js.map +1 -1
- package/dist/schemas/tool-config.schema.js +7 -10
- package/dist/schemas/tool-config.schema.js.map +1 -1
- package/dist/schemas/transition-payload.schema.js +6 -9
- package/dist/schemas/transition-payload.schema.js.map +1 -1
- package/dist/schemas/ui-form-element.schema.js +23 -26
- package/dist/schemas/ui-form-element.schema.js.map +1 -1
- package/dist/schemas/ui-form.schema.js +14 -17
- package/dist/schemas/ui-form.schema.js.map +1 -1
- package/dist/schemas/ui-properties-schema.js +5 -8
- package/dist/schemas/ui-properties-schema.js.map +1 -1
- package/dist/schemas/workflow-transition.schema.js +24 -27
- package/dist/schemas/workflow-transition.schema.js.map +1 -1
- package/dist/schemas/workflow.schema.js +13 -16
- package/dist/schemas/workflow.schema.js.map +1 -1
- package/dist/types/index.js +2 -18
- package/dist/types/index.js.map +1 -1
- package/dist/types/interfaces/client-message.interface.js +1 -2
- package/dist/types/interfaces/document-item.interface.d.ts +2 -2
- package/dist/types/interfaces/document-item.interface.d.ts.map +1 -1
- package/dist/types/interfaces/document-item.interface.js +1 -2
- package/dist/types/interfaces/history-transition.interface.js +1 -2
- package/dist/types/interfaces/index.js +8 -24
- package/dist/types/interfaces/index.js.map +1 -1
- package/dist/types/interfaces/transition-info.interface.js +1 -2
- package/dist/types/interfaces/transition-metadata.interface.d.ts +1 -1
- package/dist/types/interfaces/transition-metadata.interface.d.ts.map +1 -1
- package/dist/types/interfaces/transition-metadata.interface.js +1 -2
- package/dist/types/interfaces/transition-payload.interface.d.ts +1 -1
- package/dist/types/interfaces/transition-payload.interface.d.ts.map +1 -1
- package/dist/types/interfaces/transition-payload.interface.js +1 -2
- package/dist/types/interfaces/workflow-config.interface.d.ts +1 -1
- package/dist/types/interfaces/workflow-config.interface.d.ts.map +1 -1
- package/dist/types/interfaces/workflow-config.interface.js +1 -2
- package/dist/types/interfaces/workflow.interface.d.ts +2 -2
- package/dist/types/interfaces/workflow.interface.d.ts.map +1 -1
- package/dist/types/interfaces/workflow.interface.js +1 -2
- package/dist/types/types/app.type.d.ts +4 -0
- package/dist/types/types/app.type.d.ts.map +1 -0
- package/dist/types/types/app.type.js +2 -0
- package/dist/types/types/app.type.js.map +1 -0
- package/dist/types/types/assignment.type.d.ts +1 -1
- package/dist/types/types/assignment.type.d.ts.map +1 -1
- package/dist/types/types/assignment.type.js +1 -2
- package/dist/types/types/document.type.d.ts +1 -1
- package/dist/types/types/document.type.d.ts.map +1 -1
- package/dist/types/types/document.type.js +1 -2
- package/dist/types/types/index.d.ts +1 -1
- package/dist/types/types/index.d.ts.map +1 -1
- package/dist/types/types/index.js +16 -32
- package/dist/types/types/index.js.map +1 -1
- package/dist/types/types/json-schema-config.type.d.ts +1 -1
- package/dist/types/types/json-schema-config.type.d.ts.map +1 -1
- package/dist/types/types/json-schema-config.type.js +1 -2
- package/dist/types/types/main.type.d.ts +1 -1
- package/dist/types/types/main.type.d.ts.map +1 -1
- package/dist/types/types/main.type.js +1 -2
- package/dist/types/types/startup.type.d.ts +1 -1
- package/dist/types/types/startup.type.d.ts.map +1 -1
- package/dist/types/types/startup.type.js +1 -2
- package/dist/types/types/tool-call.type.d.ts +1 -1
- package/dist/types/types/tool-call.type.d.ts.map +1 -1
- package/dist/types/types/tool-call.type.js +1 -2
- package/dist/types/types/tool-config.type.d.ts +1 -1
- package/dist/types/types/tool-config.type.d.ts.map +1 -1
- package/dist/types/types/tool-config.type.js +1 -2
- package/dist/types/types/transition-payload.type.d.ts +1 -1
- package/dist/types/types/transition-payload.type.d.ts.map +1 -1
- package/dist/types/types/transition-payload.type.js +1 -2
- package/dist/types/types/ui-element.type.d.ts +1 -1
- package/dist/types/types/ui-element.type.d.ts.map +1 -1
- package/dist/types/types/ui-element.type.js +1 -2
- package/dist/types/types/ui-form.type.d.ts +1 -1
- package/dist/types/types/ui-form.type.d.ts.map +1 -1
- package/dist/types/types/ui-form.type.js +1 -2
- package/dist/types/types/ui-message.type.js +32 -35
- package/dist/types/types/ui-message.type.js.map +1 -1
- package/dist/types/types/ui-properties.type.d.ts +1 -1
- package/dist/types/types/ui-properties.type.d.ts.map +1 -1
- package/dist/types/types/ui-properties.type.js +1 -2
- package/dist/types/types/workflow-state.type.js +1 -2
- package/dist/types/types/workflow-transition.type.d.ts +1 -1
- package/dist/types/types/workflow-transition.type.d.ts.map +1 -1
- package/dist/types/types/workflow-transition.type.js +1 -2
- package/dist/types/types/workflow.type.d.ts +1 -1
- package/dist/types/types/workflow.type.d.ts.map +1 -1
- package/dist/types/types/workflow.type.js +1 -2
- package/package.json +2 -1
- package/dist/schemas/workspace.schema.d.ts.map +0 -1
- package/dist/schemas/workspace.schema.js +0 -62
- package/dist/schemas/workspace.schema.js.map +0 -1
- package/dist/types/types/workspace.type.d.ts +0 -4
- package/dist/types/types/workspace.type.d.ts.map +0 -1
- package/dist/types/types/workspace.type.js +0 -3
- package/dist/types/types/workspace.type.js.map +0 -1
|
@@ -1,34 +1,31 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
const
|
|
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:
|
|
11
|
-
from:
|
|
12
|
-
to:
|
|
13
|
-
if:
|
|
14
|
-
trigger:
|
|
15
|
-
call:
|
|
16
|
-
assign:
|
|
17
|
-
onError:
|
|
18
|
-
debug:
|
|
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
|
-
|
|
18
|
+
export const WorkflowTransitionSchema = z
|
|
22
19
|
.object({
|
|
23
|
-
id:
|
|
24
|
-
from:
|
|
25
|
-
to:
|
|
26
|
-
if:
|
|
27
|
-
trigger:
|
|
28
|
-
call:
|
|
29
|
-
assign:
|
|
30
|
-
onError:
|
|
31
|
-
debug:
|
|
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":"
|
|
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
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
const
|
|
6
|
-
|
|
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
|
-
|
|
12
|
-
title:
|
|
13
|
-
description:
|
|
14
|
-
ui:
|
|
8
|
+
export const WorkflowBaseSchema = BlockSchema.extend({
|
|
9
|
+
title: z.string().optional(),
|
|
10
|
+
description: z.string().optional(),
|
|
11
|
+
ui: UiFormSchema.optional(),
|
|
15
12
|
});
|
|
16
|
-
|
|
17
|
-
type:
|
|
18
|
-
transitions:
|
|
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":"
|
|
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"}
|
package/dist/types/index.js
CHANGED
|
@@ -1,19 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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
|
package/dist/types/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC"}
|
|
@@ -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,
|
|
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,25 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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":"
|
|
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 +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,
|
|
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 +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,
|
|
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 +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,
|
|
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,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,
|
|
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"}
|
|
@@ -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 @@
|
|
|
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,
|
|
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,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,
|
|
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"}
|
|
@@ -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 './
|
|
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,
|
|
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
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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":"
|
|
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 +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,
|
|
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 +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,
|
|
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,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,
|
|
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 +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,
|
|
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 +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,
|
|
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,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,
|
|
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 +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,
|
|
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,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>;
|