fk-platform-sdk 1.0.37-beta1 → 1.0.37-beta3

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,6 +2,6 @@ export interface LocationManagerResponse {
2
2
  pincode: string;
3
3
  }
4
4
  export interface PreciseLocationResponse {
5
- lat: string;
6
- long: string;
5
+ latitude: string;
6
+ longitude: string;
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fk-platform-sdk",
3
- "version": "1.0.37-beta1",
3
+ "version": "1.0.37-beta3",
4
4
  "description": "SDK to enable external experience integration within flipkart app.",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",