@medipass/web-sdk 11.66.3-chore-add-healthfundid-type-response.0 → 11.66.3-chore-add-healthfundid-type-response.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.
@@ -89,15 +89,19 @@ export interface VerificationDocument {
89
89
  medicare: 'passed' | 'failed';
90
90
  }
91
91
  export declare type File = {
92
- displayName: string;
92
+ _id: string;
93
93
  contentType: string;
94
- s3SignedUrlId: string;
94
+ displayName: string;
95
+ s3Bucket: string;
96
+ s3Key: string;
95
97
  uploadedByAccountId: string;
96
98
  uploadedByAccountUsername: string;
97
- _id: string;
98
99
  };
99
100
  export interface UpdateBusinessKycBody {
100
- files: Array<File>;
101
+ files: {
102
+ filename: string;
103
+ s3SignedUrlId: string;
104
+ }[];
101
105
  }
102
106
  export interface BusinessKycPinResponse {
103
107
  businessId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/web-sdk",
3
- "version": "11.66.3-chore-add-healthfundid-type-response.0",
3
+ "version": "11.66.3-chore-add-healthfundid-type-response.1",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -57,5 +57,5 @@
57
57
  "resolutions": {
58
58
  "react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
59
59
  },
60
- "gitHead": "fdec24e0d7e86cc3f74bdc41b13e0d8e1ebca250"
60
+ "gitHead": "7cf6aa2a95f083d12dd5421b995b9356c3d5e3b6"
61
61
  }