@trusted-solutions/sdit.models 0.53.0 → 0.55.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.
package/models/order.d.ts CHANGED
@@ -186,6 +186,10 @@ export interface Order extends BaseOrder {
186
186
  * 訂單使用的點數
187
187
  */
188
188
  points?: CustomerPointDetail[];
189
+ /**
190
+ * Posky CRM memberNo
191
+ */
192
+ memberNo?: string;
189
193
  }
190
194
  export interface OrderItem {
191
195
  id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trusted-solutions/sdit.models",
3
- "version": "0.53.0",
3
+ "version": "0.55.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": {