@cbm-common/cbm-types 0.0.304 → 0.0.305

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.304",
3
+ "version": "0.0.305",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {
package/public-api.d.ts CHANGED
@@ -615,3 +615,7 @@ export * from './lib/components/model-vehicle/add/add';
615
615
 
616
616
  //#region brand vehicle add component
617
617
  export * from './lib/components/brand-vehicle/add/add';
618
+
619
+ // #region charges for order vehicle domain repository
620
+ export * from './lib/domain/repositories/charges-for-order-vehicle.domain.repository';
621
+ export * from './lib/domain/models/charges-for-order-vehicle.domain.model';