ob-bms-sdk 0.0.39 → 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
@@ -697,6 +697,12 @@ export interface MembersShowResponse {
697
697
  * @memberof MembersShowResponse
698
698
  */
699
699
  'metadata': JsonValue | null;
700
+ /**
701
+ *
702
+ * @type {string}
703
+ * @memberof MembersShowResponse
704
+ */
705
+ 'defaultFloor': string | null;
700
706
  /**
701
707
  *
702
708
  * @type {string}
@@ -1404,10 +1410,10 @@ export interface TowerData {
1404
1410
  'floors': Array<FloorData>;
1405
1411
  /**
1406
1412
  *
1407
- * @type {Array<FloorData>}
1413
+ * @type {Array<LocationData>}
1408
1414
  * @memberof TowerData
1409
1415
  */
1410
- 'locations': Array<FloorData>;
1416
+ 'locations': Array<LocationData>;
1411
1417
  }
1412
1418
  /**
1413
1419
  *
@@ -1746,7 +1752,7 @@ export interface VisitorScheduleTokens {
1746
1752
  * @type {string}
1747
1753
  * @memberof VisitorScheduleTokens
1748
1754
  */
1749
- 'expired_data'?: string | null;
1755
+ 'expired_date'?: string | null;
1750
1756
  /**
1751
1757
  *
1752
1758
  * @type {string}
@@ -2061,6 +2067,12 @@ export interface WrappedResponseMembersShowResponseData {
2061
2067
  * @memberof WrappedResponseMembersShowResponseData
2062
2068
  */
2063
2069
  'metadata': JsonValue | null;
2070
+ /**
2071
+ *
2072
+ * @type {string}
2073
+ * @memberof WrappedResponseMembersShowResponseData
2074
+ */
2075
+ 'defaultFloor': string | null;
2064
2076
  /**
2065
2077
  *
2066
2078
  * @type {string}
package/dist/api/api.d.ts CHANGED
@@ -695,6 +695,12 @@ export interface MembersShowResponse {
695
695
  * @memberof MembersShowResponse
696
696
  */
697
697
  'metadata': JsonValue | null;
698
+ /**
699
+ *
700
+ * @type {string}
701
+ * @memberof MembersShowResponse
702
+ */
703
+ 'defaultFloor': string | null;
698
704
  /**
699
705
  *
700
706
  * @type {string}
@@ -1393,10 +1399,10 @@ export interface TowerData {
1393
1399
  'floors': Array<FloorData>;
1394
1400
  /**
1395
1401
  *
1396
- * @type {Array<FloorData>}
1402
+ * @type {Array<LocationData>}
1397
1403
  * @memberof TowerData
1398
1404
  */
1399
- 'locations': Array<FloorData>;
1405
+ 'locations': Array<LocationData>;
1400
1406
  }
1401
1407
  /**
1402
1408
  *
@@ -1735,7 +1741,7 @@ export interface VisitorScheduleTokens {
1735
1741
  * @type {string}
1736
1742
  * @memberof VisitorScheduleTokens
1737
1743
  */
1738
- 'expired_data'?: string | null;
1744
+ 'expired_date'?: string | null;
1739
1745
  /**
1740
1746
  *
1741
1747
  * @type {string}
@@ -2050,6 +2056,12 @@ export interface WrappedResponseMembersShowResponseData {
2050
2056
  * @memberof WrappedResponseMembersShowResponseData
2051
2057
  */
2052
2058
  'metadata': JsonValue | null;
2059
+ /**
2060
+ *
2061
+ * @type {string}
2062
+ * @memberof WrappedResponseMembersShowResponseData
2063
+ */
2064
+ 'defaultFloor': string | null;
2053
2065
  /**
2054
2066
  *
2055
2067
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ob-bms-sdk",
3
- "version": "0.0.39",
3
+ "version": "0.0.41",
4
4
  "description": "API interfaces for OB BMS",
5
5
  "main": "./dist/index.js",
6
6
  "license": "MIT"