@daocloud-proto/ghippo 0.39.0-dev2 → 0.39.0-dev4

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.39.0-dev2",
3
+ "version":"0.39.0-dev4",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -44,7 +44,7 @@ export type GetSubAccountResponse = {
44
44
 
45
45
  export type CreateSubAccountRequest = {
46
46
  name?: string
47
- firstName?: string
47
+ firstname?: string
48
48
  password?: string
49
49
  description?: string
50
50
  email?: string