@maple-app/sdk-node
Advanced tools
Comparing version 0.9.0 to 0.10.0
50
api.d.ts
@@ -61,2 +61,8 @@ /** | ||
assignment: ApiRelationshipDataDto; | ||
/** | ||
* | ||
* @type {ApiRelationshipDataDto} | ||
* @memberof AssignmentApiRelationshipDto | ||
*/ | ||
facilityUnit: ApiRelationshipDataDto; | ||
} | ||
@@ -468,2 +474,40 @@ /** | ||
* @export | ||
* @interface FacilityUnitApiResponseDataDto | ||
*/ | ||
export interface FacilityUnitApiResponseDataDto { | ||
/** | ||
* | ||
* @type {FacilityUnitIntegrationDto} | ||
* @memberof FacilityUnitApiResponseDataDto | ||
*/ | ||
attributes: FacilityUnitIntegrationDto; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof FacilityUnitApiResponseDataDto | ||
*/ | ||
id: string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof FacilityUnitApiResponseDataDto | ||
*/ | ||
type: string; | ||
} | ||
/** | ||
* | ||
* @export | ||
* @interface FacilityUnitIntegrationDto | ||
*/ | ||
export interface FacilityUnitIntegrationDto { | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof FacilityUnitIntegrationDto | ||
*/ | ||
name: string; | ||
} | ||
/** | ||
* | ||
* @export | ||
* @interface FacilityWebhookApiResponseDataDto | ||
@@ -680,2 +724,8 @@ */ | ||
data: ShiftIntegrationApiResponseDataDto; | ||
/** | ||
* | ||
* @type {Array<FacilityUnitApiResponseDataDto>} | ||
* @memberof ShiftIntegrationApiResponseDto | ||
*/ | ||
included: Array<FacilityUnitApiResponseDataDto>; | ||
} | ||
@@ -682,0 +732,0 @@ /** |
@@ -5,3 +5,3 @@ # Changelog | ||
## [0.9.0](https://github.com/ClipboardHealth/maple/compare/sdk-node-0.8.0...sdk-node-0.9.0) (2024-01-11) | ||
## [0.10.0](https://github.com/ClipboardHealth/maple/compare/sdk-node-0.9.0...sdk-node-0.10.0) (2024-02-15) | ||
@@ -11,2 +11,2 @@ | ||
* **MAPLE-2784:** Generate new SDK version ([#54](https://github.com/ClipboardHealth/maple/issues/54)) ([e7d76b2](https://github.com/ClipboardHealth/maple/commit/e7d76b2077b66ca09b0b9323c59462fff12dc335)) | ||
* **MAPLE-2973:** Update integration API docs and SDK - Update SDK ([#57](https://github.com/ClipboardHealth/maple/issues/57)) ([508d5e0](https://github.com/ClipboardHealth/maple/commit/508d5e0963d422651b5d8569c41c7fa931ee5ab9)) |
{ | ||
"name": "@maple-app/sdk-node", | ||
"version": "0.9.0", | ||
"version": "0.10.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
171826
3307