@daocloud-proto/ghippo 0.6.18 → 0.6.19

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/ghippo",
3
- "version":"0.6.18",
3
+ "version":"0.6.19",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -64,7 +64,7 @@ export type UnbindResourceFromWorkspaceResponse = {
64
64
  export type CreateWorkspaceRequest = {
65
65
  name?: string
66
66
  alias?: string
67
- parent_workspace_id?: number
67
+ parent_folder_id?: number
68
68
  }
69
69
 
70
70
  export type CreateWorkspaceResponse = {