@trusted-solutions/sdit.models 0.51.0-alpha.1 → 0.51.0-alpha.2

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.
@@ -358,8 +358,10 @@ export interface SOCancelOrderResponse {
358
358
  /*******************************/
359
359
  export interface SOGetOrderRequest {
360
360
  storeId: string;
361
- /** online order id */
362
- id: string;
361
+ /** online order id 二選一*/
362
+ id?: string;
363
+ /** pos order id 二選一*/
364
+ orderId?: string;
363
365
  }
364
366
  export interface SOGetOrderResponse {
365
367
  storeId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trusted-solutions/sdit.models",
3
- "version": "0.51.0-alpha.1",
3
+ "version": "0.51.0-alpha.2",
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": {