ob-bms-sdk 0.0.29 → 0.0.30

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
@@ -739,7 +739,7 @@ export interface ParkingLotData {
739
739
  * @type {string}
740
740
  * @memberof ParkingLotData
741
741
  */
742
- 'zone_id'?: string;
742
+ 'area_id'?: string;
743
743
  /**
744
744
  *
745
745
  * @type {Array<SpotTypeData>}
package/dist/api/api.d.ts CHANGED
@@ -734,7 +734,7 @@ export interface ParkingLotData {
734
734
  * @type {string}
735
735
  * @memberof ParkingLotData
736
736
  */
737
- 'zone_id'?: string;
737
+ 'area_id'?: string;
738
738
  /**
739
739
  *
740
740
  * @type {Array<SpotTypeData>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ob-bms-sdk",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "description": "API interfaces for OB BMS",
5
5
  "main": "./dist/index.js",
6
6
  "license": "MIT"