@medplum/fhirtypes 4.3.3 → 4.3.4

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/Bot.d.ts CHANGED
@@ -112,7 +112,7 @@ export interface Bot {
112
112
  * The identifier of the bot runtime environment (i.e., vmcontext,
113
113
  * awslambda, etc).
114
114
  */
115
- runtimeVersion?: 'awslambda' | 'vmcontext';
115
+ runtimeVersion?: 'awslambda' | 'vmcontext' | 'fission';
116
116
 
117
117
  /**
118
118
  * The maximum allowed execution time of the bot in seconds.
@@ -98,12 +98,12 @@ export interface JsonWebKey {
98
98
  /**
99
99
  * The specific cryptographic algorithm used with the key.
100
100
  */
101
- alg?: string;
101
+ alg: string;
102
102
 
103
103
  /**
104
104
  * The family of cryptographic algorithms used with the key.
105
105
  */
106
- kty?: string;
106
+ kty: string;
107
107
 
108
108
  /**
109
109
  * How the key was meant to be used; sig represents the signature.
@@ -171,4 +171,19 @@ export interface JsonWebKey {
171
171
  * The first CRT coefficient.
172
172
  */
173
173
  qi?: string;
174
+
175
+ /**
176
+ * The x coordinate of the elliptic curve point (base64url encoded).
177
+ */
178
+ x?: string;
179
+
180
+ /**
181
+ * The y coordinate of the elliptic curve point (base64url encoded).
182
+ */
183
+ y?: string;
184
+
185
+ /**
186
+ * The cryptographic curve identifier (e.g., 'P-256', 'P-384', 'P-521').
187
+ */
188
+ crv?: string;
174
189
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/fhirtypes",
3
- "version": "4.3.3",
3
+ "version": "4.3.4",
4
4
  "description": "Medplum FHIR Type Definitions",
5
5
  "keywords": [
6
6
  "medplum",