@daocloud-proto/ghippo 0.26.0-dev8 → 0.26.0-dev9

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.26.0-dev8",
3
+ "version":"0.26.0-dev9",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -17,6 +17,7 @@ export type GetLoginPageInfoResponse = {
17
17
  favicon?: string
18
18
  background?: string
19
19
  customBg?: boolean
20
+ isVideo?: boolean
20
21
  }
21
22
 
22
23
  export type GetLoginPageVersionRequest = {
@@ -33,6 +34,7 @@ export type UpdateLoginPageInfoRequest = {
33
34
  icon?: string
34
35
  favicon?: string
35
36
  background?: string
37
+ isVideo?: boolean
36
38
  }
37
39
 
38
40
  export type UpdateLoginPageInfoResponse = {