@maple-app/sdk-node
Advanced tools
Comparing version 0.11.0 to 0.12.0
@@ -313,3 +313,3 @@ /** | ||
/** | ||
* Accepts CNA, LVN, RN, CAREGIVER | ||
* Accepts CNA, LVN, RN, CAREGIVER, Medication Aide | ||
* @type {string} | ||
@@ -396,3 +396,3 @@ * @memberof CreateAssignmentIntegrationDto | ||
/** | ||
* Accepts CNA, LVN, RN, CAREGIVER, and NURSE | ||
* Accepts CNA, LVN, RN, CAREGIVER, NURSE, and Medication Aide | ||
* @type {string} | ||
@@ -775,3 +775,3 @@ * @memberof CreateShiftIntegrationDto | ||
/** | ||
* Accepts CNA, LVN, RN, CAREGIVER, and NURSE | ||
* Accepts CNA, LVN, RN, CAREGIVER, NURSE, and Medication Aide | ||
* @type {string} | ||
@@ -1007,3 +1007,3 @@ * @memberof ShiftIntegrationDto | ||
/** | ||
* Accepts CNA, LVN, RN, CAREGIVER, and NURSE | ||
* Accepts CNA, LVN, RN, CAREGIVER, NURSE, and Medication Aide | ||
* @type {string} | ||
@@ -1010,0 +1010,0 @@ * @memberof UpdateShiftIntegrationDto |
@@ -5,3 +5,3 @@ # Changelog | ||
## [0.11.0](https://github.com/ClipboardHealth/maple/compare/sdk-node-0.10.0...sdk-node-0.11.0) (2024-03-11) | ||
## [0.12.0](https://github.com/ClipboardHealth/maple/compare/sdk-node-0.11.0...sdk-node-0.12.0) (2024-04-30) | ||
@@ -11,2 +11,2 @@ | ||
* **MAPLE-3109:** Make costs fields optional on shift completion ([#60](https://github.com/ClipboardHealth/maple/issues/60)) ([0fa4209](https://github.com/ClipboardHealth/maple/commit/0fa42094094818610cb9b0b7654a4bd4921564c3)) | ||
* **MAPLE-3292:** Add Medication Aide as a core role - SDK ([#65](https://github.com/ClipboardHealth/maple/issues/65)) ([3bfb211](https://github.com/ClipboardHealth/maple/commit/3bfb21160d878be0c99d6de8cf193a3aa1d2b186)) |
{ | ||
"name": "@maple-app/sdk-node", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "The Maple REST API SDK for Node.js.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
171905