@cords/sdk 0.1.18 → 0.1.19

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.
package/dist/index.d.mts CHANGED
@@ -141,8 +141,8 @@ type ReportRecordType = {
141
141
  province: string | null;
142
142
  derivedProvince: string | null;
143
143
  derivedCity: string | null;
144
- derivedLat: string | null;
145
- derivedLng: string | null;
144
+ derivedLat: number | null;
145
+ derivedLng: number | null;
146
146
  type: "view" | "search";
147
147
  createdDate: Date;
148
148
  email: string;
package/dist/index.d.ts CHANGED
@@ -141,8 +141,8 @@ type ReportRecordType = {
141
141
  province: string | null;
142
142
  derivedProvince: string | null;
143
143
  derivedCity: string | null;
144
- derivedLat: string | null;
145
- derivedLng: string | null;
144
+ derivedLat: number | null;
145
+ derivedLng: number | null;
146
146
  type: "view" | "search";
147
147
  createdDate: Date;
148
148
  email: string;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "main": "./dist/index.js",
4
4
  "module": "./dist/index.mjs",
5
5
  "types": "./dist/index.d.ts",
6
- "version": "0.1.18",
6
+ "version": "0.1.19",
7
7
  "private": false,
8
8
  "publishConfig": {
9
9
  "access": "public"