lombongo-api-client 0.0.143 → 0.0.144

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
@@ -184,6 +184,7 @@ type OnboardingQuestions = {
184
184
  label: string;
185
185
  value: number;
186
186
  }[];
187
+ income_currency_id: number;
187
188
  };
188
189
  declare class OnboardingQuestionsApi {
189
190
  private readonly client;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lombongo-api-client",
3
- "version": "0.0.143",
3
+ "version": "0.0.144",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/esm/base.js",