@medipass/web-sdk 12.10.8 → 12.10.9
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
|
@@ -257,6 +257,7 @@ export declare type CreateAgedCareInvoiceBody = {
|
|
|
257
257
|
}>;
|
|
258
258
|
}>;
|
|
259
259
|
};
|
|
260
|
+
export declare type AgedCareInvoiceStatus = 'OPEN' | 'SUBMITTED' | 'HELD' | 'DELETED' | 'CLAIMED' | 'COMPLETED';
|
|
260
261
|
export declare type AgedCareInvoice = {
|
|
261
262
|
_id: string;
|
|
262
263
|
invoiceId: string;
|
|
@@ -1363,6 +1364,7 @@ export interface GetProdaDetailsQuery {
|
|
|
1363
1364
|
}
|
|
1364
1365
|
export interface ProdaDetailsResponse {
|
|
1365
1366
|
deviceName: string;
|
|
1367
|
+
deviceExpiryDate: string;
|
|
1366
1368
|
orgId: string;
|
|
1367
1369
|
registeredProviderId: string;
|
|
1368
1370
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/web-sdk",
|
|
3
|
-
"version": "12.10.
|
|
3
|
+
"version": "12.10.9",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"resolutions": {
|
|
60
60
|
"react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "e22c51b264cb5564107faf60876335ae1475eec1"
|
|
63
63
|
}
|