@medplum/fhirtypes 5.1.14 → 5.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -163,7 +163,7 @@ export interface ProjectMembership {
|
|
|
163
163
|
externalId?: string;
|
|
164
164
|
|
|
165
165
|
/**
|
|
166
|
-
* The access policy for the user within the project
|
|
166
|
+
* The access policy for the user within the project membership.
|
|
167
167
|
*/
|
|
168
168
|
accessPolicy?: Reference<AccessPolicy>;
|
|
169
169
|
|
|
@@ -173,7 +173,7 @@ export interface ProjectMembership {
|
|
|
173
173
|
access?: ProjectMembershipAccess[];
|
|
174
174
|
|
|
175
175
|
/**
|
|
176
|
-
* The user configuration for the user within the project
|
|
176
|
+
* The user configuration for the user within the project membership
|
|
177
177
|
* such as menu links, saved searches, and features.
|
|
178
178
|
*/
|
|
179
179
|
userConfiguration?: Reference<UserConfiguration>;
|