@medipass/web-sdk 12.4.7-feature-aged-care-manage-supplement-apis.1 → 12.4.7-feature-aged-care-manage-supplement-apis.2
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.
- package/lib/types/aged-care.d.ts +4 -4
- package/package.json +2 -2
package/lib/types/aged-care.d.ts
CHANGED
|
@@ -784,7 +784,7 @@ export interface GetOxygenSupplementsItem {
|
|
|
784
784
|
export declare type GetOxygenSupplementsResponse = PaginatedResponse<GetOxygenSupplementsItem>;
|
|
785
785
|
export interface CreateOxygenSupplementRequestBody {
|
|
786
786
|
businessId?: string;
|
|
787
|
-
externalReferenceId
|
|
787
|
+
externalReferenceId?: string;
|
|
788
788
|
careRecipientId: string;
|
|
789
789
|
serviceNapsId: string;
|
|
790
790
|
startDate: string;
|
|
@@ -792,7 +792,7 @@ export interface CreateOxygenSupplementRequestBody {
|
|
|
792
792
|
}
|
|
793
793
|
export interface UpdateOxygenSupplementRequestBody {
|
|
794
794
|
businessId?: string;
|
|
795
|
-
externalReferenceId
|
|
795
|
+
externalReferenceId?: string;
|
|
796
796
|
careRecipientId: string;
|
|
797
797
|
serviceNapsId: string;
|
|
798
798
|
startDate: string;
|
|
@@ -803,7 +803,7 @@ export interface DeleteOxygenSupplementQuery {
|
|
|
803
803
|
}
|
|
804
804
|
export interface CreateEnteralFeedingSupplementRequestBody {
|
|
805
805
|
businessId?: string;
|
|
806
|
-
externalReferenceId
|
|
806
|
+
externalReferenceId?: string;
|
|
807
807
|
careRecipientId: string;
|
|
808
808
|
serviceNapsId: string;
|
|
809
809
|
startDate: string;
|
|
@@ -811,7 +811,7 @@ export interface CreateEnteralFeedingSupplementRequestBody {
|
|
|
811
811
|
}
|
|
812
812
|
export interface UpdateEnteralFeedingSupplementRequestBody {
|
|
813
813
|
businessId?: string;
|
|
814
|
-
externalReferenceId
|
|
814
|
+
externalReferenceId?: string;
|
|
815
815
|
careRecipientId: string;
|
|
816
816
|
serviceNapsId: string;
|
|
817
817
|
startDate: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/web-sdk",
|
|
3
|
-
"version": "12.4.7-feature-aged-care-manage-supplement-apis.
|
|
3
|
+
"version": "12.4.7-feature-aged-care-manage-supplement-apis.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"resolutions": {
|
|
59
59
|
"react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "05422bb39008f5e6d4a05d589d0659318ee8b6a5"
|
|
62
62
|
}
|