becomap 1.5.4 → 1.5.6
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/lib/becomap.js +1 -1
- package/lib/index.d.ts +2 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -283,6 +283,8 @@ export declare enum BCSiteAmenity {
|
|
|
283
283
|
HELP_DESK = "HELP_DESK",
|
|
284
284
|
/** Billing or payment counter */
|
|
285
285
|
BILLING_COUNTER = "BILLING_COUNTER",
|
|
286
|
+
/** Vending mechine facilities */
|
|
287
|
+
VENDING_MACHINE = "VENDING_MACHINE",
|
|
286
288
|
/** Points that can connect Floors */
|
|
287
289
|
ESCALATOR = "ESCALATOR",
|
|
288
290
|
ELEVATOR = "ELEVATOR",
|