@medplum/fhirtypes 3.2.22 → 3.2.23
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 +1 -1
- package/dist/BulkDataExport.d.ts +1 -1
- package/package.json +1 -1
package/dist/AsyncJob.d.ts
CHANGED
|
@@ -93,7 +93,7 @@ export interface AsyncJob {
|
|
|
93
93
|
/**
|
|
94
94
|
* The status of the request.
|
|
95
95
|
*/
|
|
96
|
-
status: 'accepted' | 'active' | 'completed' | 'error';
|
|
96
|
+
status: 'accepted' | 'active' | 'completed' | 'error' | 'cancelled';
|
|
97
97
|
|
|
98
98
|
/**
|
|
99
99
|
* Indicates the server's time when the query is requested.
|
package/dist/BulkDataExport.d.ts
CHANGED
|
@@ -93,7 +93,7 @@ export interface BulkDataExport {
|
|
|
93
93
|
/**
|
|
94
94
|
* The status of the request.
|
|
95
95
|
*/
|
|
96
|
-
status: 'accepted' | 'active' | 'completed' | 'error';
|
|
96
|
+
status: 'accepted' | 'active' | 'completed' | 'error' | 'cancelled';
|
|
97
97
|
|
|
98
98
|
/**
|
|
99
99
|
* Indicates the server's time when the query is requested.
|