@daocloud-proto/leopard 0.1.0-dev21 → 0.1.0-dev22

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-dev21",
3
+ "version":"0.1.0-dev22",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -34,10 +34,10 @@ export type FilterStringArr = {
34
34
  export type ListProductSKUsRequest = {
35
35
  product?: string
36
36
  regionId?: string
37
- filterByAnd?: boolean
38
37
  filter?: {[key: string]: FilterStringArr}
39
38
  page?: number
40
39
  pageSize?: number
40
+ filterByAnd?: boolean
41
41
  }
42
42
 
43
43
  export type SkuItem = {