@substrat-run/engine-absence 0.3.3 → 0.3.5

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.
@@ -13,15 +13,15 @@ import { z } from 'zod';
13
13
  * comparison checks against.
14
14
  */
15
15
  export declare const absenceEntities: {
16
- 'leave-type': {
17
- table: string;
18
- fields: z.ZodObject<{
16
+ readonly 'leave-type': {
17
+ readonly table: "absence_leave_types";
18
+ readonly fields: z.ZodObject<{
19
19
  key: z.ZodString;
20
20
  floor: z.ZodString;
21
21
  active: z.ZodNumber;
22
22
  created_at: z.ZodString;
23
23
  }, z.core.$strip>;
24
- key: "key"[];
24
+ readonly key: readonly ["key"];
25
25
  };
26
26
  };
27
27
  /** The stored row. `LeaveType` is the published projection of it. */
@@ -1 +1 @@
1
- {"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../src/entities.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,eAAe;;QAExB,KAAK;QACL,MAAM;;;;;;QAON,GAAG;;CAEL,CAAC;AAEH,qEAAqE;AACrE,eAAO,MAAM,YAAY;;;;;iBAAuC,CAAC"}
1
+ {"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../src/entities.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;CAY1B,CAAC;AAEH,qEAAqE;AACrE,eAAO,MAAM,YAAY;;;;;iBAAuC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@substrat-run/engine-absence",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "description": "Substrat engine: approved absence — an append-only entry ledger over an opaque subject, balance as a fold, approval as a state machine",
5
5
  "license": "AGPL-3.0-only",
6
6
  "repository": {
@@ -25,15 +25,15 @@
25
25
  "access": "public"
26
26
  },
27
27
  "dependencies": {
28
- "@substrat-run/contracts": "^0.76.0",
29
- "@substrat-run/kernel": "^0.76.0"
28
+ "@substrat-run/contracts": "^0.78.0",
29
+ "@substrat-run/kernel": "^0.78.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "typescript": "^7.0.0",
33
33
  "vitest": "^3.2.7",
34
34
  "zod": "^4.4.3",
35
- "@substrat-run/model-emit": "0.3.3",
36
- "@substrat-run/engine-test-kit": "^0.3.3"
35
+ "@substrat-run/engine-test-kit": "^0.3.5",
36
+ "@substrat-run/model-emit": "0.4.1"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "zod": "^4.4.0"