valtech-components 4.0.1031 → 4.0.1032

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.
@@ -393,6 +393,7 @@ export interface SigninResponse {
393
393
  export interface MFAVerifyRequest {
394
394
  mfaToken: string;
395
395
  code: string;
396
+ appId?: string;
396
397
  }
397
398
  /**
398
399
  * Response de verificar MFA.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "4.0.1031",
3
+ "version": "4.0.1032",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"