@daocloud-proto/ghippo 0.7.7 → 0.7.8

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.7.7",
3
+ "version":"0.7.8",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -9,7 +9,7 @@ export type ListDevelopersRequest = {
9
9
  }
10
10
 
11
11
  export type ListDevelopersResponse = {
12
- data?: Developer[]
12
+ items?: Developer[]
13
13
  }
14
14
 
15
15
  export type Developer = {
@@ -42,7 +42,7 @@ export type ListGProductVersionsRequest = {
42
42
  }
43
43
 
44
44
  export type ListGProductVersionsResponse = {
45
- data?: GProductVersion[]
45
+ items?: GProductVersion[]
46
46
  }
47
47
 
48
48
  export type GProductVersion = {