@medplum/definitions 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.
@@ -60782,7 +60782,7 @@
60782
60782
  },
60783
60783
  "status": {
60784
60784
  "description": "The status of the request.",
60785
- "enum": ["accepted", "active", "completed", "error"]
60785
+ "enum": ["accepted", "active", "completed", "error", "cancelled"]
60786
60786
  },
60787
60787
  "requestTime": {
60788
60788
  "description": "Indicates the server\u0027s time when the query is requested.",
@@ -61059,7 +61059,7 @@
61059
61059
  },
61060
61060
  "status": {
61061
61061
  "description": "The status of the request.",
61062
- "enum": ["accepted", "active", "completed", "error"]
61062
+ "enum": ["accepted", "active", "completed", "error", "cancelled"]
61063
61063
  },
61064
61064
  "requestTime": {
61065
61065
  "description": "Indicates the server\u0027s time when the query is requested.",
@@ -5250,7 +5250,7 @@
5250
5250
  {
5251
5251
  "id" : "AsyncJob.status",
5252
5252
  "path" : "AsyncJob.status",
5253
- "short" : "accepted | error | completed",
5253
+ "short" : "accepted | error | completed | cancelled",
5254
5254
  "definition" : "The status of the request.",
5255
5255
  "min" : 1,
5256
5256
  "max" : "1",
@@ -496,6 +496,11 @@
496
496
  "code": "error",
497
497
  "display": "Error",
498
498
  "definition": "Error"
499
+ },
500
+ {
501
+ "code": "cancelled",
502
+ "display": "Cancelled",
503
+ "definition": "Cancelled"
499
504
  }
500
505
  ]
501
506
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "3.2.22",
3
+ "version": "3.2.23",
4
4
  "description": "Medplum Data Definitions",
5
5
  "keywords": [
6
6
  "medplum",