@lssm/example.crm-pipeline 0.0.0-canary-20251221153314 → 0.0.0-canary-20251221164004

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.
@@ -818,39 +818,29 @@ $ tsdown
818
818
  ℹ dist/handlers/index.d.ts  0.80 kB │ gzip: 0.25 kB
819
819
  ℹ dist/deal/index.d.ts  0.78 kB │ gzip: 0.23 kB
820
820
  ℹ dist/contracts/index.d.ts  0.76 kB │ gzip: 0.23 kB
821
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
821
822
  ℹ dist/presentations/pipeline.presentation.d.ts  0.73 kB │ gzip: 0.28 kB
823
+ ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
822
824
  ℹ dist/presentations/dashboard.presentation.d.ts  0.47 kB │ gzip: 0.22 kB
825
+ │
823
826
  ℹ dist/deal/deal.enum.d.ts  0.45 kB │ gzip: 0.22 kB
824
827
  ℹ dist/presentations/index.d.ts  0.40 kB │ gzip: 0.15 kB
828
+ 1 │ import { createHash } from "node:crypto";
829
+  │ ──────┬──────
830
+  │ ╰──────── Module not found, treating it as an external dependency
825
831
  ℹ dist/crm-pipeline.feature.d.ts  0.39 kB │ gzip: 0.24 kB
826
832
  ℹ dist/events/index.d.ts  0.32 kB │ gzip: 0.14 kB
827
833
  ℹ dist/docs/crm-pipeline.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
834
+  │
828
835
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
829
836
  ℹ 820 files, total: 5069.98 kB
830
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations/transform-engine.js
831
- ╭─[ ../../libs/contracts/dist/presentations/transform-engine.js:3:29 ]
832
- │
833
- 3 │ import TurndownService from "turndown";
834
-  │ ─────┬────
835
-  │ ╰────── Module not found, treating it as an external dependency
836
-  │
837
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
838
- ───╯
839
-
840
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
841
- ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
842
- │
843
- 2 │ import { deepStrictEqual } from "node:assert";
844
-  │ ──────┬──────
845
-  │ ╰──────── Module not found, treating it as an external dependency
846
-  │
847
837
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
848
838
  ───╯
849
839
 
850
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
851
- ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
840
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
841
+ ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
852
842
  │
853
- 1 │ import { createHash } from "node:crypto";
843
+ 2 │ import { randomUUID } from "node:crypto";
854
844
   │ ──────┬──────
855
845
   │ ╰──────── Module not found, treating it as an external dependency
856
846
   │
@@ -867,22 +857,32 @@ $ tsdown
867
857
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
868
858
  ───╯
869
859
 
870
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
871
- ╭─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
860
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations/transform-engine.js
861
+ ╭─[ ../../libs/contracts/dist/presentations/transform-engine.js:3:29 ]
872
862
  │
873
- 1 │ import { randomUUID } from "crypto";
874
-  │ ────┬───
875
-  │ ╰───── Module not found, treating it as an external dependency
863
+ 3 │ import TurndownService from "turndown";
864
+  │ ─────┬────
865
+  │ ╰────── Module not found, treating it as an external dependency
876
866
   │
877
867
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
878
868
  ───╯
879
869
 
880
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
881
- ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
870
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
871
+ ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
882
872
  │
883
- 2 │ import { randomUUID } from "node:crypto";
884
-  │ ──────┬──────
885
-  │ ╰──────── Module not found, treating it as an external dependency
873
+ 2 │ import { deepStrictEqual } from "node:assert";
874
+  │ ──────┬──────
875
+  │ ╰──────── Module not found, treating it as an external dependency
876
+  │
877
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
878
+ ───╯
879
+
880
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
881
+ ╭─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
882
+ │
883
+ 1 │ import { randomUUID } from "crypto";
884
+  │ ────┬───
885
+  │ ╰───── Module not found, treating it as an external dependency
886
886
   │
887
887
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
888
888
  ───╯
@@ -897,28 +897,28 @@ $ tsdown
897
897
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
898
898
  ───╯
899
899
 
900
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js
901
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js:1:8 ]
900
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/notifications/dist/libs/contracts/dist/presentations/transform-engine.js
901
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/presentations/transform-engine.js:2:29 ]
902
902
  │
903
- 1 │ import "crypto";
904
-  │ ────┬───
905
-  │ ╰───── Module not found, treating it as an external dependency
903
+ 2 │ import TurndownService from "turndown";
904
+  │ ─────┬────
905
+  │ ╰────── Module not found, treating it as an external dependency
906
906
   │
907
907
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
908
908
  ───╯
909
909
 
910
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js
911
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js:1:8 ]
910
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js
911
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js:1:8 ]
912
912
  │
913
- 1 │ import "node:timers/promises";
914
-  │ ───────────┬──────────
915
-  │ ╰──────────── Module not found, treating it as an external dependency
913
+ 1 │ import "crypto";
914
+  │ ────┬───
915
+  │ ╰───── Module not found, treating it as an external dependency
916
916
   │
917
917
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
918
918
  ───╯
919
919
 
920
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js
921
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js:1:8 ]
920
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js
921
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js:1:8 ]
922
922
  │
923
923
  1 │ import "node:crypto";
924
924
   │ ──────┬──────
@@ -927,38 +927,38 @@ $ tsdown
927
927
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
928
928
  ───╯
929
929
 
930
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/identity-rbac/dist/contracts/dist/presentations/transform-engine.js
931
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/presentations/transform-engine.js:2:29 ]
930
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../modules/notifications/dist/libs/contracts/dist/tests/runner.js
931
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/tests/runner.js:2:8 ]
932
932
  │
933
- 2 │ import TurndownService from "turndown";
934
-  │ ─────┬────
935
-  │ ╰────── Module not found, treating it as an external dependency
933
+ 2 │ import "node:assert";
934
+  │ ──────┬──────
935
+  │ ╰──────── Module not found, treating it as an external dependency
936
936
   │
937
937
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
938
938
  ───╯
939
939
 
940
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js
941
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js:2:8 ]
940
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js
941
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
942
942
  │
943
- 2 │ import "node:assert";
943
+ 1 │ import "node:crypto";
944
944
   │ ──────┬──────
945
945
   │ ╰──────── Module not found, treating it as an external dependency
946
946
   │
947
947
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
948
948
  ───╯
949
949
 
950
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js
951
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js:1:8 ]
950
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../modules/notifications/dist/libs/contracts/dist/regenerator/service.js
951
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/regenerator/service.js:1:8 ]
952
952
  │
953
- 1 │ import "node:crypto";
954
-  │ ──────┬──────
955
-  │ ╰──────── Module not found, treating it as an external dependency
953
+ 1 │ import "node:timers/promises";
954
+  │ ───────────┬──────────
955
+  │ ╰──────────── Module not found, treating it as an external dependency
956
956
   │
957
957
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
958
958
  ───╯
959
959
 
960
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/notifications/dist/libs/contracts/dist/presentations/transform-engine.js
961
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/presentations/transform-engine.js:2:29 ]
960
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/identity-rbac/dist/contracts/dist/presentations/transform-engine.js
961
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/presentations/transform-engine.js:2:29 ]
962
962
  │
963
963
  2 │ import TurndownService from "turndown";
964
964
   │ ─────┬────
@@ -967,28 +967,28 @@ $ tsdown
967
967
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
968
968
  ───╯
969
969
 
970
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js
971
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js:1:8 ]
970
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/audit-trail/dist/libs/contracts/dist/presentations/transform-engine.js
971
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/presentations/transform-engine.js:2:29 ]
972
972
  │
973
- 1 │ import "crypto";
974
-  │ ────┬───
975
-  │ ╰───── Module not found, treating it as an external dependency
973
+ 2 │ import TurndownService from "turndown";
974
+  │ ─────┬────
975
+  │ ╰────── Module not found, treating it as an external dependency
976
976
   │
977
977
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
978
978
  ───╯
979
979
 
980
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js
981
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js:1:8 ]
980
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js
981
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js:1:8 ]
982
982
  │
983
- 1 │ import "node:crypto";
984
-  │ ──────┬──────
985
-  │ ╰──────── Module not found, treating it as an external dependency
983
+ 1 │ import "crypto";
984
+  │ ────┬───
985
+  │ ╰───── Module not found, treating it as an external dependency
986
986
   │
987
987
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
988
988
  ───╯
989
989
 
990
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../modules/notifications/dist/libs/contracts/dist/tests/runner.js
991
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/tests/runner.js:2:8 ]
990
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js
991
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js:2:8 ]
992
992
  │
993
993
  2 │ import "node:assert";
994
994
   │ ──────┬──────
@@ -997,12 +997,12 @@ $ tsdown
997
997
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
998
998
  ───╯
999
999
 
1000
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../modules/audit-trail/dist/libs/contracts/dist/regenerator/service.js
1001
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/regenerator/service.js:1:8 ]
1000
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js
1001
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js:1:8 ]
1002
1002
  │
1003
- 1 │ import "node:timers/promises";
1004
-  │ ───────────┬──────────
1005
-  │ ╰──────────── Module not found, treating it as an external dependency
1003
+ 1 │ import "node:crypto";
1004
+  │ ──────┬──────
1005
+  │ ╰──────── Module not found, treating it as an external dependency
1006
1006
   │
1007
1007
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1008
1008
  ───╯
@@ -1027,28 +1027,28 @@ $ tsdown
1027
1027
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1028
1028
  ───╯
1029
1029
 
1030
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js
1031
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
1030
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js
1031
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js:1:8 ]
1032
1032
  │
1033
- 1 │ import "node:crypto";
1034
-  │ ──────┬──────
1035
-  │ ╰──────── Module not found, treating it as an external dependency
1033
+ 1 │ import "node:timers/promises";
1034
+  │ ───────────┬──────────
1035
+  │ ╰──────────── Module not found, treating it as an external dependency
1036
1036
   │
1037
1037
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1038
1038
  ───╯
1039
1039
 
1040
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../modules/notifications/dist/libs/contracts/dist/regenerator/service.js
1041
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/regenerator/service.js:1:8 ]
1040
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js
1041
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js:1:8 ]
1042
1042
  │
1043
- 1 │ import "node:timers/promises";
1044
-  │ ───────────┬──────────
1045
-  │ ╰──────────── Module not found, treating it as an external dependency
1043
+ 1 │ import "crypto";
1044
+  │ ────┬───
1045
+  │ ╰───── Module not found, treating it as an external dependency
1046
1046
   │
1047
1047
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1048
1048
  ───╯
1049
1049
 
1050
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js
1051
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
1050
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js
1051
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
1052
1052
  │
1053
1053
  1 │ import "node:crypto";
1054
1054
   │ ──────┬──────
@@ -1057,22 +1057,22 @@ $ tsdown
1057
1057
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1058
1058
  ───╯
1059
1059
 
1060
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js
1061
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js:1:8 ]
1060
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js
1061
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js:1:8 ]
1062
1062
  │
1063
- 1 │ import "crypto";
1064
-  │ ────┬───
1065
-  │ ╰───── Module not found, treating it as an external dependency
1063
+ 1 │ import "node:crypto";
1064
+  │ ──────┬──────
1065
+  │ ╰──────── Module not found, treating it as an external dependency
1066
1066
   │
1067
1067
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1068
1068
  ───╯
1069
1069
 
1070
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/audit-trail/dist/libs/contracts/dist/presentations/transform-engine.js
1071
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/presentations/transform-engine.js:2:29 ]
1070
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../modules/audit-trail/dist/libs/contracts/dist/regenerator/service.js
1071
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/regenerator/service.js:1:8 ]
1072
1072
  │
1073
- 2 │ import TurndownService from "turndown";
1074
-  │ ─────┬────
1075
-  │ ╰────── Module not found, treating it as an external dependency
1073
+ 1 │ import "node:timers/promises";
1074
+  │ ───────────┬──────────
1075
+  │ ╰──────────── Module not found, treating it as an external dependency
1076
1076
   │
1077
1077
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1078
1078
  ───╯
@@ -1107,5 +1107,5 @@ $ tsdown
1107
1107
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1108
1108
  ───╯
1109
1109
 
1110
- ✔ Build complete in 26731ms
1110
+ ✔ Build complete in 28543ms
1111
1111
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.crm-pipeline
2
2
 
3
- ## 0.0.0-canary-20251221153314
3
+ ## 0.0.0-canary-20251221164004
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,10 +9,10 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [66a5dfd]
12
- - @lssm/lib.bus@0.0.0-canary-20251221153314
13
- - @lssm/lib.contracts@0.0.0-canary-20251221153314
14
- - @lssm/lib.identity-rbac@0.0.0-canary-20251221153314
15
- - @lssm/lib.jobs@0.0.0-canary-20251221153314
16
- - @lssm/lib.schema@0.0.0-canary-20251221153314
17
- - @lssm/module.audit-trail@0.0.0-canary-20251221153314
18
- - @lssm/module.notifications@0.0.0-canary-20251221153314
12
+ - @lssm/lib.bus@0.0.0-canary-20251221164004
13
+ - @lssm/lib.contracts@0.0.0-canary-20251221164004
14
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251221164004
15
+ - @lssm/lib.jobs@0.0.0-canary-20251221164004
16
+ - @lssm/lib.schema@0.0.0-canary-20251221164004
17
+ - @lssm/module.audit-trail@0.0.0-canary-20251221164004
18
+ - @lssm/module.notifications@0.0.0-canary-20251221164004
@@ -1,14 +1,14 @@
1
- import * as _lssm_lib_schema0 from "@lssm/lib.schema";
1
+ import * as _lssm_lib_schema168 from "@lssm/lib.schema";
2
2
 
3
3
  //#region src/deal/deal.enum.d.ts
4
4
  /**
5
5
  * Deal status enum.
6
6
  */
7
- declare const DealStatusEnum: _lssm_lib_schema0.EnumType<[string, string, string, string]>;
7
+ declare const DealStatusEnum: _lssm_lib_schema168.EnumType<[string, string, string, string]>;
8
8
  /**
9
9
  * Deal status filter enum.
10
10
  */
11
- declare const DealStatusFilterEnum: _lssm_lib_schema0.EnumType<[string, string, string, string]>;
11
+ declare const DealStatusFilterEnum: _lssm_lib_schema168.EnumType<[string, string, string, string]>;
12
12
  //#endregion
13
13
  export { DealStatusEnum, DealStatusFilterEnum };
14
14
  //# sourceMappingURL=deal.enum.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"deal.enum.d.ts","names":[],"sources":["../../src/deal/deal.enum.ts"],"sourcesContent":[],"mappings":";;;;;;AAKa,cAAA,cAKX,EAAA,iBAAA,CALyB,QAAA,CAAA,CAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,CAAA,CAAA;AAU3B;;;cAAa,sBAKX,iBAAA,CAL+B"}
1
+ {"version":3,"file":"deal.enum.d.ts","names":[],"sources":["../../src/deal/deal.enum.ts"],"sourcesContent":[],"mappings":";;;;;;AAKa,cAAA,cAKX,EAAA,mBAAA,CALyB,QAAA,CAAA,CAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,CAAA,CAAA;AAU3B;;;cAAa,sBAKX,mBAAA,CAL+B"}