@trusted-solutions/sdit.models 0.49.0-alpha.5 → 0.49.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.
@@ -199,6 +199,7 @@ export interface SOGetStoreMenuRequest {
199
199
  * undefined: 現在
200
200
  */
201
201
  when?: number;
202
+ serveType?: ServeType;
202
203
  }
203
204
  export interface SOGetStoreMenuResponse {
204
205
  discountRules: SOPublicDiscountRule[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trusted-solutions/sdit.models",
3
- "version": "0.49.0-alpha.5",
3
+ "version": "0.49.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": {