@daocloud-proto/leopard 0.1.0-dev37 → 0.1.0-dev38

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-dev37",
3
+ "version":"0.1.0-dev38",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -75,6 +75,7 @@ export type SpecField = {
75
75
  key?: string
76
76
  value?: string
77
77
  keyName?: string
78
+ valueName?: string
78
79
  }
79
80
 
80
81
  export type ListRegionsRequest = {
@@ -20,6 +20,7 @@ export type BatchCreateVouchersRequest = {
20
20
  }
21
21
 
22
22
  export type BatchCreateVouchersResponse = {
23
+ voucherIds?: string[]
23
24
  }
24
25
 
25
26
  export type ListActiveVouchersByCurrentUserRequest = {