@substrat-run/engine-invoicing 0.7.3 → 0.7.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.
- package/dist/entities.d.ts +3 -3
- package/dist/entities.d.ts.map +1 -1
- package/package.json +5 -5
package/dist/entities.d.ts
CHANGED
|
@@ -30,9 +30,9 @@ import { z } from 'zod';
|
|
|
30
30
|
* whatever the vertical calls its customer, so only the vertical knows the edge.
|
|
31
31
|
*/
|
|
32
32
|
export declare const invoicingEntities: {
|
|
33
|
-
underlag: {
|
|
34
|
-
table:
|
|
35
|
-
fields: z.ZodObject<{
|
|
33
|
+
readonly underlag: {
|
|
34
|
+
readonly table: "invoicing_underlag";
|
|
35
|
+
readonly fields: z.ZodObject<{
|
|
36
36
|
id: z.ZodString;
|
|
37
37
|
number: z.ZodNumber;
|
|
38
38
|
customer_type: z.ZodString;
|
package/dist/entities.d.ts.map
CHANGED
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../src/entities.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;CAc5B,CAAC;AAEH,iFAAiF;AACjF,eAAO,MAAM,WAAW;;;;;;;;;;;iBAAoC,CAAC;AAE7D;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;iBAiBvB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@substrat-run/engine-invoicing",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.5",
|
|
4
4
|
"description": "Substrat engine: invoice basis — consumes billable events, snapshots lines with provenance, immutable once exported",
|
|
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.
|
|
29
|
-
"@substrat-run/kernel": "^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/engine-test-kit": "^0.3.
|
|
36
|
-
"@substrat-run/model-emit": "0.
|
|
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"
|