@daocloud-proto/kangaroo 0.5.0-32 → 0.5.0-34

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.
@@ -66,10 +66,17 @@ export type ListProjectRequest = {
66
66
  }
67
67
 
68
68
  export type ListProjectResponse = {
69
- items?: string[]
69
+ items?: ListProjectResponseItem[]
70
70
  pagination?: KangarooIoApiTypesPage.Page
71
71
  }
72
72
 
73
+ export type ListProjectResponseItem = {
74
+ name?: string
75
+ public?: boolean
76
+ total?: string
77
+ createTime?: string
78
+ }
79
+
73
80
  export type Repository = {
74
81
  name?: string
75
82
  public?: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kangaroo",
3
- "version":"0.5.0-32",
3
+ "version":"0.5.0-34",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {