@trusted-solutions/sdit.models 0.63.0-alpha.1 → 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.
|
@@ -160,10 +160,6 @@ export interface SOGetStoreInfoResponse {
|
|
|
160
160
|
* false: 不開放
|
|
161
161
|
*/
|
|
162
162
|
availableGuest?: boolean;
|
|
163
|
-
/**
|
|
164
|
-
* LINE LIFF ID
|
|
165
|
-
*/
|
|
166
|
-
liffId?: string;
|
|
167
163
|
/**
|
|
168
164
|
* @deprecated Cognito專用,PoskyIdentity請改用 `userPoolWebClientIdV2`
|
|
169
165
|
*
|
|
@@ -209,6 +205,11 @@ export interface SOGetStoreInfoResponse {
|
|
|
209
205
|
* "subtotal+discount": serviceCharge = ((subtotal+discount) * servicePercent)
|
|
210
206
|
*/
|
|
211
207
|
serviceBase?: "subtotal" | "subtotal+discount";
|
|
208
|
+
/**
|
|
209
|
+
* LINE LIFF app id,用於 LIFF 初始化
|
|
210
|
+
* 由店家/品牌設定,無值時不初始化 LIFF
|
|
211
|
+
*/
|
|
212
|
+
liffId?: string;
|
|
212
213
|
}
|
|
213
214
|
/*******************************/
|
|
214
215
|
/*******************************/
|
|
@@ -378,6 +379,8 @@ export interface SOSendOrderResponse {
|
|
|
378
379
|
/** 消費者識別用 id的末五碼 == Order.serialNumber */
|
|
379
380
|
displayId: string;
|
|
380
381
|
isOnSitePayment: boolean;
|
|
382
|
+
/** 取餐號碼 */
|
|
383
|
+
posSerialNumber?: string;
|
|
381
384
|
}
|
|
382
385
|
/*******************************/
|
|
383
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": {
|