@trusted-solutions/sdit.models 0.28.0-alpha.8 → 0.28.0-alpha.9

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.
@@ -152,6 +152,7 @@ export interface SOGetStoreMenuResponse {
152
152
  export interface SOValidateMutationRequest {
153
153
  storeId: string;
154
154
  traceId: string;
155
+ serveType: ServeType;
155
156
  /**
156
157
  * 預計取餐時間 timestamp ms
157
158
  * 不給值 = 盡快
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trusted-solutions/sdit.models",
3
- "version": "0.28.0-alpha.8",
3
+ "version": "0.28.0-alpha.9",
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": {