@cbm-common/cbm-types 0.0.274 → 0.0.275

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/public-api.d.ts +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.274",
3
+ "version": "0.0.275",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {
package/public-api.d.ts CHANGED
@@ -587,3 +587,7 @@ export * from './lib/domain/models/charge-type.domain.model';
587
587
  //#region type Of Service domain repository
588
588
  export * from './lib/domain/repositories/type-of-service.domain.repository';
589
589
  export * from './lib/domain/models/type-of-service.domain.model';
590
+
591
+ //#region type Of detail by section
592
+ export * from './lib/components/detail-by-section/detail-by-section';
593
+ export * from './lib/components/detail-by-section/detail-by-section.model';