gbc-kyc-kit 1.5.8 → 1.6.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/README.md CHANGED
@@ -101,7 +101,6 @@ If you use this components with TypeScript, you should create a customType.d.ts
101
101
  | mode | string | dark, light | Isn't required, the default value is "light". |
102
102
  | clientId | string | Global Bridge Connections send you for email | This value is unique for each client and will be sent for email. |
103
103
  | authorize | promise | () => Promise() | This Function verify clientId vs TOKEN and return accessToken. |
104
- | dual | boolean | false | Isn't required and the default value is false. Just would used to enable dual upload of ID Document in Document Reader component (Two sides) |
105
104
  | picBase64 | string | | Is required. It would be used to compare the selfie image with this picture |
106
105
  | countryCodeAllowed | array of string | | Isn't required. If exist this props, the component will validate the client geolocation vs the code country thay is used as country allowed. You can use several countries but remember to use the country code aording to the ISO |
107
106
 
@@ -114,7 +113,6 @@ import { DocumentReader } from "gbc-kyc-kit";
114
113
  Props Available:
115
114
 
116
115
  - mode: string 'dark' || 'light' default is 'light'
117
- - dual: bool default is false
118
116
  - inProduction: string default is prd
119
117
  - dataDocument: function to get response
120
118
  - countryCodeAllowed: array of string