@daocloud-proto/zestu 0.9.0-dev-a775e645 → 0.9.0-dev-4d12aaaf

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/zestu",
3
- "version":"v0.9.0-dev-a775e645",
3
+ "version":"v0.9.0-dev-4d12aaaf",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -212,6 +212,7 @@ export type ChargeInfo = {
212
212
  enableRenew?: boolean
213
213
  renewMode?: ZestuIoApiTypesTypes.BillingType
214
214
  renewDuration?: number
215
+ subscriptionEndTimestamp?: string
215
216
  }
216
217
 
217
218
  export type InstanceSpec = {
@@ -62,6 +62,7 @@ export type Resource = {
62
62
  detail?: ResourceDetail
63
63
  gpu?: ResourceGPU
64
64
  prices?: ResourcePrice
65
+ meteringAmountsDiscounts?: MeteringAmountsDiscount[]
65
66
  }
66
67
 
67
68
  export type ResourceDetail = {
@@ -93,6 +94,11 @@ export type ResourcePrice = {
93
94
  currency?: ZestuIoApiTypesTypes.Currency
94
95
  }
95
96
 
97
+ export type MeteringAmountsDiscount = {
98
+ meteringAmounts?: number
99
+ discountPercentage?: number
100
+ }
101
+
96
102
  export type ListResourceModelRequest = {
97
103
  regionId?: string
98
104
  billingType?: ZestuIoApiTypesTypes.BillingType