@contractspec/example.service-business-os 3.1.1 → 3.3.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.
@@ -719,7 +719,18 @@ var ServiceBusinessFeature = defineFeature({
719
719
  { key: "jobs", version: "1.0.0" },
720
720
  { key: "invoices", version: "1.0.0" }
721
721
  ]
722
- }
722
+ },
723
+ telemetry: [{ key: "service-business-os.telemetry", version: "1.0.0" }],
724
+ jobs: [
725
+ { key: "service-business-os.job.schedule-dispatch", version: "1.0.0" },
726
+ { key: "service-business-os.job.invoice-reminder", version: "1.0.0" }
727
+ ],
728
+ docs: [
729
+ "docs.examples.service-business-os",
730
+ "docs.examples.service-business-os.goal",
731
+ "docs.examples.service-business-os.usage",
732
+ "docs.examples.service-business-os.constraints"
733
+ ]
723
734
  });
724
735
  export {
725
736
  ServiceDashboardPresentation,
@@ -67,7 +67,18 @@ var ServiceBusinessFeature = defineFeature({
67
67
  { key: "jobs", version: "1.0.0" },
68
68
  { key: "invoices", version: "1.0.0" }
69
69
  ]
70
- }
70
+ },
71
+ telemetry: [{ key: "service-business-os.telemetry", version: "1.0.0" }],
72
+ jobs: [
73
+ { key: "service-business-os.job.schedule-dispatch", version: "1.0.0" },
74
+ { key: "service-business-os.job.invoice-reminder", version: "1.0.0" }
75
+ ],
76
+ docs: [
77
+ "docs.examples.service-business-os",
78
+ "docs.examples.service-business-os.goal",
79
+ "docs.examples.service-business-os.usage",
80
+ "docs.examples.service-business-os.constraints"
81
+ ]
71
82
  });
72
83
  export {
73
84
  ServiceBusinessFeature
package/dist/index.js CHANGED
@@ -720,7 +720,18 @@ var ServiceBusinessFeature = defineFeature({
720
720
  { key: "jobs", version: "1.0.0" },
721
721
  { key: "invoices", version: "1.0.0" }
722
722
  ]
723
- }
723
+ },
724
+ telemetry: [{ key: "service-business-os.telemetry", version: "1.0.0" }],
725
+ jobs: [
726
+ { key: "service-business-os.job.schedule-dispatch", version: "1.0.0" },
727
+ { key: "service-business-os.job.invoice-reminder", version: "1.0.0" }
728
+ ],
729
+ docs: [
730
+ "docs.examples.service-business-os",
731
+ "docs.examples.service-business-os.goal",
732
+ "docs.examples.service-business-os.usage",
733
+ "docs.examples.service-business-os.constraints"
734
+ ]
724
735
  });
725
736
  export {
726
737
  ServiceDashboardPresentation,
@@ -719,7 +719,18 @@ var ServiceBusinessFeature = defineFeature({
719
719
  { key: "jobs", version: "1.0.0" },
720
720
  { key: "invoices", version: "1.0.0" }
721
721
  ]
722
- }
722
+ },
723
+ telemetry: [{ key: "service-business-os.telemetry", version: "1.0.0" }],
724
+ jobs: [
725
+ { key: "service-business-os.job.schedule-dispatch", version: "1.0.0" },
726
+ { key: "service-business-os.job.invoice-reminder", version: "1.0.0" }
727
+ ],
728
+ docs: [
729
+ "docs.examples.service-business-os",
730
+ "docs.examples.service-business-os.goal",
731
+ "docs.examples.service-business-os.usage",
732
+ "docs.examples.service-business-os.constraints"
733
+ ]
723
734
  });
724
735
  export {
725
736
  ServiceDashboardPresentation,
@@ -67,7 +67,18 @@ var ServiceBusinessFeature = defineFeature({
67
67
  { key: "jobs", version: "1.0.0" },
68
68
  { key: "invoices", version: "1.0.0" }
69
69
  ]
70
- }
70
+ },
71
+ telemetry: [{ key: "service-business-os.telemetry", version: "1.0.0" }],
72
+ jobs: [
73
+ { key: "service-business-os.job.schedule-dispatch", version: "1.0.0" },
74
+ { key: "service-business-os.job.invoice-reminder", version: "1.0.0" }
75
+ ],
76
+ docs: [
77
+ "docs.examples.service-business-os",
78
+ "docs.examples.service-business-os.goal",
79
+ "docs.examples.service-business-os.usage",
80
+ "docs.examples.service-business-os.constraints"
81
+ ]
71
82
  });
72
83
  export {
73
84
  ServiceBusinessFeature
@@ -68,7 +68,18 @@ var ServiceBusinessFeature = defineFeature({
68
68
  { key: "jobs", version: "1.0.0" },
69
69
  { key: "invoices", version: "1.0.0" }
70
70
  ]
71
- }
71
+ },
72
+ telemetry: [{ key: "service-business-os.telemetry", version: "1.0.0" }],
73
+ jobs: [
74
+ { key: "service-business-os.job.schedule-dispatch", version: "1.0.0" },
75
+ { key: "service-business-os.job.invoice-reminder", version: "1.0.0" }
76
+ ],
77
+ docs: [
78
+ "docs.examples.service-business-os",
79
+ "docs.examples.service-business-os.goal",
80
+ "docs.examples.service-business-os.usage",
81
+ "docs.examples.service-business-os.constraints"
82
+ ]
72
83
  });
73
84
  export {
74
85
  ServiceBusinessFeature
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.service-business-os",
3
- "version": "3.1.1",
3
+ "version": "3.3.0",
4
4
  "description": "Service Business OS example (clients, quotes, jobs, invoices) for ContractSpec",
5
5
  "types": "./dist/index.d.ts",
6
6
  "type": "module",
@@ -19,13 +19,13 @@
19
19
  "typecheck": "tsc --noEmit"
20
20
  },
21
21
  "dependencies": {
22
- "@contractspec/lib.schema": "3.1.0",
23
- "@contractspec/lib.contracts-spec": "3.1.1"
22
+ "@contractspec/lib.schema": "3.3.0",
23
+ "@contractspec/lib.contracts-spec": "3.3.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@contractspec/tool.typescript": "3.1.0",
26
+ "@contractspec/tool.typescript": "3.3.0",
27
27
  "typescript": "^5.9.3",
28
- "@contractspec/tool.bun": "3.1.0"
28
+ "@contractspec/tool.bun": "3.3.0"
29
29
  },
30
30
  "exports": {
31
31
  ".": {