@medplum/fhirtypes 3.2.33 → 4.0.0
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.
- package/dist/AsyncJob.d.ts +5 -0
- package/dist/Project.d.ts +1 -1
- package/package.json +1 -1
package/dist/AsyncJob.d.ts
CHANGED
package/dist/Project.d.ts
CHANGED
|
@@ -137,7 +137,7 @@ export interface Project {
|
|
|
137
137
|
* A list of optional features that are enabled for the project.
|
|
138
138
|
*/
|
|
139
139
|
features?: ('aws-comprehend' | 'aws-textract' | 'bots' | 'cron' | 'email' | 'google-auth-required' |
|
|
140
|
-
'graphql-introspection' | '
|
|
140
|
+
'graphql-introspection' | 'websocket-subscriptions' | 'transaction-bundles')[];
|
|
141
141
|
|
|
142
142
|
/**
|
|
143
143
|
* The default access policy for patients using open registration.
|