@powerhousedao/vetra 4.1.0-dev.16 → 4.1.0-dev.18
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/document-models/index.d.ts +3 -1
- package/dist/document-models/index.d.ts.map +1 -1
- package/dist/document-models/index.js +3 -1
- package/dist/document-models/index.js.map +1 -1
- package/dist/document-models/processor-module/gen/actions.d.ts +4 -0
- package/dist/document-models/processor-module/gen/actions.d.ts.map +1 -0
- package/dist/document-models/processor-module/gen/actions.js +2 -0
- package/dist/document-models/processor-module/gen/actions.js.map +1 -0
- package/dist/document-models/processor-module/gen/base-operations/actions.d.ts +20 -0
- package/dist/document-models/processor-module/gen/base-operations/actions.d.ts.map +1 -0
- package/dist/document-models/processor-module/gen/base-operations/actions.js +2 -0
- package/dist/document-models/processor-module/gen/base-operations/actions.js.map +1 -0
- package/dist/document-models/processor-module/gen/base-operations/creators.d.ts +7 -0
- package/dist/document-models/processor-module/gen/base-operations/creators.d.ts.map +1 -0
- package/dist/document-models/processor-module/gen/base-operations/creators.js +7 -0
- package/dist/document-models/processor-module/gen/base-operations/creators.js.map +1 -0
- package/dist/document-models/processor-module/gen/base-operations/error.d.ts +2 -0
- package/dist/document-models/processor-module/gen/base-operations/error.d.ts.map +1 -0
- package/dist/document-models/processor-module/gen/base-operations/error.js +2 -0
- package/dist/document-models/processor-module/gen/base-operations/error.js.map +1 -0
- package/dist/document-models/processor-module/gen/base-operations/object.d.ts +10 -0
- package/dist/document-models/processor-module/gen/base-operations/object.d.ts.map +1 -0
- package/dist/document-models/processor-module/gen/base-operations/object.js +17 -0
- package/dist/document-models/processor-module/gen/base-operations/object.js.map +1 -0
- package/dist/document-models/processor-module/gen/base-operations/operations.d.ts +10 -0
- package/dist/document-models/processor-module/gen/base-operations/operations.d.ts.map +1 -0
- package/dist/document-models/processor-module/gen/base-operations/operations.js +2 -0
- package/dist/document-models/processor-module/gen/base-operations/operations.js.map +1 -0
- package/dist/document-models/processor-module/gen/creators.d.ts +2 -0
- package/dist/document-models/processor-module/gen/creators.d.ts.map +1 -0
- package/dist/document-models/processor-module/gen/creators.js +2 -0
- package/dist/document-models/processor-module/gen/creators.js.map +1 -0
- package/dist/document-models/processor-module/gen/document-model.d.ts +3 -0
- package/dist/document-models/processor-module/gen/document-model.d.ts.map +1 -0
- package/dist/document-models/processor-module/gen/document-model.js +82 -0
- package/dist/document-models/processor-module/gen/document-model.js.map +1 -0
- package/dist/document-models/processor-module/gen/index.d.ts +6 -0
- package/dist/document-models/processor-module/gen/index.d.ts.map +1 -0
- package/dist/document-models/processor-module/gen/index.js +6 -0
- package/dist/document-models/processor-module/gen/index.js.map +1 -0
- package/dist/document-models/processor-module/gen/object.d.ts +16 -0
- package/dist/document-models/processor-module/gen/object.d.ts.map +1 -0
- package/dist/document-models/processor-module/gen/object.js +26 -0
- package/dist/document-models/processor-module/gen/object.js.map +1 -0
- package/dist/document-models/processor-module/gen/reducer.d.ts +3 -0
- package/dist/document-models/processor-module/gen/reducer.d.ts.map +1 -0
- package/dist/document-models/processor-module/gen/reducer.js +33 -0
- package/dist/document-models/processor-module/gen/reducer.js.map +1 -0
- package/dist/document-models/processor-module/gen/schema/index.d.ts +3 -0
- package/dist/document-models/processor-module/gen/schema/index.d.ts.map +1 -0
- package/dist/document-models/processor-module/gen/schema/index.js +3 -0
- package/dist/document-models/processor-module/gen/schema/index.js.map +1 -0
- package/dist/document-models/processor-module/gen/schema/types.d.ts +159 -0
- package/dist/document-models/processor-module/gen/schema/types.d.ts.map +1 -0
- package/dist/document-models/processor-module/gen/schema/types.js +2 -0
- package/dist/document-models/processor-module/gen/schema/types.js.map +1 -0
- package/dist/document-models/processor-module/gen/schema/zod.d.ts +16 -0
- package/dist/document-models/processor-module/gen/schema/zod.d.ts.map +1 -0
- package/dist/document-models/processor-module/gen/schema/zod.js +42 -0
- package/dist/document-models/processor-module/gen/schema/zod.js.map +1 -0
- package/dist/document-models/processor-module/gen/types.d.ts +10 -0
- package/dist/document-models/processor-module/gen/types.d.ts.map +1 -0
- package/dist/document-models/processor-module/gen/types.js +2 -0
- package/dist/document-models/processor-module/gen/types.js.map +1 -0
- package/dist/document-models/processor-module/gen/utils.d.ts +7 -0
- package/dist/document-models/processor-module/gen/utils.d.ts.map +1 -0
- package/dist/document-models/processor-module/gen/utils.js +41 -0
- package/dist/document-models/processor-module/gen/utils.js.map +1 -0
- package/dist/document-models/processor-module/index.d.ts +29 -0
- package/dist/document-models/processor-module/index.d.ts.map +1 -0
- package/dist/document-models/processor-module/index.js +22 -0
- package/dist/document-models/processor-module/index.js.map +1 -0
- package/dist/document-models/processor-module/src/reducers/base-operations.d.ts +3 -0
- package/dist/document-models/processor-module/src/reducers/base-operations.d.ts.map +1 -0
- package/dist/document-models/processor-module/src/reducers/base-operations.js +15 -0
- package/dist/document-models/processor-module/src/reducers/base-operations.js.map +1 -0
- package/dist/document-models/processor-module/src/tests/base-operations.test.d.ts +6 -0
- package/dist/document-models/processor-module/src/tests/base-operations.test.d.ts.map +1 -0
- package/dist/document-models/processor-module/src/tests/base-operations.test.js +49 -0
- package/dist/document-models/processor-module/src/tests/base-operations.test.js.map +1 -0
- package/dist/document-models/processor-module/src/tests/document-model.test.d.ts +6 -0
- package/dist/document-models/processor-module/src/tests/document-model.test.d.ts.map +1 -0
- package/dist/document-models/processor-module/src/tests/document-model.test.js +19 -0
- package/dist/document-models/processor-module/src/tests/document-model.test.js.map +1 -0
- package/dist/document-models/processor-module/src/utils.d.ts +2 -0
- package/dist/document-models/processor-module/src/utils.d.ts.map +1 -0
- package/dist/document-models/processor-module/src/utils.js +2 -0
- package/dist/document-models/processor-module/src/utils.js.map +1 -0
- package/dist/document-models/subgraph-module/gen/actions.d.ts +4 -0
- package/dist/document-models/subgraph-module/gen/actions.d.ts.map +1 -0
- package/dist/document-models/subgraph-module/gen/actions.js +2 -0
- package/dist/document-models/subgraph-module/gen/actions.js.map +1 -0
- package/dist/document-models/subgraph-module/gen/base-operations/actions.d.ts +8 -0
- package/dist/document-models/subgraph-module/gen/base-operations/actions.d.ts.map +1 -0
- package/dist/document-models/subgraph-module/gen/base-operations/actions.js +2 -0
- package/dist/document-models/subgraph-module/gen/base-operations/actions.js.map +1 -0
- package/dist/document-models/subgraph-module/gen/base-operations/creators.d.ts +4 -0
- package/dist/document-models/subgraph-module/gen/base-operations/creators.d.ts.map +1 -0
- package/dist/document-models/subgraph-module/gen/base-operations/creators.js +4 -0
- package/dist/document-models/subgraph-module/gen/base-operations/creators.js.map +1 -0
- package/dist/document-models/subgraph-module/gen/base-operations/error.d.ts +2 -0
- package/dist/document-models/subgraph-module/gen/base-operations/error.d.ts.map +1 -0
- package/dist/document-models/subgraph-module/gen/base-operations/error.js +2 -0
- package/dist/document-models/subgraph-module/gen/base-operations/error.js.map +1 -0
- package/dist/document-models/subgraph-module/gen/base-operations/object.d.ts +7 -0
- package/dist/document-models/subgraph-module/gen/base-operations/object.d.ts.map +1 -0
- package/dist/document-models/subgraph-module/gen/base-operations/object.js +8 -0
- package/dist/document-models/subgraph-module/gen/base-operations/object.js.map +1 -0
- package/dist/document-models/subgraph-module/gen/base-operations/operations.d.ts +7 -0
- package/dist/document-models/subgraph-module/gen/base-operations/operations.d.ts.map +1 -0
- package/dist/document-models/subgraph-module/gen/base-operations/operations.js +2 -0
- package/dist/document-models/subgraph-module/gen/base-operations/operations.js.map +1 -0
- package/dist/document-models/subgraph-module/gen/creators.d.ts +2 -0
- package/dist/document-models/subgraph-module/gen/creators.d.ts.map +1 -0
- package/dist/document-models/subgraph-module/gen/creators.js +2 -0
- package/dist/document-models/subgraph-module/gen/creators.js.map +1 -0
- package/dist/document-models/subgraph-module/gen/document-model.d.ts +3 -0
- package/dist/document-models/subgraph-module/gen/document-model.d.ts.map +1 -0
- package/dist/document-models/subgraph-module/gen/document-model.js +49 -0
- package/dist/document-models/subgraph-module/gen/document-model.js.map +1 -0
- package/dist/document-models/subgraph-module/gen/index.d.ts +6 -0
- package/dist/document-models/subgraph-module/gen/index.d.ts.map +1 -0
- package/dist/document-models/subgraph-module/gen/index.js +6 -0
- package/dist/document-models/subgraph-module/gen/index.js.map +1 -0
- package/dist/document-models/subgraph-module/gen/object.d.ts +16 -0
- package/dist/document-models/subgraph-module/gen/object.d.ts.map +1 -0
- package/dist/document-models/subgraph-module/gen/object.js +26 -0
- package/dist/document-models/subgraph-module/gen/object.js.map +1 -0
- package/dist/document-models/subgraph-module/gen/reducer.d.ts +3 -0
- package/dist/document-models/subgraph-module/gen/reducer.d.ts.map +1 -0
- package/dist/document-models/subgraph-module/gen/reducer.js +21 -0
- package/dist/document-models/subgraph-module/gen/reducer.js.map +1 -0
- package/dist/document-models/subgraph-module/gen/schema/index.d.ts +3 -0
- package/dist/document-models/subgraph-module/gen/schema/index.d.ts.map +1 -0
- package/dist/document-models/subgraph-module/gen/schema/index.js +3 -0
- package/dist/document-models/subgraph-module/gen/schema/index.js.map +1 -0
- package/dist/document-models/subgraph-module/gen/schema/types.d.ts +143 -0
- package/dist/document-models/subgraph-module/gen/schema/types.d.ts.map +1 -0
- package/dist/document-models/subgraph-module/gen/schema/types.js +2 -0
- package/dist/document-models/subgraph-module/gen/schema/types.js.map +1 -0
- package/dist/document-models/subgraph-module/gen/schema/zod.d.ts +12 -0
- package/dist/document-models/subgraph-module/gen/schema/zod.d.ts.map +1 -0
- package/dist/document-models/subgraph-module/gen/schema/zod.js +17 -0
- package/dist/document-models/subgraph-module/gen/schema/zod.js.map +1 -0
- package/dist/document-models/subgraph-module/gen/types.d.ts +10 -0
- package/dist/document-models/subgraph-module/gen/types.d.ts.map +1 -0
- package/dist/document-models/subgraph-module/gen/types.js +2 -0
- package/dist/document-models/subgraph-module/gen/types.js.map +1 -0
- package/dist/document-models/subgraph-module/gen/utils.d.ts +7 -0
- package/dist/document-models/subgraph-module/gen/utils.d.ts.map +1 -0
- package/dist/document-models/subgraph-module/gen/utils.js +39 -0
- package/dist/document-models/subgraph-module/gen/utils.js.map +1 -0
- package/dist/document-models/subgraph-module/index.d.ts +26 -0
- package/dist/document-models/subgraph-module/index.d.ts.map +1 -0
- package/dist/document-models/subgraph-module/index.js +22 -0
- package/dist/document-models/subgraph-module/index.js.map +1 -0
- package/dist/document-models/subgraph-module/src/reducers/base-operations.d.ts +3 -0
- package/dist/document-models/subgraph-module/src/reducers/base-operations.d.ts.map +1 -0
- package/dist/document-models/subgraph-module/src/reducers/base-operations.js +6 -0
- package/dist/document-models/subgraph-module/src/reducers/base-operations.js.map +1 -0
- package/dist/document-models/subgraph-module/src/tests/base-operations.test.d.ts +6 -0
- package/dist/document-models/subgraph-module/src/tests/base-operations.test.d.ts.map +1 -0
- package/dist/document-models/subgraph-module/src/tests/base-operations.test.js +25 -0
- package/dist/document-models/subgraph-module/src/tests/base-operations.test.js.map +1 -0
- package/dist/document-models/subgraph-module/src/tests/document-model.test.d.ts +6 -0
- package/dist/document-models/subgraph-module/src/tests/document-model.test.d.ts.map +1 -0
- package/dist/document-models/subgraph-module/src/tests/document-model.test.js +19 -0
- package/dist/document-models/subgraph-module/src/tests/document-model.test.js.map +1 -0
- package/dist/document-models/subgraph-module/src/utils.d.ts +2 -0
- package/dist/document-models/subgraph-module/src/utils.d.ts.map +1 -0
- package/dist/document-models/subgraph-module/src/utils.js +2 -0
- package/dist/document-models/subgraph-module/src/utils.js.map +1 -0
- package/dist/editors/index.d.ts +2 -0
- package/dist/editors/index.d.ts.map +1 -1
- package/dist/editors/index.js +2 -0
- package/dist/editors/index.js.map +1 -1
- package/dist/editors/processor-editor/components/ProcessorEditorForm.d.ts +9 -0
- package/dist/editors/processor-editor/components/ProcessorEditorForm.d.ts.map +1 -0
- package/dist/editors/processor-editor/components/ProcessorEditorForm.js +54 -0
- package/dist/editors/processor-editor/components/ProcessorEditorForm.js.map +1 -0
- package/dist/editors/processor-editor/editor.d.ts +5 -0
- package/dist/editors/processor-editor/editor.d.ts.map +1 -0
- package/dist/editors/processor-editor/editor.js +17 -0
- package/dist/editors/processor-editor/editor.js.map +1 -0
- package/dist/editors/processor-editor/index.d.ts +5 -0
- package/dist/editors/processor-editor/index.d.ts.map +1 -0
- package/dist/editors/processor-editor/index.js +13 -0
- package/dist/editors/processor-editor/index.js.map +1 -0
- package/dist/editors/subgraph-editor/components/SubgraphEditorForm.d.ts +6 -0
- package/dist/editors/subgraph-editor/components/SubgraphEditorForm.d.ts.map +1 -0
- package/dist/editors/subgraph-editor/components/SubgraphEditorForm.js +18 -0
- package/dist/editors/subgraph-editor/components/SubgraphEditorForm.js.map +1 -0
- package/dist/editors/subgraph-editor/editor.d.ts +5 -0
- package/dist/editors/subgraph-editor/editor.d.ts.map +1 -0
- package/dist/editors/subgraph-editor/editor.js +16 -0
- package/dist/editors/subgraph-editor/editor.js.map +1 -0
- package/dist/editors/subgraph-editor/index.d.ts +5 -0
- package/dist/editors/subgraph-editor/index.d.ts.map +1 -0
- package/dist/editors/subgraph-editor/index.js +13 -0
- package/dist/editors/subgraph-editor/index.js.map +1 -0
- package/dist/editors/vetra-drive-app/components/ModuleItem.d.ts.map +1 -1
- package/dist/editors/vetra-drive-app/components/ModuleItem.js +6 -0
- package/dist/editors/vetra-drive-app/components/ModuleItem.js.map +1 -1
- package/dist/editors/vetra-drive-app/editor.d.ts.map +1 -1
- package/dist/editors/vetra-drive-app/editor.js +7 -2
- package/dist/editors/vetra-drive-app/editor.js.map +1 -1
- package/dist/editors/vetra-drive-app/icons/ProcessorIcon.d.ts +9 -0
- package/dist/editors/vetra-drive-app/icons/ProcessorIcon.d.ts.map +1 -0
- package/dist/editors/vetra-drive-app/icons/ProcessorIcon.js +5 -0
- package/dist/editors/vetra-drive-app/icons/ProcessorIcon.js.map +1 -0
- package/dist/editors/vetra-drive-app/icons/SubgraphIcon.d.ts +9 -0
- package/dist/editors/vetra-drive-app/icons/SubgraphIcon.d.ts.map +1 -0
- package/dist/editors/vetra-drive-app/icons/SubgraphIcon.js +5 -0
- package/dist/editors/vetra-drive-app/icons/SubgraphIcon.js.map +1 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/package.json +24 -6
- package/dist/powerhouse.manifest.json +18 -0
- package/dist/processors/codegen/document-handlers/document-editor-handler.d.ts +10 -0
- package/dist/processors/codegen/document-handlers/document-editor-handler.d.ts.map +1 -0
- package/dist/processors/codegen/document-handlers/document-editor-handler.js +33 -0
- package/dist/processors/codegen/document-handlers/document-editor-handler.js.map +1 -0
- package/dist/processors/codegen/document-handlers/document-model-handler.d.ts +10 -0
- package/dist/processors/codegen/document-handlers/document-model-handler.d.ts.map +1 -0
- package/dist/processors/codegen/document-handlers/document-model-handler.js +28 -0
- package/dist/processors/codegen/document-handlers/document-model-handler.js.map +1 -0
- package/dist/processors/codegen/document-handlers/index.d.ts +7 -0
- package/dist/processors/codegen/document-handlers/index.d.ts.map +1 -0
- package/dist/processors/codegen/document-handlers/index.js +6 -0
- package/dist/processors/codegen/document-handlers/index.js.map +1 -0
- package/dist/processors/codegen/document-handlers/package-handler.d.ts +10 -0
- package/dist/processors/codegen/document-handlers/package-handler.d.ts.map +1 -0
- package/dist/processors/codegen/document-handlers/package-handler.js +24 -0
- package/dist/processors/codegen/document-handlers/package-handler.js.map +1 -0
- package/dist/processors/codegen/document-handlers/processor-handler.d.ts +10 -0
- package/dist/processors/codegen/document-handlers/processor-handler.d.ts.map +1 -0
- package/dist/processors/codegen/document-handlers/processor-handler.js +44 -0
- package/dist/processors/codegen/document-handlers/processor-handler.js.map +1 -0
- package/dist/processors/codegen/document-handlers/subgraph-handler.d.ts +10 -0
- package/dist/processors/codegen/document-handlers/subgraph-handler.d.ts.map +1 -0
- package/dist/processors/codegen/document-handlers/subgraph-handler.js +26 -0
- package/dist/processors/codegen/document-handlers/subgraph-handler.js.map +1 -0
- package/dist/processors/codegen/document-handlers/types.d.ts +12 -0
- package/dist/processors/codegen/document-handlers/types.d.ts.map +1 -0
- package/dist/processors/codegen/document-handlers/types.js +2 -0
- package/dist/processors/codegen/document-handlers/types.js.map +1 -0
- package/dist/processors/codegen/factory.d.ts.map +1 -1
- package/dist/processors/codegen/factory.js +7 -1
- package/dist/processors/codegen/factory.js.map +1 -1
- package/dist/processors/codegen/index.d.ts +2 -0
- package/dist/processors/codegen/index.d.ts.map +1 -1
- package/dist/processors/codegen/index.js +23 -57
- package/dist/processors/codegen/index.js.map +1 -1
- package/dist/processors/codegen/logger.d.ts +7 -0
- package/dist/processors/codegen/logger.d.ts.map +1 -0
- package/dist/processors/codegen/logger.js +11 -0
- package/dist/processors/codegen/logger.js.map +1 -0
- package/dist/style.css +33 -0
- package/dist/subgraphs/document-editor/index.d.ts +10 -0
- package/dist/subgraphs/document-editor/index.d.ts.map +1 -0
- package/dist/subgraphs/document-editor/index.js +12 -0
- package/dist/subgraphs/document-editor/index.js.map +1 -0
- package/dist/subgraphs/document-editor/resolvers.d.ts +3 -0
- package/dist/subgraphs/document-editor/resolvers.d.ts.map +1 -0
- package/dist/subgraphs/document-editor/resolvers.js +97 -0
- package/dist/subgraphs/document-editor/resolvers.js.map +1 -0
- package/dist/subgraphs/document-editor/schema.d.ts +3 -0
- package/dist/subgraphs/document-editor/schema.d.ts.map +1 -0
- package/dist/subgraphs/document-editor/schema.js +74 -0
- package/dist/subgraphs/document-editor/schema.js.map +1 -0
- package/dist/subgraphs/index.d.ts +5 -0
- package/dist/subgraphs/index.d.ts.map +1 -0
- package/dist/subgraphs/index.js +5 -0
- package/dist/subgraphs/index.js.map +1 -0
- package/dist/subgraphs/processor-module/index.d.ts +10 -0
- package/dist/subgraphs/processor-module/index.d.ts.map +1 -0
- package/dist/subgraphs/processor-module/index.js +12 -0
- package/dist/subgraphs/processor-module/index.js.map +1 -0
- package/dist/subgraphs/processor-module/resolvers.d.ts +3 -0
- package/dist/subgraphs/processor-module/resolvers.d.ts.map +1 -0
- package/dist/subgraphs/processor-module/resolvers.js +117 -0
- package/dist/subgraphs/processor-module/resolvers.js.map +1 -0
- package/dist/subgraphs/processor-module/schema.d.ts +3 -0
- package/dist/subgraphs/processor-module/schema.d.ts.map +1 -0
- package/dist/subgraphs/processor-module/schema.js +74 -0
- package/dist/subgraphs/processor-module/schema.js.map +1 -0
- package/dist/subgraphs/subgraph-module/index.d.ts +10 -0
- package/dist/subgraphs/subgraph-module/index.d.ts.map +1 -0
- package/dist/subgraphs/subgraph-module/index.js +12 -0
- package/dist/subgraphs/subgraph-module/index.js.map +1 -0
- package/dist/subgraphs/subgraph-module/resolvers.d.ts +3 -0
- package/dist/subgraphs/subgraph-module/resolvers.d.ts.map +1 -0
- package/dist/subgraphs/subgraph-module/resolvers.js +81 -0
- package/dist/subgraphs/subgraph-module/resolvers.js.map +1 -0
- package/dist/subgraphs/subgraph-module/schema.d.ts +3 -0
- package/dist/subgraphs/subgraph-module/schema.d.ts.map +1 -0
- package/dist/subgraphs/subgraph-module/schema.js +42 -0
- package/dist/subgraphs/subgraph-module/schema.js.map +1 -0
- package/dist/subgraphs/vetra-package/index.d.ts +10 -0
- package/dist/subgraphs/vetra-package/index.d.ts.map +1 -0
- package/dist/subgraphs/vetra-package/index.js +12 -0
- package/dist/subgraphs/vetra-package/index.js.map +1 -0
- package/dist/subgraphs/vetra-package/resolvers.d.ts +3 -0
- package/dist/subgraphs/vetra-package/resolvers.d.ts.map +1 -0
- package/dist/subgraphs/vetra-package/resolvers.js +139 -0
- package/dist/subgraphs/vetra-package/resolvers.js.map +1 -0
- package/dist/subgraphs/vetra-package/schema.d.ts +3 -0
- package/dist/subgraphs/vetra-package/schema.d.ts.map +1 -0
- package/dist/subgraphs/vetra-package/schema.js +132 -0
- package/dist/subgraphs/vetra-package/schema.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +31 -13
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
export { module as VetraPackage } from "./vetra-package/index.js";
|
|
2
1
|
export { module as DocumentEditor } from "./document-editor/index.js";
|
|
2
|
+
export { module as VetraPackage } from "./vetra-package/index.js";
|
|
3
|
+
export { module as SubgraphModule } from "./subgraph-module/index.js";
|
|
4
|
+
export { module as ProcessorModule } from "./processor-module/index.js";
|
|
3
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../document-models/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../document-models/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAElE,OAAO,EAAE,MAAM,IAAI,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,6BAA6B,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
export { module as VetraPackage } from "./vetra-package/index.js";
|
|
2
1
|
export { module as DocumentEditor } from "./document-editor/index.js";
|
|
2
|
+
export { module as VetraPackage } from "./vetra-package/index.js";
|
|
3
|
+
export { module as SubgraphModule } from "./subgraph-module/index.js";
|
|
4
|
+
export { module as ProcessorModule } from "./processor-module/index.js";
|
|
3
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../document-models/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../document-models/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAElE,OAAO,EAAE,MAAM,IAAI,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,6BAA6B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../../document-models/processor-module/gen/actions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,8BAA8B,CAAC;AAExF,cAAc,8BAA8B,CAAC;AAE7C,MAAM,MAAM,qBAAqB,GAAG,mCAAmC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actions.js","sourceRoot":"","sources":["../../../../document-models/processor-module/gen/actions.ts"],"names":[],"mappings":"AAEA,cAAc,8BAA8B,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { type Action } from "document-model";
|
|
2
|
+
import type { SetProcessorNameInput, SetProcessorTypeInput, AddDocumentTypeInput, RemoveDocumentTypeInput } from "../types.js";
|
|
3
|
+
export type SetProcessorNameAction = Action & {
|
|
4
|
+
type: "SET_PROCESSOR_NAME";
|
|
5
|
+
input: SetProcessorNameInput;
|
|
6
|
+
};
|
|
7
|
+
export type SetProcessorTypeAction = Action & {
|
|
8
|
+
type: "SET_PROCESSOR_TYPE";
|
|
9
|
+
input: SetProcessorTypeInput;
|
|
10
|
+
};
|
|
11
|
+
export type AddDocumentTypeAction = Action & {
|
|
12
|
+
type: "ADD_DOCUMENT_TYPE";
|
|
13
|
+
input: AddDocumentTypeInput;
|
|
14
|
+
};
|
|
15
|
+
export type RemoveDocumentTypeAction = Action & {
|
|
16
|
+
type: "REMOVE_DOCUMENT_TYPE";
|
|
17
|
+
input: RemoveDocumentTypeInput;
|
|
18
|
+
};
|
|
19
|
+
export type ProcessorModuleBaseOperationsAction = SetProcessorNameAction | SetProcessorTypeAction | AddDocumentTypeAction | RemoveDocumentTypeAction;
|
|
20
|
+
//# sourceMappingURL=actions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../../../document-models/processor-module/gen/base-operations/actions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,KAAK,EACV,qBAAqB,EACrB,qBAAqB,EACrB,oBAAoB,EACpB,uBAAuB,EACxB,MAAM,aAAa,CAAC;AAErB,MAAM,MAAM,sBAAsB,GAAG,MAAM,GAAG;IAC5C,IAAI,EAAE,oBAAoB,CAAC;IAC3B,KAAK,EAAE,qBAAqB,CAAC;CAC9B,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,MAAM,GAAG;IAC5C,IAAI,EAAE,oBAAoB,CAAC;IAC3B,KAAK,EAAE,qBAAqB,CAAC;CAC9B,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,MAAM,GAAG;IAC3C,IAAI,EAAE,mBAAmB,CAAC;IAC1B,KAAK,EAAE,oBAAoB,CAAC;CAC7B,CAAC;AACF,MAAM,MAAM,wBAAwB,GAAG,MAAM,GAAG;IAC9C,IAAI,EAAE,sBAAsB,CAAC;IAC7B,KAAK,EAAE,uBAAuB,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,mCAAmC,GAC3C,sBAAsB,GACtB,sBAAsB,GACtB,qBAAqB,GACrB,wBAAwB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actions.js","sourceRoot":"","sources":["../../../../../document-models/processor-module/gen/base-operations/actions.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type SetProcessorNameInput, type SetProcessorTypeInput, type AddDocumentTypeInput, type RemoveDocumentTypeInput } from "../types.js";
|
|
2
|
+
import { type SetProcessorNameAction, type SetProcessorTypeAction, type AddDocumentTypeAction, type RemoveDocumentTypeAction } from "./actions.js";
|
|
3
|
+
export declare const setProcessorName: (input: SetProcessorNameInput) => SetProcessorNameAction;
|
|
4
|
+
export declare const setProcessorType: (input: SetProcessorTypeInput) => SetProcessorTypeAction;
|
|
5
|
+
export declare const addDocumentType: (input: AddDocumentTypeInput) => AddDocumentTypeAction;
|
|
6
|
+
export declare const removeDocumentType: (input: RemoveDocumentTypeInput) => RemoveDocumentTypeAction;
|
|
7
|
+
//# sourceMappingURL=creators.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"creators.d.ts","sourceRoot":"","sources":["../../../../../document-models/processor-module/gen/base-operations/creators.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,EAC1B,KAAK,oBAAoB,EACzB,KAAK,uBAAuB,EAC7B,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,qBAAqB,EAC1B,KAAK,wBAAwB,EAC9B,MAAM,cAAc,CAAC;AAEtB,eAAO,MAAM,gBAAgB,GAAI,OAAO,qBAAqB,2BAO1D,CAAC;AAEJ,eAAO,MAAM,gBAAgB,GAAI,OAAO,qBAAqB,2BAO1D,CAAC;AAEJ,eAAO,MAAM,eAAe,GAAI,OAAO,oBAAoB,0BAOxD,CAAC;AAEJ,eAAO,MAAM,kBAAkB,GAAI,OAAO,uBAAuB,6BAO9D,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { createAction } from "document-model";
|
|
2
|
+
import { z, } from "../types.js";
|
|
3
|
+
export const setProcessorName = (input) => createAction("SET_PROCESSOR_NAME", { ...input }, undefined, z.SetProcessorNameInputSchema, "global");
|
|
4
|
+
export const setProcessorType = (input) => createAction("SET_PROCESSOR_TYPE", { ...input }, undefined, z.SetProcessorTypeInputSchema, "global");
|
|
5
|
+
export const addDocumentType = (input) => createAction("ADD_DOCUMENT_TYPE", { ...input }, undefined, z.AddDocumentTypeInputSchema, "global");
|
|
6
|
+
export const removeDocumentType = (input) => createAction("REMOVE_DOCUMENT_TYPE", { ...input }, undefined, z.RemoveDocumentTypeInputSchema, "global");
|
|
7
|
+
//# sourceMappingURL=creators.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"creators.js","sourceRoot":"","sources":["../../../../../document-models/processor-module/gen/base-operations/creators.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EACL,CAAC,GAKF,MAAM,aAAa,CAAC;AAQrB,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,KAA4B,EAAE,EAAE,CAC/D,YAAY,CACV,oBAAoB,EACpB,EAAE,GAAG,KAAK,EAAE,EACZ,SAAS,EACT,CAAC,CAAC,2BAA2B,EAC7B,QAAQ,CACT,CAAC;AAEJ,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,KAA4B,EAAE,EAAE,CAC/D,YAAY,CACV,oBAAoB,EACpB,EAAE,GAAG,KAAK,EAAE,EACZ,SAAS,EACT,CAAC,CAAC,2BAA2B,EAC7B,QAAQ,CACT,CAAC;AAEJ,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,KAA2B,EAAE,EAAE,CAC7D,YAAY,CACV,mBAAmB,EACnB,EAAE,GAAG,KAAK,EAAE,EACZ,SAAS,EACT,CAAC,CAAC,0BAA0B,EAC5B,QAAQ,CACT,CAAC;AAEJ,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,KAA8B,EAAE,EAAE,CACnE,YAAY,CACV,sBAAsB,EACtB,EAAE,GAAG,KAAK,EAAE,EACZ,SAAS,EACT,CAAC,CAAC,6BAA6B,EAC/B,QAAQ,CACT,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../../../../../document-models/processor-module/gen/base-operations/error.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,IAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"error.js","sourceRoot":"","sources":["../../../../../document-models/processor-module/gen/base-operations/error.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,MAAM,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { BaseDocumentClass } from "document-model";
|
|
2
|
+
import { type SetProcessorNameInput, type SetProcessorTypeInput, type AddDocumentTypeInput, type RemoveDocumentTypeInput, type ProcessorModuleState, type ProcessorModuleLocalState } from "../types.js";
|
|
3
|
+
import { type ProcessorModuleAction } from "../actions.js";
|
|
4
|
+
export default class ProcessorModule_BaseOperations extends BaseDocumentClass<ProcessorModuleState, ProcessorModuleLocalState, ProcessorModuleAction> {
|
|
5
|
+
setProcessorName(input: SetProcessorNameInput): this;
|
|
6
|
+
setProcessorType(input: SetProcessorTypeInput): this;
|
|
7
|
+
addDocumentType(input: AddDocumentTypeInput): this;
|
|
8
|
+
removeDocumentType(input: RemoveDocumentTypeInput): this;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=object.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object.d.ts","sourceRoot":"","sources":["../../../../../document-models/processor-module/gen/base-operations/object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EACL,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,EAC1B,KAAK,oBAAoB,EACzB,KAAK,uBAAuB,EAC5B,KAAK,oBAAoB,EACzB,KAAK,yBAAyB,EAC/B,MAAM,aAAa,CAAC;AAOrB,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,eAAe,CAAC;AAE3D,MAAM,CAAC,OAAO,OAAO,8BAA+B,SAAQ,iBAAiB,CAC3E,oBAAoB,EACpB,yBAAyB,EACzB,qBAAqB,CACtB;IACQ,gBAAgB,CAAC,KAAK,EAAE,qBAAqB;IAI7C,gBAAgB,CAAC,KAAK,EAAE,qBAAqB;IAI7C,eAAe,CAAC,KAAK,EAAE,oBAAoB;IAI3C,kBAAkB,CAAC,KAAK,EAAE,uBAAuB;CAGzD"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { BaseDocumentClass } from "document-model";
|
|
2
|
+
import { setProcessorName, setProcessorType, addDocumentType, removeDocumentType, } from "./creators.js";
|
|
3
|
+
export default class ProcessorModule_BaseOperations extends BaseDocumentClass {
|
|
4
|
+
setProcessorName(input) {
|
|
5
|
+
return this.dispatch(setProcessorName(input));
|
|
6
|
+
}
|
|
7
|
+
setProcessorType(input) {
|
|
8
|
+
return this.dispatch(setProcessorType(input));
|
|
9
|
+
}
|
|
10
|
+
addDocumentType(input) {
|
|
11
|
+
return this.dispatch(addDocumentType(input));
|
|
12
|
+
}
|
|
13
|
+
removeDocumentType(input) {
|
|
14
|
+
return this.dispatch(removeDocumentType(input));
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=object.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object.js","sourceRoot":"","sources":["../../../../../document-models/processor-module/gen/base-operations/object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AASnD,OAAO,EACL,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,kBAAkB,GACnB,MAAM,eAAe,CAAC;AAGvB,MAAM,CAAC,OAAO,OAAO,8BAA+B,SAAQ,iBAI3D;IACQ,gBAAgB,CAAC,KAA4B;QAClD,OAAO,IAAI,CAAC,QAAQ,CAAC,gBAAgB,CAAC,KAAK,CAAC,CAAC,CAAC;IAChD,CAAC;IAEM,gBAAgB,CAAC,KAA4B;QAClD,OAAO,IAAI,CAAC,QAAQ,CAAC,gBAAgB,CAAC,KAAK,CAAC,CAAC,CAAC;IAChD,CAAC;IAEM,eAAe,CAAC,KAA2B;QAChD,OAAO,IAAI,CAAC,QAAQ,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC,CAAC;IAC/C,CAAC;IAEM,kBAAkB,CAAC,KAA8B;QACtD,OAAO,IAAI,CAAC,QAAQ,CAAC,kBAAkB,CAAC,KAAK,CAAC,CAAC,CAAC;IAClD,CAAC;CACF"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { type SignalDispatch } from "document-model";
|
|
2
|
+
import { type SetProcessorNameAction, type SetProcessorTypeAction, type AddDocumentTypeAction, type RemoveDocumentTypeAction } from "./actions.js";
|
|
3
|
+
import { type ProcessorModuleState } from "../types.js";
|
|
4
|
+
export interface ProcessorModuleBaseOperationsOperations {
|
|
5
|
+
setProcessorNameOperation: (state: ProcessorModuleState, action: SetProcessorNameAction, dispatch?: SignalDispatch) => void;
|
|
6
|
+
setProcessorTypeOperation: (state: ProcessorModuleState, action: SetProcessorTypeAction, dispatch?: SignalDispatch) => void;
|
|
7
|
+
addDocumentTypeOperation: (state: ProcessorModuleState, action: AddDocumentTypeAction, dispatch?: SignalDispatch) => void;
|
|
8
|
+
removeDocumentTypeOperation: (state: ProcessorModuleState, action: RemoveDocumentTypeAction, dispatch?: SignalDispatch) => void;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../../../document-models/processor-module/gen/base-operations/operations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EACL,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,qBAAqB,EAC1B,KAAK,wBAAwB,EAC9B,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAExD,MAAM,WAAW,uCAAuC;IACtD,yBAAyB,EAAE,CACzB,KAAK,EAAE,oBAAoB,EAC3B,MAAM,EAAE,sBAAsB,EAC9B,QAAQ,CAAC,EAAE,cAAc,KACtB,IAAI,CAAC;IACV,yBAAyB,EAAE,CACzB,KAAK,EAAE,oBAAoB,EAC3B,MAAM,EAAE,sBAAsB,EAC9B,QAAQ,CAAC,EAAE,cAAc,KACtB,IAAI,CAAC;IACV,wBAAwB,EAAE,CACxB,KAAK,EAAE,oBAAoB,EAC3B,MAAM,EAAE,qBAAqB,EAC7B,QAAQ,CAAC,EAAE,cAAc,KACtB,IAAI,CAAC;IACV,2BAA2B,EAAE,CAC3B,KAAK,EAAE,oBAAoB,EAC3B,MAAM,EAAE,wBAAwB,EAChC,QAAQ,CAAC,EAAE,cAAc,KACtB,IAAI,CAAC;CACX"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../../../document-models/processor-module/gen/base-operations/operations.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"creators.d.ts","sourceRoot":"","sources":["../../../../document-models/processor-module/gen/creators.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"creators.js","sourceRoot":"","sources":["../../../../document-models/processor-module/gen/creators.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"document-model.d.ts","sourceRoot":"","sources":["../../../../document-models/processor-module/gen/document-model.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAEzD,eAAO,MAAM,aAAa,EAAE,kBAmF3B,CAAC"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
export const documentModel = {
|
|
2
|
+
id: "powerhouse/processor",
|
|
3
|
+
name: "Processor Module",
|
|
4
|
+
extension: ".phdm",
|
|
5
|
+
description: "",
|
|
6
|
+
author: {
|
|
7
|
+
name: "Powerhouse",
|
|
8
|
+
website: "https://powerhouse.inc",
|
|
9
|
+
},
|
|
10
|
+
specifications: [
|
|
11
|
+
{
|
|
12
|
+
version: 1,
|
|
13
|
+
changeLog: [],
|
|
14
|
+
state: {
|
|
15
|
+
global: {
|
|
16
|
+
schema: "type ProcessorModuleState {\n name: String!\n type: String!\n documentTypes: [DocumentTypeItem!]!\n}\n\ntype DocumentTypeItem {\n id: OID!\n documentType: String!\n}",
|
|
17
|
+
initialValue: '"{\\n \\"name\\": \\"\\",\\n \\"type\\": \\"\\",\\n \\"documentTypes\\": []\\n}"',
|
|
18
|
+
examples: [],
|
|
19
|
+
},
|
|
20
|
+
local: {
|
|
21
|
+
schema: "",
|
|
22
|
+
initialValue: '""',
|
|
23
|
+
examples: [],
|
|
24
|
+
},
|
|
25
|
+
},
|
|
26
|
+
modules: [
|
|
27
|
+
{
|
|
28
|
+
id: "91ad39c1-4e8b-4127-b3c8-e835b85e6360",
|
|
29
|
+
name: "base_operations",
|
|
30
|
+
description: "",
|
|
31
|
+
operations: [
|
|
32
|
+
{
|
|
33
|
+
id: "6f3a5c90-39f2-4302-a073-6195a71c5054",
|
|
34
|
+
name: "SET_PROCESSOR_NAME",
|
|
35
|
+
description: "",
|
|
36
|
+
schema: "input SetProcessorNameInput {\n name: String!\n}",
|
|
37
|
+
template: "",
|
|
38
|
+
reducer: "",
|
|
39
|
+
errors: [],
|
|
40
|
+
examples: [],
|
|
41
|
+
scope: "global",
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
id: "b8f28bb4-c6ae-40e6-86fa-29ef14ff8667",
|
|
45
|
+
name: "SET_PROCESSOR_TYPE",
|
|
46
|
+
description: "",
|
|
47
|
+
schema: "input SetProcessorTypeInput {\n type: String!\n}",
|
|
48
|
+
template: "",
|
|
49
|
+
reducer: "",
|
|
50
|
+
errors: [],
|
|
51
|
+
examples: [],
|
|
52
|
+
scope: "global",
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
id: "fbbd7a71-c495-4efc-b8f6-1e57798dbbb4",
|
|
56
|
+
name: "ADD_DOCUMENT_TYPE",
|
|
57
|
+
description: "",
|
|
58
|
+
schema: "input AddDocumentTypeInput {\n id: OID!\n documentType: String!\n}",
|
|
59
|
+
template: "",
|
|
60
|
+
reducer: "",
|
|
61
|
+
errors: [],
|
|
62
|
+
examples: [],
|
|
63
|
+
scope: "global",
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
id: "544d413f-423c-4d97-9570-84a19bffeab9",
|
|
67
|
+
name: "REMOVE_DOCUMENT_TYPE",
|
|
68
|
+
description: "",
|
|
69
|
+
schema: "input RemoveDocumentTypeInput {\n id: OID!\n}",
|
|
70
|
+
template: "",
|
|
71
|
+
reducer: "",
|
|
72
|
+
errors: [],
|
|
73
|
+
examples: [],
|
|
74
|
+
scope: "global",
|
|
75
|
+
},
|
|
76
|
+
],
|
|
77
|
+
},
|
|
78
|
+
],
|
|
79
|
+
},
|
|
80
|
+
],
|
|
81
|
+
};
|
|
82
|
+
//# sourceMappingURL=document-model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"document-model.js","sourceRoot":"","sources":["../../../../document-models/processor-module/gen/document-model.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,aAAa,GAAuB;IAC/C,EAAE,EAAE,sBAAsB;IAC1B,IAAI,EAAE,kBAAkB;IACxB,SAAS,EAAE,OAAO;IAClB,WAAW,EAAE,EAAE;IACf,MAAM,EAAE;QACN,IAAI,EAAE,YAAY;QAClB,OAAO,EAAE,wBAAwB;KAClC;IACD,cAAc,EAAE;QACd;YACE,OAAO,EAAE,CAAC;YACV,SAAS,EAAE,EAAE;YACb,KAAK,EAAE;gBACL,MAAM,EAAE;oBACN,MAAM,EACJ,4KAA4K;oBAC9K,YAAY,EACV,qFAAqF;oBACvF,QAAQ,EAAE,EAAE;iBACb;gBACD,KAAK,EAAE;oBACL,MAAM,EAAE,EAAE;oBACV,YAAY,EAAE,IAAI;oBAClB,QAAQ,EAAE,EAAE;iBACb;aACF;YACD,OAAO,EAAE;gBACP;oBACE,EAAE,EAAE,sCAAsC;oBAC1C,IAAI,EAAE,iBAAiB;oBACvB,WAAW,EAAE,EAAE;oBACf,UAAU,EAAE;wBACV;4BACE,EAAE,EAAE,sCAAsC;4BAC1C,IAAI,EAAE,oBAAoB;4BAC1B,WAAW,EAAE,EAAE;4BACf,MAAM,EAAE,mDAAmD;4BAC3D,QAAQ,EAAE,EAAE;4BACZ,OAAO,EAAE,EAAE;4BACX,MAAM,EAAE,EAAE;4BACV,QAAQ,EAAE,EAAE;4BACZ,KAAK,EAAE,QAAQ;yBAChB;wBACD;4BACE,EAAE,EAAE,sCAAsC;4BAC1C,IAAI,EAAE,oBAAoB;4BAC1B,WAAW,EAAE,EAAE;4BACf,MAAM,EAAE,mDAAmD;4BAC3D,QAAQ,EAAE,EAAE;4BACZ,OAAO,EAAE,EAAE;4BACX,MAAM,EAAE,EAAE;4BACV,QAAQ,EAAE,EAAE;4BACZ,KAAK,EAAE,QAAQ;yBAChB;wBACD;4BACE,EAAE,EAAE,sCAAsC;4BAC1C,IAAI,EAAE,mBAAmB;4BACzB,WAAW,EAAE,EAAE;4BACf,MAAM,EACJ,sEAAsE;4BACxE,QAAQ,EAAE,EAAE;4BACZ,OAAO,EAAE,EAAE;4BACX,MAAM,EAAE,EAAE;4BACV,QAAQ,EAAE,EAAE;4BACZ,KAAK,EAAE,QAAQ;yBAChB;wBACD;4BACE,EAAE,EAAE,sCAAsC;4BAC1C,IAAI,EAAE,sBAAsB;4BAC5B,WAAW,EAAE,EAAE;4BACf,MAAM,EAAE,gDAAgD;4BACxD,QAAQ,EAAE,EAAE;4BACZ,OAAO,EAAE,EAAE;4BACX,MAAM,EAAE,EAAE;4BACV,QAAQ,EAAE,EAAE;4BACZ,KAAK,EAAE,QAAQ;yBAChB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../document-models/processor-module/gen/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,OAAO,KAAK,OAAO,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../document-models/processor-module/gen/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,OAAO,KAAK,OAAO,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { BaseDocumentClass, type ExtendedState, type PartialState, type SignalDispatch } from "document-model";
|
|
2
|
+
import { type ProcessorModuleState, type ProcessorModuleLocalState } from "./types.js";
|
|
3
|
+
import { type ProcessorModuleAction } from "./actions.js";
|
|
4
|
+
import ProcessorModule_BaseOperations from "./base-operations/object.js";
|
|
5
|
+
export * from "./base-operations/object.js";
|
|
6
|
+
interface ProcessorModule extends ProcessorModule_BaseOperations {
|
|
7
|
+
}
|
|
8
|
+
declare class ProcessorModule extends BaseDocumentClass<ProcessorModuleState, ProcessorModuleLocalState, ProcessorModuleAction> {
|
|
9
|
+
static fileExtension: string;
|
|
10
|
+
constructor(initialState?: Partial<ExtendedState<PartialState<ProcessorModuleState>, PartialState<ProcessorModuleLocalState>>>, dispatch?: SignalDispatch);
|
|
11
|
+
saveToFile(path: string, name?: string): Promise<string>;
|
|
12
|
+
loadFromFile(path: string): Promise<void>;
|
|
13
|
+
static fromFile(path: string): Promise<ProcessorModule>;
|
|
14
|
+
}
|
|
15
|
+
export { ProcessorModule };
|
|
16
|
+
//# sourceMappingURL=object.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object.d.ts","sourceRoot":"","sources":["../../../../document-models/processor-module/gen/object.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,KAAK,aAAa,EAClB,KAAK,YAAY,EAEjB,KAAK,cAAc,EACpB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,KAAK,oBAAoB,EACzB,KAAK,yBAAyB,EAC/B,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,cAAc,CAAC;AAG1D,OAAO,8BAA8B,MAAM,6BAA6B,CAAC;AAEzE,cAAc,6BAA6B,CAAC;AAG5C,UAAU,eAAgB,SAAQ,8BAA8B;CAAG;AAGnE,cAAM,eAAgB,SAAQ,iBAAiB,CAC7C,oBAAoB,EACpB,yBAAyB,EACzB,qBAAqB,CACtB;IACC,MAAM,CAAC,aAAa,SAAW;gBAG7B,YAAY,CAAC,EAAE,OAAO,CACpB,aAAa,CACX,YAAY,CAAC,oBAAoB,CAAC,EAClC,YAAY,CAAC,yBAAyB,CAAC,CACxC,CACF,EACD,QAAQ,CAAC,EAAE,cAAc;IAKpB,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM;IAItC,YAAY,CAAC,IAAI,EAAE,MAAM;WAInB,QAAQ,CAAC,IAAI,EAAE,MAAM;CAKnC;AAID,OAAO,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { BaseDocumentClass, applyMixins, } from "document-model";
|
|
2
|
+
import { reducer } from "./reducer.js";
|
|
3
|
+
import utils from "./utils.js";
|
|
4
|
+
import ProcessorModule_BaseOperations from "./base-operations/object.js";
|
|
5
|
+
export * from "./base-operations/object.js";
|
|
6
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-declaration-merging
|
|
7
|
+
class ProcessorModule extends BaseDocumentClass {
|
|
8
|
+
static fileExtension = ".phdm";
|
|
9
|
+
constructor(initialState, dispatch) {
|
|
10
|
+
super(reducer, utils.createDocument(initialState), dispatch);
|
|
11
|
+
}
|
|
12
|
+
saveToFile(path, name) {
|
|
13
|
+
return super.saveToFile(path, ProcessorModule.fileExtension, name);
|
|
14
|
+
}
|
|
15
|
+
loadFromFile(path) {
|
|
16
|
+
return super.loadFromFile(path);
|
|
17
|
+
}
|
|
18
|
+
static async fromFile(path) {
|
|
19
|
+
const document = new this();
|
|
20
|
+
await document.loadFromFile(path);
|
|
21
|
+
return document;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
applyMixins(ProcessorModule, [ProcessorModule_BaseOperations]);
|
|
25
|
+
export { ProcessorModule };
|
|
26
|
+
//# sourceMappingURL=object.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object.js","sourceRoot":"","sources":["../../../../document-models/processor-module/gen/object.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EAGjB,WAAW,GAEZ,MAAM,gBAAgB,CAAC;AAMxB,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,KAAK,MAAM,YAAY,CAAC;AAC/B,OAAO,8BAA8B,MAAM,6BAA6B,CAAC;AAEzE,cAAc,6BAA6B,CAAC;AAK5C,4EAA4E;AAC5E,MAAM,eAAgB,SAAQ,iBAI7B;IACC,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC;IAE/B,YACE,YAKC,EACD,QAAyB;QAEzB,KAAK,CAAC,OAAO,EAAE,KAAK,CAAC,cAAc,CAAC,YAAY,CAAC,EAAE,QAAQ,CAAC,CAAC;IAC/D,CAAC;IAEM,UAAU,CAAC,IAAY,EAAE,IAAa;QAC3C,OAAO,KAAK,CAAC,UAAU,CAAC,IAAI,EAAE,eAAe,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;IAEM,YAAY,CAAC,IAAY;QAC9B,OAAO,KAAK,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;IAClC,CAAC;IAED,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAY;QAChC,MAAM,QAAQ,GAAG,IAAI,IAAI,EAAE,CAAC;QAC5B,MAAM,QAAQ,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;QAClC,OAAO,QAAQ,CAAC;IAClB,CAAC;;AAGH,WAAW,CAAC,eAAe,EAAE,CAAC,8BAA8B,CAAC,CAAC,CAAC;AAE/D,OAAO,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reducer.d.ts","sourceRoot":"","sources":["../../../../document-models/processor-module/gen/reducer.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,KAAK,uBAAuB,EAAK,MAAM,YAAY,CAAC;AAuD7D,eAAO,MAAM,OAAO,2DAAuD,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// TODO: remove eslint-disable rules once refactor is done
|
|
2
|
+
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
|
|
3
|
+
/* eslint-disable @typescript-eslint/no-unsafe-argument */
|
|
4
|
+
import { isDocumentAction, createReducer, } from "document-model";
|
|
5
|
+
import { z } from "./types.js";
|
|
6
|
+
import { reducer as BaseOperationsReducer } from "../src/reducers/base-operations.js";
|
|
7
|
+
const stateReducer = (state, action, dispatch) => {
|
|
8
|
+
if (isDocumentAction(action)) {
|
|
9
|
+
return state;
|
|
10
|
+
}
|
|
11
|
+
switch (action.type) {
|
|
12
|
+
case "SET_PROCESSOR_NAME":
|
|
13
|
+
z.SetProcessorNameInputSchema().parse(action.input);
|
|
14
|
+
BaseOperationsReducer.setProcessorNameOperation(state[action.scope], action, dispatch);
|
|
15
|
+
break;
|
|
16
|
+
case "SET_PROCESSOR_TYPE":
|
|
17
|
+
z.SetProcessorTypeInputSchema().parse(action.input);
|
|
18
|
+
BaseOperationsReducer.setProcessorTypeOperation(state[action.scope], action, dispatch);
|
|
19
|
+
break;
|
|
20
|
+
case "ADD_DOCUMENT_TYPE":
|
|
21
|
+
z.AddDocumentTypeInputSchema().parse(action.input);
|
|
22
|
+
BaseOperationsReducer.addDocumentTypeOperation(state[action.scope], action, dispatch);
|
|
23
|
+
break;
|
|
24
|
+
case "REMOVE_DOCUMENT_TYPE":
|
|
25
|
+
z.RemoveDocumentTypeInputSchema().parse(action.input);
|
|
26
|
+
BaseOperationsReducer.removeDocumentTypeOperation(state[action.scope], action, dispatch);
|
|
27
|
+
break;
|
|
28
|
+
default:
|
|
29
|
+
return state;
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
export const reducer = createReducer(stateReducer);
|
|
33
|
+
//# sourceMappingURL=reducer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reducer.js","sourceRoot":"","sources":["../../../../document-models/processor-module/gen/reducer.ts"],"names":[],"mappings":"AAAA,0DAA0D;AAC1D,+DAA+D;AAC/D,0DAA0D;AAC1D,OAAO,EAEL,gBAAgB,EAChB,aAAa,GACd,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAgC,CAAC,EAAE,MAAM,YAAY,CAAC;AAE7D,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAEtF,MAAM,YAAY,GAA0C,CAC1D,KAAK,EACL,MAAM,EACN,QAAQ,EACR,EAAE;IACF,IAAI,gBAAgB,CAAC,MAAM,CAAC,EAAE,CAAC;QAC7B,OAAO,KAAK,CAAC;IACf,CAAC;IAED,QAAQ,MAAM,CAAC,IAAI,EAAE,CAAC;QACpB,KAAK,oBAAoB;YACvB,CAAC,CAAC,2BAA2B,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;YACpD,qBAAqB,CAAC,yBAAyB,CAC5C,KAAa,CAAC,MAAM,CAAC,KAAK,CAAC,EAC5B,MAAa,EACb,QAAQ,CACT,CAAC;YACF,MAAM;QAER,KAAK,oBAAoB;YACvB,CAAC,CAAC,2BAA2B,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;YACpD,qBAAqB,CAAC,yBAAyB,CAC5C,KAAa,CAAC,MAAM,CAAC,KAAK,CAAC,EAC5B,MAAa,EACb,QAAQ,CACT,CAAC;YACF,MAAM;QAER,KAAK,mBAAmB;YACtB,CAAC,CAAC,0BAA0B,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;YACnD,qBAAqB,CAAC,wBAAwB,CAC3C,KAAa,CAAC,MAAM,CAAC,KAAK,CAAC,EAC5B,MAAa,EACb,QAAQ,CACT,CAAC;YACF,MAAM;QAER,KAAK,sBAAsB;YACzB,CAAC,CAAC,6BAA6B,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;YACtD,qBAAqB,CAAC,2BAA2B,CAC9C,KAAa,CAAC,MAAM,CAAC,KAAK,CAAC,EAC5B,MAAa,EACb,QAAQ,CACT,CAAC;YACF,MAAM;QAER;YACE,OAAO,KAAK,CAAC;IACjB,CAAC;AACH,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,aAAa,CAA0B,YAAY,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../document-models/processor-module/gen/schema/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,OAAO,KAAK,CAAC,MAAM,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../document-models/processor-module/gen/schema/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,OAAO,KAAK,CAAC,MAAM,UAAU,CAAC"}
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
export type Maybe<T> = T | null;
|
|
2
|
+
export type InputMaybe<T> = T | null | undefined;
|
|
3
|
+
export type Exact<T extends {
|
|
4
|
+
[key: string]: unknown;
|
|
5
|
+
}> = {
|
|
6
|
+
[K in keyof T]: T[K];
|
|
7
|
+
};
|
|
8
|
+
export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
|
|
9
|
+
[SubKey in K]?: Maybe<T[SubKey]>;
|
|
10
|
+
};
|
|
11
|
+
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
|
|
12
|
+
[SubKey in K]: Maybe<T[SubKey]>;
|
|
13
|
+
};
|
|
14
|
+
export type MakeEmpty<T extends {
|
|
15
|
+
[key: string]: unknown;
|
|
16
|
+
}, K extends keyof T> = {
|
|
17
|
+
[_ in K]?: never;
|
|
18
|
+
};
|
|
19
|
+
export type Incremental<T> = T | {
|
|
20
|
+
[P in keyof T]?: P extends " $fragmentName" | "__typename" ? T[P] : never;
|
|
21
|
+
};
|
|
22
|
+
/** All built-in and custom scalars, mapped to their actual values */
|
|
23
|
+
export type Scalars = {
|
|
24
|
+
ID: {
|
|
25
|
+
input: string;
|
|
26
|
+
output: string;
|
|
27
|
+
};
|
|
28
|
+
String: {
|
|
29
|
+
input: string;
|
|
30
|
+
output: string;
|
|
31
|
+
};
|
|
32
|
+
Boolean: {
|
|
33
|
+
input: boolean;
|
|
34
|
+
output: boolean;
|
|
35
|
+
};
|
|
36
|
+
Int: {
|
|
37
|
+
input: number;
|
|
38
|
+
output: number;
|
|
39
|
+
};
|
|
40
|
+
Float: {
|
|
41
|
+
input: number;
|
|
42
|
+
output: number;
|
|
43
|
+
};
|
|
44
|
+
Amount: {
|
|
45
|
+
input: {
|
|
46
|
+
unit?: string;
|
|
47
|
+
value?: number;
|
|
48
|
+
};
|
|
49
|
+
output: {
|
|
50
|
+
unit?: string;
|
|
51
|
+
value?: number;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
Amount_Crypto: {
|
|
55
|
+
input: {
|
|
56
|
+
unit: string;
|
|
57
|
+
value: string;
|
|
58
|
+
};
|
|
59
|
+
output: {
|
|
60
|
+
unit: string;
|
|
61
|
+
value: string;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
Amount_Currency: {
|
|
65
|
+
input: {
|
|
66
|
+
unit: string;
|
|
67
|
+
value: string;
|
|
68
|
+
};
|
|
69
|
+
output: {
|
|
70
|
+
unit: string;
|
|
71
|
+
value: string;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
Amount_Fiat: {
|
|
75
|
+
input: {
|
|
76
|
+
unit: string;
|
|
77
|
+
value: number;
|
|
78
|
+
};
|
|
79
|
+
output: {
|
|
80
|
+
unit: string;
|
|
81
|
+
value: number;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
Amount_Money: {
|
|
85
|
+
input: number;
|
|
86
|
+
output: number;
|
|
87
|
+
};
|
|
88
|
+
Amount_Percentage: {
|
|
89
|
+
input: number;
|
|
90
|
+
output: number;
|
|
91
|
+
};
|
|
92
|
+
Amount_Tokens: {
|
|
93
|
+
input: number;
|
|
94
|
+
output: number;
|
|
95
|
+
};
|
|
96
|
+
Currency: {
|
|
97
|
+
input: string;
|
|
98
|
+
output: string;
|
|
99
|
+
};
|
|
100
|
+
Date: {
|
|
101
|
+
input: string;
|
|
102
|
+
output: string;
|
|
103
|
+
};
|
|
104
|
+
DateTime: {
|
|
105
|
+
input: string;
|
|
106
|
+
output: string;
|
|
107
|
+
};
|
|
108
|
+
EmailAddress: {
|
|
109
|
+
input: string;
|
|
110
|
+
output: string;
|
|
111
|
+
};
|
|
112
|
+
EthereumAddress: {
|
|
113
|
+
input: string;
|
|
114
|
+
output: string;
|
|
115
|
+
};
|
|
116
|
+
OID: {
|
|
117
|
+
input: string;
|
|
118
|
+
output: string;
|
|
119
|
+
};
|
|
120
|
+
OLabel: {
|
|
121
|
+
input: string;
|
|
122
|
+
output: string;
|
|
123
|
+
};
|
|
124
|
+
PHID: {
|
|
125
|
+
input: string;
|
|
126
|
+
output: string;
|
|
127
|
+
};
|
|
128
|
+
URL: {
|
|
129
|
+
input: string;
|
|
130
|
+
output: string;
|
|
131
|
+
};
|
|
132
|
+
Upload: {
|
|
133
|
+
input: File;
|
|
134
|
+
output: File;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
export type AddDocumentTypeInput = {
|
|
138
|
+
documentType: Scalars["String"]["input"];
|
|
139
|
+
id: Scalars["OID"]["input"];
|
|
140
|
+
};
|
|
141
|
+
export type DocumentTypeItem = {
|
|
142
|
+
documentType: Scalars["String"]["output"];
|
|
143
|
+
id: Scalars["OID"]["output"];
|
|
144
|
+
};
|
|
145
|
+
export type ProcessorModuleState = {
|
|
146
|
+
documentTypes: Array<DocumentTypeItem>;
|
|
147
|
+
name: Scalars["String"]["output"];
|
|
148
|
+
type: Scalars["String"]["output"];
|
|
149
|
+
};
|
|
150
|
+
export type RemoveDocumentTypeInput = {
|
|
151
|
+
id: Scalars["OID"]["input"];
|
|
152
|
+
};
|
|
153
|
+
export type SetProcessorNameInput = {
|
|
154
|
+
name: Scalars["String"]["input"];
|
|
155
|
+
};
|
|
156
|
+
export type SetProcessorTypeInput = {
|
|
157
|
+
type: Scalars["String"]["input"];
|
|
158
|
+
};
|
|
159
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../document-models/processor-module/gen/schema/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../document-models/processor-module/gen/schema/types.ts"],"names":[],"mappings":""}
|