File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ def __init__(
117
117
self .credential_definition = CredentialDefinitionApi (self .api_client )
118
118
self .credentials = CredentialsApi (self .api_client )
119
119
self .default = DefaultApi (self .api_client )
120
+ self .did = DidApi (self .api_client )
120
121
self .did_exchange = DidExchangeApi (self .api_client )
121
122
self .did_rotate = DidRotateApi (self .api_client )
122
123
self .discover_features = DiscoverFeaturesApi (self .api_client )
@@ -138,6 +139,7 @@ def __init__(
138
139
self .server = ServerApi (self .api_client )
139
140
self .settings = SettingsApi (self .api_client )
140
141
self .trustping = TrustpingApi (self .api_client )
142
+ self .vc = VcApi (self .api_client )
141
143
self .wallet = WalletApi (self .api_client )
142
144
143
145
async def __aenter__ (self ):
You can’t perform that action at this time.
0 commit comments