@contractspec/example.service-business-os 1.44.0
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/LICENSE +21 -0
- package/README.md +16 -0
- package/dist/client/client.operations.d.ts +65 -0
- package/dist/client/client.operations.d.ts.map +1 -0
- package/dist/client/client.operations.js +53 -0
- package/dist/client/client.operations.js.map +1 -0
- package/dist/client/client.schema.d.ts +68 -0
- package/dist/client/client.schema.d.ts.map +1 -0
- package/dist/client/client.schema.js +77 -0
- package/dist/client/client.schema.js.map +1 -0
- package/dist/client/index.d.ts +3 -0
- package/dist/client/index.js +4 -0
- package/dist/docs/index.d.ts +1 -0
- package/dist/docs/index.js +1 -0
- package/dist/docs/service-business-os.docblock.d.ts +1 -0
- package/dist/docs/service-business-os.docblock.js +109 -0
- package/dist/docs/service-business-os.docblock.js.map +1 -0
- package/dist/entities/index.d.ts +168 -0
- package/dist/entities/index.d.ts.map +1 -0
- package/dist/entities/index.js +289 -0
- package/dist/entities/index.js.map +1 -0
- package/dist/events.d.ts +337 -0
- package/dist/events.d.ts.map +1 -0
- package/dist/events.js +230 -0
- package/dist/events.js.map +1 -0
- package/dist/example.d.ts +37 -0
- package/dist/example.d.ts.map +1 -0
- package/dist/example.js +46 -0
- package/dist/example.js.map +1 -0
- package/dist/handlers/index.d.ts +17 -0
- package/dist/handlers/index.d.ts.map +1 -0
- package/dist/handlers/index.js +6 -0
- package/dist/handlers/index.js.map +1 -0
- package/dist/index.d.ts +18 -0
- package/dist/index.js +19 -0
- package/dist/invoice/index.d.ts +3 -0
- package/dist/invoice/index.js +4 -0
- package/dist/invoice/invoice.operations.d.ts +65 -0
- package/dist/invoice/invoice.operations.d.ts.map +1 -0
- package/dist/invoice/invoice.operations.js +57 -0
- package/dist/invoice/invoice.operations.js.map +1 -0
- package/dist/invoice/invoice.schema.d.ts +68 -0
- package/dist/invoice/invoice.schema.d.ts.map +1 -0
- package/dist/invoice/invoice.schema.js +77 -0
- package/dist/invoice/invoice.schema.js.map +1 -0
- package/dist/job/index.d.ts +3 -0
- package/dist/job/index.js +4 -0
- package/dist/job/job.operations.d.ts +238 -0
- package/dist/job/job.operations.d.ts.map +1 -0
- package/dist/job/job.operations.js +175 -0
- package/dist/job/job.operations.js.map +1 -0
- package/dist/job/job.schema.d.ts +85 -0
- package/dist/job/job.schema.d.ts.map +1 -0
- package/dist/job/job.schema.js +98 -0
- package/dist/job/job.schema.js.map +1 -0
- package/dist/operations/index.d.ts +16 -0
- package/dist/operations/index.js +17 -0
- package/dist/payment/index.d.ts +3 -0
- package/dist/payment/index.js +4 -0
- package/dist/payment/payment.operations.d.ts +61 -0
- package/dist/payment/payment.operations.d.ts.map +1 -0
- package/dist/payment/payment.operations.js +53 -0
- package/dist/payment/payment.operations.js.map +1 -0
- package/dist/payment/payment.schema.d.ts +64 -0
- package/dist/payment/payment.schema.d.ts.map +1 -0
- package/dist/payment/payment.schema.js +73 -0
- package/dist/payment/payment.schema.js.map +1 -0
- package/dist/presentations/index.d.ts +9 -0
- package/dist/presentations/index.d.ts.map +1 -0
- package/dist/presentations/index.js +18 -0
- package/dist/presentations/index.js.map +1 -0
- package/dist/presentations.d.ts +13 -0
- package/dist/presentations.d.ts.map +1 -0
- package/dist/presentations.js +179 -0
- package/dist/presentations.js.map +1 -0
- package/dist/quote/index.d.ts +3 -0
- package/dist/quote/index.js +4 -0
- package/dist/quote/quote.operations.d.ts +135 -0
- package/dist/quote/quote.operations.d.ts.map +1 -0
- package/dist/quote/quote.operations.js +99 -0
- package/dist/quote/quote.operations.js.map +1 -0
- package/dist/quote/quote.schema.d.ts +101 -0
- package/dist/quote/quote.schema.d.ts.map +1 -0
- package/dist/quote/quote.schema.js +114 -0
- package/dist/quote/quote.schema.js.map +1 -0
- package/dist/service.feature.d.ts +7 -0
- package/dist/service.feature.d.ts.map +1 -0
- package/dist/service.feature.js +164 -0
- package/dist/service.feature.js.map +1 -0
- package/package.json +108 -0
package/package.json
ADDED
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@contractspec/example.service-business-os",
|
|
3
|
+
"version": "1.44.0",
|
|
4
|
+
"description": "Service Business OS example (clients, quotes, jobs, invoices) for ContractSpec",
|
|
5
|
+
"main": "./dist/index.js",
|
|
6
|
+
"types": "./dist/index.d.ts",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"scripts": {
|
|
9
|
+
"publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
|
|
10
|
+
"publish:pkg:canary": "bun publish:pkg --tag canary",
|
|
11
|
+
"build": "bun build:types && bun build:bundle",
|
|
12
|
+
"build:bundle": "tsdown",
|
|
13
|
+
"build:types": "tsc --noEmit",
|
|
14
|
+
"dev": "bun build:bundle --watch",
|
|
15
|
+
"clean": "rimraf dist .turbo",
|
|
16
|
+
"lint": "bun lint:fix",
|
|
17
|
+
"lint:fix": "eslint src --fix",
|
|
18
|
+
"lint:check": "eslint src"
|
|
19
|
+
},
|
|
20
|
+
"dependencies": {
|
|
21
|
+
"@contractspec/lib.schema": "1.44.0",
|
|
22
|
+
"@contractspec/lib.contracts": "1.44.0",
|
|
23
|
+
"@contractspec/lib.bus": "1.44.0",
|
|
24
|
+
"@contractspec/lib.identity-rbac": "1.44.0",
|
|
25
|
+
"@contractspec/lib.files": "1.44.0",
|
|
26
|
+
"@contractspec/lib.jobs": "1.44.0",
|
|
27
|
+
"@contractspec/module.audit-trail": "1.44.0",
|
|
28
|
+
"@contractspec/module.notifications": "1.44.0",
|
|
29
|
+
"zod": "^4.1.13"
|
|
30
|
+
},
|
|
31
|
+
"devDependencies": {
|
|
32
|
+
"@contractspec/tool.typescript": "1.44.0",
|
|
33
|
+
"@contractspec/tool.tsdown": "1.44.0",
|
|
34
|
+
"typescript": "^5.9.3"
|
|
35
|
+
},
|
|
36
|
+
"exports": {
|
|
37
|
+
".": "./dist/index.js",
|
|
38
|
+
"./client": "./dist/client/index.js",
|
|
39
|
+
"./client/client.operations": "./dist/client/client.operations.js",
|
|
40
|
+
"./client/client.schema": "./dist/client/client.schema.js",
|
|
41
|
+
"./docs": "./dist/docs/index.js",
|
|
42
|
+
"./docs/service-business-os.docblock": "./dist/docs/service-business-os.docblock.js",
|
|
43
|
+
"./entities": "./dist/entities/index.js",
|
|
44
|
+
"./events": "./dist/events.js",
|
|
45
|
+
"./example": "./dist/example.js",
|
|
46
|
+
"./handlers": "./dist/handlers/index.js",
|
|
47
|
+
"./invoice": "./dist/invoice/index.js",
|
|
48
|
+
"./invoice/invoice.operations": "./dist/invoice/invoice.operations.js",
|
|
49
|
+
"./invoice/invoice.schema": "./dist/invoice/invoice.schema.js",
|
|
50
|
+
"./job": "./dist/job/index.js",
|
|
51
|
+
"./job/job.operations": "./dist/job/job.operations.js",
|
|
52
|
+
"./job/job.schema": "./dist/job/job.schema.js",
|
|
53
|
+
"./operations": "./dist/operations/index.js",
|
|
54
|
+
"./payment": "./dist/payment/index.js",
|
|
55
|
+
"./payment/payment.operations": "./dist/payment/payment.operations.js",
|
|
56
|
+
"./payment/payment.schema": "./dist/payment/payment.schema.js",
|
|
57
|
+
"./presentations": "./dist/presentations/index.js",
|
|
58
|
+
"./quote": "./dist/quote/index.js",
|
|
59
|
+
"./quote/quote.operations": "./dist/quote/quote.operations.js",
|
|
60
|
+
"./quote/quote.schema": "./dist/quote/quote.schema.js",
|
|
61
|
+
"./service.feature": "./dist/service.feature.js",
|
|
62
|
+
"./*": "./*"
|
|
63
|
+
},
|
|
64
|
+
"module": "./dist/index.js",
|
|
65
|
+
"files": [
|
|
66
|
+
"dist",
|
|
67
|
+
"README.md"
|
|
68
|
+
],
|
|
69
|
+
"publishConfig": {
|
|
70
|
+
"access": "public",
|
|
71
|
+
"exports": {
|
|
72
|
+
".": "./dist/index.js",
|
|
73
|
+
"./client": "./dist/client/index.js",
|
|
74
|
+
"./client/client.contracts": "./dist/client/client.operations.js",
|
|
75
|
+
"./client/client.schema": "./dist/client/client.schema.js",
|
|
76
|
+
"./contracts": "./dist/contracts/index.js",
|
|
77
|
+
"./docs": "./dist/docs/index.js",
|
|
78
|
+
"./docs/service-business-os.docblock": "./dist/docs/service-business-os.docblock.js",
|
|
79
|
+
"./entities": "./dist/entities/index.js",
|
|
80
|
+
"./events": "./dist/events.js",
|
|
81
|
+
"./example": "./dist/example.js",
|
|
82
|
+
"./handlers": "./dist/handlers/index.js",
|
|
83
|
+
"./invoice": "./dist/invoice/index.js",
|
|
84
|
+
"./invoice/invoice.contracts": "./dist/invoice/invoice.operations.js",
|
|
85
|
+
"./invoice/invoice.schema": "./dist/invoice/invoice.schema.js",
|
|
86
|
+
"./job": "./dist/job/index.js",
|
|
87
|
+
"./job/job.contracts": "./dist/job/job.operations.js",
|
|
88
|
+
"./job/job.schema": "./dist/job/job.schema.js",
|
|
89
|
+
"./payment": "./dist/payment/index.js",
|
|
90
|
+
"./payment/payment.contracts": "./dist/payment/payment.operations.js",
|
|
91
|
+
"./payment/payment.schema": "./dist/payment/payment.schema.js",
|
|
92
|
+
"./presentations": "./dist/presentations/index.js",
|
|
93
|
+
"./quote": "./dist/quote/index.js",
|
|
94
|
+
"./quote/quote.contracts": "./dist/quote/quote.operations.js",
|
|
95
|
+
"./quote/quote.schema": "./dist/quote/quote.schema.js",
|
|
96
|
+
"./service.feature": "./dist/service.feature.js",
|
|
97
|
+
"./*": "./*"
|
|
98
|
+
},
|
|
99
|
+
"registry": "https://registry.npmjs.org/"
|
|
100
|
+
},
|
|
101
|
+
"license": "MIT",
|
|
102
|
+
"repository": {
|
|
103
|
+
"type": "git",
|
|
104
|
+
"url": "https://github.com/lssm-tech/contractspec.git",
|
|
105
|
+
"directory": "packages/examples/service-business-os"
|
|
106
|
+
},
|
|
107
|
+
"homepage": "https://contractspec.io"
|
|
108
|
+
}
|