@daocloud-proto/leopard 0.7.2 → 0.7.3-rc1

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.7.2",
3
+ "version":"0.7.3-rc1",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -116,12 +116,6 @@ export type GetSKUResponse = {
116
116
  specName?: string
117
117
  specFields?: SpecField[]
118
118
  inventory?: number
119
- meteringAmountsDiscounts?: MeteringAmountsDiscount[]
120
- }
121
-
122
- export type MeteringAmountsDiscount = {
123
- meteringAmounts?: number
124
- discountPercentage?: number
125
119
  }
126
120
 
127
121
  export type GetSKUPriceRequest = {