Injimob 2277 handle expired vc (#1679)

* [INJIMOB-2272]: Expired Vc UI changes based on error code

Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>

* [INJIMOB-2272]: Hide activation from Kebab Popup and activation icons for Expired Vcs.

Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>

* [INJIMOB-2277]: Combine the actions for verified and expired flag.Update kebabmenu options condition.

Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>

* [INJIMOB-2277]: Update VcVerification props to accept vcMetadata.

Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>

---------

Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
This commit is contained in:
balachandarg-tw
2024-11-19 14:51:18 +05:30
committed by GitHub
parent 4b0dd725c3
commit bd3517ce10
18 changed files with 137 additions and 98 deletions

View File

@@ -159,5 +159,10 @@ export const copilotTestID = {
'6': 'cardView',
};
export const FACE_SDK_MODEL_PATH = isAndroid() ? 'assets:faceModel.tflite' : 'bundle:/faceModel.tflite'
export const FACE_SDK_MODEL_CHECKSUM = '797b4d99794965749635352d55da38d4748c28c659ee1502338badee4614ed06'
export const FACE_SDK_MODEL_PATH = isAndroid()
? 'assets:faceModel.tflite'
: 'bundle:/faceModel.tflite';
export const FACE_SDK_MODEL_CHECKSUM =
'797b4d99794965749635352d55da38d4748c28c659ee1502338badee4614ed06';
export const EXPIRED_VC_ERROR_CODE = 'ERR_VC_EXPIRED';