@daocloud-proto/zestu 0.14.0-dev-fa62f909 → 0.14.0-dev-74184e94

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.14.0-dev-fa62f909",
3
+ "version":"v0.14.0-dev-74184e94",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -63,6 +63,8 @@ export type Resource = {
63
63
  gpu?: ResourceGPU
64
64
  prices?: ResourcePrice
65
65
  meteringAmountsDiscounts?: MeteringAmountsDiscount[]
66
+ canTransferPayAsYouGo?: boolean
67
+ transferSkuId?: string
66
68
  }
67
69
 
68
70
  export type ResourceDetail = {