ob-bms-sdk 0.0.40 → 0.0.41

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/api/api.ts CHANGED
@@ -1410,10 +1410,10 @@ export interface TowerData {
1410
1410
  'floors': Array<FloorData>;
1411
1411
  /**
1412
1412
  *
1413
- * @type {Array<FloorData>}
1413
+ * @type {Array<LocationData>}
1414
1414
  * @memberof TowerData
1415
1415
  */
1416
- 'locations': Array<FloorData>;
1416
+ 'locations': Array<LocationData>;
1417
1417
  }
1418
1418
  /**
1419
1419
  *
package/dist/api/api.d.ts CHANGED
@@ -1399,10 +1399,10 @@ export interface TowerData {
1399
1399
  'floors': Array<FloorData>;
1400
1400
  /**
1401
1401
  *
1402
- * @type {Array<FloorData>}
1402
+ * @type {Array<LocationData>}
1403
1403
  * @memberof TowerData
1404
1404
  */
1405
- 'locations': Array<FloorData>;
1405
+ 'locations': Array<LocationData>;
1406
1406
  }
1407
1407
  /**
1408
1408
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ob-bms-sdk",
3
- "version": "0.0.40",
3
+ "version": "0.0.41",
4
4
  "description": "API interfaces for OB BMS",
5
5
  "main": "./dist/index.js",
6
6
  "license": "MIT"