heartraite 1.0.94 → 1.0.96

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,5 +1,5 @@
1
1
  export declare enum IAPProductIdentifier {
2
- UNLOCK_SA = "unlock_sa"
2
+ UNLOCK_SA = "unlocksa"
3
3
  }
4
4
  export declare enum Entitlement {
5
5
  PREMIUM = "Premium",
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Entitlement = exports.IAPProductIdentifier = void 0;
4
4
  var IAPProductIdentifier;
5
5
  (function (IAPProductIdentifier) {
6
- IAPProductIdentifier["UNLOCK_SA"] = "unlock_sa";
6
+ IAPProductIdentifier["UNLOCK_SA"] = "unlocksa";
7
7
  })(IAPProductIdentifier || (exports.IAPProductIdentifier = IAPProductIdentifier = {}));
8
8
  var Entitlement;
9
9
  (function (Entitlement) {
@@ -116,7 +116,7 @@ export type RegisterOnboardingRequest = {
116
116
  images: string[];
117
117
  interestedIn: Gender[];
118
118
  gender: Gender;
119
- coordinates: {
119
+ coordinates?: {
120
120
  lat: number;
121
121
  lng: number;
122
122
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "heartraite",
3
- "version": "1.0.94",
3
+ "version": "1.0.96",
4
4
  "description": "Heartraite npm package for common functionality",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,5 +1,5 @@
1
1
  export enum IAPProductIdentifier {
2
- UNLOCK_SA = "unlock_sa",
2
+ UNLOCK_SA = "unlocksa",
3
3
  }
4
4
 
5
5
  export enum Entitlement {
@@ -126,7 +126,7 @@ export type RegisterOnboardingRequest = {
126
126
  images: string[];
127
127
  interestedIn: Gender[];
128
128
  gender: Gender;
129
- coordinates: {
129
+ coordinates?: {
130
130
  lat: number;
131
131
  lng: number;
132
132
  };