@daocloud-proto/leopard 0.1.0-dev28 → 0.1.0-dev31

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-dev28",
3
+ "version":"0.1.0-dev31",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -51,13 +51,14 @@ export type Pagination = {
51
51
  export type ListOrdersRequest = {
52
52
  orderId?: string
53
53
  resourceId?: string
54
- orderType?: OrderType
54
+ orderType?: string
55
55
  productName?: string
56
- orderStatus?: OrderStatus
56
+ orderStatus?: string
57
57
  start?: string
58
58
  end?: string
59
59
  page?: number
60
60
  pageSize?: number
61
+ resourceName?: string
61
62
  }
62
63
 
63
64
  export type Orders = {