@juhuu/sdk-ts 1.1.4 → 1.1.5

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
@@ -1204,7 +1204,7 @@ declare namespace JUHUU {
1204
1204
  propertyId?: string;
1205
1205
  };
1206
1206
  type Options = JUHUU.RequestOptions;
1207
- type Response = JUHUU.Location.Object[];
1207
+ type Response = JUHUU.Point.Object[];
1208
1208
  }
1209
1209
  export { };
1210
1210
  }
package/dist/index.d.ts CHANGED
@@ -1204,7 +1204,7 @@ declare namespace JUHUU {
1204
1204
  propertyId?: string;
1205
1205
  };
1206
1206
  type Options = JUHUU.RequestOptions;
1207
- type Response = JUHUU.Location.Object[];
1207
+ type Response = JUHUU.Point.Object[];
1208
1208
  }
1209
1209
  export { };
1210
1210
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.1.004",
3
+ "version": "1.1.005",
4
4
  "description": "Typescript wrapper for juhuu services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",