@contractspec/example.kb-update-pipeline 0.0.0-canary-20260114030712 → 0.0.0-canary-20260119224015

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.
@@ -1,7 +1,7 @@
1
1
  $ tsdown
2
2
  ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
3
3
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/kb-update-pipeline/tsdown.config.js
4
- ℹ entry: src/events.ts, src/example.ts, src/index.ts, src/kb-update-pipeline.feature.ts, src/presentations.ts, src/docs/index.ts, src/docs/kb-update-pipeline.docblock.ts, src/entities/index.ts, src/entities/models.ts, src/handlers/index.ts, src/handlers/memory.handlers.ts, src/tests/operations.test-spec.ts, src/operations/index.ts, src/operations/pipeline.ts
4
+ ℹ entry: src/events.ts, src/example.ts, src/index.ts, src/kb-update-pipeline.feature.ts, src/presentations.ts, src/docs/index.ts, src/docs/kb-update-pipeline.docblock.ts, src/entities/index.ts, src/entities/models.ts, src/handlers/index.ts, src/handlers/memory.handlers.ts, src/operations/index.ts, src/operations/pipeline.ts, src/tests/operations.test-spec.ts
5
5
  ℹ target: esnext
6
6
  ℹ tsconfig: tsconfig.json
7
7
  ℹ Build start
@@ -37,12 +37,12 @@ $ tsdown
37
37
  ℹ dist/presentations.d.ts.map 0.20 kB │ gzip: 0.15 kB
38
38
  ℹ dist/kb-update-pipeline.feature.d.ts.map 0.18 kB │ gzip: 0.15 kB
39
39
  ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
40
- ℹ dist/operations/pipeline.d.ts 4.33 kB │ gzip: 0.58 kB
41
- ℹ dist/events.d.ts 2.54 kB │ gzip: 0.42 kB
40
+ ℹ dist/operations/pipeline.d.ts 4.38 kB │ gzip: 0.58 kB
41
+ ℹ dist/events.d.ts 2.52 kB │ gzip: 0.42 kB
42
42
  ℹ dist/entities/models.d.ts 2.00 kB │ gzip: 0.41 kB
43
43
  ℹ dist/handlers/memory.handlers.d.ts 1.94 kB │ gzip: 0.64 kB
44
44
  ℹ dist/index.d.ts 1.48 kB │ gzip: 0.41 kB
45
- ℹ dist/presentations.d.ts 0.52 kB │ gzip: 0.21 kB
45
+ ℹ dist/presentations.d.ts 0.52 kB │ gzip: 0.20 kB
46
46
  ℹ dist/tests/operations.test-spec.d.ts 0.47 kB │ gzip: 0.22 kB
47
47
  ℹ dist/kb-update-pipeline.feature.d.ts 0.32 kB │ gzip: 0.19 kB
48
48
  ℹ dist/operations/index.d.ts 0.31 kB │ gzip: 0.13 kB
@@ -51,5 +51,5 @@ $ tsdown
51
51
  ℹ dist/entities/index.d.ts 0.25 kB │ gzip: 0.13 kB
52
52
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
53
53
  ℹ dist/docs/kb-update-pipeline.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
54
- ℹ 45 files, total: 80.47 kB
55
- ✔ Build complete in 23714ms
54
+ ℹ 45 files, total: 80.49 kB
55
+ ✔ Build complete in 28209ms
@@ -3,7 +3,7 @@ $ tsc --noEmit
3
3
  $ tsdown
4
4
  ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
5
5
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/kb-update-pipeline/tsdown.config.js
6
- ℹ entry: src/events.ts, src/example.ts, src/index.ts, src/kb-update-pipeline.feature.ts, src/presentations.ts, src/docs/index.ts, src/docs/kb-update-pipeline.docblock.ts, src/entities/index.ts, src/entities/models.ts, src/handlers/index.ts, src/handlers/memory.handlers.ts, src/operations/index.ts, src/operations/pipeline.ts, src/tests/operations.test-spec.ts
6
+ ℹ entry: src/events.ts, src/example.ts, src/index.ts, src/kb-update-pipeline.feature.ts, src/presentations.ts, src/entities/index.ts, src/entities/models.ts, src/docs/index.ts, src/docs/kb-update-pipeline.docblock.ts, src/handlers/index.ts, src/handlers/memory.handlers.ts, src/operations/index.ts, src/operations/pipeline.ts, src/tests/operations.test-spec.ts
7
7
  ℹ target: esnext
8
8
  ℹ tsconfig: tsconfig.json
9
9
  ℹ Build start
@@ -53,4 +53,4 @@ $ tsdown
53
53
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
54
54
  ℹ dist/docs/kb-update-pipeline.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
55
55
  ℹ 45 files, total: 80.49 kB
56
- ✔ Build complete in 30270ms
56
+ ✔ Build complete in 28950ms
package/CHANGELOG.md CHANGED
@@ -1,6 +1,25 @@
1
1
  # @contractspec/example.kb-update-pipeline
2
2
 
3
- ## 0.0.0-canary-20260114030712
3
+ ## 0.0.0-canary-20260119224015
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c560ee7]
8
+ - @contractspec/lib.contracts@0.0.0-canary-20260119224015
9
+
10
+ ## 1.48.0
11
+
12
+ ### Minor Changes
13
+
14
+ - b0444a4: feat: reduce adoption's friction by allowing generation of contracts from an analyse of the codebase
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [b0444a4]
19
+ - @contractspec/lib.contracts@1.48.0
20
+ - @contractspec/lib.schema@1.48.0
21
+
22
+ ## 1.47.0
4
23
 
5
24
  ### Minor Changes
6
25
 
@@ -19,8 +38,8 @@
19
38
  - Updated dependencies [c231a8b]
20
39
  - Updated dependencies [42b8d78]
21
40
  - Updated dependencies [fd38e85]
22
- - @contractspec/lib.contracts@0.0.0-canary-20260114030712
23
- - @contractspec/lib.schema@0.0.0-canary-20260114030712
41
+ - @contractspec/lib.contracts@1.47.0
42
+ - @contractspec/lib.schema@1.47.0
24
43
 
25
44
  ## 1.46.2
26
45
 
@@ -1,58 +1,58 @@
1
- import * as _contractspec_lib_schema55 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema18 from "@contractspec/lib.schema";
2
2
 
3
3
  //#region src/entities/models.d.ts
4
- declare const ChangeRiskLevelEnum: _contractspec_lib_schema55.EnumType<[string, string, string]>;
5
- declare const ReviewAssignedRoleEnum: _contractspec_lib_schema55.EnumType<[string, string]>;
6
- declare const ReviewDecisionEnum: _contractspec_lib_schema55.EnumType<[string, string]>;
7
- declare const ChangeCandidateModel: _contractspec_lib_schema55.SchemaModel<{
4
+ declare const ChangeRiskLevelEnum: _contractspec_lib_schema18.EnumType<[string, string, string]>;
5
+ declare const ReviewAssignedRoleEnum: _contractspec_lib_schema18.EnumType<[string, string]>;
6
+ declare const ReviewDecisionEnum: _contractspec_lib_schema18.EnumType<[string, string]>;
7
+ declare const ChangeCandidateModel: _contractspec_lib_schema18.SchemaModel<{
8
8
  id: {
9
- type: _contractspec_lib_schema55.FieldType<string, string>;
9
+ type: _contractspec_lib_schema18.FieldType<string, string>;
10
10
  isOptional: false;
11
11
  };
12
12
  sourceDocumentId: {
13
- type: _contractspec_lib_schema55.FieldType<string, string>;
13
+ type: _contractspec_lib_schema18.FieldType<string, string>;
14
14
  isOptional: false;
15
15
  };
16
16
  detectedAt: {
17
- type: _contractspec_lib_schema55.FieldType<Date, string>;
17
+ type: _contractspec_lib_schema18.FieldType<Date, string>;
18
18
  isOptional: false;
19
19
  };
20
20
  diffSummary: {
21
- type: _contractspec_lib_schema55.FieldType<string, string>;
21
+ type: _contractspec_lib_schema18.FieldType<string, string>;
22
22
  isOptional: false;
23
23
  };
24
24
  riskLevel: {
25
- type: _contractspec_lib_schema55.EnumType<[string, string, string]>;
25
+ type: _contractspec_lib_schema18.EnumType<[string, string, string]>;
26
26
  isOptional: false;
27
27
  };
28
28
  }>;
29
- declare const ReviewTaskModel: _contractspec_lib_schema55.SchemaModel<{
29
+ declare const ReviewTaskModel: _contractspec_lib_schema18.SchemaModel<{
30
30
  id: {
31
- type: _contractspec_lib_schema55.FieldType<string, string>;
31
+ type: _contractspec_lib_schema18.FieldType<string, string>;
32
32
  isOptional: false;
33
33
  };
34
34
  changeCandidateId: {
35
- type: _contractspec_lib_schema55.FieldType<string, string>;
35
+ type: _contractspec_lib_schema18.FieldType<string, string>;
36
36
  isOptional: false;
37
37
  };
38
38
  status: {
39
- type: _contractspec_lib_schema55.FieldType<string, string>;
39
+ type: _contractspec_lib_schema18.FieldType<string, string>;
40
40
  isOptional: false;
41
41
  };
42
42
  assignedRole: {
43
- type: _contractspec_lib_schema55.EnumType<[string, string]>;
43
+ type: _contractspec_lib_schema18.EnumType<[string, string]>;
44
44
  isOptional: false;
45
45
  };
46
46
  decision: {
47
- type: _contractspec_lib_schema55.EnumType<[string, string]>;
47
+ type: _contractspec_lib_schema18.EnumType<[string, string]>;
48
48
  isOptional: true;
49
49
  };
50
50
  decidedAt: {
51
- type: _contractspec_lib_schema55.FieldType<Date, string>;
51
+ type: _contractspec_lib_schema18.FieldType<Date, string>;
52
52
  isOptional: true;
53
53
  };
54
54
  decidedBy: {
55
- type: _contractspec_lib_schema55.FieldType<string, string>;
55
+ type: _contractspec_lib_schema18.FieldType<string, string>;
56
56
  isOptional: true;
57
57
  };
58
58
  }>;
package/dist/events.d.ts CHANGED
@@ -1,71 +1,71 @@
1
- import * as _contractspec_lib_contracts3 from "@contractspec/lib.contracts";
2
- import * as _contractspec_lib_schema36 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_contracts2 from "@contractspec/lib.contracts";
2
+ import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
3
3
 
4
4
  //#region src/events.d.ts
5
- declare const KbChangeDetectedEvent: _contractspec_lib_contracts3.EventSpec<_contractspec_lib_schema36.SchemaModel<{
5
+ declare const KbChangeDetectedEvent: _contractspec_lib_contracts2.EventSpec<_contractspec_lib_schema0.SchemaModel<{
6
6
  changeCandidateId: {
7
- type: _contractspec_lib_schema36.FieldType<string, string>;
7
+ type: _contractspec_lib_schema0.FieldType<string, string>;
8
8
  isOptional: false;
9
9
  };
10
10
  sourceDocumentId: {
11
- type: _contractspec_lib_schema36.FieldType<string, string>;
11
+ type: _contractspec_lib_schema0.FieldType<string, string>;
12
12
  isOptional: false;
13
13
  };
14
14
  riskLevel: {
15
- type: _contractspec_lib_schema36.FieldType<string, string>;
15
+ type: _contractspec_lib_schema0.FieldType<string, string>;
16
16
  isOptional: false;
17
17
  };
18
18
  }>>;
19
- declare const KbChangeSummarizedEvent: _contractspec_lib_contracts3.EventSpec<_contractspec_lib_schema36.SchemaModel<{
19
+ declare const KbChangeSummarizedEvent: _contractspec_lib_contracts2.EventSpec<_contractspec_lib_schema0.SchemaModel<{
20
20
  changeCandidateId: {
21
- type: _contractspec_lib_schema36.FieldType<string, string>;
21
+ type: _contractspec_lib_schema0.FieldType<string, string>;
22
22
  isOptional: false;
23
23
  };
24
24
  summary: {
25
- type: _contractspec_lib_schema36.FieldType<string, string>;
25
+ type: _contractspec_lib_schema0.FieldType<string, string>;
26
26
  isOptional: false;
27
27
  };
28
28
  riskLevel: {
29
- type: _contractspec_lib_schema36.FieldType<string, string>;
29
+ type: _contractspec_lib_schema0.FieldType<string, string>;
30
30
  isOptional: false;
31
31
  };
32
32
  }>>;
33
- declare const KbPatchProposedEvent: _contractspec_lib_contracts3.EventSpec<_contractspec_lib_schema36.SchemaModel<{
33
+ declare const KbPatchProposedEvent: _contractspec_lib_contracts2.EventSpec<_contractspec_lib_schema0.SchemaModel<{
34
34
  changeCandidateId: {
35
- type: _contractspec_lib_schema36.FieldType<string, string>;
35
+ type: _contractspec_lib_schema0.FieldType<string, string>;
36
36
  isOptional: false;
37
37
  };
38
38
  proposedRuleVersionIds: {
39
- type: _contractspec_lib_schema36.FieldType<string, string>;
39
+ type: _contractspec_lib_schema0.FieldType<string, string>;
40
40
  isArray: true;
41
41
  isOptional: false;
42
42
  };
43
43
  }>>;
44
- declare const KbReviewRequestedEvent: _contractspec_lib_contracts3.EventSpec<_contractspec_lib_schema36.SchemaModel<{
44
+ declare const KbReviewRequestedEvent: _contractspec_lib_contracts2.EventSpec<_contractspec_lib_schema0.SchemaModel<{
45
45
  reviewTaskId: {
46
- type: _contractspec_lib_schema36.FieldType<string, string>;
46
+ type: _contractspec_lib_schema0.FieldType<string, string>;
47
47
  isOptional: false;
48
48
  };
49
49
  changeCandidateId: {
50
- type: _contractspec_lib_schema36.FieldType<string, string>;
50
+ type: _contractspec_lib_schema0.FieldType<string, string>;
51
51
  isOptional: false;
52
52
  };
53
53
  assignedRole: {
54
- type: _contractspec_lib_schema36.FieldType<string, string>;
54
+ type: _contractspec_lib_schema0.FieldType<string, string>;
55
55
  isOptional: false;
56
56
  };
57
57
  }>>;
58
- declare const KbReviewDecidedEvent: _contractspec_lib_contracts3.EventSpec<_contractspec_lib_schema36.SchemaModel<{
58
+ declare const KbReviewDecidedEvent: _contractspec_lib_contracts2.EventSpec<_contractspec_lib_schema0.SchemaModel<{
59
59
  reviewTaskId: {
60
- type: _contractspec_lib_schema36.FieldType<string, string>;
60
+ type: _contractspec_lib_schema0.FieldType<string, string>;
61
61
  isOptional: false;
62
62
  };
63
63
  decision: {
64
- type: _contractspec_lib_schema36.FieldType<string, string>;
64
+ type: _contractspec_lib_schema0.FieldType<string, string>;
65
65
  isOptional: false;
66
66
  };
67
67
  decidedBy: {
68
- type: _contractspec_lib_schema36.FieldType<string, string>;
68
+ type: _contractspec_lib_schema0.FieldType<string, string>;
69
69
  isOptional: false;
70
70
  };
71
71
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"events.d.ts","names":[],"sources":["../src/events.ts"],"sourcesContent":[],"mappings":";;;;cAuBa,uBAAqB,4BAAA,CAAA,qCAAA;;UAUhC,0BAAA,CAAA;;EAVW,CAAA;EAUX,gBAAA,EAAA;;;;EAVgC,SAAA,EAAA;IAAA,IAAA,sCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAyBrB,UAAA,EAAA,KAAA;EAUX,CAAA;;cAVW,yBAAuB,4BAAA,CAAA,qCAAA;;IAAA,IAAA,EAUlC,0BAAA,CAAA,SAVkC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EA4BvB,CAAA;EAUX,OAAA,EAAA;;;EAV+B,CAAA;EAAA,SAAA,EAAA;IAyBpB,IAAA,sCAUX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;cAnCW,oBAyBsB,EAzBF,4BAAA,CAAA,SAyBE,4BAzBF,WAyBE,CAAA;EAAA,iBAAA,EAAA;IAAA,IAAA,EAfjC,0BAAA,CAAA,SAeiC,CAAA,MAAA,EAAA,MAAA,CAAA;IAsBtB,UAAA,EAAA,KAAA;EAUX,CAAA;;;;IAV+B,UAAA,EAAA,KAAA;EAAA,CAAA;;cAtBpB,wBAAsB,4BAAA,CAAA,qCAAA;;UAUjC,0BAAA,CAAA;;;;;;;;;;;;cAYW,sBAAoB,4BAAA,CAAA,qCAAA;;UAU/B,0BAAA,CAAA"}
1
+ {"version":3,"file":"events.d.ts","names":[],"sources":["../src/events.ts"],"sourcesContent":[],"mappings":";;;;cAuBa,uBAAqB,4BAAA,CAAA,oCAAA;;UAUhC,yBAAA,CAAA;;EAVW,CAAA;EAUX,gBAAA,EAAA;;;;EAVgC,SAAA,EAAA;IAAA,IAAA,qCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAyBrB,UAAA,EAAA,KAAA;EAUX,CAAA;;cAVW,yBAAuB,4BAAA,CAAA,oCAAA;;IAAA,IAAA,EAUlC,yBAAA,CAAA,SAVkC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EA4BvB,CAAA;EAUX,OAAA,EAAA;;;EAV+B,CAAA;EAAA,SAAA,EAAA;IAyBpB,IAAA,qCAUX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;cAnCW,oBAyBsB,EAzBF,4BAAA,CAAA,SAyBE,2BAzBF,WAyBE,CAAA;EAAA,iBAAA,EAAA;IAAA,IAAA,EAfjC,yBAAA,CAAA,SAeiC,CAAA,MAAA,EAAA,MAAA,CAAA;IAsBtB,UAAA,EAAA,KAAA;EAUX,CAAA;;;;IAV+B,UAAA,EAAA,KAAA;EAAA,CAAA;;cAtBpB,wBAAsB,4BAAA,CAAA,oCAAA;;UAUjC,yBAAA,CAAA;;;;;;;;;;;;cAYW,sBAAoB,4BAAA,CAAA,oCAAA;;UAU/B,yBAAA,CAAA"}
package/dist/example.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import * as _contractspec_lib_contracts8 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts7 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/example.d.ts
4
- declare const example: _contractspec_lib_contracts8.ExampleSpec;
4
+ declare const example: _contractspec_lib_contracts7.ExampleSpec;
5
5
  //#endregion
6
6
  export { example as default };
7
7
  //# sourceMappingURL=example.d.ts.map
@@ -1,7 +1,7 @@
1
- import * as _contractspec_lib_contracts9 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts11 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/kb-update-pipeline.feature.d.ts
4
- declare const KbUpdatePipelineFeature: _contractspec_lib_contracts9.FeatureModuleSpec;
4
+ declare const KbUpdatePipelineFeature: _contractspec_lib_contracts11.FeatureModuleSpec;
5
5
  //#endregion
6
6
  export { KbUpdatePipelineFeature };
7
7
  //# sourceMappingURL=kb-update-pipeline.feature.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"kb-update-pipeline.feature.d.ts","names":[],"sources":["../src/kb-update-pipeline.feature.ts"],"sourcesContent":[],"mappings":";;;cAEa,yBAwDX,4BAAA,CAxDkC"}
1
+ {"version":3,"file":"kb-update-pipeline.feature.d.ts","names":[],"sources":["../src/kb-update-pipeline.feature.ts"],"sourcesContent":[],"mappings":";;;cAEa,yBAwDX,6BAAA,CAxDkC"}
@@ -1,33 +1,33 @@
1
- import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
2
- import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_contracts12 from "@contractspec/lib.contracts";
2
+ import * as _contractspec_lib_schema35 from "@contractspec/lib.schema";
3
3
 
4
4
  //#region src/operations/pipeline.d.ts
5
- declare const KbPipelineRunWatchContract: _contractspec_lib_contracts0.OperationSpec<_contractspec_lib_schema0.SchemaModel<{
5
+ declare const KbPipelineRunWatchContract: _contractspec_lib_contracts12.OperationSpec<_contractspec_lib_schema35.SchemaModel<{
6
6
  jurisdiction: {
7
- type: _contractspec_lib_schema0.FieldType<string, string>;
7
+ type: _contractspec_lib_schema35.FieldType<string, string>;
8
8
  isOptional: false;
9
9
  };
10
- }>, _contractspec_lib_schema0.SchemaModel<{
10
+ }>, _contractspec_lib_schema35.SchemaModel<{
11
11
  candidates: {
12
- type: _contractspec_lib_schema0.SchemaModel<{
12
+ type: _contractspec_lib_schema35.SchemaModel<{
13
13
  id: {
14
- type: _contractspec_lib_schema0.FieldType<string, string>;
14
+ type: _contractspec_lib_schema35.FieldType<string, string>;
15
15
  isOptional: false;
16
16
  };
17
17
  sourceDocumentId: {
18
- type: _contractspec_lib_schema0.FieldType<string, string>;
18
+ type: _contractspec_lib_schema35.FieldType<string, string>;
19
19
  isOptional: false;
20
20
  };
21
21
  detectedAt: {
22
- type: _contractspec_lib_schema0.FieldType<Date, string>;
22
+ type: _contractspec_lib_schema35.FieldType<Date, string>;
23
23
  isOptional: false;
24
24
  };
25
25
  diffSummary: {
26
- type: _contractspec_lib_schema0.FieldType<string, string>;
26
+ type: _contractspec_lib_schema35.FieldType<string, string>;
27
27
  isOptional: false;
28
28
  };
29
29
  riskLevel: {
30
- type: _contractspec_lib_schema0.EnumType<[string, string, string]>;
30
+ type: _contractspec_lib_schema35.EnumType<[string, string, string]>;
31
31
  isOptional: false;
32
32
  };
33
33
  }>;
@@ -35,100 +35,100 @@ declare const KbPipelineRunWatchContract: _contractspec_lib_contracts0.Operation
35
35
  isOptional: false;
36
36
  };
37
37
  }>, undefined>;
38
- declare const KbPipelineCreateReviewTaskContract: _contractspec_lib_contracts0.OperationSpec<_contractspec_lib_schema0.SchemaModel<{
38
+ declare const KbPipelineCreateReviewTaskContract: _contractspec_lib_contracts12.OperationSpec<_contractspec_lib_schema35.SchemaModel<{
39
39
  changeCandidateId: {
40
- type: _contractspec_lib_schema0.FieldType<string, string>;
40
+ type: _contractspec_lib_schema35.FieldType<string, string>;
41
41
  isOptional: false;
42
42
  };
43
- }>, _contractspec_lib_schema0.SchemaModel<{
43
+ }>, _contractspec_lib_schema35.SchemaModel<{
44
44
  id: {
45
- type: _contractspec_lib_schema0.FieldType<string, string>;
45
+ type: _contractspec_lib_schema35.FieldType<string, string>;
46
46
  isOptional: false;
47
47
  };
48
48
  changeCandidateId: {
49
- type: _contractspec_lib_schema0.FieldType<string, string>;
49
+ type: _contractspec_lib_schema35.FieldType<string, string>;
50
50
  isOptional: false;
51
51
  };
52
52
  status: {
53
- type: _contractspec_lib_schema0.FieldType<string, string>;
53
+ type: _contractspec_lib_schema35.FieldType<string, string>;
54
54
  isOptional: false;
55
55
  };
56
56
  assignedRole: {
57
- type: _contractspec_lib_schema0.EnumType<[string, string]>;
57
+ type: _contractspec_lib_schema35.EnumType<[string, string]>;
58
58
  isOptional: false;
59
59
  };
60
60
  decision: {
61
- type: _contractspec_lib_schema0.EnumType<[string, string]>;
61
+ type: _contractspec_lib_schema35.EnumType<[string, string]>;
62
62
  isOptional: true;
63
63
  };
64
64
  decidedAt: {
65
- type: _contractspec_lib_schema0.FieldType<Date, string>;
65
+ type: _contractspec_lib_schema35.FieldType<Date, string>;
66
66
  isOptional: true;
67
67
  };
68
68
  decidedBy: {
69
- type: _contractspec_lib_schema0.FieldType<string, string>;
69
+ type: _contractspec_lib_schema35.FieldType<string, string>;
70
70
  isOptional: true;
71
71
  };
72
72
  }>, undefined>;
73
- declare const KbPipelineSubmitDecisionContract: _contractspec_lib_contracts0.OperationSpec<_contractspec_lib_schema0.SchemaModel<{
73
+ declare const KbPipelineSubmitDecisionContract: _contractspec_lib_contracts12.OperationSpec<_contractspec_lib_schema35.SchemaModel<{
74
74
  reviewTaskId: {
75
- type: _contractspec_lib_schema0.FieldType<string, string>;
75
+ type: _contractspec_lib_schema35.FieldType<string, string>;
76
76
  isOptional: false;
77
77
  };
78
78
  decision: {
79
- type: _contractspec_lib_schema0.EnumType<[string, string]>;
79
+ type: _contractspec_lib_schema35.EnumType<[string, string]>;
80
80
  isOptional: false;
81
81
  };
82
82
  decidedBy: {
83
- type: _contractspec_lib_schema0.FieldType<string, string>;
83
+ type: _contractspec_lib_schema35.FieldType<string, string>;
84
84
  isOptional: false;
85
85
  };
86
86
  decidedByRole: {
87
- type: _contractspec_lib_schema0.FieldType<string, string>;
87
+ type: _contractspec_lib_schema35.FieldType<string, string>;
88
88
  isOptional: false;
89
89
  };
90
- }>, _contractspec_lib_schema0.SchemaModel<{
90
+ }>, _contractspec_lib_schema35.SchemaModel<{
91
91
  id: {
92
- type: _contractspec_lib_schema0.FieldType<string, string>;
92
+ type: _contractspec_lib_schema35.FieldType<string, string>;
93
93
  isOptional: false;
94
94
  };
95
95
  changeCandidateId: {
96
- type: _contractspec_lib_schema0.FieldType<string, string>;
96
+ type: _contractspec_lib_schema35.FieldType<string, string>;
97
97
  isOptional: false;
98
98
  };
99
99
  status: {
100
- type: _contractspec_lib_schema0.FieldType<string, string>;
100
+ type: _contractspec_lib_schema35.FieldType<string, string>;
101
101
  isOptional: false;
102
102
  };
103
103
  assignedRole: {
104
- type: _contractspec_lib_schema0.EnumType<[string, string]>;
104
+ type: _contractspec_lib_schema35.EnumType<[string, string]>;
105
105
  isOptional: false;
106
106
  };
107
107
  decision: {
108
- type: _contractspec_lib_schema0.EnumType<[string, string]>;
108
+ type: _contractspec_lib_schema35.EnumType<[string, string]>;
109
109
  isOptional: true;
110
110
  };
111
111
  decidedAt: {
112
- type: _contractspec_lib_schema0.FieldType<Date, string>;
112
+ type: _contractspec_lib_schema35.FieldType<Date, string>;
113
113
  isOptional: true;
114
114
  };
115
115
  decidedBy: {
116
- type: _contractspec_lib_schema0.FieldType<string, string>;
116
+ type: _contractspec_lib_schema35.FieldType<string, string>;
117
117
  isOptional: true;
118
118
  };
119
119
  }>, undefined>;
120
- declare const KbPipelinePublishIfReadyContract: _contractspec_lib_contracts0.OperationSpec<_contractspec_lib_schema0.SchemaModel<{
120
+ declare const KbPipelinePublishIfReadyContract: _contractspec_lib_contracts12.OperationSpec<_contractspec_lib_schema35.SchemaModel<{
121
121
  jurisdiction: {
122
- type: _contractspec_lib_schema0.FieldType<string, string>;
122
+ type: _contractspec_lib_schema35.FieldType<string, string>;
123
123
  isOptional: false;
124
124
  };
125
- }>, _contractspec_lib_schema0.SchemaModel<{
125
+ }>, _contractspec_lib_schema35.SchemaModel<{
126
126
  published: {
127
- type: _contractspec_lib_schema0.FieldType<boolean, boolean>;
127
+ type: _contractspec_lib_schema35.FieldType<boolean, boolean>;
128
128
  isOptional: false;
129
129
  };
130
130
  reason: {
131
- type: _contractspec_lib_schema0.FieldType<string, string>;
131
+ type: _contractspec_lib_schema35.FieldType<string, string>;
132
132
  isOptional: true;
133
133
  };
134
134
  }>, undefined>;
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline.d.ts","names":[],"sources":["../../src/operations/pipeline.ts"],"sourcesContent":[],"mappings":";;;;cAwEa,yDAA0B,wCAAA;;UAarC,yBAAA,CAAA;;EAbW,CAAA;CAaX,CAAA,uCAAA,CAAA;;IAbqC,IAAA,uCAAA,CAAA;;cAAA,yBAAA,CAAA;;;;;;;MAAA,UAAA,EAAA;QAe1B,IAAA,qCAaX,KAAA,EAAA,MAAA,CAAA;QAAA,UAAA,EAAA,KAAA;;MAb6C,WAAA,EAAA;;;;;;;;;;IAAA,UAAA,EAAA,KAAA;EAelC,CAAA;CA8BX,CAAA,EAAA,SAAA,CAAA;cA7CW,iEAAkC,wCAAA;;UAa7C,yBAAA,CAAA;;EAE2C,CAAA;;;UAfE,yBAAA,CAAA;;;;;;;EAeF,MAAA,EAAA;IAgChC,IAAA,qCAwBX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;EAxB2C,YAAA,EAAA;;;;EAAA,QAAA,EAAA;;;;;;;;;;;;;cAhChC,+DAAgC,wCAAA;;UA8B3C,yBAAA,CAAA;;;;;;;;;;;;;;;;;UA9B2C,yBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAgChC,+DAAgC,wCAAA;;UAwB3C,yBAAA,CAAA;;;;;UAxB2C,yBAAA,CAAA"}
1
+ {"version":3,"file":"pipeline.d.ts","names":[],"sources":["../../src/operations/pipeline.ts"],"sourcesContent":[],"mappings":";;;;cAwEa,0DAA0B,yCAAA;;UAarC,0BAAA,CAAA;;EAbW,CAAA;CAaX,CAAA,wCAAA,CAAA;;IAbqC,IAAA,wCAAA,CAAA;;cAAA,0BAAA,CAAA;;;;;;;MAAA,UAAA,EAAA;QAe1B,IAAA,sCAaX,KAAA,EAAA,MAAA,CAAA;QAAA,UAAA,EAAA,KAAA;;MAb6C,WAAA,EAAA;;;;;;;;;;IAAA,UAAA,EAAA,KAAA;EAelC,CAAA;CA8BX,CAAA,EAAA,SAAA,CAAA;cA7CW,kEAAkC,yCAAA;;UAa7C,0BAAA,CAAA;;EAE2C,CAAA;;;UAfE,0BAAA,CAAA;;;;;;;EAeF,MAAA,EAAA;IAgChC,IAAA,sCAwBX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;EAxB2C,YAAA,EAAA;;;;EAAA,QAAA,EAAA;;;;;;;;;;;;;cAhChC,gEAAgC,yCAAA;;UA8B3C,0BAAA,CAAA;;;;;;;;;;;;;;;;;UA9B2C,0BAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAgChC,gEAAgC,yCAAA;;UAwB3C,0BAAA,CAAA;;;;;UAxB2C,0BAAA,CAAA"}
@@ -1,9 +1,9 @@
1
- import * as _contractspec_lib_contracts10 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts8 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/presentations.d.ts
4
- declare const KbDashboardPresentation: _contractspec_lib_contracts10.PresentationSpec;
5
- declare const KbReviewListPresentation: _contractspec_lib_contracts10.PresentationSpec;
6
- declare const KbReviewFormPresentation: _contractspec_lib_contracts10.PresentationSpec;
4
+ declare const KbDashboardPresentation: _contractspec_lib_contracts8.PresentationSpec;
5
+ declare const KbReviewListPresentation: _contractspec_lib_contracts8.PresentationSpec;
6
+ declare const KbReviewFormPresentation: _contractspec_lib_contracts8.PresentationSpec;
7
7
  //#endregion
8
8
  export { KbDashboardPresentation, KbReviewFormPresentation, KbReviewListPresentation };
9
9
  //# sourceMappingURL=presentations.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"presentations.d.ts","names":[],"sources":["../src/presentations.ts"],"sourcesContent":[],"mappings":";;;cAGa,yBAoBX,6BAAA,CApBkC;cAsBvB,0BAoBX,6BAAA,CApBmC;cAsBxB,0BAoBX,6BAAA,CApBmC"}
1
+ {"version":3,"file":"presentations.d.ts","names":[],"sources":["../src/presentations.ts"],"sourcesContent":[],"mappings":";;;cAGa,yBAoBX,4BAAA,CApBkC;cAsBvB,0BAoBX,4BAAA,CApBmC;cAsBxB,0BAoBX,4BAAA,CApBmC"}
@@ -1,9 +1,9 @@
1
- import * as _contractspec_lib_contracts13 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/tests/operations.test-spec.d.ts
4
- declare const RunWatchTest: _contractspec_lib_contracts13.TestSpec;
5
- declare const CreateReviewTaskTest: _contractspec_lib_contracts13.TestSpec;
6
- declare const SubmitDecisionTest: _contractspec_lib_contracts13.TestSpec;
4
+ declare const RunWatchTest: _contractspec_lib_contracts0.TestSpec;
5
+ declare const CreateReviewTaskTest: _contractspec_lib_contracts0.TestSpec;
6
+ declare const SubmitDecisionTest: _contractspec_lib_contracts0.TestSpec;
7
7
  //#endregion
8
8
  export { CreateReviewTaskTest, RunWatchTest, SubmitDecisionTest };
9
9
  //# sourceMappingURL=operations.test-spec.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"operations.test-spec.d.ts","names":[],"sources":["../../src/tests/operations.test-spec.ts"],"sourcesContent":[],"mappings":";;;cAEa,cAyBX,6BAAA,CAzBuB;cA2BZ,sBAyBX,6BAAA,CAzB+B;cA2BpB,oBAyBX,6BAAA,CAzB6B"}
1
+ {"version":3,"file":"operations.test-spec.d.ts","names":[],"sources":["../../src/tests/operations.test-spec.ts"],"sourcesContent":[],"mappings":";;;cAEa,cAyBX,4BAAA,CAzBuB;cA2BZ,sBAyBX,4BAAA,CAzB+B;cA2BpB,oBAyBX,4BAAA,CAzB6B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.kb-update-pipeline",
3
- "version": "0.0.0-canary-20260114030712",
3
+ "version": "0.0.0-canary-20260119224015",
4
4
  "description": "Example: KB update automation pipeline with HITL review and auditability.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -35,12 +35,12 @@
35
35
  "test": "bun test"
36
36
  },
37
37
  "dependencies": {
38
- "@contractspec/lib.contracts": "0.0.0-canary-20260114030712",
39
- "@contractspec/lib.schema": "0.0.0-canary-20260114030712"
38
+ "@contractspec/lib.contracts": "0.0.0-canary-20260119224015",
39
+ "@contractspec/lib.schema": "1.48.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@contractspec/tool.tsdown": "0.0.0-canary-20260114030712",
43
- "@contractspec/tool.typescript": "0.0.0-canary-20260114030712",
42
+ "@contractspec/tool.tsdown": "1.48.0",
43
+ "@contractspec/tool.typescript": "1.48.0",
44
44
  "tsdown": "^0.19.0",
45
45
  "typescript": "^5.9.3"
46
46
  },