@trusted-solutions/sdit.models 0.28.0-alpha.11 → 0.28.0-alpha.12
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/store.d.ts +5 -1
- package/package.json +1 -1
package/models/store.d.ts
CHANGED
|
@@ -152,9 +152,13 @@ export interface Store {
|
|
|
152
152
|
*/
|
|
153
153
|
onlineEnabled?: boolean;
|
|
154
154
|
/**
|
|
155
|
-
*
|
|
155
|
+
* 外帶外送線上點餐支付方式
|
|
156
156
|
*/
|
|
157
157
|
onlinePaymentConfigs?: PaymentConfig[];
|
|
158
|
+
/**
|
|
159
|
+
* 內用線上點餐支付方式
|
|
160
|
+
*/
|
|
161
|
+
onlineDineInPaymentConfigs?: PaymentConfig[];
|
|
158
162
|
/**
|
|
159
163
|
* 線上點餐預計等待時間(分)
|
|
160
164
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trusted-solutions/sdit.models",
|
|
3
|
-
"version": "0.28.0-alpha.
|
|
3
|
+
"version": "0.28.0-alpha.12",
|
|
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": {
|