@cbm-common/cbm-types 0.0.162 → 0.0.163

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.
@@ -9,7 +9,7 @@ import { PaginatedListService } from '@cbm-common/data-access';
9
9
  interface IAccountWithChecked extends CbmAccountModel.ListPaginatedResponse.Item {
10
10
  checked: boolean;
11
11
  }
12
- export declare class AdvancedAccountSearchModal implements OnInit {
12
+ export declare class CbmAdvancedAccountSearchModal implements OnInit {
13
13
  private readonly destroyRef;
14
14
  private accountRepository;
15
15
  private notificationService;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.162",
3
+ "version": "0.0.163",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {