@daocloud-proto/leopard 0.7.1-dev1 → 0.7.1-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.7.1-dev1",
3
+ "version":"0.7.1-dev2",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -116,6 +116,7 @@ export type GetSKUResponse = {
116
116
  specName?: string
117
117
  specFields?: SpecField[]
118
118
  inventory?: number
119
+ meteringAmountsDiscounts?: {[key: number]: number}
119
120
  }
120
121
 
121
122
  export type GetSKUPriceRequest = {