@carefirst/library 5.2.3 → 5.3.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/index.d.ts
CHANGED
@@ -852,7 +852,7 @@ declare class VerificationCodeComponent implements OnChanges {
|
|
852
852
|
valueToVerify: string;
|
853
853
|
status: BehaviorSubject<CfCodeInputVerificationStatusesT>;
|
854
854
|
userFeedbackMessages?: CfCodeInputUserFeedbackMessagesI;
|
855
|
-
removeResendText?:
|
855
|
+
removeResendText?: boolean;
|
856
856
|
readonly outcome: EventEmitter<string>;
|
857
857
|
readonly resendClickEvent: EventEmitter<true>;
|
858
858
|
myInput1?: IonInput;
|