@daocloud-proto/zestu 0.4.0-dev-3cb4be0f → 0.4.0-dev-2ac0fca2

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/zestu",
3
- "version":"v0.4.0-dev-3cb4be0f",
3
+ "version":"v0.4.0-dev-2ac0fca2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -61,6 +61,7 @@ export type ListDirectoriesAndFilesResponse = {
61
61
 
62
62
  export type GetStorageDetailsRequest = {
63
63
  regionId?: string
64
+ excludeCurrentUsage?: boolean
64
65
  }
65
66
 
66
67
  export type GetStorageDetailsResponse = {