@lssm/example.service-business-os 0.0.0-canary-20251212230121 → 0.0.0-canary-20251215220103
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/example.js +1 -0
- package/dist/index.js +1 -1
- package/package.json +3 -1
package/dist/example.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e={id:`service-business-os`,title:`Service Business OS`,summary:`Service business operating system: jobs, clients, scheduling, invoicing, and ops dashboards.`,tags:[`service-business`,`jobs`,`scheduling`,`invoicing`],kind:`template`,visibility:`public`,docs:{rootDocId:`docs.examples.service-business-os`},entrypoints:{packageName:`@lssm/example.service-business-os`,feature:`./feature`,contracts:`./contracts`,presentations:`./presentations`,handlers:`./handlers`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`playground`,`specs`,`builder`,`markdown`,`evolution`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e as default};
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{InvoiceIssuedEvent as e,JobCompletedEvent as t,JobScheduledEvent as n,PaymentReceivedEvent as r,QuoteAcceptedEvent as i,QuoteSentEvent as a,ServiceBusinessEvents as o}from"./events.js";import{ServiceBusinessFeature as
|
|
1
|
+
import{InvoiceIssuedEvent as e,JobCompletedEvent as t,JobScheduledEvent as n,PaymentReceivedEvent as r,QuoteAcceptedEvent as i,QuoteSentEvent as a,ServiceBusinessEvents as o}from"./events.js";import s from"./example.js";import{ServiceBusinessFeature as c}from"./feature.js";import{ClientEntity as l,InvoiceEntity as u,InvoiceStatusEnum as d,JobEntity as f,JobStatusEnum as p,PaymentEntity as m,PaymentMethodEnum as h,QuoteEntity as g,QuoteStatusEnum as _,serviceBusinessEntities as v,serviceBusinessSchemaContribution as y}from"./entities/index.js";import{AcceptQuoteContract as b,ClientModel as x,CompleteJobContract as S,CreateClientContract as C,CreateQuoteContract as w,InvoiceModel as T,IssueInvoiceContract as E,JobModel as D,ListJobsContract as O,PaymentModel as k,QuoteModel as A,RecordPaymentContract as j,ScheduleJobContract as M}from"./contracts/index.js";import{ServiceBusinessPresentations as N}from"./presentations/index.js";import{registerServiceBusinessHandlers as P}from"./handlers/index.js";import"./docs/index.js";import{identityRbacSchemaContribution as F}from"@lssm/lib.identity-rbac";import{auditTrailSchemaContribution as I}from"@lssm/module.audit-trail";import{notificationsSchemaContribution as L}from"@lssm/module.notifications";import{filesSchemaContribution as R}from"@lssm/lib.files";import{jobsSchemaContribution as z}from"@lssm/lib.jobs";const B={modules:[F,I,L,R,z,y],provider:`postgresql`,outputPath:`./prisma/schema/generated.prisma`};export{b as AcceptQuoteContract,l as ClientEntity,x as ClientModel,S as CompleteJobContract,C as CreateClientContract,w as CreateQuoteContract,u as InvoiceEntity,e as InvoiceIssuedEvent,T as InvoiceModel,d as InvoiceStatusEnum,E as IssueInvoiceContract,t as JobCompletedEvent,f as JobEntity,D as JobModel,n as JobScheduledEvent,p as JobStatusEnum,O as ListJobsContract,m as PaymentEntity,h as PaymentMethodEnum,k as PaymentModel,r as PaymentReceivedEvent,i as QuoteAcceptedEvent,g as QuoteEntity,A as QuoteModel,a as QuoteSentEvent,_ as QuoteStatusEnum,j as RecordPaymentContract,M as ScheduleJobContract,o as ServiceBusinessEvents,c as ServiceBusinessFeature,N as ServiceBusinessPresentations,s as example,P as registerServiceBusinessHandlers,B as schemaComposition,v as serviceBusinessEntities,y as serviceBusinessSchemaContribution};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lssm/example.service-business-os",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251215220103",
|
|
4
4
|
"description": "Service Business OS example (clients, quotes, jobs, invoices) for ContractSpec",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"./docs/service-business-os.docblock": "./src/docs/service-business-os.docblock.ts",
|
|
40
40
|
"./entities": "./src/entities/index.ts",
|
|
41
41
|
"./events": "./src/events.ts",
|
|
42
|
+
"./example": "./src/example.ts",
|
|
42
43
|
"./feature": "./src/feature.ts",
|
|
43
44
|
"./handlers": "./src/handlers/index.ts",
|
|
44
45
|
"./presentations": "./src/presentations/index.ts",
|
|
@@ -58,6 +59,7 @@
|
|
|
58
59
|
"./docs/service-business-os.docblock": "./dist/docs/service-business-os.docblock.js",
|
|
59
60
|
"./entities": "./dist/entities/index.js",
|
|
60
61
|
"./events": "./dist/events.js",
|
|
62
|
+
"./example": "./dist/example.js",
|
|
61
63
|
"./feature": "./dist/feature.js",
|
|
62
64
|
"./handlers": "./dist/handlers/index.js",
|
|
63
65
|
"./presentations": "./dist/presentations/index.js",
|