@daocloud-proto/ghippo 0.42.0-rc4 → 0.42.0-rc6

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.42.0-rc4",
3
+ "version":"0.42.0-rc6",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -26,6 +26,7 @@ export type SendTemplateSmsRequest = {
26
26
  templateCode?: string
27
27
  templateVars?: {[key: string]: string}
28
28
  username?: string
29
+ domain?: string
29
30
  }
30
31
 
31
32
  export type SendTemplateSmsResponse = {