@daocloud-proto/leopard 0.1.0-dev25 → 0.1.0-dev26

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-dev25",
3
+ "version":"0.1.0-dev26",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -52,7 +52,7 @@ export type bill = {
52
52
  productName?: string
53
53
  resources?: Resource[]
54
54
  billingType?: BillingType
55
- unitPrice?: number
55
+ unitPrice?: string
56
56
  unit?: UnitType
57
57
  orderId?: string
58
58
  orderPrice?: string
@@ -177,7 +177,7 @@ export type GetResourceOrderInfoByResourceIDResponse = {
177
177
  productName?: string
178
178
  billingType?: BillingType
179
179
  meteringUnit?: UnitType
180
- unitPrice?: number
180
+ unitPrice?: string
181
181
  quantity?: number
182
182
  }
183
183
 
@@ -46,7 +46,7 @@ export type SkuItem = {
46
46
  billingType?: BillingType
47
47
  meteringUnit?: UnitType
48
48
  quantityUnit?: QuantityUnit
49
- price?: number
49
+ price?: string
50
50
  region?: string
51
51
  specId?: number
52
52
  specName?: string
@@ -88,7 +88,7 @@ export type GetSKUResponse = {
88
88
  billingType?: BillingType
89
89
  meteringUnit?: UnitType
90
90
  quantityUnit?: QuantityUnit
91
- price?: number
91
+ price?: string
92
92
  region?: string
93
93
  specId?: number
94
94
  specName?: string