Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@maple-app/sdk-node

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maple-app/sdk-node - npm Package Compare versions

Comparing version 0.12.0 to 0.15.0

47

api.d.ts

@@ -414,6 +414,6 @@ /**

*
* @type {AssignmentIntegrationDto}
* @type {CreateShiftWithAssignmentIntegrationDto}
* @memberof CreateShiftIntegrationDto
*/
assignedTo?: AssignmentIntegrationDto;
assignedTo?: CreateShiftWithAssignmentIntegrationDto;
}

@@ -423,2 +423,45 @@ /**

* @export
* @interface CreateShiftWithAssignmentIntegrationDto
*/
export interface CreateShiftWithAssignmentIntegrationDto {
/**
*
* @type {string}
* @memberof CreateShiftWithAssignmentIntegrationDto
*/
externalUserId: string;
/**
*
* @type {string}
* @memberof CreateShiftWithAssignmentIntegrationDto
*/
firstName: string;
/**
*
* @type {string}
* @memberof CreateShiftWithAssignmentIntegrationDto
*/
lastName: string;
/**
*
* @type {string}
* @memberof CreateShiftWithAssignmentIntegrationDto
*/
email?: string;
/**
*
* @type {string}
* @memberof CreateShiftWithAssignmentIntegrationDto
*/
phone?: string;
/**
* Accepts CNA, LVN, RN, CAREGIVER, Medication Aide
* @type {object}
* @memberof CreateShiftWithAssignmentIntegrationDto
*/
workerType?: object;
}
/**
*
* @export
* @interface FacilitiesApiResponseDto

@@ -425,0 +468,0 @@ */

4

CHANGELOG.md

@@ -5,3 +5,3 @@ # Changelog

## [0.12.0](https://github.com/ClipboardHealth/maple/compare/sdk-node-0.11.0...sdk-node-0.12.0) (2024-04-30)
## [0.15.0](https://github.com/ClipboardHealth/maple/compare/sdk-node-0.14.0...sdk-node-0.15.0) (2024-07-23)

@@ -11,2 +11,2 @@

* **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))
* **MAPLE-3674:** Update the create shift API integration flow to add the worked qualificatio - SDK ([2a3c38a](https://github.com/ClipboardHealth/maple/commit/2a3c38a815fa263f0ab59f744f85fdbc48b69ccb))
"use strict";
/* tslint:disable */
/* eslint-disable */
/**
* Maple Integration API
* <p>Maple simplifies healthcare facility scheduling for internal staff and agency bookings. Facilities decide which agencies to work with, and Maple sends shifts to the agency platform. Both sides benefit: facilities get better fill rates, and agencies can provide more shift options.</p> <p>See our <a href=\"https://developers.maple.com\" target=\"_blank\">Developer Guides</a> to get started.</p>
*
* The version of the OpenAPI document: 1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -16,0 +4,0 @@ exports.Configuration = void 0;

{
"name": "@maple-app/sdk-node",
"version": "0.12.0",
"version": "0.15.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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc