File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ type EngineFeature =
1212 | "CONTRACT_SUBSCRIPTIONS"
1313 | "IP_ALLOWLIST"
1414 | "HETEROGENEOUS_WALLET_TYPES"
15- | "SMART_BACKEND_WALLETS" ;
15+ | "SMART_BACKEND_WALLETS"
16+ | "WEBHOOK_CONFIG" ;
1617
1718const ReplySchemaOk = Type . Object ( {
1819 status : Type . String ( ) ,
@@ -25,6 +26,7 @@ const ReplySchemaOk = Type.Object({
2526 Type . Literal ( "IP_ALLOWLIST" ) ,
2627 Type . Literal ( "HETEROGENEOUS_WALLET_TYPES" ) ,
2728 Type . Literal ( "SMART_BACKEND_WALLETS" ) ,
29+ Type . Literal ( "WEBHOOK_CONFIG" )
2830 ] ) ,
2931 ) ,
3032 clientId : Type . String ( ) ,
@@ -89,6 +91,7 @@ const getFeatures = (): EngineFeature[] => {
8991 "HETEROGENEOUS_WALLET_TYPES" ,
9092 "CONTRACT_SUBSCRIPTIONS" ,
9193 "SMART_BACKEND_WALLETS" ,
94+ "WEBHOOK_CONFIG" ,
9295 ] ;
9396
9497 if ( env . ENABLE_KEYPAIR_AUTH ) features . push ( "KEYPAIR_AUTH" ) ;
You can’t perform that action at this time.
0 commit comments