@trusted-solutions/sdit.models 0.62.0-alpha.8 → 0.63.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.
@@ -160,6 +160,10 @@ export interface SOGetStoreInfoResponse {
160
160
  * false: 不開放
161
161
  */
162
162
  availableGuest?: boolean;
163
+ /**
164
+ * LINE LIFF ID
165
+ */
166
+ liffId?: string;
163
167
  /**
164
168
  * @deprecated Cognito專用,PoskyIdentity請改用 `userPoolWebClientIdV2`
165
169
  *
package/models/store.d.ts CHANGED
@@ -215,6 +215,8 @@ export interface Store {
215
215
  onlineStoreDeliveryFreeThresholdAmount?: number;
216
216
  /** 最大外送距離(km) */
217
217
  onlineStoreDeliveryDistanceLimit?: number;
218
+ /** LINE LIFF ID */
219
+ onlineLiffId?: string;
218
220
  /** Cognito user pool 登入的 OIDC provider */
219
221
  onlineAvailableFederatedProvider?: string;
220
222
  /** 是否開放訪客點餐 */
@@ -1 +1 @@
1
- {"version":3,"file":"store.js","sourceRoot":"","sources":["../../../projects/sdit-model-lib/src/models/store.ts"],"names":[],"mappings":";;;AAEA,oCAAmH;AAkSnH,IAAY,aAGX;AAHD,WAAY,aAAa;IACvB,gCAAe,CAAA;IACf,kDAAiC,CAAA;AACnC,CAAC,EAHW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAGxB"}
1
+ {"version":3,"file":"store.js","sourceRoot":"","sources":["../../../projects/sdit-model-lib/src/models/store.ts"],"names":[],"mappings":";;;AAEA,oCAAmH;AAoSnH,IAAY,aAGX;AAHD,WAAY,aAAa;IACvB,gCAAe,CAAA;IACf,kDAAiC,CAAA;AACnC,CAAC,EAHW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAGxB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trusted-solutions/sdit.models",
3
- "version": "0.62.0-alpha.8",
3
+ "version": "0.63.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": {