@cbm-common/cbm-types 0.0.23 → 0.0.24
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 +0 -1
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -218,7 +218,6 @@ export * from './lib/domain/models/country.domain.model';
|
|
|
218
218
|
|
|
219
219
|
// #region add client component
|
|
220
220
|
export * from './lib/components/add-client/add-client';
|
|
221
|
-
export * from './lib/components/add-client/types';
|
|
222
221
|
|
|
223
222
|
// #region sale price repository
|
|
224
223
|
export * from './lib/domain/repositories/sale-price.domain.repository';
|