heartraite 1.0.154 → 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.
@@ -87,5 +87,6 @@ export type AdvancedMatch = {
87
87
  loveLanguages: LoveLanguages;
88
88
  }>;
89
89
  compatibility: MatchCompatibility;
90
+ processing?: boolean;
90
91
  };
91
92
  export {};
@@ -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.154",
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",
@@ -106,4 +106,5 @@ export type AdvancedMatch = {
106
106
  }
107
107
  >;
108
108
  compatibility: MatchCompatibility;
109
+ processing?: boolean;
109
110
  };
@@ -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;