@trusted-solutions/sdit.models 0.40.0-alpha.5 → 0.40.0-alpha.6

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.
@@ -158,11 +158,10 @@ export interface SOGetStoreInfoResponse {
158
158
  */
159
159
  availableGuest?: boolean;
160
160
  /**
161
- * 可以使用的使用者群組
161
+ * Cognito user pool web client id
162
162
  * @Default undefined
163
- * undefined: 全部
164
163
  */
165
- availableStoreUserGroup?: string;
164
+ userPoolWebClientId?: string;
166
165
  /**
167
166
  * 是否啟用集點
168
167
  * @Default undefined
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trusted-solutions/sdit.models",
3
- "version": "0.40.0-alpha.5",
3
+ "version": "0.40.0-alpha.6",
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": {