lombongo-api-client 0.0.140 → 0.0.141

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -222,6 +222,7 @@ declare class Users {
222
222
  constructor(client: ApiClient);
223
223
  getInvitedStatus(): Promise<boolean>;
224
224
  updateKycInfo(data: {
225
+ given_fullname?: string;
225
226
  occupation_id?: number;
226
227
  occupation_description?: string;
227
228
  annual_income?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lombongo-api-client",
3
- "version": "0.0.140",
3
+ "version": "0.0.141",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/esm/base.js",