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

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