@lssm/example.workflow-system 0.0.0-canary-20251207012602 → 0.0.0-canary-20251207013726

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/index.d.ts CHANGED
@@ -11,7 +11,7 @@ import { WorkflowSystemFeature } from "./feature.js";
11
11
  import { ApprovalRequestRecord, HandlerContext, WorkflowDefinitionRecord, WorkflowInstanceRecord, WorkflowStepRecord, handleAddStep, handleCreateWorkflow, handleListMyApprovals, handlePublishWorkflow, handleStartWorkflow, handleSubmitDecision, handleTransitionWorkflow, mockDataStore } from "./handlers/index.js";
12
12
  import { ApprovalDetailPresentation, ApprovalFormPresentation, ApprovalInboxPresentation, InstanceDetailPresentation, InstanceListPresentation, PendingApprovalsBadgePresentation, ProgressTrackerPresentation, WorkflowDesignerPresentation, WorkflowDetailPresentation, WorkflowListPresentation, WorkflowMetricsPresentation, WorkflowSystemPresentations } from "./presentations/index.js";
13
13
  import { BasicStateMachineEngine, IStateMachineEngine, StateMachineDefinition, StateMachineState, StateMachineStep, TransitionContext, TransitionDefinition, TransitionResult, buildStateMachineDefinition, createInitialState, createStateMachineEngine } from "./state-machine/index.js";
14
- import * as _lssm_lib_schema0 from "@lssm/lib.schema";
14
+ import * as _lssm_lib_schema1359 from "@lssm/lib.schema";
15
15
 
16
16
  //#region src/index.d.ts
17
17
 
@@ -27,7 +27,7 @@ import * as _lssm_lib_schema0 from "@lssm/lib.schema";
27
27
  * - Notifications for approval requests
28
28
  */
29
29
  declare const schemaComposition: {
30
- modules: _lssm_lib_schema0.ModuleSchemaContribution[];
30
+ modules: _lssm_lib_schema1359.ModuleSchemaContribution[];
31
31
  provider: "postgresql";
32
32
  outputPath: string;
33
33
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.workflow-system",
3
- "version": "0.0.0-canary-20251207012602",
3
+ "version": "0.0.0-canary-20251207013726",
4
4
  "description": "Workflow and approval system example for ContractSpec - State machine with role-based transitions",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",