File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed
Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 1- # sequence-builder v0.1.0 38041c947ec4711d096dd814c06c4096f639271b
1+ # sequence-builder v0.1.0 721dce5b796b7fd058a4e6dffb6bb7142bdd2042
22# --
33# Code generated by webrpc-gen@v0.31.0 with openapi generator; DO NOT EDIT
44#
@@ -2882,6 +2882,7 @@ components:
28822882 - crispWebsiteId
28832883 - themes
28842884 - emailSettings
2885+ - walletSettings
28852886 properties :
28862887 title :
28872888 type : string
@@ -2910,13 +2911,37 @@ components:
29102911 $ref : ' #/components/schemas/ThemeSettings'
29112912 emailSettings :
29122913 $ref : ' #/components/schemas/EcosystemEmailSettings'
2914+ walletSettings :
2915+ $ref : ' #/components/schemas/EcosystemWalletSettings'
29132916 EcosystemEmailSettings :
29142917 type : object
29152918 required :
29162919 - bannerUrl
29172920 properties :
29182921 bannerUrl :
29192922 type : string
2923+ EcosystemWalletSettings :
2924+ type : object
2925+ required :
2926+ - isEOAWalletEnabled
2927+ - allowMultipleAccount
2928+ - socialOptions
2929+ - walletOptions
2930+ properties :
2931+ isEOAWalletEnabled :
2932+ type : boolean
2933+ allowMultipleAccount :
2934+ type : boolean
2935+ socialOptions :
2936+ type : array
2937+ description : ' []string'
2938+ items :
2939+ type : string
2940+ walletOptions :
2941+ type : array
2942+ description : ' []string'
2943+ items :
2944+ type : string
29202945 ThemeSettings :
29212946 type : object
29222947 required :
You can’t perform that action at this time.
0 commit comments