@medplum/definitions 5.1.31 → 5.1.32

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.
@@ -61458,6 +61458,7 @@
61458
61458
  "ai-realtime",
61459
61459
  "aws-comprehend",
61460
61460
  "aws-textract",
61461
+ "billing",
61461
61462
  "bots",
61462
61463
  "cron",
61463
61464
  "email",
@@ -179,6 +179,11 @@
179
179
  "display": "AWS Textract",
180
180
  "definition": "AWS Textract"
181
181
  },
182
+ {
183
+ "code": "billing",
184
+ "display": "Billing",
185
+ "definition": "Billing"
186
+ },
182
187
  {
183
188
  "code": "bots",
184
189
  "display": "Bots",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "5.1.31",
3
+ "version": "5.1.32",
4
4
  "description": "Medplum Data Definitions",
5
5
  "keywords": [
6
6
  "medplum",
@@ -60,6 +60,6 @@
60
60
  "node": "^22.18.0 || >=24.2.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@medplum/fhirtypes": "5.1.31"
63
+ "@medplum/fhirtypes": "5.1.32"
64
64
  }
65
65
  }