@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 +1 -1
- package/v1alpha1/product.pb.ts +0 -6
package/package.json
CHANGED
package/v1alpha1/product.pb.ts
CHANGED
|
@@ -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 = {
|