@trusted-solutions/sdit.models 0.21.0-alpha.0 → 0.21.0-alpha.1
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/models/menu.d.ts +3 -2
- package/package.json +1 -1
package/models/menu.d.ts
CHANGED
|
@@ -15,8 +15,9 @@ export interface Menu {
|
|
|
15
15
|
nameLang?: Language[];
|
|
16
16
|
serviceTime: DayOfWeekTimePeriod[];
|
|
17
17
|
/** @deprecated to use path */
|
|
18
|
-
disableOnline
|
|
19
|
-
|
|
18
|
+
disableOnline?: boolean;
|
|
19
|
+
/** @deprecated to use path */
|
|
20
|
+
disableKiosk?: boolean;
|
|
20
21
|
/** 有path用path的值;
|
|
21
22
|
* 沒有path去轉換disableOnline disableKiosk成path
|
|
22
23
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trusted-solutions/sdit.models",
|
|
3
|
-
"version": "0.21.0-alpha.
|
|
3
|
+
"version": "0.21.0-alpha.1",
|
|
4
4
|
"description": "TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|