@cbm-common/cbm-types 0.0.179 → 0.0.180

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 +7 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.179",
3
+ "version": "0.0.180",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {
package/public-api.d.ts CHANGED
@@ -523,3 +523,10 @@ export * from './lib/domain/models/provider-contact.domain.model';
523
523
  //#region account configuration domain repository
524
524
  export * from './lib/domain/repositories/account-configuration.domain.repository';
525
525
  export * from './lib/domain/models/account-configuration.domain.model';
526
+
527
+ //#region excel import view
528
+ export * from './lib/components/excel-import-view/excel-import-view';
529
+
530
+ //#region excel import list
531
+ export * from './lib/components/excel-import-list/excel-import-list';
532
+