@daocloud-proto/leopard 0.15.0-dev1 → 0.15.0-dev2

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.15.0-dev1",
3
+ "version":"0.15.0-dev2",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -121,7 +121,7 @@ export type bill = {
121
121
  type?: BillType
122
122
  userId?: string
123
123
  discountPrice?: string
124
- discountRuleId?: string
124
+ discountRuleName?: string
125
125
  discountRate?: string
126
126
  }
127
127