@medplum/fhirtypes 3.1.10 → 3.1.12

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/Project.d.ts CHANGED
@@ -135,7 +135,8 @@ export interface Project {
135
135
  /**
136
136
  * A list of optional features that are enabled for the project.
137
137
  */
138
- features?: ('bots' | 'cron' | 'email' | 'google-auth-required' | 'graphql-introspection' | 'terminology' | 'websocket-subscriptions')[];
138
+ features?: ('aws-comprehend' | 'aws-textract' | 'bots' | 'cron' | 'email' | 'google-auth-required' |
139
+ 'graphql-introspection' | 'terminology' | 'websocket-subscriptions')[];
139
140
 
140
141
  /**
141
142
  * The default access policy for patients using open registration.
@@ -294,7 +294,7 @@ export interface ViewDefinitionConstant {
294
294
  *
295
295
  * Support for additional types may be added in the future.
296
296
  */
297
- valueInteger64?: integer64;
297
+ valueInteger64?: string;
298
298
 
299
299
  /**
300
300
  * The value that will be substituted in place of the constant reference.
@@ -403,7 +403,7 @@ export interface ViewDefinitionConstant {
403
403
  *
404
404
  * Support for additional types may be added in the future.
405
405
  */
406
- export type ViewDefinitionConstantValue = boolean | integer64 | number | string;
406
+ export type ViewDefinitionConstantValue = boolean | number | string;
407
407
 
408
408
  /**
409
409
  * The select structure defines the columns to be used in the resulting
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/fhirtypes",
3
- "version": "3.1.10",
3
+ "version": "3.1.12",
4
4
  "description": "Medplum FHIR Type Definitions",
5
5
  "keywords": [
6
6
  "medplum",