@contractspec/example.service-business-os 1.48.0 → 1.48.1

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.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import * as _contractspec_lib_contracts18 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts11 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/example.d.ts
4
- declare const example: _contractspec_lib_contracts18.ExampleSpec;
4
+ declare const example: _contractspec_lib_contracts11.ExampleSpec;
5
5
  //#endregion
6
6
  export { example as default };
7
7
  //# sourceMappingURL=example.d.ts.map
@@ -1,13 +1,13 @@
1
- import * as _contractspec_lib_contracts11 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts12 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/presentations.d.ts
4
- declare const ServiceDashboardPresentation: _contractspec_lib_contracts11.PresentationSpec;
5
- declare const ClientListPresentation: _contractspec_lib_contracts11.PresentationSpec;
6
- declare const QuoteListPresentation: _contractspec_lib_contracts11.PresentationSpec;
7
- declare const QuoteDetailPresentation: _contractspec_lib_contracts11.PresentationSpec;
8
- declare const JobBoardPresentation: _contractspec_lib_contracts11.PresentationSpec;
9
- declare const InvoiceListPresentation: _contractspec_lib_contracts11.PresentationSpec;
10
- declare const PaymentListPresentation: _contractspec_lib_contracts11.PresentationSpec;
4
+ declare const ServiceDashboardPresentation: _contractspec_lib_contracts12.PresentationSpec;
5
+ declare const ClientListPresentation: _contractspec_lib_contracts12.PresentationSpec;
6
+ declare const QuoteListPresentation: _contractspec_lib_contracts12.PresentationSpec;
7
+ declare const QuoteDetailPresentation: _contractspec_lib_contracts12.PresentationSpec;
8
+ declare const JobBoardPresentation: _contractspec_lib_contracts12.PresentationSpec;
9
+ declare const InvoiceListPresentation: _contractspec_lib_contracts12.PresentationSpec;
10
+ declare const PaymentListPresentation: _contractspec_lib_contracts12.PresentationSpec;
11
11
  //#endregion
12
12
  export { ClientListPresentation, InvoiceListPresentation, JobBoardPresentation, PaymentListPresentation, QuoteDetailPresentation, QuoteListPresentation, ServiceDashboardPresentation };
13
13
  //# sourceMappingURL=presentations.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.service-business-os",
3
- "version": "1.48.0",
3
+ "version": "1.48.1",
4
4
  "description": "Service Business OS example (clients, quotes, jobs, invoices) for ContractSpec",
5
5
  "types": "./dist/index.d.ts",
6
6
  "type": "module",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@contractspec/lib.schema": "1.48.0",
21
- "@contractspec/lib.contracts": "1.48.0"
21
+ "@contractspec/lib.contracts": "1.48.1"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@contractspec/tool.typescript": "1.48.0",