@trusted-solutions/sdit.models 0.42.0 → 0.43.0

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.
@@ -173,6 +173,10 @@ export interface SOGetStoreInfoResponse {
173
173
  * 點數名稱
174
174
  */
175
175
  storePointsName?: string;
176
+ /**
177
+ * 品牌
178
+ */
179
+ brandNo: string;
176
180
  }
177
181
  /*******************************/
178
182
  /*******************************/
package/models/store.d.ts CHANGED
@@ -200,6 +200,8 @@ export interface Store {
200
200
  onlineStorePointsEnabled?: boolean;
201
201
  /** 點數名稱 */
202
202
  onlineStorePointsName?: string;
203
+ /** 品牌 */
204
+ brandNo?: string;
203
205
  }
204
206
  export interface SimpleStore {
205
207
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trusted-solutions/sdit.models",
3
- "version": "0.42.0",
3
+ "version": "0.43.0",
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": {