@equinor/subsurface-app-management 5.2.2 → 5.2.3

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.
@@ -2,7 +2,7 @@ import type { ImpactUrl } from './ImpactUrl';
2
2
  export type ImpactMetric = {
3
3
  applicationName: string;
4
4
  featureName: string;
5
- userType: string;
5
+ userType?: string;
6
6
  id: string;
7
7
  startTimeStamp?: string;
8
8
  endTimeStamp?: string;
@@ -1,7 +1,7 @@
1
1
  import type { ImpactUrlDto } from './ImpactUrlDto';
2
2
  export type ImpactMetricDto = {
3
3
  featureName: string;
4
- userType: string;
4
+ userType?: string;
5
5
  startTimeStamp?: string;
6
6
  endTimeStamp?: string;
7
7
  listUrlIds?: Array<ImpactUrlDto> | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/subsurface-app-management",
3
- "version": "5.2.2",
3
+ "version": "5.2.3",
4
4
  "description": "React Typescript components/hooks to communicate with equinor/sam",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",