@trusted-solutions/sdit.models 0.63.0-alpha.0 → 0.63.0-alpha.3
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.
|
@@ -205,6 +205,11 @@ export interface SOGetStoreInfoResponse {
|
|
|
205
205
|
* "subtotal+discount": serviceCharge = ((subtotal+discount) * servicePercent)
|
|
206
206
|
*/
|
|
207
207
|
serviceBase?: "subtotal" | "subtotal+discount";
|
|
208
|
+
/**
|
|
209
|
+
* LINE LIFF app id,用於 LIFF 初始化
|
|
210
|
+
* 由店家/品牌設定,無值時不初始化 LIFF
|
|
211
|
+
*/
|
|
212
|
+
liffId?: string;
|
|
208
213
|
}
|
|
209
214
|
/*******************************/
|
|
210
215
|
/*******************************/
|
|
@@ -374,6 +379,8 @@ export interface SOSendOrderResponse {
|
|
|
374
379
|
/** 消費者識別用 id的末五碼 == Order.serialNumber */
|
|
375
380
|
displayId: string;
|
|
376
381
|
isOnSitePayment: boolean;
|
|
382
|
+
/** 取餐號碼 */
|
|
383
|
+
posSerialNumber?: string;
|
|
377
384
|
}
|
|
378
385
|
/*******************************/
|
|
379
386
|
/*******************************/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trusted-solutions/sdit.models",
|
|
3
|
-
"version": "0.63.0-alpha.
|
|
3
|
+
"version": "0.63.0-alpha.3",
|
|
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": {
|