@medplum/definitions 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.
|
@@ -59508,9 +59508,7 @@
|
|
|
59508
59508
|
"email",
|
|
59509
59509
|
"google-auth-required",
|
|
59510
59510
|
"graphql-introspection",
|
|
59511
|
-
"terminology",
|
|
59512
59511
|
"websocket-subscriptions",
|
|
59513
|
-
"reference-lookups",
|
|
59514
59512
|
"transaction-bundles"
|
|
59515
59513
|
]
|
|
59516
59514
|
},
|
|
@@ -61107,6 +61105,10 @@
|
|
|
61107
61105
|
"dataVersion": {
|
|
61108
61106
|
"description": "The data version of the migration this job represents.",
|
|
61109
61107
|
"$ref": "#/definitions/integer"
|
|
61108
|
+
},
|
|
61109
|
+
"minServerVersion": {
|
|
61110
|
+
"description": "The minimum Medplum server version required to run this job.",
|
|
61111
|
+
"$ref": "#/definitions/string"
|
|
61110
61112
|
}
|
|
61111
61113
|
},
|
|
61112
61114
|
"additionalProperties": false,
|
|
@@ -5218,7 +5218,15 @@
|
|
|
5218
5218
|
"path" : "AsyncJob",
|
|
5219
5219
|
"min" : 0,
|
|
5220
5220
|
"max" : "*"
|
|
5221
|
-
}
|
|
5221
|
+
},
|
|
5222
|
+
"constraint": [
|
|
5223
|
+
{
|
|
5224
|
+
"key" : "ajb-1",
|
|
5225
|
+
"severity" : "error",
|
|
5226
|
+
"human" : "Async jobs of type 'data-migration' require a 'dataVersion' and 'minServerVersion'.",
|
|
5227
|
+
"expression" : "type.exists() and type = 'data-migration' implies dataVersion.exists() and minServerVersion.exists()"
|
|
5228
|
+
}
|
|
5229
|
+
]
|
|
5222
5230
|
},
|
|
5223
5231
|
{
|
|
5224
5232
|
"id" : "AsyncJob.id",
|
|
@@ -5459,6 +5467,21 @@
|
|
|
5459
5467
|
"type" : [{
|
|
5460
5468
|
"code" : "integer"
|
|
5461
5469
|
}]
|
|
5470
|
+
},
|
|
5471
|
+
{
|
|
5472
|
+
"id" : "AsyncJob.minServerVersion",
|
|
5473
|
+
"path" : "AsyncJob.minServerVersion",
|
|
5474
|
+
"definition" : "The minimum Medplum server version required to run this job.",
|
|
5475
|
+
"min" : 0,
|
|
5476
|
+
"max" : "1",
|
|
5477
|
+
"base" : {
|
|
5478
|
+
"path" : "AsyncJob.minServerVersion",
|
|
5479
|
+
"min" : 0,
|
|
5480
|
+
"max" : "1"
|
|
5481
|
+
},
|
|
5482
|
+
"type" : [{
|
|
5483
|
+
"code" : "string"
|
|
5484
|
+
}]
|
|
5462
5485
|
}
|
|
5463
5486
|
]
|
|
5464
5487
|
}
|
|
@@ -164,21 +164,11 @@
|
|
|
164
164
|
"display": "GraphQL Introspection",
|
|
165
165
|
"definition": "GraphQL Introspection"
|
|
166
166
|
},
|
|
167
|
-
{
|
|
168
|
-
"code": "terminology",
|
|
169
|
-
"display": "Terminology Service",
|
|
170
|
-
"definition": "Updated implementation of Terminology Service functionality"
|
|
171
|
-
},
|
|
172
167
|
{
|
|
173
168
|
"code": "websocket-subscriptions",
|
|
174
169
|
"display": "WebSocket Subscriptions",
|
|
175
170
|
"definition": "WebSocket Subscriptions"
|
|
176
171
|
},
|
|
177
|
-
{
|
|
178
|
-
"code": "reference-lookups",
|
|
179
|
-
"display": "Reference Lookup Table",
|
|
180
|
-
"definition": "Use Reference lookup table for chained search"
|
|
181
|
-
},
|
|
182
172
|
{
|
|
183
173
|
"code": "transaction-bundles",
|
|
184
174
|
"display": "Transaction Bundles",
|