@mx-cartographer/experiences 6.1.0 → 6.1.2-alpha.san1

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.
@@ -1,6 +1,7 @@
1
- import { Fetch } from '../../common';
1
+ import { Fetch, Holding } from '../../common';
2
2
  export declare class HoldingApi {
3
3
  fetchInstance: Fetch;
4
4
  constructor(endpoint: string, token: string);
5
5
  getHoldings: () => Promise<any>;
6
+ updateHoldings: (holding: Holding) => Promise<any>;
6
7
  }
@@ -0,0 +1,2 @@
1
+ import { GridColumnHeaderParams } from '@mui/x-data-grid';
2
+ export declare const HeaderCell: (params: GridColumnHeaderParams) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,4 @@
1
- declare const Overview: () => import("react/jsx-runtime").JSX.Element;
2
- export default Overview;
1
+ declare const _default: (() => import("react/jsx-runtime").JSX.Element) & {
2
+ displayName: string;
3
+ };
4
+ export default _default;
@@ -7,4 +7,5 @@ export declare class HoldingStore {
7
7
  holdingsLoaded: boolean;
8
8
  constructor(globalStore: GlobalStore);
9
9
  loadHoldings: () => Promise<void>;
10
+ updateHoldings: (holding: Holding) => Promise<void>;
10
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "6.1.0",
3
+ "version": "6.1.2-alpha.san1",
4
4
  "description": "Library containing experience widgets",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",