@daocloud-proto/leopard 0.1.0-rc2 → 0.1.0-rc3

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-rc2",
3
+ "version":"0.1.0-rc3",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -58,7 +58,6 @@ export type ListOrdersRequest = {
58
58
  end?: string
59
59
  page?: number
60
60
  pageSize?: number
61
- resourceName?: string
62
61
  }
63
62
 
64
63
  export type Orders = {