@monei-js/components 1.6.0 → 1.6.2

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/dist/types.d.ts CHANGED
@@ -177,5 +177,6 @@ export declare type CalculateFinancingResponse = Array<{
177
177
  export declare type ValidateBizumPhoneRequest = {
178
178
  accountId?: string;
179
179
  paymentId?: string;
180
+ amount?: number;
180
181
  phoneNumber: string;
181
182
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monei-js/components",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
4
4
  "author": "MONEI <support@monei.com> (https://monei.com)",
5
5
  "description": "MONEI UI Components enable you to collect sensitive payment information using customizable UI components.",
6
6
  "homepage": "https://monei.com",