@medplum/definitions 4.3.3 → 4.3.5

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.
@@ -60440,10 +60440,22 @@
60440
60440
  "qi": {
60441
60441
  "description": "The first CRT coefficient.",
60442
60442
  "$ref": "#/definitions/string"
60443
+ },
60444
+ "x": {
60445
+ "description": "The x coordinate of the elliptic curve point (base64url encoded).",
60446
+ "$ref": "#/definitions/string"
60447
+ },
60448
+ "y": {
60449
+ "description": "The y coordinate of the elliptic curve point (base64url encoded).",
60450
+ "$ref": "#/definitions/string"
60451
+ },
60452
+ "crv": {
60453
+ "description": "The cryptographic curve identifier (e.g., \u0027P-256\u0027, \u0027P-384\u0027, \u0027P-521\u0027).",
60454
+ "$ref": "#/definitions/string"
60443
60455
  }
60444
60456
  },
60445
60457
  "additionalProperties": false,
60446
- "required": ["resourceType"]
60458
+ "required": ["resourceType", "alg", "kty"]
60447
60459
  },
60448
60460
  "Bot": {
60449
60461
  "description": "Bot account for automated actions.",
@@ -60510,7 +60522,7 @@
60510
60522
  },
60511
60523
  "runtimeVersion": {
60512
60524
  "description": "The identifier of the bot runtime environment (i.e., vmcontext, awslambda, etc).",
60513
- "enum": ["awslambda", "vmcontext"]
60525
+ "enum": ["awslambda", "vmcontext", "fission"]
60514
60526
  },
60515
60527
  "timeout": {
60516
60528
  "description": "The maximum allowed execution time of the bot in seconds.",
@@ -3337,7 +3337,7 @@
3337
3337
  "id": "JsonWebKey.alg",
3338
3338
  "path": "JsonWebKey.alg",
3339
3339
  "definition": "The specific cryptographic algorithm used with the key.",
3340
- "min": 0,
3340
+ "min": 1,
3341
3341
  "max": "1",
3342
3342
  "type": [
3343
3343
  {
@@ -3346,7 +3346,7 @@
3346
3346
  ],
3347
3347
  "base": {
3348
3348
  "path": "JsonWebKey.alg",
3349
- "min": 0,
3349
+ "min": 1,
3350
3350
  "max": "1"
3351
3351
  }
3352
3352
  },
@@ -3354,7 +3354,7 @@
3354
3354
  "id": "JsonWebKey.kty",
3355
3355
  "path": "JsonWebKey.kty",
3356
3356
  "definition": "The family of cryptographic algorithms used with the key.",
3357
- "min": 0,
3357
+ "min": 1,
3358
3358
  "max": "1",
3359
3359
  "type": [
3360
3360
  {
@@ -3363,7 +3363,7 @@
3363
3363
  ],
3364
3364
  "base": {
3365
3365
  "path": "JsonWebKey.kty",
3366
- "min": 0,
3366
+ "min": 1,
3367
3367
  "max": "1"
3368
3368
  }
3369
3369
  },
@@ -3587,6 +3587,57 @@
3587
3587
  "min" : 0,
3588
3588
  "max" : "1"
3589
3589
  }
3590
+ },
3591
+ {
3592
+ "id": "JsonWebKey.x",
3593
+ "path": "JsonWebKey.x",
3594
+ "definition": "The x coordinate of the elliptic curve point (base64url encoded).",
3595
+ "min": 0,
3596
+ "max": "1",
3597
+ "type": [
3598
+ {
3599
+ "code": "string"
3600
+ }
3601
+ ],
3602
+ "base": {
3603
+ "path" : "JsonWebKey.x",
3604
+ "min" : 0,
3605
+ "max" : "1"
3606
+ }
3607
+ },
3608
+ {
3609
+ "id": "JsonWebKey.y",
3610
+ "path": "JsonWebKey.y",
3611
+ "definition": "The y coordinate of the elliptic curve point (base64url encoded).",
3612
+ "min": 0,
3613
+ "max": "1",
3614
+ "type": [
3615
+ {
3616
+ "code": "string"
3617
+ }
3618
+ ],
3619
+ "base": {
3620
+ "path" : "JsonWebKey.y",
3621
+ "min" : 0,
3622
+ "max" : "1"
3623
+ }
3624
+ },
3625
+ {
3626
+ "id": "JsonWebKey.crv",
3627
+ "path": "JsonWebKey.crv",
3628
+ "definition": "The cryptographic curve identifier (e.g., 'P-256', 'P-384', 'P-521').",
3629
+ "min": 0,
3630
+ "max": "1",
3631
+ "type": [
3632
+ {
3633
+ "code": "string"
3634
+ }
3635
+ ],
3636
+ "base": {
3637
+ "path" : "JsonWebKey.crv",
3638
+ "min" : 0,
3639
+ "max" : "1"
3640
+ }
3590
3641
  }
3591
3642
  ]
3592
3643
  }
@@ -212,6 +212,11 @@
212
212
  "code": "vmcontext",
213
213
  "display": "VM Context",
214
214
  "definition": "VM Context"
215
+ },
216
+ {
217
+ "code": "fission",
218
+ "display": "Fission",
219
+ "definition": "Fission"
215
220
  }
216
221
  ]
217
222
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "4.3.3",
3
+ "version": "4.3.5",
4
4
  "description": "Medplum Data Definitions",
5
5
  "keywords": [
6
6
  "medplum",