@medipass/web-sdk 12.3.1-feature-aged-care-attachments.0 → 12.3.1-feature-aged-care-attachments.1
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 +2 -0
- package/package.json +2 -2
package/lib/types/aged-care.d.ts
CHANGED
|
@@ -433,6 +433,7 @@ export declare type AgedCarePaymentStatement = {
|
|
|
433
433
|
}>;
|
|
434
434
|
};
|
|
435
435
|
export declare type AgedCareUploadUrlRequestBody = {
|
|
436
|
+
businessId?: string;
|
|
436
437
|
contentType: string;
|
|
437
438
|
contentLength: number;
|
|
438
439
|
};
|
|
@@ -456,6 +457,7 @@ export declare type AgedCareUploadUrlResponse = {
|
|
|
456
457
|
s3SignedUrlId: string;
|
|
457
458
|
};
|
|
458
459
|
export declare type CreateInvoiceItemAttachmentRequestBody = {
|
|
460
|
+
businessId?: string;
|
|
459
461
|
s3SignedUrlId: string;
|
|
460
462
|
filename: string;
|
|
461
463
|
type: 'INVOICE' | 'PRESC' | 'QUOTE' | 'RECEIPT' | 'OTHER';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/web-sdk",
|
|
3
|
-
"version": "12.3.1-feature-aged-care-attachments.
|
|
3
|
+
"version": "12.3.1-feature-aged-care-attachments.1",
|
|
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": "0ad6c74d3969c60015b93e2987a6251daf71d28f"
|
|
62
62
|
}
|