@medipass/web-sdk 12.10.15 → 12.10.17-feature-transaction-informational-message.0
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 +1 -1
- package/package.json +3 -3
package/lib/types/aged-care.d.ts
CHANGED
|
@@ -443,7 +443,7 @@ export declare type RegisteredProviderSearchResponse = {
|
|
|
443
443
|
providerRacsId: string;
|
|
444
444
|
providerName: string;
|
|
445
445
|
};
|
|
446
|
-
export declare type GetRegisteredProviderResponse =
|
|
446
|
+
export declare type GetRegisteredProviderResponse = RegisteredProviderDetails;
|
|
447
447
|
export declare type GetRegisteredProvidersResponse = PaginatedResponse<RegisteredProviderSearchResponse>;
|
|
448
448
|
export declare type MyRegisteredProviderResponse = RegisteredProviderDetails;
|
|
449
449
|
export declare type GetServiceProviderAccountSummaryQuery = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/web-sdk",
|
|
3
|
-
"version": "12.10.
|
|
3
|
+
"version": "12.10.17-feature-transaction-informational-message.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@babel/plugin-transform-runtime": "7.8.3",
|
|
47
|
-
"@medipass/utils": "^11.89.
|
|
47
|
+
"@medipass/utils": "^11.89.4-feature-transaction-informational-message.0",
|
|
48
48
|
"@types/applepayjs": "14.0.8",
|
|
49
49
|
"@types/googlepay": "0.7.6",
|
|
50
50
|
"@types/jest": "28.1.6",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"resolutions": {
|
|
60
60
|
"react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "b6a11bd7e9fa04a88c66730eca5ebcd076ef6476"
|
|
63
63
|
}
|