@maple-app/sdk-node
Advanced tools
Comparing version 0.7.0 to 0.8.0
37
api.d.ts
@@ -307,7 +307,7 @@ /** | ||
/** | ||
* | ||
* @type {WorkerType} | ||
* Accepts CNA, LVN, RN, CAREGIVER, and NURSE | ||
* @type {string} | ||
* @memberof CreateAssignmentIntegrationDto | ||
*/ | ||
workerType: WorkerType; | ||
workerType: string; | ||
/** | ||
@@ -390,7 +390,7 @@ * | ||
/** | ||
* | ||
* @type {WorkerType} | ||
* Accepts CNA, LVN, RN, CAREGIVER, and NURSE | ||
* @type {string} | ||
* @memberof CreateShiftIntegrationDto | ||
*/ | ||
workerRequirements: WorkerType; | ||
workerRequirements: string; | ||
/** | ||
@@ -617,7 +617,7 @@ * | ||
/** | ||
* | ||
* @type {WorkerType} | ||
* Accepts CNA, LVN, RN, CAREGIVER, and NURSE | ||
* @type {string} | ||
* @memberof ShiftIntegrationDto | ||
*/ | ||
workerRequirements: WorkerType; | ||
workerRequirements: string; | ||
/** | ||
@@ -849,7 +849,7 @@ * | ||
/** | ||
* | ||
* @type {WorkerType} | ||
* Accepts CNA, LVN, RN, CAREGIVER, and NURSE | ||
* @type {string} | ||
* @memberof UpdateShiftIntegrationDto | ||
*/ | ||
workerRequirements?: WorkerType; | ||
workerRequirements?: string; | ||
/** | ||
@@ -926,15 +926,2 @@ * | ||
/** | ||
* | ||
* @export | ||
* @enum {string} | ||
*/ | ||
export declare const WorkerType: { | ||
readonly Cna: "CNA"; | ||
readonly Lvn: "LVN"; | ||
readonly Rn: "RN"; | ||
readonly Caregiver: "CAREGIVER"; | ||
readonly Nurse: "NURSE"; | ||
}; | ||
export type WorkerType = (typeof WorkerType)[keyof typeof WorkerType]; | ||
/** | ||
* DefaultApi - axios parameter creator | ||
@@ -941,0 +928,0 @@ * @export |
14
api.js
@@ -16,3 +16,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DefaultApi = exports.DefaultApiFactory = exports.DefaultApiFp = exports.DefaultApiAxiosParamCreator = exports.WorkerType = exports.TimecardPunchAction = void 0; | ||
exports.DefaultApi = exports.DefaultApiFactory = exports.DefaultApiFp = exports.DefaultApiAxiosParamCreator = exports.TimecardPunchAction = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -41,14 +41,2 @@ const axios_1 = tslib_1.__importDefault(require("axios")); | ||
/** | ||
* | ||
* @export | ||
* @enum {string} | ||
*/ | ||
exports.WorkerType = { | ||
Cna: "CNA", | ||
Lvn: "LVN", | ||
Rn: "RN", | ||
Caregiver: "CAREGIVER", | ||
Nurse: "NURSE", | ||
}; | ||
/** | ||
* DefaultApi - axios parameter creator | ||
@@ -55,0 +43,0 @@ * @export |
@@ -19,3 +19,3 @@ "use strict"; | ||
const axios_1 = tslib_1.__importDefault(require("axios")); | ||
exports.BASE_PATH = "http://localhost".replace(/\/+$/, ""); | ||
exports.BASE_PATH = "https://api.maple.com".replace(/\/+$/, ""); | ||
/** | ||
@@ -22,0 +22,0 @@ * |
@@ -5,3 +5,3 @@ # Changelog | ||
## [0.7.0](https://github.com/ClipboardHealth/maple/compare/sdk-node-0.6.0...sdk-node-0.7.0) (2023-10-17) | ||
## [0.8.0](https://github.com/ClipboardHealth/maple/compare/sdk-node-0.7.0...sdk-node-0.8.0) (2023-12-19) | ||
@@ -11,2 +11,2 @@ | ||
* **MAPLE-2299:** Update CBH mappings for NURSE shift type ([#36](https://github.com/ClipboardHealth/maple/issues/36)) ([7213303](https://github.com/ClipboardHealth/maple/commit/72133031e5f17afe8b567ac9df0fb2d3706533b8)) | ||
* **MAPLE-2737:** Relax type of workerRequirements - SDK ([#50](https://github.com/ClipboardHealth/maple/issues/50)) ([dbacdf5](https://github.com/ClipboardHealth/maple/commit/dbacdf56c7935161b66aa426578008f00ef152d8)) |
{ | ||
"name": "@maple-app/sdk-node", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": "The Maple REST API SDK for Node.js.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
160393
3033