heartraite 1.0.73 → 1.0.74

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.
@@ -4,7 +4,7 @@ import { MatchableUser, MatchCheck } from "./matchmaking.types";
4
4
  import { Message } from "./message.types";
5
5
  import { StripeProduct } from "./stripe.types";
6
6
  import { User } from "./user.types";
7
- import { Like } from "./like.types";
7
+ import { IncomingLike } from "./like.types";
8
8
  import { CA } from "./ca.types";
9
9
  import { SelfAwareness } from "./sa.types";
10
10
  import { PLSScore } from "./pls.types";
@@ -39,7 +39,7 @@ export type GetMatchesResponse = UserMatch[];
39
39
  export type GetMatchableUserResponse = MatchableUser;
40
40
  export type GetMatchableUsersResponse = MatchableUser[];
41
41
  export type CreateLikeResponse = void;
42
- export type GetLikesResponse = Like[];
42
+ export type GetLikesResponse = IncomingLike[];
43
43
  export type HandleLikeSeenResponse = void;
44
44
  export type SubmitPLSDemographicsResponse = void;
45
45
  export type CreatePLSInputResponse = void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "heartraite",
3
- "version": "1.0.73",
3
+ "version": "1.0.74",
4
4
  "description": "Heartraite npm package for common functionality",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -4,7 +4,7 @@ import { MatchableUser, MatchCheck } from "./matchmaking.types";
4
4
  import { Message } from "./message.types";
5
5
  import { StripeProduct } from "./stripe.types";
6
6
  import { User } from "./user.types";
7
- import { Like } from "./like.types";
7
+ import { IncomingLike } from "./like.types";
8
8
  import { CA } from "./ca.types";
9
9
  import { SelfAwareness } from "./sa.types";
10
10
  import { PLSScore } from "./pls.types";
@@ -52,7 +52,7 @@ export type GetMatchableUsersResponse = MatchableUser[];
52
52
 
53
53
  // like
54
54
  export type CreateLikeResponse = void;
55
- export type GetLikesResponse = Like[];
55
+ export type GetLikesResponse = IncomingLike[];
56
56
  export type HandleLikeSeenResponse = void;
57
57
 
58
58
  // pls