@medipass/web-sdk 11.66.2 → 11.66.3-fix-kyc-body-type.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.
@@ -97,7 +97,10 @@ export declare type File = {
97
97
  _id: string;
98
98
  };
99
99
  export interface UpdateBusinessKycBody {
100
- files: Array<File>;
100
+ files: {
101
+ filename: string;
102
+ s3SignedUrlId: string;
103
+ }[];
101
104
  }
102
105
  export interface BusinessKycPinResponse {
103
106
  businessId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/web-sdk",
3
- "version": "11.66.2",
3
+ "version": "11.66.3-fix-kyc-body-type.0",
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": "fea97fa81b67dbb6c809a2a6a2616e848c96af13"
60
+ "gitHead": "039e97422958bd10ba78868e08f575f97102b3fe"
61
61
  }