@daocloud-proto/leopard 0.1.0-dev18 → 0.1.0-dev19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/leopard",
3
- "version":"0.1.0-dev18",
3
+ "version":"0.1.0-dev19",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -73,9 +73,7 @@ export type OrderInfo = {
73
73
  orderId?: string
74
74
  createdAtTimestamp?: string
75
75
  orderType?: OrderType
76
- billingType?: BillingType
77
76
  orderStatus?: OrderStatus
78
- region?: string
79
77
  orderPrice?: string
80
78
  amountDue?: string
81
79
  }