@cbm-common/cbm-types 0.0.71 → 0.0.72
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/package.json +1 -1
- package/public-api.d.ts +2 -2
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -274,9 +274,9 @@ export * from './lib/components/tip-modal/tip-modal';
|
|
|
274
274
|
export * from './lib/components/xml-modal/xml-modal';
|
|
275
275
|
|
|
276
276
|
// #region sale price repository
|
|
277
|
-
export * from './lib/domain/repositories/sale-price.domain.repository';
|
|
277
|
+
/* export * from './lib/domain/repositories/sale-price.domain.repository';
|
|
278
278
|
export * from './lib/domain/models/sale-price.domain.model';
|
|
279
|
-
export * from './lib/declare-enums/cbm-sales-price';
|
|
279
|
+
export * from './lib/declare-enums/cbm-sales-price'; */
|
|
280
280
|
|
|
281
281
|
// #region view reports component
|
|
282
282
|
export * from './lib/components/view-reports/model';
|