Upstream sync
This commit is contained in:
@@ -16,6 +16,7 @@ type ProviderResp struct {
|
||||
Keys []ProviderKey `json:"keys,omitempty"`
|
||||
Address ProviderAddress `json:"address,omitempty"`
|
||||
Distance float64 `json:"distance,omitempty"`
|
||||
Organization Organization `json:"organization,omitempty"`
|
||||
}
|
||||
|
||||
type ProviderKey struct {
|
||||
|
||||
@@ -24,6 +24,8 @@ type User struct {
|
||||
Profiles []Profile `json:"profiles,omitempty"`
|
||||
Types []OrganizationType `json:"types,omitempty"`
|
||||
Organizations []Organization `json:"organizations,omitempty"`
|
||||
Provider *ProviderResp `json:"provider,omitempty"`
|
||||
Consent bool `json:"consent,omitempty"`
|
||||
}
|
||||
|
||||
type Contact struct {
|
||||
|
||||
Reference in New Issue
Block a user