Skip to content

Commit 42ccafc

Browse files
fix: Send ecosystem information with WalletConfiguration (#1994) * fix: Send ecosystem information back over the wire * fix: Put EcosystemId in WalletConfiguration (#1379)
Co-authored-by: fundthmcalculus <fundthmcalculus@users.noreply.github.com> Co-authored-by: mewmba <mewmba@users.noreply.github.com>
1 parent 290e049 commit 42ccafc

File tree

57 files changed

+19733
-23269
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+19733
-23269
lines changed

dart/lib/src/proto/services/provider/v1/provider.pb.dart

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dart/lib/src/proto/services/provider/v1/provider.pbjson.dart

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_static/proto.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1776,6 +1776,12 @@
17761776
"file": "services/provider/v1/provider.proto",
17771777
"parent": "services.provider.v1.WalletConfiguration"
17781778
},
1779+
"services.provider.v1.WalletConfiguration.ecosystem_id": {
1780+
"type": "field",
1781+
"collection": "fields",
1782+
"file": "services/provider/v1/provider.proto",
1783+
"parent": "services.provider.v1.WalletConfiguration"
1784+
},
17791785
"services.provider.v1.WalletConfiguration.email": {
17801786
"type": "field",
17811787
"collection": "fields",
@@ -4546,6 +4552,7 @@
45464552
"services.provider.v1.WalletConfiguration.config_type",
45474553
"services.provider.v1.WalletConfiguration.auth_tokens",
45484554
"services.provider.v1.WalletConfiguration.external_identities",
4555+
"services.provider.v1.WalletConfiguration.ecosystem_id",
45494556
"services.provider.v1.IonOptions.network",
45504557
"services.provider.v1.IndyOptions.network",
45514558
"services.provider.v1.UpgradeDidRequest.email",
@@ -6509,7 +6516,8 @@
65096516
"services.provider.v1.WalletConfiguration.public_did",
65106517
"services.provider.v1.WalletConfiguration.config_type",
65116518
"services.provider.v1.WalletConfiguration.auth_tokens",
6512-
"services.provider.v1.WalletConfiguration.external_identities"
6519+
"services.provider.v1.WalletConfiguration.external_identities",
6520+
"services.provider.v1.WalletConfiguration.ecosystem_id"
65136521
],
65146522
"messages": [],
65156523
"enums": []
@@ -8908,6 +8916,14 @@
89088916
"full_type": "string",
89098917
"description": ""
89108918
},
8919+
"services.provider.v1.WalletConfiguration.ecosystem_id": {
8920+
"name": "ecosystem_id",
8921+
"full_name": "services.provider.v1.WalletConfiguration.ecosystem_id",
8922+
"label": "LABEL_OPTIONAL",
8923+
"type": "string",
8924+
"full_type": "string",
8925+
"description": "Ecosystem in which this wallet is contained."
8926+
},
89118927
"services.provider.v1.WalletConfiguration.email": {
89128928
"name": "email",
89138929
"full_name": "services.provider.v1.WalletConfiguration.email",

docs/reference/proto/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2166,6 +2166,7 @@ Strongly typed information about wallet configurations
21662166
| config_type | [string](/reference/proto#string) | |
21672167
| auth_tokens | [services.account.v1.WalletAuthToken](/reference/proto#services-account-v1-WalletAuthToken)[] | List of active authentication tokens for this wallet. This list does not contain the issued token, only metadata such as ID, description, and creation date. |
21682168
| external_identities | [string](/reference/proto#string)[] | List of external identities associated with this wallet. |
2169+
| ecosystem_id | [string](/reference/proto#string) | Ecosystem in which this wallet is contained. |
21692170

21702171

21712172

0 commit comments

Comments
 (0)