@trusted-solutions/sdit.models 0.63.0-alpha.0 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trusted-solutions/sdit.models",
3
- "version": "0.63.0-alpha.0",
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": {