@daocloud-proto/leopard 0.1.0-rc15 → 0.1.0-rc17

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-rc15",
3
+ "version":"0.1.0-rc17",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -58,6 +58,7 @@ export type bill = {
58
58
  orderPrice?: string
59
59
  couponPayment?: string
60
60
  amountDue?: string
61
+ billingItem?: string
61
62
  }
62
63
 
63
64
  export type BillingCycle = {