heartraite 1.0.155 → 1.0.156

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.
@@ -5,7 +5,7 @@ export type CompatibilitySummary = {
5
5
  highlights: string[];
6
6
  };
7
7
  export type MatchAttributes = {
8
- distance: number;
8
+ distance?: number;
9
9
  bankIDVerified: boolean;
10
10
  compatibility: MatchCompatibility;
11
11
  compatibilitySummary?: CompatibilitySummary;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "heartraite",
3
- "version": "1.0.155",
3
+ "version": "1.0.156",
4
4
  "description": "Heartraite npm package for common functionality",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -7,7 +7,7 @@ export type CompatibilitySummary = {
7
7
  };
8
8
 
9
9
  export type MatchAttributes = {
10
- distance: number;
10
+ distance?: number;
11
11
  bankIDVerified: boolean;
12
12
  compatibility: MatchCompatibility;
13
13
  compatibilitySummary?: CompatibilitySummary;