@daocloud-proto/leopard 0.12.0-dev1 → 0.12.0-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.12.0-dev1",
3
+ "version":"0.12.0-dev2",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -232,7 +232,7 @@ export type CreateRenewOrderRequest = {
232
232
  userId?: string
233
233
  productName?: string
234
234
  resourceId?: string
235
- skuId?: string
235
+ renewToPayasyougo?: boolean
236
236
  renewMeteringAmount?: number
237
237
  }
238
238